~/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.ltq0dYEf2o + 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.ltq0dYEf2o/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.ltq0dYEf2o/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.ltq0dYEf2o + J2_VARS_FILE=/tmp/tmp.ltq0dYEf2o/tmp.6Kthrjra3c.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.ltq0dYEf2o/tmp.6Kthrjra3c.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/tmp.6Kthrjra3c.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/tmp.6Kthrjra3c.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/tmp.6Kthrjra3c.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/tmp.6Kthrjra3c.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.ltq0dYEf2o/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.ltq0dYEf2o/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.ltq0dYEf2o/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.ltq0dYEf2o/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.ltq0dYEf2o/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ true == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/ceph.sh root@192.168.122.100:/tmp/ceph.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f '' ']' + true + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 5.1 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 184 kB/s | 26 kB 00:00 (2/399): device-mapper-persistent-data-0.9.0-13 4.1 MB/s | 786 kB 00:00 (3/399): bash-completion-2.11-4.el9.noarch.rpm 2.1 MB/s | 459 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 3.7 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 446 kB/s | 62 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 4.3 MB/s | 542 kB 00:00 (7/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 392 kB/s | 37 kB 00:00 (8/399): libkadm5-1.20.1-8.el9.x86_64.rpm 524 kB/s | 81 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 284 kB/s | 45 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 137 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 133 kB/s | 12 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.1 MB/s | 418 kB 00:00 (13/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 376 kB/s | 36 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 205 kB/s | 30 kB 00:00 (15/399): device-mapper-event-1.02.187-7.el9_2. 331 kB/s | 32 kB 00:00 (16/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 100 kB/s | 19 kB 00:00 (17/399): device-mapper-event-libs-1.02.187-7.e 345 kB/s | 31 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 12 MB/s | 1.5 MB 00:00 (19/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 8.8 MB/s | 1.0 MB 00:00 (20/399): ansible-collection-ansible-netcommon- 1.2 MB/s | 181 kB 00:00 (21/399): ansible-collection-ansible-posix-1.2. 1.0 MB/s | 124 kB 00:00 (22/399): ansible-collection-ansible-utils-2.3. 598 kB/s | 91 kB 00:00 (23/399): golang-github-vbatts-tar-split-0.11.1 5.6 MB/s | 1.0 MB 00:00 (24/399): heat-cfntools-1.4.2-6.1.el9ost.noarch 565 kB/s | 77 kB 00:00 (25/399): ansible-collection-community-general- 5.2 MB/s | 1.3 MB 00:00 (26/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.8 MB/s | 162 kB 00:00 (27/399): puppet-fdio-18.2-1.20220727113954.6fd 271 kB/s | 25 kB 00:00 (28/399): python3-ansible-runner-2.0.0a1-3.el9o 1.3 MB/s | 122 kB 00:00 (29/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 913 kB/s | 178 kB 00:00 (30/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 348 kB/s | 44 kB 00:00 (31/399): python3-beautifulsoup4-4.9.3-2.el9ost 1.9 MB/s | 204 kB 00:00 (32/399): python3-croniter-0.3.35-2.el9ost.noar 368 kB/s | 49 kB 00:00 (33/399): python3-daemon-2.3.0-1.el9ost.noarch. 416 kB/s | 39 kB 00:00 (34/399): python3-docutils-0.16-6.el9ost.noarch 13 MB/s | 1.5 MB 00:00 (35/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 465 kB/s | 44 kB 00:00 (36/399): python3-gevent-21.1.2-2.el9ost.x86_64 13 MB/s | 1.6 MB 00:00 (37/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 1.0 MB/s | 107 kB 00:00 (38/399): python3-jeepney-0.6.0-2.el9ost.noarch 2.9 MB/s | 284 kB 00:00 (39/399): python3-jmespath-0.10.0-1.el9ost.noar 435 kB/s | 46 kB 00:00 (40/399): python3-lockfile-0.12.2-2.el9ost.noar 280 kB/s | 31 kB 00:00 (41/399): python3-logutils-0.3.5-15.el9ost.noar 527 kB/s | 47 kB 00:00 (42/399): python3-memcached-1.59-3.el9ost.noarc 452 kB/s | 40 kB 00:00 (43/399): python3-migrate-0.13.0-1.el9ost.noarc 2.3 MB/s | 224 kB 00:00 (44/399): python3-mimeparse-1.6.0-16.el9ost.noa 176 kB/s | 16 kB 00:00 (45/399): python3-natsort-7.1.1-2.el9ost.noarch 631 kB/s | 59 kB 00:00 (46/399): python3-pecan-1.4.0-2.el9ost.noarch.r 2.0 MB/s | 273 kB 00:00 (47/399): python3-passlib-1.7.4-3.el9ost.noarch 4.1 MB/s | 712 kB 00:00 (48/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 750 kB/s | 90 kB 00:00 (49/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 1.1 MB/s | 111 kB 00:00 (50/399): python3-pyperclip-1.8.0-3.el9ost.noar 278 kB/s | 25 kB 00:00 (51/399): python3-setproctitle-1.2.2-1.el9ost.x 258 kB/s | 23 kB 00:00 (52/399): python3-soupsieve-2.2-1.el9ost.noarch 166 kB/s | 67 kB 00:00 (53/399): python3-smmap-3.0.1-4.el9ost.noarch.r 103 kB/s | 47 kB 00:00 (54/399): python3-sqlalchemy13-1.3.24-3.el9ost. 3.3 MB/s | 1.7 MB 00:00 (55/399): python3-webtest-2.0.35-6.el9ost.noarc 390 kB/s | 82 kB 00:00 (56/399): python3-tenacity-6.3.1-1.el9ost.noarc 156 kB/s | 51 kB 00:00 (57/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 1.4 MB/s | 396 kB 00:00 (58/399): python3-zope-event-4.2.0-20.el9ost.no 1.5 MB/s | 205 kB 00:00 (59/399): python3-zope-interface-5.4.0-1.el9ost 1.4 MB/s | 202 kB 00:00 (60/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 111 kB/s | 14 kB 00:00 (61/399): rubygem-concurrent-ruby-1.1.5-2.el9os 1.7 MB/s | 243 kB 00:00 (62/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 862 kB/s | 90 kB 00:00 (63/399): rubygem-multi_json-1.15.0-2.el9ost.no 207 kB/s | 22 kB 00:00 (64/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 173 kB/s | 34 kB 00:00 (65/399): rubygem-puppet-resource_api-1.8.13-1. 383 kB/s | 34 kB 00:00 (66/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 163 kB/s | 16 kB 00:00 (67/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 3.9 MB/s | 433 kB 00:00 (68/399): ansible-config_template-2.0.1-17.1.20 303 kB/s | 29 kB 00:00 (69/399): rubygem-semantic_puppet-1.0.4-2.el9os 114 kB/s | 21 kB 00:00 (70/399): ansible-role-atos-hsm-1.0.1-17.1.2023 423 kB/s | 17 kB 00:00 (71/399): ansible-role-chrony-1.3.1-17.1.202306 567 kB/s | 22 kB 00:00 (72/399): ansible-role-collectd-config-0.0.3-17 989 kB/s | 53 kB 00:00 (73/399): ansible-role-container-registry-1.4.1 555 kB/s | 24 kB 00:00 (74/399): ansible-role-openstack-operations-0.0 687 kB/s | 30 kB 00:00 (75/399): ansible-role-qdr-config-0.0.2-17.1.20 460 kB/s | 21 kB 00:00 (76/399): ansible-role-redhat-subscription-1.3. 685 kB/s | 28 kB 00:00 (77/399): ansible-role-thales-hsm-3.0.1-17.1.20 421 kB/s | 21 kB 00:00 (78/399): ansible-tripleo-ipa-0.3.1-17.1.202306 916 kB/s | 36 kB 00:00 (79/399): ansible-role-tripleo-modify-image-1.5 574 kB/s | 27 kB 00:00 (80/399): dib-utils-0.0.11-17.1.20230620173328. 348 kB/s | 12 kB 00:00 (81/399): ansible-tripleo-ipsec-11.0.1-17.1.202 473 kB/s | 38 kB 00:00 (82/399): openstack-heat-agents-2.2.1-17.1.2023 115 kB/s | 9.6 kB 00:00 (83/399): os-apply-config-13.1.1-17.1.202310200 969 kB/s | 54 kB 00:00 (84/399): os-collect-config-13.1.1-17.1.2023102 791 kB/s | 50 kB 00:00 (85/399): puppet-aodh-18.4.2-17.1.2023062015121 1.0 MB/s | 62 kB 00:00 (86/399): puppet-archive-4.6.1-17.1.20230620181 904 kB/s | 44 kB 00:00 (87/399): os-refresh-config-13.1.1-17.1.2023102 278 kB/s | 21 kB 00:00 (88/399): puppet-auditd-2.2.1-17.1.202306201924 686 kB/s | 28 kB 00:00 (89/399): puppet-certmonger-2.7.1-17.1.20230620 505 kB/s | 26 kB 00:00 (90/399): puppet-cinder-18.5.2-17.1.20230621054 2.9 MB/s | 120 kB 00:00 (91/399): puppet-ceilometer-18.4.3-17.1.2023092 868 kB/s | 70 kB 00:00 (92/399): puppet-collectd-13.0.1-17.1.202306201 2.0 MB/s | 135 kB 00:00 (93/399): puppet-designate-18.6.1-17.1.20230621 1.4 MB/s | 69 kB 00:00 (94/399): puppet-corosync-8.0.1-17.1.2023062110 1.1 MB/s | 68 kB 00:00 (95/399): puppet-gnocchi-18.4.3-17.1.2023062106 1.3 MB/s | 58 kB 00:00 (96/399): puppet-etcd-1.12.3-17.1.2023062019322 462 kB/s | 25 kB 00:00 (97/399): puppet-dns-8.2.1-17.1.20230621002045. 317 kB/s | 36 kB 00:00 (98/399): puppet-heat-18.4.1-17.1.2023062111163 820 kB/s | 70 kB 00:00 (99/399): puppet-kmod-2.5.0-17.1.20230620190646 244 kB/s | 21 kB 00:00 (100/399): puppet-memcached-6.0.0-17.1.20230620 486 kB/s | 23 kB 00:00 (101/399): puppet-mysql-10.6.1-17.1.20230621022 1.5 MB/s | 99 kB 00:00 (102/399): puppet-nova-18.6.1-17.1.202306210904 4.3 MB/s | 200 kB 00:00 (103/399): puppet-nssdb-1.0.2-17.1.202306201856 280 kB/s | 12 kB 00:00 (104/399): puppet-octavia-18.5.1-17.1.202306210 1.9 MB/s | 76 kB 00:00 (105/399): puppet-manila-18.5.2-17.1.2023110219 467 kB/s | 81 kB 00:00 (106/399): puppet-openstack_extras-18.5.1-17.1. 659 kB/s | 48 kB 00:00 (107/399): puppet-oslo-18.5.1-17.1.202306210523 777 kB/s | 48 kB 00:00 (108/399): puppet-placement-5.4.3-17.1.20230621 1.0 MB/s | 41 kB 00:00 (109/399): puppet-openstacklib-18.5.2-17.1.2023 631 kB/s | 62 kB 00:00 (110/399): puppet-rabbitmq-11.0.1-17.1.20230620 6.5 MB/s | 266 kB 00:00 (111/399): puppet-qdr-7.4.1-17.1.20230620195605 496 kB/s | 31 kB 00:00 (112/399): puppet-ssh-6.2.1-17.1.20230620190251 754 kB/s | 29 kB 00:00 (113/399): puppet-redis-6.1.1-17.1.202306201917 621 kB/s | 51 kB 00:00 (114/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.0 MB/s | 58 kB 00:00 (115/399): puppet-swift-18.6.1-17.1.20230621052 2.6 MB/s | 115 kB 00:00 (116/399): puppet-systemd-2.12.1-17.1.202306201 778 kB/s | 42 kB 00:00 (117/399): puppet-vswitch-14.4.3-17.1.202306210 1.0 MB/s | 41 kB 00:00 (118/399): puppet-xinetd-3.3.1-17.1.20230620185 393 kB/s | 26 kB 00:00 (119/399): python-oslo-cache-lang-2.7.1-17.1.20 395 kB/s | 19 kB 00:00 (120/399): python-oslo-log-lang-4.4.0-17.1.2023 321 kB/s | 14 kB 00:00 (121/399): python-oslo-middleware-lang-4.2.1-17 323 kB/s | 13 kB 00:00 (122/399): puppet-stdlib-6.3.1-17.1.20230621000 842 kB/s | 160 kB 00:00 (123/399): python-oslo-policy-lang-3.7.1-17.1.2 364 kB/s | 14 kB 00:00 (124/399): python-oslo-versionedobjects-lang-2. 327 kB/s | 14 kB 00:00 (125/399): python3-aodhclient-2.2.0-17.1.202306 1.1 MB/s | 56 kB 00:00 (126/399): python-pycadf-common-3.1.1-17.1.2023 178 kB/s | 15 kB 00:00 (127/399): python3-cinderclient-7.4.1-17.1.2023 5.2 MB/s | 218 kB 00:00 (128/399): python3-barbicanclient-5.3.0-17.1.20 1.5 MB/s | 127 kB 00:00 (129/399): python3-GitPython-3.1.14-2.el9ost.no 1.5 MB/s | 238 kB 00:00 (130/399): python3-cliff-3.7.0-17.1.20230620172 1.3 MB/s | 95 kB 00:00 (131/399): python3-futurist-2.3.0-17.1.20230621 1.3 MB/s | 64 kB 00:00 (132/399): python3-designateclient-4.2.1-17.1.2 554 kB/s | 92 kB 00:00 (133/399): python3-heat-agent-2.2.1-17.1.202306 137 kB/s | 19 kB 00:00 (134/399): python3-heat-agent-ansible-2.2.1-17. 85 kB/s | 11 kB 00:00 (135/399): python3-heat-agent-docker-cmd-2.2.1- 184 kB/s | 12 kB 00:00 (136/399): python3-heat-agent-apply-config-2.2. 133 kB/s | 9.9 kB 00:00 (137/399): python3-heat-agent-puppet-2.2.1-17.1 185 kB/s | 11 kB 00:00 (138/399): python3-heat-agent-json-file-2.2.1-1 143 kB/s | 9.8 kB 00:00 (139/399): python3-heat-agent-hiera-2.2.1-17.1. 70 kB/s | 10 kB 00:00 (140/399): python3-ironic-inspector-client-4.5. 576 kB/s | 67 kB 00:00 (141/399): python3-heatclient-2.3.1-17.1.202306 583 kB/s | 158 kB 00:00 (142/399): python3-keystoneclient-4.3.0-17.1.20 763 kB/s | 239 kB 00:00 (143/399): python3-ironicclient-4.6.4-17.1.2023 715 kB/s | 342 kB 00:00 (144/399): python3-keystonemiddleware-9.2.0-17. 227 kB/s | 92 kB 00:00 (145/399): python3-magnumclient-3.4.1-17.1.2023 378 kB/s | 121 kB 00:00 (146/399): python3-mistralclient-4.2.0-17.1.202 1.2 MB/s | 166 kB 00:00 (147/399): python3-neutronclient-7.3.1-17.1.202 1.5 MB/s | 298 kB 00:00 (148/399): python3-os-client-config-2.1.0-17.1. 630 kB/s | 55 kB 00:00 (149/399): python3-novaclient-17.4.1-17.1.20230 1.3 MB/s | 201 kB 00:00 (150/399): python3-os-service-types-1.7.0-17.1. 932 kB/s | 38 kB 00:00 (151/399): python3-os-traits-2.5.0-17.1.2023062 869 kB/s | 45 kB 00:00 (152/399): python3-osc-lib-2.3.1-17.1.202306202 1.2 MB/s | 78 kB 00:00 (153/399): python3-oslo-cache-2.7.1-17.1.202306 1.0 MB/s | 56 kB 00:00 (154/399): python3-oslo-context-3.2.1-17.1.2023 644 kB/s | 27 kB 00:00 (155/399): python3-oslo-log-4.4.0-17.1.20230620 1.2 MB/s | 64 kB 00:00 (156/399): python3-oslo-reports-2.2.0-17.1.2023 1.2 MB/s | 59 kB 00:00 (157/399): python3-oslo-middleware-4.2.1-17.1.2 512 kB/s | 55 kB 00:00 (158/399): python3-oslo-policy-3.7.1-17.1.20230 780 kB/s | 76 kB 00:00 (159/399): python3-oslo-rootwrap-6.3.1-17.1.202 868 kB/s | 46 kB 00:00 (160/399): python3-oslo-serialization-4.1.1-17. 354 kB/s | 34 kB 00:00 (161/399): python3-oslo-upgradecheck-1.3.1-17.1 166 kB/s | 29 kB 00:00 (162/399): python3-oslo-versionedobjects-2.4.1- 379 kB/s | 79 kB 00:00 (163/399): python3-requestsexceptions-1.4.0-17. 307 kB/s | 17 kB 00:00 (164/399): python3-pycadf-3.1.1-17.1.2023062021 387 kB/s | 53 kB 00:00 (165/399): python3-osprofiler-3.4.0-17.1.202306 530 kB/s | 130 kB 00:00 (166/399): python3-shade-1.33.0-17.1.2023062022 3.5 MB/s | 523 kB 00:00 (167/399): python3-statsd-3.2.1-20.1.el9ost.noa 61 kB/s | 35 kB 00:00 (168/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 1.2 MB/s | 50 kB 00:00 (169/399): python3-troveclient-7.0.0-17.1.20230 4.2 MB/s | 344 kB 00:00 (170/399): python3-validations-libs-1.9.1-17.1. 2.0 MB/s | 137 kB 00:00 (171/399): python3-zaqarclient-2.4.0-17.1.20230 2.3 MB/s | 129 kB 00:00 (172/399): validations-common-1.9.1-17.1.202310 2.5 MB/s | 111 kB 00:00 (173/399): python3-paramiko-2.11.0-2.el9ost.noa 6.6 MB/s | 299 kB 00:00 (174/399): python3-swiftclient-3.11.1-17.1.2023 167 kB/s | 136 kB 00:00 (175/399): python3-saharaclient-3.3.0-17.1.2023 188 kB/s | 188 kB 00:00 (176/399): python3-werkzeug-2.0.1-7.el9ost.noar 7.2 MB/s | 427 kB 00:00 (177/399): ansible-pacemaker-1.0.4-17.1.2023121 312 kB/s | 21 kB 00:00 (178/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.5 MB/s | 83 kB 00:00 (179/399): python3-manilaclient-2.6.4-17.1.2024 6.4 MB/s | 528 kB 00:00 (180/399): ansible-role-metalsmith-deployment-1 330 kB/s | 21 kB 00:00 (181/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (182/399): openstack-selinux-0.8.37-17.1.202311 2.2 MB/s | 221 kB 00:00 (183/399): python-oslo-db-lang-8.5.2-17.1.20240 369 kB/s | 14 kB 00:00 (184/399): puppet-ironic-18.7.1-17.1.2024030521 1.8 MB/s | 121 kB 00:00 (185/399): python3-glanceclient-3.3.0-17.1.2024 2.3 MB/s | 143 kB 00:00 (186/399): python3-metalsmith-1.4.4-17.1.202405 1.2 MB/s | 65 kB 00:00 (187/399): python3-keystoneauth1-4.4.0-17.1.202 5.5 MB/s | 409 kB 00:00 (188/399): python3-octaviaclient-2.3.1-17.1.202 1.8 MB/s | 91 kB 00:00 (189/399): python3-neutron-lib-2.10.3-17.1.2023 5.6 MB/s | 375 kB 00:00 (190/399): python3-oslo-db-8.5.2-17.1.202408201 1.2 MB/s | 144 kB 00:00 (191/399): python3-oslo-service-2.5.1-17.1.2024 875 kB/s | 71 kB 00:00 (192/399): python3-oslo-messaging-12.7.3-17.1.2 2.2 MB/s | 216 kB 00:00 (193/399): python3-rhosp-openvswitch-3.3-1.el9o 147 kB/s | 8.3 kB 00:00 (194/399): python3-waitress-2.0.0-4.el9ost.noar 1.3 MB/s | 109 kB 00:00 (195/399): openstack-tripleo-validations-14.3.2 3.2 MB/s | 204 kB 00:00 (196/399): openstack-ansible-core-2.14.2-4.7.el 18 MB/s | 2.3 MB 00:00 (197/399): puppet-glance-18.6.1-17.1.2025022015 1.4 MB/s | 87 kB 00:00 (198/399): puppet-ovn-18.6.1-17.1.2024092509490 509 kB/s | 29 kB 00:00 (199/399): python3-os-ken-1.4.1-17.1.2024120509 21 MB/s | 2.1 MB 00:00 (200/399): puppet-tripleo-14.2.3-17.1.202503201 2.8 MB/s | 239 kB 00:00 (201/399): puppet-pacemaker-1.5.1-17.1.20250214 1.0 MB/s | 158 kB 00:00 (202/399): ansible-collection-containers-podman 4.5 MB/s | 243 kB 00:00 (203/399): ansible-collections-openstack-1.9.1- 2.7 MB/s | 146 kB 00:00 (204/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.3 MB/s | 351 kB 00:00 (205/399): facter-3.14.19-3.el9ost.x86_64.rpm 7.6 MB/s | 518 kB 00:00 (206/399): leatherman-1.12.6-5.el9ost.x86_64.rp 6.5 MB/s | 405 kB 00:00 (207/399): hiera-3.6.0-6.el9ost.noarch.rpm 336 kB/s | 33 kB 00:00 (208/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.1 MB/s | 92 kB 00:00 (209/399): puppet-7.10.0-4.el9ost.noarch.rpm 108 kB/s | 11 kB 00:00 (210/399): puppet-headless-7.10.0-4.el9ost.noar 16 MB/s | 1.4 MB 00:00 (211/399): python3-boto-2.45.0-8.1.el9ost.noarc 21 MB/s | 1.3 MB 00:00 (212/399): python3-cachetools-4.2.2-3.el9ost.no 652 kB/s | 33 kB 00:00 (213/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.1 MB/s | 284 kB 00:00 (214/399): python3-colorama-0.4.4-4.el9ost.noar 349 kB/s | 35 kB 00:00 (215/399): python3-dogpile-cache-1.1.5-5.el9ost 664 kB/s | 89 kB 00:00 (216/399): python3-extras-1.0.0-17.el9ost.noarc 270 kB/s | 21 kB 00:00 (217/399): python3-fixtures-3.0.0-24.el9ost.noa 1.1 MB/s | 93 kB 00:00 (218/399): python3-keyring-21.8.0-4.el9ost.noar 1.0 MB/s | 77 kB 00:00 (219/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.9 MB/s | 313 kB 00:00 (220/399): python3-msgpack-1.0.2-4.el9ost.x86_6 1.1 MB/s | 87 kB 00:00 (221/399): python3-munch-2.5.0-6.el9ost.noarch. 433 kB/s | 25 kB 00:00 (222/399): python3-paste-deploy-2.1.1-4.el9ost. 990 kB/s | 41 kB 00:00 (223/399): python3-openstacksdk-0.55.1-17.1.202 11 MB/s | 735 kB 00:00 (224/399): python3-paste-3.5.0-5.el9ost.noarch. 11 MB/s | 776 kB 00:00 (225/399): python3-repoze-lru-0.7-12.el9ost.noa 847 kB/s | 32 kB 00:00 (226/399): python3-pystache-0.5.4-15.el9ost.noa 2.2 MB/s | 132 kB 00:00 (227/399): python3-routes-2.4.1-14.el9ost.noarc 3.2 MB/s | 188 kB 00:00 (228/399): python3-secretstorage-3.3.1-3.el9ost 862 kB/s | 36 kB 00:00 (229/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 754 kB/s | 57 kB 00:00 (230/399): python3-simplejson-3.17.5-3.el9ost.x 2.9 MB/s | 266 kB 00:00 (231/399): python3-tempita-0.5.1-27.el9ost.noar 525 kB/s | 36 kB 00:00 (232/399): python3-testtools-2.4.0-10.el9ost.no 5.6 MB/s | 333 kB 00:00 (233/399): python3-vine-5.0.0-5.el9ost.noarch.r 639 kB/s | 26 kB 00:00 (234/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.1 MB/s | 56 kB 00:00 (235/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.1 MB/s | 180 kB 00:00 (236/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 411 kB/s | 29 kB 00:00 (237/399): python3-warlock-1.3.3-7.el9ost.noarc 161 kB/s | 21 kB 00:00 (238/399): ruby-facter-3.14.19-3.el9ost.x86_64. 147 kB/s | 9.5 kB 00:00 (239/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.0 MB/s | 123 kB 00:00 (240/399): puppet-barbican-18.4.2-17.1.20250625 1.3 MB/s | 57 kB 00:00 (241/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 222 kB/s | 19 kB 00:00 (242/399): python-openstackclient-lang-5.5.2-17 559 kB/s | 58 kB 00:00 (243/399): puppet-apache-6.5.2-17.1.20250811150 1.4 MB/s | 253 kB 00:00 (244/399): puppet-concat-6.2.1-17.1.20250725131 243 kB/s | 44 kB 00:00 (245/399): python3-openstackclient-5.5.2-17.1.2 3.5 MB/s | 1.1 MB 00:00 (246/399): puppet-firewall-3.4.1-17.1.202508041 624 kB/s | 73 kB 00:00 (247/399): puppet-inifile-4.2.1-17.1.2025080415 1.0 MB/s | 46 kB 00:00 (248/399): puppet-haproxy-4.2.2-17.1.2025072511 923 kB/s | 55 kB 00:00 (249/399): puppet-keepalived-0.0.2-17.1.2025072 372 kB/s | 17 kB 00:00 (250/399): puppet-ipaclient-2.5.2-17.1.20250725 229 kB/s | 21 kB 00:00 (251/399): puppet-module-data-0.5.1-17.1.202507 379 kB/s | 16 kB 00:00 (252/399): puppet-remote-10.0.0-17.1.2025072511 459 kB/s | 19 kB 00:00 (253/399): puppet-git-0.5.0-17.1.20250725114148 102 kB/s | 26 kB 00:00 (254/399): puppet-snmp-3.9.1-17.1.2025072511575 931 kB/s | 38 kB 00:00 (255/399): puppet-sysctl-0.0.13-17.1.2025072511 434 kB/s | 19 kB 00:00 (256/399): puppet-vcsrepo-3.1.1-17.1.2025072511 956 kB/s | 53 kB 00:00 (257/399): puppet-horizon-18.6.1-17.1.202510081 334 kB/s | 59 kB 00:00 (258/399): puppet-rsync-1.1.4-17.1.202508041515 83 kB/s | 28 kB 00:00 (259/399): python3-tripleoclient-16.5.1-17.1.20 1.7 MB/s | 552 kB 00:00 (260/399): openstack-heat-api-16.1.1-17.1.20251 113 kB/s | 15 kB 00:00 (261/399): puppet-keystone-18.6.1-17.1.20251008 688 kB/s | 126 kB 00:00 (262/399): openstack-heat-common-16.1.1-17.1.20 16 MB/s | 1.6 MB 00:00 (263/399): openstack-heat-engine-16.1.1-17.1.20 160 kB/s | 14 kB 00:00 (264/399): openstack-heat-monolith-16.1.1-17.1. 212 kB/s | 14 kB 00:00 (265/399): openstack-tripleo-common-15.4.1-17.1 1.0 MB/s | 48 kB 00:00 (266/399): openstack-tripleo-heat-templates-14. 7.8 MB/s | 603 kB 00:00 (267/399): openstack-tripleo-common-containers- 721 kB/s | 74 kB 00:00 (268/399): puppet-neutron-18.6.1-17.1.202512171 1.7 MB/s | 190 kB 00:00 (269/399): python3-tripleo-common-15.4.1-17.1.2 2.9 MB/s | 197 kB 00:00 (270/399): tripleo-ansible-3.3.1-17.1.202512171 8.9 MB/s | 564 kB 00:00 (271/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 4.7 MB/s | 223 kB 00:00 (272/399): boost-system-1.75.0-8.el9.x86_64.rpm 374 kB/s | 15 kB 00:00 (273/399): perl-Getopt-Long-2.52-4.el9.noarch.r 965 kB/s | 64 kB 00:00 (274/399): perl-Storable-3.21-460.el9.x86_64.rp 1.5 MB/s | 98 kB 00:00 (275/399): python3-urllib-gssapi-1.0.2-4.el9.no 298 kB/s | 24 kB 00:00 (276/399): boost-locale-1.75.0-8.el9.x86_64.rpm 3.2 MB/s | 216 kB 00:00 (277/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 57 kB 00:00 (278/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 157 kB/s | 17 kB 00:00 (279/399): perl-Data-Dumper-2.174-462.el9.x86_6 464 kB/s | 59 kB 00:00 (280/399): perl-Exporter-5.74-461.el9.noarch.rp 308 kB/s | 34 kB 00:00 (281/399): perl-parent-0.238-460.el9.noarch.rpm 379 kB/s | 16 kB 00:00 (282/399): perl-File-Temp-0.231.100-4.el9.noarc 457 kB/s | 63 kB 00:00 (283/399): perl-Text-Tabs+Wrap-2013.0523-460.el 262 kB/s | 25 kB 00:00 (284/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.3 MB/s | 321 kB 00:00 (285/399): python3-pyasn1-modules-0.4.8-6.el9.n 3.0 MB/s | 283 kB 00:00 (286/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.1 MB/s | 224 kB 00:00 (287/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 947 kB/s | 45 kB 00:00 (288/399): perl-PathTools-3.78-461.el9.x86_64.r 2.4 MB/s | 92 kB 00:00 (289/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 7.6 MB/s | 392 kB 00:00 (290/399): perl-Text-ParseWords-3.30-460.el9.no 319 kB/s | 18 kB 00:00 (291/399): perl-URI-5.09-3.el9.noarch.rpm 2.2 MB/s | 125 kB 00:00 (292/399): perl-Term-ANSIColor-5.01-461.el9.noa 372 kB/s | 51 kB 00:00 (293/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 1.3 MB/s | 229 kB 00:00 (294/399): perl-libnet-3.13-4.el9.noarch.rpm 2.8 MB/s | 134 kB 00:00 (295/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 608 kB/s | 26 kB 00:00 (296/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 16 MB/s | 1.2 MB 00:00 (297/399): iptables-nft-services-1.8.8-6.el9_1. 527 kB/s | 28 kB 00:00 (298/399): perl-Carp-1.50-460.el9.noarch.rpm 641 kB/s | 31 kB 00:00 (299/399): perl-Mozilla-CA-20200520-6.el9.noarc 317 kB/s | 14 kB 00:00 (300/399): perl-Encode-3.08-462.el9.x86_64.rpm 24 MB/s | 1.7 MB 00:00 (301/399): perl-Time-Local-1.300-7.el9.noarch.r 921 kB/s | 37 kB 00:00 (302/399): python3-psutil-5.8.0-12.el9.x86_64.r 3.6 MB/s | 218 kB 00:00 (303/399): perl-Term-Cap-1.17-460.el9.noarch.rp 215 kB/s | 24 kB 00:00 (304/399): python3-yubico-1.3.3-7.el9.noarch.rp 1.1 MB/s | 73 kB 00:00 (305/399): python3-jwcrypto-0.8-4.el9.noarch.rp 1.6 MB/s | 76 kB 00:00 (306/399): perl-Pod-Escapes-1.07-460.el9.noarch 274 kB/s | 22 kB 00:00 (307/399): sshpass-1.09-4.el9.x86_64.rpm 381 kB/s | 30 kB 00:00 (308/399): boost-filesystem-1.75.0-8.el9.x86_64 707 kB/s | 59 kB 00:00 (309/399): boost-program-options-1.75.0-8.el9.x 2.0 MB/s | 108 kB 00:00 (310/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.9 MB/s | 410 kB 00:00 (311/399): libburn-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 175 kB 00:00 (312/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 648 kB/s | 39 kB 00:00 (313/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 436 kB/s | 34 kB 00:00 (314/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.9 MB/s | 419 kB 00:00 (315/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 344 kB/s | 19 kB 00:00 (316/399): perl-File-Path-2.18-4.el9.noarch.rpm 712 kB/s | 38 kB 00:00 (317/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 803 kB/s | 43 kB 00:00 (318/399): perl-Digest-1.19-4.el9.noarch.rpm 208 kB/s | 29 kB 00:00 (319/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 748 kB/s | 92 kB 00:00 (320/399): perl-Scalar-List-Utils-1.56-461.el9. 853 kB/s | 77 kB 00:00 (321/399): perl-Socket-2.031-4.el9.x86_64.rpm 326 kB/s | 58 kB 00:00 (322/399): perl-constant-1.33-461.el9.noarch.rp 144 kB/s | 25 kB 00:00 (323/399): perl-podlators-4.14-460.el9.noarch.r 1.0 MB/s | 118 kB 00:00 (324/399): python3-appdirs-1.4.4-4.el9.noarch.r 530 kB/s | 27 kB 00:00 (325/399): python3-PyMySQL-0.10.1-6.el9.noarch. 1.6 MB/s | 112 kB 00:00 (326/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 2.5 MB/s | 163 kB 00:00 (327/399): python3-wcwidth-0.2.5-8.el9.noarch.r 1.1 MB/s | 48 kB 00:00 (328/399): python3-pyusb-1.0.2-13.el9.noarch.rp 1.4 MB/s | 96 kB 00:00 (329/399): python3-qrcode-core-6.1-12.el9.noarc 948 kB/s | 61 kB 00:00 (330/399): boost-regex-1.75.0-8.el9.x86_64.rpm 5.0 MB/s | 279 kB 00:00 (331/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 3.5 MB/s | 221 kB 00:00 (332/399): python3-alembic-1.7.5-3.el9.noarch.r 13 MB/s | 900 kB 00:00 (333/399): python3-augeas-0.5.0-25.el9.noarch.r 751 kB/s | 31 kB 00:00 (334/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 8.0 MB/s | 459 kB 00:00 (335/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 5.6 MB/s | 489 kB 00:00 (336/399): jq-1.6-14.el9.x86_64.rpm 2.8 MB/s | 190 kB 00:00 (337/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.2 MB/s | 59 kB 00:00 (338/399): perl-AutoLoader-5.74-480.el9.noarch. 521 kB/s | 23 kB 00:00 (339/399): perl-B-1.80-480.el9.x86_64.rpm 4.1 MB/s | 185 kB 00:00 (340/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 556 kB/s | 23 kB 00:00 (341/399): perl-Class-Struct-0.66-480.el9.noarc 308 kB/s | 24 kB 00:00 (342/399): perl-File-Basename-2.85-480.el9.noar 451 kB/s | 19 kB 00:00 (343/399): perl-Errno-1.30-480.el9.x86_64.rpm 158 kB/s | 17 kB 00:00 (344/399): perl-FileHandle-2.03-480.el9.noarch. 242 kB/s | 17 kB 00:00 (345/399): perl-File-stat-1.09-480.el9.noarch.r 149 kB/s | 19 kB 00:00 (346/399): perl-IPC-Open3-1.21-480.el9.noarch.r 432 kB/s | 25 kB 00:00 (347/399): perl-Getopt-Std-1.12-480.el9.noarch. 145 kB/s | 17 kB 00:00 (348/399): perl-POSIX-1.94-480.el9.x86_64.rpm 193 kB/s | 99 kB 00:00 (349/399): perl-SelectSaver-1.02-480.el9.noarch 27 kB/s | 13 kB 00:00 (350/399): perl-Symbol-1.08-480.el9.noarch.rpm 32 kB/s | 16 kB 00:00 (351/399): perl-overload-1.31-480.el9.noarch.rp 973 kB/s | 47 kB 00:00 (352/399): perl-interpreter-5.32.1-480.el9.x86_ 1.1 MB/s | 75 kB 00:00 (353/399): perl-libs-5.32.1-480.el9.x86_64.rpm 27 MB/s | 2.2 MB 00:00 (354/399): perl-overloading-0.02-480.el9.noarch 256 kB/s | 15 kB 00:00 (355/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.6 MB/s | 259 kB 00:00 (356/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 775 kB/s | 40 kB 00:00 (357/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 836 kB/s | 42 kB 00:00 (358/399): perl-IO-1.43-480.el9.x86_64.rpm 1.9 MB/s | 94 kB 00:00 (359/399): perl-NDBM_File-1.15-480.el9.x86_64.r 651 kB/s | 25 kB 00:00 (360/399): perl-if-0.60.800-480.el9.noarch.rpm 359 kB/s | 16 kB 00:00 (361/399): perl-mro-1.23-480.el9.x86_64.rpm 661 kB/s | 31 kB 00:00 (362/399): perl-base-2.27-480.el9.noarch.rpm 287 kB/s | 18 kB 00:00 (363/399): perl-vars-1.05-480.el9.noarch.rpm 386 kB/s | 15 kB 00:00 (364/399): perl-subs-1.03-480.el9.noarch.rpm 278 kB/s | 13 kB 00:00 (365/399): ansible-freeipa-1.9.2-3.el9_2.noarch 9.9 MB/s | 452 kB 00:00 (366/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.0 MB/s | 176 kB 00:00 (367/399): rhel-system-roles-1.21.2-1.el9_2.noa 29 MB/s | 2.4 MB 00:00 (368/399): ipa-client-common-4.10.1-12.el9_2.2. 994 kB/s | 44 kB 00:00 (369/399): ipa-common-4.10.1-12.el9_2.2.noarch. 11 MB/s | 656 kB 00:00 (370/399): python3-ipalib-4.10.1-12.el9_2.2.noa 9.6 MB/s | 663 kB 00:00 (371/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.0 MB/s | 57 kB 00:00 (372/399): python3-ipaclient-4.10.1-12.el9_2.2. 7.5 MB/s | 648 kB 00:00 (373/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 997 kB/s | 41 kB 00:00 (374/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.1 MB/s | 46 kB 00:00 (375/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 1.0 MB/s | 55 kB 00:00 (376/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 45 MB/s | 7.9 MB 00:00 (377/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 22 MB/s | 3.3 MB 00:00 (378/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.3 MB/s | 456 kB 00:00 (379/399): rubygem-io-console-0.5.7-161.el9_2.2 599 kB/s | 26 kB 00:00 (380/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.4 MB/s | 59 kB 00:00 (381/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.4 MB/s | 60 kB 00:00 (382/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.5 MB/s | 110 kB 00:00 (383/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.9 MB/s | 306 kB 00:00 (384/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 5.0 MB/s | 441 kB 00:00 (385/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.2 MB/s | 245 kB 00:00 (386/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 23 MB/s | 2.2 MB 00:00 (387/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.2 MB/s | 68 kB 00:00 (388/399): buildah-1.29.5-1.el9_2.x86_64.rpm 42 MB/s | 8.6 MB 00:00 (389/399): python3-openvswitch3.3-3.3.6-141.el9 4.6 MB/s | 383 kB 00:00 (390/399): cephadm-18.2.1-381.el9cp.noarch.rpm 3.5 MB/s | 335 kB 00:00 (391/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.3 MB/s | 156 kB 00:00 (392/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 136 kB 00:00 (394/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.4 MB/s | 65 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 603 kB/s | 30 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 30 MB/s | 2.3 MB 00:00 (397/399): util-linux-core-2.37.4-11.el9_2.x86_ 6.7 MB/s | 464 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.9 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.5 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 7.1 MB/s | 97 MB 00:13 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 90/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 91/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 92/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 93/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 94/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 95/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 96/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 97/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 98/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 99/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 100/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 101/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 102/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 103/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 104/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 105/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 106/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 107/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 108/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 109/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 110/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 111/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 112/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 113/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 114/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 115/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 116/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 117/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 118/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.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 : ruby-augeas-0.5.0-29.el9ost.x86_64 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 169/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 171/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 172/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 173/408 Installing : jq-1.6-14.el9.x86_64 174/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 175/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 176/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 177/408 Installing : boost-log-1.75.0-8.el9.x86_64 178/408 Installing : libburn-1.5.4-4.el9.x86_64 179/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 180/408 Installing : sshpass-1.09-4.el9.x86_64 181/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 182/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 183/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 184/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 185/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 186/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 187/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 188/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 189/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 190/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 191/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 192/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 193/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 194/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 195/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 196/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 197/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 198/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 199/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 200/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 201/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 202/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 203/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Installing : libisofs-1.5.4-4.el9.x86_64 205/408 Installing : libisoburn-1.5.4-4.el9.x86_64 206/408 Installing : xorriso-1.5.4-4.el9.x86_64 207/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 207/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 208/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 209/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 210/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 211/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 212/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 213/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 214/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 215/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 216/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 217/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 217/408 Installing : puppet-7.10.0-4.el9ost.noarch 218/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 218/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 219/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 220/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 221/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 222/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 223/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 224/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 225/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 226/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 227/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 228/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 229/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 230/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 231/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 232/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 233/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 234/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 235/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 236/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 237/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 238/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 239/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 240/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 241/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 242/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 243/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 244/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 245/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 246/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 247/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 248/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 249/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 250/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 251/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 252/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 253/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 254/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 255/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 256/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 257/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 258/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 259/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 260/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 261/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 262/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 263/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 264/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 265/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 266/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 267/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 268/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 269/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 270/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 271/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 272/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 273/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 274/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 275/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 276/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 277/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 278/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 279/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 280/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 281/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 282/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 283/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 284/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 285/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 286/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 287/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 288/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 289/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 290/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 291/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 292/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 293/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 294/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 295/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 296/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 297/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 298/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 299/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 300/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 301/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 302/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 303/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 304/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 305/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 306/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 307/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 308/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 309/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 310/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 311/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 312/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 313/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 314/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 315/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 316/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 317/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 318/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 319/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 320/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 321/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 322/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 323/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 324/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 325/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 326/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 327/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 328/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 329/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 330/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 331/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 332/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 333/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 334/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 335/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 336/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 337/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 338/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 339/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 340/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 341/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 342/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 343/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 344/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 345/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 346/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 347/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 348/408 Installing : python3-memcached-1.59-3.el9ost.noarch 349/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 350/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 351/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 352/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 353/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 354/408 Installing : python3-docutils-0.16-6.el9ost.noarch 355/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 356/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 357/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 358/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 359/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 360/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 361/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 362/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 363/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 364/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 365/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 366/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 367/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 381/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 20/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 21/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 22/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 23/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 24/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 25/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 26/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 27/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 28/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 29/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 30/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 31/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 32/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 33/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 34/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 35/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 36/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 37/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 38/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 39/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 40/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 41/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 42/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 43/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 44/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 45/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 46/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 47/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 48/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 49/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 50/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 51/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 52/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 53/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 54/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 55/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 56/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 57/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 58/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 59/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 60/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 61/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 62/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 63/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 64/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 65/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 66/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 67/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 68/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 69/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 70/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 71/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 72/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 73/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 74/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 75/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 76/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 77/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 78/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 79/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 80/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 81/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 82/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 83/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 84/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 85/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 86/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 87/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 88/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 89/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 90/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 91/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 92/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 93/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 94/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 95/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 96/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 97/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 98/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 99/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 100/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 101/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 102/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 103/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 104/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 105/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 106/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 107/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 108/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 109/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 110/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 111/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 112/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 113/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 114/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 115/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 116/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 117/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 118/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 119/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 120/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 121/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 122/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 123/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 124/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 125/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 126/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 127/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 128/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 129/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 130/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 131/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 132/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 133/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 134/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 135/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 136/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 137/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 138/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 139/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 140/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 141/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 142/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 143/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 144/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 145/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 146/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 147/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 148/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 149/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 150/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 151/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 152/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 153/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 154/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 155/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 156/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 157/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 158/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 159/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 160/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 161/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 162/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 163/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 164/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 165/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 166/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 167/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 168/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 169/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 170/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 171/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 172/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 173/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 174/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 175/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 176/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 177/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 178/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 179/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 180/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 181/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 183/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 185/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 186/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 187/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 188/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 189/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 190/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 191/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 192/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 193/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 194/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 195/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 196/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 197/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 198/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 199/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 200/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 201/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 202/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 203/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 204/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 205/408 Verifying : hiera-3.6.0-6.el9ost.noarch 206/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 207/408 Verifying : puppet-7.10.0-4.el9ost.noarch 208/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 209/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 210/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 211/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 212/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 213/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 214/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 215/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 216/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 217/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 218/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 219/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 220/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 221/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 222/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 223/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 224/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 225/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 226/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 227/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 228/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 229/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 230/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 231/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 232/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 233/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 234/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 235/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 236/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 237/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 238/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 239/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 240/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 241/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 242/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 243/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 244/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 245/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 246/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 247/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 248/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 249/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 250/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 251/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 252/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 253/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 254/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 255/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 256/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 257/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 258/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 259/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 260/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 261/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 262/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 263/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 264/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 265/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 266/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 267/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 268/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 269/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 270/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 271/408 Verifying : boost-system-1.75.0-8.el9.x86_64 272/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 273/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 274/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 275/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 276/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 277/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 278/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 279/408 Verifying : perl-Exporter-5.74-461.el9.noarch 280/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 281/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 282/408 Verifying : perl-parent-1:0.238-460.el9.noarch 283/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 284/408 Verifying : xorriso-1.5.4-4.el9.x86_64 285/408 Verifying : libisofs-1.5.4-4.el9.x86_64 286/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 287/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 288/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 289/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 290/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 291/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 292/408 Verifying : perl-URI-5.09-3.el9.noarch 293/408 Verifying : perl-libnet-3.13-4.el9.noarch 294/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 295/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 296/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Verifying : perl-Carp-1.50-460.el9.noarch 298/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 299/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 300/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 301/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 302/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 303/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 304/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 305/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 306/408 Verifying : sshpass-1.09-4.el9.x86_64 307/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 308/408 Verifying : boost-log-1.75.0-8.el9.x86_64 309/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 310/408 Verifying : libburn-1.5.4-4.el9.x86_64 311/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 312/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 313/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 314/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 315/408 Verifying : perl-Digest-1.19-4.el9.noarch 316/408 Verifying : perl-File-Path-2.18-4.el9.noarch 317/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 318/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 319/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 320/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 321/408 Verifying : perl-constant-1.33-461.el9.noarch 322/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 323/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 324/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 325/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 326/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 327/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 328/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 329/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 330/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 331/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 332/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 333/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 334/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 335/408 Verifying : jq-1.6-14.el9.x86_64 336/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 337/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 338/408 Verifying : perl-B-1.80-480.el9.x86_64 339/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 340/408 Verifying : perl-Errno-1.30-480.el9.x86_64 341/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 342/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 343/408 Verifying : perl-File-stat-1.09-480.el9.noarch 344/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 345/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 346/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 347/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 348/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 349/408 Verifying : perl-Symbol-1.08-480.el9.noarch 350/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 351/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 352/408 Verifying : perl-overload-1.31-480.el9.noarch 353/408 Verifying : perl-overloading-0.02-480.el9.noarch 354/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 355/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 356/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 357/408 Verifying : perl-IO-1.43-480.el9.x86_64 358/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 359/408 Verifying : perl-base-2.27-480.el9.noarch 360/408 Verifying : perl-if-0.60.800-480.el9.noarch 361/408 Verifying : perl-mro-1.23-480.el9.x86_64 362/408 Verifying : perl-subs-1.03-480.el9.noarch 363/408 Verifying : perl-vars-1.05-480.el9.noarch 364/408 Verifying : python3-mako-1.1.4-6.el9.noarch 365/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 366/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 367/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 368/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 369/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 370/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 371/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 372/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 373/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 374/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 375/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 376/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 377/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 378/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 379/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 380/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 381/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 382/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 383/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 384/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 385/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 386/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 387/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 388/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 389/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.localdomain + sudo hostnamectl set-hostname standalone.localdomain --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1450 + INTERFACE_MTU=1450 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_CEPH_ENABLED=true + export EDPM_COMPUTE_CEPH_NOVA=true + EDPM_COMPUTE_CEPH_NOVA=true + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \f\a\l\s\e ]] + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=true + BARBICAN_ENABLED=true + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=false + TLSE_ENABLED=false + export CLOUD_DOMAIN=localdomain + CLOUD_DOMAIN=localdomain + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2026-02-27T19:25:45.351384 # # 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, 8.1573e-05 s, 0.0 kB/s + sudo losetup /dev/loop3 /var/lib/ceph-osd.img + sudo pvcreate /dev/loop3 Physical volume "/dev/loop3" successfully created. Creating devices file /etc/lvm/devices/system.devices + sudo vgcreate vg2 /dev/loop3 Volume group "vg2" successfully created + sudo lvcreate -n data-lv2 -l +100%FREE vg2 Logical volume "data-lv2" created. + cat + sudo openstack overcloud ceph spec --standalone --mon-ip 172.18.0.100 --osd-spec /root/osd_spec.yaml --output /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec for Standalone Deployment] ****************************** 2026-02-27 19:25:49.446491 | fa163e9e-68ca-ed2b-49cb-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-02-27 19:25:49.490542 | fa163e9e-68ca-ed2b-49cb-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-02-27 19:25:49.491542 | fa163e9e-68ca-ed2b-49cb-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.059816 | 0.04s 2026-02-27 19:25:49.496453 | fa163e9e-68ca-ed2b-49cb-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-02-27 19:25:49.533050 | fa163e9e-68ca-ed2b-49cb-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-02-27 19:25:49.534650 | fa163e9e-68ca-ed2b-49cb-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.102916 | 0.04s 2026-02-27 19:25:49.542251 | fa163e9e-68ca-ed2b-49cb-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-02-27 19:25:49.632926 | fa163e9e-68ca-ed2b-49cb-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-27 19:25:49.634332 | fa163e9e-68ca-ed2b-49cb-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.202599 | 0.09s 2026-02-27 19:25:49.641293 | fa163e9e-68ca-ed2b-49cb-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-02-27 19:25:50.037869 | fa163e9e-68ca-ed2b-49cb-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-02-27 19:25:50.039378 | fa163e9e-68ca-ed2b-49cb-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.607646 | 0.40s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-27 19:25:50.061880 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:25:50.062256 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:25:50.062644 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.630925 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:25:50.062982 | UUID | Info | Host | Task Name | Run Time 2026-02-27 19:25:50.063382 | fa163e9e-68ca-ed2b-49cb-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.40s 2026-02-27 19:25:50.063752 | fa163e9e-68ca-ed2b-49cb-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.09s 2026-02-27 19:25:50.064194 | fa163e9e-68ca-ed2b-49cb-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2026-02-27 19:25:50.064567 | fa163e9e-68ca-ed2b-49cb-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2026-02-27 19:25:50.064906 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + sudo openstack overcloud ceph user enable --standalone /root/ceph_spec.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [undercloud] ************************************************************** 2026-02-27 19:25:52.584645 | fa163e9e-68ca-a282-8a63-000000000005 | TASK | set ssh key path facts 2026-02-27 19:25:52.610567 | fa163e9e-68ca-a282-8a63-000000000005 | OK | set ssh key path facts | undercloud 2026-02-27 19:25:52.611091 | fa163e9e-68ca-a282-8a63-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.040571 | 0.03s 2026-02-27 19:25:52.614255 | fa163e9e-68ca-a282-8a63-000000000006 | TASK | stat private key 2026-02-27 19:25:52.954160 | fa163e9e-68ca-a282-8a63-000000000006 | OK | stat private key | undercloud 2026-02-27 19:25:52.955489 | fa163e9e-68ca-a282-8a63-000000000006 | TIMING | stat private key | undercloud | 0:00:00.384960 | 0.34s 2026-02-27 19:25:52.962553 | fa163e9e-68ca-a282-8a63-000000000007 | TASK | stat public key 2026-02-27 19:25:53.141254 | fa163e9e-68ca-a282-8a63-000000000007 | OK | stat public key | undercloud 2026-02-27 19:25:53.142402 | fa163e9e-68ca-a282-8a63-000000000007 | TIMING | stat public key | undercloud | 0:00:00.571874 | 0.18s 2026-02-27 19:25:53.149523 | fa163e9e-68ca-a282-8a63-000000000008 | TASK | create private key if it does not exist 2026-02-27 19:25:55.040484 | fa163e9e-68ca-a282-8a63-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-02-27 19:25:55.042116 | fa163e9e-68ca-a282-8a63-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:02.471580 | 1.89s 2026-02-27 19:25:55.049541 | fa163e9e-68ca-a282-8a63-000000000009 | TASK | create public key if it does not exist 2026-02-27 19:25:55.294305 | fa163e9e-68ca-a282-8a63-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-02-27 19:25:55.295361 | fa163e9e-68ca-a282-8a63-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:02.724839 | 0.24s PLAY [allovercloud] ************************************************************ 2026-02-27 19:25:55.331719 | fa163e9e-68ca-a282-8a63-000000000023 | TASK | Get local private key 2026-02-27 19:25:55.682789 | fa163e9e-68ca-a282-8a63-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e9e-68ca-a282-8a63-000000000023') missing from stats 2026-02-27 19:25:55.691166 | fa163e9e-68ca-a282-8a63-000000000024 | TASK | Get local public key 2026-02-27 19:25:55.898556 | fa163e9e-68ca-a282-8a63-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e9e-68ca-a282-8a63-000000000024') missing from stats 2026-02-27 19:25:55.911424 | fa163e9e-68ca-a282-8a63-000000000012 | TASK | create user ceph-admin 2026-02-27 19:25:56.486567 | fa163e9e-68ca-a282-8a63-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-02-27 19:25:56.487935 | fa163e9e-68ca-a282-8a63-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:03.917403 | 0.58s 2026-02-27 19:25:56.499543 | fa163e9e-68ca-a282-8a63-000000000013 | TASK | grant admin rights to user ceph-admin 2026-02-27 19:25:57.089504 | fa163e9e-68ca-a282-8a63-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-02-27 19:25:57.090541 | fa163e9e-68ca-a282-8a63-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:04.520019 | 0.59s 2026-02-27 19:25:57.096863 | fa163e9e-68ca-a282-8a63-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-02-27 19:25:57.396947 | fa163e9e-68ca-a282-8a63-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-02-27 19:25:57.398322 | fa163e9e-68ca-a282-8a63-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:04.827790 | 0.30s 2026-02-27 19:25:57.403711 | fa163e9e-68ca-a282-8a63-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-02-27 19:25:57.580611 | fa163e9e-68ca-a282-8a63-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-02-27 19:25:57.581616 | fa163e9e-68ca-a282-8a63-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:05.011094 | 0.18s 2026-02-27 19:25:57.586794 | fa163e9e-68ca-a282-8a63-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-02-27 19:25:57.793576 | fa163e9e-68ca-a282-8a63-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-02-27 19:25:57.794539 | fa163e9e-68ca-a282-8a63-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:05.224015 | 0.21s 2026-02-27 19:25:57.800507 | fa163e9e-68ca-a282-8a63-000000000017 | TASK | get remote ceph-admin public key 2026-02-27 19:25:57.835786 | fa163e9e-68ca-a282-8a63-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-02-27 19:25:57.836504 | fa163e9e-68ca-a282-8a63-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:05.265985 | 0.03s 2026-02-27 19:25:57.840975 | fa163e9e-68ca-a282-8a63-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-02-27 19:25:57.897026 | fa163e9e-68ca-a282-8a63-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-02-27 19:25:57.898462 | fa163e9e-68ca-a282-8a63-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:05.327879 | 0.06s 2026-02-27 19:25:57.907845 | fa163e9e-68ca-a282-8a63-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-02-27 19:25:58.301587 | fa163e9e-68ca-a282-8a63-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-02-27 19:25:58.303227 | fa163e9e-68ca-a282-8a63-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:05.732695 | 0.39s 2026-02-27 19:25:58.314104 | fa163e9e-68ca-a282-8a63-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-02-27 19:25:58.810079 | fa163e9e-68ca-a282-8a63-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-02-27 19:25:58.810881 | fa163e9e-68ca-a282-8a63-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.240360 | 0.49s 2026-02-27 19:25:58.816528 | fa163e9e-68ca-a282-8a63-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-02-27 19:25:59.289363 | fa163e9e-68ca-a282-8a63-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-02-27 19:25:59.290764 | fa163e9e-68ca-a282-8a63-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:06.720232 | 0.47s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-27 19:25:59.319270 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:25:59.319895 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:25:59.320577 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:06.750056 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:25:59.321282 | UUID | Info | Host | Task Name | Run Time 2026-02-27 19:25:59.322013 | fa163e9e-68ca-a282-8a63-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 1.89s 2026-02-27 19:25:59.322733 | fa163e9e-68ca-a282-8a63-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.59s 2026-02-27 19:25:59.323455 | fa163e9e-68ca-a282-8a63-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.58s 2026-02-27 19:25:59.324132 | fa163e9e-68ca-a282-8a63-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.49s 2026-02-27 19:25:59.324837 | fa163e9e-68ca-a282-8a63-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.47s 2026-02-27 19:25:59.325565 | fa163e9e-68ca-a282-8a63-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.39s 2026-02-27 19:25:59.326243 | fa163e9e-68ca-a282-8a63-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2026-02-27 19:25:59.326962 | fa163e9e-68ca-a282-8a63-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.30s 2026-02-27 19:25:59.327705 | fa163e9e-68ca-a282-8a63-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.24s 2026-02-27 19:25:59.328360 | fa163e9e-68ca-a282-8a63-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.21s 2026-02-27 19:25:59.329116 | fa163e9e-68ca-a282-8a63-000000000007 | SUMMARY | undercloud | stat public key | 0.18s 2026-02-27 19:25:59.329842 | fa163e9e-68ca-a282-8a63-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.18s 2026-02-27 19:25:59.330530 | fa163e9e-68ca-a282-8a63-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2026-02-27 19:25:59.331211 | fa163e9e-68ca-a282-8a63-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.03s 2026-02-27 19:25:59.331944 | fa163e9e-68ca-a282-8a63-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.03s 2026-02-27 19:25:59.332806 | fa163e9e-68ca-a282-8a63-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-02-27 19:25:59.333522 | fa163e9e-68ca-a282-8a63-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-02-27 19:25:59.334165 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + cat + sudo sed -i /--yes-i-know/d /usr/share/ansible/roles/tripleo_cephadm/tasks/bootstrap.yaml + sudo openstack overcloud ceph deploy --mon-ip 172.18.0.100 --ceph-spec /root/ceph_spec.yaml --config /root/initial_ceph.conf --container-image-prepare /root/containers-prepare-parameters.yaml --standalone --single-host-defaults --skip-hosts-config --skip-container-registry-config --skip-user-create --network-data /tmp/network_data.yaml --ntp-server pool.ntp.org --output /root/deployed_ceph.yaml [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Configure chrony service] ************************************************ 2026-02-27 19:26:02.020857 | fa163e9e-68ca-c88b-53d0-000000000039 | TASK | Gathering Facts 2026-02-27 19:26:02.575625 | fa163e9e-68ca-c88b-53d0-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-02-27 19:26:02.577616 | fa163e9e-68ca-c88b-53d0-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.571843 | 0.56s 2026-02-27 19:26:02.614190 | fa163e9e-68ca-c88b-53d0-000000000039 | OK | Gathering Facts | undercloud 2026-02-27 19:26:02.615762 | fa163e9e-68ca-c88b-53d0-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.610009 | 0.59s 2026-02-27 19:26:02.636454 | fa163e9e-68ca-c88b-53d0-00000000000a | TASK | Load distro-specific variables 2026-02-27 19:26:02.716233 | fa163e9e-68ca-c88b-53d0-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.710463 | 0.08s 2026-02-27 19:26:02.729271 | fa163e9e-68ca-c88b-53d0-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.723515 | 0.08s 2026-02-27 19:26:02.748907 | 997d1593-6b64-41fb-8875-cf245d37c118 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 19:26:02.749874 | 997d1593-6b64-41fb-8875-cf245d37c118 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 19:26:02.771861 | fa163e9e-68ca-c88b-53d0-000000000052 | TASK | Load distro-specific variables 2026-02-27 19:26:02.869213 | fa163e9e-68ca-c88b-53d0-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:02.870908 | fa163e9e-68ca-c88b-53d0-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.865130 | 0.10s 2026-02-27 19:26:02.880629 | fa163e9e-68ca-c88b-53d0-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.874870 | 0.11s 2026-02-27 19:26:02.896591 | fa163e9e-68ca-c88b-53d0-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:02.897359 | fa163e9e-68ca-c88b-53d0-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.891604 | 0.12s 2026-02-27 19:26:02.902726 | fa163e9e-68ca-c88b-53d0-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.896961 | 0.12s 2026-02-27 19:26:02.908585 | fa163e9e-68ca-c88b-53d0-00000000000b | TASK | Install chronyd 2026-02-27 19:26:02.974744 | fa163e9e-68ca-c88b-53d0-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.968961 | 0.07s 2026-02-27 19:26:03.006569 | fa163e9e-68ca-c88b-53d0-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:01.000808 | 0.09s 2026-02-27 19:26:03.020502 | 0b3cb315-6d70-45d9-9e88-cabee1e801a1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-02-27 19:26:03.020980 | 0b3cb315-6d70-45d9-9e88-cabee1e801a1 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-02-27 19:26:03.037384 | fa163e9e-68ca-c88b-53d0-0000000000a2 | TASK | Load distro-specific variables 2026-02-27 19:26:03.101448 | fa163e9e-68ca-c88b-53d0-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.095638 | 0.06s 2026-02-27 19:26:03.133760 | fa163e9e-68ca-c88b-53d0-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.128000 | 0.09s 2026-02-27 19:26:03.143618 | 8b1e2daa-73e5-486c-9c72-2bc7e1f4ee43 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 19:26:03.144084 | 8b1e2daa-73e5-486c-9c72-2bc7e1f4ee43 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 19:26:03.156954 | fa163e9e-68ca-c88b-53d0-000000000102 | TASK | Load distro-specific variables 2026-02-27 19:26:03.236664 | fa163e9e-68ca-c88b-53d0-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:03.238508 | fa163e9e-68ca-c88b-53d0-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.232731 | 0.08s 2026-02-27 19:26:03.247980 | fa163e9e-68ca-c88b-53d0-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.242218 | 0.09s 2026-02-27 19:26:03.254889 | fa163e9e-68ca-c88b-53d0-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:03.255661 | fa163e9e-68ca-c88b-53d0-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.249907 | 0.09s 2026-02-27 19:26:03.260634 | fa163e9e-68ca-c88b-53d0-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.254877 | 0.09s 2026-02-27 19:26:03.266499 | fa163e9e-68ca-c88b-53d0-0000000000a3 | TASK | Check for NTP service 2026-02-27 19:26:03.641830 | fa163e9e-68ca-c88b-53d0-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-02-27 19:26:03.643165 | fa163e9e-68ca-c88b-53d0-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.637400 | 0.38s 2026-02-27 19:26:04.638047 | fa163e9e-68ca-c88b-53d0-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-02-27 19:26:04.638847 | fa163e9e-68ca-c88b-53d0-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:02.633096 | 1.36s 2026-02-27 19:26:04.644812 | fa163e9e-68ca-c88b-53d0-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-02-27 19:26:04.719490 | fa163e9e-68ca-c88b-53d0-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-02-27 19:26:04.720826 | fa163e9e-68ca-c88b-53d0-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:02.715056 | 0.07s 2026-02-27 19:26:04.743237 | fa163e9e-68ca-c88b-53d0-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-02-27 19:26:04.743593 | fa163e9e-68ca-c88b-53d0-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:02.737847 | 0.09s 2026-02-27 19:26:04.749461 | fa163e9e-68ca-c88b-53d0-0000000000a5 | TASK | Install chronyd package 2026-02-27 19:26:07.948058 | fa163e9e-68ca-c88b-53d0-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-02-27 19:26:07.949521 | fa163e9e-68ca-c88b-53d0-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:05.943754 | 3.20s 2026-02-27 19:26:09.957778 | fa163e9e-68ca-c88b-53d0-0000000000a5 | OK | Install chronyd package | undercloud 2026-02-27 19:26:09.958687 | fa163e9e-68ca-c88b-53d0-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:07.952934 | 5.20s 2026-02-27 19:26:09.964074 | fa163e9e-68ca-c88b-53d0-00000000000c | TASK | Upgrade chronyd 2026-02-27 19:26:10.047711 | fa163e9e-68ca-c88b-53d0-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-02-27 19:26:10.048747 | fa163e9e-68ca-c88b-53d0-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:08.042984 | 0.08s 2026-02-27 19:26:10.055072 | fa163e9e-68ca-c88b-53d0-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-02-27 19:26:10.055901 | fa163e9e-68ca-c88b-53d0-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:08.050143 | 0.08s 2026-02-27 19:26:10.065102 | fa163e9e-68ca-c88b-53d0-00000000000d | TASK | Configure chronyd 2026-02-27 19:26:10.145574 | fa163e9e-68ca-c88b-53d0-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:08.139807 | 0.08s 2026-02-27 19:26:10.146389 | fa163e9e-68ca-c88b-53d0-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:08.140641 | 0.06s 2026-02-27 19:26:10.157813 | 830fe298-6382-44cb-a4a3-7217291944a0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-02-27 19:26:10.158295 | 830fe298-6382-44cb-a4a3-7217291944a0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-02-27 19:26:10.180895 | fa163e9e-68ca-c88b-53d0-000000000162 | TASK | Load distro-specific variables 2026-02-27 19:26:10.276003 | fa163e9e-68ca-c88b-53d0-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.270229 | 0.09s 2026-02-27 19:26:10.290735 | fa163e9e-68ca-c88b-53d0-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.284976 | 0.10s 2026-02-27 19:26:10.297918 | 48172ff8-c07c-4233-9de2-eb6b4f392c44 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 19:26:10.298285 | 48172ff8-c07c-4233-9de2-eb6b4f392c44 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 19:26:10.305530 | fa163e9e-68ca-c88b-53d0-0000000001fa | TASK | Load distro-specific variables 2026-02-27 19:26:10.399447 | fa163e9e-68ca-c88b-53d0-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:10.400860 | fa163e9e-68ca-c88b-53d0-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.395095 | 0.09s 2026-02-27 19:26:10.412759 | fa163e9e-68ca-c88b-53d0-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:10.417527 | fa163e9e-68ca-c88b-53d0-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.411771 | 0.11s 2026-02-27 19:26:10.422784 | fa163e9e-68ca-c88b-53d0-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.417025 | 0.11s 2026-02-27 19:26:10.424025 | fa163e9e-68ca-c88b-53d0-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.418271 | 0.12s 2026-02-27 19:26:10.433740 | fa163e9e-68ca-c88b-53d0-000000000163 | TASK | Install chrony configuration file 2026-02-27 19:26:11.207605 | fa163e9e-68ca-c88b-53d0-000000000163 | CHANGED | Install chrony configuration file | standalone.localdomain 2026-02-27 19:26:11.210781 | fa163e9e-68ca-c88b-53d0-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:09.205020 | 0.77s 2026-02-27 19:26:11.212121 | fa163e9e-68ca-c88b-53d0-000000000163 | OK | Install chrony configuration file | undercloud 2026-02-27 19:26:11.212961 | fa163e9e-68ca-c88b-53d0-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:09.207205 | 0.76s 2026-02-27 19:26:11.221878 | fa163e9e-68ca-c88b-53d0-00000000000e | TASK | Run chronyd 2026-02-27 19:26:11.303276 | fa163e9e-68ca-c88b-53d0-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:09.297493 | 0.08s 2026-02-27 19:26:11.325273 | fa163e9e-68ca-c88b-53d0-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:09.319503 | 0.09s 2026-02-27 19:26:11.347213 | 67905cbf-bf1b-46bf-8e67-afc564e5694e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-02-27 19:26:11.348095 | 67905cbf-bf1b-46bf-8e67-afc564e5694e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-02-27 19:26:11.385051 | fa163e9e-68ca-c88b-53d0-000000000233 | TASK | Load distro-specific variables 2026-02-27 19:26:11.469449 | fa163e9e-68ca-c88b-53d0-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:09.463616 | 0.08s 2026-02-27 19:26:11.474996 | fa163e9e-68ca-c88b-53d0-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:09.469238 | 0.08s 2026-02-27 19:26:11.493658 | 5a941083-994a-4878-83cd-4f94ec6b1208 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-27 19:26:11.494677 | 5a941083-994a-4878-83cd-4f94ec6b1208 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-27 19:26:11.505309 | fa163e9e-68ca-c88b-53d0-0000000002ee | TASK | Load distro-specific variables 2026-02-27 19:26:11.585998 | fa163e9e-68ca-c88b-53d0-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:11.588014 | fa163e9e-68ca-c88b-53d0-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:09.582240 | 0.08s 2026-02-27 19:26:11.598305 | fa163e9e-68ca-c88b-53d0-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:26:11.599558 | fa163e9e-68ca-c88b-53d0-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:09.593803 | 0.09s 2026-02-27 19:26:11.604919 | fa163e9e-68ca-c88b-53d0-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:09.599158 | 0.10s 2026-02-27 19:26:11.605915 | fa163e9e-68ca-c88b-53d0-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:09.600166 | 0.09s 2026-02-27 19:26:11.612129 | fa163e9e-68ca-c88b-53d0-000000000234 | TASK | Ensure chronyd is running 2026-02-27 19:26:12.209905 | fa163e9e-68ca-c88b-53d0-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-02-27 19:26:12.211845 | fa163e9e-68ca-c88b-53d0-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:10.206075 | 0.60s 2026-02-27 19:26:12.316745 | fa163e9e-68ca-c88b-53d0-000000000234 | OK | Ensure chronyd is running | undercloud 2026-02-27 19:26:12.319300 | fa163e9e-68ca-c88b-53d0-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:10.313543 | 0.70s 2026-02-27 19:26:12.330286 | fa163e9e-68ca-c88b-53d0-000000000235 | TASK | Force chronyd restart 2026-02-27 19:26:12.430592 | fa163e9e-68ca-c88b-53d0-000000000235 | SKIPPED | Force chronyd restart | undercloud 2026-02-27 19:26:12.431901 | fa163e9e-68ca-c88b-53d0-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.426131 | 0.09s 2026-02-27 19:26:12.784034 | fa163e9e-68ca-c88b-53d0-000000000235 | CHANGED | Force chronyd restart | standalone.localdomain 2026-02-27 19:26:12.786022 | fa163e9e-68ca-c88b-53d0-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:10.780258 | 0.45s 2026-02-27 19:26:12.796174 | fa163e9e-68ca-c88b-53d0-00000000000f | TASK | Enable online service 2026-02-27 19:26:12.850551 | fa163e9e-68ca-c88b-53d0-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.844765 | 0.05s 2026-02-27 19:26:12.882690 | fa163e9e-68ca-c88b-53d0-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.876932 | 0.07s 2026-02-27 19:26:12.900736 | 12972ae8-8d11-4538-a2b0-cd63b186d9c0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-02-27 19:26:12.901581 | 12972ae8-8d11-4538-a2b0-cd63b186d9c0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-02-27 19:26:12.947617 | fa163e9e-68ca-c88b-53d0-000000000338 | TASK | Create chrony-online.service unit file 2026-02-27 19:26:13.424880 | fa163e9e-68ca-c88b-53d0-000000000338 | CHANGED | Create chrony-online.service unit file | undercloud 2026-02-27 19:26:13.426248 | fa163e9e-68ca-c88b-53d0-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:11.420483 | 0.47s 2026-02-27 19:26:13.508957 | fa163e9e-68ca-c88b-53d0-000000000338 | OK | Create chrony-online.service unit file | standalone.localdomain 2026-02-27 19:26:13.509966 | fa163e9e-68ca-c88b-53d0-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:11.504207 | 0.56s 2026-02-27 19:26:13.518762 | fa163e9e-68ca-c88b-53d0-000000000339 | TASK | Enable chrony-online.service 2026-02-27 19:26:14.682606 | fa163e9e-68ca-c88b-53d0-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-02-27 19:26:14.684061 | fa163e9e-68ca-c88b-53d0-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:12.678304 | 1.16s 2026-02-27 19:26:14.685714 | fa163e9e-68ca-c88b-53d0-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-02-27 19:26:14.686510 | fa163e9e-68ca-c88b-53d0-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:12.680762 | 1.15s 2026-02-27 19:26:14.692661 | fa163e9e-68ca-c88b-53d0-000000000010 | TASK | Sync chronyc 2026-02-27 19:26:14.770295 | fa163e9e-68ca-c88b-53d0-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.764522 | 0.08s 2026-02-27 19:26:14.784844 | fa163e9e-68ca-c88b-53d0-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.779093 | 0.08s 2026-02-27 19:26:14.795905 | 3921d4b7-0f6b-4ca0-86cd-415f8625bb60 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-02-27 19:26:14.796344 | 3921d4b7-0f6b-4ca0-86cd-415f8625bb60 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-02-27 19:26:14.834591 | fa163e9e-68ca-c88b-53d0-00000000042a | TASK | Force NTP sync 2026-02-27 19:26:15.091898 | fa163e9e-68ca-c88b-53d0-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-02-27 19:26:15.092954 | fa163e9e-68ca-c88b-53d0-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:13.087191 | 0.26s 2026-02-27 19:26:15.103762 | fa163e9e-68ca-c88b-53d0-00000000042a | CHANGED | Force NTP sync | undercloud 2026-02-27 19:26:15.104168 | fa163e9e-68ca-c88b-53d0-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:13.098422 | 0.26s 2026-02-27 19:26:15.107901 | fa163e9e-68ca-c88b-53d0-00000000042b | TASK | Ensure system is NTP time synced 2026-02-27 19:26:25.338491 | fa163e9e-68ca-c88b-53d0-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-02-27 19:26:25.339934 | fa163e9e-68ca-c88b-53d0-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:23.334166 | 10.23s 2026-02-27 19:26:25.383911 | fa163e9e-68ca-c88b-53d0-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-02-27 19:26:25.384659 | fa163e9e-68ca-c88b-53d0-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:23.378909 | 10.27s 2026-02-27 19:26:25.395639 | fa163e9e-68ca-c88b-53d0-00000000002c | TASK | Set timezone 2026-02-27 19:26:25.781441 | fa163e9e-68ca-c88b-53d0-00000000002c | OK | Set timezone | standalone.localdomain 2026-02-27 19:26:25.782514 | fa163e9e-68ca-c88b-53d0-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.776757 | 0.39s 2026-02-27 19:26:25.783083 | fa163e9e-68ca-c88b-53d0-00000000002c | OK | Set timezone | undercloud 2026-02-27 19:26:25.783457 | fa163e9e-68ca-c88b-53d0-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.777710 | 0.38s 2026-02-27 19:26:25.787831 | fa163e9e-68ca-c88b-53d0-00000000002d | TASK | Restart time services 2026-02-27 19:26:25.814505 | fa163e9e-68ca-c88b-53d0-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-02-27 19:26:25.819193 | fa163e9e-68ca-c88b-53d0-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-02-27 19:26:25.826676 | fa163e9e-68ca-c88b-53d0-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-02-27 19:26:25.831299 | fa163e9e-68ca-c88b-53d0-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-02-27 19:26:25.835102 | fa163e9e-68ca-c88b-53d0-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.829340 | 0.05s 2026-02-27 19:26:25.835764 | fa163e9e-68ca-c88b-53d0-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.830018 | 0.04s 2026-02-27 19:26:25.854982 | fa163e9e-68ca-c88b-53d0-000000000012 | HANDLER | Restart chronyd 2026-02-27 19:26:26.272116 | fa163e9e-68ca-c88b-53d0-000000000012 | CHANGED | Restart chronyd | standalone.localdomain 2026-02-27 19:26:26.273099 | fa163e9e-68ca-c88b-53d0-000000000012 | TIMING | chrony : Restart chronyd | standalone.localdomain | 0:00:24.267346 | 0.42s PLAY RECAP ********************************************************************* standalone.localdomain : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 undercloud : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 2026-02-27 19:26:26.280788 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:26:26.281046 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:26:26.281301 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:24.275553 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:26:26.281617 | UUID | Info | Host | Task Name | Run Time 2026-02-27 19:26:26.281934 | fa163e9e-68ca-c88b-53d0-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.27s 2026-02-27 19:26:26.282193 | fa163e9e-68ca-c88b-53d0-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.23s 2026-02-27 19:26:26.282482 | fa163e9e-68ca-c88b-53d0-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 5.20s 2026-02-27 19:26:26.282754 | fa163e9e-68ca-c88b-53d0-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.20s 2026-02-27 19:26:26.283016 | fa163e9e-68ca-c88b-53d0-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 1.36s 2026-02-27 19:26:26.283296 | fa163e9e-68ca-c88b-53d0-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.16s 2026-02-27 19:26:26.283572 | fa163e9e-68ca-c88b-53d0-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.15s 2026-02-27 19:26:26.283832 | fa163e9e-68ca-c88b-53d0-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.77s 2026-02-27 19:26:26.284094 | fa163e9e-68ca-c88b-53d0-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.76s 2026-02-27 19:26:26.284364 | fa163e9e-68ca-c88b-53d0-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.70s 2026-02-27 19:26:26.284640 | fa163e9e-68ca-c88b-53d0-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.60s 2026-02-27 19:26:26.284896 | fa163e9e-68ca-c88b-53d0-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.59s 2026-02-27 19:26:26.285172 | fa163e9e-68ca-c88b-53d0-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.56s 2026-02-27 19:26:26.285445 | fa163e9e-68ca-c88b-53d0-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.56s 2026-02-27 19:26:26.285710 | fa163e9e-68ca-c88b-53d0-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.47s 2026-02-27 19:26:26.285980 | fa163e9e-68ca-c88b-53d0-000000000235 | SUMMARY | standalone.localdomain | chrony : Force chronyd restart | 0.45s 2026-02-27 19:26:26.286238 | fa163e9e-68ca-c88b-53d0-000000000012 | SUMMARY | standalone.localdomain | chrony : Restart chronyd | 0.42s 2026-02-27 19:26:26.286541 | fa163e9e-68ca-c88b-53d0-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.39s 2026-02-27 19:26:26.286815 | fa163e9e-68ca-c88b-53d0-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.38s 2026-02-27 19:26:26.287070 | fa163e9e-68ca-c88b-53d0-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.38s 2026-02-27 19:26:26.287373 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. PLAY [Create Ceph Spec] ******************************************************** 2026-02-27 19:26:27.159177 | fa163e9e-68ca-96f4-3dff-000000000005 | SKIPPED | fail | undercloud 2026-02-27 19:26:27.159959 | fa163e9e-68ca-96f4-3dff-000000000005 | TIMING | fail | undercloud | 0:00:00.046351 | 0.03s 2026-02-27 19:26:27.227397 | fa163e9e-68ca-96f4-3dff-000000000006 | SKIPPED | fail | undercloud 2026-02-27 19:26:27.228220 | fa163e9e-68ca-96f4-3dff-000000000006 | TIMING | fail | undercloud | 0:00:00.114612 | 0.06s 2026-02-27 19:26:27.232282 | fa163e9e-68ca-96f4-3dff-000000000008 | TASK | Ensure working_dir is provided 2026-02-27 19:26:27.266282 | fa163e9e-68ca-96f4-3dff-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-02-27 19:26:27.267024 | fa163e9e-68ca-96f4-3dff-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.153416 | 0.03s 2026-02-27 19:26:27.276123 | fa163e9e-68ca-96f4-3dff-00000000000a | TASK | ensure ceph_spec_path is defined 2026-02-27 19:26:27.303142 | fa163e9e-68ca-96f4-3dff-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-02-27 19:26:27.303966 | fa163e9e-68ca-96f4-3dff-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.190356 | 0.03s 2026-02-27 19:26:27.307574 | fa163e9e-68ca-96f4-3dff-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-02-27 19:26:27.344647 | fa163e9e-68ca-96f4-3dff-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-27 19:26:27.345833 | fa163e9e-68ca-96f4-3dff-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.232213 | 0.04s 2026-02-27 19:26:27.352995 | fa163e9e-68ca-96f4-3dff-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-02-27 19:26:27.382212 | fa163e9e-68ca-96f4-3dff-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-02-27 19:26:27.383373 | fa163e9e-68ca-96f4-3dff-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.269755 | 0.03s 2026-02-27 19:26:27.390909 | fa163e9e-68ca-96f4-3dff-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-02-27 19:26:27.427001 | fa163e9e-68ca-96f4-3dff-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-02-27 19:26:27.427692 | fa163e9e-68ca-96f4-3dff-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.314085 | 0.04s 2026-02-27 19:26:27.431029 | fa163e9e-68ca-96f4-3dff-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-02-27 19:26:27.516035 | fa163e9e-68ca-96f4-3dff-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'osd', 'mon'], 'service_type': 'host'} 2026-02-27 19:26:27.516994 | fa163e9e-68ca-96f4-3dff-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.403385 | 0.09s 2026-02-27 19:26:27.532979 | fa163e9e-68ca-96f4-3dff-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-02-27 19:26:27.547857 | fa163e9e-68ca-96f4-3dff-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-02-27 19:26:27.560330 | fa163e9e-68ca-96f4-3dff-00000000000f | SKIPPED | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-02-27 19:26:27.571171 | fa163e9e-68ca-96f4-3dff-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.457563 | 0.14s 2026-02-27 19:26:27.575238 | fa163e9e-68ca-96f4-3dff-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-02-27 19:26:27.690980 | fa163e9e-68ca-96f4-3dff-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', '_admin', 'osd', 'mon'], 'service_type': 'host'} 2026-02-27 19:26:27.706722 | fa163e9e-68ca-96f4-3dff-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'data_devices': {'paths': ['/dev/vg2/data-lv2']}, 'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'default_drive_group', 'service_name': 'osd.default_drive_group', 'service_type': 'osd'} 2026-02-27 19:26:27.723335 | fa163e9e-68ca-96f4-3dff-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mon', 'service_name': 'mon', 'service_type': 'mon'} 2026-02-27 19:26:27.735398 | fa163e9e-68ca-96f4-3dff-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'placement': {'hosts': ['standalone.localdomain']}, 'service_id': 'mgr', 'service_name': 'mgr', 'service_type': 'mgr'} 2026-02-27 19:26:27.746815 | fa163e9e-68ca-96f4-3dff-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.633196 | 0.17s 2026-02-27 19:26:27.755085 | fa163e9e-68ca-96f4-3dff-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-02-27 19:26:27.801468 | fa163e9e-68ca-96f4-3dff-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-02-27 19:26:27.802606 | fa163e9e-68ca-96f4-3dff-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.688988 | 0.05s 2026-02-27 19:26:27.810574 | fa163e9e-68ca-96f4-3dff-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-02-27 19:26:27.837804 | fa163e9e-68ca-96f4-3dff-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-02-27 19:26:27.839027 | fa163e9e-68ca-96f4-3dff-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.725407 | 0.03s 2026-02-27 19:26:27.839880 | fa163e9e-68ca-96f4-3dff-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.726272 | 0.03s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-02-27 19:26:27.905836 | fa163e9e-68ca-96f4-3dff-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-02-27 19:26:27.932100 | fa163e9e-68ca-96f4-3dff-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-02-27 19:26:27.933003 | fa163e9e-68ca-96f4-3dff-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.819392 | 0.03s 2026-02-27 19:26:27.938781 | fa163e9e-68ca-96f4-3dff-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-02-27 19:26:28.109105 | fa163e9e-68ca-96f4-3dff-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-02-27 19:26:28.110319 | fa163e9e-68ca-96f4-3dff-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:00.996701 | 0.17s 2026-02-27 19:26:28.118541 | fa163e9e-68ca-96f4-3dff-000000000019 | TASK | Set IP address of first monitor 2026-02-27 19:26:28.158789 | fa163e9e-68ca-96f4-3dff-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-02-27 19:26:28.160009 | fa163e9e-68ca-96f4-3dff-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.046391 | 0.04s 2026-02-27 19:26:28.182557 | fa163e9e-68ca-96f4-3dff-000000000020 | TASK | Gather distribution facts if they don't exist 2026-02-27 19:26:28.228907 | fa163e9e-68ca-96f4-3dff-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-02-27 19:26:28.230205 | fa163e9e-68ca-96f4-3dff-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.116585 | 0.05s 2026-02-27 19:26:28.241679 | fa163e9e-68ca-96f4-3dff-000000000021 | TASK | Install cephadm package 2026-02-27 19:26:31.466394 | fa163e9e-68ca-96f4-3dff-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-02-27 19:26:31.467968 | fa163e9e-68ca-96f4-3dff-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.354335 | 3.22s 2026-02-27 19:26:31.478323 | fa163e9e-68ca-96f4-3dff-000000000022 | TASK | Stat cephadm file 2026-02-27 19:26:31.785099 | fa163e9e-68ca-96f4-3dff-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-02-27 19:26:31.786709 | fa163e9e-68ca-96f4-3dff-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.673080 | 0.31s 2026-02-27 19:26:31.797573 | fa163e9e-68ca-96f4-3dff-000000000023 | TASK | Fail if cephadm is not available 2026-02-27 19:26:31.826685 | fa163e9e-68ca-96f4-3dff-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-02-27 19:26:31.827927 | fa163e9e-68ca-96f4-3dff-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:04.714308 | 0.03s 2026-02-27 19:26:31.837596 | fa163e9e-68ca-96f4-3dff-000000000024 | TASK | List Ceph daemon instances on this host 2026-02-27 19:26:32.623586 | fa163e9e-68ca-96f4-3dff-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-02-27 19:26:32.624632 | fa163e9e-68ca-96f4-3dff-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.511020 | 0.79s 2026-02-27 19:26:32.631192 | fa163e9e-68ca-96f4-3dff-000000000026 | TASK | Set list of found FSIDs 2026-02-27 19:26:32.727937 | fa163e9e-68ca-96f4-3dff-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-02-27 19:26:32.728640 | fa163e9e-68ca-96f4-3dff-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.615032 | 0.10s 2026-02-27 19:26:32.733062 | fa163e9e-68ca-96f4-3dff-000000000027 | TASK | Fail if >1 FSID was discovered 2026-02-27 19:26:32.860339 | fa163e9e-68ca-96f4-3dff-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-02-27 19:26:32.861221 | fa163e9e-68ca-96f4-3dff-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:05.747607 | 0.13s 2026-02-27 19:26:32.867013 | fa163e9e-68ca-96f4-3dff-000000000028 | TASK | Set FSID to the discovered value 2026-02-27 19:26:32.973884 | fa163e9e-68ca-96f4-3dff-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-02-27 19:26:32.974739 | fa163e9e-68ca-96f4-3dff-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:05.861129 | 0.11s 2026-02-27 19:26:32.981276 | fa163e9e-68ca-96f4-3dff-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-02-27 19:26:33.078031 | fa163e9e-68ca-96f4-3dff-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-02-27 19:26:33.078928 | fa163e9e-68ca-96f4-3dff-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:05.965317 | 0.10s 2026-02-27 19:26:33.084958 | fa163e9e-68ca-96f4-3dff-00000000002b | TASK | Set first monitor IP if it was not passed 2026-02-27 19:26:33.152686 | fa163e9e-68ca-96f4-3dff-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-02-27 19:26:33.154052 | fa163e9e-68ca-96f4-3dff-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.040431 | 0.07s 2026-02-27 19:26:33.164055 | fa163e9e-68ca-96f4-3dff-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-02-27 19:26:33.506950 | fa163e9e-68ca-96f4-3dff-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-02-27 19:26:33.508206 | fa163e9e-68ca-96f4-3dff-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.394588 | 0.34s 2026-02-27 19:26:33.515122 | fa163e9e-68ca-96f4-3dff-00000000002d | TASK | Ensure specs directory exists 2026-02-27 19:26:33.727659 | fa163e9e-68ca-96f4-3dff-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-02-27 19:26:33.729099 | fa163e9e-68ca-96f4-3dff-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:06.615478 | 0.21s 2026-02-27 19:26:33.743209 | fa163e9e-68ca-96f4-3dff-00000000002e | TASK | Stat spec file on ansible host 2026-02-27 19:26:33.982642 | fa163e9e-68ca-96f4-3dff-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e9e-68ca-96f4-3dff-00000000002e') missing from stats 2026-02-27 19:26:33.995024 | fa163e9e-68ca-96f4-3dff-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-02-27 19:26:34.560340 | fa163e9e-68ca-96f4-3dff-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-02-27 19:26:34.561748 | fa163e9e-68ca-96f4-3dff-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.448129 | 0.57s 2026-02-27 19:26:34.576378 | fa163e9e-68ca-96f4-3dff-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-02-27 19:26:34.831817 | fa163e9e-68ca-96f4-3dff-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e9e-68ca-96f4-3dff-000000000031') missing from stats 2026-02-27 19:26:34.843246 | fa163e9e-68ca-96f4-3dff-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-27 19:26:35.336341 | fa163e9e-68ca-96f4-3dff-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-27 19:26:35.337105 | fa163e9e-68ca-96f4-3dff-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.223498 | 0.49s 2026-02-27 19:26:35.348910 | fa163e9e-68ca-96f4-3dff-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-27 19:26:35.434819 | fa163e9e-68ca-96f4-3dff-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-27 19:26:35.435464 | fa163e9e-68ca-96f4-3dff-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.321858 | 0.09s 2026-02-27 19:26:35.443459 | fa163e9e-68ca-96f4-3dff-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-02-27 19:26:35.500622 | fa163e9e-68ca-96f4-3dff-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-02-27 19:26:35.501299 | fa163e9e-68ca-96f4-3dff-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.387693 | 0.06s 2026-02-27 19:26:35.505404 | fa163e9e-68ca-96f4-3dff-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-02-27 19:26:35.778312 | fa163e9e-68ca-96f4-3dff-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-02-27 19:26:35.779563 | fa163e9e-68ca-96f4-3dff-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.665950 | 0.27s 2026-02-27 19:26:35.964201 | fa163e9e-68ca-96f4-3dff-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-02-27 19:26:35.965397 | fa163e9e-68ca-96f4-3dff-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.851784 | 0.46s 2026-02-27 19:26:35.971581 | fa163e9e-68ca-96f4-3dff-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:08.857957 | 0.47s 2026-02-27 19:26:36.013399 | fa163e9e-68ca-96f4-3dff-000000000065 | TASK | Fail if necessary files are missing 2026-02-27 19:26:36.101122 | fa163e9e-68ca-96f4-3dff-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': 92275259, 'dev': 64516, 'nlink': 1, 'atime': 1772220358.776742, 'mtime': 1772220358.580736, 'ctime': 1772220358.779742, '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': '8bd6fea4e1ef02db86f0561c5dac414d5b67a54c', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2867715471', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa', 'ansible_loop_var': 'item'} 2026-02-27 19:26:36.108713 | fa163e9e-68ca-96f4-3dff-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': 117444727, 'dev': 64516, 'nlink': 1, 'atime': 1772220359.2587566, 'mtime': 1772220359.0937517, 'ctime': 1772220359.261757, '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': '0e9988ff405cb58c4b84e52a695b689a3ef07e37', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3862238286', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/.ssh/id_rsa.pub', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/.ssh/id_rsa.pub', 'ansible_loop_var': 'item'} 2026-02-27 19:26:36.117114 | fa163e9e-68ca-96f4-3dff-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.003479 | 0.10s 2026-02-27 19:26:36.128392 | fa163e9e-68ca-96f4-3dff-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-02-27 19:26:36.381983 | fa163e9e-68ca-96f4-3dff-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-02-27 19:26:36.383994 | fa163e9e-68ca-96f4-3dff-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.270368 | 0.25s 2026-02-27 19:26:36.397583 | fa163e9e-68ca-96f4-3dff-000000000068 | TASK | Run cephadm bootstrap 2026-02-27 19:27:47.484546 | fa163e9e-68ca-96f4-3dff-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-02-27 19:27:47.485985 | fa163e9e-68ca-96f4-3dff-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:20.372359 | 71.09s 2026-02-27 19:27:47.495836 | fa163e9e-68ca-96f4-3dff-000000000069 | TASK | Show results of bootstrap 2026-02-27 19:27:47.562654 | fa163e9e-68ca-96f4-3dff-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-02-27 19:27:47.563802 | fa163e9e-68ca-96f4-3dff-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:20.450186 | 0.07s 2026-02-27 19:27:47.572679 | fa163e9e-68ca-96f4-3dff-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-27 19:27:47.633560 | fa163e9e-68ca-96f4-3dff-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:20.519933 | 0.06s 2026-02-27 19:27:47.644956 | 10caf423-37b1-4d65-9f61-26fd6c708ac2 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-27 19:27:47.662336 | fa163e9e-68ca-96f4-3dff-00000000020b | TASK | Set ceph CLI 2026-02-27 19:27:47.851749 | fa163e9e-68ca-96f4-3dff-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-02-27 19:27:47.852672 | fa163e9e-68ca-96f4-3dff-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.739061 | 0.19s 2026-02-27 19:27:47.857927 | fa163e9e-68ca-96f4-3dff-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-02-27 19:27:49.644773 | fa163e9e-68ca-96f4-3dff-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-02-27 19:27:49.646150 | fa163e9e-68ca-96f4-3dff-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:22.532528 | 1.79s 2026-02-27 19:27:49.655751 | fa163e9e-68ca-96f4-3dff-00000000006c | TASK | Set the default container image in ceph configuration 2026-02-27 19:27:51.050458 | fa163e9e-68ca-96f4-3dff-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-02-27 19:27:51.051841 | fa163e9e-68ca-96f4-3dff-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:23.938221 | 1.39s 2026-02-27 19:27:51.061751 | fa163e9e-68ca-96f4-3dff-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-02-27 19:27:51.098351 | fa163e9e-68ca-96f4-3dff-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-02-27 19:27:51.099621 | fa163e9e-68ca-96f4-3dff-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:23.985999 | 0.04s 2026-02-27 19:27:51.119525 | fa163e9e-68ca-96f4-3dff-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-27 19:27:51.156626 | fa163e9e-68ca-96f4-3dff-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-27 19:27:51.158040 | fa163e9e-68ca-96f4-3dff-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:24.044414 | 0.04s 2026-02-27 19:27:51.169610 | fa163e9e-68ca-96f4-3dff-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-02-27 19:27:51.201054 | fa163e9e-68ca-96f4-3dff-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-02-27 19:27:51.202233 | fa163e9e-68ca-96f4-3dff-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:24.088604 | 0.03s 2026-02-27 19:27:51.212520 | fa163e9e-68ca-96f4-3dff-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-02-27 19:27:51.288259 | fa163e9e-68ca-96f4-3dff-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-02-27 19:27:51.290194 | fa163e9e-68ca-96f4-3dff-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:24.176564 | 0.08s 2026-02-27 19:27:51.295455 | fa163e9e-68ca-96f4-3dff-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-02-27 19:27:51.296138 | fa163e9e-68ca-96f4-3dff-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:24.182529 | 0.08s 2026-02-27 19:27:51.304873 | fa163e9e-68ca-96f4-3dff-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-02-27 19:27:51.305771 | fa163e9e-68ca-96f4-3dff-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:24.192159 | 0.09s 2026-02-27 19:27:51.311017 | fa163e9e-68ca-96f4-3dff-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-02-27 19:27:51.311993 | fa163e9e-68ca-96f4-3dff-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:24.198383 | 0.10s 2026-02-27 19:27:51.322447 | fa163e9e-68ca-96f4-3dff-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:24.208806 | 0.11s 2026-02-27 19:27:51.342785 | fa163e9e-68ca-96f4-3dff-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-02-27 19:27:51.450793 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-02-27 19:27:51.511639 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-02-27 19:27:51.573466 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-02-27 19:27:51.631911 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-02-27 19:27:51.690354 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-02-27 19:27:51.752960 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-02-27 19:27:51.809821 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-02-27 19:27:51.863972 | fa163e9e-68ca-96f4-3dff-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-02-27 19:27:51.870377 | fa163e9e-68ca-96f4-3dff-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:24.756750 | 0.53s 2026-02-27 19:27:51.880075 | fa163e9e-68ca-96f4-3dff-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-02-27 19:27:52.890554 | fa163e9e-68ca-96f4-3dff-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'public_network', 'value': '172.18.0.0/24'} 2026-02-27 19:27:52.892052 | fa163e9e-68ca-96f4-3dff-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:25.778428 | 1.01s 2026-02-27 19:27:53.824493 | fa163e9e-68ca-96f4-3dff-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'cluster_network', 'value': '172.20.0.0/24'} 2026-02-27 19:27:53.825259 | fa163e9e-68ca-96f4-3dff-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:26.711653 | 1.94s 2026-02-27 19:27:54.858342 | fa163e9e-68ca-96f4-3dff-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv4', 'value': 'True'} 2026-02-27 19:27:54.859480 | fa163e9e-68ca-96f4-3dff-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:27.745868 | 2.98s 2026-02-27 19:27:55.776209 | fa163e9e-68ca-96f4-3dff-000000000093 | OK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | item={'key': 'ms_bind_ipv6', 'value': 'False'} 2026-02-27 19:27:55.777036 | fa163e9e-68ca-96f4-3dff-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:28.663429 | 3.90s 2026-02-27 19:27:55.783541 | fa163e9e-68ca-96f4-3dff-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:28.669924 | 3.90s 2026-02-27 19:27:55.808959 | fa163e9e-68ca-96f4-3dff-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-02-27 19:27:56.055558 | fa163e9e-68ca-96f4-3dff-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-02-27 19:27:56.056467 | fa163e9e-68ca-96f4-3dff-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:28.942860 | 0.25s 2026-02-27 19:27:56.061507 | fa163e9e-68ca-96f4-3dff-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:28.947884 | 0.25s 2026-02-27 19:27:56.071230 | fa163e9e-68ca-96f4-3dff-0000000000a7 | TASK | Fail if spec file is missing 2026-02-27 19:27:56.150806 | fa163e9e-68ca-96f4-3dff-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': 729811658, 'dev': 64516, 'nlink': 1, 'atime': 1772220394.5211322, 'mtime': 1772220394.2231233, 'ctime': 1772220394.5241325, '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': '0a1bb5c13b36c99d1cdc47ba0f116291562ee284', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '384652049', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/home/ceph-admin/specs/ceph_spec.yaml', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/home/ceph-admin/specs/ceph_spec.yaml', 'ansible_loop_var': 'item'} 2026-02-27 19:27:56.163481 | fa163e9e-68ca-96f4-3dff-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:29.049850 | 0.09s 2026-02-27 19:27:56.176704 | fa163e9e-68ca-96f4-3dff-0000000000a8 | TASK | Get ceph_cli 2026-02-27 19:27:56.206879 | fa163e9e-68ca-96f4-3dff-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:29.093255 | 0.03s 2026-02-27 19:27:56.219476 | b17b132b-be35-4d73-8c14-64ae2349adff | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-27 19:27:56.241800 | fa163e9e-68ca-96f4-3dff-000000000270 | TASK | Set ceph CLI 2026-02-27 19:27:56.443464 | fa163e9e-68ca-96f4-3dff-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-02-27 19:27:56.445645 | fa163e9e-68ca-96f4-3dff-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:29.332023 | 0.20s 2026-02-27 19:27:56.454778 | fa163e9e-68ca-96f4-3dff-0000000000a9 | TASK | Get the ceph orchestrator status 2026-02-27 19:27:57.422117 | fa163e9e-68ca-96f4-3dff-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-27 19:27:57.423847 | fa163e9e-68ca-96f4-3dff-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:30.310228 | 0.97s 2026-02-27 19:27:57.434887 | fa163e9e-68ca-96f4-3dff-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-02-27 19:27:57.505558 | fa163e9e-68ca-96f4-3dff-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-27 19:27:57.506959 | fa163e9e-68ca-96f4-3dff-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:30.393338 | 0.07s 2026-02-27 19:27:57.517738 | fa163e9e-68ca-96f4-3dff-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-02-27 19:27:57.547443 | fa163e9e-68ca-96f4-3dff-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:30.433800 | 0.03s 2026-02-27 19:27:57.564214 | f2a57584-ddbe-4a64-88f2-69f15d9a1a3f | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-02-27 19:27:57.579682 | fa163e9e-68ca-96f4-3dff-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-27 19:27:57.626355 | fa163e9e-68ca-96f4-3dff-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-27 19:27:57.628002 | fa163e9e-68ca-96f4-3dff-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:30.514373 | 0.05s 2026-02-27 19:27:57.641659 | fa163e9e-68ca-96f4-3dff-0000000002a8 | TASK | set cephadm debug level 2026-02-27 19:27:57.700224 | fa163e9e-68ca-96f4-3dff-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-02-27 19:27:57.701608 | fa163e9e-68ca-96f4-3dff-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:30.587980 | 0.06s 2026-02-27 19:27:57.713311 | fa163e9e-68ca-96f4-3dff-0000000002a9 | TASK | enforce minimum ceph clients version 2026-02-27 19:27:57.803299 | fa163e9e-68ca-96f4-3dff-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-02-27 19:27:57.804518 | fa163e9e-68ca-96f4-3dff-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:30.690901 | 0.09s 2026-02-27 19:27:57.813735 | fa163e9e-68ca-96f4-3dff-0000000002aa | TASK | set container image base in ceph configuration 2026-02-27 19:27:58.944800 | fa163e9e-68ca-96f4-3dff-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-02-27 19:27:58.945833 | fa163e9e-68ca-96f4-3dff-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:31.832220 | 1.13s 2026-02-27 19:27:58.953612 | fa163e9e-68ca-96f4-3dff-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-02-27 19:27:59.020325 | fa163e9e-68ca-96f4-3dff-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-02-27 19:27:59.021296 | fa163e9e-68ca-96f4-3dff-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:31.907683 | 0.07s 2026-02-27 19:27:59.027923 | fa163e9e-68ca-96f4-3dff-0000000002ad | TASK | set grafana container image in ceph configuration 2026-02-27 19:27:59.076748 | fa163e9e-68ca-96f4-3dff-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-02-27 19:27:59.077727 | fa163e9e-68ca-96f4-3dff-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:31.964115 | 0.05s 2026-02-27 19:27:59.084302 | fa163e9e-68ca-96f4-3dff-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-02-27 19:27:59.150879 | fa163e9e-68ca-96f4-3dff-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-02-27 19:27:59.152124 | fa163e9e-68ca-96f4-3dff-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:32.038505 | 0.07s 2026-02-27 19:27:59.161999 | fa163e9e-68ca-96f4-3dff-0000000002af | TASK | set prometheus container image in ceph configuration 2026-02-27 19:27:59.229184 | fa163e9e-68ca-96f4-3dff-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-02-27 19:27:59.230342 | fa163e9e-68ca-96f4-3dff-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:32.116728 | 0.07s 2026-02-27 19:27:59.237739 | fa163e9e-68ca-96f4-3dff-0000000000ac | TASK | Apply spec 2026-02-27 19:28:00.834492 | fa163e9e-68ca-96f4-3dff-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-02-27 19:28:00.836150 | fa163e9e-68ca-96f4-3dff-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:33.722532 | 1.60s 2026-02-27 19:28:00.848080 | fa163e9e-68ca-96f4-3dff-0000000000ad | TASK | Show results of spec apply 2026-02-27 19:28:00.909690 | fa163e9e-68ca-96f4-3dff-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-02-27 19:28:00.911054 | fa163e9e-68ca-96f4-3dff-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:33.797436 | 0.06s 2026-02-27 19:28:00.922919 | fa163e9e-68ca-96f4-3dff-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-02-27 19:28:00.973342 | fa163e9e-68ca-96f4-3dff-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:33.859716 | 0.05s 2026-02-27 19:28:00.986383 | 3825837c-c40b-4d6a-8f5b-a475b1d12657 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-02-27 19:28:01.015887 | fa163e9e-68ca-96f4-3dff-000000000307 | TASK | Wait for expected number of osds to be running 2026-02-27 19:28:03.077148 | fa163e9e-68ca-96f4-3dff-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-02-27 19:28:34.106557 | fa163e9e-68ca-96f4-3dff-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-02-27 19:28:34.107650 | fa163e9e-68ca-96f4-3dff-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:02:06.994032 | 33.09s 2026-02-27 19:28:34.124821 | fa163e9e-68ca-96f4-3dff-0000000000c9 | TASK | Get ceph_cli 2026-02-27 19:28:34.171708 | fa163e9e-68ca-96f4-3dff-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-27 19:28:34.172773 | fa163e9e-68ca-96f4-3dff-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:07.059155 | 0.05s 2026-02-27 19:28:34.181371 | fa163e9e-68ca-96f4-3dff-0000000000ca | TASK | Collect ceph config dump 2026-02-27 19:28:34.223797 | fa163e9e-68ca-96f4-3dff-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-02-27 19:28:34.224898 | fa163e9e-68ca-96f4-3dff-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:02:07.111281 | 0.04s 2026-02-27 19:28:34.233203 | fa163e9e-68ca-96f4-3dff-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-02-27 19:28:34.293270 | fa163e9e-68ca-96f4-3dff-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-02-27 19:28:34.294324 | fa163e9e-68ca-96f4-3dff-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:02:07.180708 | 0.06s 2026-02-27 19:28:34.303195 | fa163e9e-68ca-96f4-3dff-0000000000cc | TASK | Create pool 2026-02-27 19:28:34.349862 | fa163e9e-68ca-96f4-3dff-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:02:07.236245 | 0.05s 2026-02-27 19:28:34.361572 | fa163e9e-68ca-96f4-3dff-0000000000cd | TASK | Enable application on Ceph pools 2026-02-27 19:28:34.430398 | fa163e9e-68ca-96f4-3dff-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:02:07.316776 | 0.07s 2026-02-27 19:28:34.439907 | fa163e9e-68ca-96f4-3dff-0000000000cf | TASK | Get the RBD ceph_cli 2026-02-27 19:28:34.470170 | fa163e9e-68ca-96f4-3dff-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-02-27 19:28:34.471177 | fa163e9e-68ca-96f4-3dff-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:02:07.357561 | 0.03s 2026-02-27 19:28:34.479953 | fa163e9e-68ca-96f4-3dff-0000000000d0 | TASK | Set trash interval 2026-02-27 19:28:34.570610 | fa163e9e-68ca-96f4-3dff-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-02-27 19:28:34.581740 | fa163e9e-68ca-96f4-3dff-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:02:07.468112 | 0.10s 2026-02-27 19:28:34.602992 | fa163e9e-68ca-96f4-3dff-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-02-27 19:28:34.662168 | fa163e9e-68ca-96f4-3dff-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:02:07.548547 | 0.06s 2026-02-27 19:28:34.671317 | fa163e9e-68ca-96f4-3dff-0000000000e9 | TASK | Get ceph_cli 2026-02-27 19:28:34.701620 | fa163e9e-68ca-96f4-3dff-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-27 19:28:34.702630 | fa163e9e-68ca-96f4-3dff-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:07.589013 | 0.03s 2026-02-27 19:28:34.711840 | fa163e9e-68ca-96f4-3dff-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-02-27 19:28:34.779021 | fa163e9e-68ca-96f4-3dff-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:02:07.665401 | 0.07s 2026-02-27 19:28:34.796112 | fa163e9e-68ca-96f4-3dff-0000000000f9 | TASK | Get ceph_cli 2026-02-27 19:28:34.836367 | fa163e9e-68ca-96f4-3dff-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-27 19:28:34.837887 | fa163e9e-68ca-96f4-3dff-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:07.724263 | 0.04s 2026-02-27 19:28:34.848007 | fa163e9e-68ca-96f4-3dff-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-02-27 19:28:34.886967 | fa163e9e-68ca-96f4-3dff-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-02-27 19:28:34.888154 | fa163e9e-68ca-96f4-3dff-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:02:07.774537 | 0.04s 2026-02-27 19:28:34.897357 | fa163e9e-68ca-96f4-3dff-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-02-27 19:28:34.937752 | fa163e9e-68ca-96f4-3dff-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-02-27 19:28:34.939005 | fa163e9e-68ca-96f4-3dff-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:02:07.825385 | 0.04s 2026-02-27 19:28:34.948067 | fa163e9e-68ca-96f4-3dff-0000000000fc | TASK | Extract mons_json 2026-02-27 19:28:34.985766 | fa163e9e-68ca-96f4-3dff-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-02-27 19:28:34.986906 | fa163e9e-68ca-96f4-3dff-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:02:07.873286 | 0.04s 2026-02-27 19:28:34.995920 | fa163e9e-68ca-96f4-3dff-0000000000fd | TASK | Build mons_list 2026-02-27 19:28:35.033639 | fa163e9e-68ca-96f4-3dff-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-02-27 19:28:35.034880 | fa163e9e-68ca-96f4-3dff-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:02:07.921261 | 0.04s 2026-02-27 19:28:35.044368 | fa163e9e-68ca-96f4-3dff-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-02-27 19:28:35.082353 | fa163e9e-68ca-96f4-3dff-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-02-27 19:28:35.083546 | fa163e9e-68ca-96f4-3dff-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:02:07.969925 | 0.04s 2026-02-27 19:28:35.093477 | fa163e9e-68ca-96f4-3dff-0000000000ff | TASK | Verify the keyring 2026-02-27 19:28:35.140183 | fa163e9e-68ca-96f4-3dff-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:02:08.026553 | 0.05s 2026-02-27 19:28:35.157188 | fa163e9e-68ca-96f4-3dff-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-02-27 19:28:35.184823 | fa163e9e-68ca-96f4-3dff-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-02-27 19:28:35.186061 | fa163e9e-68ca-96f4-3dff-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:02:08.072441 | 0.03s 2026-02-27 19:28:35.200447 | fa163e9e-68ca-96f4-3dff-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-02-27 19:28:35.240449 | fa163e9e-68ca-96f4-3dff-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-02-27 19:28:35.241463 | fa163e9e-68ca-96f4-3dff-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:02:08.127845 | 0.04s 2026-02-27 19:28:35.258224 | fa163e9e-68ca-96f4-3dff-00000000011c | TASK | Get ceph_cli 2026-02-27 19:28:35.284781 | fa163e9e-68ca-96f4-3dff-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:02:08.171161 | 0.03s 2026-02-27 19:28:35.295253 | af314ced-7006-4fd8-af44-3d8d605222d8 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-27 19:28:35.308102 | fa163e9e-68ca-96f4-3dff-0000000003c0 | TASK | Set ceph CLI 2026-02-27 19:28:35.478249 | fa163e9e-68ca-96f4-3dff-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-02-27 19:28:35.479484 | fa163e9e-68ca-96f4-3dff-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:02:08.365865 | 0.17s 2026-02-27 19:28:35.488209 | fa163e9e-68ca-96f4-3dff-00000000011d | TASK | Get the ceph orchestrator status 2026-02-27 19:28:36.392173 | fa163e9e-68ca-96f4-3dff-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-27 19:28:36.393499 | fa163e9e-68ca-96f4-3dff-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:02:09.279878 | 0.90s 2026-02-27 19:28:36.402841 | fa163e9e-68ca-96f4-3dff-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-02-27 19:28:36.458870 | fa163e9e-68ca-96f4-3dff-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-27 19:28:36.459889 | fa163e9e-68ca-96f4-3dff-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:02:09.346271 | 0.06s 2026-02-27 19:28:36.468701 | fa163e9e-68ca-96f4-3dff-000000000120 | TASK | Show the deployed daemons 2026-02-27 19:28:37.316726 | fa163e9e-68ca-96f4-3dff-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-02-27 19:28:37.318142 | fa163e9e-68ca-96f4-3dff-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:10.204520 | 0.85s 2026-02-27 19:28:37.328084 | fa163e9e-68ca-96f4-3dff-000000000121 | TASK | Deployed daemons 2026-02-27 19:28:37.384572 | fa163e9e-68ca-96f4-3dff-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-02-27 19:28:37.385483 | fa163e9e-68ca-96f4-3dff-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:10.271871 | 0.06s 2026-02-27 19:28:37.391385 | fa163e9e-68ca-96f4-3dff-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-02-27 19:28:38.348979 | fa163e9e-68ca-96f4-3dff-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-02-27 19:28:38.350362 | fa163e9e-68ca-96f4-3dff-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:11.236742 | 0.96s 2026-02-27 19:28:38.359772 | fa163e9e-68ca-96f4-3dff-000000000123 | TASK | Ceph cluster status 2026-02-27 19:28:38.395847 | fa163e9e-68ca-96f4-3dff-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: 89c7c30d-ad55-5601-81a6-97d3fed46a6f", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 91s)", " mgr: standalone.joovzg(active, since 74s)", " 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", " " ] } 2026-02-27 19:28:38.397106 | fa163e9e-68ca-96f4-3dff-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:11.283488 | 0.04s 2026-02-27 19:28:38.420437 | fa163e9e-68ca-96f4-3dff-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-02-27 19:28:39.051226 | fa163e9e-68ca-96f4-3dff-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e9e-68ca-96f4-3dff-00000000013b') missing from stats PLAY RECAP ********************************************************************* standalone.localdomain : ok=36 changed=13 unreachable=0 failed=0 skipped=47 rescued=0 ignored=0 undercloud : ok=2 changed=1 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 2026-02-27 19:28:39.091919 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:28:39.092516 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:28:39.093129 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:11.979513 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:28:39.093772 | UUID | Info | Host | Task Name | Run Time 2026-02-27 19:28:39.094398 | fa163e9e-68ca-96f4-3dff-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 71.09s 2026-02-27 19:28:39.095052 | fa163e9e-68ca-96f4-3dff-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 33.09s 2026-02-27 19:28:39.095646 | fa163e9e-68ca-96f4-3dff-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.90s 2026-02-27 19:28:39.096212 | fa163e9e-68ca-96f4-3dff-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.22s 2026-02-27 19:28:39.096836 | fa163e9e-68ca-96f4-3dff-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 1.79s 2026-02-27 19:28:39.097471 | fa163e9e-68ca-96f4-3dff-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.60s 2026-02-27 19:28:39.098140 | fa163e9e-68ca-96f4-3dff-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.39s 2026-02-27 19:28:39.098849 | fa163e9e-68ca-96f4-3dff-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 1.13s 2026-02-27 19:28:39.099452 | fa163e9e-68ca-96f4-3dff-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.97s 2026-02-27 19:28:39.100102 | fa163e9e-68ca-96f4-3dff-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.96s 2026-02-27 19:28:39.100749 | fa163e9e-68ca-96f4-3dff-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.90s 2026-02-27 19:28:39.101333 | fa163e9e-68ca-96f4-3dff-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.85s 2026-02-27 19:28:39.101869 | fa163e9e-68ca-96f4-3dff-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.79s 2026-02-27 19:28:39.102333 | fa163e9e-68ca-96f4-3dff-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.57s 2026-02-27 19:28:39.102862 | fa163e9e-68ca-96f4-3dff-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.53s 2026-02-27 19:28:39.103347 | fa163e9e-68ca-96f4-3dff-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.49s 2026-02-27 19:28:39.103855 | fa163e9e-68ca-96f4-3dff-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.47s 2026-02-27 19:28:39.104313 | fa163e9e-68ca-96f4-3dff-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.34s 2026-02-27 19:28:39.104810 | fa163e9e-68ca-96f4-3dff-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.31s 2026-02-27 19:28:39.105264 | fa163e9e-68ca-96f4-3dff-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.25s 2026-02-27 19:28:39.105748 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=true + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=true + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=false + CLOUD_DOMAIN=localdomain + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-43 + export NEUTRON_INTERFACE=eth0 + NEUTRON_INTERFACE=eth0 + export CTLPLANE_IP=192.168.122.100 + CTLPLANE_IP=192.168.122.100 + export CTLPLANE_VIP=192.168.122.99 + CTLPLANE_VIP=192.168.122.99 + export DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' false = true ']' + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' true = true ']' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ true == \t\r\u\e ]] + CEPH_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml' + ENV_ARGS+=' -e /root/containers-prepare-parameters.yaml' + ENV_ARGS+=' -e /root/deployed_network.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml' + ENV_ARGS+=' -e /root/sriov_template.yaml' + '[' false = true ']' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /root/dhcp_agent_template.yaml' + '[' -f /tmp/additional_env_file.yaml ']' + sudo openstack tripleo deploy --templates /usr/share/openstack-tripleo-heat-templates --local-ip=192.168.122.100/24 --control-virtual-ip=192.168.122.99 --output-dir /root --standalone-role Standalone -r /root/Standalone.yaml -n /root/network_data.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml -e /root/enable_heat.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml -e /root/standalone_parameters.yaml -e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml -e /root/containers-prepare-parameters.yaml -e /root/deployed_network.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-sriov.yaml -e /root/sriov_template.yaml -e /root/dhcp_agent_template.yaml [WARNING] Deployment user is set to 'root'. This may cause some deployment files to be located in /root. Please use --deployment-user to specify the user you are deploying with. The heat stack standalone action is CREATE 2026-02-27 19:28:42.214 40905 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-27 19:28:42.238 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.238 40905 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-27 19:28:42.240 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.240 40905 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-27 19:28:42.242 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.242 40905 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-27 19:28:42.244 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.244 40905 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-27 19:28:42.246 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.246 40905 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-27 19:28:42.248 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.248 40905 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-27 19:28:42.273 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.273 40905 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-27 19:28:42.291 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.291 40905 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-27 19:28:42.293 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.293 40905 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-27 19:28:42.295 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.295 40905 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-27 19:28:42.297 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.297 40905 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-27 19:28:42.299 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.299 40905 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-27 19:28:42.300 40905 INFO migrate.versioning.api [-] done 2026-02-27 19:28:42.301 40905 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-27 19:28:42.326 40905 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2026-02-27 19:28:50Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:28:51Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:51Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:28:51Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:51Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 19:28:51Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:28:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:52Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-27 19:28:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:28:52Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:52Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-27 19:28:53Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:53Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:28:53Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:53Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 19:28:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-27 19:28:53Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:28:53Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:53Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 19:28:53Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:28:54Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:54Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:28:54Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-27 19:28:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-27 19:28:54Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:54Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-27 19:28:54Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:54Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-27 19:28:54Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:28:55Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:55Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:28:55Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-27 19:28:55Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:55Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-27 19:28:55Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:28:55Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:55Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-27 19:28:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-27 19:28:56Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-27 19:28:56Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:56Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:56Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-27 19:28:57Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:57Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-27 19:28:57Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 19:28:57Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:57Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:28:58Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:58Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-27 19:28:59Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:28:59Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-27 19:29:00Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:00Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-27 19:29:01Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:01Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-27 19:29:01Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:02Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-27 19:29:02Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:02Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:02Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:02Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:02Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:02Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:02Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:02Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:02Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:02Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-27 19:29:03Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 19:29:03Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 19:29:03Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 19:29:03Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-27 19:29:03Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:03Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:03Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:03Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:03Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:04Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-27 19:29:05Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:05Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:05Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-27 19:29:06Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-27 19:29:06Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:06Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-27 19:29:06Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:06Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:06Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:08Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:09Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:09Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:10Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:11Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:12Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:29:12Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:29:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:14Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:29:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:15Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:15Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-27 19:29:16Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:16Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:16Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:17Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:17Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:17Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:29:18Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:19Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:19Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:20Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:29:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:21Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-27 19:29:22Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:22Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:22Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:23Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:23Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:29:24Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:24Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:24Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:29:25Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:26Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:26Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:27Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-27 19:29:27Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:27Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:28Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:29Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:30Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:30Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:31Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:29:32Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:29:32Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:32Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-27 19:29:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:33Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:33Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:34Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-27 19:29:34Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:34Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:35Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:35Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:35Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:35Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:29:35Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:36Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:36Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:36Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:36Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:36Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:36Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:37Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:37Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:37Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-02-27 19:29:38Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:39Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:39Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-02-27 19:29:40Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:40Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:29:41Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:29:41Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:41Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-27 19:29:42Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:43Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-27 19:29:44Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:45Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-27 19:29:45Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:45Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:45Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:46Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:46Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:29:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:47Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:48Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-27 19:29:49Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:49Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:49Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:49Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:29:50Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:51Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:29:52Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 19:29:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 19:29:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-02-27 19:29:55Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:29:56Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-27 19:29:57Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:58Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-27 19:29:58Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:58Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:58Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 19:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 19:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:29:59Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-02-27 19:30:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 19:30:00Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:01Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:01Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:02Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 19:30:03Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:03Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 19:30:03Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:04Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:04Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:05Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-27 19:30:05Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:05Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:05Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:06Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-27 19:30:06Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:06Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-27 19:30:07Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:07Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-27 19:30:07Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:07Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:07Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:08Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-27 19:30:09Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:09Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:09Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:09Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:09Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:10Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:10Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:10Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:10Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:11Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:11Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:30:11Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:12Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:12Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:12Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:30:13Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:13Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:30:14Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:15Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:16Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-27 19:30:17Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:17Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:17Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:18Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:18Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:19Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:19Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:20Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:21Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:30:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:30:22Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:30:23Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:24Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:24Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:25Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-27 19:30:26Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:26Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:26Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:27Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:27Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:27Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:27Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:28Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:28Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:28Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:28Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:30:29Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:29Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:29Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:30Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:30:30Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:31Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:32Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-27 19:30:33Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:33Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:33Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:34Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:34Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:35Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:35Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:35Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:36Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:37Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:37Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:30:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:30:37Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:30:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:38Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:39Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:39Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:40Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-27 19:30:41Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:41Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:41Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:42Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:42Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:42Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:43Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:43Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:43Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:44Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:44Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:45Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:46Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:46Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:47Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-27 19:30:48Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:48Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:48Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:49Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:49Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:50Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:50Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:50Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:30:50Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:51Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-27 19:30:51Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:52Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-27 19:30:53Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:53Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:53Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:54Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:54Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:54Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:30:54Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:55Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-27 19:30:55Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:56Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-27 19:30:57Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:57Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:57Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:30:58Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:30:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:58Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:30:59Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:30:59Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:30:59Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-27 19:31:00Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:01Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:01Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:31:02Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:02Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:02Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:02Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:03Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-27 19:31:03Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:03Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:03Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:03Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:05Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-27 19:31:06Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:07Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:07Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:31:07Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:07Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:08Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:31:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:09Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:10Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-27 19:31:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:11Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:31:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:12Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:13Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-02-27 19:31:13Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:13Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-27 19:31:14Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:14Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:14Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:15Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:31:16Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:17Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:17Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:18Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:18Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:18Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:31:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:19Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:19Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:20Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-27 19:31:21Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:21Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:21Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:22Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:31:23Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:23Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:24Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:24Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:24Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:24Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:25Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-27 19:31:25Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:26Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:26Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:27Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:27Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:28Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:28Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:28Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:29Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:30Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:31:30Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:31Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-27 19:31:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:31Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:31Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-27 19:31:32Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:33Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:33Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:33Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:34Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:35Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:35Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-27 19:31:35Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:36Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:36Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-27 19:31:37Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:38Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:38Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:38Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-27 19:31:39Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:40Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-27 19:31:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:41Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:42Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:42Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:42Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-27 19:31:43Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:43Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:43Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:44Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:44Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:45Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:45Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:45Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:46Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:46Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:46Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:46Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:31:46Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:47Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:47Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:48Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-27 19:31:48Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:49Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-27 19:31:50Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:50Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:31:50Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:51Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:51Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:52Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:52Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-27 19:31:53Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:53Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-02-27 19:31:54Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:54Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:54Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:54Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:31:55Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-27 19:31:56Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:56Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:56Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:57Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:57Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:31:58Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:58Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:58Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:31:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:31:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:31:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:31:59Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:00Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:00Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-27 19:32:01Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:01Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:02Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-27 19:32:02Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:02Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:02Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:02Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:03Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:05Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:05Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:05Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-27 19:32:06Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:06Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:06Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:07Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:07Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:07Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:07Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:08Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-27 19:32:08Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:09Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:09Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:09Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:09Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:10Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:11Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:11Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-27 19:32:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:32:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:13Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:13Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:13Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:14Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:15Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:32:15Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:16Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-27 19:32:17Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:17Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:17Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:18Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:19Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:19Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:19Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:20Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:20Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:20Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:20Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:32:20Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:21Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:21Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:22Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:32:22Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:23Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-27 19:32:24Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:25Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-27 19:32:25Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:25Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:25Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:26Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:26Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:32:27Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:27Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:27Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:28Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:29Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:29Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:30Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-27 19:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:31Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:32Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:32:33Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:33Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:33Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:34Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:35Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:32:36Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:37Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:38Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:39Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:40Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:40Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:41Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-27 19:32:42Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:42Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:42Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:43Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:43Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:43Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:43Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:44Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-27 19:32:44Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:44Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:44Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:46Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-27 19:32:49Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:50Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-27 19:32:50Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:50Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:52Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 19:32:54Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:54Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:32:55Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:55Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:32:56Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:56Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 19:32:56Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:32:56Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-27 19:32:57Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:57Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:57Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:57Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:32:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-27 19:32:58Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:32:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-27 19:33:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:01Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:02Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-27 19:33:03Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:03Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:03Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:04Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:04Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:05Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:05Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:05Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:06Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:07Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 19:33:07Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:08Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-27 19:33:08Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:09Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:09Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:09Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:10Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:11Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:11Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:12Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:12Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 19:33:13Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:13Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:14Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-27 19:33:14Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:14Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:14Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:15Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:15Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:15Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:15Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:15Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:16Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-27 19:33:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:17Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:17Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:17Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:33:18Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:18Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:19Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:19Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:20Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:21Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:22Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:23Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:23Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:23Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-27 19:33:24Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:24Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:24Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:25Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:26Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:27Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:28Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:28Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:29Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 19:33:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:30Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:31Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 19:33:31Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:31Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-27 19:33:32Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:32Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:32Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:32Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:32Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:32Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:33:32Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:33Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:34Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:34Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:34Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:35Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:36Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:36Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:37Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:37Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:38Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:38Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:39Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:40Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-27 19:33:40Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:41Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-27 19:33:42Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:42Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:42Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:43Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:43Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:44Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:44Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:45Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:45Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:33:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:46Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:47Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:48Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 19:33:48Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:49Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:50Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:51Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:52Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 19:33:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:53Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:53Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-27 19:33:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:54Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:55Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-27 19:33:55Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:56Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-27 19:33:57Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:57Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:57Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:57Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:58Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:58Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:58Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:58Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:58Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:33:59Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:59Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:33:59Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 19:33:59Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:33:59Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:33:59Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:00Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:00Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:01Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:01Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:02Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-27 19:34:02Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:03Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-27 19:34:03Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:04Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:04Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:05Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:05Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:06Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:06Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:06Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:06Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:07Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:08Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:08Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:09Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:09Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:10Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:10Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:34:11Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:11Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-27 19:34:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:11Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-27 19:34:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:12Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:13Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-02-27 19:34:13Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:14Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-27 19:34:15Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:15Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:15Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:15Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:16Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:16Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:17Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:18Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:18Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-27 19:34:19Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:19Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:20Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:20Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:21Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:22Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:22Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-27 19:34:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:23Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:23Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:23Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:24Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:25Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:25Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-27 19:34:26Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:26Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:27Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:27Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:28Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-27 19:34:29Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:29Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:29Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:30Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-02-27 19:34:31Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:31Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:31Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:32Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:33Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:33Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:34:34Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:34Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:34:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:34Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:35Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:35Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:36Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-02-27 19:34:36Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:37Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-27 19:34:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:38Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:38Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-02-27 19:34:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:39Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-27 19:34:39Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:39Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:39Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:40Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:40Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:41Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:41Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:41Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:42Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:43Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:34:43Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:44Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-27 19:34:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:45Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:45Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:45Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:46Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:47Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:47Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:48Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:48Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:34:49Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:49Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:50Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-27 19:34:50Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:50Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:51Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:52Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:52Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-27 19:34:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:53Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:34:53Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:54Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:55Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:34:55Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:34:56Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-02-27 19:34:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:57Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-02-27 19:34:57Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:58Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:34:58Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:34:59Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:34:59Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:00Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-02-27 19:35:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:00Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:00Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:00Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:00Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:01Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:01Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:01Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:01Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:01Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:02Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:02Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:03Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:03Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:04Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:05Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:05Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:06Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-02-27 19:35:07Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:08Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-02-27 19:35:08Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:08Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:08Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:08Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:09Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:10Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:10Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-02-27 19:35:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:11Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:11Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:12Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-27 19:35:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-27 19:35:12Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:13Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:13Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:14Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-02-27 19:35:15Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:16Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-02-27 19:35:16Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:16Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:16Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:16Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:17Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:19Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:19Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:20Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:21Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:22Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:23Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:23Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:23Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-02-27 19:35:24Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:25Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-02-27 19:35:25Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:27Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-02-27 19:35:27Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:28Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-02-27 19:35:28Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:28Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:28Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:29Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:30Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:31Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:31Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:32Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:32Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:32Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:32Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:32Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-02-27 19:35:33Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:33Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:33Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:33Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:33Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:34Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-02-27 19:35:34Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:34Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:34Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:36Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:36Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-27 19:35:36Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:36Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:37Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-02-27 19:35:37Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:37Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-02-27 19:35:38Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:39Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-02-27 19:35:39Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:40Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-02-27 19:35:41Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:42Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-02-27 19:35:42Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:42Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:42Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:42Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:42Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:43Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-02-27 19:35:44Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:44Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:44Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:44Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:45Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:46Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-02-27 19:35:46Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:47Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-02-27 19:35:47Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:47Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:35:47Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:47Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-27 19:35:47Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:48Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-02-27 19:35:48Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:35:48Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-27 19:35:50Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:50Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:51Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:51Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:51Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:52Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:52Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:52Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-27 19:35:52Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:52Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-27 19:35:52Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:53Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-27 19:35:53Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:53Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:53Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:53Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:53Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:53Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:54Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:54Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:54Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:54Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-27 19:35:54Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:54Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-27 19:35:55Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:55Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:55Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:55Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-27 19:35:55Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:55Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-27 19:35:55Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:56Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-27 19:35:56Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:56Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:56Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:56Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:57Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:57Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-27 19:35:57Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:57Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:57Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:57Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:57Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-27 19:35:58Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-27 19:35:58Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:58Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:58Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:58Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-27 19:35:58Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:59Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:59Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:35:59Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 19:35:59Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:00Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:01Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-27 19:36:01Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:01Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-27 19:36:02Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:02Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:02Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-27 19:36:02Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-27 19:36:02Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:02Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:02Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-27 19:36:02Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-27 19:36:03Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:03Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:03Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-27 19:36:03Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:03Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-27 19:36:03Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:04Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-27 19:36:04Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:04Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:04Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:04Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-27 19:36:05Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:05Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:05Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:06Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:07Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-27 19:36:07Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-27 19:36:07Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:07Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:08Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:08Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:08Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:08Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:08Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:08Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:08Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:08Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:08Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:08Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:09Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:09Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-27 19:36:09Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:10Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-27 19:36:10Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-27 19:36:10Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:11Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-27 19:36:11Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-27 19:36:12Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-27 19:36:12Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:12Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:12Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:12Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:12Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:13Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-27 19:36:13Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-27 19:36:13Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:13Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:14Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:14Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-27 19:36:14Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:14Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:14Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:15Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-27 19:36:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:15Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:16Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:17Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:17Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-27 19:36:17Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-27 19:36:17Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:17Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-27 19:36:18Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:18Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:19Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:19Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:21Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-27 19:36:21Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-27 19:36:21Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-27 19:36:21Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-27 19:36:21Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/bb154677-e967-4e18-906e-edfa5304e38e CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2026-02-27 19:36:44.590988 | fa163e9e-68ca-c784-aeb7-000000000006 | TASK | External deployment step 0 2026-02-27 19:36:44.626824 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-000000000006') missing from stats 2026-02-27 19:36:44.669121 | fa163e9e-68ca-c784-aeb7-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.127394 | 0.03s 2026-02-27 19:36:44.677821 | acb84283-278a-4a31-9b29-1434e23ec692 | INCLUDED | /root/standalone-ansible-mpztiu97/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-27 19:36:44.694313 | fa163e9e-68ca-c784-aeb7-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-02-27 19:36:45.554172 | fa163e9e-68ca-c784-aeb7-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-27 19:36:45.555595 | fa163e9e-68ca-c784-aeb7-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.013868 | 0.86s 2026-02-27 19:36:45.573908 | fa163e9e-68ca-c784-aeb7-000000000129 | TASK | create redis virtual ip 2026-02-27 19:36:47.230441 | fa163e9e-68ca-c784-aeb7-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-02-27 19:36:47.232117 | fa163e9e-68ca-c784-aeb7-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.690387 | 1.66s PLAY [Check if required variables are defined] ********************************* 2026-02-27 19:36:47.318735 | fa163e9e-68ca-c784-aeb7-000000000138 | TASK | Gathering Facts 2026-02-27 19:36:47.882013 | fa163e9e-68ca-c784-aeb7-000000000138 | OK | Gathering Facts | localhost 2026-02-27 19:36:47.883224 | fa163e9e-68ca-c784-aeb7-000000000138 | TIMING | Gathering Facts | localhost | 0:00:03.341501 | 0.56s 2026-02-27 19:36:47.942169 | fa163e9e-68ca-c784-aeb7-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-27 19:36:47.943299 | fa163e9e-68ca-c784-aeb7-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:03.401577 | 0.05s 2026-02-27 19:36:47.991755 | fa163e9e-68ca-c784-aeb7-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-27 19:36:47.992598 | fa163e9e-68ca-c784-aeb7-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:03.450881 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-27 19:36:48.079146 | fa163e9e-68ca-c784-aeb7-000000000160 | TASK | Gathering Facts 2026-02-27 19:36:48.089292 | fa163e9e-68ca-c784-aeb7-000000000160 | TASK | Gathering Facts 2026-02-27 19:36:48.403290 | fa163e9e-68ca-c784-aeb7-000000000160 | OK | Gathering Facts | undercloud 2026-02-27 19:36:48.405051 | fa163e9e-68ca-c784-aeb7-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.863324 | 0.33s 2026-02-27 19:36:48.443391 | fa163e9e-68ca-c784-aeb7-000000000012 | TASK | Set legacy facts 2026-02-27 19:36:48.482695 | fa163e9e-68ca-c784-aeb7-000000000012 | OK | Set legacy facts | undercloud 2026-02-27 19:36:48.483535 | fa163e9e-68ca-c784-aeb7-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.941816 | 0.04s 2026-02-27 19:36:48.528742 | fa163e9e-68ca-c784-aeb7-000000000160 | OK | Gathering Facts | standalone 2026-02-27 19:36:48.529479 | fa163e9e-68ca-c784-aeb7-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.987764 | 0.44s 2026-02-27 19:36:48.573198 | fa163e9e-68ca-c784-aeb7-000000000012 | TASK | Set legacy facts 2026-02-27 19:36:48.610240 | fa163e9e-68ca-c784-aeb7-000000000012 | OK | Set legacy facts | standalone 2026-02-27 19:36:48.610967 | fa163e9e-68ca-c784-aeb7-000000000012 | TIMING | Set legacy facts | standalone | 0:00:04.069249 | 0.04s PLAY [Load global variables] *************************************************** 2026-02-27 19:36:48.785190 | fa163e9e-68ca-c784-aeb7-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-27 19:36:48.786234 | fa163e9e-68ca-c784-aeb7-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:04.244510 | 0.06s 2026-02-27 19:36:48.786646 | fa163e9e-68ca-c784-aeb7-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-27 19:36:48.787000 | fa163e9e-68ca-c784-aeb7-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:04.245286 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-02-27 19:36:48.868954 | fa163e9e-68ca-c784-aeb7-000000000018 | TASK | Include Service VIP vars 2026-02-27 19:36:48.893549 | fa163e9e-68ca-c784-aeb7-000000000018 | OK | Include Service VIP vars | undercloud 2026-02-27 19:36:48.894600 | fa163e9e-68ca-c784-aeb7-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:04.352880 | 0.02s 2026-02-27 19:36:48.909133 | fa163e9e-68ca-c784-aeb7-000000000018 | OK | Include Service VIP vars | standalone 2026-02-27 19:36:48.909526 | fa163e9e-68ca-c784-aeb7-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:04.367815 | 0.03s 2026-02-27 19:36:48.912715 | fa163e9e-68ca-c784-aeb7-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-27 19:36:48.937679 | fa163e9e-68ca-c784-aeb7-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-27 19:36:48.938586 | fa163e9e-68ca-c784-aeb7-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:04.396866 | 0.03s 2026-02-27 19:36:48.950432 | fa163e9e-68ca-c784-aeb7-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-27 19:36:48.950802 | fa163e9e-68ca-c784-aeb7-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:04.409091 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-27 19:36:49.031822 | fa163e9e-68ca-c784-aeb7-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-27 19:36:49.831921 | fa163e9e-68ca-c784-aeb7-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e9e-68ca-c784-aeb7-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-27 19:36:49.934644 | fa163e9e-68ca-c784-aeb7-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-27 19:36:49.971628 | fa163e9e-68ca-c784-aeb7-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-27 19:36:49.972807 | fa163e9e-68ca-c784-aeb7-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:05.431084 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-02-27 19:36:50.040880 | fa163e9e-68ca-c784-aeb7-000000000023 | TASK | Set selinux state 2026-02-27 19:36:50.615440 | fa163e9e-68ca-c784-aeb7-000000000023 | OK | Set selinux state | standalone 2026-02-27 19:36:50.617090 | fa163e9e-68ca-c784-aeb7-000000000023 | TIMING | Set selinux state | standalone | 0:00:06.075359 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-27 19:36:50.767798 | fa163e9e-68ca-c784-aeb7-000000000026 | TASK | Configure Hosts Entries 2026-02-27 19:36:50.803734 | fa163e9e-68ca-c784-aeb7-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:06.261982 | 0.03s 2026-02-27 19:36:50.820219 | fa163e9e-68ca-c784-aeb7-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:06.278484 | 0.02s 2026-02-27 19:36:50.867907 | fa163e9e-68ca-c784-aeb7-0000000001f1 | TASK | Create temporary file for hosts 2026-02-27 19:36:51.242422 | fa163e9e-68ca-c784-aeb7-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-02-27 19:36:51.243761 | fa163e9e-68ca-c784-aeb7-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.702036 | 0.36s 2026-02-27 19:36:51.254631 | fa163e9e-68ca-c784-aeb7-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-02-27 19:36:51.254985 | fa163e9e-68ca-c784-aeb7-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.713273 | 0.39s 2026-02-27 19:36:51.273377 | fa163e9e-68ca-c784-aeb7-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-02-27 19:36:51.622575 | fa163e9e-68ca-c784-aeb7-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-27 19:36:51.623731 | fa163e9e-68ca-c784-aeb7-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:07.082008 | 0.33s 2026-02-27 19:36:51.644478 | fa163e9e-68ca-c784-aeb7-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-27 19:36:51.645138 | fa163e9e-68ca-c784-aeb7-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:07.103426 | 0.37s 2026-02-27 19:36:51.659522 | fa163e9e-68ca-c784-aeb7-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-02-27 19:36:52.028367 | fa163e9e-68ca-c784-aeb7-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-27 19:36:52.029543 | fa163e9e-68ca-c784-aeb7-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:07.487800 | 0.37s 2026-02-27 19:36:52.030057 | fa163e9e-68ca-c784-aeb7-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-27 19:36:52.030478 | fa163e9e-68ca-c784-aeb7-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:07.488766 | 0.36s 2026-02-27 19:36:52.045901 | fa163e9e-68ca-c784-aeb7-0000000001f4 | TASK | Render out the hosts entries 2026-02-27 19:36:52.186479 | fa163e9e-68ca-c784-aeb7-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-02-27 19:36:52.188106 | fa163e9e-68ca-c784-aeb7-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.646374 | 0.14s 2026-02-27 19:36:52.206831 | fa163e9e-68ca-c784-aeb7-0000000001f5 | TASK | Prepare new /etc/hosts 2026-02-27 19:36:52.484492 | fa163e9e-68ca-c784-aeb7-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-27 19:36:52.486453 | fa163e9e-68ca-c784-aeb7-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.944690 | 0.28s 2026-02-27 19:36:52.538589 | fa163e9e-68ca-c784-aeb7-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-27 19:36:52.539554 | fa163e9e-68ca-c784-aeb7-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.997833 | 0.31s 2026-02-27 19:36:52.556006 | fa163e9e-68ca-c784-aeb7-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-02-27 19:36:52.926513 | fa163e9e-68ca-c784-aeb7-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-27 19:36:52.928472 | fa163e9e-68ca-c784-aeb7-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:08.386737 | 0.35s 2026-02-27 19:36:52.981957 | fa163e9e-68ca-c784-aeb7-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-27 19:36:52.983447 | fa163e9e-68ca-c784-aeb7-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:08.441662 | 0.43s 2026-02-27 19:36:53.003173 | fa163e9e-68ca-c784-aeb7-0000000001f7 | TASK | Clean up temporary hosts file 2026-02-27 19:36:53.353143 | fa163e9e-68ca-c784-aeb7-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-02-27 19:36:53.355179 | fa163e9e-68ca-c784-aeb7-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.813431 | 0.33s 2026-02-27 19:36:53.377493 | fa163e9e-68ca-c784-aeb7-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-27 19:36:53.378399 | fa163e9e-68ca-c784-aeb7-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.836678 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2026-02-27 19:36:53.512151 | fa163e9e-68ca-c784-aeb7-00000000002a | TASK | Common roles for TripleO servers 2026-02-27 19:36:53.539798 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-00000000002a') missing from stats 2026-02-27 19:36:53.621098 | fa163e9e-68ca-c784-aeb7-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:09.079346 | 0.03s 2026-02-27 19:36:53.683684 | fa163e9e-68ca-c784-aeb7-000000000254 | TASK | Gather variables for each operating system 2026-02-27 19:36:53.803285 | fa163e9e-68ca-c784-aeb7-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-27 19:36:53.805303 | fa163e9e-68ca-c784-aeb7-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:09.263562 | 0.12s 2026-02-27 19:36:53.815166 | fa163e9e-68ca-c784-aeb7-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:09.273421 | 0.13s 2026-02-27 19:36:53.842776 | fa163e9e-68ca-c784-aeb7-000000000256 | TASK | Check release version package is installed 2026-02-27 19:36:54.098116 | fa163e9e-68ca-c784-aeb7-000000000256 | CHANGED | Check release version package is installed | standalone 2026-02-27 19:36:54.099924 | fa163e9e-68ca-c784-aeb7-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:09.558189 | 0.26s 2026-02-27 19:36:54.129345 | fa163e9e-68ca-c784-aeb7-000000000257 | TASK | Deploy release version package 2026-02-27 19:36:58.839028 | fa163e9e-68ca-c784-aeb7-000000000257 | CHANGED | Deploy release version package | standalone 2026-02-27 19:36:58.840715 | fa163e9e-68ca-c784-aeb7-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:14.298989 | 4.71s 2026-02-27 19:36:58.866662 | fa163e9e-68ca-c784-aeb7-000000000259 | TASK | Include packages tasks 2026-02-27 19:36:58.894237 | fa163e9e-68ca-c784-aeb7-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:14.352501 | 0.03s 2026-02-27 19:36:58.921018 | 5cb296e8-a5b6-47ef-9481-71efa3a1ad07 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-27 19:36:58.952351 | fa163e9e-68ca-c784-aeb7-0000000002ad | TASK | Gather facts if they don't exist 2026-02-27 19:36:59.000538 | fa163e9e-68ca-c784-aeb7-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-27 19:36:59.001841 | fa163e9e-68ca-c784-aeb7-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:14.460109 | 0.05s 2026-02-27 19:36:59.027098 | fa163e9e-68ca-c784-aeb7-0000000002ae | TASK | Gather variables for each operating system 2026-02-27 19:36:59.139457 | fa163e9e-68ca-c784-aeb7-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-27 19:36:59.150634 | fa163e9e-68ca-c784-aeb7-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.608896 | 0.12s 2026-02-27 19:36:59.175861 | fa163e9e-68ca-c784-aeb7-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-27 19:36:59.449250 | fa163e9e-68ca-c784-aeb7-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-27 19:36:59.450710 | fa163e9e-68ca-c784-aeb7-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.908983 | 0.27s 2026-02-27 19:36:59.475752 | fa163e9e-68ca-c784-aeb7-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-27 19:37:05.150853 | fa163e9e-68ca-c784-aeb7-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-27 19:37:05.152157 | fa163e9e-68ca-c784-aeb7-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.610435 | 5.68s 2026-02-27 19:37:05.170060 | fa163e9e-68ca-c784-aeb7-0000000002b2 | TASK | Ensure packages are actually well installed 2026-02-27 19:37:06.176142 | fa163e9e-68ca-c784-aeb7-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-27 19:37:06.177551 | fa163e9e-68ca-c784-aeb7-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.635822 | 1.01s 2026-02-27 19:37:06.203214 | fa163e9e-68ca-c784-aeb7-00000000025a | TASK | Enable openvswitch service if installed 2026-02-27 19:37:07.084181 | fa163e9e-68ca-c784-aeb7-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-02-27 19:37:07.086108 | fa163e9e-68ca-c784-aeb7-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.544379 | 0.88s 2026-02-27 19:37:07.113671 | fa163e9e-68ca-c784-aeb7-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-27 19:37:07.356004 | fa163e9e-68ca-c784-aeb7-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-27 19:37:07.357555 | fa163e9e-68ca-c784-aeb7-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.815825 | 0.24s 2026-02-27 19:37:07.383281 | fa163e9e-68ca-c784-aeb7-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-27 19:37:07.646064 | fa163e9e-68ca-c784-aeb7-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-27 19:37:07.647629 | fa163e9e-68ca-c784-aeb7-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.105893 | 0.26s 2026-02-27 19:37:07.673470 | fa163e9e-68ca-c784-aeb7-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-02-27 19:37:07.734028 | fa163e9e-68ca-c784-aeb7-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-27 19:37:07.735432 | fa163e9e-68ca-c784-aeb7-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.193675 | 0.06s 2026-02-27 19:37:07.760993 | fa163e9e-68ca-c784-aeb7-00000000025f | TASK | Ensure network service is enabled 2026-02-27 19:37:08.156329 | fa163e9e-68ca-c784-aeb7-00000000025f | OK | Ensure network service is enabled | standalone 2026-02-27 19:37:08.157386 | fa163e9e-68ca-c784-aeb7-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:23.615667 | 0.39s 2026-02-27 19:37:08.175126 | fa163e9e-68ca-c784-aeb7-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-27 19:37:08.520489 | fa163e9e-68ca-c784-aeb7-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-27 19:37:08.521857 | fa163e9e-68ca-c784-aeb7-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.980129 | 0.35s 2026-02-27 19:37:08.546869 | fa163e9e-68ca-c784-aeb7-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-27 19:37:08.764665 | fa163e9e-68ca-c784-aeb7-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-27 19:37:08.766080 | fa163e9e-68ca-c784-aeb7-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.224352 | 0.22s 2026-02-27 19:37:08.790901 | fa163e9e-68ca-c784-aeb7-000000000263 | TASK | Reload NetworkManager 2026-02-27 19:37:09.177392 | fa163e9e-68ca-c784-aeb7-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-02-27 19:37:09.179181 | fa163e9e-68ca-c784-aeb7-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:24.637453 | 0.39s 2026-02-27 19:37:09.208759 | fa163e9e-68ca-c784-aeb7-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-27 19:37:09.425521 | fa163e9e-68ca-c784-aeb7-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-27 19:37:09.426789 | fa163e9e-68ca-c784-aeb7-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.885059 | 0.22s 2026-02-27 19:37:09.452242 | fa163e9e-68ca-c784-aeb7-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-27 19:37:09.815465 | fa163e9e-68ca-c784-aeb7-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-27 19:37:09.816925 | fa163e9e-68ca-c784-aeb7-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.275196 | 0.36s 2026-02-27 19:37:09.844027 | fa163e9e-68ca-c784-aeb7-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-27 19:37:10.066290 | fa163e9e-68ca-c784-aeb7-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-27 19:37:10.067648 | fa163e9e-68ca-c784-aeb7-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.525918 | 0.22s 2026-02-27 19:37:10.094640 | fa163e9e-68ca-c784-aeb7-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-27 19:37:10.327946 | fa163e9e-68ca-c784-aeb7-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-27 19:37:10.329456 | fa163e9e-68ca-c784-aeb7-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:25.787725 | 0.23s 2026-02-27 19:37:10.396132 | fa163e9e-68ca-c784-aeb7-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.854396 | 0.02s 2026-02-27 19:37:10.484877 | fa163e9e-68ca-c784-aeb7-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-02-27 19:37:10.708959 | fa163e9e-68ca-c784-aeb7-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-27 19:37:10.710379 | fa163e9e-68ca-c784-aeb7-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.168638 | 0.22s 2026-02-27 19:37:10.736742 | fa163e9e-68ca-c784-aeb7-000000000362 | TASK | Check for ssh_known_hosts file 2026-02-27 19:37:10.959609 | fa163e9e-68ca-c784-aeb7-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-02-27 19:37:10.961031 | fa163e9e-68ca-c784-aeb7-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.419299 | 0.22s 2026-02-27 19:37:10.987188 | fa163e9e-68ca-c784-aeb7-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-27 19:37:11.012976 | fa163e9e-68ca-c784-aeb7-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-27 19:37:11.014070 | fa163e9e-68ca-c784-aeb7-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.472343 | 0.03s 2026-02-27 19:37:11.038740 | fa163e9e-68ca-c784-aeb7-000000000364 | TASK | Write temporary file 2026-02-27 19:37:11.066826 | fa163e9e-68ca-c784-aeb7-000000000364 | SKIPPED | Write temporary file | standalone 2026-02-27 19:37:11.067911 | fa163e9e-68ca-c784-aeb7-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:26.526184 | 0.03s 2026-02-27 19:37:11.091703 | fa163e9e-68ca-c784-aeb7-000000000365 | TASK | Set ssh_known_hosts fact 2026-02-27 19:37:11.179641 | fa163e9e-68ca-c784-aeb7-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-02-27 19:37:11.180549 | fa163e9e-68ca-c784-aeb7-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:26.638827 | 0.09s 2026-02-27 19:37:11.205325 | fa163e9e-68ca-c784-aeb7-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-27 19:37:11.436386 | fa163e9e-68ca-c784-aeb7-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-27 19:37:11.437853 | fa163e9e-68ca-c784-aeb7-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.896126 | 0.23s 2026-02-27 19:37:11.463729 | fa163e9e-68ca-c784-aeb7-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-27 19:37:11.717774 | fa163e9e-68ca-c784-aeb7-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-27 19:37:11.719007 | fa163e9e-68ca-c784-aeb7-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.177285 | 0.25s 2026-02-27 19:37:11.740208 | fa163e9e-68ca-c784-aeb7-000000000368 | TASK | Remove temp file 2026-02-27 19:37:11.982841 | fa163e9e-68ca-c784-aeb7-000000000368 | CHANGED | Remove temp file | standalone 2026-02-27 19:37:11.984310 | fa163e9e-68ca-c784-aeb7-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.442585 | 0.24s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-27 19:37:12.180814 | fa163e9e-68ca-c784-aeb7-000000000034 | TASK | Deploy step tasks for step 0 2026-02-27 19:37:12.255343 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-000000000034') missing from stats 2026-02-27 19:37:12.282206 | fa163e9e-68ca-c784-aeb7-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-27 19:37:12.526674 | fa163e9e-68ca-c784-aeb7-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-27 19:37:12.528177 | fa163e9e-68ca-c784-aeb7-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.986452 | 0.24s 2026-02-27 19:37:12.553618 | fa163e9e-68ca-c784-aeb7-000000000036 | TASK | Check cloud-init status 2026-02-27 19:37:12.796069 | fa163e9e-68ca-c784-aeb7-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-27 19:37:12.797545 | fa163e9e-68ca-c784-aeb7-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.255821 | 0.24s 2026-02-27 19:37:12.823913 | fa163e9e-68ca-c784-aeb7-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-27 19:37:13.023981 | fa163e9e-68ca-c784-aeb7-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-27 19:37:13.024916 | fa163e9e-68ca-c784-aeb7-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.483201 | 0.20s 2026-02-27 19:37:13.044870 | fa163e9e-68ca-c784-aeb7-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-27 19:37:13.409542 | fa163e9e-68ca-c784-aeb7-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-27 19:37:13.410953 | fa163e9e-68ca-c784-aeb7-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.869226 | 0.37s 2026-02-27 19:37:13.437769 | fa163e9e-68ca-c784-aeb7-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-27 19:37:13.707807 | fa163e9e-68ca-c784-aeb7-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-27 19:37:13.709079 | fa163e9e-68ca-c784-aeb7-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.167354 | 0.27s 2026-02-27 19:37:13.734605 | fa163e9e-68ca-c784-aeb7-00000000003a | TASK | Write container-puppet.sh 2026-02-27 19:37:14.241467 | fa163e9e-68ca-c784-aeb7-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-27 19:37:14.242912 | fa163e9e-68ca-c784-aeb7-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:29.701188 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 19:37:14.311342 | fa163e9e-68ca-c784-aeb7-00000000003b | TIMING | include_tasks | standalone | 0:00:29.769607 | 0.04s 2026-02-27 19:37:14.335333 | 83a65364-873c-4c6f-bc43-811744a2bbbf | INCLUDED | /root/standalone-ansible-mpztiu97/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-27 19:37:14.372144 | fa163e9e-68ca-c784-aeb7-000000000416 | TASK | Configure tuned before reboot 2026-02-27 19:37:14.427651 | fa163e9e-68ca-c784-aeb7-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:29.885910 | 0.05s 2026-02-27 19:37:14.489859 | fa163e9e-68ca-c784-aeb7-000000000455 | TASK | Gather variables for each operating system 2026-02-27 19:37:14.611939 | fa163e9e-68ca-c784-aeb7-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-27 19:37:14.613323 | fa163e9e-68ca-c784-aeb7-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.071592 | 0.12s 2026-02-27 19:37:14.619376 | fa163e9e-68ca-c784-aeb7-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.077646 | 0.13s 2026-02-27 19:37:14.709778 | fa163e9e-68ca-c784-aeb7-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.168044 | 0.06s 2026-02-27 19:37:14.733001 | 73adbcc2-b6ed-4206-9175-f8079d2b6c99 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-27 19:37:14.773224 | fa163e9e-68ca-c784-aeb7-00000000047f | TASK | Check tuned package is installed 2026-02-27 19:37:15.035844 | fa163e9e-68ca-c784-aeb7-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-02-27 19:37:15.036717 | fa163e9e-68ca-c784-aeb7-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.495002 | 0.26s 2026-02-27 19:37:15.054636 | fa163e9e-68ca-c784-aeb7-000000000480 | TASK | Install tuned 2026-02-27 19:37:22.012765 | fa163e9e-68ca-c784-aeb7-000000000480 | CHANGED | Install tuned | standalone 2026-02-27 19:37:22.014195 | fa163e9e-68ca-c784-aeb7-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.472469 | 6.96s 2026-02-27 19:37:22.041445 | fa163e9e-68ca-c784-aeb7-000000000481 | TASK | Restart tuned 2026-02-27 19:37:23.863023 | fa163e9e-68ca-c784-aeb7-000000000481 | CHANGED | Restart tuned | standalone 2026-02-27 19:37:23.864916 | fa163e9e-68ca-c784-aeb7-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.323192 | 1.82s 2026-02-27 19:37:23.890233 | fa163e9e-68ca-c784-aeb7-000000000457 | TASK | Check for tuned-adm 2026-02-27 19:37:24.102509 | fa163e9e-68ca-c784-aeb7-000000000457 | OK | Check for tuned-adm | standalone 2026-02-27 19:37:24.103244 | fa163e9e-68ca-c784-aeb7-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.561529 | 0.21s 2026-02-27 19:37:24.157385 | fa163e9e-68ca-c784-aeb7-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.615652 | 0.03s 2026-02-27 19:37:24.187264 | 8f110e55-c246-4a1c-93ac-a4e664d36824 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-27 19:37:24.223860 | fa163e9e-68ca-c784-aeb7-0000000004b6 | TASK | Ensure profile directory exists 2026-02-27 19:37:24.291828 | fa163e9e-68ca-c784-aeb7-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-02-27 19:37:24.293000 | fa163e9e-68ca-c784-aeb7-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.751273 | 0.07s 2026-02-27 19:37:24.318983 | fa163e9e-68ca-c784-aeb7-0000000004b7 | TASK | Create custom tuned profile 2026-02-27 19:37:24.381920 | fa163e9e-68ca-c784-aeb7-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-02-27 19:37:24.382999 | fa163e9e-68ca-c784-aeb7-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.841274 | 0.06s 2026-02-27 19:37:24.408594 | fa163e9e-68ca-c784-aeb7-0000000004b8 | TASK | Check tuned active profile 2026-02-27 19:37:24.735363 | fa163e9e-68ca-c784-aeb7-0000000004b8 | OK | Check tuned active profile | standalone 2026-02-27 19:37:24.736080 | fa163e9e-68ca-c784-aeb7-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.194365 | 0.33s 2026-02-27 19:37:24.753646 | fa163e9e-68ca-c784-aeb7-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-02-27 19:37:24.994442 | fa163e9e-68ca-c784-aeb7-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-02-27 19:37:24.995734 | fa163e9e-68ca-c784-aeb7-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.454009 | 0.24s 2026-02-27 19:37:25.021951 | fa163e9e-68ca-c784-aeb7-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-27 19:37:25.093973 | fa163e9e-68ca-c784-aeb7-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-27 19:37:25.095151 | fa163e9e-68ca-c784-aeb7-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.553426 | 0.07s 2026-02-27 19:37:25.122871 | fa163e9e-68ca-c784-aeb7-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-02-27 19:37:25.184507 | fa163e9e-68ca-c784-aeb7-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-27 19:37:25.185574 | fa163e9e-68ca-c784-aeb7-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.643845 | 0.06s 2026-02-27 19:37:25.211376 | fa163e9e-68ca-c784-aeb7-0000000004bc | TASK | Enable tuned profile 2026-02-27 19:37:26.624140 | fa163e9e-68ca-c784-aeb7-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-02-27 19:37:26.625636 | fa163e9e-68ca-c784-aeb7-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.083910 | 1.41s 2026-02-27 19:37:26.676628 | fa163e9e-68ca-c784-aeb7-000000000417 | TASK | Configure kernel args and reboot 2026-02-27 19:37:26.727765 | fa163e9e-68ca-c784-aeb7-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.186031 | 0.05s 2026-02-27 19:37:26.870475 | fa163e9e-68ca-c784-aeb7-000000000569 | TASK | Get the command line args of the node 2026-02-27 19:37:27.094260 | fa163e9e-68ca-c784-aeb7-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-02-27 19:37:27.095738 | fa163e9e-68ca-c784-aeb7-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.554007 | 0.22s 2026-02-27 19:37:27.122990 | fa163e9e-68ca-c784-aeb7-00000000056b | TASK | Check if node has a nova.conf 2026-02-27 19:37:27.335230 | fa163e9e-68ca-c784-aeb7-00000000056b | OK | Check if node has a nova.conf | standalone 2026-02-27 19:37:27.336490 | fa163e9e-68ca-c784-aeb7-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.794765 | 0.21s 2026-02-27 19:37:27.363055 | fa163e9e-68ca-c784-aeb7-00000000056d | TASK | Warn operator about workload protection 2026-02-27 19:37:27.405961 | fa163e9e-68ca-c784-aeb7-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-02-27 19:37:27.407078 | fa163e9e-68ca-c784-aeb7-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.865352 | 0.04s 2026-02-27 19:37:27.433118 | fa163e9e-68ca-c784-aeb7-00000000056e | TASK | Setting defer reboot fact 2026-02-27 19:37:27.471815 | fa163e9e-68ca-c784-aeb7-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-02-27 19:37:27.473099 | fa163e9e-68ca-c784-aeb7-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.931373 | 0.04s 2026-02-27 19:37:27.499514 | fa163e9e-68ca-c784-aeb7-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-27 19:37:27.529086 | fa163e9e-68ca-c784-aeb7-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.987350 | 0.03s 2026-02-27 19:37:27.555791 | fa163e9e-68ca-c784-aeb7-000000000575 | TASK | Find hugepages in cmdline 2026-02-27 19:37:27.605772 | fa163e9e-68ca-c784-aeb7-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-27 19:37:27.606958 | fa163e9e-68ca-c784-aeb7-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.065232 | 0.05s 2026-02-27 19:37:27.633096 | fa163e9e-68ca-c784-aeb7-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-02-27 19:37:27.682583 | fa163e9e-68ca-c784-aeb7-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-27 19:37:27.684854 | fa163e9e-68ca-c784-aeb7-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.143128 | 0.05s 2026-02-27 19:37:27.711231 | fa163e9e-68ca-c784-aeb7-00000000057a | TASK | Find desired default hugepage size 2026-02-27 19:37:27.759346 | fa163e9e-68ca-c784-aeb7-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-02-27 19:37:27.760509 | fa163e9e-68ca-c784-aeb7-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.218783 | 0.05s 2026-02-27 19:37:27.786444 | fa163e9e-68ca-c784-aeb7-00000000057c | TASK | Storing non-configured hugepages 2026-02-27 19:37:27.813888 | fa163e9e-68ca-c784-aeb7-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.272156 | 0.03s 2026-02-27 19:37:27.840096 | fa163e9e-68ca-c784-aeb7-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-02-27 19:37:27.881949 | fa163e9e-68ca-c784-aeb7-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-27 19:37:27.883100 | fa163e9e-68ca-c784-aeb7-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.341375 | 0.04s 2026-02-27 19:37:27.908768 | fa163e9e-68ca-c784-aeb7-00000000057f | TASK | Determining the default hugepagesz 2026-02-27 19:37:27.957716 | fa163e9e-68ca-c784-aeb7-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-02-27 19:37:27.959031 | fa163e9e-68ca-c784-aeb7-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.417304 | 0.05s 2026-02-27 19:37:27.986103 | fa163e9e-68ca-c784-aeb7-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-27 19:37:28.035394 | fa163e9e-68ca-c784-aeb7-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-27 19:37:28.036640 | fa163e9e-68ca-c784-aeb7-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.494913 | 0.05s 2026-02-27 19:37:28.065797 | fa163e9e-68ca-c784-aeb7-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-02-27 19:37:28.109248 | fa163e9e-68ca-c784-aeb7-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-27 19:37:28.110564 | fa163e9e-68ca-c784-aeb7-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.568836 | 0.04s 2026-02-27 19:37:28.137314 | fa163e9e-68ca-c784-aeb7-000000000583 | TASK | Warn about possible modifications 2026-02-27 19:37:28.177482 | fa163e9e-68ca-c784-aeb7-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-02-27 19:37:28.178565 | fa163e9e-68ca-c784-aeb7-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.636838 | 0.04s 2026-02-27 19:37:28.204472 | fa163e9e-68ca-c784-aeb7-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-02-27 19:37:28.247223 | fa163e9e-68ca-c784-aeb7-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-27 19:37:28.248445 | fa163e9e-68ca-c784-aeb7-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.706689 | 0.04s 2026-02-27 19:37:28.275478 | fa163e9e-68ca-c784-aeb7-000000000585 | TASK | Cleaning up whitespaces 2026-02-27 19:37:28.316287 | fa163e9e-68ca-c784-aeb7-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-27 19:37:28.317380 | fa163e9e-68ca-c784-aeb7-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.775655 | 0.04s 2026-02-27 19:37:28.343576 | fa163e9e-68ca-c784-aeb7-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-02-27 19:37:28.665371 | fa163e9e-68ca-c784-aeb7-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-27 19:37:28.666704 | fa163e9e-68ca-c784-aeb7-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.124976 | 0.32s 2026-02-27 19:37:28.693160 | fa163e9e-68ca-c784-aeb7-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-27 19:37:28.755707 | fa163e9e-68ca-c784-aeb7-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-27 19:37:28.757240 | fa163e9e-68ca-c784-aeb7-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.215503 | 0.06s 2026-02-27 19:37:28.787698 | fa163e9e-68ca-c784-aeb7-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-27 19:37:28.848607 | fa163e9e-68ca-c784-aeb7-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-27 19:37:28.849795 | fa163e9e-68ca-c784-aeb7-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.308066 | 0.06s 2026-02-27 19:37:28.876268 | fa163e9e-68ca-c784-aeb7-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-27 19:37:28.936836 | fa163e9e-68ca-c784-aeb7-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-27 19:37:28.938001 | fa163e9e-68ca-c784-aeb7-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.396275 | 0.06s 2026-02-27 19:37:28.966004 | fa163e9e-68ca-c784-aeb7-00000000058c | TASK | Generate grub config 2026-02-27 19:37:29.027352 | fa163e9e-68ca-c784-aeb7-00000000058c | SKIPPED | Generate grub config | standalone 2026-02-27 19:37:29.028600 | fa163e9e-68ca-c784-aeb7-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.486872 | 0.06s 2026-02-27 19:37:29.056762 | fa163e9e-68ca-c784-aeb7-000000000590 | TASK | Get the block device that /boot is on 2026-02-27 19:37:29.106817 | fa163e9e-68ca-c784-aeb7-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-02-27 19:37:29.107944 | fa163e9e-68ca-c784-aeb7-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.566216 | 0.05s 2026-02-27 19:37:29.136088 | fa163e9e-68ca-c784-aeb7-000000000591 | TASK | Get the mount point that /boot is in 2026-02-27 19:37:29.188681 | fa163e9e-68ca-c784-aeb7-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-27 19:37:29.189972 | fa163e9e-68ca-c784-aeb7-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.648245 | 0.05s 2026-02-27 19:37:29.217744 | fa163e9e-68ca-c784-aeb7-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-02-27 19:37:29.271879 | fa163e9e-68ca-c784-aeb7-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-27 19:37:29.273060 | fa163e9e-68ca-c784-aeb7-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.731333 | 0.05s 2026-02-27 19:37:29.301866 | fa163e9e-68ca-c784-aeb7-000000000593 | TASK | Executed script to fix grub-menu 2026-02-27 19:37:29.373142 | fa163e9e-68ca-c784-aeb7-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-27 19:37:29.374004 | fa163e9e-68ca-c784-aeb7-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.832283 | 0.07s 2026-02-27 19:37:29.399249 | fa163e9e-68ca-c784-aeb7-000000000594 | TASK | Check grub config paths 2026-02-27 19:37:29.469008 | fa163e9e-68ca-c784-aeb7-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-27 19:37:29.484442 | fa163e9e-68ca-c784-aeb7-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-27 19:37:29.495980 | fa163e9e-68ca-c784-aeb7-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.954254 | 0.10s 2026-02-27 19:37:29.514732 | fa163e9e-68ca-c784-aeb7-000000000595 | TASK | Write EFI grub.cfg 2026-02-27 19:37:29.576832 | fa163e9e-68ca-c784-aeb7-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/redhat', 'ansible_loop_var': 'item'} 2026-02-27 19:37:29.594255 | fa163e9e-68ca-c784-aeb7-000000000595 | SKIPPED | Write EFI grub.cfg | standalone | item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'item': '/boot/efi/EFI/centos', 'ansible_loop_var': 'item'} 2026-02-27 19:37:29.600313 | fa163e9e-68ca-c784-aeb7-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.058585 | 0.08s 2026-02-27 19:37:29.626740 | fa163e9e-68ca-c784-aeb7-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-27 19:37:29.669505 | fa163e9e-68ca-c784-aeb7-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-27 19:37:29.670583 | fa163e9e-68ca-c784-aeb7-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.128857 | 0.04s 2026-02-27 19:37:29.696801 | fa163e9e-68ca-c784-aeb7-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-27 19:37:29.747027 | fa163e9e-68ca-c784-aeb7-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-27 19:37:29.748110 | fa163e9e-68ca-c784-aeb7-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.206384 | 0.05s 2026-02-27 19:37:29.774745 | fa163e9e-68ca-c784-aeb7-000000000598 | TASK | Execute grub2-mkconfig 2026-02-27 19:37:29.826882 | fa163e9e-68ca-c784-aeb7-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-27 19:37:29.828048 | fa163e9e-68ca-c784-aeb7-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.286321 | 0.05s 2026-02-27 19:37:29.853866 | fa163e9e-68ca-c784-aeb7-000000000599 | TASK | Check for active tuned profile 2026-02-27 19:37:29.913813 | fa163e9e-68ca-c784-aeb7-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-02-27 19:37:29.914978 | fa163e9e-68ca-c784-aeb7-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.373252 | 0.06s 2026-02-27 19:37:29.940681 | fa163e9e-68ca-c784-aeb7-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-27 19:37:30.001826 | fa163e9e-68ca-c784-aeb7-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-27 19:37:30.002935 | fa163e9e-68ca-c784-aeb7-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.461210 | 0.06s 2026-02-27 19:37:30.027980 | fa163e9e-68ca-c784-aeb7-00000000059b | TASK | Set reboot required fact 2026-02-27 19:37:30.088547 | fa163e9e-68ca-c784-aeb7-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-02-27 19:37:30.089724 | fa163e9e-68ca-c784-aeb7-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.547997 | 0.06s 2026-02-27 19:37:30.115832 | fa163e9e-68ca-c784-aeb7-00000000059d | TASK | Apply DPDK workarounds 2026-02-27 19:37:30.165716 | fa163e9e-68ca-c784-aeb7-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-02-27 19:37:30.166768 | fa163e9e-68ca-c784-aeb7-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.625042 | 0.05s 2026-02-27 19:37:30.193054 | fa163e9e-68ca-c784-aeb7-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-02-27 19:37:30.231577 | fa163e9e-68ca-c784-aeb7-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-27 19:37:30.232656 | fa163e9e-68ca-c784-aeb7-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.690930 | 0.04s 2026-02-27 19:37:30.258148 | fa163e9e-68ca-c784-aeb7-0000000005a0 | TASK | Load modules 2026-02-27 19:37:30.303624 | fa163e9e-68ca-c784-aeb7-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-27 19:37:30.309940 | fa163e9e-68ca-c784-aeb7-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.768211 | 0.05s 2026-02-27 19:37:30.335546 | fa163e9e-68ca-c784-aeb7-0000000005a2 | TASK | Persist modules via modules-load.d 2026-02-27 19:37:30.385946 | fa163e9e-68ca-c784-aeb7-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-27 19:37:30.397839 | fa163e9e-68ca-c784-aeb7-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.856111 | 0.06s 2026-02-27 19:37:30.423506 | fa163e9e-68ca-c784-aeb7-0000000005a4 | TASK | Drop module persistence 2026-02-27 19:37:30.467609 | fa163e9e-68ca-c784-aeb7-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-27 19:37:30.473903 | fa163e9e-68ca-c784-aeb7-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.932174 | 0.05s 2026-02-27 19:37:30.500167 | fa163e9e-68ca-c784-aeb7-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-02-27 19:37:30.543838 | fa163e9e-68ca-c784-aeb7-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-27 19:37:30.549914 | fa163e9e-68ca-c784-aeb7-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.008184 | 0.05s 2026-02-27 19:37:30.577044 | fa163e9e-68ca-c784-aeb7-0000000005a8 | TASK | Modules reload 2026-02-27 19:37:30.616273 | fa163e9e-68ca-c784-aeb7-0000000005a8 | SKIPPED | Modules reload | standalone 2026-02-27 19:37:30.617379 | fa163e9e-68ca-c784-aeb7-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.075653 | 0.04s 2026-02-27 19:37:30.644573 | fa163e9e-68ca-c784-aeb7-0000000005aa | TASK | Reboot tasks 2026-02-27 19:37:30.693891 | fa163e9e-68ca-c784-aeb7-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-02-27 19:37:30.695031 | fa163e9e-68ca-c784-aeb7-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.153306 | 0.05s 2026-02-27 19:37:30.720799 | fa163e9e-68ca-c784-aeb7-0000000005ab | TASK | Skipping reboot for deployed node 2026-02-27 19:37:30.772200 | fa163e9e-68ca-c784-aeb7-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-27 19:37:30.773220 | fa163e9e-68ca-c784-aeb7-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.231497 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-02-27 19:37:30.956803 | fa163e9e-68ca-c784-aeb7-00000000003f | TASK | Server pre-network deployments 2026-02-27 19:37:30.984731 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-00000000003f') missing from stats 2026-02-27 19:37:31.014508 | fa163e9e-68ca-c784-aeb7-000000000043 | TASK | Hiera config 2026-02-27 19:37:31.041526 | fa163e9e-68ca-c784-aeb7-000000000043 | TIMING | Hiera config | standalone | 0:00:46.499791 | 0.03s 2026-02-27 19:37:31.093646 | fa163e9e-68ca-c784-aeb7-000000000721 | TASK | Create /etc/puppet/hieradata 2026-02-27 19:37:31.313793 | fa163e9e-68ca-c784-aeb7-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-27 19:37:31.315109 | fa163e9e-68ca-c784-aeb7-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.773383 | 0.22s 2026-02-27 19:37:31.340548 | fa163e9e-68ca-c784-aeb7-000000000722 | TASK | Write hiera config 2026-02-27 19:37:31.846234 | fa163e9e-68ca-c784-aeb7-000000000722 | CHANGED | Write hiera config | standalone 2026-02-27 19:37:31.847549 | fa163e9e-68ca-c784-aeb7-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.305825 | 0.51s 2026-02-27 19:37:31.895880 | fa163e9e-68ca-c784-aeb7-000000000044 | TASK | Hiera symlink 2026-02-27 19:37:32.136915 | fa163e9e-68ca-c784-aeb7-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-27 19:37:32.137890 | fa163e9e-68ca-c784-aeb7-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.596174 | 0.24s 2026-02-27 19:37:32.155111 | fa163e9e-68ca-c784-aeb7-000000000045 | TASK | Hieradata from vars 2026-02-27 19:37:32.173303 | fa163e9e-68ca-c784-aeb7-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.631582 | 0.02s 2026-02-27 19:37:32.230578 | fa163e9e-68ca-c784-aeb7-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-02-27 19:37:32.683308 | fa163e9e-68ca-c784-aeb7-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-27 19:37:32.684539 | fa163e9e-68ca-c784-aeb7-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.142815 | 0.45s 2026-02-27 19:37:32.710106 | fa163e9e-68ca-c784-aeb7-00000000077d | TASK | Render hieradata from template 2026-02-27 19:37:33.226084 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-27 19:37:33.227102 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.685382 | 0.52s 2026-02-27 19:37:33.771157 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-27 19:37:33.772769 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.231053 | 1.06s 2026-02-27 19:37:34.376183 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-27 19:37:34.377469 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.835752 | 1.67s 2026-02-27 19:37:34.819843 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-27 19:37:34.820949 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.279226 | 2.11s 2026-02-27 19:37:35.319083 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-27 19:37:35.319847 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.778131 | 2.61s 2026-02-27 19:37:35.791585 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-27 19:37:35.792762 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.251038 | 3.08s 2026-02-27 19:37:36.235082 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-27 19:37:36.237226 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.695503 | 3.53s 2026-02-27 19:37:36.649485 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-27 19:37:36.650612 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.108887 | 3.94s 2026-02-27 19:37:37.130592 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-27 19:37:37.132687 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.590961 | 4.42s 2026-02-27 19:37:37.680493 | fa163e9e-68ca-c784-aeb7-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-27 19:37:37.682990 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.141264 | 4.97s 2026-02-27 19:37:37.695398 | fa163e9e-68ca-c784-aeb7-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.153655 | 4.98s 2026-02-27 19:37:37.749586 | fa163e9e-68ca-c784-aeb7-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-27 19:37:37.782920 | fa163e9e-68ca-c784-aeb7-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.241170 | 0.03s 2026-02-27 19:37:37.855456 | fa163e9e-68ca-c784-aeb7-000000000821 | TASK | Check for hieradata file 2026-02-27 19:37:38.086965 | fa163e9e-68ca-c784-aeb7-000000000821 | OK | Check for hieradata file | standalone 2026-02-27 19:37:38.088696 | fa163e9e-68ca-c784-aeb7-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.546964 | 0.23s 2026-02-27 19:37:38.116303 | fa163e9e-68ca-c784-aeb7-000000000823 | TASK | Get existing data 2026-02-27 19:37:38.167876 | fa163e9e-68ca-c784-aeb7-000000000823 | SKIPPED | Get existing data | standalone 2026-02-27 19:37:38.169306 | fa163e9e-68ca-c784-aeb7-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.627575 | 0.05s 2026-02-27 19:37:38.196467 | fa163e9e-68ca-c784-aeb7-000000000824 | TASK | Set data fact 2026-02-27 19:37:38.252667 | fa163e9e-68ca-c784-aeb7-000000000824 | SKIPPED | Set data fact | standalone 2026-02-27 19:37:38.254185 | fa163e9e-68ca-c784-aeb7-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.712455 | 0.06s 2026-02-27 19:37:38.280833 | fa163e9e-68ca-c784-aeb7-000000000826 | TASK | Write ansible hieradata file 2026-02-27 19:37:38.732681 | fa163e9e-68ca-c784-aeb7-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-02-27 19:37:38.734431 | fa163e9e-68ca-c784-aeb7-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.192678 | 0.45s 2026-02-27 19:37:38.826109 | fa163e9e-68ca-c784-aeb7-000000000047 | TIMING | include_tasks | standalone | 0:00:54.284358 | 0.04s PLAY [Server network deployments] ********************************************** 2026-02-27 19:37:38.993061 | fa163e9e-68ca-c784-aeb7-00000000004b | TASK | Network Configuration 2026-02-27 19:37:39.021868 | fa163e9e-68ca-c784-aeb7-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e9e-68ca-c784-aeb7-00000000004b') missing from stats 2026-02-27 19:37:39.045502 | fa163e9e-68ca-c784-aeb7-00000000004c | TASK | Check NetworkConfig script existence 2026-02-27 19:37:39.072554 | fa163e9e-68ca-c784-aeb7-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-27 19:37:39.073420 | fa163e9e-68ca-c784-aeb7-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.531680 | 0.03s 2026-02-27 19:37:39.093742 | fa163e9e-68ca-c784-aeb7-000000000052 | TASK | Gather SELinux fact if needed 2026-02-27 19:37:39.143259 | fa163e9e-68ca-c784-aeb7-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-27 19:37:39.144788 | fa163e9e-68ca-c784-aeb7-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.603059 | 0.05s 2026-02-27 19:37:39.171017 | fa163e9e-68ca-c784-aeb7-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-27 19:37:39.850077 | fa163e9e-68ca-c784-aeb7-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-27 19:37:39.851922 | fa163e9e-68ca-c784-aeb7-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.310191 | 0.68s 2026-02-27 19:37:39.879099 | fa163e9e-68ca-c784-aeb7-000000000054 | TASK | Ensure requirements are satisfied 2026-02-27 19:37:39.919773 | fa163e9e-68ca-c784-aeb7-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.378025 | 0.04s 2026-02-27 19:37:39.980584 | fa163e9e-68ca-c784-aeb7-0000000008bf | TASK | Gather facts if they don't exist 2026-02-27 19:37:40.031512 | fa163e9e-68ca-c784-aeb7-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-02-27 19:37:40.033090 | fa163e9e-68ca-c784-aeb7-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.491358 | 0.05s 2026-02-27 19:37:40.062209 | fa163e9e-68ca-c784-aeb7-0000000008c0 | TASK | Gather variables for each operating system 2026-02-27 19:37:40.184612 | fa163e9e-68ca-c784-aeb7-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-27 19:37:40.190594 | fa163e9e-68ca-c784-aeb7-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.648859 | 0.13s 2026-02-27 19:37:40.216851 | fa163e9e-68ca-c784-aeb7-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-27 19:37:40.502785 | fa163e9e-68ca-c784-aeb7-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-27 19:37:40.504214 | fa163e9e-68ca-c784-aeb7-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.962490 | 0.29s 2026-02-27 19:37:40.530544 | fa163e9e-68ca-c784-aeb7-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-02-27 19:37:40.568149 | fa163e9e-68ca-c784-aeb7-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-27 19:37:40.569212 | fa163e9e-68ca-c784-aeb7-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.027486 | 0.04s 2026-02-27 19:37:40.594835 | fa163e9e-68ca-c784-aeb7-0000000008c4 | TASK | Ensure packages are actually well installed 2026-02-27 19:37:41.596033 | fa163e9e-68ca-c784-aeb7-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-27 19:37:41.597595 | fa163e9e-68ca-c784-aeb7-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.055868 | 1.00s 2026-02-27 19:37:41.647213 | fa163e9e-68ca-c784-aeb7-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-27 19:37:41.897998 | fa163e9e-68ca-c784-aeb7-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-27 19:37:41.899376 | fa163e9e-68ca-c784-aeb7-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.357651 | 0.25s 2026-02-27 19:37:41.924978 | fa163e9e-68ca-c784-aeb7-000000000057 | TASK | Reload NetworkManager 2026-02-27 19:37:42.337364 | fa163e9e-68ca-c784-aeb7-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-27 19:37:42.339223 | fa163e9e-68ca-c784-aeb7-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.797497 | 0.41s 2026-02-27 19:37:42.367653 | fa163e9e-68ca-c784-aeb7-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-27 19:37:42.607870 | fa163e9e-68ca-c784-aeb7-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-27 19:37:42.609258 | fa163e9e-68ca-c784-aeb7-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.067532 | 0.24s 2026-02-27 19:37:42.636097 | fa163e9e-68ca-c784-aeb7-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-27 19:37:42.857958 | fa163e9e-68ca-c784-aeb7-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-27 19:37:42.859346 | fa163e9e-68ca-c784-aeb7-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.317616 | 0.22s 2026-02-27 19:37:42.885978 | fa163e9e-68ca-c784-aeb7-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-27 19:37:42.915785 | fa163e9e-68ca-c784-aeb7-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-27 19:37:42.917035 | fa163e9e-68ca-c784-aeb7-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.375301 | 0.03s 2026-02-27 19:37:42.942849 | fa163e9e-68ca-c784-aeb7-00000000005c | TASK | Ensure we get cloud-init 2026-02-27 19:37:43.164191 | fa163e9e-68ca-c784-aeb7-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-27 19:37:43.165785 | fa163e9e-68ca-c784-aeb7-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.624061 | 0.22s 2026-02-27 19:37:43.192025 | fa163e9e-68ca-c784-aeb7-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-27 19:37:43.464978 | fa163e9e-68ca-c784-aeb7-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-27 19:37:43.466643 | fa163e9e-68ca-c784-aeb7-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.924917 | 0.27s 2026-02-27 19:37:43.493593 | fa163e9e-68ca-c784-aeb7-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-27 19:37:43.889331 | fa163e9e-68ca-c784-aeb7-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-27 19:37:43.890832 | fa163e9e-68ca-c784-aeb7-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.349107 | 0.40s 2026-02-27 19:37:43.916704 | fa163e9e-68ca-c784-aeb7-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-27 19:37:43.986768 | fa163e9e-68ca-c784-aeb7-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-27 19:37:43.988755 | fa163e9e-68ca-c784-aeb7-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.447027 | 0.07s 2026-02-27 19:37:44.014916 | fa163e9e-68ca-c784-aeb7-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-27 19:37:44.267766 | fa163e9e-68ca-c784-aeb7-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-27 19:37:44.269147 | fa163e9e-68ca-c784-aeb7-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.727421 | 0.25s 2026-02-27 19:37:44.297548 | fa163e9e-68ca-c784-aeb7-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-27 19:37:44.360891 | fa163e9e-68ca-c784-aeb7-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.819155 | 0.06s 2026-02-27 19:37:44.389855 | 84a2c766-f7cf-4fd3-824c-1f95cc3f8c2e | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-27 19:37:44.423323 | fa163e9e-68ca-c784-aeb7-000000000909 | TASK | Set nic_config_file fact 2026-02-27 19:37:44.496306 | fa163e9e-68ca-c784-aeb7-000000000909 | OK | Set nic_config_file fact | standalone 2026-02-27 19:37:44.497695 | fa163e9e-68ca-c784-aeb7-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.955969 | 0.07s 2026-02-27 19:37:44.525390 | fa163e9e-68ca-c784-aeb7-00000000090a | TASK | Render overidden network config 2026-02-27 19:37:44.607528 | fa163e9e-68ca-c784-aeb7-00000000090a | SKIPPED | Render overidden network config | standalone 2026-02-27 19:37:44.608686 | fa163e9e-68ca-c784-aeb7-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.066959 | 0.08s 2026-02-27 19:37:44.635042 | fa163e9e-68ca-c784-aeb7-00000000090b | TASK | Render network_config 2026-02-27 19:37:44.706596 | fa163e9e-68ca-c784-aeb7-00000000090b | SKIPPED | Render network_config | standalone 2026-02-27 19:37:44.707882 | fa163e9e-68ca-c784-aeb7-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.166155 | 0.07s 2026-02-27 19:37:44.734332 | fa163e9e-68ca-c784-aeb7-00000000090c | TASK | Render network_config from template 2026-02-27 19:37:45.294001 | fa163e9e-68ca-c784-aeb7-00000000090c | CHANGED | Render network_config from template | standalone 2026-02-27 19:37:45.295497 | fa163e9e-68ca-c784-aeb7-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.753764 | 0.56s 2026-02-27 19:37:45.324187 | fa163e9e-68ca-c784-aeb7-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=135624736026.43983 2026-02-27 19:37:49.414526 | fa163e9e-68ca-c784-aeb7-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-27 19:37:49.415894 | fa163e9e-68ca-c784-aeb7-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.874170 | 4.09s 2026-02-27 19:37:49.443777 | fa163e9e-68ca-c784-aeb7-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-27 19:37:49.929541 | fa163e9e-68ca-c784-aeb7-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-27 19:37:49.930839 | fa163e9e-68ca-c784-aeb7-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.389114 | 0.49s 2026-02-27 19:37:49.956377 | fa163e9e-68ca-c784-aeb7-000000000065 | TASK | Disable cloud-init network config 2026-02-27 19:37:50.419551 | fa163e9e-68ca-c784-aeb7-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-27 19:37:50.420837 | fa163e9e-68ca-c784-aeb7-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.879113 | 0.46s 2026-02-27 19:37:50.446545 | fa163e9e-68ca-c784-aeb7-000000000066 | TASK | Ensure network service is enabled 2026-02-27 19:37:50.833628 | fa163e9e-68ca-c784-aeb7-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-27 19:37:50.835317 | fa163e9e-68ca-c784-aeb7-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.293593 | 0.39s PLAY [Server network validation] *********************************************** 2026-02-27 19:37:51.016798 | fa163e9e-68ca-c784-aeb7-000000000096 | TASK | Basic Network Validation 2026-02-27 19:37:51.042420 | fa163e9e-68ca-c784-aeb7-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.500677 | 0.02s 2026-02-27 19:37:51.084623 | fa163e9e-68ca-c784-aeb7-000000000945 | TASK | Collect default network fact 2026-02-27 19:37:51.567029 | fa163e9e-68ca-c784-aeb7-000000000945 | OK | Collect default network fact | standalone 2026-02-27 19:37:51.568235 | fa163e9e-68ca-c784-aeb7-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.026510 | 0.48s 2026-02-27 19:37:51.593725 | fa163e9e-68ca-c784-aeb7-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-02-27 19:37:51.622571 | fa163e9e-68ca-c784-aeb7-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-27 19:37:51.623628 | fa163e9e-68ca-c784-aeb7-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.081900 | 0.03s 2026-02-27 19:37:51.648768 | fa163e9e-68ca-c784-aeb7-000000000947 | TASK | Check all networks Gateway availability 2026-02-27 19:37:51.676259 | fa163e9e-68ca-c784-aeb7-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.134528 | 0.03s 2026-02-27 19:37:51.701740 | fa163e9e-68ca-c784-aeb7-000000000949 | TASK | Check Controllers availability 2026-02-27 19:37:51.762514 | fa163e9e-68ca-c784-aeb7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-27 19:37:51.769268 | fa163e9e-68ca-c784-aeb7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-27 19:37:51.774289 | fa163e9e-68ca-c784-aeb7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-27 19:37:51.780563 | fa163e9e-68ca-c784-aeb7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-27 19:37:51.786758 | fa163e9e-68ca-c784-aeb7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-27 19:37:51.792366 | fa163e9e-68ca-c784-aeb7-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-27 19:37:51.798671 | fa163e9e-68ca-c784-aeb7-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.256937 | 0.10s 2026-02-27 19:37:51.825104 | fa163e9e-68ca-c784-aeb7-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-27 19:37:51.846124 | fa163e9e-68ca-c784-aeb7-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-27 19:37:51.847262 | fa163e9e-68ca-c784-aeb7-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.305535 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2026-02-27 19:37:52.026268 | fa163e9e-68ca-c784-aeb7-00000000009a | TASK | Server pre deployments 2026-02-27 19:37:52.051852 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-00000000009a') missing from stats 2026-02-27 19:37:52.079464 | fa163e9e-68ca-c784-aeb7-00000000009e | TASK | Hiera config 2026-02-27 19:37:52.107035 | fa163e9e-68ca-c784-aeb7-00000000009e | TIMING | Hiera config | standalone | 0:01:07.565305 | 0.03s 2026-02-27 19:37:52.162850 | fa163e9e-68ca-c784-aeb7-00000000099e | TASK | Create /etc/puppet/hieradata 2026-02-27 19:37:52.392053 | fa163e9e-68ca-c784-aeb7-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-02-27 19:37:52.393234 | fa163e9e-68ca-c784-aeb7-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.851508 | 0.23s 2026-02-27 19:37:52.418701 | fa163e9e-68ca-c784-aeb7-00000000099f | TASK | Write hiera config 2026-02-27 19:37:52.928118 | fa163e9e-68ca-c784-aeb7-00000000099f | OK | Write hiera config | standalone 2026-02-27 19:37:52.929732 | fa163e9e-68ca-c784-aeb7-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.388007 | 0.51s 2026-02-27 19:37:52.977993 | fa163e9e-68ca-c784-aeb7-00000000009f | TASK | Hiera symlink 2026-02-27 19:37:53.208292 | fa163e9e-68ca-c784-aeb7-00000000009f | OK | Hiera symlink | standalone 2026-02-27 19:37:53.209720 | fa163e9e-68ca-c784-aeb7-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.667996 | 0.23s 2026-02-27 19:37:53.235019 | fa163e9e-68ca-c784-aeb7-0000000000a0 | TASK | Hieradata from vars 2026-02-27 19:37:53.263168 | fa163e9e-68ca-c784-aeb7-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.721437 | 0.03s 2026-02-27 19:37:53.319503 | fa163e9e-68ca-c784-aeb7-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-02-27 19:37:53.782742 | fa163e9e-68ca-c784-aeb7-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-27 19:37:53.784551 | fa163e9e-68ca-c784-aeb7-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.242828 | 0.46s 2026-02-27 19:37:53.804709 | fa163e9e-68ca-c784-aeb7-0000000009fa | TASK | Render hieradata from template 2026-02-27 19:37:54.363215 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-27 19:37:54.365030 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.823300 | 0.56s 2026-02-27 19:37:54.980934 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-02-27 19:37:54.983231 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.441507 | 1.18s 2026-02-27 19:37:55.626344 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-27 19:37:55.627760 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.086034 | 1.82s 2026-02-27 19:37:56.053161 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-27 19:37:56.055277 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.513551 | 2.25s 2026-02-27 19:37:56.559820 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-02-27 19:37:56.562017 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.020291 | 2.76s 2026-02-27 19:37:57.040398 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-02-27 19:37:57.041313 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.499594 | 3.24s 2026-02-27 19:37:57.503965 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-02-27 19:37:57.506174 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.964449 | 3.70s 2026-02-27 19:37:57.986530 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-27 19:37:57.988903 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.447177 | 4.18s 2026-02-27 19:37:58.452675 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-27 19:37:58.454928 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.913202 | 4.65s 2026-02-27 19:37:58.924776 | fa163e9e-68ca-c784-aeb7-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-27 19:37:58.927045 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.385322 | 5.12s 2026-02-27 19:37:58.940569 | fa163e9e-68ca-c784-aeb7-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.398827 | 5.13s 2026-02-27 19:37:58.996736 | fa163e9e-68ca-c784-aeb7-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-27 19:37:59.028792 | fa163e9e-68ca-c784-aeb7-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.487059 | 0.03s 2026-02-27 19:37:59.100169 | fa163e9e-68ca-c784-aeb7-000000000a9e | TASK | Check for hieradata file 2026-02-27 19:37:59.319221 | fa163e9e-68ca-c784-aeb7-000000000a9e | OK | Check for hieradata file | standalone 2026-02-27 19:37:59.320598 | fa163e9e-68ca-c784-aeb7-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.778870 | 0.22s 2026-02-27 19:37:59.347079 | fa163e9e-68ca-c784-aeb7-000000000aa0 | TASK | Get existing data 2026-02-27 19:37:59.396257 | fa163e9e-68ca-c784-aeb7-000000000aa0 | SKIPPED | Get existing data | standalone 2026-02-27 19:37:59.397335 | fa163e9e-68ca-c784-aeb7-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.855609 | 0.05s 2026-02-27 19:37:59.422838 | fa163e9e-68ca-c784-aeb7-000000000aa1 | TASK | Set data fact 2026-02-27 19:37:59.472061 | fa163e9e-68ca-c784-aeb7-000000000aa1 | SKIPPED | Set data fact | standalone 2026-02-27 19:37:59.473203 | fa163e9e-68ca-c784-aeb7-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.931476 | 0.05s 2026-02-27 19:37:59.499100 | fa163e9e-68ca-c784-aeb7-000000000aa3 | TASK | Write ansible hieradata file 2026-02-27 19:37:59.995620 | fa163e9e-68ca-c784-aeb7-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-02-27 19:37:59.997013 | fa163e9e-68ca-c784-aeb7-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.455288 | 0.50s 2026-02-27 19:38:00.084296 | fa163e9e-68ca-c784-aeb7-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.542563 | 0.04s PLAY [Host prep steps] ********************************************************* 2026-02-27 19:38:00.241071 | fa163e9e-68ca-c784-aeb7-0000000000a6 | TASK | Host prep steps 2026-02-27 19:38:00.267463 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-0000000000a6') missing from stats 2026-02-27 19:38:00.338213 | fa163e9e-68ca-c784-aeb7-0000000000a7 | TASK | Deploy Artifacts 2026-02-27 19:38:00.443595 | fa163e9e-68ca-c784-aeb7-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-27 19:38:00.444716 | fa163e9e-68ca-c784-aeb7-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.902988 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 19:38:00.510933 | fa163e9e-68ca-c784-aeb7-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.969205 | 0.04s 2026-02-27 19:38:00.720600 | 58e67a39-13ea-4e06-be98-36c7154671b9 | INCLUDED | /root/standalone-ansible-mpztiu97/Standalone/host_prep_tasks.yaml | standalone 2026-02-27 19:38:00.777142 | fa163e9e-68ca-c784-aeb7-000000000b1e | TASK | Run firewall role 2026-02-27 19:38:00.802528 | fa163e9e-68ca-c784-aeb7-000000000b1e | TIMING | Run firewall role | standalone | 0:01:16.260804 | 0.02s 2026-02-27 19:38:00.855741 | fa163e9e-68ca-c784-aeb7-000000000c38 | TASK | Gather variables for each operating system 2026-02-27 19:38:00.967813 | fa163e9e-68ca-c784-aeb7-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-27 19:38:00.968801 | fa163e9e-68ca-c784-aeb7-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.427082 | 0.11s 2026-02-27 19:38:00.974551 | fa163e9e-68ca-c784-aeb7-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.432830 | 0.12s 2026-02-27 19:38:01.000836 | fa163e9e-68ca-c784-aeb7-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-27 19:38:03.910814 | fa163e9e-68ca-c784-aeb7-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-27 19:38:03.912068 | fa163e9e-68ca-c784-aeb7-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:19.370347 | 2.91s 2026-02-27 19:38:03.937908 | fa163e9e-68ca-c784-aeb7-000000000c3d | TASK | Create empty var for masquerade rules 2026-02-27 19:38:03.988768 | fa163e9e-68ca-c784-aeb7-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-02-27 19:38:03.990132 | fa163e9e-68ca-c784-aeb7-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:19.448406 | 0.05s 2026-02-27 19:38:04.015864 | fa163e9e-68ca-c784-aeb7-000000000c3e | TASK | Enable masquerade 2026-02-27 19:38:04.066039 | fa163e9e-68ca-c784-aeb7-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-02-27 19:38:04.067378 | fa163e9e-68ca-c784-aeb7-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:19.525651 | 0.05s 2026-02-27 19:38:04.092666 | fa163e9e-68ca-c784-aeb7-000000000c3f | TASK | Set the default frontend firewall rules 2026-02-27 19:38:04.125825 | fa163e9e-68ca-c784-aeb7-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-02-27 19:38:04.126896 | fa163e9e-68ca-c784-aeb7-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.585171 | 0.03s 2026-02-27 19:38:04.152366 | fa163e9e-68ca-c784-aeb7-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-27 19:38:04.202858 | fa163e9e-68ca-c784-aeb7-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-27 19:38:04.204193 | fa163e9e-68ca-c784-aeb7-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.662469 | 0.05s 2026-02-27 19:38:04.229439 | fa163e9e-68ca-c784-aeb7-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-02-27 19:38:04.268103 | fa163e9e-68ca-c784-aeb7-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-27 19:38:04.269247 | fa163e9e-68ca-c784-aeb7-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.727521 | 0.04s 2026-02-27 19:38:04.294632 | fa163e9e-68ca-c784-aeb7-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-27 19:38:04.333685 | fa163e9e-68ca-c784-aeb7-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-27 19:38:04.334807 | fa163e9e-68ca-c784-aeb7-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.793082 | 0.04s 2026-02-27 19:38:04.360937 | fa163e9e-68ca-c784-aeb7-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-02-27 19:38:04.393908 | fa163e9e-68ca-c784-aeb7-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-27 19:38:04.394992 | fa163e9e-68ca-c784-aeb7-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.853266 | 0.03s 2026-02-27 19:38:04.423727 | fa163e9e-68ca-c784-aeb7-000000000c48 | TASK | Enable LOG rules 2026-02-27 19:38:04.455502 | fa163e9e-68ca-c784-aeb7-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-02-27 19:38:04.456650 | fa163e9e-68ca-c784-aeb7-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.914923 | 0.03s 2026-02-27 19:38:04.481674 | fa163e9e-68ca-c784-aeb7-000000000c49 | TASK | Set rule fact 2026-02-27 19:38:04.591488 | fa163e9e-68ca-c784-aeb7-000000000c49 | OK | Set rule fact | standalone 2026-02-27 19:38:04.594550 | fa163e9e-68ca-c784-aeb7-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:20.052824 | 0.11s 2026-02-27 19:38:04.623439 | fa163e9e-68ca-c784-aeb7-000000000c4a | TASK | Manage rules via nftables 2026-02-27 19:38:04.652623 | fa163e9e-68ca-c784-aeb7-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:20.110892 | 0.03s 2026-02-27 19:38:04.745102 | fa163e9e-68ca-c784-aeb7-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.203363 | 0.03s 2026-02-27 19:38:04.768440 | 643d8187-c57a-43a7-9e6c-1d11f3a15145 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-27 19:38:04.800178 | fa163e9e-68ca-c784-aeb7-000000000d11 | TASK | Ensure legacy iptables services are off 2026-02-27 19:38:05.198281 | fa163e9e-68ca-c784-aeb7-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-27 19:38:05.201603 | fa163e9e-68ca-c784-aeb7-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.659873 | 0.40s 2026-02-27 19:38:05.578931 | fa163e9e-68ca-c784-aeb7-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-27 19:38:05.581072 | fa163e9e-68ca-c784-aeb7-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.039346 | 0.78s 2026-02-27 19:38:05.591817 | fa163e9e-68ca-c784-aeb7-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.050086 | 0.79s 2026-02-27 19:38:05.621519 | fa163e9e-68ca-c784-aeb7-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-02-27 19:38:06.396670 | fa163e9e-68ca-c784-aeb7-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-27 19:38:06.399825 | fa163e9e-68ca-c784-aeb7-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:21.858100 | 0.78s 2026-02-27 19:38:06.418562 | fa163e9e-68ca-c784-aeb7-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-02-27 19:38:06.445328 | fa163e9e-68ca-c784-aeb7-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-27 19:38:06.446150 | fa163e9e-68ca-c784-aeb7-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.904432 | 0.03s 2026-02-27 19:38:06.499706 | fa163e9e-68ca-c784-aeb7-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.957974 | 0.03s 2026-02-27 19:38:06.540031 | 3123d6b3-fe20-4ff3-a0bf-d5e32442e2dd | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-27 19:38:06.575844 | fa163e9e-68ca-c784-aeb7-000000000d42 | TASK | Push empty ruleset 2026-02-27 19:38:06.977577 | fa163e9e-68ca-c784-aeb7-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-02-27 19:38:06.978940 | fa163e9e-68ca-c784-aeb7-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:22.437213 | 0.40s 2026-02-27 19:38:07.005511 | fa163e9e-68ca-c784-aeb7-000000000d43 | TASK | Load empty ruleset 2026-02-27 19:38:07.269020 | fa163e9e-68ca-c784-aeb7-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-02-27 19:38:07.270385 | fa163e9e-68ca-c784-aeb7-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:22.728659 | 0.26s 2026-02-27 19:38:07.297659 | fa163e9e-68ca-c784-aeb7-000000000d45 | TASK | Use default rules 2026-02-27 19:38:07.380920 | fa163e9e-68ca-c784-aeb7-000000000d45 | OK | Use default rules | standalone 2026-02-27 19:38:07.383802 | fa163e9e-68ca-c784-aeb7-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.842077 | 0.08s 2026-02-27 19:38:07.413112 | fa163e9e-68ca-c784-aeb7-000000000d46 | TASK | Enable LOG rules 2026-02-27 19:38:07.508901 | fa163e9e-68ca-c784-aeb7-000000000d46 | OK | Enable LOG rules | standalone 2026-02-27 19:38:07.512244 | fa163e9e-68ca-c784-aeb7-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.970516 | 0.10s 2026-02-27 19:38:07.542337 | fa163e9e-68ca-c784-aeb7-000000000d48 | TASK | Get current nftables content 2026-02-27 19:38:07.794756 | fa163e9e-68ca-c784-aeb7-000000000d48 | CHANGED | Get current nftables content | standalone 2026-02-27 19:38:07.796143 | fa163e9e-68ca-c784-aeb7-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.254417 | 0.25s 2026-02-27 19:38:07.823691 | fa163e9e-68ca-c784-aeb7-000000000d4a | TASK | Generate chain jumps 2026-02-27 19:38:08.429995 | fa163e9e-68ca-c784-aeb7-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-02-27 19:38:08.431334 | fa163e9e-68ca-c784-aeb7-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.889609 | 0.61s 2026-02-27 19:38:08.458033 | fa163e9e-68ca-c784-aeb7-000000000d4b | TASK | Generate chain jumps 2026-02-27 19:38:09.053713 | fa163e9e-68ca-c784-aeb7-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-02-27 19:38:09.055068 | fa163e9e-68ca-c784-aeb7-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.513342 | 0.60s 2026-02-27 19:38:09.081935 | fa163e9e-68ca-c784-aeb7-000000000d4c | TASK | Generate nft flushes 2026-02-27 19:38:09.564151 | fa163e9e-68ca-c784-aeb7-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-02-27 19:38:09.565559 | fa163e9e-68ca-c784-aeb7-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.023833 | 0.48s 2026-02-27 19:38:09.591839 | fa163e9e-68ca-c784-aeb7-000000000d4d | TASK | Generate nft tripleo chains 2026-02-27 19:38:10.100085 | fa163e9e-68ca-c784-aeb7-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-02-27 19:38:10.101024 | fa163e9e-68ca-c784-aeb7-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:25.559306 | 0.51s 2026-02-27 19:38:10.124321 | fa163e9e-68ca-c784-aeb7-000000000d4e | TASK | Generate nft ruleset in static file 2026-02-27 19:38:11.743939 | fa163e9e-68ca-c784-aeb7-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-02-27 19:38:11.745282 | fa163e9e-68ca-c784-aeb7-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.203556 | 1.62s 2026-02-27 19:38:11.771725 | fa163e9e-68ca-c784-aeb7-000000000d50 | TASK | Validate all of the generated content before loading 2026-02-27 19:38:12.356756 | fa163e9e-68ca-c784-aeb7-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-27 19:38:12.358189 | fa163e9e-68ca-c784-aeb7-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:27.816463 | 0.58s 2026-02-27 19:38:12.389294 | fa163e9e-68ca-c784-aeb7-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-02-27 19:38:12.661210 | fa163e9e-68ca-c784-aeb7-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-27 19:38:12.662935 | fa163e9e-68ca-c784-aeb7-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.121206 | 0.27s 2026-02-27 19:38:12.718866 | fa163e9e-68ca-c784-aeb7-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.177133 | 0.03s 2026-02-27 19:38:12.738892 | b5b86e9e-9b49-4f07-8905-5371181aa61e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-27 19:38:12.799319 | fa163e9e-68ca-c784-aeb7-000000000db9 | TASK | Inject our custom chains in nftables 2026-02-27 19:38:13.034172 | fa163e9e-68ca-c784-aeb7-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-02-27 19:38:13.035086 | fa163e9e-68ca-c784-aeb7-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:28.493364 | 0.23s 2026-02-27 19:38:13.055196 | fa163e9e-68ca-c784-aeb7-000000000dba | TASK | Reload custom nftables ruleset files 2026-02-27 19:38:13.348100 | fa163e9e-68ca-c784-aeb7-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-27 19:38:13.349618 | fa163e9e-68ca-c784-aeb7-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:28.807886 | 0.29s 2026-02-27 19:38:13.421508 | fa163e9e-68ca-c784-aeb7-000000000b1f | TASK | create persistent logs directory 2026-02-27 19:38:13.676986 | fa163e9e-68ca-c784-aeb7-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-27 19:38:13.678640 | fa163e9e-68ca-c784-aeb7-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.136911 | 0.26s 2026-02-27 19:38:13.863353 | fa163e9e-68ca-c784-aeb7-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-02-27 19:38:13.864853 | fa163e9e-68ca-c784-aeb7-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.323131 | 0.44s 2026-02-27 19:38:13.875690 | fa163e9e-68ca-c784-aeb7-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.333961 | 0.45s 2026-02-27 19:38:13.901269 | fa163e9e-68ca-c784-aeb7-000000000b20 | TASK | create persistent directories 2026-02-27 19:38:14.134125 | fa163e9e-68ca-c784-aeb7-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-27 19:38:14.136334 | fa163e9e-68ca-c784-aeb7-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.594606 | 0.23s 2026-02-27 19:38:14.146011 | fa163e9e-68ca-c784-aeb7-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.604284 | 0.24s 2026-02-27 19:38:14.171317 | fa163e9e-68ca-c784-aeb7-000000000b21 | TASK | create persistent directories 2026-02-27 19:38:14.491507 | fa163e9e-68ca-c784-aeb7-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-27 19:38:14.493696 | fa163e9e-68ca-c784-aeb7-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.951968 | 0.32s 2026-02-27 19:38:14.739849 | fa163e9e-68ca-c784-aeb7-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-02-27 19:38:14.740888 | fa163e9e-68ca-c784-aeb7-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.199167 | 0.57s 2026-02-27 19:38:14.747315 | fa163e9e-68ca-c784-aeb7-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.205595 | 0.57s 2026-02-27 19:38:14.772988 | fa163e9e-68ca-c784-aeb7-000000000b22 | TASK | create persistent directories 2026-02-27 19:38:15.012796 | fa163e9e-68ca-c784-aeb7-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-02-27 19:38:15.016115 | fa163e9e-68ca-c784-aeb7-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.474383 | 0.24s 2026-02-27 19:38:15.218431 | fa163e9e-68ca-c784-aeb7-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-02-27 19:38:15.219907 | fa163e9e-68ca-c784-aeb7-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.678184 | 0.45s 2026-02-27 19:38:15.230095 | fa163e9e-68ca-c784-aeb7-000000000b22 | TIMING | create persistent directories | standalone | 0:01:30.688370 | 0.46s 2026-02-27 19:38:15.250380 | fa163e9e-68ca-c784-aeb7-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-27 19:38:16.295325 | fa163e9e-68ca-c784-aeb7-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-27 19:38:16.296870 | fa163e9e-68ca-c784-aeb7-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:31.755139 | 1.05s 2026-02-27 19:38:16.321881 | fa163e9e-68ca-c784-aeb7-000000000b24 | TASK | create persistent directories 2026-02-27 19:38:16.531490 | fa163e9e-68ca-c784-aeb7-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-02-27 19:38:16.533560 | fa163e9e-68ca-c784-aeb7-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.991839 | 0.21s 2026-02-27 19:38:16.543934 | fa163e9e-68ca-c784-aeb7-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.002204 | 0.22s 2026-02-27 19:38:16.569342 | fa163e9e-68ca-c784-aeb7-000000000b25 | TASK | create persistent directories 2026-02-27 19:38:16.826878 | fa163e9e-68ca-c784-aeb7-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-27 19:38:16.828646 | fa163e9e-68ca-c784-aeb7-000000000b25 | TIMING | create persistent directories | standalone | 0:01:32.286916 | 0.26s 2026-02-27 19:38:17.053903 | fa163e9e-68ca-c784-aeb7-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-27 19:38:17.055761 | fa163e9e-68ca-c784-aeb7-000000000b25 | TIMING | create persistent directories | standalone | 0:01:32.514036 | 0.49s 2026-02-27 19:38:17.066360 | fa163e9e-68ca-c784-aeb7-000000000b25 | TIMING | create persistent directories | standalone | 0:01:32.524632 | 0.50s 2026-02-27 19:38:17.092466 | fa163e9e-68ca-c784-aeb7-000000000b26 | TASK | create fcontext entry for cinder data 2026-02-27 19:38:18.384184 | fa163e9e-68ca-c784-aeb7-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-27 19:38:18.385814 | fa163e9e-68ca-c784-aeb7-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:33.844087 | 1.29s 2026-02-27 19:38:18.410813 | fa163e9e-68ca-c784-aeb7-000000000b27 | TASK | create persistent directories 2026-02-27 19:38:18.718076 | fa163e9e-68ca-c784-aeb7-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-27 19:38:18.720167 | fa163e9e-68ca-c784-aeb7-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.178442 | 0.31s 2026-02-27 19:38:18.936336 | fa163e9e-68ca-c784-aeb7-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-27 19:38:18.937338 | fa163e9e-68ca-c784-aeb7-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.395616 | 0.53s 2026-02-27 19:38:18.943995 | fa163e9e-68ca-c784-aeb7-000000000b27 | TIMING | create persistent directories | standalone | 0:01:34.402273 | 0.53s 2026-02-27 19:38:18.968747 | fa163e9e-68ca-c784-aeb7-000000000b28 | TASK | ensure ceph configurations exist 2026-02-27 19:38:19.199132 | fa163e9e-68ca-c784-aeb7-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-02-27 19:38:19.200467 | fa163e9e-68ca-c784-aeb7-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:34.658741 | 0.23s 2026-02-27 19:38:19.225278 | fa163e9e-68ca-c784-aeb7-000000000b29 | TASK | create persistent directories 2026-02-27 19:38:19.464242 | fa163e9e-68ca-c784-aeb7-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-27 19:38:19.466288 | fa163e9e-68ca-c784-aeb7-000000000b29 | TIMING | create persistent directories | standalone | 0:01:34.924558 | 0.24s 2026-02-27 19:38:19.476468 | fa163e9e-68ca-c784-aeb7-000000000b29 | TIMING | create persistent directories | standalone | 0:01:34.934739 | 0.25s 2026-02-27 19:38:19.501746 | fa163e9e-68ca-c784-aeb7-000000000b2b | TASK | Create cinder image conversion directory 2026-02-27 19:38:19.529350 | fa163e9e-68ca-c784-aeb7-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-02-27 19:38:19.530552 | fa163e9e-68ca-c784-aeb7-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:34.988825 | 0.03s 2026-02-27 19:38:19.555128 | fa163e9e-68ca-c784-aeb7-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-02-27 19:38:19.582303 | fa163e9e-68ca-c784-aeb7-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-27 19:38:19.583530 | fa163e9e-68ca-c784-aeb7-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.041803 | 0.03s 2026-02-27 19:38:19.608567 | fa163e9e-68ca-c784-aeb7-000000000b2e | TASK | cinder_configure_lvm fact 2026-02-27 19:38:19.638477 | fa163e9e-68ca-c784-aeb7-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-02-27 19:38:19.639762 | fa163e9e-68ca-c784-aeb7-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.098030 | 0.03s 2026-02-27 19:38:19.665474 | fa163e9e-68ca-c784-aeb7-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-02-27 19:38:19.694194 | fa163e9e-68ca-c784-aeb7-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-02-27 19:38:19.695516 | fa163e9e-68ca-c784-aeb7-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.153781 | 0.03s 2026-02-27 19:38:19.721393 | fa163e9e-68ca-c784-aeb7-000000000b31 | TASK | cinder create LVM volume group dd 2026-02-27 19:38:19.749996 | fa163e9e-68ca-c784-aeb7-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-02-27 19:38:19.751141 | fa163e9e-68ca-c784-aeb7-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:35.209408 | 0.03s 2026-02-27 19:38:19.776555 | fa163e9e-68ca-c784-aeb7-000000000b32 | TASK | Get or create LVM loopback device 2026-02-27 19:38:19.804826 | fa163e9e-68ca-c784-aeb7-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-02-27 19:38:19.805947 | fa163e9e-68ca-c784-aeb7-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:35.264215 | 0.03s 2026-02-27 19:38:19.831015 | fa163e9e-68ca-c784-aeb7-000000000b33 | TASK | Create LVM volume group 2026-02-27 19:38:19.860622 | fa163e9e-68ca-c784-aeb7-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-02-27 19:38:19.861724 | fa163e9e-68ca-c784-aeb7-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:35.319991 | 0.03s 2026-02-27 19:38:19.886446 | fa163e9e-68ca-c784-aeb7-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-02-27 19:38:19.915826 | fa163e9e-68ca-c784-aeb7-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-02-27 19:38:19.917058 | fa163e9e-68ca-c784-aeb7-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:35.375325 | 0.03s 2026-02-27 19:38:19.942166 | fa163e9e-68ca-c784-aeb7-000000000b35 | TASK | cinder enable the LVM losetup service 2026-02-27 19:38:19.970677 | fa163e9e-68ca-c784-aeb7-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-02-27 19:38:19.971838 | fa163e9e-68ca-c784-aeb7-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:35.430104 | 0.03s 2026-02-27 19:38:19.997033 | fa163e9e-68ca-c784-aeb7-000000000b37 | TASK | allow logrotate to read inside containers 2026-02-27 19:38:20.945077 | fa163e9e-68ca-c784-aeb7-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-27 19:38:20.947111 | fa163e9e-68ca-c784-aeb7-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:36.405383 | 0.95s 2026-02-27 19:38:20.969015 | fa163e9e-68ca-c784-aeb7-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-02-27 19:38:23.176031 | fa163e9e-68ca-c784-aeb7-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-27 19:38:23.177313 | fa163e9e-68ca-c784-aeb7-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:38.635594 | 2.21s 2026-02-27 19:38:23.227243 | fa163e9e-68ca-c784-aeb7-000000000b3a | OK | set_fact | standalone 2026-02-27 19:38:23.228005 | fa163e9e-68ca-c784-aeb7-000000000b3a | TIMING | set_fact | standalone | 0:01:38.686288 | 0.03s 2026-02-27 19:38:23.273355 | fa163e9e-68ca-c784-aeb7-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:38.731632 | 0.03s 2026-02-27 19:38:23.331069 | fa163e9e-68ca-c784-aeb7-000000000f06 | TASK | ensure apache is installed 2026-02-27 19:38:29.224446 | fa163e9e-68ca-c784-aeb7-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-02-27 19:38:29.226066 | fa163e9e-68ca-c784-aeb7-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:44.684339 | 5.89s 2026-02-27 19:38:29.252317 | fa163e9e-68ca-c784-aeb7-000000000f07 | TASK | create image data directory 2026-02-27 19:38:29.503317 | fa163e9e-68ca-c784-aeb7-000000000f07 | CHANGED | create image data directory | standalone 2026-02-27 19:38:29.504567 | fa163e9e-68ca-c784-aeb7-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:44.962841 | 0.25s 2026-02-27 19:38:29.530459 | fa163e9e-68ca-c784-aeb7-000000000f08 | TASK | create /v2/ response file 2026-02-27 19:38:29.983247 | fa163e9e-68ca-c784-aeb7-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-02-27 19:38:29.984516 | fa163e9e-68ca-c784-aeb7-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:45.442791 | 0.45s 2026-02-27 19:38:30.010328 | fa163e9e-68ca-c784-aeb7-000000000f09 | TASK | Add listen line 2026-02-27 19:38:30.333456 | fa163e9e-68ca-c784-aeb7-000000000f09 | CHANGED | Add listen line | standalone 2026-02-27 19:38:30.334490 | fa163e9e-68ca-c784-aeb7-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:45.792770 | 0.32s 2026-02-27 19:38:30.354321 | fa163e9e-68ca-c784-aeb7-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-27 19:38:30.820383 | fa163e9e-68ca-c784-aeb7-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-27 19:38:30.821668 | fa163e9e-68ca-c784-aeb7-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:46.279943 | 0.47s 2026-02-27 19:38:30.847305 | fa163e9e-68ca-c784-aeb7-000000000f0b | TASK | Image-Serve | restart httpd 2026-02-27 19:38:32.825812 | fa163e9e-68ca-c784-aeb7-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-02-27 19:38:32.827805 | fa163e9e-68ca-c784-aeb7-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:48.286080 | 1.98s 2026-02-27 19:38:32.877100 | fa163e9e-68ca-c784-aeb7-000000000b3d | TASK | create persistent logs directory 2026-02-27 19:38:33.126208 | fa163e9e-68ca-c784-aeb7-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-27 19:38:33.127742 | fa163e9e-68ca-c784-aeb7-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.586023 | 0.25s 2026-02-27 19:38:33.334865 | fa163e9e-68ca-c784-aeb7-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-27 19:38:33.335743 | fa163e9e-68ca-c784-aeb7-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.794023 | 0.46s 2026-02-27 19:38:33.342152 | fa163e9e-68ca-c784-aeb7-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:48.800426 | 0.46s 2026-02-27 19:38:33.367845 | fa163e9e-68ca-c784-aeb7-000000000b3e | TASK | Mount NFS on host 2026-02-27 19:38:33.396070 | fa163e9e-68ca-c784-aeb7-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-02-27 19:38:33.397281 | fa163e9e-68ca-c784-aeb7-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:48.855554 | 0.03s 2026-02-27 19:38:33.422112 | fa163e9e-68ca-c784-aeb7-000000000b3f | TASK | Mount Node Staging Location 2026-02-27 19:38:33.450156 | fa163e9e-68ca-c784-aeb7-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-02-27 19:38:33.451243 | fa163e9e-68ca-c784-aeb7-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:48.909518 | 0.03s 2026-02-27 19:38:33.475859 | fa163e9e-68ca-c784-aeb7-000000000b40 | TASK | ensure /var/lib/glance exists 2026-02-27 19:38:33.704874 | fa163e9e-68ca-c784-aeb7-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-27 19:38:33.706092 | fa163e9e-68ca-c784-aeb7-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:49.164368 | 0.23s 2026-02-27 19:38:33.730767 | fa163e9e-68ca-c784-aeb7-000000000b41 | TASK | create logs directory 2026-02-27 19:38:33.977491 | fa163e9e-68ca-c784-aeb7-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-27 19:38:33.979046 | fa163e9e-68ca-c784-aeb7-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.437318 | 0.25s 2026-02-27 19:38:34.194624 | fa163e9e-68ca-c784-aeb7-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-02-27 19:38:34.196194 | fa163e9e-68ca-c784-aeb7-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.654473 | 0.46s 2026-02-27 19:38:34.206991 | fa163e9e-68ca-c784-aeb7-000000000b41 | TIMING | create logs directory | standalone | 0:01:49.665260 | 0.48s 2026-02-27 19:38:34.233818 | fa163e9e-68ca-c784-aeb7-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-02-27 19:38:34.262385 | fa163e9e-68ca-c784-aeb7-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-02-27 19:38:34.263515 | fa163e9e-68ca-c784-aeb7-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:49.721788 | 0.03s 2026-02-27 19:38:34.289151 | fa163e9e-68ca-c784-aeb7-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-02-27 19:38:34.518227 | fa163e9e-68ca-c784-aeb7-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-02-27 19:38:34.519562 | fa163e9e-68ca-c784-aeb7-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:49.977837 | 0.23s 2026-02-27 19:38:34.544264 | fa163e9e-68ca-c784-aeb7-000000000b44 | TASK | create persistent directories 2026-02-27 19:38:34.779756 | fa163e9e-68ca-c784-aeb7-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-27 19:38:34.781391 | fa163e9e-68ca-c784-aeb7-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.239662 | 0.24s 2026-02-27 19:38:34.787974 | fa163e9e-68ca-c784-aeb7-000000000b44 | TIMING | create persistent directories | standalone | 0:01:50.246248 | 0.24s 2026-02-27 19:38:34.813031 | fa163e9e-68ca-c784-aeb7-000000000b45 | TASK | create persistent data directory 2026-02-27 19:38:35.042666 | fa163e9e-68ca-c784-aeb7-000000000b45 | OK | create persistent data directory | standalone 2026-02-27 19:38:35.044006 | fa163e9e-68ca-c784-aeb7-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:50.502280 | 0.23s 2026-02-27 19:38:35.069224 | fa163e9e-68ca-c784-aeb7-000000000b46 | TASK | get parameters 2026-02-27 19:38:35.107380 | fa163e9e-68ca-c784-aeb7-000000000b46 | OK | get parameters | standalone 2026-02-27 19:38:35.108500 | fa163e9e-68ca-c784-aeb7-000000000b46 | TIMING | get parameters | standalone | 0:01:50.566775 | 0.04s 2026-02-27 19:38:35.133533 | fa163e9e-68ca-c784-aeb7-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-02-27 19:38:35.182378 | fa163e9e-68ca-c784-aeb7-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-02-27 19:38:35.183615 | fa163e9e-68ca-c784-aeb7-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:50.641889 | 0.05s 2026-02-27 19:38:35.208206 | fa163e9e-68ca-c784-aeb7-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-02-27 19:38:35.248813 | fa163e9e-68ca-c784-aeb7-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-02-27 19:38:35.250019 | fa163e9e-68ca-c784-aeb7-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:50.708294 | 0.04s 2026-02-27 19:38:35.275369 | fa163e9e-68ca-c784-aeb7-000000000b4a | TASK | get haproxy status 2026-02-27 19:38:35.315219 | fa163e9e-68ca-c784-aeb7-000000000b4a | SKIPPED | get haproxy status | standalone 2026-02-27 19:38:35.316434 | fa163e9e-68ca-c784-aeb7-000000000b4a | TIMING | get haproxy status | standalone | 0:01:50.774677 | 0.04s 2026-02-27 19:38:35.343257 | fa163e9e-68ca-c784-aeb7-000000000b4b | TASK | get pacemaker status 2026-02-27 19:38:35.391081 | fa163e9e-68ca-c784-aeb7-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-02-27 19:38:35.392137 | fa163e9e-68ca-c784-aeb7-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:50.850411 | 0.05s 2026-02-27 19:38:35.416833 | fa163e9e-68ca-c784-aeb7-000000000b4c | TASK | get docker status 2026-02-27 19:38:35.459175 | fa163e9e-68ca-c784-aeb7-000000000b4c | SKIPPED | get docker status | standalone 2026-02-27 19:38:35.460507 | fa163e9e-68ca-c784-aeb7-000000000b4c | TIMING | get docker status | standalone | 0:01:50.918780 | 0.04s 2026-02-27 19:38:35.486336 | fa163e9e-68ca-c784-aeb7-000000000b4d | TASK | get container_id 2026-02-27 19:38:35.535243 | fa163e9e-68ca-c784-aeb7-000000000b4d | SKIPPED | get container_id | standalone 2026-02-27 19:38:35.536302 | fa163e9e-68ca-c784-aeb7-000000000b4d | TIMING | get container_id | standalone | 0:01:50.994577 | 0.05s 2026-02-27 19:38:35.560839 | fa163e9e-68ca-c784-aeb7-000000000b4e | TASK | get pcs resource name for haproxy container 2026-02-27 19:38:35.605161 | fa163e9e-68ca-c784-aeb7-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-02-27 19:38:35.606445 | fa163e9e-68ca-c784-aeb7-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:51.064692 | 0.04s 2026-02-27 19:38:35.631498 | fa163e9e-68ca-c784-aeb7-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-02-27 19:38:35.674138 | fa163e9e-68ca-c784-aeb7-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-02-27 19:38:35.675395 | fa163e9e-68ca-c784-aeb7-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:51.133669 | 0.04s 2026-02-27 19:38:35.700073 | fa163e9e-68ca-c784-aeb7-000000000b50 | TASK | push certificate content 2026-02-27 19:38:35.750602 | fa163e9e-68ca-c784-aeb7-000000000b50 | SKIPPED | push certificate content | standalone 2026-02-27 19:38:35.751847 | fa163e9e-68ca-c784-aeb7-000000000b50 | TIMING | push certificate content | standalone | 0:01:51.210115 | 0.05s 2026-02-27 19:38:35.777248 | fa163e9e-68ca-c784-aeb7-000000000b52 | TASK | set certificate ownership 2026-02-27 19:38:35.829237 | fa163e9e-68ca-c784-aeb7-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-02-27 19:38:35.830550 | fa163e9e-68ca-c784-aeb7-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:51.288822 | 0.05s 2026-02-27 19:38:35.855815 | fa163e9e-68ca-c784-aeb7-000000000b53 | TASK | reload haproxy if enabled 2026-02-27 19:38:35.906802 | fa163e9e-68ca-c784-aeb7-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-02-27 19:38:35.908153 | fa163e9e-68ca-c784-aeb7-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:51.366428 | 0.05s 2026-02-27 19:38:35.934209 | fa163e9e-68ca-c784-aeb7-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-02-27 19:38:35.975643 | fa163e9e-68ca-c784-aeb7-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-02-27 19:38:35.976696 | fa163e9e-68ca-c784-aeb7-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:51.434970 | 0.04s 2026-02-27 19:38:36.001304 | fa163e9e-68ca-c784-aeb7-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-02-27 19:38:36.032468 | fa163e9e-68ca-c784-aeb7-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-02-27 19:38:36.033495 | fa163e9e-68ca-c784-aeb7-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:51.491769 | 0.03s 2026-02-27 19:38:36.059146 | fa163e9e-68ca-c784-aeb7-000000000b58 | TASK | create persistent directories 2026-02-27 19:38:36.322654 | fa163e9e-68ca-c784-aeb7-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-27 19:38:36.324660 | fa163e9e-68ca-c784-aeb7-000000000b58 | TIMING | create persistent directories | standalone | 0:01:51.782930 | 0.26s 2026-02-27 19:38:36.532774 | fa163e9e-68ca-c784-aeb7-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-27 19:38:36.535077 | fa163e9e-68ca-c784-aeb7-000000000b58 | TIMING | create persistent directories | standalone | 0:01:51.993348 | 0.47s 2026-02-27 19:38:36.545681 | fa163e9e-68ca-c784-aeb7-000000000b58 | TIMING | create persistent directories | standalone | 0:01:52.003950 | 0.49s 2026-02-27 19:38:36.572806 | fa163e9e-68ca-c784-aeb7-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-02-27 19:38:41.920795 | fa163e9e-68ca-c784-aeb7-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-27 19:38:41.922102 | fa163e9e-68ca-c784-aeb7-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:57.380378 | 5.35s 2026-02-27 19:38:41.946728 | fa163e9e-68ca-c784-aeb7-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-27 19:38:42.027941 | fa163e9e-68ca-c784-aeb7-000000000b5a | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.localdomain in environment production in 0.69 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.25", " Catalog application: 0.26", " Config retrieval: 0.76", " Last run: 1772221121", " Total: 0.26", "Version:", " Config: 1772221120", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2026-02-27 19:38:42.029079 | fa163e9e-68ca-c784-aeb7-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:57.487355 | 0.08s 2026-02-27 19:38:42.053876 | fa163e9e-68ca-c784-aeb7-000000000b5b | TASK | create persistent directories 2026-02-27 19:38:42.299184 | fa163e9e-68ca-c784-aeb7-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-27 19:38:42.300947 | fa163e9e-68ca-c784-aeb7-000000000b5b | TIMING | create persistent directories | standalone | 0:01:57.759218 | 0.25s 2026-02-27 19:38:42.512777 | fa163e9e-68ca-c784-aeb7-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-27 19:38:42.513932 | fa163e9e-68ca-c784-aeb7-000000000b5b | TIMING | create persistent directories | standalone | 0:01:57.972206 | 0.46s 2026-02-27 19:38:42.521108 | fa163e9e-68ca-c784-aeb7-000000000b5b | TIMING | create persistent directories | standalone | 0:01:57.979384 | 0.47s 2026-02-27 19:38:42.546850 | fa163e9e-68ca-c784-aeb7-000000000b5c | TASK | create persistent directories 2026-02-27 19:38:42.789730 | fa163e9e-68ca-c784-aeb7-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-27 19:38:42.792308 | fa163e9e-68ca-c784-aeb7-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.250571 | 0.24s 2026-02-27 19:38:42.958530 | fa163e9e-68ca-c784-aeb7-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-27 19:38:42.959630 | fa163e9e-68ca-c784-aeb7-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.417902 | 0.41s 2026-02-27 19:38:42.967060 | fa163e9e-68ca-c784-aeb7-000000000b5c | TIMING | create persistent directories | standalone | 0:01:58.425336 | 0.42s 2026-02-27 19:38:42.992807 | fa163e9e-68ca-c784-aeb7-000000000b5d | TASK | create persistent directories 2026-02-27 19:38:43.237444 | fa163e9e-68ca-c784-aeb7-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-27 19:38:43.238772 | fa163e9e-68ca-c784-aeb7-000000000b5d | TIMING | create persistent directories | standalone | 0:01:58.697044 | 0.24s 2026-02-27 19:38:43.248527 | fa163e9e-68ca-c784-aeb7-000000000b5d | TIMING | create persistent directories | standalone | 0:01:58.706803 | 0.25s 2026-02-27 19:38:43.273880 | fa163e9e-68ca-c784-aeb7-000000000b5e | TASK | create persistent directories 2026-02-27 19:38:43.515524 | fa163e9e-68ca-c784-aeb7-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-27 19:38:43.517735 | fa163e9e-68ca-c784-aeb7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:58.976006 | 0.24s 2026-02-27 19:38:43.738028 | fa163e9e-68ca-c784-aeb7-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-27 19:38:43.738964 | fa163e9e-68ca-c784-aeb7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.197243 | 0.46s 2026-02-27 19:38:43.934786 | fa163e9e-68ca-c784-aeb7-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-27 19:38:43.936502 | fa163e9e-68ca-c784-aeb7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.394778 | 0.66s 2026-02-27 19:38:44.120985 | fa163e9e-68ca-c784-aeb7-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-27 19:38:44.122869 | fa163e9e-68ca-c784-aeb7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.581143 | 0.85s 2026-02-27 19:38:44.133985 | fa163e9e-68ca-c784-aeb7-000000000b5e | TIMING | create persistent directories | standalone | 0:01:59.592263 | 0.86s 2026-02-27 19:38:44.160179 | fa163e9e-68ca-c784-aeb7-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-02-27 19:38:44.616646 | fa163e9e-68ca-c784-aeb7-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-27 19:38:44.618205 | fa163e9e-68ca-c784-aeb7-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:00.076472 | 0.46s 2026-02-27 19:38:44.644061 | fa163e9e-68ca-c784-aeb7-000000000b60 | TASK | create fcontext entry for iscsi 2026-02-27 19:38:45.908105 | fa163e9e-68ca-c784-aeb7-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-27 19:38:45.910016 | fa163e9e-68ca-c784-aeb7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:01.368281 | 1.26s 2026-02-27 19:38:47.171524 | fa163e9e-68ca-c784-aeb7-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-27 19:38:47.173003 | fa163e9e-68ca-c784-aeb7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.631277 | 2.53s 2026-02-27 19:38:48.417025 | fa163e9e-68ca-c784-aeb7-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-27 19:38:48.418924 | fa163e9e-68ca-c784-aeb7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.877201 | 3.77s 2026-02-27 19:38:48.429894 | fa163e9e-68ca-c784-aeb7-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:03.888157 | 3.78s 2026-02-27 19:38:48.459636 | fa163e9e-68ca-c784-aeb7-000000000b61 | TASK | create persistent directories 2026-02-27 19:38:48.717378 | fa163e9e-68ca-c784-aeb7-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-27 19:38:48.719807 | fa163e9e-68ca-c784-aeb7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.178066 | 0.26s 2026-02-27 19:38:48.945502 | fa163e9e-68ca-c784-aeb7-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-27 19:38:48.946719 | fa163e9e-68ca-c784-aeb7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.404991 | 0.49s 2026-02-27 19:38:49.167377 | fa163e9e-68ca-c784-aeb7-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-27 19:38:49.168687 | fa163e9e-68ca-c784-aeb7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.626956 | 0.71s 2026-02-27 19:38:49.176549 | fa163e9e-68ca-c784-aeb7-000000000b61 | TIMING | create persistent directories | standalone | 0:02:04.634818 | 0.72s 2026-02-27 19:38:49.203295 | fa163e9e-68ca-c784-aeb7-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-27 19:38:49.423062 | fa163e9e-68ca-c784-aeb7-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-27 19:38:49.424390 | fa163e9e-68ca-c784-aeb7-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:04.882663 | 0.22s 2026-02-27 19:38:49.450032 | fa163e9e-68ca-c784-aeb7-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-02-27 19:38:49.482560 | fa163e9e-68ca-c784-aeb7-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-27 19:38:49.483768 | fa163e9e-68ca-c784-aeb7-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:04.942041 | 0.03s 2026-02-27 19:38:49.509861 | fa163e9e-68ca-c784-aeb7-000000000b64 | TASK | Check if iscsi.service is enabled 2026-02-27 19:38:49.765493 | fa163e9e-68ca-c784-aeb7-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-27 19:38:49.767130 | fa163e9e-68ca-c784-aeb7-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:05.225398 | 0.26s 2026-02-27 19:38:49.794702 | fa163e9e-68ca-c784-aeb7-000000000b65 | TASK | Stop iscsi.service 2026-02-27 19:38:49.837803 | fa163e9e-68ca-c784-aeb7-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-02-27 19:38:49.839012 | fa163e9e-68ca-c784-aeb7-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:05.297276 | 0.04s 2026-02-27 19:38:49.895677 | fa163e9e-68ca-c784-aeb7-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:05.353947 | 0.03s 2026-02-27 19:38:49.985879 | fa163e9e-68ca-c784-aeb7-000000001069 | TASK | Install additional packages 2026-02-27 19:38:50.011940 | fa163e9e-68ca-c784-aeb7-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:05.470212 | 0.03s 2026-02-27 19:38:50.029968 | fa163e9e-68ca-c784-aeb7-00000000106a | TASK | Remove dracut-config-generic 2026-02-27 19:38:53.953615 | fa163e9e-68ca-c784-aeb7-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-02-27 19:38:53.954995 | fa163e9e-68ca-c784-aeb7-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:09.413270 | 3.92s 2026-02-27 19:38:53.980281 | fa163e9e-68ca-c784-aeb7-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-27 19:38:54.209757 | fa163e9e-68ca-c784-aeb7-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-27 19:38:54.211035 | fa163e9e-68ca-c784-aeb7-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:09.669306 | 0.23s 2026-02-27 19:38:54.236483 | fa163e9e-68ca-c784-aeb7-00000000106c | TASK | Write list of modules to load at boot 2026-02-27 19:38:54.743802 | fa163e9e-68ca-c784-aeb7-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-02-27 19:38:54.745055 | fa163e9e-68ca-c784-aeb7-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:10.203329 | 0.51s 2026-02-27 19:38:54.770897 | fa163e9e-68ca-c784-aeb7-00000000106d | TASK | Modules reload 2026-02-27 19:38:55.261112 | fa163e9e-68ca-c784-aeb7-00000000106d | CHANGED | Modules reload | standalone 2026-02-27 19:38:55.262866 | fa163e9e-68ca-c784-aeb7-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:10.721139 | 0.49s 2026-02-27 19:38:55.289623 | fa163e9e-68ca-c784-aeb7-00000000106e | TASK | Set default sysctl options 2026-02-27 19:38:55.796006 | fa163e9e-68ca-c784-aeb7-00000000106e | CHANGED | Set default sysctl options | standalone 2026-02-27 19:38:55.797469 | fa163e9e-68ca-c784-aeb7-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:11.255744 | 0.51s 2026-02-27 19:38:55.823568 | fa163e9e-68ca-c784-aeb7-00000000106f | TASK | Set extra sysctl options 2026-02-27 19:38:56.241788 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-27 19:38:56.243275 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.701546 | 0.42s 2026-02-27 19:38:56.491083 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-27 19:38:56.492641 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.950918 | 0.67s 2026-02-27 19:38:56.733874 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-27 19:38:56.734715 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.192993 | 0.91s 2026-02-27 19:38:56.978047 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-27 19:38:56.979280 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.437558 | 1.15s 2026-02-27 19:38:57.215508 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-27 19:38:57.216147 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.674431 | 1.39s 2026-02-27 19:38:57.471981 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-27 19:38:57.472768 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.931048 | 1.65s 2026-02-27 19:38:57.703063 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-27 19:38:57.704601 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.162880 | 1.88s 2026-02-27 19:38:57.960014 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-27 19:38:57.961459 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.419739 | 2.14s 2026-02-27 19:38:58.190038 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-27 19:38:58.190824 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.649104 | 2.37s 2026-02-27 19:38:58.451870 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-27 19:38:58.453459 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.911738 | 2.63s 2026-02-27 19:38:58.670273 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-27 19:38:58.671835 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.130113 | 2.85s 2026-02-27 19:38:58.876688 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-27 19:38:58.878201 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.336480 | 3.05s 2026-02-27 19:38:59.117920 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-27 19:38:59.118753 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.577032 | 3.29s 2026-02-27 19:38:59.372301 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-27 19:38:59.372969 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.831254 | 3.55s 2026-02-27 19:38:59.611118 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-27 19:38:59.611923 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.070203 | 3.79s 2026-02-27 19:38:59.835538 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-27 19:38:59.836334 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.294615 | 4.01s 2026-02-27 19:39:00.061625 | fa163e9e-68ca-c784-aeb7-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-27 19:39:00.062400 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.520680 | 4.24s 2026-02-27 19:39:00.077030 | fa163e9e-68ca-c784-aeb7-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.535299 | 4.25s 2026-02-27 19:39:00.106318 | fa163e9e-68ca-c784-aeb7-000000001071 | TASK | Sysctl reload 2026-02-27 19:39:00.526545 | fa163e9e-68ca-c784-aeb7-000000001071 | CHANGED | Sysctl reload | standalone 2026-02-27 19:39:00.528464 | fa163e9e-68ca-c784-aeb7-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:15.986740 | 0.42s 2026-02-27 19:39:00.577554 | fa163e9e-68ca-c784-aeb7-000000000b67 | TASK | create persistent directories 2026-02-27 19:39:00.843262 | fa163e9e-68ca-c784-aeb7-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-27 19:39:00.845706 | fa163e9e-68ca-c784-aeb7-000000000b67 | TIMING | create persistent directories | standalone | 0:02:16.303976 | 0.27s 2026-02-27 19:39:01.025826 | fa163e9e-68ca-c784-aeb7-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-27 19:39:01.027367 | fa163e9e-68ca-c784-aeb7-000000000b67 | TIMING | create persistent directories | standalone | 0:02:16.485646 | 0.45s 2026-02-27 19:39:01.038092 | fa163e9e-68ca-c784-aeb7-000000000b67 | TIMING | create persistent directories | standalone | 0:02:16.496361 | 0.46s 2026-02-27 19:39:01.065035 | fa163e9e-68ca-c784-aeb7-000000000b68 | TASK | Check if file certs_valid exist 2026-02-27 19:39:01.308019 | fa163e9e-68ca-c784-aeb7-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-02-27 19:39:01.309550 | fa163e9e-68ca-c784-aeb7-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:16.767822 | 0.24s 2026-02-27 19:39:01.335264 | fa163e9e-68ca-c784-aeb7-000000000b69 | TASK | Check if file cert9.db exist 2026-02-27 19:39:01.564560 | fa163e9e-68ca-c784-aeb7-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-02-27 19:39:01.565842 | fa163e9e-68ca-c784-aeb7-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:17.024114 | 0.23s 2026-02-27 19:39:01.590951 | fa163e9e-68ca-c784-aeb7-000000000b6a | TASK | Check if file key4.db exist 2026-02-27 19:39:01.813943 | fa163e9e-68ca-c784-aeb7-000000000b6a | OK | Check if file key4.db exist | standalone 2026-02-27 19:39:01.815226 | fa163e9e-68ca-c784-aeb7-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:17.273500 | 0.22s 2026-02-27 19:39:01.878950 | fa163e9e-68ca-c784-aeb7-000000000b6b | SKIPPED | fail | standalone 2026-02-27 19:39:01.880121 | fa163e9e-68ca-c784-aeb7-000000000b6b | TIMING | fail | standalone | 0:02:17.338393 | 0.04s 2026-02-27 19:39:01.905137 | fa163e9e-68ca-c784-aeb7-000000000b6c | TASK | Create persistent directories 2026-02-27 19:39:02.178919 | fa163e9e-68ca-c784-aeb7-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-27 19:39:02.182111 | fa163e9e-68ca-c784-aeb7-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:17.640369 | 0.28s 2026-02-27 19:39:02.402452 | fa163e9e-68ca-c784-aeb7-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-27 19:39:02.404255 | fa163e9e-68ca-c784-aeb7-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:17.862530 | 0.50s 2026-02-27 19:39:02.414962 | fa163e9e-68ca-c784-aeb7-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:17.873232 | 0.51s 2026-02-27 19:39:02.441898 | fa163e9e-68ca-c784-aeb7-000000000b6d | TASK | create persistent directories 2026-02-27 19:39:02.690325 | fa163e9e-68ca-c784-aeb7-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-27 19:39:02.691776 | fa163e9e-68ca-c784-aeb7-000000000b6d | TIMING | create persistent directories | standalone | 0:02:18.150046 | 0.25s 2026-02-27 19:39:02.697846 | fa163e9e-68ca-c784-aeb7-000000000b6d | TIMING | create persistent directories | standalone | 0:02:18.156117 | 0.25s 2026-02-27 19:39:02.723979 | fa163e9e-68ca-c784-aeb7-000000000b6e | TASK | create persistent directories 2026-02-27 19:39:02.973346 | fa163e9e-68ca-c784-aeb7-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-27 19:39:02.975291 | fa163e9e-68ca-c784-aeb7-000000000b6e | TIMING | create persistent directories | standalone | 0:02:18.433552 | 0.25s 2026-02-27 19:39:03.198367 | fa163e9e-68ca-c784-aeb7-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-27 19:39:03.200060 | fa163e9e-68ca-c784-aeb7-000000000b6e | TIMING | create persistent directories | standalone | 0:02:18.658337 | 0.47s 2026-02-27 19:39:03.210709 | fa163e9e-68ca-c784-aeb7-000000000b6e | TIMING | create persistent directories | standalone | 0:02:18.668977 | 0.49s 2026-02-27 19:39:03.237182 | fa163e9e-68ca-c784-aeb7-000000000b6f | TASK | create persistent directories 2026-02-27 19:39:03.474661 | fa163e9e-68ca-c784-aeb7-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-27 19:39:03.476279 | fa163e9e-68ca-c784-aeb7-000000000b6f | TIMING | create persistent directories | standalone | 0:02:18.934548 | 0.24s 2026-02-27 19:39:03.482437 | fa163e9e-68ca-c784-aeb7-000000000b6f | TIMING | create persistent directories | standalone | 0:02:18.940685 | 0.24s 2026-02-27 19:39:03.508233 | fa163e9e-68ca-c784-aeb7-000000000b70 | TASK | create persistent directories 2026-02-27 19:39:03.766200 | fa163e9e-68ca-c784-aeb7-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-27 19:39:03.768605 | fa163e9e-68ca-c784-aeb7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:19.226874 | 0.26s 2026-02-27 19:39:04.002368 | fa163e9e-68ca-c784-aeb7-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-27 19:39:04.004212 | fa163e9e-68ca-c784-aeb7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:19.462487 | 0.49s 2026-02-27 19:39:04.236137 | fa163e9e-68ca-c784-aeb7-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-27 19:39:04.237999 | fa163e9e-68ca-c784-aeb7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:19.696275 | 0.73s 2026-02-27 19:39:04.249130 | fa163e9e-68ca-c784-aeb7-000000000b70 | TIMING | create persistent directories | standalone | 0:02:19.707395 | 0.74s 2026-02-27 19:39:04.276223 | fa163e9e-68ca-c784-aeb7-000000000b71 | TASK | create persistent directories 2026-02-27 19:39:04.528960 | fa163e9e-68ca-c784-aeb7-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-27 19:39:04.531257 | fa163e9e-68ca-c784-aeb7-000000000b71 | TIMING | create persistent directories | standalone | 0:02:19.989527 | 0.25s 2026-02-27 19:39:04.761126 | fa163e9e-68ca-c784-aeb7-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-27 19:39:04.762367 | fa163e9e-68ca-c784-aeb7-000000000b71 | TIMING | create persistent directories | standalone | 0:02:20.220643 | 0.48s 2026-02-27 19:39:04.774803 | fa163e9e-68ca-c784-aeb7-000000000b71 | TIMING | create persistent directories | standalone | 0:02:20.233073 | 0.50s 2026-02-27 19:39:04.801521 | fa163e9e-68ca-c784-aeb7-000000000b72 | TASK | create persistent directories 2026-02-27 19:39:05.049470 | fa163e9e-68ca-c784-aeb7-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-27 19:39:05.051087 | fa163e9e-68ca-c784-aeb7-000000000b72 | TIMING | create persistent directories | standalone | 0:02:20.509359 | 0.25s 2026-02-27 19:39:05.057380 | fa163e9e-68ca-c784-aeb7-000000000b72 | TIMING | create persistent directories | standalone | 0:02:20.515649 | 0.25s 2026-02-27 19:39:05.083463 | fa163e9e-68ca-c784-aeb7-000000000b73 | TASK | creating directory 2026-02-27 19:39:05.305437 | fa163e9e-68ca-c784-aeb7-000000000b73 | CHANGED | creating directory | standalone 2026-02-27 19:39:05.306950 | fa163e9e-68ca-c784-aeb7-000000000b73 | TIMING | creating directory | standalone | 0:02:20.765222 | 0.22s 2026-02-27 19:39:05.332113 | fa163e9e-68ca-c784-aeb7-000000000b74 | TASK | derive pci passthrough whitelist 2026-02-27 19:39:05.763151 | fa163e9e-68ca-c784-aeb7-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-27 19:39:05.764584 | fa163e9e-68ca-c784-aeb7-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:21.222857 | 0.43s 2026-02-27 19:39:05.789619 | fa163e9e-68ca-c784-aeb7-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-27 19:39:06.601137 | fa163e9e-68ca-c784-aeb7-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-27 19:39:06.602526 | fa163e9e-68ca-c784-aeb7-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:22.060801 | 0.81s 2026-02-27 19:39:06.627836 | fa163e9e-68ca-c784-aeb7-000000000b76 | TASK | create /run/netns with temp namespace 2026-02-27 19:39:06.871152 | fa163e9e-68ca-c784-aeb7-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-27 19:39:06.872499 | fa163e9e-68ca-c784-aeb7-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:22.330773 | 0.24s 2026-02-27 19:39:06.898472 | fa163e9e-68ca-c784-aeb7-000000000b77 | TASK | remove temp namespace 2026-02-27 19:39:07.149457 | fa163e9e-68ca-c784-aeb7-000000000b77 | CHANGED | remove temp namespace | standalone 2026-02-27 19:39:07.150846 | fa163e9e-68ca-c784-aeb7-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:22.609120 | 0.25s 2026-02-27 19:39:07.177637 | fa163e9e-68ca-c784-aeb7-000000000b78 | TASK | create /var/lib/neutron 2026-02-27 19:39:07.407503 | fa163e9e-68ca-c784-aeb7-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-02-27 19:39:07.408893 | fa163e9e-68ca-c784-aeb7-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:22.867167 | 0.23s 2026-02-27 19:39:07.436728 | fa163e9e-68ca-c784-aeb7-000000000b79 | TASK | set conditions 2026-02-27 19:39:07.464931 | fa163e9e-68ca-c784-aeb7-000000000b79 | OK | set conditions | standalone 2026-02-27 19:39:07.466193 | fa163e9e-68ca-c784-aeb7-000000000b79 | TIMING | set conditions | standalone | 0:02:22.924464 | 0.03s 2026-02-27 19:39:07.491744 | fa163e9e-68ca-c784-aeb7-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-27 19:39:07.680035 | fa163e9e-68ca-c784-aeb7-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-27 19:39:07.681350 | fa163e9e-68ca-c784-aeb7-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:23.139625 | 0.19s 2026-02-27 19:39:07.708161 | fa163e9e-68ca-c784-aeb7-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-02-27 19:39:08.142234 | fa163e9e-68ca-c784-aeb7-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-27 19:39:08.143774 | fa163e9e-68ca-c784-aeb7-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:23.602047 | 0.43s 2026-02-27 19:39:08.169322 | fa163e9e-68ca-c784-aeb7-000000000b7c | TASK | create haproxy kill script 2026-02-27 19:39:08.663781 | fa163e9e-68ca-c784-aeb7-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-02-27 19:39:08.665215 | fa163e9e-68ca-c784-aeb7-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:24.123488 | 0.49s 2026-02-27 19:39:08.690554 | fa163e9e-68ca-c784-aeb7-000000000b7d | TASK | create persistent directories 2026-02-27 19:39:08.947790 | fa163e9e-68ca-c784-aeb7-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-27 19:39:08.949330 | fa163e9e-68ca-c784-aeb7-000000000b7d | TIMING | create persistent directories | standalone | 0:02:24.407600 | 0.26s 2026-02-27 19:39:09.184964 | fa163e9e-68ca-c784-aeb7-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-27 19:39:09.186798 | fa163e9e-68ca-c784-aeb7-000000000b7d | TIMING | create persistent directories | standalone | 0:02:24.645075 | 0.49s 2026-02-27 19:39:09.197905 | fa163e9e-68ca-c784-aeb7-000000000b7d | TIMING | create persistent directories | standalone | 0:02:24.656173 | 0.51s 2026-02-27 19:39:09.225804 | fa163e9e-68ca-c784-aeb7-000000000b7e | TASK | create persistent directories 2026-02-27 19:39:09.474160 | fa163e9e-68ca-c784-aeb7-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-27 19:39:09.475962 | fa163e9e-68ca-c784-aeb7-000000000b7e | TIMING | create persistent directories | standalone | 0:02:24.934228 | 0.25s 2026-02-27 19:39:09.483807 | fa163e9e-68ca-c784-aeb7-000000000b7e | TIMING | create persistent directories | standalone | 0:02:24.942069 | 0.26s 2026-02-27 19:39:09.510700 | fa163e9e-68ca-c784-aeb7-000000000b7f | TASK | create persistent directories 2026-02-27 19:39:09.766901 | fa163e9e-68ca-c784-aeb7-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-27 19:39:09.769896 | fa163e9e-68ca-c784-aeb7-000000000b7f | TIMING | create persistent directories | standalone | 0:02:25.228154 | 0.26s 2026-02-27 19:39:09.929512 | fa163e9e-68ca-c784-aeb7-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-27 19:39:09.931489 | fa163e9e-68ca-c784-aeb7-000000000b7f | TIMING | create persistent directories | standalone | 0:02:25.389756 | 0.42s 2026-02-27 19:39:09.942211 | fa163e9e-68ca-c784-aeb7-000000000b7f | TIMING | create persistent directories | standalone | 0:02:25.400476 | 0.43s 2026-02-27 19:39:09.969343 | fa163e9e-68ca-c784-aeb7-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-27 19:39:10.190602 | fa163e9e-68ca-c784-aeb7-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-27 19:39:10.192058 | fa163e9e-68ca-c784-aeb7-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:25.650330 | 0.22s 2026-02-27 19:39:10.217903 | fa163e9e-68ca-c784-aeb7-000000000b81 | TASK | create persistent directories 2026-02-27 19:39:10.481671 | fa163e9e-68ca-c784-aeb7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-27 19:39:10.484732 | fa163e9e-68ca-c784-aeb7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.942996 | 0.27s 2026-02-27 19:39:10.716150 | fa163e9e-68ca-c784-aeb7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-27 19:39:10.718142 | fa163e9e-68ca-c784-aeb7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.176416 | 0.50s 2026-02-27 19:39:10.941792 | fa163e9e-68ca-c784-aeb7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-27 19:39:10.944067 | fa163e9e-68ca-c784-aeb7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.402339 | 0.72s 2026-02-27 19:39:11.134507 | fa163e9e-68ca-c784-aeb7-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-27 19:39:11.136210 | fa163e9e-68ca-c784-aeb7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.594488 | 0.92s 2026-02-27 19:39:11.320231 | fa163e9e-68ca-c784-aeb7-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-27 19:39:11.321672 | fa163e9e-68ca-c784-aeb7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.779943 | 1.10s 2026-02-27 19:39:11.334888 | fa163e9e-68ca-c784-aeb7-000000000b81 | TIMING | create persistent directories | standalone | 0:02:26.793150 | 1.12s 2026-02-27 19:39:11.356965 | fa163e9e-68ca-c784-aeb7-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-02-27 19:39:11.848105 | fa163e9e-68ca-c784-aeb7-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-27 19:39:11.849552 | fa163e9e-68ca-c784-aeb7-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:27.307824 | 0.49s 2026-02-27 19:39:11.875219 | fa163e9e-68ca-c784-aeb7-000000000b83 | TASK | create tempfiles 2026-02-27 19:39:12.193375 | fa163e9e-68ca-c784-aeb7-000000000b83 | CHANGED | create tempfiles | standalone 2026-02-27 19:39:12.194971 | fa163e9e-68ca-c784-aeb7-000000000b83 | TIMING | create tempfiles | standalone | 0:02:27.653244 | 0.32s 2026-02-27 19:39:12.220438 | fa163e9e-68ca-c784-aeb7-000000000b84 | TASK | Mount Nova NFS Share 2026-02-27 19:39:12.242757 | fa163e9e-68ca-c784-aeb7-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-27 19:39:12.243828 | fa163e9e-68ca-c784-aeb7-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:27.702101 | 0.02s 2026-02-27 19:39:12.268724 | fa163e9e-68ca-c784-aeb7-000000000b86 | TASK | check systemd-container package installed or not 2026-02-27 19:39:12.297818 | fa163e9e-68ca-c784-aeb7-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-27 19:39:12.300144 | fa163e9e-68ca-c784-aeb7-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:27.758419 | 0.03s 2026-02-27 19:39:12.324480 | fa163e9e-68ca-c784-aeb7-000000000b87 | TASK | get latest package from downloaded package versions 2026-02-27 19:39:12.353293 | fa163e9e-68ca-c784-aeb7-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-27 19:39:12.354367 | fa163e9e-68ca-c784-aeb7-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:27.812641 | 0.03s 2026-02-27 19:39:12.378903 | fa163e9e-68ca-c784-aeb7-000000000b88 | TASK | Install systemd-container package on boot 2026-02-27 19:39:12.407538 | fa163e9e-68ca-c784-aeb7-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-02-27 19:39:12.408603 | fa163e9e-68ca-c784-aeb7-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:27.866877 | 0.03s 2026-02-27 19:39:12.433347 | fa163e9e-68ca-c784-aeb7-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-02-27 19:39:12.461660 | fa163e9e-68ca-c784-aeb7-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-27 19:39:12.462695 | fa163e9e-68ca-c784-aeb7-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:27.920970 | 0.03s 2026-02-27 19:39:12.488183 | fa163e9e-68ca-c784-aeb7-000000000b8a | TASK | check if install-systemd-container service exists 2026-02-27 19:39:12.516002 | fa163e9e-68ca-c784-aeb7-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-27 19:39:12.517066 | fa163e9e-68ca-c784-aeb7-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:27.975341 | 0.03s 2026-02-27 19:39:12.541832 | fa163e9e-68ca-c784-aeb7-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-02-27 19:39:12.570007 | fa163e9e-68ca-c784-aeb7-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-27 19:39:12.571071 | fa163e9e-68ca-c784-aeb7-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:28.029346 | 0.03s 2026-02-27 19:39:12.596715 | fa163e9e-68ca-c784-aeb7-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-27 19:39:12.628253 | fa163e9e-68ca-c784-aeb7-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-27 19:39:12.629320 | fa163e9e-68ca-c784-aeb7-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:28.087595 | 0.03s 2026-02-27 19:39:12.653974 | fa163e9e-68ca-c784-aeb7-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-27 19:39:12.683238 | fa163e9e-68ca-c784-aeb7-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-27 19:39:12.684309 | fa163e9e-68ca-c784-aeb7-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:28.142583 | 0.03s 2026-02-27 19:39:12.708349 | fa163e9e-68ca-c784-aeb7-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-27 19:39:12.736158 | fa163e9e-68ca-c784-aeb7-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-27 19:39:12.737306 | fa163e9e-68ca-c784-aeb7-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:28.195581 | 0.03s 2026-02-27 19:39:12.763005 | fa163e9e-68ca-c784-aeb7-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-27 19:39:12.792244 | fa163e9e-68ca-c784-aeb7-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-27 19:39:12.793271 | fa163e9e-68ca-c784-aeb7-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:28.251546 | 0.03s 2026-02-27 19:39:12.817776 | fa163e9e-68ca-c784-aeb7-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-27 19:39:12.846902 | fa163e9e-68ca-c784-aeb7-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-27 19:39:12.847972 | fa163e9e-68ca-c784-aeb7-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:28.306246 | 0.03s 2026-02-27 19:39:12.873094 | fa163e9e-68ca-c784-aeb7-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-27 19:39:12.901734 | fa163e9e-68ca-c784-aeb7-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-27 19:39:12.902794 | fa163e9e-68ca-c784-aeb7-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:28.361067 | 0.03s 2026-02-27 19:39:12.927255 | fa163e9e-68ca-c784-aeb7-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-27 19:39:12.956182 | fa163e9e-68ca-c784-aeb7-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-27 19:39:12.957227 | fa163e9e-68ca-c784-aeb7-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:28.415501 | 0.03s 2026-02-27 19:39:12.981935 | fa163e9e-68ca-c784-aeb7-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-27 19:39:13.011600 | fa163e9e-68ca-c784-aeb7-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-27 19:39:13.012660 | fa163e9e-68ca-c784-aeb7-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:28.470933 | 0.03s 2026-02-27 19:39:13.037255 | fa163e9e-68ca-c784-aeb7-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-02-27 19:39:13.067304 | fa163e9e-68ca-c784-aeb7-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-02-27 19:39:13.068353 | fa163e9e-68ca-c784-aeb7-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:28.526631 | 0.03s 2026-02-27 19:39:13.092548 | fa163e9e-68ca-c784-aeb7-000000000b99 | TASK | install nova-compute delay wrapper script 2026-02-27 19:39:13.141640 | fa163e9e-68ca-c784-aeb7-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-27 19:39:13.142718 | fa163e9e-68ca-c784-aeb7-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:28.600991 | 0.05s 2026-02-27 19:39:13.167359 | fa163e9e-68ca-c784-aeb7-000000000b9a | TASK | Is irqbalance enabled 2026-02-27 19:39:13.197713 | fa163e9e-68ca-c784-aeb7-000000000b9a | OK | Is irqbalance enabled | standalone 2026-02-27 19:39:13.198810 | fa163e9e-68ca-c784-aeb7-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:28.657085 | 0.03s 2026-02-27 19:39:13.223286 | fa163e9e-68ca-c784-aeb7-000000000b9b | TASK | disable irqbalance service on compute 2026-02-27 19:39:13.252043 | fa163e9e-68ca-c784-aeb7-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-02-27 19:39:13.253076 | fa163e9e-68ca-c784-aeb7-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:28.711351 | 0.03s 2026-02-27 19:39:13.277266 | fa163e9e-68ca-c784-aeb7-000000000b9c | TASK | create persistent directories 2026-02-27 19:39:13.521936 | fa163e9e-68ca-c784-aeb7-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-27 19:39:13.523498 | fa163e9e-68ca-c784-aeb7-000000000b9c | TIMING | create persistent directories | standalone | 0:02:28.981769 | 0.24s 2026-02-27 19:39:13.529663 | fa163e9e-68ca-c784-aeb7-000000000b9c | TIMING | create persistent directories | standalone | 0:02:28.987935 | 0.25s 2026-02-27 19:39:13.557756 | fa163e9e-68ca-c784-aeb7-000000000b9d | TASK | create libvirt persistent data directories 2026-02-27 19:39:13.822224 | fa163e9e-68ca-c784-aeb7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-27 19:39:13.824751 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.282993 | 0.27s 2026-02-27 19:39:14.046456 | fa163e9e-68ca-c784-aeb7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-27 19:39:14.047966 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.506243 | 0.49s 2026-02-27 19:39:14.251787 | fa163e9e-68ca-c784-aeb7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-27 19:39:14.252659 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.710940 | 0.69s 2026-02-27 19:39:14.489379 | fa163e9e-68ca-c784-aeb7-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-27 19:39:14.491730 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.950002 | 0.93s 2026-02-27 19:39:14.698511 | fa163e9e-68ca-c784-aeb7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-27 19:39:14.699954 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.158223 | 1.14s 2026-02-27 19:39:14.904326 | fa163e9e-68ca-c784-aeb7-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-27 19:39:14.906316 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.364591 | 1.35s 2026-02-27 19:39:15.088675 | fa163e9e-68ca-c784-aeb7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-27 19:39:15.089718 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.547996 | 1.53s 2026-02-27 19:39:15.290389 | fa163e9e-68ca-c784-aeb7-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-27 19:39:15.291378 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.749657 | 1.73s 2026-02-27 19:39:15.300667 | fa163e9e-68ca-c784-aeb7-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:30.758934 | 1.74s 2026-02-27 19:39:15.328973 | fa163e9e-68ca-c784-aeb7-000000000b9e | TASK | ensure qemu group is present on the host 2026-02-27 19:39:15.779217 | fa163e9e-68ca-c784-aeb7-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-02-27 19:39:15.780292 | fa163e9e-68ca-c784-aeb7-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:31.238572 | 0.45s 2026-02-27 19:39:15.800211 | fa163e9e-68ca-c784-aeb7-000000000b9f | TASK | ensure qemu user is present on the host 2026-02-27 19:39:16.327514 | fa163e9e-68ca-c784-aeb7-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-02-27 19:39:16.328650 | fa163e9e-68ca-c784-aeb7-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:31.786931 | 0.53s 2026-02-27 19:39:16.348888 | fa163e9e-68ca-c784-aeb7-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-27 19:39:16.584651 | fa163e9e-68ca-c784-aeb7-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-27 19:39:16.585797 | fa163e9e-68ca-c784-aeb7-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:32.044077 | 0.24s 2026-02-27 19:39:16.605868 | fa163e9e-68ca-c784-aeb7-000000000ba1 | TASK | check if libvirt is installed 2026-02-27 19:39:16.843489 | fa163e9e-68ca-c784-aeb7-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-02-27 19:39:16.844937 | fa163e9e-68ca-c784-aeb7-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:32.303210 | 0.24s 2026-02-27 19:39:16.870170 | fa163e9e-68ca-c784-aeb7-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-02-27 19:39:16.911803 | fa163e9e-68ca-c784-aeb7-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-27 19:39:16.917904 | fa163e9e-68ca-c784-aeb7-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-27 19:39:16.923563 | fa163e9e-68ca-c784-aeb7-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:32.381835 | 0.05s 2026-02-27 19:39:16.948335 | fa163e9e-68ca-c784-aeb7-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-02-27 19:39:17.388880 | fa163e9e-68ca-c784-aeb7-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-27 19:39:17.390160 | fa163e9e-68ca-c784-aeb7-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:32.848434 | 0.44s 2026-02-27 19:39:17.415753 | fa163e9e-68ca-c784-aeb7-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-27 19:39:18.399439 | fa163e9e-68ca-c784-aeb7-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-27 19:39:18.401020 | fa163e9e-68ca-c784-aeb7-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:33.859295 | 0.98s 2026-02-27 19:39:18.426333 | fa163e9e-68ca-c784-aeb7-000000000ba5 | TASK | remove gnutls-qemu.config 2026-02-27 19:39:18.645271 | fa163e9e-68ca-c784-aeb7-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-02-27 19:39:18.646577 | fa163e9e-68ca-c784-aeb7-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:34.104851 | 0.22s 2026-02-27 19:39:18.672090 | fa163e9e-68ca-c784-aeb7-000000000ba6 | TASK | update crypto policies 2026-02-27 19:39:18.698894 | fa163e9e-68ca-c784-aeb7-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-02-27 19:39:18.699976 | fa163e9e-68ca-c784-aeb7-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:34.158251 | 0.03s 2026-02-27 19:39:18.724712 | fa163e9e-68ca-c784-aeb7-000000000ba7 | TASK | Create libvirt persistent data directories 2026-02-27 19:39:18.967977 | fa163e9e-68ca-c784-aeb7-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-27 19:39:18.970033 | fa163e9e-68ca-c784-aeb7-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:34.428304 | 0.24s 2026-02-27 19:39:18.980353 | fa163e9e-68ca-c784-aeb7-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:34.438622 | 0.25s 2026-02-27 19:39:19.006062 | fa163e9e-68ca-c784-aeb7-000000000ba8 | TASK | create persistent directories 2026-02-27 19:39:19.270451 | fa163e9e-68ca-c784-aeb7-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-27 19:39:19.272770 | fa163e9e-68ca-c784-aeb7-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:34.731040 | 0.27s 2026-02-27 19:39:19.443853 | fa163e9e-68ca-c784-aeb7-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-27 19:39:19.445543 | fa163e9e-68ca-c784-aeb7-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:34.903818 | 0.44s 2026-02-27 19:39:19.456293 | fa163e9e-68ca-c784-aeb7-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:34.914562 | 0.45s 2026-02-27 19:39:19.482792 | fa163e9e-68ca-c784-aeb7-000000000ba9 | TASK | Copy in cleanup script 2026-02-27 19:39:19.958994 | fa163e9e-68ca-c784-aeb7-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-02-27 19:39:19.960468 | fa163e9e-68ca-c784-aeb7-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:35.418742 | 0.48s 2026-02-27 19:39:19.985797 | fa163e9e-68ca-c784-aeb7-000000000baa | TASK | Copy in cleanup service 2026-02-27 19:39:20.418438 | fa163e9e-68ca-c784-aeb7-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-02-27 19:39:20.419829 | fa163e9e-68ca-c784-aeb7-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:35.878103 | 0.43s 2026-02-27 19:39:20.445245 | fa163e9e-68ca-c784-aeb7-000000000bab | TASK | Enabling the cleanup service 2026-02-27 19:39:21.112112 | fa163e9e-68ca-c784-aeb7-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-02-27 19:39:21.114018 | fa163e9e-68ca-c784-aeb7-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:36.572289 | 0.67s 2026-02-27 19:39:21.140250 | fa163e9e-68ca-c784-aeb7-000000000bac | TASK | create persistent directories 2026-02-27 19:39:21.398853 | fa163e9e-68ca-c784-aeb7-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-27 19:39:21.400714 | fa163e9e-68ca-c784-aeb7-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.858983 | 0.26s 2026-02-27 19:39:21.589816 | fa163e9e-68ca-c784-aeb7-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-27 19:39:21.590873 | fa163e9e-68ca-c784-aeb7-000000000bac | TIMING | create persistent directories | standalone | 0:02:37.049151 | 0.45s 2026-02-27 19:39:21.597564 | fa163e9e-68ca-c784-aeb7-000000000bac | TIMING | create persistent directories | standalone | 0:02:37.055843 | 0.46s 2026-02-27 19:39:21.623138 | fa163e9e-68ca-c784-aeb7-000000000bad | TASK | set conditions 2026-02-27 19:39:21.653987 | fa163e9e-68ca-c784-aeb7-000000000bad | OK | set conditions | standalone 2026-02-27 19:39:21.655029 | fa163e9e-68ca-c784-aeb7-000000000bad | TIMING | set conditions | standalone | 0:02:37.113305 | 0.03s 2026-02-27 19:39:21.680892 | fa163e9e-68ca-c784-aeb7-000000000bae | TASK | create persistent directories 2026-02-27 19:39:21.941056 | fa163e9e-68ca-c784-aeb7-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-27 19:39:21.943146 | fa163e9e-68ca-c784-aeb7-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.401420 | 0.26s 2026-02-27 19:39:22.169068 | fa163e9e-68ca-c784-aeb7-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-02-27 19:39:22.170039 | fa163e9e-68ca-c784-aeb7-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.628318 | 0.49s 2026-02-27 19:39:22.365947 | fa163e9e-68ca-c784-aeb7-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-02-27 19:39:22.367620 | fa163e9e-68ca-c784-aeb7-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.825899 | 0.69s 2026-02-27 19:39:22.378581 | fa163e9e-68ca-c784-aeb7-000000000bae | TIMING | create persistent directories | standalone | 0:02:37.836858 | 0.70s 2026-02-27 19:39:22.404544 | fa163e9e-68ca-c784-aeb7-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-02-27 19:39:22.881268 | fa163e9e-68ca-c784-aeb7-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-02-27 19:39:22.882636 | fa163e9e-68ca-c784-aeb7-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:38.340911 | 0.48s 2026-02-27 19:39:22.939663 | fa163e9e-68ca-c784-aeb7-000000000bb0 | TASK | create persistent directories 2026-02-27 19:39:23.190072 | fa163e9e-68ca-c784-aeb7-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-27 19:39:23.192847 | fa163e9e-68ca-c784-aeb7-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:38.651111 | 0.25s 2026-02-27 19:39:23.368435 | fa163e9e-68ca-c784-aeb7-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-02-27 19:39:23.369488 | fa163e9e-68ca-c784-aeb7-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:38.827766 | 0.43s 2026-02-27 19:39:23.374946 | fa163e9e-68ca-c784-aeb7-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:38.833234 | 0.43s 2026-02-27 19:39:23.392226 | fa163e9e-68ca-c784-aeb7-000000000bb1 | TASK | create empty log files 2026-02-27 19:39:23.634738 | fa163e9e-68ca-c784-aeb7-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2026-02-27 19:39:23.636361 | fa163e9e-68ca-c784-aeb7-000000000bb1 | TIMING | create empty log files | standalone | 0:02:39.094629 | 0.24s 2026-02-27 19:39:23.815785 | fa163e9e-68ca-c784-aeb7-000000000bb1 | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-02-27 19:39:23.816787 | fa163e9e-68ca-c784-aeb7-000000000bb1 | TIMING | create empty log files | standalone | 0:02:39.275064 | 0.42s 2026-02-27 19:39:23.829011 | fa163e9e-68ca-c784-aeb7-000000000bb1 | TIMING | create empty log files | standalone | 0:02:39.287290 | 0.44s 2026-02-27 19:39:23.854400 | fa163e9e-68ca-c784-aeb7-000000000bb2 | TASK | create persistent directories 2026-02-27 19:39:24.093322 | fa163e9e-68ca-c784-aeb7-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-27 19:39:24.094816 | fa163e9e-68ca-c784-aeb7-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:39.553087 | 0.24s 2026-02-27 19:39:24.101020 | fa163e9e-68ca-c784-aeb7-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:39.559298 | 0.25s 2026-02-27 19:39:24.126067 | fa163e9e-68ca-c784-aeb7-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-02-27 19:39:27.029680 | fa163e9e-68ca-c784-aeb7-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-02-27 19:39:27.030759 | fa163e9e-68ca-c784-aeb7-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:42.489041 | 2.90s 2026-02-27 19:39:27.069743 | fa163e9e-68ca-c784-aeb7-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:42.528011 | 0.02s 2026-02-27 19:39:27.122330 | fa163e9e-68ca-c784-aeb7-000000001297 | TASK | Gather variables for each operating system 2026-02-27 19:39:27.234002 | fa163e9e-68ca-c784-aeb7-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:42.692266 | 0.11s 2026-02-27 19:39:27.260747 | fa163e9e-68ca-c784-aeb7-000000001298 | TASK | Set packages facts 2026-02-27 19:39:27.301203 | fa163e9e-68ca-c784-aeb7-000000001298 | OK | Set packages facts | standalone 2026-02-27 19:39:27.302526 | fa163e9e-68ca-c784-aeb7-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:42.760800 | 0.04s 2026-02-27 19:39:27.327758 | fa163e9e-68ca-c784-aeb7-000000001299 | TASK | Manage package 2026-02-27 19:39:27.381762 | fa163e9e-68ca-c784-aeb7-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-27 19:39:27.397234 | fa163e9e-68ca-c784-aeb7-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-27 19:39:27.413824 | fa163e9e-68ca-c784-aeb7-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-27 19:39:32.145041 | fa163e9e-68ca-c784-aeb7-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:47.603304 | 4.82s 2026-02-27 19:39:32.170311 | fa163e9e-68ca-c784-aeb7-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-27 19:39:32.180268 | fa163e9e-68ca-c784-aeb7-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:47.638528 | 4.85s 2026-02-27 19:39:32.216823 | fa163e9e-68ca-c784-aeb7-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-02-27 19:39:33.530844 | fa163e9e-68ca-c784-aeb7-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-27 19:39:33.533000 | fa163e9e-68ca-c784-aeb7-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:48.991266 | 1.32s 2026-02-27 19:39:33.560273 | fa163e9e-68ca-c784-aeb7-000000000bb8 | TASK | create persistent directories 2026-02-27 19:39:33.811516 | fa163e9e-68ca-c784-aeb7-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-27 19:39:33.813393 | fa163e9e-68ca-c784-aeb7-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:49.271660 | 0.25s 2026-02-27 19:39:34.044835 | fa163e9e-68ca-c784-aeb7-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-27 19:39:34.046140 | fa163e9e-68ca-c784-aeb7-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:49.504417 | 0.48s 2026-02-27 19:39:34.051738 | fa163e9e-68ca-c784-aeb7-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:49.510001 | 0.49s 2026-02-27 19:39:34.078619 | fa163e9e-68ca-c784-aeb7-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-02-27 19:39:34.353649 | fa163e9e-68ca-c784-aeb7-000000000bb9 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-02-27 19:39:34.355317 | fa163e9e-68ca-c784-aeb7-000000000bb9 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:49.813582 | 0.28s 2026-02-27 19:39:34.381304 | fa163e9e-68ca-c784-aeb7-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-27 19:39:34.411007 | fa163e9e-68ca-c784-aeb7-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-27 19:39:34.412614 | fa163e9e-68ca-c784-aeb7-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:49.870879 | 0.03s 2026-02-27 19:39:34.441682 | fa163e9e-68ca-c784-aeb7-000000000bbb | TASK | Remove existing entries from logind conf 2026-02-27 19:39:34.699114 | fa163e9e-68ca-c784-aeb7-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-02-27 19:39:34.700710 | fa163e9e-68ca-c784-aeb7-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:50.158982 | 0.26s 2026-02-27 19:39:34.726532 | fa163e9e-68ca-c784-aeb7-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-02-27 19:39:34.973994 | fa163e9e-68ca-c784-aeb7-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-27 19:39:34.975614 | fa163e9e-68ca-c784-aeb7-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:50.433886 | 0.25s 2026-02-27 19:39:35.001958 | fa163e9e-68ca-c784-aeb7-000000000bbd | TASK | Restart systemd-logind 2026-02-27 19:39:35.518652 | fa163e9e-68ca-c784-aeb7-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-02-27 19:39:35.520476 | fa163e9e-68ca-c784-aeb7-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:50.978749 | 0.52s 2026-02-27 19:39:35.546715 | fa163e9e-68ca-c784-aeb7-000000000bbe | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-02-27 19:39:35.618960 | fa163e9e-68ca-c784-aeb7-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-27 19:39:35.619997 | fa163e9e-68ca-c784-aeb7-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:51.078269 | 0.07s 2026-02-27 19:39:35.645300 | fa163e9e-68ca-c784-aeb7-000000000bbf | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2026-02-27 19:39:35.718514 | fa163e9e-68ca-c784-aeb7-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-27 19:39:35.719551 | fa163e9e-68ca-c784-aeb7-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:51.177823 | 0.07s 2026-02-27 19:39:35.744673 | fa163e9e-68ca-c784-aeb7-000000000bc0 | TASK | create persistent logs directory 2026-02-27 19:39:36.026754 | fa163e9e-68ca-c784-aeb7-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-27 19:39:36.028793 | fa163e9e-68ca-c784-aeb7-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:51.487061 | 0.28s 2026-02-27 19:39:36.249275 | fa163e9e-68ca-c784-aeb7-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-27 19:39:36.250793 | fa163e9e-68ca-c784-aeb7-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:51.709064 | 0.50s 2026-02-27 19:39:36.258131 | fa163e9e-68ca-c784-aeb7-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:51.716401 | 0.51s 2026-02-27 19:39:36.283842 | fa163e9e-68ca-c784-aeb7-000000000bc2 | TASK | Set login facts 2026-02-27 19:39:36.314236 | fa163e9e-68ca-c784-aeb7-000000000bc2 | OK | Set login facts | standalone 2026-02-27 19:39:36.315443 | fa163e9e-68ca-c784-aeb7-000000000bc2 | TIMING | Set login facts | standalone | 0:02:51.773692 | 0.03s 2026-02-27 19:39:36.340760 | fa163e9e-68ca-c784-aeb7-000000000bc3 | TASK | Convert logins json to dict 2026-02-27 19:39:36.385635 | fa163e9e-68ca-c784-aeb7-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-02-27 19:39:36.386786 | fa163e9e-68ca-c784-aeb7-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:51.845058 | 0.04s 2026-02-27 19:39:36.412140 | fa163e9e-68ca-c784-aeb7-000000000bc4 | TASK | Set registry logins 2026-02-27 19:39:36.464583 | fa163e9e-68ca-c784-aeb7-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-02-27 19:39:36.465736 | fa163e9e-68ca-c784-aeb7-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:51.924010 | 0.05s 2026-02-27 19:39:36.490299 | fa163e9e-68ca-c784-aeb7-000000000bc5 | TASK | Run podman install 2026-02-27 19:39:36.521030 | fa163e9e-68ca-c784-aeb7-000000000bc5 | TIMING | Run podman install | standalone | 0:02:51.979298 | 0.03s 2026-02-27 19:39:36.600572 | fa163e9e-68ca-c784-aeb7-000000001329 | TASK | Gather variables for each operating system 2026-02-27 19:39:36.745661 | fa163e9e-68ca-c784-aeb7-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-27 19:39:36.748276 | fa163e9e-68ca-c784-aeb7-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:52.206539 | 0.15s 2026-02-27 19:39:36.758200 | fa163e9e-68ca-c784-aeb7-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:52.216464 | 0.16s 2026-02-27 19:39:36.784856 | fa163e9e-68ca-c784-aeb7-00000000132b | TASK | ensure podman and deps are installed 2026-02-27 19:39:39.787561 | fa163e9e-68ca-c784-aeb7-00000000132b | OK | ensure podman and deps are installed | standalone 2026-02-27 19:39:39.789339 | fa163e9e-68ca-c784-aeb7-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:55.247612 | 3.00s 2026-02-27 19:39:39.818344 | fa163e9e-68ca-c784-aeb7-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-02-27 19:39:40.331523 | fa163e9e-68ca-c784-aeb7-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-27 19:39:40.332784 | fa163e9e-68ca-c784-aeb7-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:55.791058 | 0.51s 2026-02-27 19:39:40.358955 | fa163e9e-68ca-c784-aeb7-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-27 19:39:40.389043 | fa163e9e-68ca-c784-aeb7-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-27 19:39:40.390109 | fa163e9e-68ca-c784-aeb7-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:55.848384 | 0.03s 2026-02-27 19:39:40.415799 | fa163e9e-68ca-c784-aeb7-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-02-27 19:39:40.455806 | fa163e9e-68ca-c784-aeb7-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-27 19:39:40.457065 | fa163e9e-68ca-c784-aeb7-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:55.915337 | 0.04s 2026-02-27 19:39:40.483283 | fa163e9e-68ca-c784-aeb7-000000001330 | TASK | Update default network configuration if possible 2026-02-27 19:39:40.524052 | fa163e9e-68ca-c784-aeb7-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-02-27 19:39:40.525222 | fa163e9e-68ca-c784-aeb7-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:55.983494 | 0.04s 2026-02-27 19:39:40.551705 | fa163e9e-68ca-c784-aeb7-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-02-27 19:39:40.799382 | fa163e9e-68ca-c784-aeb7-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-27 19:39:40.800975 | fa163e9e-68ca-c784-aeb7-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:56.259249 | 0.25s 2026-02-27 19:39:40.827613 | fa163e9e-68ca-c784-aeb7-000000001333 | TASK | Get current podman network 2026-02-27 19:39:41.118665 | fa163e9e-68ca-c784-aeb7-000000001333 | CHANGED | Get current podman network | standalone 2026-02-27 19:39:41.120161 | fa163e9e-68ca-c784-aeb7-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:56.578435 | 0.29s 2026-02-27 19:39:41.146908 | fa163e9e-68ca-c784-aeb7-000000001334 | TASK | Update the default network configuration 2026-02-27 19:39:41.763558 | fa163e9e-68ca-c784-aeb7-000000001334 | CHANGED | Update the default network configuration | standalone 2026-02-27 19:39:41.764985 | fa163e9e-68ca-c784-aeb7-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:57.223258 | 0.62s 2026-02-27 19:39:41.792182 | fa163e9e-68ca-c784-aeb7-000000001335 | TASK | Write containers registries.conf 2026-02-27 19:39:42.480030 | fa163e9e-68ca-c784-aeb7-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-02-27 19:39:42.481546 | fa163e9e-68ca-c784-aeb7-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:57.939819 | 0.69s 2026-02-27 19:39:42.507643 | fa163e9e-68ca-c784-aeb7-000000001336 | TASK | Write containers.conf 2026-02-27 19:39:42.774740 | fa163e9e-68ca-c784-aeb7-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-27 19:39:42.777302 | fa163e9e-68ca-c784-aeb7-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.235573 | 0.27s 2026-02-27 19:39:42.992281 | fa163e9e-68ca-c784-aeb7-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-27 19:39:42.993343 | fa163e9e-68ca-c784-aeb7-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.451622 | 0.48s 2026-02-27 19:39:43.167012 | fa163e9e-68ca-c784-aeb7-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-27 19:39:43.168875 | fa163e9e-68ca-c784-aeb7-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.627153 | 0.66s 2026-02-27 19:39:43.375141 | fa163e9e-68ca-c784-aeb7-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-27 19:39:43.376182 | fa163e9e-68ca-c784-aeb7-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.834460 | 0.87s 2026-02-27 19:39:43.383824 | fa163e9e-68ca-c784-aeb7-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:58.842102 | 0.87s 2026-02-27 19:39:43.410795 | fa163e9e-68ca-c784-aeb7-000000001337 | TASK | Enable podman.socket service 2026-02-27 19:39:43.440693 | fa163e9e-68ca-c784-aeb7-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-02-27 19:39:43.441782 | fa163e9e-68ca-c784-aeb7-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:58.900056 | 0.03s 2026-02-27 19:39:43.490105 | fa163e9e-68ca-c784-aeb7-000000000bc6 | TASK | Run podman login 2026-02-27 19:39:43.518393 | fa163e9e-68ca-c784-aeb7-000000000bc6 | TIMING | Run podman login | standalone | 0:02:58.976665 | 0.03s 2026-02-27 19:39:43.596908 | fa163e9e-68ca-c784-aeb7-000000001437 | TASK | Perform container registry login(s) with podman 2026-02-27 19:39:43.625867 | fa163e9e-68ca-c784-aeb7-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:59.084143 | 0.03s 2026-02-27 19:39:43.663673 | fa163e9e-68ca-c784-aeb7-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-27 19:39:44.145337 | fa163e9e-68ca-c784-aeb7-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-27 19:39:44.146953 | fa163e9e-68ca-c784-aeb7-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:59.605224 | 0.48s 2026-02-27 19:39:44.172662 | fa163e9e-68ca-c784-aeb7-000000000bc9 | TASK | create persistent directories 2026-02-27 19:39:44.437474 | fa163e9e-68ca-c784-aeb7-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-02-27 19:39:44.439849 | fa163e9e-68ca-c784-aeb7-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:59.898119 | 0.27s 2026-02-27 19:39:44.636468 | fa163e9e-68ca-c784-aeb7-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-02-27 19:39:44.637395 | fa163e9e-68ca-c784-aeb7-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:00.095673 | 0.46s 2026-02-27 19:39:44.830318 | fa163e9e-68ca-c784-aeb7-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-02-27 19:39:44.830951 | fa163e9e-68ca-c784-aeb7-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:00.289237 | 0.66s 2026-02-27 19:39:44.838205 | fa163e9e-68ca-c784-aeb7-000000000bc9 | TIMING | create persistent directories | standalone | 0:03:00.296493 | 0.66s 2026-02-27 19:39:44.855914 | fa163e9e-68ca-c784-aeb7-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-02-27 19:39:45.326634 | fa163e9e-68ca-c784-aeb7-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-02-27 19:39:45.327453 | fa163e9e-68ca-c784-aeb7-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:00.785736 | 0.47s 2026-02-27 19:39:45.344673 | fa163e9e-68ca-c784-aeb7-000000000bcb | TASK | Ensure rsyslog is installed 2026-02-27 19:39:48.299601 | fa163e9e-68ca-c784-aeb7-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-02-27 19:39:48.300533 | fa163e9e-68ca-c784-aeb7-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:03.758817 | 2.96s 2026-02-27 19:39:48.317854 | fa163e9e-68ca-c784-aeb7-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-02-27 19:39:48.690986 | fa163e9e-68ca-c784-aeb7-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-02-27 19:39:48.692931 | fa163e9e-68ca-c784-aeb7-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:04.151205 | 0.37s 2026-02-27 19:39:48.748338 | fa163e9e-68ca-c784-aeb7-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:04.206602 | 0.03s 2026-02-27 19:39:48.835719 | fa163e9e-68ca-c784-aeb7-000000001552 | TASK | Gather variables for each operating system 2026-02-27 19:39:48.950842 | fa163e9e-68ca-c784-aeb7-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-27 19:39:48.952885 | fa163e9e-68ca-c784-aeb7-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:04.411154 | 0.12s 2026-02-27 19:39:48.962929 | fa163e9e-68ca-c784-aeb7-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:04.421203 | 0.13s 2026-02-27 19:39:48.988543 | fa163e9e-68ca-c784-aeb7-000000001554 | TASK | Install the OpenSSH server 2026-02-27 19:39:51.946487 | fa163e9e-68ca-c784-aeb7-000000001554 | OK | Install the OpenSSH server | standalone 2026-02-27 19:39:51.947340 | fa163e9e-68ca-c784-aeb7-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:07.405625 | 2.96s 2026-02-27 19:39:51.966846 | fa163e9e-68ca-c784-aeb7-000000001555 | TASK | Start sshd 2026-02-27 19:39:51.994646 | fa163e9e-68ca-c784-aeb7-000000001555 | SKIPPED | Start sshd | standalone 2026-02-27 19:39:51.995444 | fa163e9e-68ca-c784-aeb7-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:07.453719 | 0.03s 2026-02-27 19:39:52.015620 | fa163e9e-68ca-c784-aeb7-000000001556 | TASK | PasswordAuthentication notice 2026-02-27 19:39:52.045766 | fa163e9e-68ca-c784-aeb7-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-02-27 19:39:52.046743 | fa163e9e-68ca-c784-aeb7-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:07.505022 | 0.03s 2026-02-27 19:39:52.066648 | fa163e9e-68ca-c784-aeb7-000000001557 | TASK | PasswordAuthentication duplication notice 2026-02-27 19:39:52.094818 | fa163e9e-68ca-c784-aeb7-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-27 19:39:52.095575 | fa163e9e-68ca-c784-aeb7-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:07.553855 | 0.03s 2026-02-27 19:39:52.115007 | fa163e9e-68ca-c784-aeb7-000000001558 | TASK | Motd duplication notice 2026-02-27 19:39:52.152511 | fa163e9e-68ca-c784-aeb7-000000001558 | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2026-02-27 19:39:52.153290 | fa163e9e-68ca-c784-aeb7-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:07.611572 | 0.04s 2026-02-27 19:39:52.173789 | fa163e9e-68ca-c784-aeb7-000000001559 | TASK | Configure the banner text 2026-02-27 19:39:52.203198 | fa163e9e-68ca-c784-aeb7-000000001559 | SKIPPED | Configure the banner text | standalone 2026-02-27 19:39:52.204005 | fa163e9e-68ca-c784-aeb7-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:07.662287 | 0.03s 2026-02-27 19:39:52.223705 | fa163e9e-68ca-c784-aeb7-00000000155a | TASK | Configure the motd banner 2026-02-27 19:39:52.252074 | fa163e9e-68ca-c784-aeb7-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-02-27 19:39:52.253441 | fa163e9e-68ca-c784-aeb7-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:07.711677 | 0.03s 2026-02-27 19:39:52.280731 | fa163e9e-68ca-c784-aeb7-00000000155b | TASK | Update sshd configuration options from vars 2026-02-27 19:39:52.320647 | fa163e9e-68ca-c784-aeb7-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-02-27 19:39:52.321969 | fa163e9e-68ca-c784-aeb7-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:07.780242 | 0.04s 2026-02-27 19:39:52.350295 | fa163e9e-68ca-c784-aeb7-00000000155c | TASK | Adjust ssh server configuration 2026-02-27 19:39:52.932759 | fa163e9e-68ca-c784-aeb7-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-02-27 19:39:52.934346 | fa163e9e-68ca-c784-aeb7-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:08.392619 | 0.58s 2026-02-27 19:39:52.962772 | fa163e9e-68ca-c784-aeb7-00000000155d | TASK | Restart sshd 2026-02-27 19:39:53.436681 | fa163e9e-68ca-c784-aeb7-00000000155d | CHANGED | Restart sshd | standalone 2026-02-27 19:39:53.438682 | fa163e9e-68ca-c784-aeb7-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:08.896956 | 0.47s 2026-02-27 19:39:53.489490 | fa163e9e-68ca-c784-aeb7-000000000bce | TASK | create persistent directories 2026-02-27 19:39:53.761960 | fa163e9e-68ca-c784-aeb7-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-27 19:39:53.764751 | fa163e9e-68ca-c784-aeb7-000000000bce | TIMING | create persistent directories | standalone | 0:03:09.223016 | 0.27s 2026-02-27 19:39:53.971164 | fa163e9e-68ca-c784-aeb7-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-27 19:39:53.972551 | fa163e9e-68ca-c784-aeb7-000000000bce | TIMING | create persistent directories | standalone | 0:03:09.430825 | 0.48s 2026-02-27 19:39:54.162691 | fa163e9e-68ca-c784-aeb7-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-27 19:39:54.163815 | fa163e9e-68ca-c784-aeb7-000000000bce | TIMING | create persistent directories | standalone | 0:03:09.622091 | 0.67s 2026-02-27 19:39:54.171783 | fa163e9e-68ca-c784-aeb7-000000000bce | TIMING | create persistent directories | standalone | 0:03:09.630038 | 0.68s 2026-02-27 19:39:54.199330 | fa163e9e-68ca-c784-aeb7-000000000bcf | TASK | create persistent directories 2026-02-27 19:39:54.469480 | fa163e9e-68ca-c784-aeb7-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-27 19:39:54.471630 | fa163e9e-68ca-c784-aeb7-000000000bcf | TIMING | create persistent directories | standalone | 0:03:09.929897 | 0.27s 2026-02-27 19:39:54.766526 | fa163e9e-68ca-c784-aeb7-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-27 19:39:54.768032 | fa163e9e-68ca-c784-aeb7-000000000bcf | TIMING | create persistent directories | standalone | 0:03:10.226301 | 0.57s 2026-02-27 19:39:55.005242 | fa163e9e-68ca-c784-aeb7-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-27 19:39:55.006808 | fa163e9e-68ca-c784-aeb7-000000000bcf | TIMING | create persistent directories | standalone | 0:03:10.465077 | 0.81s 2026-02-27 19:39:55.020037 | fa163e9e-68ca-c784-aeb7-000000000bcf | TIMING | create persistent directories | standalone | 0:03:10.478295 | 0.82s 2026-02-27 19:39:55.047801 | fa163e9e-68ca-c784-aeb7-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-02-27 19:39:55.089752 | fa163e9e-68ca-c784-aeb7-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-02-27 19:39:55.091378 | fa163e9e-68ca-c784-aeb7-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:10.549647 | 0.04s 2026-02-27 19:39:55.117189 | fa163e9e-68ca-c784-aeb7-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-02-27 19:39:55.150845 | fa163e9e-68ca-c784-aeb7-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-02-27 19:39:55.152312 | fa163e9e-68ca-c784-aeb7-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:10.610574 | 0.03s 2026-02-27 19:39:55.182572 | fa163e9e-68ca-c784-aeb7-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-02-27 19:39:55.426681 | fa163e9e-68ca-c784-aeb7-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-27 19:39:55.428482 | fa163e9e-68ca-c784-aeb7-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:10.886752 | 0.24s 2026-02-27 19:39:55.454677 | fa163e9e-68ca-c784-aeb7-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-02-27 19:39:55.495868 | fa163e9e-68ca-c784-aeb7-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-02-27 19:39:55.497300 | fa163e9e-68ca-c784-aeb7-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:10.955570 | 0.04s 2026-02-27 19:39:55.523297 | fa163e9e-68ca-c784-aeb7-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-02-27 19:39:55.555606 | fa163e9e-68ca-c784-aeb7-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-27 19:39:55.556915 | fa163e9e-68ca-c784-aeb7-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:11.015185 | 0.03s 2026-02-27 19:39:55.583464 | fa163e9e-68ca-c784-aeb7-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-02-27 19:39:55.616245 | fa163e9e-68ca-c784-aeb7-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-27 19:39:55.617696 | fa163e9e-68ca-c784-aeb7-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:11.075963 | 0.03s 2026-02-27 19:39:55.644508 | fa163e9e-68ca-c784-aeb7-000000000bd6 | TASK | Format SwiftRawDisks 2026-02-27 19:39:55.675639 | fa163e9e-68ca-c784-aeb7-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:11.133893 | 0.03s 2026-02-27 19:39:55.702720 | fa163e9e-68ca-c784-aeb7-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-27 19:39:55.756116 | fa163e9e-68ca-c784-aeb7-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-27 19:39:55.758089 | fa163e9e-68ca-c784-aeb7-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:11.216320 | 0.05s 2026-02-27 19:39:55.786273 | fa163e9e-68ca-c784-aeb7-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-02-27 19:39:55.815240 | fa163e9e-68ca-c784-aeb7-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:11.273504 | 0.03s 2026-02-27 19:39:55.862790 | fa163e9e-68ca-c784-aeb7-000000000bd9 | TASK | Check for NTP service 2026-02-27 19:39:56.123909 | fa163e9e-68ca-c784-aeb7-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-02-27 19:39:56.125181 | fa163e9e-68ca-c784-aeb7-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:11.583455 | 0.26s 2026-02-27 19:39:56.151391 | fa163e9e-68ca-c784-aeb7-000000000bda | TASK | Disable NTP before configuring Chrony 2026-02-27 19:39:56.203063 | fa163e9e-68ca-c784-aeb7-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-27 19:39:56.204188 | fa163e9e-68ca-c784-aeb7-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:11.662461 | 0.05s 2026-02-27 19:39:56.229602 | fa163e9e-68ca-c784-aeb7-000000000bdb | TASK | Install, Configure and Run Chrony 2026-02-27 19:39:56.258137 | fa163e9e-68ca-c784-aeb7-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:11.716406 | 0.03s 2026-02-27 19:39:56.353100 | fa163e9e-68ca-c784-aeb7-0000000016ee | TASK | Load distro-specific variables 2026-02-27 19:39:56.379769 | fa163e9e-68ca-c784-aeb7-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.838043 | 0.03s 2026-02-27 19:39:56.390793 | d8897b09-0760-4c20-9e6a-d24d5d76a26c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 19:39:56.415863 | fa163e9e-68ca-c784-aeb7-0000000017d3 | TASK | Load distro-specific variables 2026-02-27 19:39:56.470764 | fa163e9e-68ca-c784-aeb7-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:39:56.472090 | fa163e9e-68ca-c784-aeb7-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.930355 | 0.06s 2026-02-27 19:39:56.478256 | fa163e9e-68ca-c784-aeb7-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:11.936532 | 0.06s 2026-02-27 19:39:56.503527 | fa163e9e-68ca-c784-aeb7-0000000016ef | TASK | Install chronyd 2026-02-27 19:39:56.533627 | fa163e9e-68ca-c784-aeb7-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:11.991898 | 0.03s 2026-02-27 19:39:56.556793 | bdf20b52-cc21-4053-a846-dd9296c69eae | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-27 19:39:56.588251 | fa163e9e-68ca-c784-aeb7-00000000180c | TASK | Load distro-specific variables 2026-02-27 19:39:56.614356 | fa163e9e-68ca-c784-aeb7-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.072630 | 0.03s 2026-02-27 19:39:56.625093 | 8ce82c37-6fea-42d3-a2cb-4cac6dbc2e4e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 19:39:56.649738 | fa163e9e-68ca-c784-aeb7-000000001853 | TASK | Load distro-specific variables 2026-02-27 19:39:56.705083 | fa163e9e-68ca-c784-aeb7-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:39:56.706748 | fa163e9e-68ca-c784-aeb7-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.165015 | 0.06s 2026-02-27 19:39:56.718672 | fa163e9e-68ca-c784-aeb7-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:12.176948 | 0.07s 2026-02-27 19:39:56.744157 | fa163e9e-68ca-c784-aeb7-00000000180d | TASK | Check for NTP service 2026-02-27 19:39:57.007169 | fa163e9e-68ca-c784-aeb7-00000000180d | CHANGED | Check for NTP service | standalone 2026-02-27 19:39:57.008613 | fa163e9e-68ca-c784-aeb7-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:12.466887 | 0.26s 2026-02-27 19:39:57.034652 | fa163e9e-68ca-c784-aeb7-00000000180e | TASK | Disable NTP before configuring Chrony 2026-02-27 19:39:57.087939 | fa163e9e-68ca-c784-aeb7-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-27 19:39:57.089365 | fa163e9e-68ca-c784-aeb7-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:12.547636 | 0.05s 2026-02-27 19:39:57.115479 | fa163e9e-68ca-c784-aeb7-00000000180f | TASK | Install chronyd package 2026-02-27 19:40:00.016970 | fa163e9e-68ca-c784-aeb7-00000000180f | OK | Install chronyd package | standalone 2026-02-27 19:40:00.018324 | fa163e9e-68ca-c784-aeb7-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:15.476599 | 2.90s 2026-02-27 19:40:00.044270 | fa163e9e-68ca-c784-aeb7-0000000016f0 | TASK | Upgrade chronyd 2026-02-27 19:40:00.073621 | fa163e9e-68ca-c784-aeb7-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-02-27 19:40:00.074726 | fa163e9e-68ca-c784-aeb7-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:15.532999 | 0.03s 2026-02-27 19:40:00.100360 | fa163e9e-68ca-c784-aeb7-0000000016f1 | TASK | Configure chronyd 2026-02-27 19:40:00.128743 | fa163e9e-68ca-c784-aeb7-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:15.587008 | 0.03s 2026-02-27 19:40:00.148602 | e14af2b6-611c-4a38-84b4-29f5955790dc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-27 19:40:00.187065 | fa163e9e-68ca-c784-aeb7-00000000188c | TASK | Load distro-specific variables 2026-02-27 19:40:00.213139 | fa163e9e-68ca-c784-aeb7-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.671415 | 0.03s 2026-02-27 19:40:00.224070 | 9b6ff4ec-b266-4010-b74a-06e79bcbcdab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 19:40:00.247004 | fa163e9e-68ca-c784-aeb7-0000000018f8 | TASK | Load distro-specific variables 2026-02-27 19:40:00.300918 | fa163e9e-68ca-c784-aeb7-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:40:00.302307 | fa163e9e-68ca-c784-aeb7-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.760579 | 0.05s 2026-02-27 19:40:00.308021 | fa163e9e-68ca-c784-aeb7-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.766296 | 0.06s 2026-02-27 19:40:00.333697 | fa163e9e-68ca-c784-aeb7-00000000188d | TASK | Install chrony configuration file 2026-02-27 19:40:00.894253 | fa163e9e-68ca-c784-aeb7-00000000188d | OK | Install chrony configuration file | standalone 2026-02-27 19:40:00.895718 | fa163e9e-68ca-c784-aeb7-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:16.353994 | 0.56s 2026-02-27 19:40:00.953282 | fa163e9e-68ca-c784-aeb7-0000000016f2 | TASK | Run chronyd 2026-02-27 19:40:00.982713 | fa163e9e-68ca-c784-aeb7-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:16.440981 | 0.03s 2026-02-27 19:40:01.004306 | 066704dd-c788-4d3f-9719-5659815ed362 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-27 19:40:01.046740 | fa163e9e-68ca-c784-aeb7-00000000191b | TASK | Load distro-specific variables 2026-02-27 19:40:01.073308 | fa163e9e-68ca-c784-aeb7-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.531583 | 0.03s 2026-02-27 19:40:01.084325 | 1b550346-0530-4da9-be7b-bdc679520b00 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-27 19:40:01.108595 | fa163e9e-68ca-c784-aeb7-00000000199f | TASK | Load distro-specific variables 2026-02-27 19:40:01.146585 | fa163e9e-68ca-c784-aeb7-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-27 19:40:01.148699 | fa163e9e-68ca-c784-aeb7-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.606969 | 0.04s 2026-02-27 19:40:01.158844 | fa163e9e-68ca-c784-aeb7-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:16.617119 | 0.05s 2026-02-27 19:40:01.185115 | fa163e9e-68ca-c784-aeb7-00000000191c | TASK | Ensure chronyd is running 2026-02-27 19:40:01.609450 | fa163e9e-68ca-c784-aeb7-00000000191c | OK | Ensure chronyd is running | standalone 2026-02-27 19:40:01.611396 | fa163e9e-68ca-c784-aeb7-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:17.069670 | 0.42s 2026-02-27 19:40:01.638896 | fa163e9e-68ca-c784-aeb7-00000000191d | TASK | Force chronyd restart 2026-02-27 19:40:01.682619 | fa163e9e-68ca-c784-aeb7-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-02-27 19:40:01.683755 | fa163e9e-68ca-c784-aeb7-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:17.142026 | 0.04s 2026-02-27 19:40:01.710146 | fa163e9e-68ca-c784-aeb7-0000000016f3 | TASK | Enable online service 2026-02-27 19:40:01.739040 | fa163e9e-68ca-c784-aeb7-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:17.197307 | 0.03s 2026-02-27 19:40:01.758909 | 0d2fbde8-9b12-4f9f-970f-9335949b921c | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-27 19:40:01.803242 | fa163e9e-68ca-c784-aeb7-0000000019cc | TASK | Create chrony-online.service unit file 2026-02-27 19:40:02.234780 | fa163e9e-68ca-c784-aeb7-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-02-27 19:40:02.236169 | fa163e9e-68ca-c784-aeb7-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:17.694439 | 0.43s 2026-02-27 19:40:02.262687 | fa163e9e-68ca-c784-aeb7-0000000019cd | TASK | Enable chrony-online.service 2026-02-27 19:40:02.940678 | fa163e9e-68ca-c784-aeb7-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-02-27 19:40:02.942857 | fa163e9e-68ca-c784-aeb7-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:18.401128 | 0.68s 2026-02-27 19:40:02.971474 | fa163e9e-68ca-c784-aeb7-0000000016f4 | TASK | Sync chronyc 2026-02-27 19:40:03.002149 | fa163e9e-68ca-c784-aeb7-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:18.460413 | 0.03s 2026-02-27 19:40:03.022060 | 2f64ffe4-d443-4d03-860f-94c6b4b107c3 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-27 19:40:03.070362 | fa163e9e-68ca-c784-aeb7-000000001a72 | TASK | Force NTP sync 2026-02-27 19:40:03.301981 | fa163e9e-68ca-c784-aeb7-000000001a72 | CHANGED | Force NTP sync | standalone 2026-02-27 19:40:03.303307 | fa163e9e-68ca-c784-aeb7-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:18.761578 | 0.23s 2026-02-27 19:40:03.329146 | fa163e9e-68ca-c784-aeb7-000000001a73 | TASK | Ensure system is NTP time synced 2026-02-27 19:40:03.555185 | fa163e9e-68ca-c784-aeb7-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-02-27 19:40:03.556622 | fa163e9e-68ca-c784-aeb7-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:19.014896 | 0.23s 2026-02-27 19:40:03.606455 | fa163e9e-68ca-c784-aeb7-000000000bdc | TASK | Force NTP sync 2026-02-27 19:40:03.829409 | fa163e9e-68ca-c784-aeb7-000000000bdc | CHANGED | Force NTP sync | standalone 2026-02-27 19:40:03.830708 | fa163e9e-68ca-c784-aeb7-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:19.288983 | 0.22s 2026-02-27 19:40:03.855471 | fa163e9e-68ca-c784-aeb7-000000000bdd | TASK | Ensure system is NTP time synced 2026-02-27 19:40:04.085867 | fa163e9e-68ca-c784-aeb7-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-02-27 19:40:04.087218 | fa163e9e-68ca-c784-aeb7-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:19.545492 | 0.23s 2026-02-27 19:40:04.113214 | fa163e9e-68ca-c784-aeb7-000000000bde | TASK | Run timezone role 2026-02-27 19:40:04.141697 | fa163e9e-68ca-c784-aeb7-000000000bde | TIMING | Run timezone role | standalone | 0:03:19.599965 | 0.03s 2026-02-27 19:40:04.245412 | fa163e9e-68ca-c784-aeb7-000000001c33 | TASK | Set timezone 2026-02-27 19:40:04.781745 | fa163e9e-68ca-c784-aeb7-000000001c33 | OK | Set timezone | standalone 2026-02-27 19:40:04.784067 | fa163e9e-68ca-c784-aeb7-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:20.242337 | 0.54s 2026-02-27 19:40:04.811649 | fa163e9e-68ca-c784-aeb7-000000001c34 | TASK | Restart time services 2026-02-27 19:40:04.853095 | fa163e9e-68ca-c784-aeb7-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-27 19:40:04.860426 | fa163e9e-68ca-c784-aeb7-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-02-27 19:40:04.867043 | fa163e9e-68ca-c784-aeb7-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:20.325302 | 0.05s 2026-02-27 19:40:04.914869 | fa163e9e-68ca-c784-aeb7-000000000bdf | TASK | install tmpwatch on the host 2026-02-27 19:40:07.880148 | fa163e9e-68ca-c784-aeb7-000000000bdf | OK | install tmpwatch on the host | standalone 2026-02-27 19:40:07.882520 | fa163e9e-68ca-c784-aeb7-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:23.340792 | 2.97s 2026-02-27 19:40:07.909047 | fa163e9e-68ca-c784-aeb7-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-02-27 19:40:07.940115 | fa163e9e-68ca-c784-aeb7-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-27 19:40:07.942617 | fa163e9e-68ca-c784-aeb7-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:23.400762 | 0.03s 2026-02-27 19:40:07.997186 | fa163e9e-68ca-c784-aeb7-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:23.455455 | 0.03s 2026-02-27 19:40:08.099882 | fa163e9e-68ca-c784-aeb7-000000001e67 | TASK | Gather variables for each operating system 2026-02-27 19:40:08.214056 | fa163e9e-68ca-c784-aeb7-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-27 19:40:08.215162 | fa163e9e-68ca-c784-aeb7-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:23.673435 | 0.11s 2026-02-27 19:40:08.221282 | fa163e9e-68ca-c784-aeb7-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:23.679550 | 0.12s 2026-02-27 19:40:08.301632 | fa163e9e-68ca-c784-aeb7-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:23.759898 | 0.05s 2026-02-27 19:40:08.322506 | 2d5af7d0-65f1-4836-a083-7ef29b284255 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-27 19:40:08.356321 | fa163e9e-68ca-c784-aeb7-000000001f98 | TASK | Check tuned package is installed 2026-02-27 19:40:08.613223 | fa163e9e-68ca-c784-aeb7-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-02-27 19:40:08.614779 | fa163e9e-68ca-c784-aeb7-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:24.073053 | 0.26s 2026-02-27 19:40:08.641716 | fa163e9e-68ca-c784-aeb7-000000001f99 | TASK | Install tuned 2026-02-27 19:40:08.672590 | fa163e9e-68ca-c784-aeb7-000000001f99 | SKIPPED | Install tuned | standalone 2026-02-27 19:40:08.673727 | fa163e9e-68ca-c784-aeb7-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:24.132000 | 0.03s 2026-02-27 19:40:08.700190 | fa163e9e-68ca-c784-aeb7-000000001f9a | TASK | Restart tuned 2026-02-27 19:40:08.730527 | fa163e9e-68ca-c784-aeb7-000000001f9a | SKIPPED | Restart tuned | standalone 2026-02-27 19:40:08.731611 | fa163e9e-68ca-c784-aeb7-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:24.189886 | 0.03s 2026-02-27 19:40:08.757418 | fa163e9e-68ca-c784-aeb7-000000001e69 | TASK | Check for tuned-adm 2026-02-27 19:40:08.976204 | fa163e9e-68ca-c784-aeb7-000000001e69 | OK | Check for tuned-adm | standalone 2026-02-27 19:40:08.976974 | fa163e9e-68ca-c784-aeb7-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:24.435258 | 0.22s 2026-02-27 19:40:09.024660 | fa163e9e-68ca-c784-aeb7-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:24.482924 | 0.03s 2026-02-27 19:40:09.052285 | 0a3125e3-21cb-4e35-9abf-10e6be898374 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-27 19:40:09.084256 | fa163e9e-68ca-c784-aeb7-000000001fc5 | TASK | Ensure profile directory exists 2026-02-27 19:40:09.144606 | fa163e9e-68ca-c784-aeb7-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-02-27 19:40:09.145463 | fa163e9e-68ca-c784-aeb7-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:24.603744 | 0.06s 2026-02-27 19:40:09.170519 | fa163e9e-68ca-c784-aeb7-000000001fc6 | TASK | Create custom tuned profile 2026-02-27 19:40:09.241594 | fa163e9e-68ca-c784-aeb7-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-02-27 19:40:09.242529 | fa163e9e-68ca-c784-aeb7-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:24.700811 | 0.07s 2026-02-27 19:40:09.262504 | fa163e9e-68ca-c784-aeb7-000000001fc7 | TASK | Check tuned active profile 2026-02-27 19:40:09.488610 | fa163e9e-68ca-c784-aeb7-000000001fc7 | OK | Check tuned active profile | standalone 2026-02-27 19:40:09.489777 | fa163e9e-68ca-c784-aeb7-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:24.948051 | 0.23s 2026-02-27 19:40:09.515488 | fa163e9e-68ca-c784-aeb7-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-02-27 19:40:09.736936 | fa163e9e-68ca-c784-aeb7-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-02-27 19:40:09.738131 | fa163e9e-68ca-c784-aeb7-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:25.196406 | 0.22s 2026-02-27 19:40:09.763706 | fa163e9e-68ca-c784-aeb7-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-27 19:40:09.823692 | fa163e9e-68ca-c784-aeb7-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-27 19:40:09.824927 | fa163e9e-68ca-c784-aeb7-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:25.283199 | 0.06s 2026-02-27 19:40:09.852352 | fa163e9e-68ca-c784-aeb7-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-02-27 19:40:09.913954 | fa163e9e-68ca-c784-aeb7-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-27 19:40:09.914962 | fa163e9e-68ca-c784-aeb7-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:25.373235 | 0.06s 2026-02-27 19:40:09.939616 | fa163e9e-68ca-c784-aeb7-000000001fcb | TASK | Enable tuned profile 2026-02-27 19:40:09.971980 | fa163e9e-68ca-c784-aeb7-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-02-27 19:40:09.973033 | fa163e9e-68ca-c784-aeb7-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:25.431307 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-27 19:40:10.152226 | fa163e9e-68ca-c784-aeb7-0000000000ac | TASK | Overcloud container setup tasks 2026-02-27 19:40:10.180247 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-0000000000ac') missing from stats 2026-02-27 19:40:10.200204 | fa163e9e-68ca-c784-aeb7-0000000000ad | TASK | Write config data 2026-02-27 19:40:10.261218 | fa163e9e-68ca-c784-aeb7-0000000000ad | TIMING | Write config data | standalone | 0:03:25.719485 | 0.06s 2026-02-27 19:40:10.302667 | 864da19d-89d3-4911-ba9e-9b93fdf89262 | INCLUDED | /root/standalone-ansible-mpztiu97/common_container_setup_tasks.yaml | standalone 2026-02-27 19:40:10.326258 | fa163e9e-68ca-c784-aeb7-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-27 19:40:10.557449 | fa163e9e-68ca-c784-aeb7-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-27 19:40:10.558759 | fa163e9e-68ca-c784-aeb7-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:26.017033 | 0.23s 2026-02-27 19:40:10.583479 | fa163e9e-68ca-c784-aeb7-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-02-27 19:40:10.848183 | fa163e9e-68ca-c784-aeb7-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-27 19:40:10.849034 | fa163e9e-68ca-c784-aeb7-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:26.307317 | 0.26s 2026-02-27 19:40:10.867872 | fa163e9e-68ca-c784-aeb7-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-02-27 19:40:11.097676 | fa163e9e-68ca-c784-aeb7-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-27 19:40:11.099009 | fa163e9e-68ca-c784-aeb7-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:26.557283 | 0.23s 2026-02-27 19:40:11.124589 | fa163e9e-68ca-c784-aeb7-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-27 19:40:11.343219 | fa163e9e-68ca-c784-aeb7-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-27 19:40:11.344517 | fa163e9e-68ca-c784-aeb7-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:26.802792 | 0.22s 2026-02-27 19:40:11.369588 | fa163e9e-68ca-c784-aeb7-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-27 19:40:11.589790 | fa163e9e-68ca-c784-aeb7-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-27 19:40:11.591061 | fa163e9e-68ca-c784-aeb7-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:27.049336 | 0.22s 2026-02-27 19:40:11.616858 | fa163e9e-68ca-c784-aeb7-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-02-27 19:40:12.792804 | fa163e9e-68ca-c784-aeb7-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-27 19:40:12.794300 | fa163e9e-68ca-c784-aeb7-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:28.252575 | 1.18s 2026-02-27 19:40:12.820486 | fa163e9e-68ca-c784-aeb7-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-02-27 19:40:13.054802 | fa163e9e-68ca-c784-aeb7-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-27 19:40:13.055925 | fa163e9e-68ca-c784-aeb7-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:28.514206 | 0.23s 2026-02-27 19:40:13.078337 | fa163e9e-68ca-c784-aeb7-000000002033 | TASK | Write container config scripts 2026-02-27 19:40:13.437691 | fa163e9e-68ca-c784-aeb7-000000002033 | CHANGED | Write container config scripts | standalone 2026-02-27 19:40:13.438657 | fa163e9e-68ca-c784-aeb7-000000002033 | TIMING | Write container config scripts | standalone | 0:03:28.896939 | 0.36s 2026-02-27 19:40:13.458667 | fa163e9e-68ca-c784-aeb7-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-27 19:40:13.910465 | fa163e9e-68ca-c784-aeb7-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-27 19:40:13.911754 | fa163e9e-68ca-c784-aeb7-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:29.370029 | 0.45s 2026-02-27 19:40:13.937192 | fa163e9e-68ca-c784-aeb7-000000002035 | TASK | Generate startup configs files per step and per container 2026-02-27 19:40:14.582903 | fa163e9e-68ca-c784-aeb7-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-27 19:40:14.591706 | fa163e9e-68ca-c784-aeb7-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:30.049979 | 0.65s 2026-02-27 19:40:14.635192 | fa163e9e-68ca-c784-aeb7-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-02-27 19:40:14.865040 | fa163e9e-68ca-c784-aeb7-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-27 19:40:14.867082 | fa163e9e-68ca-c784-aeb7-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:30.325355 | 0.23s 2026-02-27 19:40:14.892828 | fa163e9e-68ca-c784-aeb7-000000002037 | TASK | Create /var/lib/config-data directory 2026-02-27 19:40:15.124106 | fa163e9e-68ca-c784-aeb7-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-27 19:40:15.125542 | fa163e9e-68ca-c784-aeb7-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:30.583817 | 0.23s 2026-02-27 19:40:15.150966 | fa163e9e-68ca-c784-aeb7-000000002038 | TASK | Write container config json files 2026-02-27 19:40:15.652484 | fa163e9e-68ca-c784-aeb7-000000002038 | CHANGED | Write container config json files | standalone 2026-02-27 19:40:15.660042 | fa163e9e-68ca-c784-aeb7-000000002038 | TIMING | Write container config json files | standalone | 0:03:31.118315 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-27 19:40:15.832747 | fa163e9e-68ca-c784-aeb7-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-27 19:40:15.859318 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 19:40:15.918834 | fa163e9e-68ca-c784-aeb7-0000000000b2 | TIMING | include_tasks | standalone | 0:03:31.377101 | 0.04s 2026-02-27 19:40:15.933608 | 3f997d5e-c2b4-4acb-854b-66b76cf4888d | INCLUDED | /root/standalone-ansible-mpztiu97/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-02-27 19:40:16.076509 | fa163e9e-68ca-c784-aeb7-0000000000b6 | TASK | External deployment step 1 2026-02-27 19:40:16.106199 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-0000000000b6') missing from stats 2026-02-27 19:40:16.171636 | fa163e9e-68ca-c784-aeb7-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:31.629896 | 0.05s 2026-02-27 19:40:16.211828 | 6c0327ca-19b4-4d63-bf5c-3f5a0fedcca7 | INCLUDED | /root/standalone-ansible-mpztiu97/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-27 19:40:16.230275 | fa163e9e-68ca-c784-aeb7-00000000207d | TASK | Set some tripleo-ansible facts 2026-02-27 19:40:16.280608 | fa163e9e-68ca-c784-aeb7-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-02-27 19:40:16.281570 | fa163e9e-68ca-c784-aeb7-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:31.739851 | 0.05s 2026-02-27 19:40:16.296316 | fa163e9e-68ca-c784-aeb7-00000000207f | TASK | Build disk list for cephadm 2026-02-27 19:40:16.333668 | fa163e9e-68ca-c784-aeb7-00000000207f | OK | Build disk list for cephadm | undercloud 2026-02-27 19:40:16.334957 | fa163e9e-68ca-c784-aeb7-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:31.793231 | 0.04s 2026-02-27 19:40:16.353146 | fa163e9e-68ca-c784-aeb7-000000002086 | TASK | Container image prepare 2026-02-27 19:40:17.389011 | fa163e9e-68ca-c784-aeb7-000000002086 | CHANGED | Container image prepare | undercloud 2026-02-27 19:40:17.391144 | fa163e9e-68ca-c784-aeb7-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:32.849420 | 1.04s 2026-02-27 19:40:17.426602 | fa163e9e-68ca-c784-aeb7-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-02-27 19:40:17.681000 | fa163e9e-68ca-c784-aeb7-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-27 19:40:17.682396 | fa163e9e-68ca-c784-aeb7-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:33.140645 | 0.25s 2026-02-27 19:40:17.699973 | fa163e9e-68ca-c784-aeb7-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-02-27 19:40:17.750239 | fa163e9e-68ca-c784-aeb7-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:33.208510 | 0.05s 2026-02-27 19:40:17.795018 | fa163e9e-68ca-c784-aeb7-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-27 19:40:18.036744 | fa163e9e-68ca-c784-aeb7-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-27 19:40:18.038100 | fa163e9e-68ca-c784-aeb7-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:33.496372 | 0.24s 2026-02-27 19:40:18.057827 | fa163e9e-68ca-c784-aeb7-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-27 19:40:18.469844 | fa163e9e-68ca-c784-aeb7-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-27 19:40:18.471203 | fa163e9e-68ca-c784-aeb7-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:33.929476 | 0.41s 2026-02-27 19:40:18.490967 | fa163e9e-68ca-c784-aeb7-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-27 19:40:18.542281 | fa163e9e-68ca-c784-aeb7-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:34.000539 | 0.05s 2026-02-27 19:40:18.588291 | fa163e9e-68ca-c784-aeb7-0000000020f1 | TASK | Check for a configured destination 2026-02-27 19:40:18.639474 | fa163e9e-68ca-c784-aeb7-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-02-27 19:40:18.640558 | fa163e9e-68ca-c784-aeb7-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:34.098830 | 0.05s 2026-02-27 19:40:18.667624 | fa163e9e-68ca-c784-aeb7-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-27 19:40:19.108675 | fa163e9e-68ca-c784-aeb7-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-27 19:40:19.110076 | fa163e9e-68ca-c784-aeb7-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:34.568349 | 0.44s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-27 19:40:19.280224 | fa163e9e-68ca-c784-aeb7-0000000000ba | TASK | Deploy step tasks for 1 2026-02-27 19:40:19.309580 | fa163e9e-68ca-c784-aeb7-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', 'fa163e9e-68ca-c784-aeb7-0000000000ba') missing from stats 2026-02-27 19:40:19.336006 | fa163e9e-68ca-c784-aeb7-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-27 19:40:19.827300 | fa163e9e-68ca-c784-aeb7-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-27 19:40:19.828729 | fa163e9e-68ca-c784-aeb7-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:35.287003 | 0.49s 2026-02-27 19:40:19.853683 | fa163e9e-68ca-c784-aeb7-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-27 19:40:20.083422 | fa163e9e-68ca-c784-aeb7-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-27 19:40:20.084867 | fa163e9e-68ca-c784-aeb7-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:35.543141 | 0.23s 2026-02-27 19:40:20.111251 | fa163e9e-68ca-c784-aeb7-0000000000be | TASK | Write config data at the start of step 1 2026-02-27 19:40:20.184098 | fa163e9e-68ca-c784-aeb7-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:35.642364 | 0.07s 2026-02-27 19:40:20.226592 | 6dd6a2d5-80af-4cce-8493-0068cc1abccd | INCLUDED | /root/standalone-ansible-mpztiu97/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-27 19:40:20.251000 | fa163e9e-68ca-c784-aeb7-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-27 19:40:20.277906 | fa163e9e-68ca-c784-aeb7-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-27 19:40:20.278648 | fa163e9e-68ca-c784-aeb7-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:35.736928 | 0.03s 2026-02-27 19:40:20.298040 | fa163e9e-68ca-c784-aeb7-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-27 19:40:20.326155 | fa163e9e-68ca-c784-aeb7-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-27 19:40:20.327258 | fa163e9e-68ca-c784-aeb7-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:35.785532 | 0.03s 2026-02-27 19:40:20.352143 | fa163e9e-68ca-c784-aeb7-000000002132 | TASK | Write the puppet step_config manifest 2026-02-27 19:40:20.817507 | fa163e9e-68ca-c784-aeb7-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-02-27 19:40:20.818873 | fa163e9e-68ca-c784-aeb7-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:36.277148 | 0.47s 2026-02-27 19:40:20.845407 | fa163e9e-68ca-c784-aeb7-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-27 19:40:20.873272 | fa163e9e-68ca-c784-aeb7-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-27 19:40:20.874606 | fa163e9e-68ca-c784-aeb7-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:36.332877 | 0.03s 2026-02-27 19:40:20.900017 | fa163e9e-68ca-c784-aeb7-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-27 19:40:20.926971 | fa163e9e-68ca-c784-aeb7-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-27 19:40:20.928201 | fa163e9e-68ca-c784-aeb7-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:36.386475 | 0.03s 2026-02-27 19:40:20.953226 | fa163e9e-68ca-c784-aeb7-000000002135 | TASK | Create /var/lib/container-puppet 2026-02-27 19:40:21.150775 | fa163e9e-68ca-c784-aeb7-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-02-27 19:40:21.152123 | fa163e9e-68ca-c784-aeb7-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:36.610399 | 0.20s 2026-02-27 19:40:21.176768 | fa163e9e-68ca-c784-aeb7-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-27 19:40:21.228649 | fa163e9e-68ca-c784-aeb7-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-27 19:40:21.230085 | fa163e9e-68ca-c784-aeb7-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:36.688356 | 0.05s 2026-02-27 19:40:21.256669 | fa163e9e-68ca-c784-aeb7-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-27 19:40:21.286108 | fa163e9e-68ca-c784-aeb7-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-27 19:40:21.288585 | fa163e9e-68ca-c784-aeb7-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:36.746859 | 0.03s 2026-02-27 19:40:21.313530 | fa163e9e-68ca-c784-aeb7-000000002138 | TASK | Write container-puppet.json file 2026-02-27 19:40:21.882632 | fa163e9e-68ca-c784-aeb7-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-02-27 19:40:21.883840 | fa163e9e-68ca-c784-aeb7-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:37.342113 | 0.57s 2026-02-27 19:40:21.909829 | fa163e9e-68ca-c784-aeb7-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-02-27 19:40:21.939303 | fa163e9e-68ca-c784-aeb7-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-27 19:40:21.940416 | fa163e9e-68ca-c784-aeb7-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:37.398658 | 0.03s 2026-02-27 19:40:21.965559 | fa163e9e-68ca-c784-aeb7-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-02-27 19:40:21.996629 | fa163e9e-68ca-c784-aeb7-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-27 19:40:21.997707 | fa163e9e-68ca-c784-aeb7-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:37.455982 | 0.03s 2026-02-27 19:40:22.023120 | fa163e9e-68ca-c784-aeb7-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-27 19:40:22.403425 | fa163e9e-68ca-c784-aeb7-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-27 19:40:22.404785 | fa163e9e-68ca-c784-aeb7-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:37.863056 | 0.38s 2026-02-27 19:40:22.429914 | fa163e9e-68ca-c784-aeb7-00000000213c | TASK | Set host puppet debugging fact string 2026-02-27 19:40:22.463081 | fa163e9e-68ca-c784-aeb7-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-27 19:40:22.464285 | fa163e9e-68ca-c784-aeb7-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:37.922558 | 0.03s 2026-02-27 19:40:22.490325 | fa163e9e-68ca-c784-aeb7-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-27 19:40:22.519232 | fa163e9e-68ca-c784-aeb7-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-27 19:40:22.520349 | fa163e9e-68ca-c784-aeb7-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:37.978616 | 0.03s 2026-02-27 19:40:22.546728 | fa163e9e-68ca-c784-aeb7-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-27 19:40:22.575905 | fa163e9e-68ca-c784-aeb7-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-27 19:40:22.577008 | fa163e9e-68ca-c784-aeb7-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:38.035280 | 0.03s 2026-02-27 19:40:22.602198 | fa163e9e-68ca-c784-aeb7-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-27 19:40:22.631471 | fa163e9e-68ca-c784-aeb7-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-27 19:40:22.632547 | fa163e9e-68ca-c784-aeb7-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:38.090821 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-27 19:40:22.697672 | fa163e9e-68ca-c784-aeb7-0000000000c0 | TIMING | include_tasks | standalone | 0:03:38.155943 | 0.04s 2026-02-27 19:40:22.813016 | d6d20e0a-f9ed-4790-a340-d0c83806eef1 | INCLUDED | /root/standalone-ansible-mpztiu97/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-27 19:40:22.853350 | fa163e9e-68ca-c784-aeb7-00000000216a | TASK | Create dirs for certificates and keys 2026-02-27 19:40:22.911895 | fa163e9e-68ca-c784-aeb7-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-27 19:40:22.935014 | fa163e9e-68ca-c784-aeb7-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-27 19:40:22.947417 | fa163e9e-68ca-c784-aeb7-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:38.405648 | 0.09s 2026-02-27 19:40:23.025849 | fa163e9e-68ca-c784-aeb7-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-27 19:40:23.027155 | fa163e9e-68ca-c784-aeb7-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:38.485422 | 0.05s 2026-02-27 19:40:23.054210 | fa163e9e-68ca-c784-aeb7-000000002172 | TASK | Fail if container image is undefined 2026-02-27 19:40:23.116128 | fa163e9e-68ca-c784-aeb7-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 19:40:23.117418 | fa163e9e-68ca-c784-aeb7-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:38.575654 | 0.06s 2026-02-27 19:40:23.159611 | fa163e9e-68ca-c784-aeb7-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-27 19:40:54.992820 | fa163e9e-68ca-c784-aeb7-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-27 19:40:54.994233 | fa163e9e-68ca-c784-aeb7-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:10.452508 | 31.83s 2026-02-27 19:40:55.051883 | fa163e9e-68ca-c784-aeb7-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-27 19:40:55.403642 | fa163e9e-68ca-c784-aeb7-000000002174 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-27 19:40:55.405139 | fa163e9e-68ca-c784-aeb7-000000002174 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:10.863409 | 0.35s 2026-02-27 19:40:55.458243 | fa163e9e-68ca-c784-aeb7-000000002183 | TASK | Fail if container image is undefined 2026-02-27 19:40:55.529819 | fa163e9e-68ca-c784-aeb7-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-02-27 19:40:55.531147 | fa163e9e-68ca-c784-aeb7-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:10.989420 | 0.07s 2026-02-27 19:40:55.575312 | fa163e9e-68ca-c784-aeb7-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-27 19:40:57.794549 | fa163e9e-68ca-c784-aeb7-000000002184 | FATAL | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | error={"changed": true, "cmd": "podman pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1", "delta": "0:00:01.928457", "end": "2026-02-27 19:40:57.767587", "msg": "non-zero return code", "rc": 125, "start": "2026-02-27 19:40:55.839130", "stderr": "Trying to pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1...\nError: Source image rejected: reading signature from https://registry.redhat.io/containers/sigstore/rhosp-rhel9/openstack-cinder-volume@sha256=53d32061adbd0e055d236ab3b75cc7a0c74fc1bb24ec45fc0643da5a447c62c8/signature-4: status 500 (Internal Server Error)", "stderr_lines": ["Trying to pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1...", "Error: Source image rejected: reading signature from https://registry.redhat.io/containers/sigstore/rhosp-rhel9/openstack-cinder-volume@sha256=53d32061adbd0e055d236ab3b75cc7a0c74fc1bb24ec45fc0643da5a447c62c8/signature-4: status 500 (Internal Server Error)"], "stdout": "", "stdout_lines": []} 2026-02-27 19:40:57.795353 | fa163e9e-68ca-c784-aeb7-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:13.253636 | 2.22s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=320 changed=172 unreachable=0 failed=1 skipped=169 rescued=0 ignored=0 undercloud : ok=25 changed=10 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 2026-02-27 19:40:57.825346 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:40:57.825623 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 534 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:40:57.825849 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:04:13.284138 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:40:57.826078 | UUID | Info | Host | Task Name | Run Time 2026-02-27 19:40:57.826314 | fa163e9e-68ca-c784-aeb7-000000002173 | SUMMARY | standalone | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | 31.83s 2026-02-27 19:40:57.826590 | fa163e9e-68ca-c784-aeb7-000000000480 | SUMMARY | standalone | tuned : Install tuned | 6.96s 2026-02-27 19:40:57.826823 | fa163e9e-68ca-c784-aeb7-000000000f06 | SUMMARY | standalone | tripleo_image_serve : ensure apache is installed | 5.89s 2026-02-27 19:40:57.827043 | fa163e9e-68ca-c784-aeb7-0000000002b1 | SUMMARY | standalone | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | 5.68s 2026-02-27 19:40:57.827264 | fa163e9e-68ca-c784-aeb7-000000000b59 | SUMMARY | standalone | Run puppet on the host to apply IPtables rules | 5.35s 2026-02-27 19:40:57.827506 | fa163e9e-68ca-c784-aeb7-0000000009fa | SUMMARY | standalone | tripleo_hieradata : Render hieradata from template | 5.13s 2026-02-27 19:40:57.827732 | fa163e9e-68ca-c784-aeb7-00000000077d | SUMMARY | standalone | tripleo_hieradata : Render hieradata from template | 4.98s 2026-02-27 19:40:57.827946 | fa163e9e-68ca-c784-aeb7-000000001299 | SUMMARY | standalone | tripleo_clients_install : Manage package | 4.85s 2026-02-27 19:40:57.828167 | fa163e9e-68ca-c784-aeb7-000000000257 | SUMMARY | standalone | tripleo_bootstrap : Deploy release version package | 4.71s 2026-02-27 19:40:57.828399 | fa163e9e-68ca-c784-aeb7-00000000106f | SUMMARY | standalone | tripleo_kernel : Set extra sysctl options | 4.25s 2026-02-27 19:40:57.828620 | fa163e9e-68ca-c784-aeb7-00000000090d | SUMMARY | standalone | tripleo_network_config : Run tripleo_os_net_config_module with network_config | 4.09s 2026-02-27 19:40:57.828992 | fa163e9e-68ca-c784-aeb7-00000000106a | SUMMARY | standalone | tripleo_kernel : Remove dracut-config-generic | 3.92s 2026-02-27 19:40:57.829201 | fa163e9e-68ca-c784-aeb7-000000000b60 | SUMMARY | standalone | create fcontext entry for iscsi | 3.78s 2026-02-27 19:40:57.829482 | fa163e9e-68ca-c784-aeb7-00000000132b | SUMMARY | standalone | tripleo_podman : ensure podman and deps are installed | 3.00s 2026-02-27 19:40:57.829704 | fa163e9e-68ca-c784-aeb7-000000000bdf | SUMMARY | standalone | install tmpwatch on the host | 2.97s 2026-02-27 19:40:57.829943 | fa163e9e-68ca-c784-aeb7-000000001554 | SUMMARY | standalone | tripleo_sshd : Install the OpenSSH server | 2.96s 2026-02-27 19:40:57.830169 | fa163e9e-68ca-c784-aeb7-000000000bcb | SUMMARY | standalone | Ensure rsyslog is installed | 2.96s 2026-02-27 19:40:57.830397 | fa163e9e-68ca-c784-aeb7-000000000c39 | SUMMARY | standalone | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | 2.91s 2026-02-27 19:40:57.830637 | fa163e9e-68ca-c784-aeb7-000000000bb4 | SUMMARY | standalone | Ensure packages required for configuring octavia are present | 2.90s 2026-02-27 19:40:57.830851 | fa163e9e-68ca-c784-aeb7-00000000180f | SUMMARY | standalone | chrony : Install chronyd package | 2.90s 2026-02-27 19:40:57.831064 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:40:57.831287 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ State Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-27 19:40:57.831520 | ~~~~~~~~~~~~~~~~~~ Number of nodes which did not deploy successfully: 1 ~~~~~~~~~~~~~~~~~ 2026-02-27 19:40:57.831743 | The following node(s) had failures: standalone 2026-02-27 19:40:57.831971 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-mpztiu97 Install artifact is located at /root/standalone-install-20260227194058.tar.bzip2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Deployment Failed! ERROR: Heat log files: /root/heat_launcher/tripleo_deploy-c8cw4p3v !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Exception: Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/tripleoclient/v1/tripleo_deploy.py", line 1455, in take_action self._standalone_deploy(parsed_args) File "/usr/lib/python3.9/site-packages/tripleoclient/v1/tripleo_deploy.py", line 1356, in _standalone_deploy utils.run_ansible_playbook( File "/usr/lib/python3.9/site-packages/tripleoclient/utils.py", line 743, in run_ansible_playbook raise RuntimeError(err_msg) RuntimeError: Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 None Ansible execution failed. playbook: deploy_steps_playbook.yaml, Run Status: failed, Return Code: 2 + rv=1 + rm -rf -- /tmp/tmp.ltq0dYEf2o + exit 1 make: *** [Makefile:548: standalone_deploy] Error 1