~/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.RCQS3zqh9L + 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.RCQS3zqh9L/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.RCQS3zqh9L/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.RCQS3zqh9L + J2_VARS_FILE=/tmp/tmp.RCQS3zqh9L/tmp.M1P2oA3k5n.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.RCQS3zqh9L/tmp.M1P2oA3k5n.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/tmp.M1P2oA3k5n.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/tmp.M1P2oA3k5n.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/tmp.M1P2oA3k5n.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/tmp.M1P2oA3k5n.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.RCQS3zqh9L/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.RCQS3zqh9L/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.RCQS3zqh9L/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.RCQS3zqh9L/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.RCQS3zqh9L/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 10 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-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-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 rhceph-7-tools-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 rhceph-7-tools-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-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-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-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-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-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-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-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-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-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-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-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 192 kB/s | 15 kB 00:00 (2/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 627 kB/s | 64 kB 00:00 (3/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.7 MB/s | 223 kB 00:00 (4/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.7 MB/s | 98 kB 00:00 (5/399): python3-urllib-gssapi-1.0.2-4.el9.noar 652 kB/s | 24 kB 00:00 (6/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 464 kB/s | 17 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 4.4 MB/s | 216 kB 00:00 (8/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.2 MB/s | 57 kB 00:00 (9/399): perl-Exporter-5.74-461.el9.noarch.rpm 843 kB/s | 34 kB 00:00 (10/399): perl-File-Temp-0.231.100-4.el9.noarch 1.4 MB/s | 63 kB 00:00 (11/399): perl-parent-0.238-460.el9.noarch.rpm 439 kB/s | 16 kB 00:00 (12/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 313 kB/s | 25 kB 00:00 (13/399): perl-Data-Dumper-2.174-462.el9.x86_64 434 kB/s | 59 kB 00:00 (14/399): python3-pyasn1-modules-0.4.8-6.el9.no 4.9 MB/s | 283 kB 00:00 (15/399): xorriso-1.5.4-4.el9.x86_64.rpm 6.9 MB/s | 321 kB 00:00 (16/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.1 MB/s | 45 kB 00:00 (17/399): libisofs-1.5.4-4.el9.x86_64.rpm 3.8 MB/s | 224 kB 00:00 (18/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 8.0 MB/s | 392 kB 00:00 (19/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.4 MB/s | 92 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 3.6 MB/s | 229 kB 00:00 (21/399): perl-Term-ANSIColor-5.01-461.el9.noar 1.4 MB/s | 51 kB 00:00 (22/399): perl-Text-ParseWords-3.30-460.el9.noa 502 kB/s | 18 kB 00:00 (23/399): perl-URI-5.09-3.el9.noarch.rpm 3.2 MB/s | 125 kB 00:00 (24/399): perl-libnet-3.13-4.el9.noarch.rpm 3.2 MB/s | 134 kB 00:00 (25/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 668 kB/s | 26 kB 00:00 (27/399): iptables-nft-services-1.8.8-6.el9_1.n 612 kB/s | 28 kB 00:00 (28/399): perl-Mozilla-CA-20200520-6.el9.noarch 349 kB/s | 14 kB 00:00 (29/399): perl-Carp-1.50-460.el9.noarch.rpm 526 kB/s | 31 kB 00:00 (30/399): perl-Encode-3.08-462.el9.x86_64.rpm 25 MB/s | 1.7 MB 00:00 (31/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 709 kB/s | 24 kB 00:00 (32/399): perl-Time-Local-1.300-7.el9.noarch.rp 1.0 MB/s | 37 kB 00:00 (33/399): python3-psutil-5.8.0-12.el9.x86_64.rp 5.6 MB/s | 218 kB 00:00 (34/399): perl-Pod-Escapes-1.07-460.el9.noarch. 564 kB/s | 22 kB 00:00 (35/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.5 MB/s | 73 kB 00:00 (36/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.9 MB/s | 76 kB 00:00 (37/399): sshpass-1.09-4.el9.x86_64.rpm 847 kB/s | 30 kB 00:00 (38/399): boost-filesystem-1.75.0-8.el9.x86_64. 1.4 MB/s | 59 kB 00:00 (39/399): boost-log-1.75.0-8.el9.x86_64.rpm 9.8 MB/s | 410 kB 00:00 (40/399): boost-program-options-1.75.0-8.el9.x8 2.6 MB/s | 108 kB 00:00 (41/399): libburn-1.5.4-4.el9.x86_64.rpm 3.9 MB/s | 175 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 1.0 MB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 947 kB/s | 34 kB 00:00 (44/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 535 kB/s | 19 kB 00:00 (45/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.3 MB/s | 419 kB 00:00 (46/399): perl-Digest-1.19-4.el9.noarch.rpm 762 kB/s | 29 kB 00:00 (47/399): perl-File-Path-2.18-4.el9.noarch.rpm 1.0 MB/s | 38 kB 00:00 (48/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.4 MB/s | 92 kB 00:00 (49/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.2 MB/s | 43 kB 00:00 (50/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.8 MB/s | 77 kB 00:00 (51/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.5 MB/s | 58 kB 00:00 (52/399): perl-constant-1.33-461.el9.noarch.rpm 621 kB/s | 25 kB 00:00 (53/399): perl-podlators-4.14-460.el9.noarch.rp 2.9 MB/s | 118 kB 00:00 (54/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.9 MB/s | 112 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 734 kB/s | 27 kB 00:00 (56/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.6 MB/s | 163 kB 00:00 (57/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.2 MB/s | 96 kB 00:00 (58/399): python3-qrcode-core-6.1-12.el9.noarch 1.6 MB/s | 61 kB 00:00 (59/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.1 MB/s | 48 kB 00:00 (60/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.2 MB/s | 279 kB 00:00 (61/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.6 MB/s | 221 kB 00:00 (62/399): python3-augeas-0.5.0-25.el9.noarch.rp 861 kB/s | 31 kB 00:00 (63/399): python3-alembic-1.7.5-3.el9.noarch.rp 15 MB/s | 900 kB 00:00 (64/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 7.7 MB/s | 489 kB 00:00 (65/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 9.7 MB/s | 459 kB 00:00 (66/399): jq-1.6-14.el9.x86_64.rpm 4.8 MB/s | 190 kB 00:00 (67/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.3 MB/s | 59 kB 00:00 (68/399): perl-AutoLoader-5.74-480.el9.noarch.r 590 kB/s | 23 kB 00:00 (69/399): perl-B-1.80-480.el9.x86_64.rpm 4.8 MB/s | 185 kB 00:00 (70/399): perl-Class-Struct-0.66-480.el9.noarch 675 kB/s | 24 kB 00:00 (71/399): perl-Errno-1.30-480.el9.x86_64.rpm 452 kB/s | 17 kB 00:00 (72/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 640 kB/s | 23 kB 00:00 (73/399): perl-File-Basename-2.85-480.el9.noarc 546 kB/s | 19 kB 00:00 (74/399): perl-File-stat-1.09-480.el9.noarch.rp 500 kB/s | 19 kB 00:00 (75/399): perl-Getopt-Std-1.12-480.el9.noarch.r 484 kB/s | 17 kB 00:00 (76/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 689 kB/s | 25 kB 00:00 (77/399): perl-POSIX-1.94-480.el9.x86_64.rpm 2.6 MB/s | 99 kB 00:00 (78/399): perl-SelectSaver-1.02-480.el9.noarch. 385 kB/s | 13 kB 00:00 (79/399): perl-Symbol-1.08-480.el9.noarch.rpm 418 kB/s | 16 kB 00:00 (80/399): perl-interpreter-5.32.1-480.el9.x86_6 1.9 MB/s | 75 kB 00:00 (81/399): perl-FileHandle-2.03-480.el9.noarch.r 116 kB/s | 17 kB 00:00 (82/399): perl-overload-1.31-480.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 33 MB/s | 2.2 MB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 244 kB/s | 15 kB 00:00 (85/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 6.5 MB/s | 259 kB 00:00 (86/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.1 MB/s | 42 kB 00:00 (87/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 842 kB/s | 40 kB 00:00 (88/399): perl-IO-1.43-480.el9.x86_64.rpm 2.3 MB/s | 94 kB 00:00 (89/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 600 kB/s | 25 kB 00:00 (90/399): perl-base-2.27-480.el9.noarch.rpm 379 kB/s | 18 kB 00:00 (91/399): perl-if-0.60.800-480.el9.noarch.rpm 396 kB/s | 16 kB 00:00 (92/399): perl-mro-1.23-480.el9.x86_64.rpm 858 kB/s | 31 kB 00:00 (93/399): perl-subs-1.03-480.el9.noarch.rpm 355 kB/s | 13 kB 00:00 (94/399): perl-vars-1.05-480.el9.noarch.rpm 385 kB/s | 15 kB 00:00 (95/399): python3-mako-1.1.4-6.el9.noarch.rpm 4.4 MB/s | 176 kB 00:00 (96/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 6.5 MB/s | 452 kB 00:00 (97/399): ipa-client-common-4.10.1-12.el9_2.2.n 915 kB/s | 44 kB 00:00 (98/399): rhel-system-roles-1.21.2-1.el9_2.noar 23 MB/s | 2.4 MB 00:00 (99/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 12 MB/s | 656 kB 00:00 (100/399): python3-ipaclient-4.10.1-12.el9_2.2. 11 MB/s | 648 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 14 MB/s | 663 kB 00:00 (102/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.5 MB/s | 57 kB 00:00 (103/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 1.1 MB/s | 41 kB 00:00 (104/399): ruby-default-gems-3.0.4-161.el9_2.2. 862 kB/s | 46 kB 00:00 (105/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 59 MB/s | 7.9 MB 00:00 (106/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 996 kB/s | 55 kB 00:00 (107/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 31 MB/s | 3.3 MB 00:00 (108/399): rubygem-io-console-0.5.7-161.el9_2.2 701 kB/s | 26 kB 00:00 (109/399): rubygem-bundler-2.2.33-161.el9_2.2.n 9.6 MB/s | 456 kB 00:00 (110/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (111/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 9.9 MB/s | 441 kB 00:00 (112/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 932 kB/s | 59 kB 00:00 (113/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.8 MB/s | 110 kB 00:00 (114/399): rubygems-3.2.33-161.el9_2.2.noarch.r 6.8 MB/s | 306 kB 00:00 (115/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 5.4 MB/s | 245 kB 00:00 (116/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 33 MB/s | 2.2 MB 00:00 (117/399): buildah-1.29.5-1.el9_2.x86_64.rpm 54 MB/s | 8.6 MB 00:00 (118/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.2 MB/s | 68 kB 00:00 (119/399): ansible-collection-community-general 11 MB/s | 1.3 MB 00:00 (120/399): ansible-collection-ansible-posix-1.2 2.6 MB/s | 124 kB 00:00 (121/399): cephadm-18.2.1-381.el9cp.noarch.rpm 6.5 MB/s | 335 kB 00:00 (122/399): ansible-collection-ansible-netcommon 4.4 MB/s | 181 kB 00:00 (123/399): ansible-collection-ansible-utils-2.3 2.4 MB/s | 91 kB 00:00 (124/399): golang-github-vbatts-tar-split-0.11. 21 MB/s | 1.0 MB 00:00 (125/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 4.0 MB/s | 162 kB 00:00 (126/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.8 MB/s | 178 kB 00:00 (127/399): puppet-fdio-18.2-1.20220727113954.6f 573 kB/s | 25 kB 00:00 (128/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 738 kB/s | 77 kB 00:00 (129/399): python3-ansible-runner-2.0.0a1-3.el9 2.7 MB/s | 122 kB 00:00 (130/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 1.2 MB/s | 44 kB 00:00 (131/399): python3-beautifulsoup4-4.9.3-2.el9os 1.7 MB/s | 204 kB 00:00 (132/399): python3-croniter-0.3.35-2.el9ost.noa 482 kB/s | 49 kB 00:00 (133/399): python3-daemon-2.3.0-1.el9ost.noarch 407 kB/s | 39 kB 00:00 (134/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 642 kB/s | 44 kB 00:00 (135/399): python3-gevent-21.1.2-2.el9ost.x86_6 19 MB/s | 1.6 MB 00:00 (136/399): python3-docutils-0.16-6.el9ost.noarc 14 MB/s | 1.5 MB 00:00 (137/399): python3-gitdb-4.0.5-2.el9ost.noarch. 2.8 MB/s | 107 kB 00:00 (138/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.4 MB/s | 284 kB 00:00 (139/399): python3-lockfile-0.12.2-2.el9ost.noa 773 kB/s | 31 kB 00:00 (140/399): python3-jmespath-0.10.0-1.el9ost.noa 863 kB/s | 46 kB 00:00 (141/399): python3-logutils-0.3.5-15.el9ost.noa 866 kB/s | 47 kB 00:00 (142/399): python3-migrate-0.13.0-1.el9ost.noar 4.4 MB/s | 224 kB 00:00 (143/399): python3-memcached-1.59-3.el9ost.noar 659 kB/s | 40 kB 00:00 (144/399): python3-mimeparse-1.6.0-16.el9ost.no 308 kB/s | 16 kB 00:00 (145/399): python3-natsort-7.1.1-2.el9ost.noarc 1.6 MB/s | 59 kB 00:00 (146/399): python3-pecan-1.4.0-2.el9ost.noarch. 6.2 MB/s | 273 kB 00:00 (147/399): python3-passlib-1.7.4-3.el9ost.noarc 9.2 MB/s | 712 kB 00:00 (148/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.8 MB/s | 90 kB 00:00 (149/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.9 MB/s | 111 kB 00:00 (150/399): python3-pyperclip-1.8.0-3.el9ost.noa 726 kB/s | 25 kB 00:00 (151/399): python3-setproctitle-1.2.2-1.el9ost. 595 kB/s | 23 kB 00:00 (152/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.3 MB/s | 47 kB 00:00 (153/399): python3-soupsieve-2.2-1.el9ost.noarc 1.8 MB/s | 67 kB 00:00 (154/399): python3-sqlalchemy13-1.3.24-3.el9ost 29 MB/s | 1.7 MB 00:00 (155/399): python3-tenacity-6.3.1-1.el9ost.noar 1.2 MB/s | 51 kB 00:00 (156/399): python3-webtest-2.0.35-6.el9ost.noar 1.8 MB/s | 82 kB 00:00 (157/399): python3-zope-event-4.2.0-20.el9ost.n 5.2 MB/s | 205 kB 00:00 (158/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 7.6 MB/s | 396 kB 00:00 (159/399): python3-zope-interface-5.4.0-1.el9os 5.1 MB/s | 202 kB 00:00 (160/399): rubygem-deep_merge-1.2.1-7.el9ost.no 406 kB/s | 14 kB 00:00 (161/399): rubygem-fast_gettext-1.2.0-9.el9ost. 910 kB/s | 34 kB 00:00 (162/399): rubygem-concurrent-ruby-1.1.5-2.el9o 3.2 MB/s | 243 kB 00:00 (163/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 2.4 MB/s | 90 kB 00:00 (164/399): rubygem-multi_json-1.15.0-2.el9ost.n 603 kB/s | 22 kB 00:00 (165/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 475 kB/s | 16 kB 00:00 (166/399): rubygem-semantic_puppet-1.0.4-2.el9o 547 kB/s | 21 kB 00:00 (167/399): rubygem-puppet-resource_api-1.8.13-1 598 kB/s | 34 kB 00:00 (168/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 9.2 MB/s | 433 kB 00:00 (169/399): ansible-config_template-2.0.1-17.1.2 757 kB/s | 29 kB 00:00 (170/399): ansible-role-atos-hsm-1.0.1-17.1.202 404 kB/s | 17 kB 00:00 (171/399): ansible-role-chrony-1.3.1-17.1.20230 627 kB/s | 22 kB 00:00 (172/399): ansible-role-collectd-config-0.0.3-1 1.4 MB/s | 53 kB 00:00 (173/399): ansible-role-container-registry-1.4. 656 kB/s | 24 kB 00:00 (174/399): ansible-role-openstack-operations-0. 878 kB/s | 30 kB 00:00 (175/399): ansible-role-qdr-config-0.0.2-17.1.2 540 kB/s | 21 kB 00:00 (176/399): ansible-role-redhat-subscription-1.3 667 kB/s | 28 kB 00:00 (177/399): ansible-role-thales-hsm-3.0.1-17.1.2 501 kB/s | 21 kB 00:00 (178/399): ansible-role-tripleo-modify-image-1. 466 kB/s | 27 kB 00:00 (179/399): ansible-tripleo-ipsec-11.0.1-17.1.20 1.1 MB/s | 38 kB 00:00 (180/399): dib-utils-0.0.11-17.1.20230620173328 358 kB/s | 12 kB 00:00 (181/399): openstack-heat-agents-2.2.1-17.1.202 261 kB/s | 9.6 kB 00:00 (182/399): os-apply-config-13.1.1-17.1.20231020 1.3 MB/s | 54 kB 00:00 (183/399): os-collect-config-13.1.1-17.1.202310 1.4 MB/s | 50 kB 00:00 (184/399): puppet-aodh-18.4.2-17.1.202306201512 1.6 MB/s | 62 kB 00:00 (185/399): os-refresh-config-13.1.1-17.1.202310 443 kB/s | 21 kB 00:00 (186/399): ansible-tripleo-ipa-0.3.1-17.1.20230 179 kB/s | 36 kB 00:00 (187/399): puppet-archive-4.6.1-17.1.2023062018 1.1 MB/s | 44 kB 00:00 (188/399): puppet-auditd-2.2.1-17.1.20230620192 680 kB/s | 28 kB 00:00 (189/399): puppet-certmonger-2.7.1-17.1.2023062 719 kB/s | 26 kB 00:00 (190/399): puppet-cinder-18.5.2-17.1.2023062105 3.1 MB/s | 120 kB 00:00 (191/399): puppet-ceilometer-18.4.3-17.1.202309 1.2 MB/s | 70 kB 00:00 (192/399): puppet-collectd-13.0.1-17.1.20230620 3.4 MB/s | 135 kB 00:00 (193/399): puppet-corosync-8.0.1-17.1.202306211 1.9 MB/s | 68 kB 00:00 (194/399): puppet-designate-18.6.1-17.1.2023062 1.0 MB/s | 69 kB 00:00 (195/399): puppet-etcd-1.12.3-17.1.202306201932 596 kB/s | 25 kB 00:00 (196/399): puppet-dns-8.2.1-17.1.20230621002045 719 kB/s | 36 kB 00:00 (197/399): puppet-heat-18.4.1-17.1.202306211116 1.9 MB/s | 70 kB 00:00 (198/399): puppet-kmod-2.5.0-17.1.2023062019064 565 kB/s | 21 kB 00:00 (199/399): puppet-gnocchi-18.4.3-17.1.202306210 839 kB/s | 58 kB 00:00 (200/399): puppet-memcached-6.0.0-17.1.20230620 367 kB/s | 23 kB 00:00 (201/399): puppet-manila-18.5.2-17.1.2023110219 1.1 MB/s | 81 kB 00:00 (202/399): puppet-mysql-10.6.1-17.1.20230621022 1.9 MB/s | 99 kB 00:00 (203/399): puppet-nova-18.6.1-17.1.202306210904 3.8 MB/s | 200 kB 00:00 (204/399): puppet-octavia-18.5.1-17.1.202306210 1.7 MB/s | 76 kB 00:00 (205/399): puppet-openstack_extras-18.5.1-17.1. 1.4 MB/s | 48 kB 00:00 (206/399): puppet-nssdb-1.0.2-17.1.202306201856 144 kB/s | 12 kB 00:00 (207/399): puppet-openstacklib-18.5.2-17.1.2023 1.4 MB/s | 62 kB 00:00 (208/399): puppet-oslo-18.5.1-17.1.202306210523 1.3 MB/s | 48 kB 00:00 (209/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (210/399): puppet-redis-6.1.1-17.1.202306201917 1.3 MB/s | 51 kB 00:00 (211/399): puppet-qdr-7.4.1-17.1.20230620195605 461 kB/s | 31 kB 00:00 (212/399): puppet-rabbitmq-11.0.1-17.1.20230620 3.6 MB/s | 266 kB 00:00 (213/399): puppet-ssh-6.2.1-17.1.20230620190251 857 kB/s | 29 kB 00:00 (214/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.4 MB/s | 58 kB 00:00 (215/399): puppet-stdlib-6.3.1-17.1.20230621000 3.8 MB/s | 160 kB 00:00 (216/399): puppet-swift-18.6.1-17.1.20230621052 2.8 MB/s | 115 kB 00:00 (217/399): puppet-systemd-2.12.1-17.1.202306201 1.0 MB/s | 42 kB 00:00 (218/399): puppet-xinetd-3.3.1-17.1.20230620185 684 kB/s | 26 kB 00:00 (219/399): python-oslo-cache-lang-2.7.1-17.1.20 541 kB/s | 19 kB 00:00 (220/399): puppet-vswitch-14.4.3-17.1.202306210 802 kB/s | 41 kB 00:00 (221/399): python-oslo-middleware-lang-4.2.1-17 333 kB/s | 13 kB 00:00 (222/399): python-oslo-policy-lang-3.7.1-17.1.2 362 kB/s | 14 kB 00:00 (223/399): python-oslo-log-lang-4.4.0-17.1.2023 285 kB/s | 14 kB 00:00 (224/399): python-oslo-versionedobjects-lang-2. 369 kB/s | 14 kB 00:00 (225/399): python-pycadf-common-3.1.1-17.1.2023 322 kB/s | 15 kB 00:00 (226/399): python3-GitPython-3.1.14-2.el9ost.no 4.0 MB/s | 238 kB 00:00 (227/399): python3-aodhclient-2.2.0-17.1.202306 1.5 MB/s | 56 kB 00:00 (228/399): python3-barbicanclient-5.3.0-17.1.20 1.9 MB/s | 127 kB 00:00 (229/399): python3-cliff-3.7.0-17.1.20230620172 2.0 MB/s | 95 kB 00:00 (230/399): python3-cinderclient-7.4.1-17.1.2023 3.3 MB/s | 218 kB 00:00 (231/399): python3-designateclient-4.2.1-17.1.2 2.5 MB/s | 92 kB 00:00 (232/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (233/399): python3-heat-agent-2.2.1-17.1.202306 526 kB/s | 19 kB 00:00 (234/399): python3-heat-agent-ansible-2.2.1-17. 306 kB/s | 11 kB 00:00 (235/399): python3-heat-agent-docker-cmd-2.2.1- 342 kB/s | 12 kB 00:00 (236/399): python3-heat-agent-apply-config-2.2. 209 kB/s | 9.9 kB 00:00 (237/399): python3-heat-agent-hiera-2.2.1-17.1. 272 kB/s | 10 kB 00:00 (238/399): python3-heat-agent-json-file-2.2.1-1 235 kB/s | 9.8 kB 00:00 (239/399): python3-heat-agent-puppet-2.2.1-17.1 226 kB/s | 11 kB 00:00 (240/399): python3-heatclient-2.3.1-17.1.202306 3.4 MB/s | 158 kB 00:00 (241/399): python3-ironic-inspector-client-4.5. 1.8 MB/s | 67 kB 00:00 (242/399): python3-keystonemiddleware-9.2.0-17. 2.2 MB/s | 92 kB 00:00 (243/399): python3-keystoneclient-4.3.0-17.1.20 4.2 MB/s | 239 kB 00:00 (244/399): python3-ironicclient-4.6.4-17.1.2023 4.2 MB/s | 342 kB 00:00 (245/399): python3-magnumclient-3.4.1-17.1.2023 2.3 MB/s | 121 kB 00:00 (246/399): python3-mistralclient-4.2.0-17.1.202 2.6 MB/s | 166 kB 00:00 (247/399): python3-neutronclient-7.3.1-17.1.202 4.3 MB/s | 298 kB 00:00 (248/399): python3-novaclient-17.4.1-17.1.20230 5.0 MB/s | 201 kB 00:00 (249/399): python3-os-client-config-2.1.0-17.1. 1.2 MB/s | 55 kB 00:00 (250/399): python3-os-service-types-1.7.0-17.1. 1.1 MB/s | 38 kB 00:00 (251/399): python3-os-traits-2.5.0-17.1.2023062 1.2 MB/s | 45 kB 00:00 (252/399): python3-osc-lib-2.3.1-17.1.202306202 1.4 MB/s | 78 kB 00:00 (253/399): python3-oslo-context-3.2.1-17.1.2023 576 kB/s | 27 kB 00:00 (254/399): python3-oslo-cache-2.7.1-17.1.202306 867 kB/s | 56 kB 00:00 (255/399): python3-oslo-log-4.4.0-17.1.20230620 1.6 MB/s | 64 kB 00:00 (256/399): python3-oslo-middleware-4.2.1-17.1.2 1.4 MB/s | 55 kB 00:00 (257/399): python3-oslo-policy-3.7.1-17.1.20230 1.8 MB/s | 76 kB 00:00 (258/399): python3-oslo-reports-2.2.0-17.1.2023 1.1 MB/s | 59 kB 00:00 (259/399): python3-oslo-serialization-4.1.1-17. 986 kB/s | 34 kB 00:00 (260/399): python3-oslo-rootwrap-6.3.1-17.1.202 968 kB/s | 46 kB 00:00 (261/399): python3-oslo-upgradecheck-1.3.1-17.1 692 kB/s | 29 kB 00:00 (262/399): python3-osprofiler-3.4.0-17.1.202306 3.1 MB/s | 130 kB 00:00 (263/399): python3-oslo-versionedobjects-2.4.1- 1.6 MB/s | 79 kB 00:00 (264/399): python3-requestsexceptions-1.4.0-17. 471 kB/s | 17 kB 00:00 (265/399): python3-pycadf-3.1.1-17.1.2023062021 1.1 MB/s | 53 kB 00:00 (266/399): python3-saharaclient-3.3.0-17.1.2023 4.3 MB/s | 188 kB 00:00 (267/399): python3-shade-1.33.0-17.1.2023062022 12 MB/s | 523 kB 00:00 (268/399): python3-statsd-3.2.1-20.1.el9ost.noa 892 kB/s | 35 kB 00:00 (269/399): python3-troveclient-7.0.0-17.1.20230 7.7 MB/s | 344 kB 00:00 (270/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 907 kB/s | 50 kB 00:00 (271/399): python3-swiftclient-3.11.1-17.1.2023 1.5 MB/s | 136 kB 00:00 (272/399): python3-validations-libs-1.9.1-17.1. 3.4 MB/s | 137 kB 00:00 (273/399): python3-zaqarclient-2.4.0-17.1.20230 2.5 MB/s | 129 kB 00:00 (274/399): validations-common-1.9.1-17.1.202310 1.5 MB/s | 111 kB 00:00 (275/399): python3-paramiko-2.11.0-2.el9ost.noa 5.8 MB/s | 299 kB 00:00 (276/399): python3-werkzeug-2.0.1-7.el9ost.noar 8.5 MB/s | 427 kB 00:00 (277/399): ansible-pacemaker-1.0.4-17.1.2023121 562 kB/s | 21 kB 00:00 (278/399): python3-manilaclient-2.6.4-17.1.2024 9.9 MB/s | 528 kB 00:00 (279/399): python3-webob-1.8.7-2.1.el9ost.noarc 5.8 MB/s | 230 kB 00:00 (280/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.5 MB/s | 83 kB 00:00 (281/399): ansible-role-metalsmith-deployment-1 599 kB/s | 21 kB 00:00 (282/399): puppet-ironic-18.7.1-17.1.2024030521 2.9 MB/s | 121 kB 00:00 (283/399): openstack-selinux-0.8.37-17.1.202311 4.2 MB/s | 221 kB 00:00 (284/399): python-oslo-db-lang-8.5.2-17.1.20240 389 kB/s | 14 kB 00:00 (285/399): python3-keystoneauth1-4.4.0-17.1.202 9.3 MB/s | 409 kB 00:00 (286/399): python3-glanceclient-3.3.0-17.1.2024 2.6 MB/s | 143 kB 00:00 (287/399): python3-metalsmith-1.4.4-17.1.202405 1.3 MB/s | 65 kB 00:00 (288/399): python3-oslo-db-8.5.2-17.1.202408201 3.7 MB/s | 144 kB 00:00 (289/399): python3-octaviaclient-2.3.1-17.1.202 1.8 MB/s | 91 kB 00:00 (290/399): python3-neutron-lib-2.10.3-17.1.2023 6.0 MB/s | 375 kB 00:00 (291/399): python3-oslo-messaging-12.7.3-17.1.2 5.4 MB/s | 216 kB 00:00 (292/399): python3-oslo-service-2.5.1-17.1.2024 1.8 MB/s | 71 kB 00:00 (293/399): python3-rhosp-openvswitch-3.3-1.el9o 166 kB/s | 8.3 kB 00:00 (294/399): python3-waitress-2.0.0-4.el9ost.noar 2.9 MB/s | 109 kB 00:00 (295/399): openstack-ansible-core-2.14.2-4.7.el 36 MB/s | 2.3 MB 00:00 (296/399): openstack-tripleo-validations-14.3.2 3.8 MB/s | 204 kB 00:00 (297/399): puppet-glance-18.6.1-17.1.2025022015 1.9 MB/s | 87 kB 00:00 (298/399): puppet-ovn-18.6.1-17.1.2024092509490 827 kB/s | 29 kB 00:00 (299/399): puppet-pacemaker-1.5.1-17.1.20250214 3.7 MB/s | 158 kB 00:00 (300/399): python3-os-ken-1.4.1-17.1.2024120509 33 MB/s | 2.1 MB 00:00 (301/399): puppet-tripleo-14.2.3-17.1.202503201 4.8 MB/s | 239 kB 00:00 (302/399): ansible-collection-containers-podman 4.9 MB/s | 243 kB 00:00 (303/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.5 MB/s | 351 kB 00:00 (304/399): facter-3.14.19-3.el9ost.x86_64.rpm 11 MB/s | 518 kB 00:00 (305/399): hiera-3.6.0-6.el9ost.noarch.rpm 925 kB/s | 33 kB 00:00 (306/399): leatherman-1.12.6-5.el9ost.x86_64.rp 9.0 MB/s | 405 kB 00:00 (307/399): ansible-collections-openstack-1.9.1- 1.2 MB/s | 146 kB 00:00 (308/399): puppet-7.10.0-4.el9ost.noarch.rpm 284 kB/s | 11 kB 00:00 (309/399): puppet-headless-7.10.0-4.el9ost.noar 28 MB/s | 1.4 MB 00:00 (310/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.1 MB/s | 92 kB 00:00 (311/399): python3-boto-2.45.0-8.1.el9ost.noarc 23 MB/s | 1.3 MB 00:00 (312/399): python3-cachetools-4.2.2-3.el9ost.no 935 kB/s | 33 kB 00:00 (313/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 7.0 MB/s | 284 kB 00:00 (314/399): python3-colorama-0.4.4-4.el9ost.noar 765 kB/s | 35 kB 00:00 (315/399): python3-extras-1.0.0-17.el9ost.noarc 597 kB/s | 21 kB 00:00 (316/399): python3-dogpile-cache-1.1.5-5.el9ost 1.7 MB/s | 89 kB 00:00 (317/399): python3-fixtures-3.0.0-24.el9ost.noa 2.4 MB/s | 93 kB 00:00 (318/399): python3-keyring-21.8.0-4.el9ost.noar 2.0 MB/s | 77 kB 00:00 (319/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.6 MB/s | 313 kB 00:00 (320/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.2 MB/s | 87 kB 00:00 (321/399): python3-munch-2.5.0-6.el9ost.noarch. 717 kB/s | 25 kB 00:00 (322/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (323/399): python3-openstacksdk-0.55.1-17.1.202 13 MB/s | 735 kB 00:00 (324/399): python3-paste-3.5.0-5.el9ost.noarch. 13 MB/s | 776 kB 00:00 (325/399): python3-pystache-0.5.4-15.el9ost.noa 3.5 MB/s | 132 kB 00:00 (326/399): python3-repoze-lru-0.7-12.el9ost.noa 892 kB/s | 32 kB 00:00 (327/399): python3-routes-2.4.1-14.el9ost.noarc 4.7 MB/s | 188 kB 00:00 (328/399): python3-secretstorage-3.3.1-3.el9ost 754 kB/s | 36 kB 00:00 (329/399): python3-simplejson-3.17.5-3.el9ost.x 6.0 MB/s | 266 kB 00:00 (330/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 510 kB/s | 57 kB 00:00 (331/399): python3-testtools-2.4.0-10.el9ost.no 5.6 MB/s | 333 kB 00:00 (332/399): python3-tempita-0.5.1-27.el9ost.noar 400 kB/s | 36 kB 00:00 (333/399): python3-vine-5.0.0-5.el9ost.noarch.r 723 kB/s | 26 kB 00:00 (334/399): python3-warlock-1.3.3-7.el9ost.noarc 589 kB/s | 21 kB 00:00 (335/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.4 MB/s | 56 kB 00:00 (336/399): python3-yaql-1.1.3-13.el9ost.noarch. 4.1 MB/s | 180 kB 00:00 (337/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 759 kB/s | 29 kB 00:00 (338/399): ruby-facter-3.14.19-3.el9ost.x86_64. 276 kB/s | 9.5 kB 00:00 (339/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 510 kB/s | 19 kB 00:00 (340/399): puppet-barbican-18.4.2-17.1.20250625 1.4 MB/s | 57 kB 00:00 (341/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.6 MB/s | 123 kB 00:00 (342/399): python-openstackclient-lang-5.5.2-17 1.1 MB/s | 58 kB 00:00 (343/399): puppet-apache-6.5.2-17.1.20250811150 6.2 MB/s | 253 kB 00:00 (344/399): python3-openstackclient-5.5.2-17.1.2 18 MB/s | 1.1 MB 00:00 (345/399): puppet-concat-6.2.1-17.1.20250725131 1.1 MB/s | 44 kB 00:00 (346/399): puppet-firewall-3.4.1-17.1.202508041 1.9 MB/s | 73 kB 00:00 (347/399): puppet-git-0.5.0-17.1.20250725114148 760 kB/s | 26 kB 00:00 (348/399): puppet-haproxy-4.2.2-17.1.2025072511 1.5 MB/s | 55 kB 00:00 (349/399): puppet-inifile-4.2.1-17.1.2025080415 932 kB/s | 46 kB 00:00 (350/399): puppet-ipaclient-2.5.2-17.1.20250725 485 kB/s | 21 kB 00:00 (351/399): puppet-keepalived-0.0.2-17.1.2025072 439 kB/s | 17 kB 00:00 (352/399): puppet-module-data-0.5.1-17.1.202507 459 kB/s | 16 kB 00:00 (353/399): puppet-remote-10.0.0-17.1.2025072511 555 kB/s | 19 kB 00:00 (354/399): puppet-rsync-1.1.4-17.1.202508041515 435 kB/s | 28 kB 00:00 (355/399): puppet-snmp-3.9.1-17.1.2025072511575 1.0 MB/s | 38 kB 00:00 (356/399): puppet-sysctl-0.0.13-17.1.2025072511 521 kB/s | 19 kB 00:00 (357/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.2 MB/s | 53 kB 00:00 (358/399): python3-tripleoclient-16.5.1-17.1.20 10 MB/s | 552 kB 00:00 (359/399): puppet-horizon-18.6.1-17.1.202510081 1.1 MB/s | 59 kB 00:00 (360/399): openstack-heat-api-16.1.1-17.1.20251 456 kB/s | 15 kB 00:00 (361/399): puppet-keystone-18.6.1-17.1.20251008 2.2 MB/s | 126 kB 00:00 (362/399): openstack-heat-common-16.1.1-17.1.20 28 MB/s | 1.6 MB 00:00 (363/399): openstack-heat-engine-16.1.1-17.1.20 363 kB/s | 14 kB 00:00 (364/399): openstack-heat-monolith-16.1.1-17.1. 421 kB/s | 14 kB 00:00 (365/399): openstack-tripleo-common-15.4.1-17.1 1.3 MB/s | 48 kB 00:00 (366/399): openstack-tripleo-common-containers- 1.8 MB/s | 74 kB 00:00 (367/399): openstack-tripleo-heat-templates-14. 13 MB/s | 603 kB 00:00 (368/399): puppet-neutron-18.6.1-17.1.202512171 4.6 MB/s | 190 kB 00:00 (369/399): python3-tripleo-common-15.4.1-17.1.2 5.1 MB/s | 197 kB 00:00 (370/399): tripleo-ansible-3.3.1-17.1.202512171 12 MB/s | 564 kB 00:00 (371/399): python3-openvswitch3.3-3.3.6-141.el9 9.1 MB/s | 383 kB 00:00 (372/399): bash-completion-2.11-4.el9.noarch.rp 7.8 MB/s | 459 kB 00:00 (373/399): device-mapper-persistent-data-0.9.0- 15 MB/s | 786 kB 00:00 (374/399): libaio-0.3.111-13.el9.x86_64.rpm 490 kB/s | 26 kB 00:00 (375/399): glibc-langpack-en-2.34-60.el9.x86_64 14 MB/s | 675 kB 00:00 (376/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.6 MB/s | 62 kB 00:00 (377/399): krb5-workstation-1.20.1-8.el9.x86_64 10 MB/s | 542 kB 00:00 (378/399): libkadm5-1.20.1-8.el9.x86_64.rpm 2.0 MB/s | 81 kB 00:00 (379/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 997 kB/s | 37 kB 00:00 (380/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 445 kB/s | 16 kB 00:00 (381/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 351 kB/s | 12 kB 00:00 (382/399): pkgconf-1.7.3-10.el9.x86_64.rpm 859 kB/s | 45 kB 00:00 (383/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.8 MB/s | 418 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 866 kB/s | 36 kB 00:00 (385/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 739 kB/s | 30 kB 00:00 (386/399): device-mapper-event-1.02.187-7.el9_2 883 kB/s | 32 kB 00:00 (387/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 459 kB/s | 19 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 770 kB/s | 31 kB 00:00 (389/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 3.9 MB/s | 156 kB 00:00 (390/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 23 MB/s | 1.5 MB 00:00 (391/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 13 MB/s | 1.0 MB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.3 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 796 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 9.5 MB/s | 464 kB 00:00 (395/399): util-linux-2.37.4-11.el9_2.x86_64.rp 31 MB/s | 2.3 MB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.8 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.4 MB/s | 65 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. 4.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 15 MB/s | 97 MB 00:06 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-dns-2.2.1-2.el9.noarch 89/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 90/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 91/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 92/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 93/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 94/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 95/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 96/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 97/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 98/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 99/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 100/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 101/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 102/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 103/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 104/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 105/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 106/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 107/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 108/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 109/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 110/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 111/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 112/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.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 : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 171/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 172/408 Installing : pkgconf-1.7.3-10.el9.x86_64 173/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 174/408 Installing : bash-completion-1:2.11-4.el9.noarch 175/408 Installing : libkadm5-1.20.1-8.el9.x86_64 176/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 177/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 178/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 179/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 180/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 181/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 182/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 183/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 184/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 185/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 186/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 187/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 188/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 189/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 190/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 191/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 192/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 193/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 194/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 195/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 196/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 197/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 198/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 199/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 200/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 201/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 202/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 203/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 204/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 205/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 206/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 207/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 208/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 209/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 210/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 211/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 212/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 213/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 214/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 215/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 216/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 217/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 218/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 219/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 220/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 221/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 222/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 223/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 224/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 225/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 226/408 Installing : python3-memcached-1.59-3.el9ost.noarch 227/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 228/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 229/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 230/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 231/408 Installing : python3-docutils-0.16-6.el9ost.noarch 232/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 233/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 234/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 235/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 236/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 237/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 238/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 239/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 240/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 290/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 326/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 357/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 358/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 359/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 382/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 383/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 384/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 385/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 386/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 390/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 391/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 392/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 393/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 394/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 395/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-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 : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 118/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 119/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 120/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 121/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 122/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 123/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 124/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 125/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 126/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 127/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 128/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 129/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 130/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 131/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 132/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 133/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 134/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 135/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 136/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 137/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 138/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 139/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 140/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 141/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 142/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 143/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 144/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 145/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 146/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 147/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 148/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 149/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 150/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 151/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 152/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 153/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 154/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 155/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 156/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 157/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 158/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 159/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 160/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 161/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 162/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 163/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 165/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 166/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 167/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 168/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 169/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 170/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 171/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 172/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 173/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 174/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 175/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 176/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 177/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 178/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 179/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 180/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 181/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 182/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 183/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 184/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 185/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 186/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 187/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 188/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 189/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 190/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 191/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 192/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 193/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 194/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 195/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 196/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 197/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 198/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 199/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 200/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 201/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 202/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 203/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 204/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 205/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 206/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 207/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 208/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 209/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 210/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 211/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 212/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 213/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 214/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 215/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 216/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 217/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 218/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 219/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 220/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 221/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 222/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 223/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 224/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 225/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 226/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 227/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 228/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 229/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 230/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 231/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 232/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 233/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 234/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 235/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 236/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 237/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 238/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 239/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 240/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 241/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 242/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 243/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 244/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 245/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 246/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 247/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 248/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 249/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 250/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 251/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 252/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 253/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 254/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 255/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 256/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 257/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 258/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 259/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 260/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 261/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 262/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 263/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 264/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 265/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 266/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 267/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 268/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 269/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 270/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 271/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 272/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 273/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 274/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 275/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 276/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 277/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 278/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 279/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 280/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 281/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 282/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 283/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 284/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 285/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 286/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 287/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 288/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 289/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 290/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 291/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 292/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 293/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 294/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 295/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 296/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 297/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 298/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 299/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 300/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 301/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 302/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 303/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 304/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 305/408 Verifying : hiera-3.6.0-6.el9ost.noarch 306/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 307/408 Verifying : puppet-7.10.0-4.el9ost.noarch 308/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 309/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 310/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 311/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 312/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 313/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 314/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 315/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 316/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 317/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 318/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 319/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 320/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 321/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 322/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 323/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 324/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 325/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 326/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 327/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 328/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 329/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 330/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 331/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 332/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 333/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 334/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 335/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 336/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 337/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 338/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 339/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 340/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 341/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 342/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 343/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 344/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 345/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 346/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 347/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 348/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 349/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 350/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 351/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 352/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 353/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 354/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 355/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 356/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 357/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 358/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 359/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 360/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 361/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 362/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 363/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 364/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 365/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 366/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 367/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 368/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 369/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 370/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 371/408 Verifying : bash-completion-1:2.11-4.el9.noarch 372/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 373/408 Verifying : libaio-0.3.111-13.el9.x86_64 374/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 375/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 376/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 377/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 378/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 379/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 380/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 381/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 382/408 Verifying : python3-dns-2.2.1-2.el9.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-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-20T10:22:49.240226 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ true == \t\r\u\e ]] + /tmp/ceph.sh + export CEPH_IP=172.18.0.100 + CEPH_IP=172.18.0.100 + sudo dd if=/dev/zero of=/var/lib/ceph-osd.img bs=1 count=0 seek=7G 0+0 records in 0+0 records out 0 bytes copied, 5.0681e-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-20 10:22:53.232281 | fa163e8d-9a30-eccb-7d06-000000000005 | TASK | Fail if tripleo_cephadm_first_mon_ip is undefined 2026-02-20 10:22:53.270362 | fa163e8d-9a30-eccb-7d06-000000000005 | SKIPPED | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud 2026-02-20 10:22:53.271123 | fa163e8d-9a30-eccb-7d06-000000000005 | TIMING | Fail if tripleo_cephadm_first_mon_ip is undefined | undercloud | 0:00:00.052449 | 0.04s 2026-02-20 10:22:53.275236 | fa163e8d-9a30-eccb-7d06-000000000006 | TASK | Ensure ceph_spec_path is defined 2026-02-20 10:22:53.312571 | fa163e8d-9a30-eccb-7d06-000000000006 | SKIPPED | Ensure ceph_spec_path is defined | undercloud 2026-02-20 10:22:53.313775 | fa163e8d-9a30-eccb-7d06-000000000006 | TIMING | Ensure ceph_spec_path is defined | undercloud | 0:00:00.095111 | 0.04s 2026-02-20 10:22:53.320378 | fa163e8d-9a30-eccb-7d06-000000000007 | TASK | Override osd_spec if osd_spec_path is provided 2026-02-20 10:22:53.398160 | fa163e8d-9a30-eccb-7d06-000000000007 | OK | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-20 10:22:53.399296 | fa163e8d-9a30-eccb-7d06-000000000007 | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.180632 | 0.08s 2026-02-20 10:22:53.405492 | fa163e8d-9a30-eccb-7d06-000000000008 | TASK | Create Ceph spec for standalone deployment 2026-02-20 10:22:53.749374 | fa163e8d-9a30-eccb-7d06-000000000008 | OK | Create Ceph spec for standalone deployment | undercloud 2026-02-20 10:22:53.750811 | fa163e8d-9a30-eccb-7d06-000000000008 | TIMING | Create Ceph spec for standalone deployment | undercloud | 0:00:00.532147 | 0.34s PLAY RECAP ********************************************************************* undercloud : ok=2 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-20 10:22:53.774412 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:22:53.774915 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:22:53.775448 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:00.556791 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:22:53.775921 | UUID | Info | Host | Task Name | Run Time 2026-02-20 10:22:53.776479 | fa163e8d-9a30-eccb-7d06-000000000008 | SUMMARY | undercloud | Create Ceph spec for standalone deployment | 0.34s 2026-02-20 10:22:53.776965 | fa163e8d-9a30-eccb-7d06-000000000007 | SUMMARY | undercloud | Override osd_spec if osd_spec_path is provided | 0.08s 2026-02-20 10:22:53.777580 | fa163e8d-9a30-eccb-7d06-000000000005 | SUMMARY | undercloud | Fail if tripleo_cephadm_first_mon_ip is undefined | 0.04s 2026-02-20 10:22:53.778057 | fa163e8d-9a30-eccb-7d06-000000000006 | SUMMARY | undercloud | Ensure ceph_spec_path is defined | 0.04s 2026-02-20 10:22:53.778553 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-20 10:22:56.202984 | fa163e8d-9a30-b851-9d48-000000000005 | TASK | set ssh key path facts 2026-02-20 10:22:56.239800 | fa163e8d-9a30-b851-9d48-000000000005 | OK | set ssh key path facts | undercloud 2026-02-20 10:22:56.240399 | fa163e8d-9a30-b851-9d48-000000000005 | TIMING | set ssh key path facts | undercloud | 0:00:00.050978 | 0.04s 2026-02-20 10:22:56.243534 | fa163e8d-9a30-b851-9d48-000000000006 | TASK | stat private key 2026-02-20 10:22:56.582657 | fa163e8d-9a30-b851-9d48-000000000006 | OK | stat private key | undercloud 2026-02-20 10:22:56.584013 | fa163e8d-9a30-b851-9d48-000000000006 | TIMING | stat private key | undercloud | 0:00:00.394580 | 0.34s 2026-02-20 10:22:56.590853 | fa163e8d-9a30-b851-9d48-000000000007 | TASK | stat public key 2026-02-20 10:22:56.800321 | fa163e8d-9a30-b851-9d48-000000000007 | OK | stat public key | undercloud 2026-02-20 10:22:56.801575 | fa163e8d-9a30-b851-9d48-000000000007 | TIMING | stat public key | undercloud | 0:00:00.612145 | 0.21s 2026-02-20 10:22:56.808272 | fa163e8d-9a30-b851-9d48-000000000008 | TASK | create private key if it does not exist 2026-02-20 10:22:57.621391 | fa163e8d-9a30-b851-9d48-000000000008 | CHANGED | create private key if it does not exist | undercloud 2026-02-20 10:22:57.622540 | fa163e8d-9a30-b851-9d48-000000000008 | TIMING | create private key if it does not exist | undercloud | 0:00:01.433110 | 0.81s 2026-02-20 10:22:57.628808 | fa163e8d-9a30-b851-9d48-000000000009 | TASK | create public key if it does not exist 2026-02-20 10:22:57.827925 | fa163e8d-9a30-b851-9d48-000000000009 | CHANGED | create public key if it does not exist | undercloud 2026-02-20 10:22:57.829077 | fa163e8d-9a30-b851-9d48-000000000009 | TIMING | create public key if it does not exist | undercloud | 0:00:01.639647 | 0.20s PLAY [allovercloud] ************************************************************ 2026-02-20 10:22:57.877837 | fa163e8d-9a30-b851-9d48-000000000023 | TASK | Get local private key 2026-02-20 10:22:58.209200 | fa163e8d-9a30-b851-9d48-000000000023 | OK | Get local private key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e8d-9a30-b851-9d48-000000000023') missing from stats 2026-02-20 10:22:58.220208 | fa163e8d-9a30-b851-9d48-000000000024 | TASK | Get local public key 2026-02-20 10:22:58.430844 | fa163e8d-9a30-b851-9d48-000000000024 | OK | Get local public key | undercloud -> localhost [WARNING]: ('undercloud -> localhost', 'fa163e8d-9a30-b851-9d48-000000000024') missing from stats 2026-02-20 10:22:58.450889 | fa163e8d-9a30-b851-9d48-000000000012 | TASK | create user ceph-admin 2026-02-20 10:22:58.957628 | fa163e8d-9a30-b851-9d48-000000000012 | CHANGED | create user ceph-admin | undercloud 2026-02-20 10:22:58.958789 | fa163e8d-9a30-b851-9d48-000000000012 | TIMING | tripleo_create_admin : create user {{ tripleo_admin_user }} | undercloud | 0:00:02.769356 | 0.51s 2026-02-20 10:22:58.967839 | fa163e8d-9a30-b851-9d48-000000000013 | TASK | grant admin rights to user ceph-admin 2026-02-20 10:22:59.568525 | fa163e8d-9a30-b851-9d48-000000000013 | CHANGED | grant admin rights to user ceph-admin | undercloud 2026-02-20 10:22:59.569658 | fa163e8d-9a30-b851-9d48-000000000013 | TIMING | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | undercloud | 0:00:03.380226 | 0.60s 2026-02-20 10:22:59.578073 | fa163e8d-9a30-b851-9d48-000000000014 | TASK | ensure home dir has the right owner/group for user ceph-admin 2026-02-20 10:22:59.931233 | fa163e8d-9a30-b851-9d48-000000000014 | OK | ensure home dir has the right owner/group for user ceph-admin | undercloud 2026-02-20 10:22:59.932312 | fa163e8d-9a30-b851-9d48-000000000014 | TIMING | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | undercloud | 0:00:03.742882 | 0.35s 2026-02-20 10:22:59.940856 | fa163e8d-9a30-b851-9d48-000000000015 | TASK | ensure .ssh dir exists for user ceph-admin 2026-02-20 10:23:00.140702 | fa163e8d-9a30-b851-9d48-000000000015 | CHANGED | ensure .ssh dir exists for user ceph-admin | undercloud 2026-02-20 10:23:00.141751 | fa163e8d-9a30-b851-9d48-000000000015 | TIMING | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | undercloud | 0:00:03.952320 | 0.20s 2026-02-20 10:23:00.150348 | fa163e8d-9a30-b851-9d48-000000000016 | TASK | ensure authorized_keys file exists for user ceph-admin 2026-02-20 10:23:00.349736 | fa163e8d-9a30-b851-9d48-000000000016 | CHANGED | ensure authorized_keys file exists for user ceph-admin | undercloud 2026-02-20 10:23:00.350779 | fa163e8d-9a30-b851-9d48-000000000016 | TIMING | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | undercloud | 0:00:04.161348 | 0.20s 2026-02-20 10:23:00.359326 | fa163e8d-9a30-b851-9d48-000000000017 | TASK | get remote ceph-admin public key 2026-02-20 10:23:00.416637 | fa163e8d-9a30-b851-9d48-000000000017 | SKIPPED | get remote {{ tripleo_admin_user }} public key | undercloud 2026-02-20 10:23:00.417792 | fa163e8d-9a30-b851-9d48-000000000017 | TIMING | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | undercloud | 0:00:04.228360 | 0.06s 2026-02-20 10:23:00.426343 | fa163e8d-9a30-b851-9d48-000000000018 | TASK | append ceph-admin public key to authorized_keys 2026-02-20 10:23:00.482589 | fa163e8d-9a30-b851-9d48-000000000018 | SKIPPED | append {{ tripleo_admin_user }} public key to authorized_keys | undercloud 2026-02-20 10:23:00.483591 | fa163e8d-9a30-b851-9d48-000000000018 | TIMING | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | undercloud | 0:00:04.294160 | 0.06s 2026-02-20 10:23:00.491950 | fa163e8d-9a30-b851-9d48-00000000001c | TASK | authorize TripleO key for user ceph-admin 2026-02-20 10:23:00.835484 | fa163e8d-9a30-b851-9d48-00000000001c | CHANGED | authorize TripleO key for user ceph-admin | undercloud 2026-02-20 10:23:00.836600 | fa163e8d-9a30-b851-9d48-00000000001c | TIMING | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | undercloud | 0:00:04.647170 | 0.34s 2026-02-20 10:23:00.844821 | fa163e8d-9a30-b851-9d48-000000000020 | TASK | Install private key on nodes for user ceph-admin 2026-02-20 10:23:01.310431 | fa163e8d-9a30-b851-9d48-000000000020 | CHANGED | Install private key on nodes for user ceph-admin | undercloud 2026-02-20 10:23:01.311596 | fa163e8d-9a30-b851-9d48-000000000020 | TIMING | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.122164 | 0.47s 2026-02-20 10:23:01.319854 | fa163e8d-9a30-b851-9d48-000000000021 | TASK | Install public key on nodes for user ceph-admin 2026-02-20 10:23:01.816775 | fa163e8d-9a30-b851-9d48-000000000021 | CHANGED | Install public key on nodes for user ceph-admin | undercloud 2026-02-20 10:23:01.817911 | fa163e8d-9a30-b851-9d48-000000000021 | TIMING | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | undercloud | 0:00:05.628479 | 0.50s PLAY RECAP ********************************************************************* undercloud : ok=15 changed=9 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 2026-02-20 10:23:01.846276 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:23:01.846771 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:23:01.847288 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:05.657866 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:23:01.847756 | UUID | Info | Host | Task Name | Run Time 2026-02-20 10:23:01.848266 | fa163e8d-9a30-b851-9d48-000000000008 | SUMMARY | undercloud | create private key if it does not exist | 0.81s 2026-02-20 10:23:01.848735 | fa163e8d-9a30-b851-9d48-000000000013 | SUMMARY | undercloud | tripleo_create_admin : grant admin rights to user {{ tripleo_admin_user }} | 0.60s 2026-02-20 10:23:01.849273 | fa163e8d-9a30-b851-9d48-000000000012 | SUMMARY | undercloud | tripleo_create_admin : create user {{ tripleo_admin_user }} | 0.51s 2026-02-20 10:23:01.849779 | fa163e8d-9a30-b851-9d48-000000000021 | SUMMARY | undercloud | tripleo_create_admin : Install public key on nodes for user {{ tripleo_admin_user }} | 0.50s 2026-02-20 10:23:01.850290 | fa163e8d-9a30-b851-9d48-000000000020 | SUMMARY | undercloud | tripleo_create_admin : Install private key on nodes for user {{ tripleo_admin_user }} | 0.47s 2026-02-20 10:23:01.850762 | fa163e8d-9a30-b851-9d48-000000000014 | SUMMARY | undercloud | tripleo_create_admin : ensure home dir has the right owner/group for user {{ tripleo_admin_user }} | 0.35s 2026-02-20 10:23:01.851264 | fa163e8d-9a30-b851-9d48-00000000001c | SUMMARY | undercloud | tripleo_create_admin : authorize TripleO key for user {{ tripleo_admin_user }} | 0.34s 2026-02-20 10:23:01.851738 | fa163e8d-9a30-b851-9d48-000000000006 | SUMMARY | undercloud | stat private key | 0.34s 2026-02-20 10:23:01.852243 | fa163e8d-9a30-b851-9d48-000000000007 | SUMMARY | undercloud | stat public key | 0.21s 2026-02-20 10:23:01.852712 | fa163e8d-9a30-b851-9d48-000000000015 | SUMMARY | undercloud | tripleo_create_admin : ensure .ssh dir exists for user {{ tripleo_admin_user }} | 0.20s 2026-02-20 10:23:01.853209 | fa163e8d-9a30-b851-9d48-000000000016 | SUMMARY | undercloud | tripleo_create_admin : ensure authorized_keys file exists for user {{ tripleo_admin_user }} | 0.20s 2026-02-20 10:23:01.853709 | fa163e8d-9a30-b851-9d48-000000000009 | SUMMARY | undercloud | create public key if it does not exist | 0.20s 2026-02-20 10:23:01.854207 | fa163e8d-9a30-b851-9d48-000000000017 | SUMMARY | undercloud | tripleo_create_admin : get remote {{ tripleo_admin_user }} public key | 0.06s 2026-02-20 10:23:01.854673 | fa163e8d-9a30-b851-9d48-000000000018 | SUMMARY | undercloud | tripleo_create_admin : append {{ tripleo_admin_user }} public key to authorized_keys | 0.06s 2026-02-20 10:23:01.855207 | fa163e8d-9a30-b851-9d48-000000000005 | SUMMARY | undercloud | set ssh key path facts | 0.04s 2026-02-20 10:23:01.855695 | fa163e8d-9a30-b851-9d48-000000000023 | SUMMARY | undercloud | Get local private key | 0.00s 2026-02-20 10:23:01.856207 | fa163e8d-9a30-b851-9d48-000000000024 | SUMMARY | undercloud | Get local public key | 0.00s 2026-02-20 10:23:01.856668 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-20 10:23:04.318904 | fa163e8d-9a30-505a-0585-000000000039 | TASK | Gathering Facts 2026-02-20 10:23:04.869133 | fa163e8d-9a30-505a-0585-000000000039 | OK | Gathering Facts | standalone.localdomain 2026-02-20 10:23:04.870074 | fa163e8d-9a30-505a-0585-000000000039 | TIMING | Gathering Facts | standalone.localdomain | 0:00:00.563852 | 0.55s 2026-02-20 10:23:04.882885 | fa163e8d-9a30-505a-0585-000000000039 | OK | Gathering Facts | undercloud 2026-02-20 10:23:04.883398 | fa163e8d-9a30-505a-0585-000000000039 | TIMING | Gathering Facts | undercloud | 0:00:00.577188 | 0.56s 2026-02-20 10:23:04.901484 | fa163e8d-9a30-505a-0585-00000000000a | TASK | Load distro-specific variables 2026-02-20 10:23:04.974655 | fa163e8d-9a30-505a-0585-00000000000a | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.668428 | 0.06s 2026-02-20 10:23:04.985550 | fa163e8d-9a30-505a-0585-00000000000a | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.679337 | 0.08s 2026-02-20 10:23:05.002247 | c2abb155-0185-4c57-815f-31030ac57c77 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-20 10:23:05.002878 | c2abb155-0185-4c57-815f-31030ac57c77 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-20 10:23:05.023775 | fa163e8d-9a30-505a-0585-000000000052 | TASK | Load distro-specific variables 2026-02-20 10:23:05.120254 | fa163e8d-9a30-505a-0585-000000000052 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:05.121139 | fa163e8d-9a30-505a-0585-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.814916 | 0.10s 2026-02-20 10:23:05.127449 | fa163e8d-9a30-505a-0585-000000000052 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:00.821221 | 0.10s 2026-02-20 10:23:05.138535 | fa163e8d-9a30-505a-0585-000000000052 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:05.139508 | fa163e8d-9a30-505a-0585-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.833289 | 0.11s 2026-02-20 10:23:05.149482 | fa163e8d-9a30-505a-0585-000000000052 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:00.843262 | 0.12s 2026-02-20 10:23:05.157605 | fa163e8d-9a30-505a-0585-00000000000b | TASK | Install chronyd 2026-02-20 10:23:05.246636 | fa163e8d-9a30-505a-0585-00000000000b | TIMING | chrony : Install chronyd | standalone.localdomain | 0:00:00.940403 | 0.09s 2026-02-20 10:23:05.247665 | fa163e8d-9a30-505a-0585-00000000000b | TIMING | chrony : Install chronyd | undercloud | 0:00:00.941447 | 0.08s 2026-02-20 10:23:05.267938 | b67995e8-75e7-43e7-8fff-06e0ef51e931 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone.localdomain 2026-02-20 10:23:05.268641 | b67995e8-75e7-43e7-8fff-06e0ef51e931 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | undercloud 2026-02-20 10:23:05.294779 | fa163e8d-9a30-505a-0585-0000000000a2 | TASK | Load distro-specific variables 2026-02-20 10:23:05.378938 | fa163e8d-9a30-505a-0585-0000000000a2 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.072699 | 0.08s 2026-02-20 10:23:05.390553 | fa163e8d-9a30-505a-0585-0000000000a2 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.084335 | 0.09s 2026-02-20 10:23:05.404655 | f1cbfe23-1b32-4c6d-a927-1c2b01def5cc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-20 10:23:05.405356 | f1cbfe23-1b32-4c6d-a927-1c2b01def5cc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-20 10:23:05.425362 | fa163e8d-9a30-505a-0585-000000000102 | TASK | Load distro-specific variables 2026-02-20 10:23:05.529707 | fa163e8d-9a30-505a-0585-000000000102 | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:05.530938 | fa163e8d-9a30-505a-0585-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.224707 | 0.10s 2026-02-20 10:23:05.539994 | fa163e8d-9a30-505a-0585-000000000102 | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:05.540664 | fa163e8d-9a30-505a-0585-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.234447 | 0.10s 2026-02-20 10:23:05.545740 | fa163e8d-9a30-505a-0585-000000000102 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:01.239522 | 0.12s 2026-02-20 10:23:05.546739 | fa163e8d-9a30-505a-0585-000000000102 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:01.240523 | 0.11s 2026-02-20 10:23:05.555388 | fa163e8d-9a30-505a-0585-0000000000a3 | TASK | Check for NTP service 2026-02-20 10:23:05.941276 | fa163e8d-9a30-505a-0585-0000000000a3 | CHANGED | Check for NTP service | undercloud 2026-02-20 10:23:05.942551 | fa163e8d-9a30-505a-0585-0000000000a3 | TIMING | chrony : Check for NTP service | undercloud | 0:00:01.636325 | 0.37s 2026-02-20 10:23:05.943522 | fa163e8d-9a30-505a-0585-0000000000a3 | CHANGED | Check for NTP service | standalone.localdomain 2026-02-20 10:23:05.944267 | fa163e8d-9a30-505a-0585-0000000000a3 | TIMING | chrony : Check for NTP service | standalone.localdomain | 0:00:01.638049 | 0.39s 2026-02-20 10:23:05.953914 | fa163e8d-9a30-505a-0585-0000000000a4 | TASK | Disable NTP before configuring Chrony 2026-02-20 10:23:06.042784 | fa163e8d-9a30-505a-0585-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | standalone.localdomain 2026-02-20 10:23:06.044216 | fa163e8d-9a30-505a-0585-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | standalone.localdomain | 0:00:01.737983 | 0.09s 2026-02-20 10:23:06.055135 | fa163e8d-9a30-505a-0585-0000000000a4 | SKIPPED | Disable NTP before configuring Chrony | undercloud 2026-02-20 10:23:06.055792 | fa163e8d-9a30-505a-0585-0000000000a4 | TIMING | chrony : Disable NTP before configuring Chrony | undercloud | 0:00:01.749575 | 0.09s 2026-02-20 10:23:06.066831 | fa163e8d-9a30-505a-0585-0000000000a5 | TASK | Install chronyd package 2026-02-20 10:23:09.486776 | fa163e8d-9a30-505a-0585-0000000000a5 | OK | Install chronyd package | standalone.localdomain 2026-02-20 10:23:09.488357 | fa163e8d-9a30-505a-0585-0000000000a5 | TIMING | chrony : Install chronyd package | standalone.localdomain | 0:00:05.182126 | 3.42s 2026-02-20 10:23:11.482336 | fa163e8d-9a30-505a-0585-0000000000a5 | OK | Install chronyd package | undercloud 2026-02-20 10:23:11.483245 | fa163e8d-9a30-505a-0585-0000000000a5 | TIMING | chrony : Install chronyd package | undercloud | 0:00:07.177028 | 5.40s 2026-02-20 10:23:11.489146 | fa163e8d-9a30-505a-0585-00000000000c | TASK | Upgrade chronyd 2026-02-20 10:23:11.553622 | fa163e8d-9a30-505a-0585-00000000000c | SKIPPED | Upgrade chronyd | undercloud 2026-02-20 10:23:11.555067 | fa163e8d-9a30-505a-0585-00000000000c | TIMING | chrony : Upgrade chronyd | undercloud | 0:00:07.248834 | 0.06s 2026-02-20 10:23:11.570222 | fa163e8d-9a30-505a-0585-00000000000c | SKIPPED | Upgrade chronyd | standalone.localdomain 2026-02-20 10:23:11.571165 | fa163e8d-9a30-505a-0585-00000000000c | TIMING | chrony : Upgrade chronyd | standalone.localdomain | 0:00:07.264945 | 0.08s 2026-02-20 10:23:11.579098 | fa163e8d-9a30-505a-0585-00000000000d | TASK | Configure chronyd 2026-02-20 10:23:11.659451 | fa163e8d-9a30-505a-0585-00000000000d | TIMING | chrony : Configure chronyd | standalone.localdomain | 0:00:07.353210 | 0.08s 2026-02-20 10:23:11.673470 | fa163e8d-9a30-505a-0585-00000000000d | TIMING | chrony : Configure chronyd | undercloud | 0:00:07.367250 | 0.08s 2026-02-20 10:23:11.692052 | 3f780cc7-887f-4545-8edc-23e3df090dae | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone.localdomain 2026-02-20 10:23:11.692808 | 3f780cc7-887f-4545-8edc-23e3df090dae | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | undercloud 2026-02-20 10:23:11.726651 | fa163e8d-9a30-505a-0585-000000000162 | TASK | Load distro-specific variables 2026-02-20 10:23:11.801735 | fa163e8d-9a30-505a-0585-000000000162 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.495474 | 0.07s 2026-02-20 10:23:11.813313 | fa163e8d-9a30-505a-0585-000000000162 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.507093 | 0.08s 2026-02-20 10:23:11.828372 | f215e6eb-a5a6-4ed1-b343-1b6395e993f5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-20 10:23:11.829088 | f215e6eb-a5a6-4ed1-b343-1b6395e993f5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-20 10:23:11.844483 | fa163e8d-9a30-505a-0585-0000000001fa | TASK | Load distro-specific variables 2026-02-20 10:23:11.967270 | fa163e8d-9a30-505a-0585-0000000001fa | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:11.968853 | fa163e8d-9a30-505a-0585-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.662624 | 0.12s 2026-02-20 10:23:11.978256 | fa163e8d-9a30-505a-0585-0000000001fa | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:11.979360 | fa163e8d-9a30-505a-0585-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.673142 | 0.12s 2026-02-20 10:23:11.984412 | fa163e8d-9a30-505a-0585-0000000001fa | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:07.678181 | 0.14s 2026-02-20 10:23:11.985658 | fa163e8d-9a30-505a-0585-0000000001fa | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:07.679440 | 0.13s 2026-02-20 10:23:11.994315 | fa163e8d-9a30-505a-0585-000000000163 | TASK | Install chrony configuration file 2026-02-20 10:23:12.770468 | fa163e8d-9a30-505a-0585-000000000163 | CHANGED | Install chrony configuration file | undercloud 2026-02-20 10:23:12.771854 | fa163e8d-9a30-505a-0585-000000000163 | TIMING | chrony : Install chrony configuration file | undercloud | 0:00:08.465628 | 0.76s 2026-02-20 10:23:12.825256 | fa163e8d-9a30-505a-0585-000000000163 | OK | Install chrony configuration file | standalone.localdomain 2026-02-20 10:23:12.826076 | fa163e8d-9a30-505a-0585-000000000163 | TIMING | chrony : Install chrony configuration file | standalone.localdomain | 0:00:08.519857 | 0.83s 2026-02-20 10:23:12.834092 | fa163e8d-9a30-505a-0585-00000000000e | TASK | Run chronyd 2026-02-20 10:23:12.932854 | fa163e8d-9a30-505a-0585-00000000000e | TIMING | chrony : Run chronyd | standalone.localdomain | 0:00:08.626631 | 0.10s 2026-02-20 10:23:12.943656 | fa163e8d-9a30-505a-0585-00000000000e | TIMING | chrony : Run chronyd | undercloud | 0:00:08.637445 | 0.10s 2026-02-20 10:23:12.971277 | 8cdb5319-5096-470b-bab6-25e59cbb7631 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone.localdomain 2026-02-20 10:23:12.971809 | 8cdb5319-5096-470b-bab6-25e59cbb7631 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | undercloud 2026-02-20 10:23:12.990517 | fa163e8d-9a30-505a-0585-000000000233 | TASK | Load distro-specific variables 2026-02-20 10:23:13.071595 | fa163e8d-9a30-505a-0585-000000000233 | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.765361 | 0.08s 2026-02-20 10:23:13.072660 | fa163e8d-9a30-505a-0585-000000000233 | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.766442 | 0.07s 2026-02-20 10:23:13.087835 | 893b9207-d3f0-4f24-aa38-ea9778df46e8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone.localdomain 2026-02-20 10:23:13.088567 | 893b9207-d3f0-4f24-aa38-ea9778df46e8 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | undercloud 2026-02-20 10:23:13.108351 | fa163e8d-9a30-505a-0585-0000000002ee | TASK | Load distro-specific variables 2026-02-20 10:23:13.212526 | fa163e8d-9a30-505a-0585-0000000002ee | OK | Load distro-specific variables | standalone.localdomain | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:13.213670 | fa163e8d-9a30-505a-0585-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.907448 | 0.10s 2026-02-20 10:23:13.217931 | fa163e8d-9a30-505a-0585-0000000002ee | OK | Load distro-specific variables | undercloud | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:23:13.218285 | fa163e8d-9a30-505a-0585-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.912075 | 0.10s 2026-02-20 10:23:13.223752 | fa163e8d-9a30-505a-0585-0000000002ee | TIMING | chrony : Load distro-specific variables | standalone.localdomain | 0:00:08.917524 | 0.11s 2026-02-20 10:23:13.225033 | fa163e8d-9a30-505a-0585-0000000002ee | TIMING | chrony : Load distro-specific variables | undercloud | 0:00:08.918815 | 0.11s 2026-02-20 10:23:13.233445 | fa163e8d-9a30-505a-0585-000000000234 | TASK | Ensure chronyd is running 2026-02-20 10:23:13.859568 | fa163e8d-9a30-505a-0585-000000000234 | OK | Ensure chronyd is running | undercloud 2026-02-20 10:23:13.861457 | fa163e8d-9a30-505a-0585-000000000234 | TIMING | chrony : Ensure chronyd is running | undercloud | 0:00:09.555229 | 0.61s 2026-02-20 10:23:13.863889 | fa163e8d-9a30-505a-0585-000000000234 | OK | Ensure chronyd is running | standalone.localdomain 2026-02-20 10:23:13.865073 | fa163e8d-9a30-505a-0585-000000000234 | TIMING | chrony : Ensure chronyd is running | standalone.localdomain | 0:00:09.558855 | 0.63s 2026-02-20 10:23:13.873943 | fa163e8d-9a30-505a-0585-000000000235 | TASK | Force chronyd restart 2026-02-20 10:23:13.962859 | fa163e8d-9a30-505a-0585-000000000235 | SKIPPED | Force chronyd restart | standalone.localdomain 2026-02-20 10:23:13.964092 | fa163e8d-9a30-505a-0585-000000000235 | TIMING | chrony : Force chronyd restart | standalone.localdomain | 0:00:09.657864 | 0.09s 2026-02-20 10:23:14.347400 | fa163e8d-9a30-505a-0585-000000000235 | CHANGED | Force chronyd restart | undercloud 2026-02-20 10:23:14.348784 | fa163e8d-9a30-505a-0585-000000000235 | TIMING | chrony : Force chronyd restart | undercloud | 0:00:10.042565 | 0.46s 2026-02-20 10:23:14.357738 | fa163e8d-9a30-505a-0585-00000000000f | TASK | Enable online service 2026-02-20 10:23:14.419810 | fa163e8d-9a30-505a-0585-00000000000f | TIMING | chrony : Enable online service | standalone.localdomain | 0:00:10.113560 | 0.06s 2026-02-20 10:23:14.434375 | fa163e8d-9a30-505a-0585-00000000000f | TIMING | chrony : Enable online service | undercloud | 0:00:10.128157 | 0.06s 2026-02-20 10:23:14.452503 | 6b0dfa8f-8bf1-4421-a8ee-19f6d994151a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone.localdomain 2026-02-20 10:23:14.453205 | 6b0dfa8f-8bf1-4421-a8ee-19f6d994151a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | undercloud 2026-02-20 10:23:14.494283 | fa163e8d-9a30-505a-0585-000000000338 | TASK | Create chrony-online.service unit file 2026-02-20 10:23:14.965615 | fa163e8d-9a30-505a-0585-000000000338 | CHANGED | Create chrony-online.service unit file | standalone.localdomain 2026-02-20 10:23:14.967137 | fa163e8d-9a30-505a-0585-000000000338 | TIMING | chrony : Create chrony-online.service unit file | standalone.localdomain | 0:00:10.660881 | 0.47s 2026-02-20 10:23:14.998778 | fa163e8d-9a30-505a-0585-000000000338 | OK | Create chrony-online.service unit file | undercloud 2026-02-20 10:23:14.999540 | fa163e8d-9a30-505a-0585-000000000338 | TIMING | chrony : Create chrony-online.service unit file | undercloud | 0:00:10.693323 | 0.50s 2026-02-20 10:23:15.007843 | fa163e8d-9a30-505a-0585-000000000339 | TASK | Enable chrony-online.service 2026-02-20 10:23:16.267554 | fa163e8d-9a30-505a-0585-000000000339 | CHANGED | Enable chrony-online.service | standalone.localdomain 2026-02-20 10:23:16.269626 | fa163e8d-9a30-505a-0585-000000000339 | TIMING | chrony : Enable chrony-online.service | standalone.localdomain | 0:00:11.963395 | 1.26s 2026-02-20 10:23:16.282741 | fa163e8d-9a30-505a-0585-000000000339 | CHANGED | Enable chrony-online.service | undercloud 2026-02-20 10:23:16.284217 | fa163e8d-9a30-505a-0585-000000000339 | TIMING | chrony : Enable chrony-online.service | undercloud | 0:00:11.977998 | 1.26s 2026-02-20 10:23:16.293478 | fa163e8d-9a30-505a-0585-000000000010 | TASK | Sync chronyc 2026-02-20 10:23:16.372385 | fa163e8d-9a30-505a-0585-000000000010 | TIMING | chrony : Sync chronyc | standalone.localdomain | 0:00:12.066149 | 0.08s 2026-02-20 10:23:16.383814 | fa163e8d-9a30-505a-0585-000000000010 | TIMING | chrony : Sync chronyc | undercloud | 0:00:12.077596 | 0.08s 2026-02-20 10:23:16.400257 | 2cd5c404-53d0-4557-a4b4-fd86b75967ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone.localdomain 2026-02-20 10:23:16.400920 | 2cd5c404-53d0-4557-a4b4-fd86b75967ab | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | undercloud 2026-02-20 10:23:16.447472 | fa163e8d-9a30-505a-0585-00000000042a | TASK | Force NTP sync 2026-02-20 10:23:16.725607 | fa163e8d-9a30-505a-0585-00000000042a | CHANGED | Force NTP sync | standalone.localdomain 2026-02-20 10:23:16.728978 | fa163e8d-9a30-505a-0585-00000000042a | TIMING | chrony : Force NTP sync | standalone.localdomain | 0:00:12.422750 | 0.28s 2026-02-20 10:23:16.730159 | fa163e8d-9a30-505a-0585-00000000042a | CHANGED | Force NTP sync | undercloud 2026-02-20 10:23:16.730823 | fa163e8d-9a30-505a-0585-00000000042a | TIMING | chrony : Force NTP sync | undercloud | 0:00:12.424606 | 0.27s 2026-02-20 10:23:16.738757 | fa163e8d-9a30-505a-0585-00000000042b | TASK | Ensure system is NTP time synced 2026-02-20 10:23:26.981497 | fa163e8d-9a30-505a-0585-00000000042b | CHANGED | Ensure system is NTP time synced | undercloud 2026-02-20 10:23:26.983360 | fa163e8d-9a30-505a-0585-00000000042b | TIMING | chrony : Ensure system is NTP time synced | undercloud | 0:00:22.677118 | 10.23s 2026-02-20 10:23:27.005506 | fa163e8d-9a30-505a-0585-00000000042b | CHANGED | Ensure system is NTP time synced | standalone.localdomain 2026-02-20 10:23:27.006550 | fa163e8d-9a30-505a-0585-00000000042b | TIMING | chrony : Ensure system is NTP time synced | standalone.localdomain | 0:00:22.700328 | 10.27s 2026-02-20 10:23:27.027003 | fa163e8d-9a30-505a-0585-00000000002c | TASK | Set timezone 2026-02-20 10:23:27.446301 | fa163e8d-9a30-505a-0585-00000000002c | OK | Set timezone | standalone.localdomain 2026-02-20 10:23:27.447253 | fa163e8d-9a30-505a-0585-00000000002c | TIMING | tripleo_timezone : Set timezone | standalone.localdomain | 0:00:23.141032 | 0.42s 2026-02-20 10:23:27.447803 | fa163e8d-9a30-505a-0585-00000000002c | OK | Set timezone | undercloud 2026-02-20 10:23:27.448213 | fa163e8d-9a30-505a-0585-00000000002c | TIMING | tripleo_timezone : Set timezone | undercloud | 0:00:23.142001 | 0.41s 2026-02-20 10:23:27.453598 | fa163e8d-9a30-505a-0585-00000000002d | TASK | Restart time services 2026-02-20 10:23:27.490993 | fa163e8d-9a30-505a-0585-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=rsyslog 2026-02-20 10:23:27.496725 | fa163e8d-9a30-505a-0585-00000000002d | SKIPPED | Restart time services | standalone.localdomain | item=crond 2026-02-20 10:23:27.505221 | fa163e8d-9a30-505a-0585-00000000002d | SKIPPED | Restart time services | undercloud | item=rsyslog 2026-02-20 10:23:27.506529 | fa163e8d-9a30-505a-0585-00000000002d | TIMING | tripleo_timezone : Restart time services | standalone.localdomain | 0:00:23.200301 | 0.05s 2026-02-20 10:23:27.511472 | fa163e8d-9a30-505a-0585-00000000002d | SKIPPED | Restart time services | undercloud | item=crond 2026-02-20 10:23:27.521824 | fa163e8d-9a30-505a-0585-00000000002d | TIMING | tripleo_timezone : Restart time services | undercloud | 0:00:23.215605 | 0.06s 2026-02-20 10:23:27.564293 | fa163e8d-9a30-505a-0585-000000000012 | HANDLER | Restart chronyd 2026-02-20 10:23:28.033627 | fa163e8d-9a30-505a-0585-000000000012 | CHANGED | Restart chronyd | undercloud 2026-02-20 10:23:28.035450 | fa163e8d-9a30-505a-0585-000000000012 | TIMING | chrony : Restart chronyd | undercloud | 0:00:23.729222 | 0.47s PLAY RECAP ********************************************************************* standalone.localdomain : ok=23 changed=5 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 undercloud : ok=25 changed=7 unreachable=0 failed=0 skipped=3 rescued=0 ignored=0 2026-02-20 10:23:28.052543 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:23:28.053154 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:23:28.053654 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:00:23.747438 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:23:28.054236 | UUID | Info | Host | Task Name | Run Time 2026-02-20 10:23:28.054792 | fa163e8d-9a30-505a-0585-00000000042b | SUMMARY | standalone.localdomain | chrony : Ensure system is NTP time synced | 10.27s 2026-02-20 10:23:28.055413 | fa163e8d-9a30-505a-0585-00000000042b | SUMMARY | undercloud | chrony : Ensure system is NTP time synced | 10.23s 2026-02-20 10:23:28.056001 | fa163e8d-9a30-505a-0585-0000000000a5 | SUMMARY | undercloud | chrony : Install chronyd package | 5.40s 2026-02-20 10:23:28.056600 | fa163e8d-9a30-505a-0585-0000000000a5 | SUMMARY | standalone.localdomain | chrony : Install chronyd package | 3.42s 2026-02-20 10:23:28.057163 | fa163e8d-9a30-505a-0585-000000000339 | SUMMARY | undercloud | chrony : Enable chrony-online.service | 1.26s 2026-02-20 10:23:28.057654 | fa163e8d-9a30-505a-0585-000000000339 | SUMMARY | standalone.localdomain | chrony : Enable chrony-online.service | 1.26s 2026-02-20 10:23:28.058272 | fa163e8d-9a30-505a-0585-000000000163 | SUMMARY | standalone.localdomain | chrony : Install chrony configuration file | 0.83s 2026-02-20 10:23:28.058837 | fa163e8d-9a30-505a-0585-000000000163 | SUMMARY | undercloud | chrony : Install chrony configuration file | 0.76s 2026-02-20 10:23:28.059476 | fa163e8d-9a30-505a-0585-000000000234 | SUMMARY | standalone.localdomain | chrony : Ensure chronyd is running | 0.63s 2026-02-20 10:23:28.060049 | fa163e8d-9a30-505a-0585-000000000234 | SUMMARY | undercloud | chrony : Ensure chronyd is running | 0.61s 2026-02-20 10:23:28.060636 | fa163e8d-9a30-505a-0585-000000000039 | SUMMARY | undercloud | Gathering Facts | 0.56s 2026-02-20 10:23:28.061221 | fa163e8d-9a30-505a-0585-000000000039 | SUMMARY | standalone.localdomain | Gathering Facts | 0.55s 2026-02-20 10:23:28.061719 | fa163e8d-9a30-505a-0585-000000000338 | SUMMARY | undercloud | chrony : Create chrony-online.service unit file | 0.50s 2026-02-20 10:23:28.062354 | fa163e8d-9a30-505a-0585-000000000338 | SUMMARY | standalone.localdomain | chrony : Create chrony-online.service unit file | 0.47s 2026-02-20 10:23:28.062871 | fa163e8d-9a30-505a-0585-000000000012 | SUMMARY | undercloud | chrony : Restart chronyd | 0.47s 2026-02-20 10:23:28.063435 | fa163e8d-9a30-505a-0585-000000000235 | SUMMARY | undercloud | chrony : Force chronyd restart | 0.46s 2026-02-20 10:23:28.063968 | fa163e8d-9a30-505a-0585-00000000002c | SUMMARY | standalone.localdomain | tripleo_timezone : Set timezone | 0.42s 2026-02-20 10:23:28.064492 | fa163e8d-9a30-505a-0585-00000000002c | SUMMARY | undercloud | tripleo_timezone : Set timezone | 0.41s 2026-02-20 10:23:28.065035 | fa163e8d-9a30-505a-0585-0000000000a3 | SUMMARY | standalone.localdomain | chrony : Check for NTP service | 0.39s 2026-02-20 10:23:28.065679 | fa163e8d-9a30-505a-0585-0000000000a3 | SUMMARY | undercloud | chrony : Check for NTP service | 0.37s 2026-02-20 10:23:28.066329 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-20 10:23:28.960254 | fa163e8d-9a30-acb0-af32-000000000005 | SKIPPED | fail | undercloud 2026-02-20 10:23:28.960920 | fa163e8d-9a30-acb0-af32-000000000005 | TIMING | fail | undercloud | 0:00:00.065856 | 0.05s 2026-02-20 10:23:29.024888 | fa163e8d-9a30-acb0-af32-000000000006 | SKIPPED | fail | undercloud 2026-02-20 10:23:29.025956 | fa163e8d-9a30-acb0-af32-000000000006 | TIMING | fail | undercloud | 0:00:00.130884 | 0.06s 2026-02-20 10:23:29.033098 | fa163e8d-9a30-acb0-af32-000000000008 | TASK | Ensure working_dir is provided 2026-02-20 10:23:29.060727 | fa163e8d-9a30-acb0-af32-000000000008 | SKIPPED | Ensure working_dir is provided | undercloud 2026-02-20 10:23:29.061252 | fa163e8d-9a30-acb0-af32-000000000008 | TIMING | Ensure working_dir is provided | undercloud | 0:00:00.166191 | 0.03s 2026-02-20 10:23:29.069864 | fa163e8d-9a30-acb0-af32-00000000000a | TASK | ensure ceph_spec_path is defined 2026-02-20 10:23:29.105582 | fa163e8d-9a30-acb0-af32-00000000000a | SKIPPED | ensure ceph_spec_path is defined | undercloud 2026-02-20 10:23:29.106099 | fa163e8d-9a30-acb0-af32-00000000000a | TIMING | ensure ceph_spec_path is defined | undercloud | 0:00:00.211039 | 0.04s 2026-02-20 10:23:29.109367 | fa163e8d-9a30-acb0-af32-00000000000b | TASK | Override osd_spec if osd_spec_path is provided 2026-02-20 10:23:29.132951 | fa163e8d-9a30-acb0-af32-00000000000b | SKIPPED | Override osd_spec if osd_spec_path is provided | undercloud 2026-02-20 10:23:29.133510 | fa163e8d-9a30-acb0-af32-00000000000b | TIMING | Override osd_spec if osd_spec_path is provided | undercloud | 0:00:00.238449 | 0.02s 2026-02-20 10:23:29.136763 | fa163e8d-9a30-acb0-af32-00000000000c | TASK | Override crush hierarchy if a custom crush path is provided 2026-02-20 10:23:29.172246 | fa163e8d-9a30-acb0-af32-00000000000c | SKIPPED | Override crush hierarchy if a custom crush path is provided | undercloud 2026-02-20 10:23:29.172773 | fa163e8d-9a30-acb0-af32-00000000000c | TIMING | Override crush hierarchy if a custom crush path is provided | undercloud | 0:00:00.277713 | 0.04s 2026-02-20 10:23:29.176313 | fa163e8d-9a30-acb0-af32-00000000000d | TASK | Create Ceph spec based on baremetal_deployed_path and tripleo_roles 2026-02-20 10:23:29.231579 | fa163e8d-9a30-acb0-af32-00000000000d | SKIPPED | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud 2026-02-20 10:23:29.232648 | fa163e8d-9a30-acb0-af32-00000000000d | TIMING | Create Ceph spec based on baremetal_deployed_path and tripleo_roles | undercloud | 0:00:00.337576 | 0.06s 2026-02-20 10:23:29.239680 | fa163e8d-9a30-acb0-af32-00000000000f | TASK | Add hosts with mon label to the cephadm_admin_hosts list 2026-02-20 10:23:29.337877 | fa163e8d-9a30-acb0-af32-00000000000f | OK | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2026-02-20 10:23:29.339571 | fa163e8d-9a30-acb0-af32-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.444491 | 0.10s 2026-02-20 10:23:29.352059 | fa163e8d-9a30-acb0-af32-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-20 10:23:29.366876 | fa163e8d-9a30-acb0-af32-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-20 10:23:29.379002 | fa163e8d-9a30-acb0-af32-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-20 10:23:29.386924 | fa163e8d-9a30-acb0-af32-00000000000f | TIMING | Add hosts with mon label to the cephadm_admin_hosts list | undercloud | 0:00:00.491833 | 0.15s 2026-02-20 10:23:29.394594 | fa163e8d-9a30-acb0-af32-000000000010 | TASK | Add hosts with other labels to the cephadm_non_admin_hosts list 2026-02-20 10:23:29.477671 | fa163e8d-9a30-acb0-af32-000000000010 | SKIPPED | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | item={'addr': '172.18.0.100', 'hostname': 'standalone.localdomain', 'labels': ['mgr', 'mon', '_admin', 'osd'], 'service_type': 'host'} 2026-02-20 10:23:29.491854 | fa163e8d-9a30-acb0-af32-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-20 10:23:29.509757 | fa163e8d-9a30-acb0-af32-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-20 10:23:29.519072 | fa163e8d-9a30-acb0-af32-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-20 10:23:29.525299 | fa163e8d-9a30-acb0-af32-000000000010 | TIMING | Add hosts with other labels to the cephadm_non_admin_hosts list | undercloud | 0:00:00.630203 | 0.13s 2026-02-20 10:23:29.534255 | fa163e8d-9a30-acb0-af32-000000000012 | TASK | Ensure there is at least one monitor in the spec file 2026-02-20 10:23:29.596516 | fa163e8d-9a30-acb0-af32-000000000012 | SKIPPED | Ensure there is at least one monitor in the spec file | undercloud 2026-02-20 10:23:29.597784 | fa163e8d-9a30-acb0-af32-000000000012 | TIMING | Ensure there is at least one monitor in the spec file | undercloud | 0:00:00.702705 | 0.06s 2026-02-20 10:23:29.606584 | fa163e8d-9a30-acb0-af32-000000000013 | TASK | Add hosts with mon label to new ceph_mon inventory group for next play 2026-02-20 10:23:29.655636 | fa163e8d-9a30-acb0-af32-000000000013 | CHANGED | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | item=standalone.localdomain 2026-02-20 10:23:29.657022 | fa163e8d-9a30-acb0-af32-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.761945 | 0.05s 2026-02-20 10:23:29.657984 | fa163e8d-9a30-acb0-af32-000000000013 | TIMING | Add hosts with mon label to new ceph_mon inventory group for next play | undercloud | 0:00:00.762921 | 0.05s PLAY [Bootstrap Ceph and apply spec] ******************************************* 2026-02-20 10:23:29.724447 | fa163e8d-9a30-acb0-af32-000000000017 | TASK | Ensure ceph_spec_path is defined 2026-02-20 10:23:29.761506 | fa163e8d-9a30-acb0-af32-000000000017 | SKIPPED | Ensure ceph_spec_path is defined | standalone.localdomain 2026-02-20 10:23:29.762647 | fa163e8d-9a30-acb0-af32-000000000017 | TIMING | Ensure ceph_spec_path is defined | standalone.localdomain | 0:00:00.867577 | 0.04s 2026-02-20 10:23:29.768954 | fa163e8d-9a30-acb0-af32-000000000018 | TASK | Ensure public_network and cluster_network are defined 2026-02-20 10:23:29.936001 | fa163e8d-9a30-acb0-af32-000000000018 | SKIPPED | Ensure public_network and cluster_network are defined | standalone.localdomain 2026-02-20 10:23:29.937785 | fa163e8d-9a30-acb0-af32-000000000018 | TIMING | Ensure public_network and cluster_network are defined | standalone.localdomain | 0:00:01.042701 | 0.17s 2026-02-20 10:23:29.946680 | fa163e8d-9a30-acb0-af32-000000000019 | TASK | Set IP address of first monitor 2026-02-20 10:23:29.988383 | fa163e8d-9a30-acb0-af32-000000000019 | SKIPPED | Set IP address of first monitor | standalone.localdomain 2026-02-20 10:23:29.989604 | fa163e8d-9a30-acb0-af32-000000000019 | TIMING | Set IP address of first monitor | standalone.localdomain | 0:00:01.094526 | 0.04s 2026-02-20 10:23:30.014631 | fa163e8d-9a30-acb0-af32-000000000020 | TASK | Gather distribution facts if they don't exist 2026-02-20 10:23:30.063295 | fa163e8d-9a30-acb0-af32-000000000020 | SKIPPED | Gather distribution facts if they don't exist | standalone.localdomain 2026-02-20 10:23:30.064755 | fa163e8d-9a30-acb0-af32-000000000020 | TIMING | tripleo_cephadm : Gather distribution facts if they don't exist | standalone.localdomain | 0:00:01.169668 | 0.05s 2026-02-20 10:23:30.076258 | fa163e8d-9a30-acb0-af32-000000000021 | TASK | Install cephadm package 2026-02-20 10:23:33.522056 | fa163e8d-9a30-acb0-af32-000000000021 | OK | Install cephadm package | standalone.localdomain 2026-02-20 10:23:33.523793 | fa163e8d-9a30-acb0-af32-000000000021 | TIMING | tripleo_cephadm : Install cephadm package | standalone.localdomain | 0:00:04.628716 | 3.45s 2026-02-20 10:23:33.533438 | fa163e8d-9a30-acb0-af32-000000000022 | TASK | Stat cephadm file 2026-02-20 10:23:33.892435 | fa163e8d-9a30-acb0-af32-000000000022 | OK | Stat cephadm file | standalone.localdomain 2026-02-20 10:23:33.893827 | fa163e8d-9a30-acb0-af32-000000000022 | TIMING | tripleo_cephadm : Stat cephadm file | standalone.localdomain | 0:00:04.998749 | 0.36s 2026-02-20 10:23:33.900799 | fa163e8d-9a30-acb0-af32-000000000023 | TASK | Fail if cephadm is not available 2026-02-20 10:23:33.931401 | fa163e8d-9a30-acb0-af32-000000000023 | SKIPPED | Fail if cephadm is not available | standalone.localdomain 2026-02-20 10:23:33.932570 | fa163e8d-9a30-acb0-af32-000000000023 | TIMING | tripleo_cephadm : Fail if cephadm is not available | standalone.localdomain | 0:00:05.037494 | 0.03s 2026-02-20 10:23:33.943090 | fa163e8d-9a30-acb0-af32-000000000024 | TASK | List Ceph daemon instances on this host 2026-02-20 10:23:34.772551 | fa163e8d-9a30-acb0-af32-000000000024 | CHANGED | List Ceph daemon instances on this host | standalone.localdomain 2026-02-20 10:23:34.773944 | fa163e8d-9a30-acb0-af32-000000000024 | TIMING | tripleo_cephadm : List Ceph daemon instances on this host | standalone.localdomain | 0:00:05.878869 | 0.83s 2026-02-20 10:23:34.783419 | fa163e8d-9a30-acb0-af32-000000000026 | TASK | Set list of found FSIDs 2026-02-20 10:23:34.886573 | fa163e8d-9a30-acb0-af32-000000000026 | SKIPPED | Set list of found FSIDs | standalone.localdomain 2026-02-20 10:23:34.887619 | fa163e8d-9a30-acb0-af32-000000000026 | TIMING | tripleo_cephadm : Set list of found FSIDs | standalone.localdomain | 0:00:05.992548 | 0.10s 2026-02-20 10:23:34.896290 | fa163e8d-9a30-acb0-af32-000000000027 | TASK | Fail if >1 FSID was discovered 2026-02-20 10:23:35.004159 | fa163e8d-9a30-acb0-af32-000000000027 | SKIPPED | Fail if >1 FSID was discovered | standalone.localdomain 2026-02-20 10:23:35.005268 | fa163e8d-9a30-acb0-af32-000000000027 | TIMING | tripleo_cephadm : Fail if >1 FSID was discovered | standalone.localdomain | 0:00:06.110195 | 0.11s 2026-02-20 10:23:35.014572 | fa163e8d-9a30-acb0-af32-000000000028 | TASK | Set FSID to the discovered value 2026-02-20 10:23:35.122831 | fa163e8d-9a30-acb0-af32-000000000028 | SKIPPED | Set FSID to the discovered value | standalone.localdomain 2026-02-20 10:23:35.123941 | fa163e8d-9a30-acb0-af32-000000000028 | TIMING | tripleo_cephadm : Set FSID to the discovered value | standalone.localdomain | 0:00:06.228866 | 0.11s 2026-02-20 10:23:35.133153 | fa163e8d-9a30-acb0-af32-000000000029 | TASK | Set random tripleo_cephadm_fsid if no running ceph containers were found 2026-02-20 10:23:35.251504 | fa163e8d-9a30-acb0-af32-000000000029 | OK | Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain 2026-02-20 10:23:35.252681 | fa163e8d-9a30-acb0-af32-000000000029 | TIMING | tripleo_cephadm : Set random tripleo_cephadm_fsid if no running ceph containers were found | standalone.localdomain | 0:00:06.357608 | 0.12s 2026-02-20 10:23:35.261543 | fa163e8d-9a30-acb0-af32-00000000002b | TASK | Set first monitor IP if it was not passed 2026-02-20 10:23:35.379163 | fa163e8d-9a30-acb0-af32-00000000002b | SKIPPED | Set first monitor IP if it was not passed | standalone.localdomain 2026-02-20 10:23:35.380255 | fa163e8d-9a30-acb0-af32-00000000002b | TIMING | tripleo_cephadm : Set first monitor IP if it was not passed | standalone.localdomain | 0:00:06.485179 | 0.12s 2026-02-20 10:23:35.389553 | fa163e8d-9a30-acb0-af32-00000000002c | TASK | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists 2026-02-20 10:23:35.763097 | fa163e8d-9a30-acb0-af32-00000000002c | CHANGED | Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain 2026-02-20 10:23:35.763911 | fa163e8d-9a30-acb0-af32-00000000002c | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | standalone.localdomain | 0:00:06.868847 | 0.37s 2026-02-20 10:23:35.768585 | fa163e8d-9a30-acb0-af32-00000000002d | TASK | Ensure specs directory exists 2026-02-20 10:23:35.998099 | fa163e8d-9a30-acb0-af32-00000000002d | CHANGED | Ensure specs directory exists | standalone.localdomain 2026-02-20 10:23:35.999714 | fa163e8d-9a30-acb0-af32-00000000002d | TIMING | tripleo_cephadm : Ensure specs directory exists | standalone.localdomain | 0:00:07.104635 | 0.23s 2026-02-20 10:23:36.015101 | fa163e8d-9a30-acb0-af32-00000000002e | TASK | Stat spec file on ansible host 2026-02-20 10:23:36.256612 | fa163e8d-9a30-acb0-af32-00000000002e | OK | Stat spec file on ansible host | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e8d-9a30-acb0-af32-00000000002e') missing from stats 2026-02-20 10:23:36.269930 | fa163e8d-9a30-acb0-af32-00000000002f | TASK | push tripleo_cephadm_spec to bootstrap node if spec file exsits 2026-02-20 10:23:36.858216 | fa163e8d-9a30-acb0-af32-00000000002f | CHANGED | push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain 2026-02-20 10:23:36.859707 | fa163e8d-9a30-acb0-af32-00000000002f | TIMING | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | standalone.localdomain | 0:00:07.964633 | 0.59s 2026-02-20 10:23:36.873598 | fa163e8d-9a30-acb0-af32-000000000031 | TASK | stat tripleo_cephadm_bootstrap_conf file 2026-02-20 10:23:37.145209 | fa163e8d-9a30-acb0-af32-000000000031 | OK | stat tripleo_cephadm_bootstrap_conf file | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e8d-9a30-acb0-af32-000000000031') missing from stats 2026-02-20 10:23:37.156799 | fa163e8d-9a30-acb0-af32-000000000032 | TASK | push it to tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-20 10:23:37.632024 | fa163e8d-9a30-acb0-af32-000000000032 | CHANGED | push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-20 10:23:37.633405 | fa163e8d-9a30-acb0-af32-000000000032 | TIMING | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.738329 | 0.48s 2026-02-20 10:23:37.657343 | fa163e8d-9a30-acb0-af32-000000000034 | TASK | generate tripleo_cephadm_assimilate_conf on bootstrap node 2026-02-20 10:23:37.765671 | fa163e8d-9a30-acb0-af32-000000000034 | SKIPPED | generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain 2026-02-20 10:23:37.767035 | fa163e8d-9a30-acb0-af32-000000000034 | TIMING | tripleo_cephadm : generate tripleo_cephadm_assimilate_conf on bootstrap node | standalone.localdomain | 0:00:08.871959 | 0.11s 2026-02-20 10:23:37.785025 | fa163e8d-9a30-acb0-af32-000000000063 | TASK | Add spec to necessary file list when using spec to bootstrap 2026-02-20 10:23:37.872845 | fa163e8d-9a30-acb0-af32-000000000063 | SKIPPED | Add spec to necessary file list when using spec to bootstrap | standalone.localdomain 2026-02-20 10:23:37.874286 | fa163e8d-9a30-acb0-af32-000000000063 | TIMING | tripleo_cephadm : Add spec to necessary file list when using spec to bootstrap | standalone.localdomain | 0:00:08.979205 | 0.09s 2026-02-20 10:23:37.889335 | fa163e8d-9a30-acb0-af32-000000000064 | TASK | Stat necessary files to bootstrap with cephadm 2026-02-20 10:23:38.175039 | fa163e8d-9a30-acb0-af32-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa 2026-02-20 10:23:38.176481 | fa163e8d-9a30-acb0-af32-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.281409 | 0.29s 2026-02-20 10:23:38.363074 | fa163e8d-9a30-acb0-af32-000000000064 | OK | Stat necessary files to bootstrap with cephadm | standalone.localdomain | item=/home/ceph-admin/.ssh/id_rsa.pub 2026-02-20 10:23:38.364370 | fa163e8d-9a30-acb0-af32-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.469297 | 0.47s 2026-02-20 10:23:38.376149 | fa163e8d-9a30-acb0-af32-000000000064 | TIMING | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | standalone.localdomain | 0:00:09.481044 | 0.49s 2026-02-20 10:23:38.386779 | fa163e8d-9a30-acb0-af32-000000000065 | TASK | Fail if necessary files are missing 2026-02-20 10:23:38.473921 | fa163e8d-9a30-acb0-af32-000000000065 | SKIPPED | Fail if necessary files are missing | standalone.localdomain | item={'changed': False, 'stat': {'exists': True, 'path': '/home/ceph-admin/.ssh/id_rsa', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 1002, 'gid': 1002, 'size': 2610, 'inode': 352326648, 'dev': 64516, 'nlink': 1, 'atime': 1771582981.2762876, 'mtime': 1771582981.126283, 'ctime': 1771582981.2782876, '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': '6fb57a2f3f23cc0e19aeb66f6217ca708611f996', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '2957044138', '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-20 10:23:38.481157 | fa163e8d-9a30-acb0-af32-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': 377489943, 'dev': 64516, 'nlink': 1, 'atime': 1771582981.783303, 'mtime': 1771582981.6012974, 'ctime': 1771582981.785303, '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': '85f65c089b82e5ad56e64fc8e41ea4a470ae86a0', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3152634857', '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-20 10:23:38.489083 | fa163e8d-9a30-acb0-af32-000000000065 | TIMING | tripleo_cephadm : Fail if necessary files are missing | standalone.localdomain | 0:00:09.593991 | 0.10s 2026-02-20 10:23:38.501271 | fa163e8d-9a30-acb0-af32-000000000066 | TASK | Stat pre ceph conf file in case we should bootrap with it 2026-02-20 10:23:38.737660 | fa163e8d-9a30-acb0-af32-000000000066 | OK | Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain 2026-02-20 10:23:38.739423 | fa163e8d-9a30-acb0-af32-000000000066 | TIMING | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | standalone.localdomain | 0:00:09.844344 | 0.24s 2026-02-20 10:23:38.749940 | fa163e8d-9a30-acb0-af32-000000000068 | TASK | Run cephadm bootstrap 2026-02-20 10:24:41.611622 | fa163e8d-9a30-acb0-af32-000000000068 | CHANGED | Run cephadm bootstrap | standalone.localdomain 2026-02-20 10:24:41.613340 | fa163e8d-9a30-acb0-af32-000000000068 | TIMING | tripleo_cephadm : Run cephadm bootstrap | standalone.localdomain | 0:01:12.718237 | 62.86s 2026-02-20 10:24:41.624856 | fa163e8d-9a30-acb0-af32-000000000069 | TASK | Show results of bootstrap 2026-02-20 10:24:41.693887 | fa163e8d-9a30-acb0-af32-000000000069 | SKIPPED | Show results of bootstrap | standalone.localdomain 2026-02-20 10:24:41.695187 | fa163e8d-9a30-acb0-af32-000000000069 | TIMING | tripleo_cephadm : Show results of bootstrap | standalone.localdomain | 0:01:12.800112 | 0.07s 2026-02-20 10:24:41.705218 | fa163e8d-9a30-acb0-af32-00000000006a | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-20 10:24:41.766869 | fa163e8d-9a30-acb0-af32-00000000006a | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:12.871790 | 0.06s 2026-02-20 10:24:41.778885 | 9ce8088b-13cb-4eb0-8bf1-f1fdab243afd | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-20 10:24:41.798854 | fa163e8d-9a30-acb0-af32-00000000020b | TASK | Set ceph CLI 2026-02-20 10:24:42.020382 | fa163e8d-9a30-acb0-af32-00000000020b | OK | Set ceph CLI | standalone.localdomain 2026-02-20 10:24:42.021715 | fa163e8d-9a30-acb0-af32-00000000020b | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:13.126638 | 0.22s 2026-02-20 10:24:42.032290 | fa163e8d-9a30-acb0-af32-00000000006b | TASK | Ensure cephadm uses image tags instead of digests 2026-02-20 10:24:42.952213 | fa163e8d-9a30-acb0-af32-00000000006b | OK | Ensure cephadm uses image tags instead of digests | standalone.localdomain 2026-02-20 10:24:42.953569 | fa163e8d-9a30-acb0-af32-00000000006b | TIMING | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | standalone.localdomain | 0:01:14.058499 | 0.92s 2026-02-20 10:24:42.960747 | fa163e8d-9a30-acb0-af32-00000000006c | TASK | Set the default container image in ceph configuration 2026-02-20 10:24:44.099654 | fa163e8d-9a30-acb0-af32-00000000006c | OK | Set the default container image in ceph configuration | standalone.localdomain 2026-02-20 10:24:44.101318 | fa163e8d-9a30-acb0-af32-00000000006c | TIMING | tripleo_cephadm : Set the default container image in ceph configuration | standalone.localdomain | 0:01:15.206241 | 1.14s 2026-02-20 10:24:44.112881 | fa163e8d-9a30-acb0-af32-00000000006e | TASK | If cephadm bootstrap was not run report the reason 2026-02-20 10:24:44.160055 | fa163e8d-9a30-acb0-af32-00000000006e | SKIPPED | If cephadm bootstrap was not run report the reason | standalone.localdomain 2026-02-20 10:24:44.161286 | fa163e8d-9a30-acb0-af32-00000000006e | TIMING | tripleo_cephadm : If cephadm bootstrap was not run report the reason | standalone.localdomain | 0:01:15.266211 | 0.05s 2026-02-20 10:24:44.179298 | fa163e8d-9a30-acb0-af32-00000000008d | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-20 10:24:44.226733 | fa163e8d-9a30-acb0-af32-00000000008d | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-20 10:24:44.228398 | fa163e8d-9a30-acb0-af32-00000000008d | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:15.333322 | 0.05s 2026-02-20 10:24:44.239035 | fa163e8d-9a30-acb0-af32-00000000008e | TASK | Define list of keys to search for in initial ceph conf file 2026-02-20 10:24:44.277983 | fa163e8d-9a30-acb0-af32-00000000008e | OK | Define list of keys to search for in initial ceph conf file | standalone.localdomain 2026-02-20 10:24:44.279339 | fa163e8d-9a30-acb0-af32-00000000008e | TIMING | tripleo_cephadm : Define list of keys to search for in initial ceph conf file | standalone.localdomain | 0:01:15.384263 | 0.04s 2026-02-20 10:24:44.288908 | fa163e8d-9a30-acb0-af32-00000000008f | TASK | Expand list of keys to include versions of themselves with spaces 2026-02-20 10:24:44.373465 | fa163e8d-9a30-acb0-af32-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=public_network 2026-02-20 10:24:44.374977 | fa163e8d-9a30-acb0-af32-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.479894 | 0.08s 2026-02-20 10:24:44.386758 | fa163e8d-9a30-acb0-af32-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=cluster_network 2026-02-20 10:24:44.387732 | fa163e8d-9a30-acb0-af32-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.492667 | 0.10s 2026-02-20 10:24:44.401447 | fa163e8d-9a30-acb0-af32-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv4 2026-02-20 10:24:44.402418 | fa163e8d-9a30-acb0-af32-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.507353 | 0.11s 2026-02-20 10:24:44.408399 | fa163e8d-9a30-acb0-af32-00000000008f | OK | Expand list of keys to include versions of themselves with spaces | standalone.localdomain | item=ms_bind_ipv6 2026-02-20 10:24:44.409049 | fa163e8d-9a30-acb0-af32-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.513984 | 0.12s 2026-02-20 10:24:44.414976 | fa163e8d-9a30-acb0-af32-00000000008f | TIMING | tripleo_cephadm : Expand list of keys to include versions of themselves with spaces | standalone.localdomain | 0:01:15.519902 | 0.12s 2026-02-20 10:24:44.424976 | fa163e8d-9a30-acb0-af32-000000000091 | TASK | Build list of underscored keys found in initial ceph conf file 2026-02-20 10:24:44.550772 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public_network 2026-02-20 10:24:44.608421 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster_network 2026-02-20 10:24:44.670731 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv4 2026-02-20 10:24:44.724435 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms_bind_ipv6 2026-02-20 10:24:44.787538 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=public network 2026-02-20 10:24:44.844586 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=cluster network 2026-02-20 10:24:44.903015 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv4 2026-02-20 10:24:44.957209 | fa163e8d-9a30-acb0-af32-000000000091 | SKIPPED | Build list of underscored keys found in initial ceph conf file | standalone.localdomain | item=ms bind ipv6 2026-02-20 10:24:44.968022 | fa163e8d-9a30-acb0-af32-000000000091 | TIMING | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | standalone.localdomain | 0:01:16.072952 | 0.54s 2026-02-20 10:24:44.972989 | fa163e8d-9a30-acb0-af32-000000000093 | TASK | Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf 2026-02-20 10:24:45.949459 | fa163e8d-9a30-acb0-af32-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-20 10:24:45.951223 | fa163e8d-9a30-acb0-af32-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.056141 | 0.98s 2026-02-20 10:24:46.844979 | fa163e8d-9a30-acb0-af32-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-20 10:24:46.846211 | fa163e8d-9a30-acb0-af32-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:17.951142 | 1.87s 2026-02-20 10:24:47.910401 | fa163e8d-9a30-acb0-af32-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-20 10:24:47.911517 | fa163e8d-9a30-acb0-af32-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.016449 | 2.94s 2026-02-20 10:24:48.877559 | fa163e8d-9a30-acb0-af32-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-20 10:24:48.878868 | fa163e8d-9a30-acb0-af32-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.983799 | 3.91s 2026-02-20 10:24:48.889168 | fa163e8d-9a30-acb0-af32-000000000093 | TIMING | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | standalone.localdomain | 0:01:19.994097 | 3.92s 2026-02-20 10:24:48.899915 | fa163e8d-9a30-acb0-af32-0000000000a6 | TASK | Stat spec file on bootstrap node 2026-02-20 10:24:49.127722 | fa163e8d-9a30-acb0-af32-0000000000a6 | OK | Stat spec file on bootstrap node | standalone.localdomain | item=/home/ceph-admin/specs/ceph_spec.yaml 2026-02-20 10:24:49.129089 | fa163e8d-9a30-acb0-af32-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.234015 | 0.23s 2026-02-20 10:24:49.134810 | fa163e8d-9a30-acb0-af32-0000000000a6 | TIMING | tripleo_cephadm : Stat spec file on bootstrap node | standalone.localdomain | 0:01:20.239745 | 0.23s 2026-02-20 10:24:49.144026 | fa163e8d-9a30-acb0-af32-0000000000a7 | TASK | Fail if spec file is missing 2026-02-20 10:24:49.192232 | fa163e8d-9a30-acb0-af32-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': 989858200, 'dev': 64516, 'nlink': 1, 'atime': 1771583016.8227262, 'mtime': 1771583016.5067165, 'ctime': 1771583016.8247263, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'ceph-admin', 'gr_name': 'ceph-admin', 'checksum': '6ff552aaff9f807d630cbf2c3e4abc4bf2c16a1a', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '795385319', '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-20 10:24:49.196407 | fa163e8d-9a30-acb0-af32-0000000000a7 | TIMING | tripleo_cephadm : Fail if spec file is missing | standalone.localdomain | 0:01:20.301324 | 0.05s 2026-02-20 10:24:49.206965 | fa163e8d-9a30-acb0-af32-0000000000a8 | TASK | Get ceph_cli 2026-02-20 10:24:49.243800 | fa163e8d-9a30-acb0-af32-0000000000a8 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:20.348710 | 0.04s 2026-02-20 10:24:49.255343 | 5db40cfd-27ea-4108-8a9e-ed53b1094094 | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-20 10:24:49.273261 | fa163e8d-9a30-acb0-af32-000000000270 | TASK | Set ceph CLI 2026-02-20 10:24:49.463362 | fa163e8d-9a30-acb0-af32-000000000270 | OK | Set ceph CLI | standalone.localdomain 2026-02-20 10:24:49.464746 | fa163e8d-9a30-acb0-af32-000000000270 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:20.569670 | 0.19s 2026-02-20 10:24:49.474306 | fa163e8d-9a30-acb0-af32-0000000000a9 | TASK | Get the ceph orchestrator status 2026-02-20 10:24:50.384681 | fa163e8d-9a30-acb0-af32-0000000000a9 | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-20 10:24:50.386742 | fa163e8d-9a30-acb0-af32-0000000000a9 | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:21.491655 | 0.91s 2026-02-20 10:24:50.393703 | fa163e8d-9a30-acb0-af32-0000000000aa | TASK | Fail if ceph orchestrator is not available 2026-02-20 10:24:50.439904 | fa163e8d-9a30-acb0-af32-0000000000aa | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-20 10:24:50.441304 | fa163e8d-9a30-acb0-af32-0000000000aa | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:21.546227 | 0.05s 2026-02-20 10:24:50.450987 | fa163e8d-9a30-acb0-af32-0000000000ab | TASK | Run ceph config set for parameters before applying the spec 2026-02-20 10:24:50.478012 | fa163e8d-9a30-acb0-af32-0000000000ab | TIMING | tripleo_cephadm : Run ceph config set for parameters before applying the spec | standalone.localdomain | 0:01:21.582930 | 0.03s 2026-02-20 10:24:50.512235 | 663c4247-87bc-466a-977b-29cec456b5ca | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/cephadm_config_set.yaml | standalone.localdomain 2026-02-20 10:24:50.537305 | fa163e8d-9a30-acb0-af32-0000000002a7 | TASK | Ensure tripleo_cephadm_ceph_cli is set 2026-02-20 10:24:50.585886 | fa163e8d-9a30-acb0-af32-0000000002a7 | SKIPPED | Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain 2026-02-20 10:24:50.586708 | fa163e8d-9a30-acb0-af32-0000000002a7 | TIMING | tripleo_cephadm : Ensure tripleo_cephadm_ceph_cli is set | standalone.localdomain | 0:01:21.691640 | 0.05s 2026-02-20 10:24:50.593169 | fa163e8d-9a30-acb0-af32-0000000002a8 | TASK | set cephadm debug level 2026-02-20 10:24:50.650856 | fa163e8d-9a30-acb0-af32-0000000002a8 | SKIPPED | set cephadm debug level | standalone.localdomain 2026-02-20 10:24:50.651835 | fa163e8d-9a30-acb0-af32-0000000002a8 | TIMING | tripleo_cephadm : set cephadm debug level | standalone.localdomain | 0:01:21.756767 | 0.06s 2026-02-20 10:24:50.657895 | fa163e8d-9a30-acb0-af32-0000000002a9 | TASK | enforce minimum ceph clients version 2026-02-20 10:24:50.723585 | fa163e8d-9a30-acb0-af32-0000000002a9 | SKIPPED | enforce minimum ceph clients version | standalone.localdomain 2026-02-20 10:24:50.724470 | fa163e8d-9a30-acb0-af32-0000000002a9 | TIMING | tripleo_cephadm : enforce minimum ceph clients version | standalone.localdomain | 0:01:21.829402 | 0.07s 2026-02-20 10:24:50.730253 | fa163e8d-9a30-acb0-af32-0000000002aa | TASK | set container image base in ceph configuration 2026-02-20 10:24:51.644739 | fa163e8d-9a30-acb0-af32-0000000002aa | OK | set container image base in ceph configuration | standalone.localdomain 2026-02-20 10:24:51.646004 | fa163e8d-9a30-acb0-af32-0000000002aa | TIMING | tripleo_cephadm : set container image base in ceph configuration | standalone.localdomain | 0:01:22.750930 | 0.91s 2026-02-20 10:24:51.655418 | fa163e8d-9a30-acb0-af32-0000000002ac | TASK | set alertmanager container image in ceph configuration 2026-02-20 10:24:51.714606 | fa163e8d-9a30-acb0-af32-0000000002ac | SKIPPED | set alertmanager container image in ceph configuration | standalone.localdomain 2026-02-20 10:24:51.715850 | fa163e8d-9a30-acb0-af32-0000000002ac | TIMING | tripleo_cephadm : set alertmanager container image in ceph configuration | standalone.localdomain | 0:01:22.820739 | 0.06s 2026-02-20 10:24:51.725422 | fa163e8d-9a30-acb0-af32-0000000002ad | TASK | set grafana container image in ceph configuration 2026-02-20 10:24:51.800438 | fa163e8d-9a30-acb0-af32-0000000002ad | SKIPPED | set grafana container image in ceph configuration | standalone.localdomain 2026-02-20 10:24:51.801575 | fa163e8d-9a30-acb0-af32-0000000002ad | TIMING | tripleo_cephadm : set grafana container image in ceph configuration | standalone.localdomain | 0:01:22.906501 | 0.07s 2026-02-20 10:24:51.810884 | fa163e8d-9a30-acb0-af32-0000000002ae | TASK | set node-exporter container image in ceph configuration 2026-02-20 10:24:51.875245 | fa163e8d-9a30-acb0-af32-0000000002ae | SKIPPED | set node-exporter container image in ceph configuration | standalone.localdomain 2026-02-20 10:24:51.876310 | fa163e8d-9a30-acb0-af32-0000000002ae | TIMING | tripleo_cephadm : set node-exporter container image in ceph configuration | standalone.localdomain | 0:01:22.981237 | 0.06s 2026-02-20 10:24:51.885293 | fa163e8d-9a30-acb0-af32-0000000002af | TASK | set prometheus container image in ceph configuration 2026-02-20 10:24:51.944493 | fa163e8d-9a30-acb0-af32-0000000002af | SKIPPED | set prometheus container image in ceph configuration | standalone.localdomain 2026-02-20 10:24:51.945660 | fa163e8d-9a30-acb0-af32-0000000002af | TIMING | tripleo_cephadm : set prometheus container image in ceph configuration | standalone.localdomain | 0:01:23.050586 | 0.06s 2026-02-20 10:24:51.954367 | fa163e8d-9a30-acb0-af32-0000000000ac | TASK | Apply spec 2026-02-20 10:24:53.528622 | fa163e8d-9a30-acb0-af32-0000000000ac | CHANGED | Apply spec | standalone.localdomain 2026-02-20 10:24:53.530167 | fa163e8d-9a30-acb0-af32-0000000000ac | TIMING | tripleo_cephadm : Apply spec | standalone.localdomain | 0:01:24.635085 | 1.57s 2026-02-20 10:24:53.540098 | fa163e8d-9a30-acb0-af32-0000000000ad | TASK | Show results of spec apply 2026-02-20 10:24:53.620670 | fa163e8d-9a30-acb0-af32-0000000000ad | SKIPPED | Show results of spec apply | standalone.localdomain 2026-02-20 10:24:53.622008 | fa163e8d-9a30-acb0-af32-0000000000ad | TIMING | tripleo_cephadm : Show results of spec apply | standalone.localdomain | 0:01:24.726930 | 0.08s 2026-02-20 10:24:53.636084 | fa163e8d-9a30-acb0-af32-0000000000ae | TASK | Wait for the expected number of osds to be running 2026-02-20 10:24:53.696785 | fa163e8d-9a30-acb0-af32-0000000000ae | TIMING | tripleo_cephadm : Wait for the expected number of osds to be running | standalone.localdomain | 0:01:24.801701 | 0.06s 2026-02-20 10:24:53.710145 | a1562cd0-4e54-4bc2-b20b-1824e5d0ec3b | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/wait_for_expected_num_osds.yaml | standalone.localdomain 2026-02-20 10:24:53.741592 | fa163e8d-9a30-acb0-af32-000000000307 | TASK | Wait for expected number of osds to be running 2026-02-20 10:24:54.854445 | fa163e8d-9a30-acb0-af32-000000000307 | RETRY | Wait for expected number of osds to be running | standalone.localdomain | 40 retries left 2026-02-20 10:25:25.790462 | fa163e8d-9a30-acb0-af32-000000000307 | CHANGED | Wait for expected number of osds to be running | standalone.localdomain 2026-02-20 10:25:25.791656 | fa163e8d-9a30-acb0-af32-000000000307 | TIMING | tripleo_cephadm : Wait for expected number of osds to be running | standalone.localdomain | 0:01:56.896582 | 32.05s 2026-02-20 10:25:25.808528 | fa163e8d-9a30-acb0-af32-0000000000c9 | TASK | Get ceph_cli 2026-02-20 10:25:25.850206 | fa163e8d-9a30-acb0-af32-0000000000c9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-20 10:25:25.851365 | fa163e8d-9a30-acb0-af32-0000000000c9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:56.956291 | 0.04s 2026-02-20 10:25:25.860691 | fa163e8d-9a30-acb0-af32-0000000000ca | TASK | Collect ceph config dump 2026-02-20 10:25:25.899334 | fa163e8d-9a30-acb0-af32-0000000000ca | SKIPPED | Collect ceph config dump | standalone.localdomain 2026-02-20 10:25:25.900472 | fa163e8d-9a30-acb0-af32-0000000000ca | TIMING | tripleo_cephadm : Collect ceph config dump | standalone.localdomain | 0:01:57.005398 | 0.04s 2026-02-20 10:25:25.909233 | fa163e8d-9a30-acb0-af32-0000000000cb | TASK | Extract osd_pool_default_pg_num from ceph config 2026-02-20 10:25:25.978507 | fa163e8d-9a30-acb0-af32-0000000000cb | SKIPPED | Extract osd_pool_default_pg_num from ceph config | standalone.localdomain 2026-02-20 10:25:25.979577 | fa163e8d-9a30-acb0-af32-0000000000cb | TIMING | tripleo_cephadm : Extract osd_pool_default_pg_num from ceph config | standalone.localdomain | 0:01:57.084505 | 0.07s 2026-02-20 10:25:25.988125 | fa163e8d-9a30-acb0-af32-0000000000cc | TASK | Create pool 2026-02-20 10:25:26.035633 | fa163e8d-9a30-acb0-af32-0000000000cc | TIMING | tripleo_cephadm : Create pool | standalone.localdomain | 0:01:57.140541 | 0.05s 2026-02-20 10:25:26.046026 | fa163e8d-9a30-acb0-af32-0000000000cd | TASK | Enable application on Ceph pools 2026-02-20 10:25:26.113888 | fa163e8d-9a30-acb0-af32-0000000000cd | TIMING | tripleo_cephadm : Enable application on Ceph pools | standalone.localdomain | 0:01:57.218793 | 0.07s 2026-02-20 10:25:26.126130 | fa163e8d-9a30-acb0-af32-0000000000cf | TASK | Get the RBD ceph_cli 2026-02-20 10:25:26.167240 | fa163e8d-9a30-acb0-af32-0000000000cf | SKIPPED | Get the RBD ceph_cli | standalone.localdomain 2026-02-20 10:25:26.168265 | fa163e8d-9a30-acb0-af32-0000000000cf | TIMING | tripleo_cephadm : Get the RBD ceph_cli | standalone.localdomain | 0:01:57.273197 | 0.04s 2026-02-20 10:25:26.175071 | fa163e8d-9a30-acb0-af32-0000000000d0 | TASK | Set trash interval 2026-02-20 10:25:26.257890 | fa163e8d-9a30-acb0-af32-0000000000d0 | SKIPPED | Set trash interval | standalone.localdomain | item=volumes 2026-02-20 10:25:26.263461 | fa163e8d-9a30-acb0-af32-0000000000d0 | TIMING | tripleo_cephadm : Set trash interval | standalone.localdomain | 0:01:57.368392 | 0.09s 2026-02-20 10:25:26.271753 | fa163e8d-9a30-acb0-af32-0000000000e8 | TASK | Render cephx key(s) in tripleo_cephadm_config_home 2026-02-20 10:25:26.336269 | fa163e8d-9a30-acb0-af32-0000000000e8 | TIMING | tripleo_cephadm : Render cephx key(s) in tripleo_cephadm_config_home | standalone.localdomain | 0:01:57.441196 | 0.06s 2026-02-20 10:25:26.342821 | fa163e8d-9a30-acb0-af32-0000000000e9 | TASK | Get ceph_cli 2026-02-20 10:25:26.370393 | fa163e8d-9a30-acb0-af32-0000000000e9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-20 10:25:26.370942 | fa163e8d-9a30-acb0-af32-0000000000e9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.475879 | 0.03s 2026-02-20 10:25:26.375208 | fa163e8d-9a30-acb0-af32-0000000000ea | TASK | Import cephx key(s) within the Ceph cluster 2026-02-20 10:25:26.420509 | fa163e8d-9a30-acb0-af32-0000000000ea | TIMING | tripleo_cephadm : Import cephx key(s) within the Ceph cluster | standalone.localdomain | 0:01:57.525429 | 0.04s 2026-02-20 10:25:26.437653 | fa163e8d-9a30-acb0-af32-0000000000f9 | TASK | Get ceph_cli 2026-02-20 10:25:26.467708 | fa163e8d-9a30-acb0-af32-0000000000f9 | SKIPPED | Get ceph_cli | standalone.localdomain 2026-02-20 10:25:26.468920 | fa163e8d-9a30-acb0-af32-0000000000f9 | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.573840 | 0.03s 2026-02-20 10:25:26.477907 | fa163e8d-9a30-acb0-af32-0000000000fa | TASK | Wait for the expected number of monitors to be running 2026-02-20 10:25:26.507404 | fa163e8d-9a30-acb0-af32-0000000000fa | SKIPPED | Wait for the expected number of monitors to be running | standalone.localdomain 2026-02-20 10:25:26.508522 | fa163e8d-9a30-acb0-af32-0000000000fa | TIMING | tripleo_cephadm : Wait for the expected number of monitors to be running | standalone.localdomain | 0:01:57.613446 | 0.03s 2026-02-20 10:25:26.517604 | fa163e8d-9a30-acb0-af32-0000000000fb | TASK | Run ceph mon dump to get all monitors 2026-02-20 10:25:26.546304 | fa163e8d-9a30-acb0-af32-0000000000fb | SKIPPED | Run ceph mon dump to get all monitors | standalone.localdomain 2026-02-20 10:25:26.547368 | fa163e8d-9a30-acb0-af32-0000000000fb | TIMING | tripleo_cephadm : Run ceph mon dump to get all monitors | standalone.localdomain | 0:01:57.652293 | 0.03s 2026-02-20 10:25:26.556055 | fa163e8d-9a30-acb0-af32-0000000000fc | TASK | Extract mons_json 2026-02-20 10:25:26.585672 | fa163e8d-9a30-acb0-af32-0000000000fc | SKIPPED | Extract mons_json | standalone.localdomain 2026-02-20 10:25:26.586678 | fa163e8d-9a30-acb0-af32-0000000000fc | TIMING | tripleo_cephadm : Extract mons_json | standalone.localdomain | 0:01:57.691607 | 0.03s 2026-02-20 10:25:26.594903 | fa163e8d-9a30-acb0-af32-0000000000fd | TASK | Build mons_list 2026-02-20 10:25:26.624292 | fa163e8d-9a30-acb0-af32-0000000000fd | SKIPPED | Build mons_list | standalone.localdomain 2026-02-20 10:25:26.625398 | fa163e8d-9a30-acb0-af32-0000000000fd | TIMING | tripleo_cephadm : Build mons_list | standalone.localdomain | 0:01:57.730327 | 0.03s 2026-02-20 10:25:26.634339 | fa163e8d-9a30-acb0-af32-0000000000fe | TASK | Set external_cluster_mon_ips from mons_list 2026-02-20 10:25:26.662754 | fa163e8d-9a30-acb0-af32-0000000000fe | SKIPPED | Set external_cluster_mon_ips from mons_list | standalone.localdomain 2026-02-20 10:25:26.663770 | fa163e8d-9a30-acb0-af32-0000000000fe | TIMING | tripleo_cephadm : Set external_cluster_mon_ips from mons_list | standalone.localdomain | 0:01:57.768698 | 0.03s 2026-02-20 10:25:26.672518 | fa163e8d-9a30-acb0-af32-0000000000ff | TASK | Verify the keyring 2026-02-20 10:25:26.741355 | fa163e8d-9a30-acb0-af32-0000000000ff | TIMING | tripleo_cephadm : Verify the keyring | standalone.localdomain | 0:01:57.846275 | 0.07s 2026-02-20 10:25:26.754730 | fa163e8d-9a30-acb0-af32-000000000100 | TASK | Ensure tripleo_ceph_client_vars path exists 2026-02-20 10:25:26.794662 | fa163e8d-9a30-acb0-af32-000000000100 | SKIPPED | Ensure tripleo_ceph_client_vars path exists | standalone.localdomain 2026-02-20 10:25:26.795698 | fa163e8d-9a30-acb0-af32-000000000100 | TIMING | tripleo_cephadm : Ensure tripleo_ceph_client_vars path exists | standalone.localdomain | 0:01:57.900626 | 0.04s 2026-02-20 10:25:26.809195 | fa163e8d-9a30-acb0-af32-000000000101 | TASK | Save tripleo_ceph_client_vars file 2026-02-20 10:25:26.849822 | fa163e8d-9a30-acb0-af32-000000000101 | SKIPPED | Save tripleo_ceph_client_vars file | standalone.localdomain 2026-02-20 10:25:26.850953 | fa163e8d-9a30-acb0-af32-000000000101 | TIMING | tripleo_cephadm : Save tripleo_ceph_client_vars file | standalone.localdomain | 0:01:57.955880 | 0.04s 2026-02-20 10:25:26.867652 | fa163e8d-9a30-acb0-af32-00000000011c | TASK | Get ceph_cli 2026-02-20 10:25:26.893911 | fa163e8d-9a30-acb0-af32-00000000011c | TIMING | tripleo_cephadm : Get ceph_cli | standalone.localdomain | 0:01:57.998834 | 0.03s 2026-02-20 10:25:26.906739 | 8b100a54-be1d-49f1-a261-a89d10e7659d | INCLUDED | /usr/share/ansible/roles/tripleo_cephadm/tasks/ceph_cli.yaml | standalone.localdomain 2026-02-20 10:25:26.919139 | fa163e8d-9a30-acb0-af32-0000000003c0 | TASK | Set ceph CLI 2026-02-20 10:25:27.081744 | fa163e8d-9a30-acb0-af32-0000000003c0 | OK | Set ceph CLI | standalone.localdomain 2026-02-20 10:25:27.083026 | fa163e8d-9a30-acb0-af32-0000000003c0 | TIMING | tripleo_cephadm : Set ceph CLI | standalone.localdomain | 0:01:58.187951 | 0.16s 2026-02-20 10:25:27.091910 | fa163e8d-9a30-acb0-af32-00000000011d | TASK | Get the ceph orchestrator status 2026-02-20 10:25:27.958395 | fa163e8d-9a30-acb0-af32-00000000011d | CHANGED | Get the ceph orchestrator status | standalone.localdomain 2026-02-20 10:25:27.959828 | fa163e8d-9a30-acb0-af32-00000000011d | TIMING | tripleo_cephadm : Get the ceph orchestrator status | standalone.localdomain | 0:01:59.064753 | 0.87s 2026-02-20 10:25:27.969449 | fa163e8d-9a30-acb0-af32-00000000011e | TASK | Fail if ceph orchestrator is not available 2026-02-20 10:25:28.026515 | fa163e8d-9a30-acb0-af32-00000000011e | SKIPPED | Fail if ceph orchestrator is not available | standalone.localdomain 2026-02-20 10:25:28.027670 | fa163e8d-9a30-acb0-af32-00000000011e | TIMING | tripleo_cephadm : Fail if ceph orchestrator is not available | standalone.localdomain | 0:01:59.132596 | 0.06s 2026-02-20 10:25:28.036697 | fa163e8d-9a30-acb0-af32-000000000120 | TASK | Show the deployed daemons 2026-02-20 10:25:28.904400 | fa163e8d-9a30-acb0-af32-000000000120 | CHANGED | Show the deployed daemons | standalone.localdomain 2026-02-20 10:25:28.905838 | fa163e8d-9a30-acb0-af32-000000000120 | TIMING | tripleo_cephadm : Show the deployed daemons | standalone.localdomain | 0:02:00.010762 | 0.87s 2026-02-20 10:25:28.915314 | fa163e8d-9a30-acb0-af32-000000000121 | TASK | Deployed daemons 2026-02-20 10:25:28.975301 | fa163e8d-9a30-acb0-af32-000000000121 | SKIPPED | Deployed daemons | standalone.localdomain 2026-02-20 10:25:28.976584 | fa163e8d-9a30-acb0-af32-000000000121 | TIMING | tripleo_cephadm : Deployed daemons | standalone.localdomain | 0:02:00.081508 | 0.06s 2026-02-20 10:25:28.986025 | fa163e8d-9a30-acb0-af32-000000000122 | TASK | Print the status of the deployed Ceph cluster 2026-02-20 10:25:29.930721 | fa163e8d-9a30-acb0-af32-000000000122 | CHANGED | Print the status of the deployed Ceph cluster | standalone.localdomain 2026-02-20 10:25:29.932178 | fa163e8d-9a30-acb0-af32-000000000122 | TIMING | tripleo_cephadm : Print the status of the deployed Ceph cluster | standalone.localdomain | 0:02:01.037097 | 0.94s 2026-02-20 10:25:29.941742 | fa163e8d-9a30-acb0-af32-000000000123 | TASK | Ceph cluster status 2026-02-20 10:25:29.979719 | fa163e8d-9a30-acb0-af32-000000000123 | OK | Ceph cluster status | standalone.localdomain | result={ "changed": false, "msg": [ " cluster:", " id: b516e037-28df-5516-9293-262570cb1d7f", " health: HEALTH_OK", " ", " services:", " mon: 1 daemons, quorum standalone (age 81s)", " mgr: standalone.dgsmhu(active, since 65s)", " osd: 1 osds: 1 up (since 15s), 1 in (since 30s)", " ", " data:", " pools: 1 pools, 1 pgs", " objects: 2 objects, 449 KiB", " usage: 27 MiB used, 7.0 GiB / 7.0 GiB avail", " pgs: 1 active+clean", " " ] } 2026-02-20 10:25:29.980776 | fa163e8d-9a30-acb0-af32-000000000123 | TIMING | tripleo_cephadm : Ceph cluster status | standalone.localdomain | 0:02:01.085705 | 0.04s 2026-02-20 10:25:30.001617 | fa163e8d-9a30-acb0-af32-00000000013b | TASK | Create Deployed Ceph Heat Environment file to pass to overcloud deploy 2026-02-20 10:25:30.602049 | fa163e8d-9a30-acb0-af32-00000000013b | CHANGED | Create Deployed Ceph Heat Environment file to pass to overcloud deploy | standalone.localdomain -> localhost [WARNING]: ('standalone.localdomain -> localhost', 'fa163e8d-9a30-acb0-af32-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-20 10:25:30.641100 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:25:30.641655 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 94 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:25:30.642209 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:02:01.747142 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 10:25:30.642704 | UUID | Info | Host | Task Name | Run Time 2026-02-20 10:25:30.643228 | fa163e8d-9a30-acb0-af32-000000000068 | SUMMARY | standalone.localdomain | tripleo_cephadm : Run cephadm bootstrap | 62.86s 2026-02-20 10:25:30.643699 | fa163e8d-9a30-acb0-af32-000000000307 | SUMMARY | standalone.localdomain | tripleo_cephadm : Wait for expected number of osds to be running | 32.05s 2026-02-20 10:25:30.644195 | fa163e8d-9a30-acb0-af32-000000000093 | SUMMARY | standalone.localdomain | tripleo_cephadm : Set public/cluster network and v4/v6 ms_bind unless already in ceph.conf | 3.92s 2026-02-20 10:25:30.644669 | fa163e8d-9a30-acb0-af32-000000000021 | SUMMARY | standalone.localdomain | tripleo_cephadm : Install cephadm package | 3.45s 2026-02-20 10:25:30.645178 | fa163e8d-9a30-acb0-af32-0000000000ac | SUMMARY | standalone.localdomain | tripleo_cephadm : Apply spec | 1.57s 2026-02-20 10:25:30.645693 | fa163e8d-9a30-acb0-af32-00000000006c | SUMMARY | standalone.localdomain | tripleo_cephadm : Set the default container image in ceph configuration | 1.14s 2026-02-20 10:25:30.646211 | fa163e8d-9a30-acb0-af32-000000000122 | SUMMARY | standalone.localdomain | tripleo_cephadm : Print the status of the deployed Ceph cluster | 0.94s 2026-02-20 10:25:30.646690 | fa163e8d-9a30-acb0-af32-00000000006b | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure cephadm uses image tags instead of digests | 0.92s 2026-02-20 10:25:30.647207 | fa163e8d-9a30-acb0-af32-0000000002aa | SUMMARY | standalone.localdomain | tripleo_cephadm : set container image base in ceph configuration | 0.91s 2026-02-20 10:25:30.647677 | fa163e8d-9a30-acb0-af32-0000000000a9 | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.91s 2026-02-20 10:25:30.648168 | fa163e8d-9a30-acb0-af32-000000000120 | SUMMARY | standalone.localdomain | tripleo_cephadm : Show the deployed daemons | 0.87s 2026-02-20 10:25:30.648649 | fa163e8d-9a30-acb0-af32-00000000011d | SUMMARY | standalone.localdomain | tripleo_cephadm : Get the ceph orchestrator status | 0.87s 2026-02-20 10:25:30.649135 | fa163e8d-9a30-acb0-af32-000000000024 | SUMMARY | standalone.localdomain | tripleo_cephadm : List Ceph daemon instances on this host | 0.83s 2026-02-20 10:25:30.649634 | fa163e8d-9a30-acb0-af32-00000000002f | SUMMARY | standalone.localdomain | tripleo_cephadm : push tripleo_cephadm_spec to bootstrap node if spec file exsits | 0.59s 2026-02-20 10:25:30.650149 | fa163e8d-9a30-acb0-af32-000000000091 | SUMMARY | standalone.localdomain | tripleo_cephadm : Build list of underscored keys found in initial ceph conf file | 0.54s 2026-02-20 10:25:30.650646 | fa163e8d-9a30-acb0-af32-000000000064 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat necessary files to bootstrap with cephadm | 0.49s 2026-02-20 10:25:30.651135 | fa163e8d-9a30-acb0-af32-000000000032 | SUMMARY | standalone.localdomain | tripleo_cephadm : push it to tripleo_cephadm_assimilate_conf on bootstrap node | 0.48s 2026-02-20 10:25:30.651611 | fa163e8d-9a30-acb0-af32-00000000002c | SUMMARY | standalone.localdomain | tripleo_cephadm : Ensure tripleo_cephadm_config_home (e.g. /etc/ceph) exists | 0.37s 2026-02-20 10:25:30.652076 | fa163e8d-9a30-acb0-af32-000000000022 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat cephadm file | 0.36s 2026-02-20 10:25:30.652584 | fa163e8d-9a30-acb0-af32-000000000066 | SUMMARY | standalone.localdomain | tripleo_cephadm : Stat pre ceph conf file in case we should bootrap with it | 0.24s 2026-02-20 10:25:30.653040 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-20 10:25:33.702 40359 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-20 10:25:33.726 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.726 40359 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-20 10:25:33.728 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.729 40359 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-20 10:25:33.733 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.733 40359 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-20 10:25:33.735 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.735 40359 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-20 10:25:33.737 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.737 40359 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-20 10:25:33.739 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.739 40359 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-20 10:25:33.768 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.768 40359 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-20 10:25:33.785 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.785 40359 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-20 10:25:33.787 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.787 40359 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-20 10:25:33.789 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.789 40359 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-20 10:25:33.791 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.791 40359 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-20 10:25:33.793 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.793 40359 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-20 10:25:33.794 40359 INFO migrate.versioning.api [-] done 2026-02-20 10:25:33.794 40359 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-20 10:25:33.817 40359 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-20 10:25:42Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:42Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:42Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:42Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:42Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-20 10:25:42Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:25:43Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:43Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-20 10:25:43Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:43Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:43Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-20 10:25:43Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:25:44Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:44Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-20 10:25:44Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-20 10:25:45Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:45Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:45Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:45Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-20 10:25:45Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:25:46Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:46Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:46Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-20 10:25:46Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:47Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-20 10:25:47Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:47Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:47Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:47Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-20 10:25:47Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-20 10:25:47Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:25:47Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:47Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:47Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:47Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-20 10:25:47Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-20 10:25:48Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-20 10:25:48Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:48Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:48Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:48Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-20 10:25:48Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:48Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-20 10:25:48Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:48Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-20 10:25:48Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:49Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-20 10:25:49Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:25:49Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:49Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-20 10:25:49Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-20 10:25:49Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:50Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-20 10:25:50Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:50Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-20 10:25:51Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:51Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-20 10:25:51Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:25:52Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-20 10:25:52Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:52Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:52Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:52Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:52Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:52Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:52Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-20 10:25:52Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-20 10:25:52Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-20 10:25:52Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:53Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-20 10:25:53Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-20 10:25:53Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-20 10:25:53Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-20 10:25:54Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:54Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:54Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:54Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-20 10:25:54Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:25:55Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-20 10:25:55Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:55Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:55Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-20 10:25:56Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-20 10:25:56Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:56Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-20 10:25:56Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:56Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-20 10:25:58Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:25:59Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:00Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:00Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:01Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:01Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:26:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:02Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:26:02Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:03Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:03Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:04Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:04Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:26:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:05Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-20 10:26:05Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:05Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:05Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:06Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:06Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:26:07Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:07Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:07Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:26:08Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:09Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:09Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:10Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-20 10:26:11Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:11Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:11Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:12Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:12Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:13Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:13Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:26:14Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:14Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:14Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:26:14Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:15Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-20 10:26:15Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:16Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:16Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:17Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:17Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:17Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:26:18Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:19Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:19Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:20Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:26:20Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:21Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-20 10:26:21Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:21Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:21Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:21Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:21Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:22Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-20 10:26:22Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:23Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:23Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:24Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:24Z [standalone.StandaloneServiceChain.ServiceChain.5.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:24Z [standalone.StandaloneServiceChain.ServiceChain.5.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:26:25Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:25Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:25Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:25Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:25Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:26Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:26Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:26Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanApiLogging]: CREATE_COMPLETE state changed 2026-02-20 10:26:26Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:26Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:26:26Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:27Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:27Z [standalone.StandaloneServiceChain.ServiceChain.5.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:28Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:28Z [standalone.StandaloneServiceChain.ServiceChain.5.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:26:29Z [standalone.StandaloneServiceChain.ServiceChain.5.BarbicanClient]: CREATE_COMPLETE state changed 2026-02-20 10:26:29Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:30Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-20 10:26:30Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:31Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-20 10:26:32Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:33Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-20 10:26:33Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:33Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:33Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:34Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:34Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:34Z [standalone.StandaloneServiceChain.ServiceChain.8.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:35Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:36Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:26:36Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:37Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-20 10:26:38Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:38Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:38Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:39Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:39Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:26:40Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:40Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:40Z [standalone.StandaloneServiceChain.ServiceChain.9.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:40Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:41Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-20 10:26:41Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:41Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:41Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:42Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-20 10:26:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-20 10:26:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-20 10:26:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:44Z [standalone.StandaloneServiceChain.ServiceChain.10.CephBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:44Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:44Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-20 10:26:45Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:46Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-20 10:26:46Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:46Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:47Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:47Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:47Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:47Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-20 10:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CephMgrAnsibleVars]: CREATE_COMPLETE state changed 2026-02-20 10:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-20 10:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-20 10:26:48Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:49Z [standalone.StandaloneServiceChain.ServiceChain.12.CephBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:49Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:49Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-20 10:26:51Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:51Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-20 10:26:51Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:52Z [standalone.StandaloneServiceChain.ServiceChain.13.CephBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:52Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:53Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-20 10:26:53Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:54Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:54Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:54Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:54Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:54Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.DefaultCephConfigOverrides]: CREATE_COMPLETE state changed 2026-02-20 10:26:55Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:55Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.ContainerImageUrlParts]: CREATE_COMPLETE state changed 2026-02-20 10:26:55Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:55Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase.CephAdmVars]: CREATE_COMPLETE state changed 2026-02-20 10:26:55Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:56Z [standalone.StandaloneServiceChain.ServiceChain.14.CephBase]: CREATE_COMPLETE state changed 2026-02-20 10:26:56Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:26:57Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-20 10:26:57Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:57Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:57Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:57Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:26:58Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:59Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:26:59Z [standalone.StandaloneServiceChain.ServiceChain.15.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:26:59Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:26:59Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:00Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:00Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:01Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:01Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:01Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:01Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:01Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:01Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:27:01Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:02Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:27:02Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:02Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:02Z [standalone.StandaloneServiceChain.ServiceChain.15.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:02Z [standalone.StandaloneServiceChain.ServiceChain.15.CinderCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:03Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:03Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:04Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-20 10:27:05Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:05Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:05Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:06Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:06Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:07Z [standalone.StandaloneServiceChain.ServiceChain.16.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:07Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:08Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:08Z [standalone.StandaloneServiceChain.ServiceChain.16.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:08Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:09Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:27:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:27:09Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:10Z [standalone.StandaloneServiceChain.ServiceChain.16.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:27:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:10Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:27:11Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:12Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:12Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:13Z [standalone.StandaloneServiceChain.ServiceChain.16.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:13Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:14Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-20 10:27:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:15Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:15Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:16Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:16Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:16Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:17Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:18Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:18Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:18Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:27:18Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:19Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:19Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:19Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:27:20Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:20Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:20Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:21Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:21Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:22Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-20 10:27:23Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:23Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:23Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:24Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:24Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:25Z [standalone.StandaloneServiceChain.ServiceChain.18.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:25Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:26Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:26Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:26Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:27Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:27:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:27:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:27Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:28Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:27:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:28Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:27:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:29Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:30Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:30Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:31Z [standalone.StandaloneServiceChain.ServiceChain.18.CinderBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:31Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:32Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-20 10:27:33Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:33Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:33Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:33Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:34Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:35Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:35Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:35Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:35Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:36Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:36Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:37Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:37Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:38Z [standalone.StandaloneServiceChain.ServiceChain.19.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:38Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:39Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-20 10:27:40Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:40Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:40Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:41Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:41Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:41Z [standalone.StandaloneServiceChain.ServiceChain.20.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:42Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:43Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:43Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:44Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-20 10:27:44Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:45Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-20 10:27:46Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:46Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:46Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:46Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:47Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:48Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:48Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:49Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-20 10:27:49Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:50Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-20 10:27:51Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:51Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:51Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:52Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:52Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:52Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:27:53Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:54Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:54Z [standalone.StandaloneServiceChain.ServiceChain.24.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-20 10:27:54Z [standalone.StandaloneServiceChain.ServiceChain.24.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:27:55Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:56Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:56Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:56Z [standalone.StandaloneServiceChain.ServiceChain.24.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:27:56Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:56Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:27:56Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:57Z [standalone.StandaloneServiceChain.ServiceChain.24.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-20 10:27:57Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:27:58Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-20 10:27:58Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:58Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-20 10:27:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:27:59Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:00Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:00Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:00Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:00Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:00Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:01Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:01Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:02Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:28:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-20 10:28:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:28:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:03Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-20 10:28:04Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:05Z [standalone.StandaloneServiceChain.ServiceChain.25.GlanceApi]: CREATE_COMPLETE state changed 2026-02-20 10:28:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:06Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-20 10:28:06Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:06Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:06Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:07Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:07Z [standalone.StandaloneServiceChain.ServiceChain.26.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:28:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:09Z [standalone.StandaloneServiceChain.ServiceChain.26.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:09Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:09Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:10Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:10Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:12Z [standalone.StandaloneServiceChain.ServiceChain.26.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:28:12Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:12Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-20 10:28:13Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:13Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:13Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:14Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:14Z [standalone.StandaloneServiceChain.ServiceChain.27.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:14Z [standalone.StandaloneServiceChain.ServiceChain.27.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:15Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:16Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:16Z [standalone.StandaloneServiceChain.ServiceChain.27.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:17Z [standalone.StandaloneServiceChain.ServiceChain.27.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:28:17Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:18Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-20 10:28:19Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:19Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:19Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:20Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:20Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:20Z [standalone.StandaloneServiceChain.ServiceChain.28.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:21Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:22Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:22Z [standalone.StandaloneServiceChain.ServiceChain.28.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:28:23Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:23Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:24Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-20 10:28:24Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:24Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:24Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:24Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:25Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:26Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-20 10:28:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-20 10:28:27Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-20 10:28:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:28Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:28Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-20 10:28:29Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:29Z [standalone.StandaloneServiceChain.ServiceChain.29.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-20 10:28:30Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:31Z [standalone.StandaloneServiceChain.ServiceChain.29.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-20 10:28:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:28:32Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:33Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:34Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:34Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-20 10:28:35Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:35Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:35Z [standalone.StandaloneServiceChain.ServiceChain.30.HeatBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:37Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:38Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-20 10:28:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:39Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:40Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-20 10:28:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:28:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:41Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:43Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:44Z [standalone.StandaloneServiceChain.ServiceChain.31.HeatBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:44Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-20 10:28:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:46Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:47Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:47Z [standalone.StandaloneServiceChain.ServiceChain.32.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:48Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:48Z [standalone.StandaloneServiceChain.ServiceChain.32.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:48Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatBase]: CREATE_COMPLETE state changed 2026-02-20 10:28:49Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:49Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:49Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:49Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:49Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:50Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:50Z [standalone.StandaloneServiceChain.ServiceChain.32.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-20 10:28:51Z [standalone.StandaloneServiceChain.ServiceChain.32.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:28:51Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:52Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-20 10:28:52Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:52Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:52Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:53Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:53Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:54Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-20 10:28:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:55Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:55Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:28:57Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:58Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-20 10:28:58Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:58Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:28:58Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:28:58Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:28:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:28:59Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-20 10:29:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:00Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:00Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:01Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:01Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:01Z [standalone.StandaloneServiceChain.ServiceChain.36.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:29:01Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:01Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:01Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:02Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:02Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:02Z [standalone.StandaloneServiceChain.ServiceChain.36.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-20 10:29:03Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:29:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:05Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:06Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-20 10:29:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:07Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:07Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:07Z [standalone.StandaloneServiceChain.ServiceChain.37.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:29:08Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:09Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:09Z [standalone.StandaloneServiceChain.ServiceChain.37.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:10Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:10Z [standalone.StandaloneServiceChain.ServiceChain.37.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:29:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:11Z [standalone.StandaloneServiceChain.ServiceChain.37.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:12Z [standalone.StandaloneServiceChain.ServiceChain.37.ManilaBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:12Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:13Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-20 10:29:13Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:14Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-20 10:29:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:15Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:15Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:16Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:16Z [standalone.StandaloneServiceChain.ServiceChain.39.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:17Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:17Z [standalone.StandaloneServiceChain.ServiceChain.39.ManilaBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:18Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:18Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:18Z [standalone.StandaloneServiceChain.ServiceChain.39.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:29:18Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:19Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-20 10:29:19Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:19Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:20Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:21Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:29:22Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:22Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:23Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:23Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:23Z [standalone.StandaloneServiceChain.ServiceChain.40.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:29:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:23Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:24Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:26Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:27Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-20 10:29:27Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:27Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:28Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:28Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:29Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:30Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:30Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-20 10:29:31Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:31Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:31Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:31Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:32Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:33Z [standalone.StandaloneServiceChain.ServiceChain.42.MysqlBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:34Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:34Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:35Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-20 10:29:35Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:37Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-20 10:29:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:37Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:38Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:38Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-20 10:29:40Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:40Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:40Z [standalone.StandaloneServiceChain.ServiceChain.44.NeutronBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:41Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:42Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:42Z [standalone.StandaloneServiceChain.ServiceChain.44.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:42Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:29:42Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:43Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-20 10:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:44Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:45Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:45Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:45Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:46Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-20 10:29:46Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:47Z [standalone.StandaloneServiceChain.ServiceChain.45.NeutronBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:47Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:48Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-20 10:29:48Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:48Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:48Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:49Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:49Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:50Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-20 10:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46.NeutronBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:51Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:52Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-20 10:29:53Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:53Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:53Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:54Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:54Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronBase]: CREATE_COMPLETE state changed 2026-02-20 10:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:29:55Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:29:56Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-20 10:29:57Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:29:58Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-20 10:29:59Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:59Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:29:59Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:29:59Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:00Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:01Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-20 10:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:02Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:03Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:03Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:04Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:04Z [standalone.StandaloneServiceChain.ServiceChain.48.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:05Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:05Z [standalone.StandaloneServiceChain.ServiceChain.48.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:06Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:06Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:06Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:06Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:06Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:30:06Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:07Z [standalone.StandaloneServiceChain.ServiceChain.48.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:07Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:08Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-20 10:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:09Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:10Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-20 10:30:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:11Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-02-20 10:30:12Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:13Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:13Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:14Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:14Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:15Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:15Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:16Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-20 10:30:16Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:17Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:17Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:18Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:18Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:19Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:19Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:20Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:21Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:21Z [standalone.StandaloneServiceChain.ServiceChain.50.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-20 10:30:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:22Z [standalone.StandaloneServiceChain.ServiceChain.50.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:30:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:24Z [standalone.StandaloneServiceChain.ServiceChain.50.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:24Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:24Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:24Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:25Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-20 10:30:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:25Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:27Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:27Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-20 10:30:28Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:29Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaLogging]: CREATE_COMPLETE state changed 2026-02-20 10:30:30Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:30Z [standalone.StandaloneServiceChain.ServiceChain.51.NovaBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:31Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:31Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:32Z [standalone.StandaloneServiceChain.ServiceChain.51.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:32Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:32Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-20 10:30:33Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:33Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:33Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:33Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:33Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:33Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-20 10:30:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:34Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:35Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:35Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:35Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:35Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:35Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:35Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:35Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaLogging]: CREATE_COMPLETE state changed 2026-02-20 10:30:36Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:36Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:37Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:37Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:37Z [standalone.StandaloneServiceChain.ServiceChain.52.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-20 10:30:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:39Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-20 10:30:40Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:40Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:40Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:40Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:40Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:40Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:40Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:41Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:42Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:43Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:43Z [standalone.StandaloneServiceChain.ServiceChain.53.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-20 10:30:44Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:44Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:44Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:44Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:45Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-20 10:30:46Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:46Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:46Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:47Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:47Z [standalone.StandaloneServiceChain.ServiceChain.54.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:47Z [standalone.StandaloneServiceChain.ServiceChain.54.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:48Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:49Z [standalone.StandaloneServiceChain.ServiceChain.54.SshdBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:49Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:50Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-20 10:30:50Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:50Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:50Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:51Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:52Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:52Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:52Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:53Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaBase]: CREATE_COMPLETE state changed 2026-02-20 10:30:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:53Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-20 10:30:54Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:55Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-20 10:30:55Z [standalone.StandaloneServiceChain.ServiceChain.55.NovaLogging]: CREATE_COMPLETE state changed 2026-02-20 10:30:56Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:30:56Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:30:56Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-20 10:30:57Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:57Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:30:57Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:57Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:58Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:30:58Z [standalone.StandaloneServiceChain.ServiceChain.56.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-20 10:30:59Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:00Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:00Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:01Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-20 10:31:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:02Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:02Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:03Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:03Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:03Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:03Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:04Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-20 10:31:04Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:04Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:04Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:05Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:05Z [standalone.StandaloneServiceChain.ServiceChain.58.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:05Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:06Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:07Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:07Z [standalone.StandaloneServiceChain.ServiceChain.58.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:08Z [standalone.StandaloneServiceChain.ServiceChain.58.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-20 10:31:08Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:09Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-20 10:31:10Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:10Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:10Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:11Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:11Z [standalone.StandaloneServiceChain.ServiceChain.59.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:11Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:12Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:13Z [standalone.StandaloneServiceChain.ServiceChain.59.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:31:13Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:14Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:14Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:14Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:14Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-02-20 10:31:15Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:16Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:31:17Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:18Z [standalone.StandaloneServiceChain.ServiceChain.59.OctaviaWorker]: CREATE_COMPLETE state changed 2026-02-20 10:31:18Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:19Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-20 10:31:20Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:20Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:20Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:20Z [standalone.StandaloneServiceChain.ServiceChain.60.OctaviaVars]: CREATE_COMPLETE state changed 2026-02-20 10:31:20Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:21Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-20 10:31:21Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:21Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:21Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:21Z [standalone.StandaloneServiceChain.ServiceChain.61.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:22Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:23Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:23Z [standalone.StandaloneServiceChain.ServiceChain.61.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:24Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:24Z [standalone.StandaloneServiceChain.ServiceChain.61.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:31:25Z [standalone.StandaloneServiceChain.ServiceChain.61.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:25Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:26Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-20 10:31:27Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:27Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:27Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:28Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:28Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:28Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:31:29Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:30Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:30Z [standalone.StandaloneServiceChain.ServiceChain.62.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:31Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:31Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:32Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-20 10:31:32Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:32Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:32Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:32Z [standalone.StandaloneServiceChain.ServiceChain.63.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:34Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:35Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:35Z [standalone.StandaloneServiceChain.ServiceChain.63.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:35Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:36Z [standalone.StandaloneServiceChain.ServiceChain.63.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:31:37Z [standalone.StandaloneServiceChain.ServiceChain.63.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:37Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:37Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-02-20 10:31:38Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:39Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-02-20 10:31:39Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:39Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:40Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:41Z [standalone.StandaloneServiceChain.ServiceChain.65.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:41Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:42Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-02-20 10:31:42Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:42Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:42Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:42Z [standalone.StandaloneServiceChain.ServiceChain.66.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:43Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:43Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:43Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:43Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:44Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:44Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:45Z [standalone.StandaloneServiceChain.ServiceChain.66.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:45Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:46Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:47Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:48Z [standalone.StandaloneServiceChain.ServiceChain.66.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:48Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:49Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-02-20 10:31:50Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:51Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:52Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:52Z [standalone.StandaloneServiceChain.ServiceChain.68.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-20 10:31:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:53Z [standalone.StandaloneServiceChain.ServiceChain.68.MySQLClient]: CREATE_COMPLETE state changed 2026-02-20 10:31:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-20 10:31:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-20 10:31:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:55Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:31:55Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:31:55Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:31:56Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-02-20 10:31:57Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:58Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-02-20 10:31:58Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:58Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:58Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:58Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:31:59Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:31:59Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-02-20 10:32:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:00Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:00Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:32:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:32:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:01Z [standalone.StandaloneServiceChain.ServiceChain.70.RedisBase]: CREATE_COMPLETE state changed 2026-02-20 10:32:01Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:02Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-02-20 10:32:03Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:04Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-02-20 10:32:04Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:05Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-02-20 10:32:06Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:07Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-02-20 10:32:07Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:07Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:07Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:08Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:08Z [standalone.StandaloneServiceChain.ServiceChain.74.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:32:09Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:09Z [standalone.StandaloneServiceChain.ServiceChain.74.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-20 10:32:10Z [standalone.StandaloneServiceChain.ServiceChain.74.SwiftBase]: CREATE_COMPLETE state changed 2026-02-20 10:32:10Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:10Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:10Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:11Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-02-20 10:32:12Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:12Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:12Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:12Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:12Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:13Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-02-20 10:32:13Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:13Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:13Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:13Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:14Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:15Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:15Z [standalone.StandaloneServiceChain.ServiceChain.76.SwiftBase]: CREATE_COMPLETE state changed 2026-02-20 10:32:16Z [standalone.StandaloneServiceChain.ServiceChain.76.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-20 10:32:17Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:17Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-02-20 10:32:18Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:19Z [standalone.StandaloneServiceChain.ServiceChain.77]: CREATE_COMPLETE state changed 2026-02-20 10:32:19Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:20Z [standalone.StandaloneServiceChain.ServiceChain.78]: CREATE_COMPLETE state changed 2026-02-20 10:32:21Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:22Z [standalone.StandaloneServiceChain.ServiceChain.79]: CREATE_COMPLETE state changed 2026-02-20 10:32:22Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:22Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:22Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:22Z [standalone.StandaloneServiceChain.ServiceChain.80.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:22Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:23Z [standalone.StandaloneServiceChain.ServiceChain.80]: CREATE_COMPLETE state changed 2026-02-20 10:32:24Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:24Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:24Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:25Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:25Z [standalone.StandaloneServiceChain.ServiceChain.81.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:25Z [standalone.StandaloneServiceChain.ServiceChain.81.Podman]: CREATE_COMPLETE state changed 2026-02-20 10:32:25Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:26Z [standalone.StandaloneServiceChain.ServiceChain.81]: CREATE_COMPLETE state changed 2026-02-20 10:32:26Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:26Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:26Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:26Z [standalone.StandaloneServiceChain.ServiceChain.82.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:26Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:27Z [standalone.StandaloneServiceChain.ServiceChain.82]: CREATE_COMPLETE state changed 2026-02-20 10:32:27Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:28Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-20 10:32:30Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:30Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:30Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:30Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:31Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:31Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:31Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:31Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:31Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:32Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:32Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:32Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:32Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:33Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:33Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:33Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-20 10:32:33Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:33Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:33Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:33Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:34Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:34Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-20 10:32:34Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:34Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:34Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:34Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-20 10:32:35Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:35Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:35Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:35Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:35Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:36Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:36Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:36Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:36Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:36Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:36Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:37Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:37Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:37Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-20 10:32:37Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:37Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-20 10:32:37Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:38Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:39Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:39Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:39Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:39Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-20 10:32:40Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:41Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-20 10:32:41Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:41Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-20 10:32:42Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:42Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:42Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:42Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-20 10:32:42Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:42Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-20 10:32:42Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:42Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:42Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:42Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-20 10:32:42Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-20 10:32:42Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:42Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:42Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:43Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-20 10:32:44Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-20 10:32:44Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:44Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:44Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:44Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:44Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-20 10:32:45Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:45Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-20 10:32:45Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:46Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-20 10:32:46Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:47Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-20 10:32:47Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:48Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:48Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:48Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:48Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:48Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:48Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:48Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:48Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:48Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:49Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:49Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:49Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:50Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:50Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-20 10:32:50Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:51Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-20 10:32:51Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-20 10:32:52Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:52Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-20 10:32:52Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:53Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:53Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:53Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-20 10:32:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:53Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:53Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:53Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:54Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:54Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-20 10:32:54Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:32:54Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:54Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:55Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-20 10:32:55Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:55Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-20 10:32:56Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:56Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:57Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:58Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:58Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-20 10:32:58Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-20 10:32:58Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:58Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-20 10:32:59Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:32:59Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-20 10:33:00Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-20 10:33:00Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-20 10:33:00Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-20 10:33:01Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-20 10:33:01Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/2e3b257b-674a-4f54-a629-a1f80db4b85d 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-20 10:33:25.451299 | fa163e8d-9a30-371f-566d-000000000006 | TASK | External deployment step 0 2026-02-20 10:33:25.476089 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-000000000006') missing from stats 2026-02-20 10:33:25.525248 | fa163e8d-9a30-371f-566d-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.122925 | 0.03s 2026-02-20 10:33:25.538157 | f30bc001-ef1c-4c17-a50e-a79d7e3d334b | INCLUDED | /root/standalone-ansible-kczqeche/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-20 10:33:25.558421 | fa163e8d-9a30-371f-566d-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-02-20 10:33:26.433239 | fa163e8d-9a30-371f-566d-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-20 10:33:26.434398 | fa163e8d-9a30-371f-566d-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.032074 | 0.87s 2026-02-20 10:33:26.452781 | fa163e8d-9a30-371f-566d-000000000129 | TASK | create redis virtual ip 2026-02-20 10:33:27.319286 | fa163e8d-9a30-371f-566d-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-02-20 10:33:27.320584 | fa163e8d-9a30-371f-566d-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.918260 | 0.87s PLAY [Check if required variables are defined] ********************************* 2026-02-20 10:33:27.399455 | fa163e8d-9a30-371f-566d-000000000138 | TASK | Gathering Facts 2026-02-20 10:33:27.970421 | fa163e8d-9a30-371f-566d-000000000138 | OK | Gathering Facts | localhost 2026-02-20 10:33:27.971898 | fa163e8d-9a30-371f-566d-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.569570 | 0.57s 2026-02-20 10:33:28.034725 | fa163e8d-9a30-371f-566d-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-20 10:33:28.035846 | fa163e8d-9a30-371f-566d-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.633521 | 0.05s 2026-02-20 10:33:28.088846 | fa163e8d-9a30-371f-566d-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-20 10:33:28.089862 | fa163e8d-9a30-371f-566d-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.687539 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-20 10:33:28.204867 | fa163e8d-9a30-371f-566d-000000000160 | TASK | Gathering Facts 2026-02-20 10:33:28.215079 | fa163e8d-9a30-371f-566d-000000000160 | TASK | Gathering Facts 2026-02-20 10:33:28.544876 | fa163e8d-9a30-371f-566d-000000000160 | OK | Gathering Facts | undercloud 2026-02-20 10:33:28.546288 | fa163e8d-9a30-371f-566d-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.143965 | 0.34s 2026-02-20 10:33:28.549070 | fa163e8d-9a30-371f-566d-000000000160 | OK | Gathering Facts | standalone 2026-02-20 10:33:28.550154 | fa163e8d-9a30-371f-566d-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.147837 | 0.33s 2026-02-20 10:33:28.610267 | fa163e8d-9a30-371f-566d-000000000012 | TASK | Set legacy facts 2026-02-20 10:33:28.630778 | fa163e8d-9a30-371f-566d-000000000012 | TASK | Set legacy facts 2026-02-20 10:33:28.648577 | fa163e8d-9a30-371f-566d-000000000012 | OK | Set legacy facts | undercloud 2026-02-20 10:33:28.649969 | fa163e8d-9a30-371f-566d-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.247640 | 0.04s 2026-02-20 10:33:28.675874 | fa163e8d-9a30-371f-566d-000000000012 | OK | Set legacy facts | standalone 2026-02-20 10:33:28.676585 | fa163e8d-9a30-371f-566d-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.274267 | 0.04s PLAY [Load global variables] *************************************************** 2026-02-20 10:33:28.848230 | fa163e8d-9a30-371f-566d-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-20 10:33:28.849149 | fa163e8d-9a30-371f-566d-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.446826 | 0.04s 2026-02-20 10:33:28.860524 | fa163e8d-9a30-371f-566d-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-20 10:33:28.860920 | fa163e8d-9a30-371f-566d-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.458607 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-02-20 10:33:28.933929 | fa163e8d-9a30-371f-566d-000000000018 | TASK | Include Service VIP vars 2026-02-20 10:33:28.961790 | fa163e8d-9a30-371f-566d-000000000018 | OK | Include Service VIP vars | undercloud 2026-02-20 10:33:28.962550 | fa163e8d-9a30-371f-566d-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.560229 | 0.03s 2026-02-20 10:33:28.973051 | fa163e8d-9a30-371f-566d-000000000018 | OK | Include Service VIP vars | standalone 2026-02-20 10:33:28.973397 | fa163e8d-9a30-371f-566d-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.571087 | 0.03s 2026-02-20 10:33:28.976392 | fa163e8d-9a30-371f-566d-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-20 10:33:29.002388 | fa163e8d-9a30-371f-566d-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-20 10:33:29.003206 | fa163e8d-9a30-371f-566d-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.600889 | 0.03s 2026-02-20 10:33:29.013751 | fa163e8d-9a30-371f-566d-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-20 10:33:29.014128 | fa163e8d-9a30-371f-566d-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.611817 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-20 10:33:29.093085 | fa163e8d-9a30-371f-566d-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-20 10:33:29.949164 | fa163e8d-9a30-371f-566d-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e8d-9a30-371f-566d-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-20 10:33:30.042057 | fa163e8d-9a30-371f-566d-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-20 10:33:30.069234 | fa163e8d-9a30-371f-566d-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-20 10:33:30.069708 | fa163e8d-9a30-371f-566d-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.667392 | 0.03s PLAY [Manage SELinux] ********************************************************** 2026-02-20 10:33:30.129383 | fa163e8d-9a30-371f-566d-000000000023 | TASK | Set selinux state 2026-02-20 10:33:30.695648 | fa163e8d-9a30-371f-566d-000000000023 | OK | Set selinux state | standalone 2026-02-20 10:33:30.697057 | fa163e8d-9a30-371f-566d-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.294730 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-20 10:33:30.834306 | fa163e8d-9a30-371f-566d-000000000026 | TASK | Configure Hosts Entries 2026-02-20 10:33:30.867367 | fa163e8d-9a30-371f-566d-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.465017 | 0.03s 2026-02-20 10:33:30.881935 | fa163e8d-9a30-371f-566d-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.479614 | 0.02s 2026-02-20 10:33:30.932346 | fa163e8d-9a30-371f-566d-0000000001f1 | TASK | Create temporary file for hosts 2026-02-20 10:33:31.275649 | fa163e8d-9a30-371f-566d-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-02-20 10:33:31.277346 | fa163e8d-9a30-371f-566d-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.875014 | 0.34s 2026-02-20 10:33:31.300325 | fa163e8d-9a30-371f-566d-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-02-20 10:33:31.301026 | fa163e8d-9a30-371f-566d-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.898707 | 0.35s 2026-02-20 10:33:31.319169 | fa163e8d-9a30-371f-566d-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-02-20 10:33:31.712662 | fa163e8d-9a30-371f-566d-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-20 10:33:31.713907 | fa163e8d-9a30-371f-566d-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.311582 | 0.39s 2026-02-20 10:33:31.714827 | fa163e8d-9a30-371f-566d-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-20 10:33:31.715483 | fa163e8d-9a30-371f-566d-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.313166 | 0.38s 2026-02-20 10:33:31.733438 | fa163e8d-9a30-371f-566d-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-02-20 10:33:32.017895 | fa163e8d-9a30-371f-566d-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-20 10:33:32.019398 | fa163e8d-9a30-371f-566d-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.617070 | 0.28s 2026-02-20 10:33:32.065912 | fa163e8d-9a30-371f-566d-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-20 10:33:32.066929 | fa163e8d-9a30-371f-566d-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.664609 | 0.31s 2026-02-20 10:33:32.084355 | fa163e8d-9a30-371f-566d-0000000001f4 | TASK | Render out the hosts entries 2026-02-20 10:33:32.176334 | fa163e8d-9a30-371f-566d-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-02-20 10:33:32.177362 | fa163e8d-9a30-371f-566d-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.775037 | 0.09s 2026-02-20 10:33:32.194694 | fa163e8d-9a30-371f-566d-0000000001f5 | TASK | Prepare new /etc/hosts 2026-02-20 10:33:32.444693 | fa163e8d-9a30-371f-566d-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-20 10:33:32.446188 | fa163e8d-9a30-371f-566d-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.043837 | 0.25s 2026-02-20 10:33:32.498281 | fa163e8d-9a30-371f-566d-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-20 10:33:32.499054 | fa163e8d-9a30-371f-566d-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.096736 | 0.28s 2026-02-20 10:33:32.517373 | fa163e8d-9a30-371f-566d-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-02-20 10:33:32.863699 | fa163e8d-9a30-371f-566d-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-20 10:33:32.865019 | fa163e8d-9a30-371f-566d-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.462690 | 0.35s 2026-02-20 10:33:32.865867 | fa163e8d-9a30-371f-566d-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-20 10:33:32.866543 | fa163e8d-9a30-371f-566d-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.464225 | 0.33s 2026-02-20 10:33:32.884141 | fa163e8d-9a30-371f-566d-0000000001f7 | TASK | Clean up temporary hosts file 2026-02-20 10:33:33.245857 | fa163e8d-9a30-371f-566d-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-02-20 10:33:33.247260 | fa163e8d-9a30-371f-566d-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.844927 | 0.34s 2026-02-20 10:33:33.248162 | fa163e8d-9a30-371f-566d-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-20 10:33:33.248818 | fa163e8d-9a30-371f-566d-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.846501 | 0.36s PLAY [Common roles for TripleO servers] **************************************** 2026-02-20 10:33:33.367491 | fa163e8d-9a30-371f-566d-00000000002a | TASK | Common roles for TripleO servers 2026-02-20 10:33:33.394745 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-00000000002a') missing from stats 2026-02-20 10:33:33.479824 | fa163e8d-9a30-371f-566d-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.077492 | 0.03s 2026-02-20 10:33:33.550171 | fa163e8d-9a30-371f-566d-000000000254 | TASK | Gather variables for each operating system 2026-02-20 10:33:33.662350 | fa163e8d-9a30-371f-566d-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-20 10:33:33.663737 | fa163e8d-9a30-371f-566d-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.261408 | 0.11s 2026-02-20 10:33:33.668905 | fa163e8d-9a30-371f-566d-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.266587 | 0.12s 2026-02-20 10:33:33.688252 | fa163e8d-9a30-371f-566d-000000000256 | TASK | Check release version package is installed 2026-02-20 10:33:33.989246 | fa163e8d-9a30-371f-566d-000000000256 | CHANGED | Check release version package is installed | standalone 2026-02-20 10:33:33.990244 | fa163e8d-9a30-371f-566d-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.587922 | 0.30s 2026-02-20 10:33:34.011276 | fa163e8d-9a30-371f-566d-000000000257 | TASK | Deploy release version package 2026-02-20 10:33:38.505978 | fa163e8d-9a30-371f-566d-000000000257 | CHANGED | Deploy release version package | standalone 2026-02-20 10:33:38.507223 | fa163e8d-9a30-371f-566d-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.104899 | 4.49s 2026-02-20 10:33:38.531634 | fa163e8d-9a30-371f-566d-000000000259 | TASK | Include packages tasks 2026-02-20 10:33:38.559049 | fa163e8d-9a30-371f-566d-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.156719 | 0.03s 2026-02-20 10:33:38.584145 | 1a3390ed-21ff-4980-99c3-c130ce041e62 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-20 10:33:38.615486 | fa163e8d-9a30-371f-566d-0000000002ad | TASK | Gather facts if they don't exist 2026-02-20 10:33:38.661863 | fa163e8d-9a30-371f-566d-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-20 10:33:38.662949 | fa163e8d-9a30-371f-566d-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.260621 | 0.05s 2026-02-20 10:33:38.688740 | fa163e8d-9a30-371f-566d-0000000002ae | TASK | Gather variables for each operating system 2026-02-20 10:33:38.806291 | fa163e8d-9a30-371f-566d-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-20 10:33:38.812535 | fa163e8d-9a30-371f-566d-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.410200 | 0.12s 2026-02-20 10:33:38.837971 | fa163e8d-9a30-371f-566d-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-20 10:33:39.139099 | fa163e8d-9a30-371f-566d-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-20 10:33:39.140473 | fa163e8d-9a30-371f-566d-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.738144 | 0.30s 2026-02-20 10:33:39.165807 | fa163e8d-9a30-371f-566d-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-20 10:33:44.541786 | fa163e8d-9a30-371f-566d-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-20 10:33:44.542785 | fa163e8d-9a30-371f-566d-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.140464 | 5.38s 2026-02-20 10:33:44.562766 | fa163e8d-9a30-371f-566d-0000000002b2 | TASK | Ensure packages are actually well installed 2026-02-20 10:33:45.609299 | fa163e8d-9a30-371f-566d-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-20 10:33:45.610630 | fa163e8d-9a30-371f-566d-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.208305 | 1.05s 2026-02-20 10:33:45.636173 | fa163e8d-9a30-371f-566d-00000000025a | TASK | Enable openvswitch service if installed 2026-02-20 10:33:46.557414 | fa163e8d-9a30-371f-566d-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-02-20 10:33:46.560304 | fa163e8d-9a30-371f-566d-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.157975 | 0.92s 2026-02-20 10:33:46.588139 | fa163e8d-9a30-371f-566d-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-20 10:33:46.788483 | fa163e8d-9a30-371f-566d-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-20 10:33:46.791079 | fa163e8d-9a30-371f-566d-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.388748 | 0.20s 2026-02-20 10:33:46.816873 | fa163e8d-9a30-371f-566d-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-20 10:33:47.101196 | fa163e8d-9a30-371f-566d-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-20 10:33:47.102565 | fa163e8d-9a30-371f-566d-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.700238 | 0.28s 2026-02-20 10:33:47.127265 | fa163e8d-9a30-371f-566d-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-02-20 10:33:47.174007 | fa163e8d-9a30-371f-566d-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-20 10:33:47.175046 | fa163e8d-9a30-371f-566d-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.772719 | 0.05s 2026-02-20 10:33:47.199586 | fa163e8d-9a30-371f-566d-00000000025f | TASK | Ensure network service is enabled 2026-02-20 10:33:47.566627 | fa163e8d-9a30-371f-566d-00000000025f | OK | Ensure network service is enabled | standalone 2026-02-20 10:33:47.567760 | fa163e8d-9a30-371f-566d-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.165441 | 0.37s 2026-02-20 10:33:47.587474 | fa163e8d-9a30-371f-566d-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-20 10:33:47.934265 | fa163e8d-9a30-371f-566d-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-20 10:33:47.935552 | fa163e8d-9a30-371f-566d-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.533227 | 0.35s 2026-02-20 10:33:47.960878 | fa163e8d-9a30-371f-566d-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-20 10:33:48.192651 | fa163e8d-9a30-371f-566d-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-20 10:33:48.193977 | fa163e8d-9a30-371f-566d-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.791651 | 0.23s 2026-02-20 10:33:48.219439 | fa163e8d-9a30-371f-566d-000000000263 | TASK | Reload NetworkManager 2026-02-20 10:33:48.635004 | fa163e8d-9a30-371f-566d-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-02-20 10:33:48.636870 | fa163e8d-9a30-371f-566d-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.234539 | 0.42s 2026-02-20 10:33:48.663589 | fa163e8d-9a30-371f-566d-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-20 10:33:48.895287 | fa163e8d-9a30-371f-566d-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-20 10:33:48.896549 | fa163e8d-9a30-371f-566d-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.494221 | 0.23s 2026-02-20 10:33:48.921854 | fa163e8d-9a30-371f-566d-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-20 10:33:49.229364 | fa163e8d-9a30-371f-566d-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-20 10:33:49.230652 | fa163e8d-9a30-371f-566d-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.828327 | 0.31s 2026-02-20 10:33:49.256386 | fa163e8d-9a30-371f-566d-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-20 10:33:49.461582 | fa163e8d-9a30-371f-566d-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-20 10:33:49.462953 | fa163e8d-9a30-371f-566d-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.060628 | 0.21s 2026-02-20 10:33:49.489299 | fa163e8d-9a30-371f-566d-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-20 10:33:49.721442 | fa163e8d-9a30-371f-566d-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-20 10:33:49.722759 | fa163e8d-9a30-371f-566d-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.320434 | 0.23s 2026-02-20 10:33:49.797250 | fa163e8d-9a30-371f-566d-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.394916 | 0.03s 2026-02-20 10:33:49.874353 | fa163e8d-9a30-371f-566d-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-02-20 10:33:50.072754 | fa163e8d-9a30-371f-566d-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-20 10:33:50.074189 | fa163e8d-9a30-371f-566d-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.671859 | 0.20s 2026-02-20 10:33:50.099712 | fa163e8d-9a30-371f-566d-000000000362 | TASK | Check for ssh_known_hosts file 2026-02-20 10:33:50.269244 | fa163e8d-9a30-371f-566d-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-02-20 10:33:50.270497 | fa163e8d-9a30-371f-566d-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.868170 | 0.17s 2026-02-20 10:33:50.295915 | fa163e8d-9a30-371f-566d-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-20 10:33:50.323678 | fa163e8d-9a30-371f-566d-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-20 10:33:50.324885 | fa163e8d-9a30-371f-566d-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.922558 | 0.03s 2026-02-20 10:33:50.349769 | fa163e8d-9a30-371f-566d-000000000364 | TASK | Write temporary file 2026-02-20 10:33:50.376058 | fa163e8d-9a30-371f-566d-000000000364 | SKIPPED | Write temporary file | standalone 2026-02-20 10:33:50.377254 | fa163e8d-9a30-371f-566d-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.974927 | 0.03s 2026-02-20 10:33:50.402874 | fa163e8d-9a30-371f-566d-000000000365 | TASK | Set ssh_known_hosts fact 2026-02-20 10:33:50.483267 | fa163e8d-9a30-371f-566d-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-02-20 10:33:50.484447 | fa163e8d-9a30-371f-566d-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.082120 | 0.08s 2026-02-20 10:33:50.509265 | fa163e8d-9a30-371f-566d-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-20 10:33:50.730745 | fa163e8d-9a30-371f-566d-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-20 10:33:50.732274 | fa163e8d-9a30-371f-566d-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.329938 | 0.22s 2026-02-20 10:33:50.759567 | fa163e8d-9a30-371f-566d-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-20 10:33:50.981792 | fa163e8d-9a30-371f-566d-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-20 10:33:50.983275 | fa163e8d-9a30-371f-566d-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.580941 | 0.22s 2026-02-20 10:33:51.009155 | fa163e8d-9a30-371f-566d-000000000368 | TASK | Remove temp file 2026-02-20 10:33:51.233044 | fa163e8d-9a30-371f-566d-000000000368 | CHANGED | Remove temp file | standalone 2026-02-20 10:33:51.234445 | fa163e8d-9a30-371f-566d-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.832117 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-20 10:33:51.417431 | fa163e8d-9a30-371f-566d-000000000034 | TASK | Deploy step tasks for step 0 2026-02-20 10:33:51.490449 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-000000000034') missing from stats 2026-02-20 10:33:51.516560 | fa163e8d-9a30-371f-566d-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-20 10:33:51.746168 | fa163e8d-9a30-371f-566d-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-20 10:33:51.747455 | fa163e8d-9a30-371f-566d-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.345130 | 0.23s 2026-02-20 10:33:51.773100 | fa163e8d-9a30-371f-566d-000000000036 | TASK | Check cloud-init status 2026-02-20 10:33:51.972355 | fa163e8d-9a30-371f-566d-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-20 10:33:51.973730 | fa163e8d-9a30-371f-566d-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.571404 | 0.20s 2026-02-20 10:33:51.998921 | fa163e8d-9a30-371f-566d-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-20 10:33:52.207249 | fa163e8d-9a30-371f-566d-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-20 10:33:52.208470 | fa163e8d-9a30-371f-566d-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.806147 | 0.21s 2026-02-20 10:33:52.235380 | fa163e8d-9a30-371f-566d-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-20 10:33:52.617235 | fa163e8d-9a30-371f-566d-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-20 10:33:52.618557 | fa163e8d-9a30-371f-566d-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.216232 | 0.38s 2026-02-20 10:33:52.644441 | fa163e8d-9a30-371f-566d-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-20 10:33:52.844223 | fa163e8d-9a30-371f-566d-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-20 10:33:52.845357 | fa163e8d-9a30-371f-566d-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.443033 | 0.20s 2026-02-20 10:33:52.870490 | fa163e8d-9a30-371f-566d-00000000003a | TASK | Write container-puppet.sh 2026-02-20 10:33:53.376872 | fa163e8d-9a30-371f-566d-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-20 10:33:53.378220 | fa163e8d-9a30-371f-566d-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.975898 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-20 10:33:53.444800 | fa163e8d-9a30-371f-566d-00000000003b | TIMING | include_tasks | standalone | 0:00:28.042459 | 0.04s 2026-02-20 10:33:53.466271 | 5405a397-8aab-445a-8645-0ce43ae05156 | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-20 10:33:53.499872 | fa163e8d-9a30-371f-566d-000000000416 | TASK | Configure tuned before reboot 2026-02-20 10:33:53.549413 | fa163e8d-9a30-371f-566d-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.147081 | 0.05s 2026-02-20 10:33:53.610365 | fa163e8d-9a30-371f-566d-000000000455 | TASK | Gather variables for each operating system 2026-02-20 10:33:53.706996 | fa163e8d-9a30-371f-566d-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-20 10:33:53.708200 | fa163e8d-9a30-371f-566d-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.305871 | 0.10s 2026-02-20 10:33:53.714210 | fa163e8d-9a30-371f-566d-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.311882 | 0.10s 2026-02-20 10:33:53.803812 | fa163e8d-9a30-371f-566d-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.401478 | 0.06s 2026-02-20 10:33:53.824891 | 888dc942-919a-49fe-bc59-3380d7d1c3ec | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-20 10:33:53.861007 | fa163e8d-9a30-371f-566d-00000000047f | TASK | Check tuned package is installed 2026-02-20 10:33:54.134786 | fa163e8d-9a30-371f-566d-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-02-20 10:33:54.136175 | fa163e8d-9a30-371f-566d-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.733847 | 0.27s 2026-02-20 10:33:54.162598 | fa163e8d-9a30-371f-566d-000000000480 | TASK | Install tuned 2026-02-20 10:34:00.583561 | fa163e8d-9a30-371f-566d-000000000480 | CHANGED | Install tuned | standalone 2026-02-20 10:34:00.584470 | fa163e8d-9a30-371f-566d-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.182151 | 6.42s 2026-02-20 10:34:00.605506 | fa163e8d-9a30-371f-566d-000000000481 | TASK | Restart tuned 2026-02-20 10:34:02.387142 | fa163e8d-9a30-371f-566d-000000000481 | CHANGED | Restart tuned | standalone 2026-02-20 10:34:02.389446 | fa163e8d-9a30-371f-566d-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:36.987115 | 1.78s 2026-02-20 10:34:02.417608 | fa163e8d-9a30-371f-566d-000000000457 | TASK | Check for tuned-adm 2026-02-20 10:34:02.647740 | fa163e8d-9a30-371f-566d-000000000457 | OK | Check for tuned-adm | standalone 2026-02-20 10:34:02.648982 | fa163e8d-9a30-371f-566d-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.246657 | 0.23s 2026-02-20 10:34:02.707849 | fa163e8d-9a30-371f-566d-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.305520 | 0.03s 2026-02-20 10:34:02.736706 | 04df69b4-f8b4-4d27-8ea2-dda1b5c24aed | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-20 10:34:02.773704 | fa163e8d-9a30-371f-566d-0000000004b6 | TASK | Ensure profile directory exists 2026-02-20 10:34:02.841934 | fa163e8d-9a30-371f-566d-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-02-20 10:34:02.842985 | fa163e8d-9a30-371f-566d-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.440658 | 0.07s 2026-02-20 10:34:02.868486 | fa163e8d-9a30-371f-566d-0000000004b7 | TASK | Create custom tuned profile 2026-02-20 10:34:02.939302 | fa163e8d-9a30-371f-566d-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-02-20 10:34:02.940306 | fa163e8d-9a30-371f-566d-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.537982 | 0.07s 2026-02-20 10:34:02.965762 | fa163e8d-9a30-371f-566d-0000000004b8 | TASK | Check tuned active profile 2026-02-20 10:34:03.302961 | fa163e8d-9a30-371f-566d-0000000004b8 | OK | Check tuned active profile | standalone 2026-02-20 10:34:03.304158 | fa163e8d-9a30-371f-566d-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.901832 | 0.34s 2026-02-20 10:34:03.330252 | fa163e8d-9a30-371f-566d-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-02-20 10:34:03.549573 | fa163e8d-9a30-371f-566d-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-02-20 10:34:03.550675 | fa163e8d-9a30-371f-566d-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.148350 | 0.22s 2026-02-20 10:34:03.576638 | fa163e8d-9a30-371f-566d-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-20 10:34:03.637195 | fa163e8d-9a30-371f-566d-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-20 10:34:03.638216 | fa163e8d-9a30-371f-566d-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.235888 | 0.06s 2026-02-20 10:34:03.666087 | fa163e8d-9a30-371f-566d-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-02-20 10:34:03.726531 | fa163e8d-9a30-371f-566d-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-20 10:34:03.727788 | fa163e8d-9a30-371f-566d-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.325455 | 0.06s 2026-02-20 10:34:03.755178 | fa163e8d-9a30-371f-566d-0000000004bc | TASK | Enable tuned profile 2026-02-20 10:34:05.135797 | fa163e8d-9a30-371f-566d-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-02-20 10:34:05.137182 | fa163e8d-9a30-371f-566d-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.734858 | 1.38s 2026-02-20 10:34:05.186316 | fa163e8d-9a30-371f-566d-000000000417 | TASK | Configure kernel args and reboot 2026-02-20 10:34:05.236500 | fa163e8d-9a30-371f-566d-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.834167 | 0.05s 2026-02-20 10:34:05.377762 | fa163e8d-9a30-371f-566d-000000000569 | TASK | Get the command line args of the node 2026-02-20 10:34:05.596252 | fa163e8d-9a30-371f-566d-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-02-20 10:34:05.597542 | fa163e8d-9a30-371f-566d-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.195215 | 0.22s 2026-02-20 10:34:05.623952 | fa163e8d-9a30-371f-566d-00000000056b | TASK | Check if node has a nova.conf 2026-02-20 10:34:05.854661 | fa163e8d-9a30-371f-566d-00000000056b | OK | Check if node has a nova.conf | standalone 2026-02-20 10:34:05.855757 | fa163e8d-9a30-371f-566d-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.453434 | 0.23s 2026-02-20 10:34:05.881841 | fa163e8d-9a30-371f-566d-00000000056d | TASK | Warn operator about workload protection 2026-02-20 10:34:05.909560 | fa163e8d-9a30-371f-566d-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-02-20 10:34:05.910593 | fa163e8d-9a30-371f-566d-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.508266 | 0.03s 2026-02-20 10:34:05.936407 | fa163e8d-9a30-371f-566d-00000000056e | TASK | Setting defer reboot fact 2026-02-20 10:34:05.976069 | fa163e8d-9a30-371f-566d-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-02-20 10:34:05.977141 | fa163e8d-9a30-371f-566d-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.574783 | 0.04s 2026-02-20 10:34:06.002360 | fa163e8d-9a30-371f-566d-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-20 10:34:06.030073 | fa163e8d-9a30-371f-566d-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.627743 | 0.03s 2026-02-20 10:34:06.056183 | fa163e8d-9a30-371f-566d-000000000575 | TASK | Find hugepages in cmdline 2026-02-20 10:34:06.098917 | fa163e8d-9a30-371f-566d-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-20 10:34:06.099956 | fa163e8d-9a30-371f-566d-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.697630 | 0.04s 2026-02-20 10:34:06.171241 | fa163e8d-9a30-371f-566d-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-02-20 10:34:06.218574 | fa163e8d-9a30-371f-566d-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-20 10:34:06.219711 | fa163e8d-9a30-371f-566d-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.817384 | 0.05s 2026-02-20 10:34:06.245799 | fa163e8d-9a30-371f-566d-00000000057a | TASK | Find desired default hugepage size 2026-02-20 10:34:06.293996 | fa163e8d-9a30-371f-566d-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-02-20 10:34:06.295173 | fa163e8d-9a30-371f-566d-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.892847 | 0.05s 2026-02-20 10:34:06.321447 | fa163e8d-9a30-371f-566d-00000000057c | TASK | Storing non-configured hugepages 2026-02-20 10:34:06.350761 | fa163e8d-9a30-371f-566d-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.948423 | 0.03s 2026-02-20 10:34:06.377097 | fa163e8d-9a30-371f-566d-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-02-20 10:34:06.416861 | fa163e8d-9a30-371f-566d-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-20 10:34:06.417994 | fa163e8d-9a30-371f-566d-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.015668 | 0.04s 2026-02-20 10:34:06.443659 | fa163e8d-9a30-371f-566d-00000000057f | TASK | Determining the default hugepagesz 2026-02-20 10:34:06.482938 | fa163e8d-9a30-371f-566d-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-02-20 10:34:06.484035 | fa163e8d-9a30-371f-566d-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.081709 | 0.04s 2026-02-20 10:34:06.510047 | fa163e8d-9a30-371f-566d-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-20 10:34:06.550334 | fa163e8d-9a30-371f-566d-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-20 10:34:06.551465 | fa163e8d-9a30-371f-566d-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.149141 | 0.04s 2026-02-20 10:34:06.577397 | fa163e8d-9a30-371f-566d-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-02-20 10:34:06.616926 | fa163e8d-9a30-371f-566d-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-20 10:34:06.618084 | fa163e8d-9a30-371f-566d-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.215758 | 0.04s 2026-02-20 10:34:06.643414 | fa163e8d-9a30-371f-566d-000000000583 | TASK | Warn about possible modifications 2026-02-20 10:34:06.682576 | fa163e8d-9a30-371f-566d-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-02-20 10:34:06.683717 | fa163e8d-9a30-371f-566d-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.281392 | 0.04s 2026-02-20 10:34:06.710002 | fa163e8d-9a30-371f-566d-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-02-20 10:34:06.752661 | fa163e8d-9a30-371f-566d-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-20 10:34:06.753906 | fa163e8d-9a30-371f-566d-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.351581 | 0.04s 2026-02-20 10:34:06.779739 | fa163e8d-9a30-371f-566d-000000000585 | TASK | Cleaning up whitespaces 2026-02-20 10:34:06.822563 | fa163e8d-9a30-371f-566d-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-20 10:34:06.823783 | fa163e8d-9a30-371f-566d-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.421456 | 0.04s 2026-02-20 10:34:06.849569 | fa163e8d-9a30-371f-566d-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-02-20 10:34:07.197588 | fa163e8d-9a30-371f-566d-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-20 10:34:07.198898 | fa163e8d-9a30-371f-566d-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.796572 | 0.35s 2026-02-20 10:34:07.224792 | fa163e8d-9a30-371f-566d-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-20 10:34:07.284191 | fa163e8d-9a30-371f-566d-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-20 10:34:07.285537 | fa163e8d-9a30-371f-566d-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.883210 | 0.06s 2026-02-20 10:34:07.313438 | fa163e8d-9a30-371f-566d-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-20 10:34:07.373259 | fa163e8d-9a30-371f-566d-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-20 10:34:07.374556 | fa163e8d-9a30-371f-566d-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.972228 | 0.06s 2026-02-20 10:34:07.400294 | fa163e8d-9a30-371f-566d-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-20 10:34:07.459648 | fa163e8d-9a30-371f-566d-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-20 10:34:07.460812 | fa163e8d-9a30-371f-566d-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.058486 | 0.06s 2026-02-20 10:34:07.486566 | fa163e8d-9a30-371f-566d-00000000058c | TASK | Generate grub config 2026-02-20 10:34:07.545949 | fa163e8d-9a30-371f-566d-00000000058c | SKIPPED | Generate grub config | standalone 2026-02-20 10:34:07.547205 | fa163e8d-9a30-371f-566d-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.144870 | 0.06s 2026-02-20 10:34:07.574181 | fa163e8d-9a30-371f-566d-000000000590 | TASK | Get the block device that /boot is on 2026-02-20 10:34:07.633238 | fa163e8d-9a30-371f-566d-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-02-20 10:34:07.634530 | fa163e8d-9a30-371f-566d-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.232203 | 0.06s 2026-02-20 10:34:07.661755 | fa163e8d-9a30-371f-566d-000000000591 | TASK | Get the mount point that /boot is in 2026-02-20 10:34:07.722180 | fa163e8d-9a30-371f-566d-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-20 10:34:07.723454 | fa163e8d-9a30-371f-566d-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.321126 | 0.06s 2026-02-20 10:34:07.750083 | fa163e8d-9a30-371f-566d-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-02-20 10:34:07.809263 | fa163e8d-9a30-371f-566d-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-20 10:34:07.810465 | fa163e8d-9a30-371f-566d-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.408140 | 0.06s 2026-02-20 10:34:07.836899 | fa163e8d-9a30-371f-566d-000000000593 | TASK | Executed script to fix grub-menu 2026-02-20 10:34:07.897258 | fa163e8d-9a30-371f-566d-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-20 10:34:07.898474 | fa163e8d-9a30-371f-566d-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.496146 | 0.06s 2026-02-20 10:34:07.924693 | fa163e8d-9a30-371f-566d-000000000594 | TASK | Check grub config paths 2026-02-20 10:34:07.988656 | fa163e8d-9a30-371f-566d-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-20 10:34:08.005309 | fa163e8d-9a30-371f-566d-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-20 10:34:08.017169 | fa163e8d-9a30-371f-566d-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.614837 | 0.09s 2026-02-20 10:34:08.045604 | fa163e8d-9a30-371f-566d-000000000595 | TASK | Write EFI grub.cfg 2026-02-20 10:34:08.111292 | fa163e8d-9a30-371f-566d-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-20 10:34:08.126257 | fa163e8d-9a30-371f-566d-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-20 10:34:08.138228 | fa163e8d-9a30-371f-566d-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.735894 | 0.09s 2026-02-20 10:34:08.165914 | fa163e8d-9a30-371f-566d-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-20 10:34:08.224905 | fa163e8d-9a30-371f-566d-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-20 10:34:08.226153 | fa163e8d-9a30-371f-566d-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.823827 | 0.06s 2026-02-20 10:34:08.252613 | fa163e8d-9a30-371f-566d-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-20 10:34:08.312456 | fa163e8d-9a30-371f-566d-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-20 10:34:08.313641 | fa163e8d-9a30-371f-566d-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.911315 | 0.06s 2026-02-20 10:34:08.339474 | fa163e8d-9a30-371f-566d-000000000598 | TASK | Execute grub2-mkconfig 2026-02-20 10:34:08.398356 | fa163e8d-9a30-371f-566d-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-20 10:34:08.399511 | fa163e8d-9a30-371f-566d-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.997184 | 0.06s 2026-02-20 10:34:08.425238 | fa163e8d-9a30-371f-566d-000000000599 | TASK | Check for active tuned profile 2026-02-20 10:34:08.483588 | fa163e8d-9a30-371f-566d-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-02-20 10:34:08.484771 | fa163e8d-9a30-371f-566d-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.082445 | 0.06s 2026-02-20 10:34:08.511007 | fa163e8d-9a30-371f-566d-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-20 10:34:08.570427 | fa163e8d-9a30-371f-566d-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-20 10:34:08.571578 | fa163e8d-9a30-371f-566d-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.169252 | 0.06s 2026-02-20 10:34:08.597101 | fa163e8d-9a30-371f-566d-00000000059b | TASK | Set reboot required fact 2026-02-20 10:34:08.655476 | fa163e8d-9a30-371f-566d-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-02-20 10:34:08.656602 | fa163e8d-9a30-371f-566d-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.254277 | 0.06s 2026-02-20 10:34:08.682427 | fa163e8d-9a30-371f-566d-00000000059d | TASK | Apply DPDK workarounds 2026-02-20 10:34:08.731661 | fa163e8d-9a30-371f-566d-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-02-20 10:34:08.732795 | fa163e8d-9a30-371f-566d-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.330468 | 0.05s 2026-02-20 10:34:08.759414 | fa163e8d-9a30-371f-566d-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-02-20 10:34:08.797590 | fa163e8d-9a30-371f-566d-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-20 10:34:08.799146 | fa163e8d-9a30-371f-566d-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.396794 | 0.04s 2026-02-20 10:34:08.824588 | fa163e8d-9a30-371f-566d-0000000005a0 | TASK | Load modules 2026-02-20 10:34:08.868644 | fa163e8d-9a30-371f-566d-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-20 10:34:08.875253 | fa163e8d-9a30-371f-566d-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.472918 | 0.05s 2026-02-20 10:34:08.901564 | fa163e8d-9a30-371f-566d-0000000005a2 | TASK | Persist modules via modules-load.d 2026-02-20 10:34:08.943261 | fa163e8d-9a30-371f-566d-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-20 10:34:08.955192 | fa163e8d-9a30-371f-566d-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.552860 | 0.05s 2026-02-20 10:34:08.981072 | fa163e8d-9a30-371f-566d-0000000005a4 | TASK | Drop module persistence 2026-02-20 10:34:09.023053 | fa163e8d-9a30-371f-566d-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-20 10:34:09.029141 | fa163e8d-9a30-371f-566d-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.626781 | 0.05s 2026-02-20 10:34:09.055237 | fa163e8d-9a30-371f-566d-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-02-20 10:34:09.098942 | fa163e8d-9a30-371f-566d-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-20 10:34:09.104961 | fa163e8d-9a30-371f-566d-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.702631 | 0.05s 2026-02-20 10:34:09.130795 | fa163e8d-9a30-371f-566d-0000000005a8 | TASK | Modules reload 2026-02-20 10:34:09.168424 | fa163e8d-9a30-371f-566d-0000000005a8 | SKIPPED | Modules reload | standalone 2026-02-20 10:34:09.169640 | fa163e8d-9a30-371f-566d-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.767315 | 0.04s 2026-02-20 10:34:09.197063 | fa163e8d-9a30-371f-566d-0000000005aa | TASK | Reboot tasks 2026-02-20 10:34:09.240078 | fa163e8d-9a30-371f-566d-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-02-20 10:34:09.241436 | fa163e8d-9a30-371f-566d-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.839109 | 0.04s 2026-02-20 10:34:09.267359 | fa163e8d-9a30-371f-566d-0000000005ab | TASK | Skipping reboot for deployed node 2026-02-20 10:34:09.318064 | fa163e8d-9a30-371f-566d-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-20 10:34:09.319297 | fa163e8d-9a30-371f-566d-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.916968 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-02-20 10:34:09.502124 | fa163e8d-9a30-371f-566d-00000000003f | TASK | Server pre-network deployments 2026-02-20 10:34:09.529836 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-00000000003f') missing from stats 2026-02-20 10:34:09.550297 | fa163e8d-9a30-371f-566d-000000000043 | TASK | Hiera config 2026-02-20 10:34:09.574669 | fa163e8d-9a30-371f-566d-000000000043 | TIMING | Hiera config | standalone | 0:00:44.172343 | 0.02s 2026-02-20 10:34:09.622957 | fa163e8d-9a30-371f-566d-000000000721 | TASK | Create /etc/puppet/hieradata 2026-02-20 10:34:09.851052 | fa163e8d-9a30-371f-566d-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-20 10:34:09.852276 | fa163e8d-9a30-371f-566d-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.449948 | 0.23s 2026-02-20 10:34:09.879609 | fa163e8d-9a30-371f-566d-000000000722 | TASK | Write hiera config 2026-02-20 10:34:10.336820 | fa163e8d-9a30-371f-566d-000000000722 | CHANGED | Write hiera config | standalone 2026-02-20 10:34:10.338070 | fa163e8d-9a30-371f-566d-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.935746 | 0.46s 2026-02-20 10:34:10.388241 | fa163e8d-9a30-371f-566d-000000000044 | TASK | Hiera symlink 2026-02-20 10:34:10.607201 | fa163e8d-9a30-371f-566d-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-20 10:34:10.608538 | fa163e8d-9a30-371f-566d-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.206212 | 0.22s 2026-02-20 10:34:10.633771 | fa163e8d-9a30-371f-566d-000000000045 | TASK | Hieradata from vars 2026-02-20 10:34:10.656574 | fa163e8d-9a30-371f-566d-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.254243 | 0.02s 2026-02-20 10:34:10.715693 | fa163e8d-9a30-371f-566d-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-02-20 10:34:11.230874 | fa163e8d-9a30-371f-566d-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-20 10:34:11.232200 | fa163e8d-9a30-371f-566d-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.829874 | 0.52s 2026-02-20 10:34:11.257487 | fa163e8d-9a30-371f-566d-00000000077d | TASK | Render hieradata from template 2026-02-20 10:34:11.756029 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-20 10:34:11.758455 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.356128 | 0.50s 2026-02-20 10:34:12.292864 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-20 10:34:12.293515 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.891200 | 1.03s 2026-02-20 10:34:12.896735 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-20 10:34:12.898907 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.496583 | 1.64s 2026-02-20 10:34:13.317877 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-20 10:34:13.318964 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.916641 | 2.06s 2026-02-20 10:34:13.783973 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-20 10:34:13.785887 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.383563 | 2.53s 2026-02-20 10:34:14.201487 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-20 10:34:14.202490 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.800168 | 2.94s 2026-02-20 10:34:14.664816 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-20 10:34:14.666667 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.264344 | 3.41s 2026-02-20 10:34:15.140057 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-20 10:34:15.141085 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.738763 | 3.88s 2026-02-20 10:34:15.568881 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-20 10:34:15.570837 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.168514 | 4.31s 2026-02-20 10:34:15.977357 | fa163e8d-9a30-371f-566d-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-20 10:34:15.978292 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.575971 | 4.72s 2026-02-20 10:34:15.987592 | fa163e8d-9a30-371f-566d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.585261 | 4.73s 2026-02-20 10:34:16.040317 | fa163e8d-9a30-371f-566d-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-20 10:34:16.069007 | fa163e8d-9a30-371f-566d-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.666672 | 0.03s 2026-02-20 10:34:16.137862 | fa163e8d-9a30-371f-566d-000000000821 | TASK | Check for hieradata file 2026-02-20 10:34:16.388188 | fa163e8d-9a30-371f-566d-000000000821 | OK | Check for hieradata file | standalone 2026-02-20 10:34:16.389204 | fa163e8d-9a30-371f-566d-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:50.986883 | 0.25s 2026-02-20 10:34:16.410624 | fa163e8d-9a30-371f-566d-000000000823 | TASK | Get existing data 2026-02-20 10:34:16.446824 | fa163e8d-9a30-371f-566d-000000000823 | SKIPPED | Get existing data | standalone 2026-02-20 10:34:16.447553 | fa163e8d-9a30-371f-566d-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.045234 | 0.04s 2026-02-20 10:34:16.470291 | fa163e8d-9a30-371f-566d-000000000824 | TASK | Set data fact 2026-02-20 10:34:16.521346 | fa163e8d-9a30-371f-566d-000000000824 | SKIPPED | Set data fact | standalone 2026-02-20 10:34:16.522458 | fa163e8d-9a30-371f-566d-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.120129 | 0.05s 2026-02-20 10:34:16.548794 | fa163e8d-9a30-371f-566d-000000000826 | TASK | Write ansible hieradata file 2026-02-20 10:34:17.043676 | fa163e8d-9a30-371f-566d-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-02-20 10:34:17.045050 | fa163e8d-9a30-371f-566d-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.642727 | 0.49s 2026-02-20 10:34:17.144185 | fa163e8d-9a30-371f-566d-000000000047 | TIMING | include_tasks | standalone | 0:00:51.741849 | 0.05s PLAY [Server network deployments] ********************************************** 2026-02-20 10:34:17.305604 | fa163e8d-9a30-371f-566d-00000000004b | TASK | Network Configuration 2026-02-20 10:34:17.331903 | fa163e8d-9a30-371f-566d-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8d-9a30-371f-566d-00000000004b') missing from stats 2026-02-20 10:34:17.354478 | fa163e8d-9a30-371f-566d-00000000004c | TASK | Check NetworkConfig script existence 2026-02-20 10:34:17.380093 | fa163e8d-9a30-371f-566d-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-20 10:34:17.380803 | fa163e8d-9a30-371f-566d-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:51.978484 | 0.03s 2026-02-20 10:34:17.400409 | fa163e8d-9a30-371f-566d-000000000052 | TASK | Gather SELinux fact if needed 2026-02-20 10:34:17.448033 | fa163e8d-9a30-371f-566d-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-20 10:34:17.449072 | fa163e8d-9a30-371f-566d-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.046746 | 0.05s 2026-02-20 10:34:17.473807 | fa163e8d-9a30-371f-566d-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-20 10:34:18.110540 | fa163e8d-9a30-371f-566d-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-20 10:34:18.112227 | fa163e8d-9a30-371f-566d-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.709900 | 0.64s 2026-02-20 10:34:18.138429 | fa163e8d-9a30-371f-566d-000000000054 | TASK | Ensure requirements are satisfied 2026-02-20 10:34:18.168464 | fa163e8d-9a30-371f-566d-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.766133 | 0.03s 2026-02-20 10:34:18.227613 | fa163e8d-9a30-371f-566d-0000000008bf | TASK | Gather facts if they don't exist 2026-02-20 10:34:18.274874 | fa163e8d-9a30-371f-566d-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-02-20 10:34:18.276039 | fa163e8d-9a30-371f-566d-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:52.873712 | 0.05s 2026-02-20 10:34:18.301664 | fa163e8d-9a30-371f-566d-0000000008c0 | TASK | Gather variables for each operating system 2026-02-20 10:34:18.422432 | fa163e8d-9a30-371f-566d-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-20 10:34:18.428584 | fa163e8d-9a30-371f-566d-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.026256 | 0.13s 2026-02-20 10:34:18.456465 | fa163e8d-9a30-371f-566d-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-20 10:34:18.737621 | fa163e8d-9a30-371f-566d-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-20 10:34:18.738923 | fa163e8d-9a30-371f-566d-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.336599 | 0.28s 2026-02-20 10:34:18.765092 | fa163e8d-9a30-371f-566d-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-02-20 10:34:18.803464 | fa163e8d-9a30-371f-566d-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-20 10:34:18.804532 | fa163e8d-9a30-371f-566d-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.402205 | 0.04s 2026-02-20 10:34:18.829901 | fa163e8d-9a30-371f-566d-0000000008c4 | TASK | Ensure packages are actually well installed 2026-02-20 10:34:19.823145 | fa163e8d-9a30-371f-566d-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-20 10:34:19.824387 | fa163e8d-9a30-371f-566d-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.422063 | 0.99s 2026-02-20 10:34:19.873512 | fa163e8d-9a30-371f-566d-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-20 10:34:20.071174 | fa163e8d-9a30-371f-566d-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-20 10:34:20.072420 | fa163e8d-9a30-371f-566d-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.670094 | 0.20s 2026-02-20 10:34:20.097478 | fa163e8d-9a30-371f-566d-000000000057 | TASK | Reload NetworkManager 2026-02-20 10:34:20.595241 | fa163e8d-9a30-371f-566d-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-20 10:34:20.597256 | fa163e8d-9a30-371f-566d-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.194928 | 0.50s 2026-02-20 10:34:20.624594 | fa163e8d-9a30-371f-566d-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-20 10:34:20.864865 | fa163e8d-9a30-371f-566d-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-20 10:34:20.866394 | fa163e8d-9a30-371f-566d-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.464066 | 0.24s 2026-02-20 10:34:20.892304 | fa163e8d-9a30-371f-566d-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-20 10:34:21.121735 | fa163e8d-9a30-371f-566d-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-20 10:34:21.123154 | fa163e8d-9a30-371f-566d-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.720792 | 0.23s 2026-02-20 10:34:21.148889 | fa163e8d-9a30-371f-566d-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-20 10:34:21.179745 | fa163e8d-9a30-371f-566d-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-20 10:34:21.180799 | fa163e8d-9a30-371f-566d-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.778474 | 0.03s 2026-02-20 10:34:21.206294 | fa163e8d-9a30-371f-566d-00000000005c | TASK | Ensure we get cloud-init 2026-02-20 10:34:21.468931 | fa163e8d-9a30-371f-566d-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-20 10:34:21.470239 | fa163e8d-9a30-371f-566d-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.067912 | 0.26s 2026-02-20 10:34:21.495925 | fa163e8d-9a30-371f-566d-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-20 10:34:21.769754 | fa163e8d-9a30-371f-566d-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-20 10:34:21.771018 | fa163e8d-9a30-371f-566d-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.368692 | 0.27s 2026-02-20 10:34:21.797346 | fa163e8d-9a30-371f-566d-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-20 10:34:22.197219 | fa163e8d-9a30-371f-566d-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-20 10:34:22.198447 | fa163e8d-9a30-371f-566d-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.796120 | 0.40s 2026-02-20 10:34:22.223836 | fa163e8d-9a30-371f-566d-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-20 10:34:22.295653 | fa163e8d-9a30-371f-566d-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-20 10:34:22.296838 | fa163e8d-9a30-371f-566d-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.894510 | 0.07s 2026-02-20 10:34:22.322993 | fa163e8d-9a30-371f-566d-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-20 10:34:22.599576 | fa163e8d-9a30-371f-566d-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-20 10:34:22.601064 | fa163e8d-9a30-371f-566d-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.198735 | 0.28s 2026-02-20 10:34:22.627967 | fa163e8d-9a30-371f-566d-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-20 10:34:22.699313 | fa163e8d-9a30-371f-566d-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.296982 | 0.07s 2026-02-20 10:34:22.726214 | 2cae7180-04d6-4d09-8b78-77874c2059cb | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-20 10:34:22.759265 | fa163e8d-9a30-371f-566d-000000000909 | TASK | Set nic_config_file fact 2026-02-20 10:34:22.833266 | fa163e8d-9a30-371f-566d-000000000909 | OK | Set nic_config_file fact | standalone 2026-02-20 10:34:22.834598 | fa163e8d-9a30-371f-566d-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.432273 | 0.07s 2026-02-20 10:34:22.865904 | fa163e8d-9a30-371f-566d-00000000090a | TASK | Render overidden network config 2026-02-20 10:34:22.949598 | fa163e8d-9a30-371f-566d-00000000090a | SKIPPED | Render overidden network config | standalone 2026-02-20 10:34:22.950857 | fa163e8d-9a30-371f-566d-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.548529 | 0.08s 2026-02-20 10:34:22.976725 | fa163e8d-9a30-371f-566d-00000000090b | TASK | Render network_config 2026-02-20 10:34:23.042163 | fa163e8d-9a30-371f-566d-00000000090b | SKIPPED | Render network_config | standalone 2026-02-20 10:34:23.043313 | fa163e8d-9a30-371f-566d-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.640985 | 0.07s 2026-02-20 10:34:23.069321 | fa163e8d-9a30-371f-566d-00000000090c | TASK | Render network_config from template 2026-02-20 10:34:23.620341 | fa163e8d-9a30-371f-566d-00000000090c | CHANGED | Render network_config from template | standalone 2026-02-20 10:34:23.621729 | fa163e8d-9a30-371f-566d-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.219402 | 0.55s 2026-02-20 10:34:23.648272 | fa163e8d-9a30-371f-566d-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=176468075100.43443 2026-02-20 10:34:27.795361 | fa163e8d-9a30-371f-566d-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-20 10:34:27.797411 | fa163e8d-9a30-371f-566d-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.395084 | 4.15s 2026-02-20 10:34:27.826301 | fa163e8d-9a30-371f-566d-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-20 10:34:28.303975 | fa163e8d-9a30-371f-566d-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-20 10:34:28.305316 | fa163e8d-9a30-371f-566d-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.902990 | 0.48s 2026-02-20 10:34:28.331288 | fa163e8d-9a30-371f-566d-000000000065 | TASK | Disable cloud-init network config 2026-02-20 10:34:28.777873 | fa163e8d-9a30-371f-566d-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-20 10:34:28.779393 | fa163e8d-9a30-371f-566d-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.377067 | 0.45s 2026-02-20 10:34:28.805854 | fa163e8d-9a30-371f-566d-000000000066 | TASK | Ensure network service is enabled 2026-02-20 10:34:29.207564 | fa163e8d-9a30-371f-566d-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-20 10:34:29.209879 | fa163e8d-9a30-371f-566d-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.807552 | 0.40s PLAY [Server network validation] *********************************************** 2026-02-20 10:34:29.390265 | fa163e8d-9a30-371f-566d-000000000096 | TASK | Basic Network Validation 2026-02-20 10:34:29.417373 | fa163e8d-9a30-371f-566d-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:04.015043 | 0.03s 2026-02-20 10:34:29.460032 | fa163e8d-9a30-371f-566d-000000000945 | TASK | Collect default network fact 2026-02-20 10:34:29.984426 | fa163e8d-9a30-371f-566d-000000000945 | OK | Collect default network fact | standalone 2026-02-20 10:34:29.985615 | fa163e8d-9a30-371f-566d-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.583287 | 0.52s 2026-02-20 10:34:30.010524 | fa163e8d-9a30-371f-566d-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-02-20 10:34:30.039849 | fa163e8d-9a30-371f-566d-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-20 10:34:30.041016 | fa163e8d-9a30-371f-566d-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.638690 | 0.03s 2026-02-20 10:34:30.065875 | fa163e8d-9a30-371f-566d-000000000947 | TASK | Check all networks Gateway availability 2026-02-20 10:34:30.093814 | fa163e8d-9a30-371f-566d-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.691482 | 0.03s 2026-02-20 10:34:30.119145 | fa163e8d-9a30-371f-566d-000000000949 | TASK | Check Controllers availability 2026-02-20 10:34:30.180365 | fa163e8d-9a30-371f-566d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-20 10:34:30.187605 | fa163e8d-9a30-371f-566d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-20 10:34:30.193457 | fa163e8d-9a30-371f-566d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-20 10:34:30.199635 | fa163e8d-9a30-371f-566d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-20 10:34:30.205901 | fa163e8d-9a30-371f-566d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-20 10:34:30.211912 | fa163e8d-9a30-371f-566d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-20 10:34:30.219404 | fa163e8d-9a30-371f-566d-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.817074 | 0.10s 2026-02-20 10:34:30.244199 | fa163e8d-9a30-371f-566d-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-20 10:34:30.272716 | fa163e8d-9a30-371f-566d-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-20 10:34:30.273806 | fa163e8d-9a30-371f-566d-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.871478 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-02-20 10:34:30.456360 | fa163e8d-9a30-371f-566d-00000000009a | TASK | Server pre deployments 2026-02-20 10:34:30.482584 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-00000000009a') missing from stats 2026-02-20 10:34:30.503208 | fa163e8d-9a30-371f-566d-00000000009e | TASK | Hiera config 2026-02-20 10:34:30.528956 | fa163e8d-9a30-371f-566d-00000000009e | TIMING | Hiera config | standalone | 0:01:05.126631 | 0.02s 2026-02-20 10:34:30.569246 | fa163e8d-9a30-371f-566d-00000000099e | TASK | Create /etc/puppet/hieradata 2026-02-20 10:34:30.807726 | fa163e8d-9a30-371f-566d-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-02-20 10:34:30.808997 | fa163e8d-9a30-371f-566d-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.406671 | 0.24s 2026-02-20 10:34:30.835147 | fa163e8d-9a30-371f-566d-00000000099f | TASK | Write hiera config 2026-02-20 10:34:31.340927 | fa163e8d-9a30-371f-566d-00000000099f | OK | Write hiera config | standalone 2026-02-20 10:34:31.342193 | fa163e8d-9a30-371f-566d-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.939867 | 0.51s 2026-02-20 10:34:31.391416 | fa163e8d-9a30-371f-566d-00000000009f | TASK | Hiera symlink 2026-02-20 10:34:31.620874 | fa163e8d-9a30-371f-566d-00000000009f | OK | Hiera symlink | standalone 2026-02-20 10:34:31.622151 | fa163e8d-9a30-371f-566d-00000000009f | TIMING | Hiera symlink | standalone | 0:01:06.219793 | 0.23s 2026-02-20 10:34:31.647440 | fa163e8d-9a30-371f-566d-0000000000a0 | TASK | Hieradata from vars 2026-02-20 10:34:31.677997 | fa163e8d-9a30-371f-566d-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:06.275669 | 0.03s 2026-02-20 10:34:31.738017 | fa163e8d-9a30-371f-566d-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-02-20 10:34:32.224928 | fa163e8d-9a30-371f-566d-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-20 10:34:32.226368 | fa163e8d-9a30-371f-566d-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.824041 | 0.49s 2026-02-20 10:34:32.252694 | fa163e8d-9a30-371f-566d-0000000009fa | TASK | Render hieradata from template 2026-02-20 10:34:32.811395 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-20 10:34:32.812915 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.410587 | 0.56s 2026-02-20 10:34:33.371332 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-02-20 10:34:33.372345 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.970025 | 1.12s 2026-02-20 10:34:33.933311 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-20 10:34:33.934689 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.532374 | 1.68s 2026-02-20 10:34:34.436980 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-20 10:34:34.438175 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.035851 | 2.18s 2026-02-20 10:34:34.988810 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-02-20 10:34:34.989920 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.587596 | 2.74s 2026-02-20 10:34:35.486440 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-02-20 10:34:35.487533 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.085210 | 3.23s 2026-02-20 10:34:35.992790 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-02-20 10:34:35.993522 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.591207 | 3.74s 2026-02-20 10:34:36.504190 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-20 10:34:36.505192 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.102870 | 4.25s 2026-02-20 10:34:37.022363 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-20 10:34:37.023355 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.621033 | 4.77s 2026-02-20 10:34:37.469263 | fa163e8d-9a30-371f-566d-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-20 10:34:37.470336 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.068007 | 5.22s 2026-02-20 10:34:37.480492 | fa163e8d-9a30-371f-566d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.078163 | 5.23s 2026-02-20 10:34:37.532518 | fa163e8d-9a30-371f-566d-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-20 10:34:37.561789 | fa163e8d-9a30-371f-566d-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:12.159457 | 0.03s 2026-02-20 10:34:37.631117 | fa163e8d-9a30-371f-566d-000000000a9e | TASK | Check for hieradata file 2026-02-20 10:34:37.861416 | fa163e8d-9a30-371f-566d-000000000a9e | OK | Check for hieradata file | standalone 2026-02-20 10:34:37.863036 | fa163e8d-9a30-371f-566d-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:12.460707 | 0.23s 2026-02-20 10:34:37.889480 | fa163e8d-9a30-371f-566d-000000000aa0 | TASK | Get existing data 2026-02-20 10:34:37.928928 | fa163e8d-9a30-371f-566d-000000000aa0 | SKIPPED | Get existing data | standalone 2026-02-20 10:34:37.930209 | fa163e8d-9a30-371f-566d-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:12.527879 | 0.04s 2026-02-20 10:34:37.956787 | fa163e8d-9a30-371f-566d-000000000aa1 | TASK | Set data fact 2026-02-20 10:34:38.004837 | fa163e8d-9a30-371f-566d-000000000aa1 | SKIPPED | Set data fact | standalone 2026-02-20 10:34:38.005917 | fa163e8d-9a30-371f-566d-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:12.603591 | 0.05s 2026-02-20 10:34:38.032012 | fa163e8d-9a30-371f-566d-000000000aa3 | TASK | Write ansible hieradata file 2026-02-20 10:34:38.542630 | fa163e8d-9a30-371f-566d-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-02-20 10:34:38.544148 | fa163e8d-9a30-371f-566d-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:13.141823 | 0.51s 2026-02-20 10:34:38.646510 | fa163e8d-9a30-371f-566d-0000000000a2 | TIMING | include_tasks | standalone | 0:01:13.244172 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-02-20 10:34:38.804083 | fa163e8d-9a30-371f-566d-0000000000a6 | TASK | Host prep steps 2026-02-20 10:34:38.831795 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-0000000000a6') missing from stats 2026-02-20 10:34:38.903214 | fa163e8d-9a30-371f-566d-0000000000a7 | TASK | Deploy Artifacts 2026-02-20 10:34:39.015035 | fa163e8d-9a30-371f-566d-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-20 10:34:39.015930 | fa163e8d-9a30-371f-566d-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:13.613610 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-20 10:34:39.155187 | fa163e8d-9a30-371f-566d-0000000000a8 | TIMING | include_tasks | standalone | 0:01:13.752863 | 0.12s 2026-02-20 10:34:39.320475 | fef735ba-b8d6-43cf-99d3-92789b2e37ff | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/host_prep_tasks.yaml | standalone 2026-02-20 10:34:39.377402 | fa163e8d-9a30-371f-566d-000000000b1e | TASK | Run firewall role 2026-02-20 10:34:39.403033 | fa163e8d-9a30-371f-566d-000000000b1e | TIMING | Run firewall role | standalone | 0:01:14.000712 | 0.02s 2026-02-20 10:34:39.455740 | fa163e8d-9a30-371f-566d-000000000c38 | TASK | Gather variables for each operating system 2026-02-20 10:34:39.570281 | fa163e8d-9a30-371f-566d-000000000c38 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-20 10:34:39.571675 | fa163e8d-9a30-371f-566d-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.169344 | 0.12s 2026-02-20 10:34:39.577232 | fa163e8d-9a30-371f-566d-000000000c38 | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:14.174908 | 0.12s 2026-02-20 10:34:39.602653 | fa163e8d-9a30-371f-566d-000000000c39 | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-20 10:34:42.569602 | fa163e8d-9a30-371f-566d-000000000c39 | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-20 10:34:42.571083 | fa163e8d-9a30-371f-566d-000000000c39 | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:17.168759 | 2.97s 2026-02-20 10:34:42.597521 | fa163e8d-9a30-371f-566d-000000000c3d | TASK | Create empty var for masquerade rules 2026-02-20 10:34:42.636777 | fa163e8d-9a30-371f-566d-000000000c3d | OK | Create empty var for masquerade rules | standalone 2026-02-20 10:34:42.637843 | fa163e8d-9a30-371f-566d-000000000c3d | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:17.235519 | 0.04s 2026-02-20 10:34:42.663948 | fa163e8d-9a30-371f-566d-000000000c3e | TASK | Enable masquerade 2026-02-20 10:34:42.713837 | fa163e8d-9a30-371f-566d-000000000c3e | SKIPPED | Enable masquerade | standalone 2026-02-20 10:34:42.714968 | fa163e8d-9a30-371f-566d-000000000c3e | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:17.312642 | 0.05s 2026-02-20 10:34:42.740772 | fa163e8d-9a30-371f-566d-000000000c3f | TASK | Set the default frontend firewall rules 2026-02-20 10:34:42.773450 | fa163e8d-9a30-371f-566d-000000000c3f | OK | Set the default frontend firewall rules | standalone 2026-02-20 10:34:42.774467 | fa163e8d-9a30-371f-566d-000000000c3f | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:17.372145 | 0.03s 2026-02-20 10:34:42.801898 | fa163e8d-9a30-371f-566d-000000000c42 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-20 10:34:42.852163 | fa163e8d-9a30-371f-566d-000000000c42 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-20 10:34:42.853748 | fa163e8d-9a30-371f-566d-000000000c42 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.451423 | 0.05s 2026-02-20 10:34:42.880228 | fa163e8d-9a30-371f-566d-000000000c43 | TASK | Set frontend rule fact (ssl rules) 2026-02-20 10:34:42.918284 | fa163e8d-9a30-371f-566d-000000000c43 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-20 10:34:42.919459 | fa163e8d-9a30-371f-566d-000000000c43 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.517131 | 0.04s 2026-02-20 10:34:42.945201 | fa163e8d-9a30-371f-566d-000000000c45 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-20 10:34:42.987758 | fa163e8d-9a30-371f-566d-000000000c45 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-20 10:34:42.988849 | fa163e8d-9a30-371f-566d-000000000c45 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:17.586522 | 0.04s 2026-02-20 10:34:43.013832 | fa163e8d-9a30-371f-566d-000000000c46 | TASK | Set frontend rule fact (ssl rules) 2026-02-20 10:34:43.048550 | fa163e8d-9a30-371f-566d-000000000c46 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-20 10:34:43.049996 | fa163e8d-9a30-371f-566d-000000000c46 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:17.647666 | 0.03s 2026-02-20 10:34:43.075880 | fa163e8d-9a30-371f-566d-000000000c48 | TASK | Enable LOG rules 2026-02-20 10:34:43.106015 | fa163e8d-9a30-371f-566d-000000000c48 | SKIPPED | Enable LOG rules | standalone 2026-02-20 10:34:43.107231 | fa163e8d-9a30-371f-566d-000000000c48 | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:17.704897 | 0.03s 2026-02-20 10:34:43.132568 | fa163e8d-9a30-371f-566d-000000000c49 | TASK | Set rule fact 2026-02-20 10:34:43.230190 | fa163e8d-9a30-371f-566d-000000000c49 | OK | Set rule fact | standalone 2026-02-20 10:34:43.233085 | fa163e8d-9a30-371f-566d-000000000c49 | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:17.830760 | 0.10s 2026-02-20 10:34:43.264455 | fa163e8d-9a30-371f-566d-000000000c4a | TASK | Manage rules via nftables 2026-02-20 10:34:43.297355 | fa163e8d-9a30-371f-566d-000000000c4a | TIMING | Manage rules via nftables | standalone | 0:01:17.895021 | 0.03s 2026-02-20 10:34:43.382659 | fa163e8d-9a30-371f-566d-000000000ce8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.980334 | 0.03s 2026-02-20 10:34:43.397494 | de9762d5-3bfd-49c3-9352-7ce5889cfc9e | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-20 10:34:43.424567 | fa163e8d-9a30-371f-566d-000000000d11 | TASK | Ensure legacy iptables services are off 2026-02-20 10:34:43.822353 | fa163e8d-9a30-371f-566d-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-20 10:34:43.824678 | fa163e8d-9a30-371f-566d-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.422345 | 0.40s 2026-02-20 10:34:44.184144 | fa163e8d-9a30-371f-566d-000000000d11 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-20 10:34:44.186406 | fa163e8d-9a30-371f-566d-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.784075 | 0.76s 2026-02-20 10:34:44.198018 | fa163e8d-9a30-371f-566d-000000000d11 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:18.795679 | 0.77s 2026-02-20 10:34:44.228444 | fa163e8d-9a30-371f-566d-000000000d12 | TASK | Ensure nftables service is enabled and running 2026-02-20 10:34:45.087186 | fa163e8d-9a30-371f-566d-000000000d12 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-20 10:34:45.089014 | fa163e8d-9a30-371f-566d-000000000d12 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.686690 | 0.86s 2026-02-20 10:34:45.116743 | fa163e8d-9a30-371f-566d-000000000d13 | TASK | Empty nftables from anything that may lay around 2026-02-20 10:34:45.157041 | fa163e8d-9a30-371f-566d-000000000d13 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-20 10:34:45.158255 | fa163e8d-9a30-371f-566d-000000000d13 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.755929 | 0.04s 2026-02-20 10:34:45.211752 | fa163e8d-9a30-371f-566d-000000000ce9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.809419 | 0.03s 2026-02-20 10:34:45.249739 | 9f6565ab-997f-4e9b-9b5c-c1a87172cec5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-20 10:34:45.285125 | fa163e8d-9a30-371f-566d-000000000d42 | TASK | Push empty ruleset 2026-02-20 10:34:45.760237 | fa163e8d-9a30-371f-566d-000000000d42 | CHANGED | Push empty ruleset | standalone 2026-02-20 10:34:45.761595 | fa163e8d-9a30-371f-566d-000000000d42 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.359268 | 0.48s 2026-02-20 10:34:45.788497 | fa163e8d-9a30-371f-566d-000000000d43 | TASK | Load empty ruleset 2026-02-20 10:34:46.062764 | fa163e8d-9a30-371f-566d-000000000d43 | CHANGED | Load empty ruleset | standalone 2026-02-20 10:34:46.064063 | fa163e8d-9a30-371f-566d-000000000d43 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.661736 | 0.27s 2026-02-20 10:34:46.090443 | fa163e8d-9a30-371f-566d-000000000d45 | TASK | Use default rules 2026-02-20 10:34:46.162596 | fa163e8d-9a30-371f-566d-000000000d45 | OK | Use default rules | standalone 2026-02-20 10:34:46.165492 | fa163e8d-9a30-371f-566d-000000000d45 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.763165 | 0.07s 2026-02-20 10:34:46.194765 | fa163e8d-9a30-371f-566d-000000000d46 | TASK | Enable LOG rules 2026-02-20 10:34:46.268218 | fa163e8d-9a30-371f-566d-000000000d46 | OK | Enable LOG rules | standalone 2026-02-20 10:34:46.271146 | fa163e8d-9a30-371f-566d-000000000d46 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.868797 | 0.07s 2026-02-20 10:34:46.300749 | fa163e8d-9a30-371f-566d-000000000d48 | TASK | Get current nftables content 2026-02-20 10:34:46.532396 | fa163e8d-9a30-371f-566d-000000000d48 | CHANGED | Get current nftables content | standalone 2026-02-20 10:34:46.533702 | fa163e8d-9a30-371f-566d-000000000d48 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.131375 | 0.23s 2026-02-20 10:34:46.560329 | fa163e8d-9a30-371f-566d-000000000d4a | TASK | Generate chain jumps 2026-02-20 10:34:47.104952 | fa163e8d-9a30-371f-566d-000000000d4a | CHANGED | Generate chain jumps | standalone 2026-02-20 10:34:47.106236 | fa163e8d-9a30-371f-566d-000000000d4a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.703909 | 0.54s 2026-02-20 10:34:47.132379 | fa163e8d-9a30-371f-566d-000000000d4b | TASK | Generate chain jumps 2026-02-20 10:34:47.738185 | fa163e8d-9a30-371f-566d-000000000d4b | CHANGED | Generate chain jumps | standalone 2026-02-20 10:34:47.739704 | fa163e8d-9a30-371f-566d-000000000d4b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.337376 | 0.61s 2026-02-20 10:34:47.769205 | fa163e8d-9a30-371f-566d-000000000d4c | TASK | Generate nft flushes 2026-02-20 10:34:48.272016 | fa163e8d-9a30-371f-566d-000000000d4c | CHANGED | Generate nft flushes | standalone 2026-02-20 10:34:48.273587 | fa163e8d-9a30-371f-566d-000000000d4c | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.871260 | 0.50s 2026-02-20 10:34:48.300443 | fa163e8d-9a30-371f-566d-000000000d4d | TASK | Generate nft tripleo chains 2026-02-20 10:34:48.779907 | fa163e8d-9a30-371f-566d-000000000d4d | CHANGED | Generate nft tripleo chains | standalone 2026-02-20 10:34:48.781589 | fa163e8d-9a30-371f-566d-000000000d4d | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.379260 | 0.48s 2026-02-20 10:34:48.810068 | fa163e8d-9a30-371f-566d-000000000d4e | TASK | Generate nft ruleset in static file 2026-02-20 10:34:50.368432 | fa163e8d-9a30-371f-566d-000000000d4e | CHANGED | Generate nft ruleset in static file | standalone 2026-02-20 10:34:50.369865 | fa163e8d-9a30-371f-566d-000000000d4e | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:24.967539 | 1.56s 2026-02-20 10:34:50.396877 | fa163e8d-9a30-371f-566d-000000000d50 | TASK | Validate all of the generated content before loading 2026-02-20 10:34:50.960678 | fa163e8d-9a30-371f-566d-000000000d50 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-20 10:34:50.962094 | fa163e8d-9a30-371f-566d-000000000d50 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.559767 | 0.56s 2026-02-20 10:34:50.988470 | fa163e8d-9a30-371f-566d-000000000d51 | TASK | Ensure we load our different nft rulesets on boot 2026-02-20 10:34:51.248223 | fa163e8d-9a30-371f-566d-000000000d51 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-20 10:34:51.249636 | fa163e8d-9a30-371f-566d-000000000d51 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:25.847309 | 0.26s 2026-02-20 10:34:51.307333 | fa163e8d-9a30-371f-566d-000000000cea | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:25.904989 | 0.03s 2026-02-20 10:34:51.328487 | d4bdaf18-3e11-4841-9497-ac914c0bb134 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-20 10:34:51.379952 | fa163e8d-9a30-371f-566d-000000000db9 | TASK | Inject our custom chains in nftables 2026-02-20 10:34:51.633077 | fa163e8d-9a30-371f-566d-000000000db9 | CHANGED | Inject our custom chains in nftables | standalone 2026-02-20 10:34:51.634523 | fa163e8d-9a30-371f-566d-000000000db9 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.232192 | 0.25s 2026-02-20 10:34:51.661538 | fa163e8d-9a30-371f-566d-000000000dba | TASK | Reload custom nftables ruleset files 2026-02-20 10:34:51.969020 | fa163e8d-9a30-371f-566d-000000000dba | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-20 10:34:51.970485 | fa163e8d-9a30-371f-566d-000000000dba | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.568158 | 0.31s 2026-02-20 10:34:52.043269 | fa163e8d-9a30-371f-566d-000000000b1f | TASK | create persistent logs directory 2026-02-20 10:34:52.318179 | fa163e8d-9a30-371f-566d-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-20 10:34:52.320591 | fa163e8d-9a30-371f-566d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:26.918261 | 0.28s 2026-02-20 10:34:52.544048 | fa163e8d-9a30-371f-566d-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-02-20 10:34:52.545859 | fa163e8d-9a30-371f-566d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.143536 | 0.50s 2026-02-20 10:34:52.556451 | fa163e8d-9a30-371f-566d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.154121 | 0.51s 2026-02-20 10:34:52.582358 | fa163e8d-9a30-371f-566d-000000000b20 | TASK | create persistent directories 2026-02-20 10:34:52.841071 | fa163e8d-9a30-371f-566d-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-20 10:34:52.842713 | fa163e8d-9a30-371f-566d-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.440383 | 0.26s 2026-02-20 10:34:52.850142 | fa163e8d-9a30-371f-566d-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.447775 | 0.27s 2026-02-20 10:34:52.877098 | fa163e8d-9a30-371f-566d-000000000b21 | TASK | create persistent directories 2026-02-20 10:34:53.108691 | fa163e8d-9a30-371f-566d-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-20 10:34:53.111071 | fa163e8d-9a30-371f-566d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.708740 | 0.23s 2026-02-20 10:34:53.332095 | fa163e8d-9a30-371f-566d-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-02-20 10:34:53.333933 | fa163e8d-9a30-371f-566d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.931610 | 0.46s 2026-02-20 10:34:53.344628 | fa163e8d-9a30-371f-566d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.942297 | 0.47s 2026-02-20 10:34:53.370441 | fa163e8d-9a30-371f-566d-000000000b22 | TASK | create persistent directories 2026-02-20 10:34:53.629667 | fa163e8d-9a30-371f-566d-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/barbican', 'setype': 'container_file_t'} 2026-02-20 10:34:53.632097 | fa163e8d-9a30-371f-566d-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.229763 | 0.26s 2026-02-20 10:34:53.809375 | fa163e8d-9a30-371f-566d-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/barbican-api', 'setype': 'container_file_t'} 2026-02-20 10:34:53.810416 | fa163e8d-9a30-371f-566d-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.408094 | 0.44s 2026-02-20 10:34:53.817085 | fa163e8d-9a30-371f-566d-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.414757 | 0.45s 2026-02-20 10:34:53.844882 | fa163e8d-9a30-371f-566d-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-20 10:34:54.951439 | fa163e8d-9a30-371f-566d-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-20 10:34:54.953036 | fa163e8d-9a30-371f-566d-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.550708 | 1.11s 2026-02-20 10:34:54.978175 | fa163e8d-9a30-371f-566d-000000000b24 | TASK | create persistent directories 2026-02-20 10:34:55.237169 | fa163e8d-9a30-371f-566d-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-02-20 10:34:55.239501 | fa163e8d-9a30-371f-566d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.837168 | 0.26s 2026-02-20 10:34:55.249517 | fa163e8d-9a30-371f-566d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.847193 | 0.27s 2026-02-20 10:34:55.275134 | fa163e8d-9a30-371f-566d-000000000b25 | TASK | create persistent directories 2026-02-20 10:34:55.542019 | fa163e8d-9a30-371f-566d-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-20 10:34:55.543643 | fa163e8d-9a30-371f-566d-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.141313 | 0.27s 2026-02-20 10:34:55.767698 | fa163e8d-9a30-371f-566d-000000000b25 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-20 10:34:55.769365 | fa163e8d-9a30-371f-566d-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.367043 | 0.49s 2026-02-20 10:34:55.779942 | fa163e8d-9a30-371f-566d-000000000b25 | TIMING | create persistent directories | standalone | 0:01:30.377615 | 0.50s 2026-02-20 10:34:55.806138 | fa163e8d-9a30-371f-566d-000000000b26 | TASK | create fcontext entry for cinder data 2026-02-20 10:34:57.091360 | fa163e8d-9a30-371f-566d-000000000b26 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-20 10:34:57.092880 | fa163e8d-9a30-371f-566d-000000000b26 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.690550 | 1.28s 2026-02-20 10:34:57.118646 | fa163e8d-9a30-371f-566d-000000000b27 | TASK | create persistent directories 2026-02-20 10:34:57.373189 | fa163e8d-9a30-371f-566d-000000000b27 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-20 10:34:57.374050 | fa163e8d-9a30-371f-566d-000000000b27 | TIMING | create persistent directories | standalone | 0:01:31.971734 | 0.25s 2026-02-20 10:34:57.593117 | fa163e8d-9a30-371f-566d-000000000b27 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-20 10:34:57.594478 | fa163e8d-9a30-371f-566d-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.192162 | 0.47s 2026-02-20 10:34:57.605636 | fa163e8d-9a30-371f-566d-000000000b27 | TIMING | create persistent directories | standalone | 0:01:32.203315 | 0.48s 2026-02-20 10:34:57.633068 | fa163e8d-9a30-371f-566d-000000000b28 | TASK | ensure ceph configurations exist 2026-02-20 10:34:57.853308 | fa163e8d-9a30-371f-566d-000000000b28 | CHANGED | ensure ceph configurations exist | standalone 2026-02-20 10:34:57.854623 | fa163e8d-9a30-371f-566d-000000000b28 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.452298 | 0.22s 2026-02-20 10:34:57.880081 | fa163e8d-9a30-371f-566d-000000000b29 | TASK | create persistent directories 2026-02-20 10:34:58.109488 | fa163e8d-9a30-371f-566d-000000000b29 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-20 10:34:58.111407 | fa163e8d-9a30-371f-566d-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.709078 | 0.23s 2026-02-20 10:34:58.121430 | fa163e8d-9a30-371f-566d-000000000b29 | TIMING | create persistent directories | standalone | 0:01:32.719110 | 0.24s 2026-02-20 10:34:58.146880 | fa163e8d-9a30-371f-566d-000000000b2b | TASK | Create cinder image conversion directory 2026-02-20 10:34:58.176080 | fa163e8d-9a30-371f-566d-000000000b2b | SKIPPED | Create cinder image conversion directory | standalone 2026-02-20 10:34:58.177101 | fa163e8d-9a30-371f-566d-000000000b2b | TIMING | Create cinder image conversion directory | standalone | 0:01:32.774775 | 0.03s 2026-02-20 10:34:58.201878 | fa163e8d-9a30-371f-566d-000000000b2c | TASK | Mount cinder's image conversion NFS share 2026-02-20 10:34:58.230560 | fa163e8d-9a30-371f-566d-000000000b2c | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-20 10:34:58.231821 | fa163e8d-9a30-371f-566d-000000000b2c | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.829494 | 0.03s 2026-02-20 10:34:58.256682 | fa163e8d-9a30-371f-566d-000000000b2e | TASK | cinder_configure_lvm fact 2026-02-20 10:34:58.288925 | fa163e8d-9a30-371f-566d-000000000b2e | OK | cinder_configure_lvm fact | standalone 2026-02-20 10:34:58.290155 | fa163e8d-9a30-371f-566d-000000000b2e | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.887830 | 0.03s 2026-02-20 10:34:58.315577 | fa163e8d-9a30-371f-566d-000000000b30 | TASK | ensure LVM rpm dependencies are installed 2026-02-20 10:34:58.344262 | fa163e8d-9a30-371f-566d-000000000b30 | SKIPPED | ensure LVM rpm dependencies are installed | standalone 2026-02-20 10:34:58.346638 | fa163e8d-9a30-371f-566d-000000000b30 | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:32.944313 | 0.03s 2026-02-20 10:34:58.370569 | fa163e8d-9a30-371f-566d-000000000b31 | TASK | cinder create LVM volume group dd 2026-02-20 10:34:58.398482 | fa163e8d-9a30-371f-566d-000000000b31 | SKIPPED | cinder create LVM volume group dd | standalone 2026-02-20 10:34:58.399580 | fa163e8d-9a30-371f-566d-000000000b31 | TIMING | cinder create LVM volume group dd | standalone | 0:01:32.997257 | 0.03s 2026-02-20 10:34:58.423998 | fa163e8d-9a30-371f-566d-000000000b32 | TASK | Get or create LVM loopback device 2026-02-20 10:34:58.452464 | fa163e8d-9a30-371f-566d-000000000b32 | SKIPPED | Get or create LVM loopback device | standalone 2026-02-20 10:34:58.453578 | fa163e8d-9a30-371f-566d-000000000b32 | TIMING | Get or create LVM loopback device | standalone | 0:01:33.051252 | 0.03s 2026-02-20 10:34:58.478249 | fa163e8d-9a30-371f-566d-000000000b33 | TASK | Create LVM volume group 2026-02-20 10:34:58.507026 | fa163e8d-9a30-371f-566d-000000000b33 | SKIPPED | Create LVM volume group | standalone 2026-02-20 10:34:58.508071 | fa163e8d-9a30-371f-566d-000000000b33 | TIMING | Create LVM volume group | standalone | 0:01:33.105746 | 0.03s 2026-02-20 10:34:58.564437 | fa163e8d-9a30-371f-566d-000000000b34 | TASK | cinder create service to run losetup for LVM on startup 2026-02-20 10:34:58.596558 | fa163e8d-9a30-371f-566d-000000000b34 | SKIPPED | cinder create service to run losetup for LVM on startup | standalone 2026-02-20 10:34:58.597560 | fa163e8d-9a30-371f-566d-000000000b34 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:33.195236 | 0.03s 2026-02-20 10:34:58.618189 | fa163e8d-9a30-371f-566d-000000000b35 | TASK | cinder enable the LVM losetup service 2026-02-20 10:34:58.650562 | fa163e8d-9a30-371f-566d-000000000b35 | SKIPPED | cinder enable the LVM losetup service | standalone 2026-02-20 10:34:58.651496 | fa163e8d-9a30-371f-566d-000000000b35 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:33.249174 | 0.03s 2026-02-20 10:34:58.671520 | fa163e8d-9a30-371f-566d-000000000b37 | TASK | allow logrotate to read inside containers 2026-02-20 10:34:59.594502 | fa163e8d-9a30-371f-566d-000000000b37 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-20 10:34:59.596490 | fa163e8d-9a30-371f-566d-000000000b37 | TIMING | allow logrotate to read inside containers | standalone | 0:01:34.194157 | 0.92s 2026-02-20 10:34:59.622631 | fa163e8d-9a30-371f-566d-000000000b38 | TASK | authorize httpd to listen on registry ports 2026-02-20 10:35:01.891132 | fa163e8d-9a30-371f-566d-000000000b38 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-20 10:35:01.892825 | fa163e8d-9a30-371f-566d-000000000b38 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:36.490500 | 2.27s 2026-02-20 10:35:01.950928 | fa163e8d-9a30-371f-566d-000000000b3a | OK | set_fact | standalone 2026-02-20 10:35:01.952185 | fa163e8d-9a30-371f-566d-000000000b3a | TIMING | set_fact | standalone | 0:01:36.549857 | 0.03s 2026-02-20 10:35:02.006759 | fa163e8d-9a30-371f-566d-000000000b3b | TIMING | include_role : tripleo_image_serve | standalone | 0:01:36.604423 | 0.03s 2026-02-20 10:35:02.065146 | fa163e8d-9a30-371f-566d-000000000f06 | TASK | ensure apache is installed 2026-02-20 10:35:09.145059 | fa163e8d-9a30-371f-566d-000000000f06 | CHANGED | ensure apache is installed | standalone 2026-02-20 10:35:09.147010 | fa163e8d-9a30-371f-566d-000000000f06 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:43.744678 | 7.08s 2026-02-20 10:35:09.176734 | fa163e8d-9a30-371f-566d-000000000f07 | TASK | create image data directory 2026-02-20 10:35:09.404077 | fa163e8d-9a30-371f-566d-000000000f07 | CHANGED | create image data directory | standalone 2026-02-20 10:35:09.405521 | fa163e8d-9a30-371f-566d-000000000f07 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:44.003193 | 0.23s 2026-02-20 10:35:09.431479 | fa163e8d-9a30-371f-566d-000000000f08 | TASK | create /v2/ response file 2026-02-20 10:35:09.864592 | fa163e8d-9a30-371f-566d-000000000f08 | CHANGED | create /v2/ response file | standalone 2026-02-20 10:35:09.865783 | fa163e8d-9a30-371f-566d-000000000f08 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:44.463461 | 0.43s 2026-02-20 10:35:09.893530 | fa163e8d-9a30-371f-566d-000000000f09 | TASK | Add listen line 2026-02-20 10:35:10.247557 | fa163e8d-9a30-371f-566d-000000000f09 | CHANGED | Add listen line | standalone 2026-02-20 10:35:10.248866 | fa163e8d-9a30-371f-566d-000000000f09 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:44.846540 | 0.35s 2026-02-20 10:35:10.275015 | fa163e8d-9a30-371f-566d-000000000f0a | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-20 10:35:10.781555 | fa163e8d-9a30-371f-566d-000000000f0a | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-20 10:35:10.782861 | fa163e8d-9a30-371f-566d-000000000f0a | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:45.380533 | 0.51s 2026-02-20 10:35:10.803389 | fa163e8d-9a30-371f-566d-000000000f0b | TASK | Image-Serve | restart httpd 2026-02-20 10:35:11.757977 | fa163e8d-9a30-371f-566d-000000000f0b | CHANGED | Image-Serve | restart httpd | standalone 2026-02-20 10:35:11.760072 | fa163e8d-9a30-371f-566d-000000000f0b | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:46.357749 | 0.96s 2026-02-20 10:35:11.809428 | fa163e8d-9a30-371f-566d-000000000b3d | TASK | create persistent logs directory 2026-02-20 10:35:12.058812 | fa163e8d-9a30-371f-566d-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-20 10:35:12.060533 | fa163e8d-9a30-371f-566d-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.658203 | 0.25s 2026-02-20 10:35:12.262245 | fa163e8d-9a30-371f-566d-000000000b3d | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-20 10:35:12.263348 | fa163e8d-9a30-371f-566d-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.861025 | 0.45s 2026-02-20 10:35:12.275582 | fa163e8d-9a30-371f-566d-000000000b3d | TIMING | create persistent logs directory | standalone | 0:01:46.873262 | 0.46s 2026-02-20 10:35:12.301220 | fa163e8d-9a30-371f-566d-000000000b3e | TASK | Mount NFS on host 2026-02-20 10:35:12.329367 | fa163e8d-9a30-371f-566d-000000000b3e | SKIPPED | Mount NFS on host | standalone 2026-02-20 10:35:12.330407 | fa163e8d-9a30-371f-566d-000000000b3e | TIMING | Mount NFS on host | standalone | 0:01:46.928081 | 0.03s 2026-02-20 10:35:12.356182 | fa163e8d-9a30-371f-566d-000000000b3f | TASK | Mount Node Staging Location 2026-02-20 10:35:12.384034 | fa163e8d-9a30-371f-566d-000000000b3f | SKIPPED | Mount Node Staging Location | standalone 2026-02-20 10:35:12.385240 | fa163e8d-9a30-371f-566d-000000000b3f | TIMING | Mount Node Staging Location | standalone | 0:01:46.982913 | 0.03s 2026-02-20 10:35:12.410040 | fa163e8d-9a30-371f-566d-000000000b40 | TASK | ensure /var/lib/glance exists 2026-02-20 10:35:12.641715 | fa163e8d-9a30-371f-566d-000000000b40 | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-20 10:35:12.643021 | fa163e8d-9a30-371f-566d-000000000b40 | TIMING | ensure /var/lib/glance exists | standalone | 0:01:47.240695 | 0.23s 2026-02-20 10:35:12.667855 | fa163e8d-9a30-371f-566d-000000000b41 | TASK | create logs directory 2026-02-20 10:35:12.928092 | fa163e8d-9a30-371f-566d-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-20 10:35:12.930362 | fa163e8d-9a30-371f-566d-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.528033 | 0.26s 2026-02-20 10:35:13.146365 | fa163e8d-9a30-371f-566d-000000000b41 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-02-20 10:35:13.147358 | fa163e8d-9a30-371f-566d-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.745037 | 0.48s 2026-02-20 10:35:13.154327 | fa163e8d-9a30-371f-566d-000000000b41 | TIMING | create logs directory | standalone | 0:01:47.752005 | 0.49s 2026-02-20 10:35:13.181570 | fa163e8d-9a30-371f-566d-000000000b42 | TASK | Mount Gnocchi NFS on host 2026-02-20 10:35:13.209928 | fa163e8d-9a30-371f-566d-000000000b42 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-02-20 10:35:13.211053 | fa163e8d-9a30-371f-566d-000000000b42 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:47.808726 | 0.03s 2026-02-20 10:35:13.236867 | fa163e8d-9a30-371f-566d-000000000b43 | TASK | ensure GnocchiFileBasePath exists 2026-02-20 10:35:13.478533 | fa163e8d-9a30-371f-566d-000000000b43 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-02-20 10:35:13.479887 | fa163e8d-9a30-371f-566d-000000000b43 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:48.077561 | 0.24s 2026-02-20 10:35:13.504916 | fa163e8d-9a30-371f-566d-000000000b44 | TASK | create persistent directories 2026-02-20 10:35:13.744706 | fa163e8d-9a30-371f-566d-000000000b44 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-20 10:35:13.746682 | fa163e8d-9a30-371f-566d-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.344353 | 0.24s 2026-02-20 10:35:13.756827 | fa163e8d-9a30-371f-566d-000000000b44 | TIMING | create persistent directories | standalone | 0:01:48.354500 | 0.25s 2026-02-20 10:35:13.784259 | fa163e8d-9a30-371f-566d-000000000b45 | TASK | create persistent data directory 2026-02-20 10:35:14.013911 | fa163e8d-9a30-371f-566d-000000000b45 | OK | create persistent data directory | standalone 2026-02-20 10:35:14.015326 | fa163e8d-9a30-371f-566d-000000000b45 | TIMING | create persistent data directory | standalone | 0:01:48.613000 | 0.23s 2026-02-20 10:35:14.041545 | fa163e8d-9a30-371f-566d-000000000b46 | TASK | get parameters 2026-02-20 10:35:14.080687 | fa163e8d-9a30-371f-566d-000000000b46 | OK | get parameters | standalone 2026-02-20 10:35:14.081724 | fa163e8d-9a30-371f-566d-000000000b46 | TIMING | get parameters | standalone | 0:01:48.679398 | 0.04s 2026-02-20 10:35:14.106637 | fa163e8d-9a30-371f-566d-000000000b48 | TASK | get DeployedSSLCertificatePath attributes 2026-02-20 10:35:14.149895 | fa163e8d-9a30-371f-566d-000000000b48 | SKIPPED | get DeployedSSLCertificatePath attributes | standalone 2026-02-20 10:35:14.150993 | fa163e8d-9a30-371f-566d-000000000b48 | TIMING | get DeployedSSLCertificatePath attributes | standalone | 0:01:48.748666 | 0.04s 2026-02-20 10:35:14.178074 | fa163e8d-9a30-371f-566d-000000000b49 | TASK | set is_haproxy_bootstrap_node fact 2026-02-20 10:35:14.222708 | fa163e8d-9a30-371f-566d-000000000b49 | SKIPPED | set is_haproxy_bootstrap_node fact | standalone 2026-02-20 10:35:14.223788 | fa163e8d-9a30-371f-566d-000000000b49 | TIMING | set is_haproxy_bootstrap_node fact | standalone | 0:01:48.821462 | 0.04s 2026-02-20 10:35:14.248706 | fa163e8d-9a30-371f-566d-000000000b4a | TASK | get haproxy status 2026-02-20 10:35:14.291103 | fa163e8d-9a30-371f-566d-000000000b4a | SKIPPED | get haproxy status | standalone 2026-02-20 10:35:14.292255 | fa163e8d-9a30-371f-566d-000000000b4a | TIMING | get haproxy status | standalone | 0:01:48.889930 | 0.04s 2026-02-20 10:35:14.318739 | fa163e8d-9a30-371f-566d-000000000b4b | TASK | get pacemaker status 2026-02-20 10:35:14.361547 | fa163e8d-9a30-371f-566d-000000000b4b | SKIPPED | get pacemaker status | standalone 2026-02-20 10:35:14.362693 | fa163e8d-9a30-371f-566d-000000000b4b | TIMING | get pacemaker status | standalone | 0:01:48.960366 | 0.04s 2026-02-20 10:35:14.387777 | fa163e8d-9a30-371f-566d-000000000b4c | TASK | get docker status 2026-02-20 10:35:14.431484 | fa163e8d-9a30-371f-566d-000000000b4c | SKIPPED | get docker status | standalone 2026-02-20 10:35:14.432517 | fa163e8d-9a30-371f-566d-000000000b4c | TIMING | get docker status | standalone | 0:01:49.030191 | 0.04s 2026-02-20 10:35:14.456835 | fa163e8d-9a30-371f-566d-000000000b4d | TASK | get container_id 2026-02-20 10:35:14.498997 | fa163e8d-9a30-371f-566d-000000000b4d | SKIPPED | get container_id | standalone 2026-02-20 10:35:14.500050 | fa163e8d-9a30-371f-566d-000000000b4d | TIMING | get container_id | standalone | 0:01:49.097724 | 0.04s 2026-02-20 10:35:14.525277 | fa163e8d-9a30-371f-566d-000000000b4e | TASK | get pcs resource name for haproxy container 2026-02-20 10:35:14.568410 | fa163e8d-9a30-371f-566d-000000000b4e | SKIPPED | get pcs resource name for haproxy container | standalone 2026-02-20 10:35:14.569514 | fa163e8d-9a30-371f-566d-000000000b4e | TIMING | get pcs resource name for haproxy container | standalone | 0:01:49.167188 | 0.04s 2026-02-20 10:35:14.594695 | fa163e8d-9a30-371f-566d-000000000b4f | TASK | remove DeployedSSLCertificatePath if is dir 2026-02-20 10:35:14.637565 | fa163e8d-9a30-371f-566d-000000000b4f | SKIPPED | remove DeployedSSLCertificatePath if is dir | standalone 2026-02-20 10:35:14.638610 | fa163e8d-9a30-371f-566d-000000000b4f | TIMING | remove DeployedSSLCertificatePath if is dir | standalone | 0:01:49.236284 | 0.04s 2026-02-20 10:35:14.662671 | fa163e8d-9a30-371f-566d-000000000b50 | TASK | push certificate content 2026-02-20 10:35:14.711786 | fa163e8d-9a30-371f-566d-000000000b50 | SKIPPED | push certificate content | standalone 2026-02-20 10:35:14.712886 | fa163e8d-9a30-371f-566d-000000000b50 | TIMING | push certificate content | standalone | 0:01:49.310560 | 0.05s 2026-02-20 10:35:14.738858 | fa163e8d-9a30-371f-566d-000000000b52 | TASK | set certificate ownership 2026-02-20 10:35:14.788181 | fa163e8d-9a30-371f-566d-000000000b52 | SKIPPED | set certificate ownership | standalone 2026-02-20 10:35:14.789246 | fa163e8d-9a30-371f-566d-000000000b52 | TIMING | set certificate ownership | standalone | 0:01:49.386919 | 0.05s 2026-02-20 10:35:14.814635 | fa163e8d-9a30-371f-566d-000000000b53 | TASK | reload haproxy if enabled 2026-02-20 10:35:14.865420 | fa163e8d-9a30-371f-566d-000000000b53 | SKIPPED | reload haproxy if enabled | standalone 2026-02-20 10:35:14.866469 | fa163e8d-9a30-371f-566d-000000000b53 | TIMING | reload haproxy if enabled | standalone | 0:01:49.464142 | 0.05s 2026-02-20 10:35:14.891075 | fa163e8d-9a30-371f-566d-000000000b54 | TASK | restart pacemaker resource for haproxy 2026-02-20 10:35:14.933912 | fa163e8d-9a30-371f-566d-000000000b54 | SKIPPED | restart pacemaker resource for haproxy | standalone 2026-02-20 10:35:14.935030 | fa163e8d-9a30-371f-566d-000000000b54 | TIMING | restart pacemaker resource for haproxy | standalone | 0:01:49.532703 | 0.04s 2026-02-20 10:35:14.959977 | fa163e8d-9a30-371f-566d-000000000b56 | TASK | copy certificate, chgrp, restart haproxy 2026-02-20 10:35:15.009505 | fa163e8d-9a30-371f-566d-000000000b56 | SKIPPED | copy certificate, chgrp, restart haproxy | standalone 2026-02-20 10:35:15.011758 | fa163e8d-9a30-371f-566d-000000000b56 | TIMING | copy certificate, chgrp, restart haproxy | standalone | 0:01:49.609431 | 0.05s 2026-02-20 10:35:15.036802 | fa163e8d-9a30-371f-566d-000000000b58 | TASK | create persistent directories 2026-02-20 10:35:15.288668 | fa163e8d-9a30-371f-566d-000000000b58 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-20 10:35:15.290603 | fa163e8d-9a30-371f-566d-000000000b58 | TIMING | create persistent directories | standalone | 0:01:49.888273 | 0.25s 2026-02-20 10:35:15.510217 | fa163e8d-9a30-371f-566d-000000000b58 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-20 10:35:15.511816 | fa163e8d-9a30-371f-566d-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.109496 | 0.47s 2026-02-20 10:35:15.522739 | fa163e8d-9a30-371f-566d-000000000b58 | TIMING | create persistent directories | standalone | 0:01:50.120411 | 0.48s 2026-02-20 10:35:15.548830 | fa163e8d-9a30-371f-566d-000000000b59 | TASK | Run puppet on the host to apply IPtables rules 2026-02-20 10:35:20.934212 | fa163e8d-9a30-371f-566d-000000000b59 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-20 10:35:20.935445 | fa163e8d-9a30-371f-566d-000000000b59 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:01:55.533118 | 5.39s 2026-02-20 10:35:20.960486 | fa163e8d-9a30-371f-566d-000000000b5a | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-20 10:35:21.039699 | fa163e8d-9a30-371f-566d-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.72 seconds", "Notice: Applied catalog in 0.22 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 58", " Total: 58", "Time:", " Transaction evaluation: 0.22", " Catalog application: 0.22", " Config retrieval: 0.84", " Last run: 1771583720", " Total: 0.22", "Version:", " Config: 1771583719", " 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-20 10:35:21.040813 | fa163e8d-9a30-371f-566d-000000000b5a | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:01:55.638487 | 0.08s 2026-02-20 10:35:21.065618 | fa163e8d-9a30-371f-566d-000000000b5b | TASK | create persistent directories 2026-02-20 10:35:21.309593 | fa163e8d-9a30-371f-566d-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-20 10:35:21.312178 | fa163e8d-9a30-371f-566d-000000000b5b | TIMING | create persistent directories | standalone | 0:01:55.909847 | 0.25s 2026-02-20 10:35:21.480964 | fa163e8d-9a30-371f-566d-000000000b5b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-20 10:35:21.482749 | fa163e8d-9a30-371f-566d-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.080426 | 0.42s 2026-02-20 10:35:21.493370 | fa163e8d-9a30-371f-566d-000000000b5b | TIMING | create persistent directories | standalone | 0:01:56.091041 | 0.43s 2026-02-20 10:35:21.519428 | fa163e8d-9a30-371f-566d-000000000b5c | TASK | create persistent directories 2026-02-20 10:35:21.763927 | fa163e8d-9a30-371f-566d-000000000b5c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-20 10:35:21.765539 | fa163e8d-9a30-371f-566d-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.363210 | 0.24s 2026-02-20 10:35:21.921163 | fa163e8d-9a30-371f-566d-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-20 10:35:21.922726 | fa163e8d-9a30-371f-566d-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.520405 | 0.40s 2026-02-20 10:35:21.933378 | fa163e8d-9a30-371f-566d-000000000b5c | TIMING | create persistent directories | standalone | 0:01:56.531045 | 0.41s 2026-02-20 10:35:21.959192 | fa163e8d-9a30-371f-566d-000000000b5d | TASK | create persistent directories 2026-02-20 10:35:22.170443 | fa163e8d-9a30-371f-566d-000000000b5d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-20 10:35:22.172523 | fa163e8d-9a30-371f-566d-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.770194 | 0.21s 2026-02-20 10:35:22.182715 | fa163e8d-9a30-371f-566d-000000000b5d | TIMING | create persistent directories | standalone | 0:01:56.780387 | 0.22s 2026-02-20 10:35:22.208296 | fa163e8d-9a30-371f-566d-000000000b5e | TASK | create persistent directories 2026-02-20 10:35:22.459990 | fa163e8d-9a30-371f-566d-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-20 10:35:22.462196 | fa163e8d-9a30-371f-566d-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.059866 | 0.25s 2026-02-20 10:35:22.691413 | fa163e8d-9a30-371f-566d-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-20 10:35:22.692493 | fa163e8d-9a30-371f-566d-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.290172 | 0.48s 2026-02-20 10:35:22.917325 | fa163e8d-9a30-371f-566d-000000000b5e | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-20 10:35:22.918994 | fa163e8d-9a30-371f-566d-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.516672 | 0.71s 2026-02-20 10:35:23.141447 | fa163e8d-9a30-371f-566d-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-20 10:35:23.143046 | fa163e8d-9a30-371f-566d-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.740723 | 0.93s 2026-02-20 10:35:23.153113 | fa163e8d-9a30-371f-566d-000000000b5e | TIMING | create persistent directories | standalone | 0:01:57.750780 | 0.94s 2026-02-20 10:35:23.171068 | fa163e8d-9a30-371f-566d-000000000b5f | TASK | ensure /var/tmp/horizon exists on boot 2026-02-20 10:35:23.632838 | fa163e8d-9a30-371f-566d-000000000b5f | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-20 10:35:23.634516 | fa163e8d-9a30-371f-566d-000000000b5f | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:01:58.232188 | 0.46s 2026-02-20 10:35:23.660196 | fa163e8d-9a30-371f-566d-000000000b60 | TASK | create fcontext entry for iscsi 2026-02-20 10:35:24.960057 | fa163e8d-9a30-371f-566d-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-20 10:35:24.962481 | fa163e8d-9a30-371f-566d-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:01:59.560152 | 1.30s 2026-02-20 10:35:26.209048 | fa163e8d-9a30-371f-566d-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-20 10:35:26.210336 | fa163e8d-9a30-371f-566d-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:00.808013 | 2.55s 2026-02-20 10:35:27.418085 | fa163e8d-9a30-371f-566d-000000000b60 | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-20 10:35:27.419235 | fa163e8d-9a30-371f-566d-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.016913 | 3.76s 2026-02-20 10:35:27.425348 | fa163e8d-9a30-371f-566d-000000000b60 | TIMING | create fcontext entry for iscsi | standalone | 0:02:02.023029 | 3.76s 2026-02-20 10:35:27.451069 | fa163e8d-9a30-371f-566d-000000000b61 | TASK | create persistent directories 2026-02-20 10:35:27.700343 | fa163e8d-9a30-371f-566d-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-20 10:35:27.701960 | fa163e8d-9a30-371f-566d-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.299631 | 0.25s 2026-02-20 10:35:27.904720 | fa163e8d-9a30-371f-566d-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-20 10:35:27.905592 | fa163e8d-9a30-371f-566d-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.503273 | 0.45s 2026-02-20 10:35:28.112531 | fa163e8d-9a30-371f-566d-000000000b61 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-20 10:35:28.113899 | fa163e8d-9a30-371f-566d-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.711579 | 0.66s 2026-02-20 10:35:28.124055 | fa163e8d-9a30-371f-566d-000000000b61 | TIMING | create persistent directories | standalone | 0:02:02.721733 | 0.67s 2026-02-20 10:35:28.142019 | fa163e8d-9a30-371f-566d-000000000b62 | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-20 10:35:28.359711 | fa163e8d-9a30-371f-566d-000000000b62 | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-20 10:35:28.361081 | fa163e8d-9a30-371f-566d-000000000b62 | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:02.958753 | 0.22s 2026-02-20 10:35:28.386430 | fa163e8d-9a30-371f-566d-000000000b63 | TASK | Stop and disable iscsid.socket service 2026-02-20 10:35:28.414827 | fa163e8d-9a30-371f-566d-000000000b63 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-20 10:35:28.415948 | fa163e8d-9a30-371f-566d-000000000b63 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:03.013620 | 0.03s 2026-02-20 10:35:28.441489 | fa163e8d-9a30-371f-566d-000000000b64 | TASK | Check if iscsi.service is enabled 2026-02-20 10:35:28.652153 | fa163e8d-9a30-371f-566d-000000000b64 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-20 10:35:28.653490 | fa163e8d-9a30-371f-566d-000000000b64 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:03.251165 | 0.21s 2026-02-20 10:35:28.679200 | fa163e8d-9a30-371f-566d-000000000b65 | TASK | Stop iscsi.service 2026-02-20 10:35:28.719709 | fa163e8d-9a30-371f-566d-000000000b65 | SKIPPED | Stop iscsi.service | standalone 2026-02-20 10:35:28.720829 | fa163e8d-9a30-371f-566d-000000000b65 | TIMING | Stop iscsi.service | standalone | 0:02:03.318503 | 0.04s 2026-02-20 10:35:28.775602 | fa163e8d-9a30-371f-566d-000000000b66 | TIMING | include_role : tripleo_kernel | standalone | 0:02:03.373269 | 0.03s 2026-02-20 10:35:28.869486 | fa163e8d-9a30-371f-566d-000000001069 | TASK | Install additional packages 2026-02-20 10:35:28.894786 | fa163e8d-9a30-371f-566d-000000001069 | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:03.492465 | 0.02s 2026-02-20 10:35:28.912061 | fa163e8d-9a30-371f-566d-00000000106a | TASK | Remove dracut-config-generic 2026-02-20 10:35:32.757654 | fa163e8d-9a30-371f-566d-00000000106a | CHANGED | Remove dracut-config-generic | standalone 2026-02-20 10:35:32.759188 | fa163e8d-9a30-371f-566d-00000000106a | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:07.356861 | 3.85s 2026-02-20 10:35:32.784588 | fa163e8d-9a30-371f-566d-00000000106b | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-20 10:35:33.014905 | fa163e8d-9a30-371f-566d-00000000106b | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-20 10:35:33.016265 | fa163e8d-9a30-371f-566d-00000000106b | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:07.613938 | 0.23s 2026-02-20 10:35:33.041738 | fa163e8d-9a30-371f-566d-00000000106c | TASK | Write list of modules to load at boot 2026-02-20 10:35:33.537897 | fa163e8d-9a30-371f-566d-00000000106c | CHANGED | Write list of modules to load at boot | standalone 2026-02-20 10:35:33.539472 | fa163e8d-9a30-371f-566d-00000000106c | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:08.137142 | 0.50s 2026-02-20 10:35:33.567472 | fa163e8d-9a30-371f-566d-00000000106d | TASK | Modules reload 2026-02-20 10:35:34.059469 | fa163e8d-9a30-371f-566d-00000000106d | CHANGED | Modules reload | standalone 2026-02-20 10:35:34.061354 | fa163e8d-9a30-371f-566d-00000000106d | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:08.659029 | 0.49s 2026-02-20 10:35:34.088290 | fa163e8d-9a30-371f-566d-00000000106e | TASK | Set default sysctl options 2026-02-20 10:35:34.587763 | fa163e8d-9a30-371f-566d-00000000106e | CHANGED | Set default sysctl options | standalone 2026-02-20 10:35:34.589280 | fa163e8d-9a30-371f-566d-00000000106e | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:09.186952 | 0.50s 2026-02-20 10:35:34.615535 | fa163e8d-9a30-371f-566d-00000000106f | TASK | Set extra sysctl options 2026-02-20 10:35:35.053164 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-20 10:35:35.055383 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.653051 | 0.44s 2026-02-20 10:35:35.272263 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-20 10:35:35.273062 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:09.870742 | 0.66s 2026-02-20 10:35:35.525671 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-20 10:35:35.527346 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.125021 | 0.91s 2026-02-20 10:35:35.763033 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-20 10:35:35.764523 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.362202 | 1.15s 2026-02-20 10:35:35.992200 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-20 10:35:35.993219 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.590897 | 1.38s 2026-02-20 10:35:36.241617 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-20 10:35:36.242547 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:10.840227 | 1.62s 2026-02-20 10:35:36.487222 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-20 10:35:36.488193 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.085871 | 1.87s 2026-02-20 10:35:36.730574 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-20 10:35:36.731521 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.329200 | 2.11s 2026-02-20 10:35:36.974951 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-20 10:35:36.975806 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.573486 | 2.36s 2026-02-20 10:35:37.213803 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-20 10:35:37.214713 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:11.812392 | 2.60s 2026-02-20 10:35:37.459562 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-20 10:35:37.460617 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.058295 | 2.84s 2026-02-20 10:35:37.691307 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-20 10:35:37.692283 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.289962 | 3.07s 2026-02-20 10:35:37.928001 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-20 10:35:37.928870 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.526549 | 3.31s 2026-02-20 10:35:38.147297 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-20 10:35:38.148802 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.746483 | 3.53s 2026-02-20 10:35:38.386445 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-20 10:35:38.387613 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:12.985283 | 3.77s 2026-02-20 10:35:38.674984 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-20 10:35:38.675744 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:13.273428 | 4.06s 2026-02-20 10:35:39.972735 | fa163e8d-9a30-371f-566d-00000000106f | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-20 10:35:39.974476 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.572149 | 5.36s 2026-02-20 10:35:39.986646 | fa163e8d-9a30-371f-566d-00000000106f | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.584324 | 5.37s 2026-02-20 10:35:40.015466 | fa163e8d-9a30-371f-566d-000000001071 | TASK | Sysctl reload 2026-02-20 10:35:40.374356 | fa163e8d-9a30-371f-566d-000000001071 | CHANGED | Sysctl reload | standalone 2026-02-20 10:35:40.376378 | fa163e8d-9a30-371f-566d-000000001071 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:14.974054 | 0.36s 2026-02-20 10:35:40.426830 | fa163e8d-9a30-371f-566d-000000000b67 | TASK | create persistent directories 2026-02-20 10:35:40.677749 | fa163e8d-9a30-371f-566d-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-20 10:35:40.679526 | fa163e8d-9a30-371f-566d-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.277200 | 0.25s 2026-02-20 10:35:40.891309 | fa163e8d-9a30-371f-566d-000000000b67 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-20 10:35:40.892839 | fa163e8d-9a30-371f-566d-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.490512 | 0.46s 2026-02-20 10:35:40.902585 | fa163e8d-9a30-371f-566d-000000000b67 | TIMING | create persistent directories | standalone | 0:02:15.500271 | 0.47s 2026-02-20 10:35:40.922228 | fa163e8d-9a30-371f-566d-000000000b68 | TASK | Check if file certs_valid exist 2026-02-20 10:35:41.140050 | fa163e8d-9a30-371f-566d-000000000b68 | OK | Check if file certs_valid exist | standalone 2026-02-20 10:35:41.141339 | fa163e8d-9a30-371f-566d-000000000b68 | TIMING | Check if file certs_valid exist | standalone | 0:02:15.739016 | 0.22s 2026-02-20 10:35:41.166867 | fa163e8d-9a30-371f-566d-000000000b69 | TASK | Check if file cert9.db exist 2026-02-20 10:35:41.386238 | fa163e8d-9a30-371f-566d-000000000b69 | OK | Check if file cert9.db exist | standalone 2026-02-20 10:35:41.387398 | fa163e8d-9a30-371f-566d-000000000b69 | TIMING | Check if file cert9.db exist | standalone | 0:02:15.985072 | 0.22s 2026-02-20 10:35:41.414168 | fa163e8d-9a30-371f-566d-000000000b6a | TASK | Check if file key4.db exist 2026-02-20 10:35:41.638162 | fa163e8d-9a30-371f-566d-000000000b6a | OK | Check if file key4.db exist | standalone 2026-02-20 10:35:41.639336 | fa163e8d-9a30-371f-566d-000000000b6a | TIMING | Check if file key4.db exist | standalone | 0:02:16.237011 | 0.22s 2026-02-20 10:35:41.692622 | fa163e8d-9a30-371f-566d-000000000b6b | SKIPPED | fail | standalone 2026-02-20 10:35:41.693740 | fa163e8d-9a30-371f-566d-000000000b6b | TIMING | fail | standalone | 0:02:16.291416 | 0.03s 2026-02-20 10:35:41.718458 | fa163e8d-9a30-371f-566d-000000000b6c | TASK | Create persistent directories 2026-02-20 10:35:42.002976 | fa163e8d-9a30-371f-566d-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-20 10:35:42.005245 | fa163e8d-9a30-371f-566d-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.602916 | 0.29s 2026-02-20 10:35:42.206062 | fa163e8d-9a30-371f-566d-000000000b6c | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-20 10:35:42.207618 | fa163e8d-9a30-371f-566d-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.805298 | 0.49s 2026-02-20 10:35:42.218305 | fa163e8d-9a30-371f-566d-000000000b6c | TIMING | Create persistent directories | standalone | 0:02:16.815984 | 0.50s 2026-02-20 10:35:42.243970 | fa163e8d-9a30-371f-566d-000000000b6d | TASK | create persistent directories 2026-02-20 10:35:42.498154 | fa163e8d-9a30-371f-566d-000000000b6d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-20 10:35:42.499953 | fa163e8d-9a30-371f-566d-000000000b6d | TIMING | create persistent directories | standalone | 0:02:17.097626 | 0.25s 2026-02-20 10:35:42.510013 | fa163e8d-9a30-371f-566d-000000000b6d | TIMING | create persistent directories | standalone | 0:02:17.107692 | 0.26s 2026-02-20 10:35:42.539727 | fa163e8d-9a30-371f-566d-000000000b6e | TASK | create persistent directories 2026-02-20 10:35:42.806792 | fa163e8d-9a30-371f-566d-000000000b6e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-20 10:35:42.808860 | fa163e8d-9a30-371f-566d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.406533 | 0.27s 2026-02-20 10:35:42.994481 | fa163e8d-9a30-371f-566d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-20 10:35:42.995363 | fa163e8d-9a30-371f-566d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.593044 | 0.45s 2026-02-20 10:35:43.001594 | fa163e8d-9a30-371f-566d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:17.599273 | 0.46s 2026-02-20 10:35:43.027356 | fa163e8d-9a30-371f-566d-000000000b6f | TASK | create persistent directories 2026-02-20 10:35:43.263417 | fa163e8d-9a30-371f-566d-000000000b6f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-20 10:35:43.264807 | fa163e8d-9a30-371f-566d-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.862480 | 0.24s 2026-02-20 10:35:43.270969 | fa163e8d-9a30-371f-566d-000000000b6f | TIMING | create persistent directories | standalone | 0:02:17.868649 | 0.24s 2026-02-20 10:35:43.297036 | fa163e8d-9a30-371f-566d-000000000b70 | TASK | create persistent directories 2026-02-20 10:35:43.560194 | fa163e8d-9a30-371f-566d-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-20 10:35:43.562891 | fa163e8d-9a30-371f-566d-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.160560 | 0.26s 2026-02-20 10:35:43.785366 | fa163e8d-9a30-371f-566d-000000000b70 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-20 10:35:43.787140 | fa163e8d-9a30-371f-566d-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.384789 | 0.49s 2026-02-20 10:35:43.985545 | fa163e8d-9a30-371f-566d-000000000b70 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-20 10:35:43.986706 | fa163e8d-9a30-371f-566d-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.584383 | 0.69s 2026-02-20 10:35:43.992811 | fa163e8d-9a30-371f-566d-000000000b70 | TIMING | create persistent directories | standalone | 0:02:18.590489 | 0.69s 2026-02-20 10:35:44.011143 | fa163e8d-9a30-371f-566d-000000000b71 | TASK | create persistent directories 2026-02-20 10:35:44.260359 | fa163e8d-9a30-371f-566d-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-20 10:35:44.263557 | fa163e8d-9a30-371f-566d-000000000b71 | TIMING | create persistent directories | standalone | 0:02:18.861219 | 0.25s 2026-02-20 10:35:44.478933 | fa163e8d-9a30-371f-566d-000000000b71 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-20 10:35:44.480950 | fa163e8d-9a30-371f-566d-000000000b71 | TIMING | create persistent directories | standalone | 0:02:19.078626 | 0.47s 2026-02-20 10:35:44.491398 | fa163e8d-9a30-371f-566d-000000000b71 | TIMING | create persistent directories | standalone | 0:02:19.089069 | 0.48s 2026-02-20 10:35:44.518607 | fa163e8d-9a30-371f-566d-000000000b72 | TASK | create persistent directories 2026-02-20 10:35:44.768068 | fa163e8d-9a30-371f-566d-000000000b72 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-20 10:35:44.769563 | fa163e8d-9a30-371f-566d-000000000b72 | TIMING | create persistent directories | standalone | 0:02:19.367234 | 0.25s 2026-02-20 10:35:44.779636 | fa163e8d-9a30-371f-566d-000000000b72 | TIMING | create persistent directories | standalone | 0:02:19.377296 | 0.26s 2026-02-20 10:35:44.813341 | fa163e8d-9a30-371f-566d-000000000b73 | TASK | creating directory 2026-02-20 10:35:45.050503 | fa163e8d-9a30-371f-566d-000000000b73 | CHANGED | creating directory | standalone 2026-02-20 10:35:45.051549 | fa163e8d-9a30-371f-566d-000000000b73 | TIMING | creating directory | standalone | 0:02:19.649229 | 0.24s 2026-02-20 10:35:45.071689 | fa163e8d-9a30-371f-566d-000000000b74 | TASK | derive pci passthrough whitelist 2026-02-20 10:35:45.537830 | fa163e8d-9a30-371f-566d-000000000b74 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-20 10:35:45.538798 | fa163e8d-9a30-371f-566d-000000000b74 | TIMING | derive pci passthrough whitelist | standalone | 0:02:20.136478 | 0.47s 2026-02-20 10:35:45.558946 | fa163e8d-9a30-371f-566d-000000000b75 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-20 10:35:46.377429 | fa163e8d-9a30-371f-566d-000000000b75 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-20 10:35:46.378865 | fa163e8d-9a30-371f-566d-000000000b75 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:20.976538 | 0.82s 2026-02-20 10:35:46.403966 | fa163e8d-9a30-371f-566d-000000000b76 | TASK | create /run/netns with temp namespace 2026-02-20 10:35:46.635676 | fa163e8d-9a30-371f-566d-000000000b76 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-20 10:35:46.636994 | fa163e8d-9a30-371f-566d-000000000b76 | TIMING | create /run/netns with temp namespace | standalone | 0:02:21.234667 | 0.23s 2026-02-20 10:35:46.661983 | fa163e8d-9a30-371f-566d-000000000b77 | TASK | remove temp namespace 2026-02-20 10:35:46.954570 | fa163e8d-9a30-371f-566d-000000000b77 | CHANGED | remove temp namespace | standalone 2026-02-20 10:35:46.955924 | fa163e8d-9a30-371f-566d-000000000b77 | TIMING | remove temp namespace | standalone | 0:02:21.553596 | 0.29s 2026-02-20 10:35:46.981307 | fa163e8d-9a30-371f-566d-000000000b78 | TASK | create /var/lib/neutron 2026-02-20 10:35:47.203712 | fa163e8d-9a30-371f-566d-000000000b78 | CHANGED | create /var/lib/neutron | standalone 2026-02-20 10:35:47.205084 | fa163e8d-9a30-371f-566d-000000000b78 | TIMING | create /var/lib/neutron | standalone | 0:02:21.802759 | 0.22s 2026-02-20 10:35:47.230535 | fa163e8d-9a30-371f-566d-000000000b79 | TASK | set conditions 2026-02-20 10:35:47.261887 | fa163e8d-9a30-371f-566d-000000000b79 | OK | set conditions | standalone 2026-02-20 10:35:47.263045 | fa163e8d-9a30-371f-566d-000000000b79 | TIMING | set conditions | standalone | 0:02:21.860715 | 0.03s 2026-02-20 10:35:47.289796 | fa163e8d-9a30-371f-566d-000000000b7a | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-20 10:35:47.520332 | fa163e8d-9a30-371f-566d-000000000b7a | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-20 10:35:47.521659 | fa163e8d-9a30-371f-566d-000000000b7a | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:22.119333 | 0.23s 2026-02-20 10:35:47.547304 | fa163e8d-9a30-371f-566d-000000000b7b | TASK | create dnsmasq dhcp kill script 2026-02-20 10:35:48.000671 | fa163e8d-9a30-371f-566d-000000000b7b | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-20 10:35:48.002072 | fa163e8d-9a30-371f-566d-000000000b7b | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:22.599743 | 0.45s 2026-02-20 10:35:48.027600 | fa163e8d-9a30-371f-566d-000000000b7c | TASK | create haproxy kill script 2026-02-20 10:35:48.477903 | fa163e8d-9a30-371f-566d-000000000b7c | CHANGED | create haproxy kill script | standalone 2026-02-20 10:35:48.479383 | fa163e8d-9a30-371f-566d-000000000b7c | TIMING | create haproxy kill script | standalone | 0:02:23.077056 | 0.45s 2026-02-20 10:35:48.505075 | fa163e8d-9a30-371f-566d-000000000b7d | TASK | create persistent directories 2026-02-20 10:35:48.750506 | fa163e8d-9a30-371f-566d-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-20 10:35:48.752285 | fa163e8d-9a30-371f-566d-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.349954 | 0.25s 2026-02-20 10:35:48.963011 | fa163e8d-9a30-371f-566d-000000000b7d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-20 10:35:48.963949 | fa163e8d-9a30-371f-566d-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.561630 | 0.46s 2026-02-20 10:35:48.970325 | fa163e8d-9a30-371f-566d-000000000b7d | TIMING | create persistent directories | standalone | 0:02:23.567996 | 0.46s 2026-02-20 10:35:48.997506 | fa163e8d-9a30-371f-566d-000000000b7e | TASK | create persistent directories 2026-02-20 10:35:49.240565 | fa163e8d-9a30-371f-566d-000000000b7e | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-20 10:35:49.242572 | fa163e8d-9a30-371f-566d-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.840243 | 0.24s 2026-02-20 10:35:49.252799 | fa163e8d-9a30-371f-566d-000000000b7e | TIMING | create persistent directories | standalone | 0:02:23.850469 | 0.25s 2026-02-20 10:35:49.278599 | fa163e8d-9a30-371f-566d-000000000b7f | TASK | create persistent directories 2026-02-20 10:35:49.525812 | fa163e8d-9a30-371f-566d-000000000b7f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-20 10:35:49.527343 | fa163e8d-9a30-371f-566d-000000000b7f | TIMING | create persistent directories | standalone | 0:02:24.125016 | 0.25s 2026-02-20 10:35:49.738057 | fa163e8d-9a30-371f-566d-000000000b7f | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-20 10:35:49.738966 | fa163e8d-9a30-371f-566d-000000000b7f | TIMING | create persistent directories | standalone | 0:02:24.336646 | 0.46s 2026-02-20 10:35:49.744733 | fa163e8d-9a30-371f-566d-000000000b7f | TIMING | create persistent directories | standalone | 0:02:24.342411 | 0.46s 2026-02-20 10:35:49.762770 | fa163e8d-9a30-371f-566d-000000000b80 | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-20 10:35:49.961798 | fa163e8d-9a30-371f-566d-000000000b80 | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-20 10:35:49.963177 | fa163e8d-9a30-371f-566d-000000000b80 | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:24.560850 | 0.20s 2026-02-20 10:35:49.989009 | fa163e8d-9a30-371f-566d-000000000b81 | TASK | create persistent directories 2026-02-20 10:35:50.237798 | fa163e8d-9a30-371f-566d-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-20 10:35:50.239501 | fa163e8d-9a30-371f-566d-000000000b81 | TIMING | create persistent directories | standalone | 0:02:24.837172 | 0.25s 2026-02-20 10:35:50.419415 | fa163e8d-9a30-371f-566d-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-20 10:35:50.420350 | fa163e8d-9a30-371f-566d-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.018030 | 0.43s 2026-02-20 10:35:50.647703 | fa163e8d-9a30-371f-566d-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-20 10:35:50.649445 | fa163e8d-9a30-371f-566d-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.247122 | 0.66s 2026-02-20 10:35:50.865335 | fa163e8d-9a30-371f-566d-000000000b81 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-20 10:35:50.866292 | fa163e8d-9a30-371f-566d-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.463971 | 0.88s 2026-02-20 10:35:51.085577 | fa163e8d-9a30-371f-566d-000000000b81 | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-20 10:35:51.087237 | fa163e8d-9a30-371f-566d-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.684915 | 1.10s 2026-02-20 10:35:51.098861 | fa163e8d-9a30-371f-566d-000000000b81 | TIMING | create persistent directories | standalone | 0:02:25.696531 | 1.11s 2026-02-20 10:35:51.127503 | fa163e8d-9a30-371f-566d-000000000b82 | TASK | ensure /run/nova is present upon reboot 2026-02-20 10:35:51.623477 | fa163e8d-9a30-371f-566d-000000000b82 | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-20 10:35:51.624892 | fa163e8d-9a30-371f-566d-000000000b82 | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:26.222564 | 0.50s 2026-02-20 10:35:51.651252 | fa163e8d-9a30-371f-566d-000000000b83 | TASK | create tempfiles 2026-02-20 10:35:51.967919 | fa163e8d-9a30-371f-566d-000000000b83 | CHANGED | create tempfiles | standalone 2026-02-20 10:35:51.969369 | fa163e8d-9a30-371f-566d-000000000b83 | TIMING | create tempfiles | standalone | 0:02:26.567041 | 0.32s 2026-02-20 10:35:51.994942 | fa163e8d-9a30-371f-566d-000000000b84 | TASK | Mount Nova NFS Share 2026-02-20 10:35:52.023920 | fa163e8d-9a30-371f-566d-000000000b84 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-20 10:35:52.025045 | fa163e8d-9a30-371f-566d-000000000b84 | TIMING | Mount Nova NFS Share | standalone | 0:02:26.622720 | 0.03s 2026-02-20 10:35:52.050019 | fa163e8d-9a30-371f-566d-000000000b86 | TASK | check systemd-container package installed or not 2026-02-20 10:35:52.077976 | fa163e8d-9a30-371f-566d-000000000b86 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-20 10:35:52.078998 | fa163e8d-9a30-371f-566d-000000000b86 | TIMING | check systemd-container package installed or not | standalone | 0:02:26.676674 | 0.03s 2026-02-20 10:35:52.104459 | fa163e8d-9a30-371f-566d-000000000b87 | TASK | get latest package from downloaded package versions 2026-02-20 10:35:52.132714 | fa163e8d-9a30-371f-566d-000000000b87 | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-20 10:35:52.133731 | fa163e8d-9a30-371f-566d-000000000b87 | TIMING | get latest package from downloaded package versions | standalone | 0:02:26.731405 | 0.03s 2026-02-20 10:35:52.158355 | fa163e8d-9a30-371f-566d-000000000b88 | TASK | Install systemd-container package on boot 2026-02-20 10:35:52.186163 | fa163e8d-9a30-371f-566d-000000000b88 | SKIPPED | Install systemd-container package on boot | standalone 2026-02-20 10:35:52.187195 | fa163e8d-9a30-371f-566d-000000000b88 | TIMING | Install systemd-container package on boot | standalone | 0:02:26.784869 | 0.03s 2026-02-20 10:35:52.212724 | fa163e8d-9a30-371f-566d-000000000b89 | TASK | enable install-systemd-container on compute boot 2026-02-20 10:35:52.240790 | fa163e8d-9a30-371f-566d-000000000b89 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-20 10:35:52.241813 | fa163e8d-9a30-371f-566d-000000000b89 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:26.839486 | 0.03s 2026-02-20 10:35:52.266421 | fa163e8d-9a30-371f-566d-000000000b8a | TASK | check if install-systemd-container service exists 2026-02-20 10:35:52.294154 | fa163e8d-9a30-371f-566d-000000000b8a | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-20 10:35:52.295474 | fa163e8d-9a30-371f-566d-000000000b8a | TIMING | check if install-systemd-container service exists | standalone | 0:02:26.893146 | 0.03s 2026-02-20 10:35:52.320733 | fa163e8d-9a30-371f-566d-000000000b8b | TASK | disable and mask install-systemd-container on compute boot 2026-02-20 10:35:52.347679 | fa163e8d-9a30-371f-566d-000000000b8b | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-20 10:35:52.348744 | fa163e8d-9a30-371f-566d-000000000b8b | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:26.946419 | 0.03s 2026-02-20 10:35:52.373456 | fa163e8d-9a30-371f-566d-000000000b8d | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-20 10:35:52.403904 | fa163e8d-9a30-371f-566d-000000000b8d | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-20 10:35:52.404943 | fa163e8d-9a30-371f-566d-000000000b8d | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:27.002618 | 0.03s 2026-02-20 10:35:52.429460 | fa163e8d-9a30-371f-566d-000000000b8f | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-20 10:35:52.457468 | fa163e8d-9a30-371f-566d-000000000b8f | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-20 10:35:52.458519 | fa163e8d-9a30-371f-566d-000000000b8f | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:27.056192 | 0.03s 2026-02-20 10:35:52.479276 | fa163e8d-9a30-371f-566d-000000000b90 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-20 10:35:52.506238 | fa163e8d-9a30-371f-566d-000000000b90 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-20 10:35:52.507092 | fa163e8d-9a30-371f-566d-000000000b90 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.104772 | 0.03s 2026-02-20 10:35:52.526968 | fa163e8d-9a30-371f-566d-000000000b91 | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-20 10:35:52.554707 | fa163e8d-9a30-371f-566d-000000000b91 | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-20 10:35:52.555587 | fa163e8d-9a30-371f-566d-000000000b91 | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.153267 | 0.03s 2026-02-20 10:35:52.575634 | fa163e8d-9a30-371f-566d-000000000b93 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-20 10:35:52.601481 | fa163e8d-9a30-371f-566d-000000000b93 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-20 10:35:52.602416 | fa163e8d-9a30-371f-566d-000000000b93 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:27.200095 | 0.03s 2026-02-20 10:35:52.621905 | fa163e8d-9a30-371f-566d-000000000b94 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-20 10:35:52.647745 | fa163e8d-9a30-371f-566d-000000000b94 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-20 10:35:52.648643 | fa163e8d-9a30-371f-566d-000000000b94 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:27.246323 | 0.03s 2026-02-20 10:35:52.668207 | fa163e8d-9a30-371f-566d-000000000b95 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-20 10:35:52.693706 | fa163e8d-9a30-371f-566d-000000000b95 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-20 10:35:52.694881 | fa163e8d-9a30-371f-566d-000000000b95 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:27.292554 | 0.03s 2026-02-20 10:35:52.719750 | fa163e8d-9a30-371f-566d-000000000b96 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-20 10:35:52.748381 | fa163e8d-9a30-371f-566d-000000000b96 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-20 10:35:52.749697 | fa163e8d-9a30-371f-566d-000000000b96 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:27.347371 | 0.03s 2026-02-20 10:35:52.774353 | fa163e8d-9a30-371f-566d-000000000b98 | TASK | Do we prepend nova startup with a delay 2026-02-20 10:35:52.802079 | fa163e8d-9a30-371f-566d-000000000b98 | OK | Do we prepend nova startup with a delay | standalone 2026-02-20 10:35:52.803843 | fa163e8d-9a30-371f-566d-000000000b98 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:27.401517 | 0.03s 2026-02-20 10:35:52.828930 | fa163e8d-9a30-371f-566d-000000000b99 | TASK | install nova-compute delay wrapper script 2026-02-20 10:35:52.877047 | fa163e8d-9a30-371f-566d-000000000b99 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-20 10:35:52.878095 | fa163e8d-9a30-371f-566d-000000000b99 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:27.475770 | 0.05s 2026-02-20 10:35:52.902913 | fa163e8d-9a30-371f-566d-000000000b9a | TASK | Is irqbalance enabled 2026-02-20 10:35:52.936359 | fa163e8d-9a30-371f-566d-000000000b9a | OK | Is irqbalance enabled | standalone 2026-02-20 10:35:52.937435 | fa163e8d-9a30-371f-566d-000000000b9a | TIMING | Is irqbalance enabled | standalone | 0:02:27.535111 | 0.03s 2026-02-20 10:35:52.961806 | fa163e8d-9a30-371f-566d-000000000b9b | TASK | disable irqbalance service on compute 2026-02-20 10:35:52.989947 | fa163e8d-9a30-371f-566d-000000000b9b | SKIPPED | disable irqbalance service on compute | standalone 2026-02-20 10:35:52.991020 | fa163e8d-9a30-371f-566d-000000000b9b | TIMING | disable irqbalance service on compute | standalone | 0:02:27.588694 | 0.03s 2026-02-20 10:35:53.015927 | fa163e8d-9a30-371f-566d-000000000b9c | TASK | create persistent directories 2026-02-20 10:35:53.259539 | fa163e8d-9a30-371f-566d-000000000b9c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-20 10:35:53.261576 | fa163e8d-9a30-371f-566d-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.859246 | 0.24s 2026-02-20 10:35:53.271668 | fa163e8d-9a30-371f-566d-000000000b9c | TIMING | create persistent directories | standalone | 0:02:27.869338 | 0.25s 2026-02-20 10:35:53.297039 | fa163e8d-9a30-371f-566d-000000000b9d | TASK | create libvirt persistent data directories 2026-02-20 10:35:53.562939 | fa163e8d-9a30-371f-566d-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-20 10:35:53.565477 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.163147 | 0.27s 2026-02-20 10:35:53.796228 | fa163e8d-9a30-371f-566d-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-20 10:35:53.797803 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.395483 | 0.50s 2026-02-20 10:35:54.034728 | fa163e8d-9a30-371f-566d-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-20 10:35:54.035886 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.633565 | 0.74s 2026-02-20 10:35:54.221790 | fa163e8d-9a30-371f-566d-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-20 10:35:54.223669 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:28.821345 | 0.93s 2026-02-20 10:35:54.464995 | fa163e8d-9a30-371f-566d-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-20 10:35:54.466805 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.064482 | 1.17s 2026-02-20 10:35:54.703526 | fa163e8d-9a30-371f-566d-000000000b9d | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-20 10:35:54.704611 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.302284 | 1.41s 2026-02-20 10:35:54.894845 | fa163e8d-9a30-371f-566d-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-20 10:35:54.895852 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.493531 | 1.60s 2026-02-20 10:35:55.079348 | fa163e8d-9a30-371f-566d-000000000b9d | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-20 10:35:55.081015 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.678692 | 1.78s 2026-02-20 10:35:55.093306 | fa163e8d-9a30-371f-566d-000000000b9d | TIMING | create libvirt persistent data directories | standalone | 0:02:29.690976 | 1.79s 2026-02-20 10:35:55.121377 | fa163e8d-9a30-371f-566d-000000000b9e | TASK | ensure qemu group is present on the host 2026-02-20 10:35:55.564090 | fa163e8d-9a30-371f-566d-000000000b9e | CHANGED | ensure qemu group is present on the host | standalone 2026-02-20 10:35:55.565493 | fa163e8d-9a30-371f-566d-000000000b9e | TIMING | ensure qemu group is present on the host | standalone | 0:02:30.163164 | 0.44s 2026-02-20 10:35:55.590730 | fa163e8d-9a30-371f-566d-000000000b9f | TASK | ensure qemu user is present on the host 2026-02-20 10:35:56.095824 | fa163e8d-9a30-371f-566d-000000000b9f | CHANGED | ensure qemu user is present on the host | standalone 2026-02-20 10:35:56.097215 | fa163e8d-9a30-371f-566d-000000000b9f | TIMING | ensure qemu user is present on the host | standalone | 0:02:30.694887 | 0.50s 2026-02-20 10:35:56.123150 | fa163e8d-9a30-371f-566d-000000000ba0 | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-20 10:35:56.354056 | fa163e8d-9a30-371f-566d-000000000ba0 | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-20 10:35:56.355345 | fa163e8d-9a30-371f-566d-000000000ba0 | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:30.953019 | 0.23s 2026-02-20 10:35:56.380410 | fa163e8d-9a30-371f-566d-000000000ba1 | TASK | check if libvirt is installed 2026-02-20 10:35:56.613743 | fa163e8d-9a30-371f-566d-000000000ba1 | CHANGED | check if libvirt is installed | standalone 2026-02-20 10:35:56.614952 | fa163e8d-9a30-371f-566d-000000000ba1 | TIMING | check if libvirt is installed | standalone | 0:02:31.212626 | 0.23s 2026-02-20 10:35:56.640129 | fa163e8d-9a30-371f-566d-000000000ba2 | TASK | make sure libvirt services are disabled and masked 2026-02-20 10:35:56.686237 | fa163e8d-9a30-371f-566d-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-20 10:35:56.691988 | fa163e8d-9a30-371f-566d-000000000ba2 | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-20 10:35:56.697492 | fa163e8d-9a30-371f-566d-000000000ba2 | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:31.295161 | 0.06s 2026-02-20 10:35:56.722400 | fa163e8d-9a30-371f-566d-000000000ba3 | TASK | ensure /run/libvirt is present upon reboot 2026-02-20 10:35:57.261250 | fa163e8d-9a30-371f-566d-000000000ba3 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-20 10:35:57.262694 | fa163e8d-9a30-371f-566d-000000000ba3 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:31.860367 | 0.54s 2026-02-20 10:35:57.287713 | fa163e8d-9a30-371f-566d-000000000ba4 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-20 10:35:58.210355 | fa163e8d-9a30-371f-566d-000000000ba4 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-20 10:35:58.211957 | fa163e8d-9a30-371f-566d-000000000ba4 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:32.809631 | 0.92s 2026-02-20 10:35:58.237718 | fa163e8d-9a30-371f-566d-000000000ba5 | TASK | remove gnutls-qemu.config 2026-02-20 10:35:58.487453 | fa163e8d-9a30-371f-566d-000000000ba5 | OK | remove gnutls-qemu.config | standalone 2026-02-20 10:35:58.488765 | fa163e8d-9a30-371f-566d-000000000ba5 | TIMING | remove gnutls-qemu.config | standalone | 0:02:33.086439 | 0.25s 2026-02-20 10:35:58.514938 | fa163e8d-9a30-371f-566d-000000000ba6 | TASK | update crypto policies 2026-02-20 10:35:58.543438 | fa163e8d-9a30-371f-566d-000000000ba6 | SKIPPED | update crypto policies | standalone 2026-02-20 10:35:58.544509 | fa163e8d-9a30-371f-566d-000000000ba6 | TIMING | update crypto policies | standalone | 0:02:33.142183 | 0.03s 2026-02-20 10:35:58.570692 | fa163e8d-9a30-371f-566d-000000000ba7 | TASK | Create libvirt persistent data directories 2026-02-20 10:35:58.815625 | fa163e8d-9a30-371f-566d-000000000ba7 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-20 10:35:58.817840 | fa163e8d-9a30-371f-566d-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:33.415512 | 0.25s 2026-02-20 10:35:58.827813 | fa163e8d-9a30-371f-566d-000000000ba7 | TIMING | Create libvirt persistent data directories | standalone | 0:02:33.425484 | 0.26s 2026-02-20 10:35:58.853070 | fa163e8d-9a30-371f-566d-000000000ba8 | TASK | create persistent directories 2026-02-20 10:35:59.107924 | fa163e8d-9a30-371f-566d-000000000ba8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-20 10:35:59.110212 | fa163e8d-9a30-371f-566d-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:33.707886 | 0.26s 2026-02-20 10:35:59.299775 | fa163e8d-9a30-371f-566d-000000000ba8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-20 10:35:59.301383 | fa163e8d-9a30-371f-566d-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:33.899062 | 0.45s 2026-02-20 10:35:59.312160 | fa163e8d-9a30-371f-566d-000000000ba8 | TIMING | create persistent directories | standalone | 0:02:33.909832 | 0.46s 2026-02-20 10:35:59.338255 | fa163e8d-9a30-371f-566d-000000000ba9 | TASK | Copy in cleanup script 2026-02-20 10:35:59.768318 | fa163e8d-9a30-371f-566d-000000000ba9 | CHANGED | Copy in cleanup script | standalone 2026-02-20 10:35:59.769639 | fa163e8d-9a30-371f-566d-000000000ba9 | TIMING | Copy in cleanup script | standalone | 0:02:34.367311 | 0.43s 2026-02-20 10:35:59.795589 | fa163e8d-9a30-371f-566d-000000000baa | TASK | Copy in cleanup service 2026-02-20 10:36:00.259900 | fa163e8d-9a30-371f-566d-000000000baa | CHANGED | Copy in cleanup service | standalone 2026-02-20 10:36:00.261357 | fa163e8d-9a30-371f-566d-000000000baa | TIMING | Copy in cleanup service | standalone | 0:02:34.859028 | 0.46s 2026-02-20 10:36:00.287802 | fa163e8d-9a30-371f-566d-000000000bab | TASK | Enabling the cleanup service 2026-02-20 10:36:00.995501 | fa163e8d-9a30-371f-566d-000000000bab | CHANGED | Enabling the cleanup service | standalone 2026-02-20 10:36:00.997353 | fa163e8d-9a30-371f-566d-000000000bab | TIMING | Enabling the cleanup service | standalone | 0:02:35.595026 | 0.71s 2026-02-20 10:36:01.024589 | fa163e8d-9a30-371f-566d-000000000bac | TASK | create persistent directories 2026-02-20 10:36:01.282364 | fa163e8d-9a30-371f-566d-000000000bac | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-20 10:36:01.283906 | fa163e8d-9a30-371f-566d-000000000bac | TIMING | create persistent directories | standalone | 0:02:35.881577 | 0.26s 2026-02-20 10:36:01.512512 | fa163e8d-9a30-371f-566d-000000000bac | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-20 10:36:01.514589 | fa163e8d-9a30-371f-566d-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.112266 | 0.49s 2026-02-20 10:36:01.525097 | fa163e8d-9a30-371f-566d-000000000bac | TIMING | create persistent directories | standalone | 0:02:36.122769 | 0.50s 2026-02-20 10:36:01.551572 | fa163e8d-9a30-371f-566d-000000000bad | TASK | set conditions 2026-02-20 10:36:01.584920 | fa163e8d-9a30-371f-566d-000000000bad | OK | set conditions | standalone 2026-02-20 10:36:01.587152 | fa163e8d-9a30-371f-566d-000000000bad | TIMING | set conditions | standalone | 0:02:36.184705 | 0.03s 2026-02-20 10:36:01.612627 | fa163e8d-9a30-371f-566d-000000000bae | TASK | create persistent directories 2026-02-20 10:36:01.876405 | fa163e8d-9a30-371f-566d-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-20 10:36:01.879533 | fa163e8d-9a30-371f-566d-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.477204 | 0.27s 2026-02-20 10:36:02.105162 | fa163e8d-9a30-371f-566d-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-02-20 10:36:02.107342 | fa163e8d-9a30-371f-566d-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.705018 | 0.49s 2026-02-20 10:36:02.297705 | fa163e8d-9a30-371f-566d-000000000bae | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-02-20 10:36:02.299844 | fa163e8d-9a30-371f-566d-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.897521 | 0.69s 2026-02-20 10:36:02.307751 | fa163e8d-9a30-371f-566d-000000000bae | TIMING | create persistent directories | standalone | 0:02:36.905422 | 0.69s 2026-02-20 10:36:02.333749 | fa163e8d-9a30-371f-566d-000000000baf | TASK | ensure /run/octavia is present upon reboot 2026-02-20 10:36:02.796612 | fa163e8d-9a30-371f-566d-000000000baf | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-02-20 10:36:02.798199 | fa163e8d-9a30-371f-566d-000000000baf | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:37.395871 | 0.46s 2026-02-20 10:36:02.823550 | fa163e8d-9a30-371f-566d-000000000bb0 | TASK | create persistent directories 2026-02-20 10:36:03.069653 | fa163e8d-9a30-371f-566d-000000000bb0 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-20 10:36:03.072414 | fa163e8d-9a30-371f-566d-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.670083 | 0.25s 2026-02-20 10:36:03.278671 | fa163e8d-9a30-371f-566d-000000000bb0 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-02-20 10:36:03.280970 | fa163e8d-9a30-371f-566d-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.878646 | 0.46s 2026-02-20 10:36:03.293143 | fa163e8d-9a30-371f-566d-000000000bb0 | TIMING | create persistent directories | standalone | 0:02:37.890795 | 0.47s 2026-02-20 10:36:03.318804 | fa163e8d-9a30-371f-566d-000000000bb1 | TASK | create empty log files 2026-02-20 10:36:03.568727 | fa163e8d-9a30-371f-566d-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-20 10:36:03.572292 | fa163e8d-9a30-371f-566d-000000000bb1 | TIMING | create empty log files | standalone | 0:02:38.169960 | 0.25s 2026-02-20 10:36:03.741759 | fa163e8d-9a30-371f-566d-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-20 10:36:03.744262 | fa163e8d-9a30-371f-566d-000000000bb1 | TIMING | create empty log files | standalone | 0:02:38.341940 | 0.42s 2026-02-20 10:36:03.754014 | fa163e8d-9a30-371f-566d-000000000bb1 | TIMING | create empty log files | standalone | 0:02:38.351688 | 0.43s 2026-02-20 10:36:03.779677 | fa163e8d-9a30-371f-566d-000000000bb2 | TASK | create persistent directories 2026-02-20 10:36:03.988344 | fa163e8d-9a30-371f-566d-000000000bb2 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-20 10:36:03.991454 | fa163e8d-9a30-371f-566d-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:38.589124 | 0.21s 2026-02-20 10:36:04.000597 | fa163e8d-9a30-371f-566d-000000000bb2 | TIMING | create persistent directories | standalone | 0:02:38.598270 | 0.22s 2026-02-20 10:36:04.026001 | fa163e8d-9a30-371f-566d-000000000bb4 | TASK | Ensure packages required for configuring octavia are present 2026-02-20 10:36:07.844811 | fa163e8d-9a30-371f-566d-000000000bb4 | OK | Ensure packages required for configuring octavia are present | standalone 2026-02-20 10:36:07.846327 | fa163e8d-9a30-371f-566d-000000000bb4 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:42.444002 | 3.82s 2026-02-20 10:36:07.902628 | fa163e8d-9a30-371f-566d-000000000bb6 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:42.500295 | 0.03s 2026-02-20 10:36:07.964882 | fa163e8d-9a30-371f-566d-000000001297 | TASK | Gather variables for each operating system 2026-02-20 10:36:08.075379 | fa163e8d-9a30-371f-566d-000000001297 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:42.673054 | 0.11s 2026-02-20 10:36:08.095554 | fa163e8d-9a30-371f-566d-000000001298 | TASK | Set packages facts 2026-02-20 10:36:08.142715 | fa163e8d-9a30-371f-566d-000000001298 | OK | Set packages facts | standalone 2026-02-20 10:36:08.143498 | fa163e8d-9a30-371f-566d-000000001298 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:42.741180 | 0.05s 2026-02-20 10:36:08.163143 | fa163e8d-9a30-371f-566d-000000001299 | TASK | Manage package 2026-02-20 10:36:08.220463 | fa163e8d-9a30-371f-566d-000000001299 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-20 10:36:08.236693 | fa163e8d-9a30-371f-566d-000000001299 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-20 10:36:08.252224 | fa163e8d-9a30-371f-566d-000000001299 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-20 10:36:12.778022 | fa163e8d-9a30-371f-566d-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:47.375689 | 4.61s 2026-02-20 10:36:12.799724 | fa163e8d-9a30-371f-566d-000000001299 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-20 10:36:12.806751 | fa163e8d-9a30-371f-566d-000000001299 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:47.404420 | 4.64s 2026-02-20 10:36:12.855625 | fa163e8d-9a30-371f-566d-000000000bb7 | TASK | create fcontext for rabbitmq data 2026-02-20 10:36:14.082649 | fa163e8d-9a30-371f-566d-000000000bb7 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-20 10:36:14.084339 | fa163e8d-9a30-371f-566d-000000000bb7 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:48.682013 | 1.23s 2026-02-20 10:36:14.109475 | fa163e8d-9a30-371f-566d-000000000bb8 | TASK | create persistent directories 2026-02-20 10:36:14.371763 | fa163e8d-9a30-371f-566d-000000000bb8 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-20 10:36:14.374082 | fa163e8d-9a30-371f-566d-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:48.971752 | 0.26s 2026-02-20 10:36:14.558246 | fa163e8d-9a30-371f-566d-000000000bb8 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-20 10:36:14.559193 | fa163e8d-9a30-371f-566d-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:49.156873 | 0.45s 2026-02-20 10:36:14.565972 | fa163e8d-9a30-371f-566d-000000000bb8 | TIMING | create persistent directories | standalone | 0:02:49.163645 | 0.46s 2026-02-20 10:36:14.591669 | fa163e8d-9a30-371f-566d-000000000bb9 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-02-20 10:36:14.820809 | fa163e8d-9a30-371f-566d-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-20 10:36:14.822190 | fa163e8d-9a30-371f-566d-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.419861 | 0.23s 2026-02-20 10:36:14.847342 | fa163e8d-9a30-371f-566d-000000000bba | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-20 10:36:14.867717 | fa163e8d-9a30-371f-566d-000000000bba | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-20 10:36:14.868802 | fa163e8d-9a30-371f-566d-000000000bba | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:49.466477 | 0.02s 2026-02-20 10:36:14.899094 | fa163e8d-9a30-371f-566d-000000000bbb | TASK | Remove existing entries from logind conf 2026-02-20 10:36:15.122952 | fa163e8d-9a30-371f-566d-000000000bbb | CHANGED | Remove existing entries from logind conf | standalone 2026-02-20 10:36:15.124359 | fa163e8d-9a30-371f-566d-000000000bbb | TIMING | Remove existing entries from logind conf | standalone | 0:02:49.722032 | 0.22s 2026-02-20 10:36:15.149296 | fa163e8d-9a30-371f-566d-000000000bbc | TASK | Make sure systemd-logind ignores power off 2026-02-20 10:36:15.369530 | fa163e8d-9a30-371f-566d-000000000bbc | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-20 10:36:15.370840 | fa163e8d-9a30-371f-566d-000000000bbc | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:49.968514 | 0.22s 2026-02-20 10:36:15.395852 | fa163e8d-9a30-371f-566d-000000000bbd | TASK | Restart systemd-logind 2026-02-20 10:36:15.949418 | fa163e8d-9a30-371f-566d-000000000bbd | CHANGED | Restart systemd-logind | standalone 2026-02-20 10:36:15.951265 | fa163e8d-9a30-371f-566d-000000000bbd | TIMING | Restart systemd-logind | standalone | 0:02:50.548939 | 0.55s 2026-02-20 10:36:15.977776 | fa163e8d-9a30-371f-566d-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-20 10:36:16.048522 | fa163e8d-9a30-371f-566d-000000000bbe | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-20 10:36:16.049434 | fa163e8d-9a30-371f-566d-000000000bbe | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:50.647109 | 0.07s 2026-02-20 10:36:16.074351 | fa163e8d-9a30-371f-566d-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-20 10:36:16.138319 | fa163e8d-9a30-371f-566d-000000000bbf | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-20 10:36:16.139184 | fa163e8d-9a30-371f-566d-000000000bbf | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:50.736857 | 0.06s 2026-02-20 10:36:16.164690 | fa163e8d-9a30-371f-566d-000000000bc0 | TASK | create persistent logs directory 2026-02-20 10:36:16.409080 | fa163e8d-9a30-371f-566d-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-20 10:36:16.411156 | fa163e8d-9a30-371f-566d-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:51.008798 | 0.25s 2026-02-20 10:36:16.594309 | fa163e8d-9a30-371f-566d-000000000bc0 | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-20 10:36:16.595408 | fa163e8d-9a30-371f-566d-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:51.193087 | 0.43s 2026-02-20 10:36:16.601052 | fa163e8d-9a30-371f-566d-000000000bc0 | TIMING | create persistent logs directory | standalone | 0:02:51.198732 | 0.44s 2026-02-20 10:36:16.621021 | fa163e8d-9a30-371f-566d-000000000bc2 | TASK | Set login facts 2026-02-20 10:36:16.649860 | fa163e8d-9a30-371f-566d-000000000bc2 | OK | Set login facts | standalone 2026-02-20 10:36:16.650895 | fa163e8d-9a30-371f-566d-000000000bc2 | TIMING | Set login facts | standalone | 0:02:51.248571 | 0.03s 2026-02-20 10:36:16.675640 | fa163e8d-9a30-371f-566d-000000000bc3 | TASK | Convert logins json to dict 2026-02-20 10:36:16.724626 | fa163e8d-9a30-371f-566d-000000000bc3 | SKIPPED | Convert logins json to dict | standalone 2026-02-20 10:36:16.725696 | fa163e8d-9a30-371f-566d-000000000bc3 | TIMING | Convert logins json to dict | standalone | 0:02:51.323369 | 0.05s 2026-02-20 10:36:16.752441 | fa163e8d-9a30-371f-566d-000000000bc4 | TASK | Set registry logins 2026-02-20 10:36:16.802341 | fa163e8d-9a30-371f-566d-000000000bc4 | SKIPPED | Set registry logins | standalone 2026-02-20 10:36:16.803488 | fa163e8d-9a30-371f-566d-000000000bc4 | TIMING | Set registry logins | standalone | 0:02:51.401160 | 0.05s 2026-02-20 10:36:16.830750 | fa163e8d-9a30-371f-566d-000000000bc5 | TASK | Run podman install 2026-02-20 10:36:16.859498 | fa163e8d-9a30-371f-566d-000000000bc5 | TIMING | Run podman install | standalone | 0:02:51.457166 | 0.03s 2026-02-20 10:36:16.941564 | fa163e8d-9a30-371f-566d-000000001329 | TASK | Gather variables for each operating system 2026-02-20 10:36:17.084683 | fa163e8d-9a30-371f-566d-000000001329 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-20 10:36:17.086902 | fa163e8d-9a30-371f-566d-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:51.684568 | 0.14s 2026-02-20 10:36:17.097150 | fa163e8d-9a30-371f-566d-000000001329 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:51.694783 | 0.15s 2026-02-20 10:36:17.123297 | fa163e8d-9a30-371f-566d-00000000132b | TASK | ensure podman and deps are installed 2026-02-20 10:36:20.048800 | fa163e8d-9a30-371f-566d-00000000132b | OK | ensure podman and deps are installed | standalone 2026-02-20 10:36:20.050266 | fa163e8d-9a30-371f-566d-00000000132b | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:54.647938 | 2.93s 2026-02-20 10:36:20.076549 | fa163e8d-9a30-371f-566d-00000000132c | TASK | Ensure we get the ansible interfaces facts 2026-02-20 10:36:20.589285 | fa163e8d-9a30-371f-566d-00000000132c | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-20 10:36:20.590464 | fa163e8d-9a30-371f-566d-00000000132c | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:55.188138 | 0.51s 2026-02-20 10:36:20.615975 | fa163e8d-9a30-371f-566d-00000000132d | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-20 10:36:20.647224 | fa163e8d-9a30-371f-566d-00000000132d | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-20 10:36:20.648265 | fa163e8d-9a30-371f-566d-00000000132d | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:55.245938 | 0.03s 2026-02-20 10:36:20.673626 | fa163e8d-9a30-371f-566d-00000000132f | TASK | Make sure /etc/cni/net.d folder exists 2026-02-20 10:36:20.709090 | fa163e8d-9a30-371f-566d-00000000132f | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-20 10:36:20.710159 | fa163e8d-9a30-371f-566d-00000000132f | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:55.307832 | 0.04s 2026-02-20 10:36:20.736163 | fa163e8d-9a30-371f-566d-000000001330 | TASK | Update default network configuration if possible 2026-02-20 10:36:20.769061 | fa163e8d-9a30-371f-566d-000000001330 | SKIPPED | Update default network configuration if possible | standalone 2026-02-20 10:36:20.770179 | fa163e8d-9a30-371f-566d-000000001330 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:55.367853 | 0.03s 2026-02-20 10:36:20.795907 | fa163e8d-9a30-371f-566d-000000001332 | TASK | Make sure /etc/containers/networks exists 2026-02-20 10:36:21.069949 | fa163e8d-9a30-371f-566d-000000001332 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-20 10:36:21.071346 | fa163e8d-9a30-371f-566d-000000001332 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:55.669021 | 0.27s 2026-02-20 10:36:21.097446 | fa163e8d-9a30-371f-566d-000000001333 | TASK | Get current podman network 2026-02-20 10:36:21.413708 | fa163e8d-9a30-371f-566d-000000001333 | CHANGED | Get current podman network | standalone 2026-02-20 10:36:21.415395 | fa163e8d-9a30-371f-566d-000000001333 | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:56.013068 | 0.32s 2026-02-20 10:36:21.441485 | fa163e8d-9a30-371f-566d-000000001334 | TASK | Update the default network configuration 2026-02-20 10:36:22.024031 | fa163e8d-9a30-371f-566d-000000001334 | CHANGED | Update the default network configuration | standalone 2026-02-20 10:36:22.025456 | fa163e8d-9a30-371f-566d-000000001334 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:02:56.623125 | 0.58s 2026-02-20 10:36:22.051581 | fa163e8d-9a30-371f-566d-000000001335 | TASK | Write containers registries.conf 2026-02-20 10:36:22.593579 | fa163e8d-9a30-371f-566d-000000001335 | CHANGED | Write containers registries.conf | standalone 2026-02-20 10:36:22.594922 | fa163e8d-9a30-371f-566d-000000001335 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:02:57.192595 | 0.54s 2026-02-20 10:36:22.621033 | fa163e8d-9a30-371f-566d-000000001336 | TASK | Write containers.conf 2026-02-20 10:36:22.862465 | fa163e8d-9a30-371f-566d-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-20 10:36:22.864078 | fa163e8d-9a30-371f-566d-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.461757 | 0.24s 2026-02-20 10:36:23.038481 | fa163e8d-9a30-371f-566d-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-20 10:36:23.039217 | fa163e8d-9a30-371f-566d-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.636902 | 0.42s 2026-02-20 10:36:23.215783 | fa163e8d-9a30-371f-566d-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-20 10:36:23.217482 | fa163e8d-9a30-371f-566d-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.815159 | 0.60s 2026-02-20 10:36:23.384130 | fa163e8d-9a30-371f-566d-000000001336 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-20 10:36:23.384769 | fa163e8d-9a30-371f-566d-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.982454 | 0.76s 2026-02-20 10:36:23.389408 | fa163e8d-9a30-371f-566d-000000001336 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:02:57.987078 | 0.77s 2026-02-20 10:36:23.417281 | fa163e8d-9a30-371f-566d-000000001337 | TASK | Enable podman.socket service 2026-02-20 10:36:23.446856 | fa163e8d-9a30-371f-566d-000000001337 | SKIPPED | Enable podman.socket service | standalone 2026-02-20 10:36:23.447988 | fa163e8d-9a30-371f-566d-000000001337 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:02:58.045660 | 0.03s 2026-02-20 10:36:23.496957 | fa163e8d-9a30-371f-566d-000000000bc6 | TASK | Run podman login 2026-02-20 10:36:23.525608 | fa163e8d-9a30-371f-566d-000000000bc6 | TIMING | Run podman login | standalone | 0:02:58.123275 | 0.03s 2026-02-20 10:36:23.606616 | fa163e8d-9a30-371f-566d-000000001437 | TASK | Perform container registry login(s) with podman 2026-02-20 10:36:23.635528 | fa163e8d-9a30-371f-566d-000000001437 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:02:58.233203 | 0.03s 2026-02-20 10:36:23.673641 | fa163e8d-9a30-371f-566d-000000000bc8 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-20 10:36:24.134777 | fa163e8d-9a30-371f-566d-000000000bc8 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-20 10:36:24.136037 | fa163e8d-9a30-371f-566d-000000000bc8 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:02:58.733713 | 0.46s 2026-02-20 10:36:24.161435 | fa163e8d-9a30-371f-566d-000000000bc9 | TASK | create persistent directories 2026-02-20 10:36:24.395465 | fa163e8d-9a30-371f-566d-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-02-20 10:36:24.397710 | fa163e8d-9a30-371f-566d-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:58.995383 | 0.23s 2026-02-20 10:36:24.621576 | fa163e8d-9a30-371f-566d-000000000bc9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-02-20 10:36:24.623387 | fa163e8d-9a30-371f-566d-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:59.221062 | 0.46s 2026-02-20 10:36:24.810392 | fa163e8d-9a30-371f-566d-000000000bc9 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-02-20 10:36:24.811462 | fa163e8d-9a30-371f-566d-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:59.409142 | 0.65s 2026-02-20 10:36:24.818131 | fa163e8d-9a30-371f-566d-000000000bc9 | TIMING | create persistent directories | standalone | 0:02:59.415783 | 0.66s 2026-02-20 10:36:24.844200 | fa163e8d-9a30-371f-566d-000000000bca | TASK | ensure /run/redis is present upon reboot 2026-02-20 10:36:25.244855 | fa163e8d-9a30-371f-566d-000000000bca | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-02-20 10:36:25.246225 | fa163e8d-9a30-371f-566d-000000000bca | TIMING | ensure /run/redis is present upon reboot | standalone | 0:02:59.843897 | 0.40s 2026-02-20 10:36:25.272473 | fa163e8d-9a30-371f-566d-000000000bcb | TASK | Ensure rsyslog is installed 2026-02-20 10:36:28.206287 | fa163e8d-9a30-371f-566d-000000000bcb | OK | Ensure rsyslog is installed | standalone 2026-02-20 10:36:28.207685 | fa163e8d-9a30-371f-566d-000000000bcb | TIMING | Ensure rsyslog is installed | standalone | 0:03:02.805358 | 2.93s 2026-02-20 10:36:28.233268 | fa163e8d-9a30-371f-566d-000000000bcc | TASK | Ensure rsyslog is enabled and started 2026-02-20 10:36:28.571130 | fa163e8d-9a30-371f-566d-000000000bcc | OK | Ensure rsyslog is enabled and started | standalone 2026-02-20 10:36:28.572999 | fa163e8d-9a30-371f-566d-000000000bcc | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:03.170675 | 0.34s 2026-02-20 10:36:28.662823 | fa163e8d-9a30-371f-566d-000000000bcd | TIMING | include_role : tripleo_sshd | standalone | 0:03:03.260485 | 0.06s 2026-02-20 10:36:28.756218 | fa163e8d-9a30-371f-566d-000000001552 | TASK | Gather variables for each operating system 2026-02-20 10:36:28.872827 | fa163e8d-9a30-371f-566d-000000001552 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-20 10:36:28.876929 | fa163e8d-9a30-371f-566d-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:03.474595 | 0.12s 2026-02-20 10:36:28.888713 | fa163e8d-9a30-371f-566d-000000001552 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:03.486389 | 0.13s 2026-02-20 10:36:28.914054 | fa163e8d-9a30-371f-566d-000000001554 | TASK | Install the OpenSSH server 2026-02-20 10:36:31.899011 | fa163e8d-9a30-371f-566d-000000001554 | OK | Install the OpenSSH server | standalone 2026-02-20 10:36:31.900393 | fa163e8d-9a30-371f-566d-000000001554 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:06.498067 | 2.99s 2026-02-20 10:36:31.926243 | fa163e8d-9a30-371f-566d-000000001555 | TASK | Start sshd 2026-02-20 10:36:31.954999 | fa163e8d-9a30-371f-566d-000000001555 | SKIPPED | Start sshd | standalone 2026-02-20 10:36:31.956022 | fa163e8d-9a30-371f-566d-000000001555 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:06.553695 | 0.03s 2026-02-20 10:36:31.981805 | fa163e8d-9a30-371f-566d-000000001556 | TASK | PasswordAuthentication notice 2026-02-20 10:36:32.010436 | fa163e8d-9a30-371f-566d-000000001556 | SKIPPED | PasswordAuthentication notice | standalone 2026-02-20 10:36:32.011461 | fa163e8d-9a30-371f-566d-000000001556 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:06.609135 | 0.03s 2026-02-20 10:36:32.036442 | fa163e8d-9a30-371f-566d-000000001557 | TASK | PasswordAuthentication duplication notice 2026-02-20 10:36:32.066798 | fa163e8d-9a30-371f-566d-000000001557 | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-20 10:36:32.067812 | fa163e8d-9a30-371f-566d-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:06.665486 | 0.03s 2026-02-20 10:36:32.092796 | fa163e8d-9a30-371f-566d-000000001558 | TASK | Motd duplication notice 2026-02-20 10:36:32.131288 | fa163e8d-9a30-371f-566d-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-20 10:36:32.132281 | fa163e8d-9a30-371f-566d-000000001558 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:06.729957 | 0.04s 2026-02-20 10:36:32.158083 | fa163e8d-9a30-371f-566d-000000001559 | TASK | Configure the banner text 2026-02-20 10:36:32.186624 | fa163e8d-9a30-371f-566d-000000001559 | SKIPPED | Configure the banner text | standalone 2026-02-20 10:36:32.187764 | fa163e8d-9a30-371f-566d-000000001559 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:06.785439 | 0.03s 2026-02-20 10:36:32.212989 | fa163e8d-9a30-371f-566d-00000000155a | TASK | Configure the motd banner 2026-02-20 10:36:32.242299 | fa163e8d-9a30-371f-566d-00000000155a | SKIPPED | Configure the motd banner | standalone 2026-02-20 10:36:32.243332 | fa163e8d-9a30-371f-566d-00000000155a | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:06.841007 | 0.03s 2026-02-20 10:36:32.268237 | fa163e8d-9a30-371f-566d-00000000155b | TASK | Update sshd configuration options from vars 2026-02-20 10:36:32.306900 | fa163e8d-9a30-371f-566d-00000000155b | OK | Update sshd configuration options from vars | standalone 2026-02-20 10:36:32.307990 | fa163e8d-9a30-371f-566d-00000000155b | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:06.905668 | 0.04s 2026-02-20 10:36:32.333160 | fa163e8d-9a30-371f-566d-00000000155c | TASK | Adjust ssh server configuration 2026-02-20 10:36:32.840687 | fa163e8d-9a30-371f-566d-00000000155c | CHANGED | Adjust ssh server configuration | standalone 2026-02-20 10:36:32.841499 | fa163e8d-9a30-371f-566d-00000000155c | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:07.439183 | 0.51s 2026-02-20 10:36:32.859069 | fa163e8d-9a30-371f-566d-00000000155d | TASK | Restart sshd 2026-02-20 10:36:33.295288 | fa163e8d-9a30-371f-566d-00000000155d | CHANGED | Restart sshd | standalone 2026-02-20 10:36:33.297026 | fa163e8d-9a30-371f-566d-00000000155d | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:07.894699 | 0.44s 2026-02-20 10:36:33.348997 | fa163e8d-9a30-371f-566d-000000000bce | TASK | create persistent directories 2026-02-20 10:36:33.639376 | fa163e8d-9a30-371f-566d-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-20 10:36:33.641019 | fa163e8d-9a30-371f-566d-000000000bce | TIMING | create persistent directories | standalone | 0:03:08.238689 | 0.29s 2026-02-20 10:36:33.862775 | fa163e8d-9a30-371f-566d-000000000bce | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-20 10:36:33.864576 | fa163e8d-9a30-371f-566d-000000000bce | TIMING | create persistent directories | standalone | 0:03:08.462251 | 0.51s 2026-02-20 10:36:34.061017 | fa163e8d-9a30-371f-566d-000000000bce | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-20 10:36:34.062208 | fa163e8d-9a30-371f-566d-000000000bce | TIMING | create persistent directories | standalone | 0:03:08.659884 | 0.71s 2026-02-20 10:36:34.069843 | fa163e8d-9a30-371f-566d-000000000bce | TIMING | create persistent directories | standalone | 0:03:08.667513 | 0.72s 2026-02-20 10:36:34.096333 | fa163e8d-9a30-371f-566d-000000000bcf | TASK | create persistent directories 2026-02-20 10:36:34.354427 | fa163e8d-9a30-371f-566d-000000000bcf | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-20 10:36:34.356050 | fa163e8d-9a30-371f-566d-000000000bcf | TIMING | create persistent directories | standalone | 0:03:08.953720 | 0.26s 2026-02-20 10:36:34.579396 | fa163e8d-9a30-371f-566d-000000000bcf | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-20 10:36:34.581176 | fa163e8d-9a30-371f-566d-000000000bcf | TIMING | create persistent directories | standalone | 0:03:09.178853 | 0.48s 2026-02-20 10:36:34.794445 | fa163e8d-9a30-371f-566d-000000000bcf | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-20 10:36:34.795981 | fa163e8d-9a30-371f-566d-000000000bcf | TIMING | create persistent directories | standalone | 0:03:09.393663 | 0.70s 2026-02-20 10:36:34.806966 | fa163e8d-9a30-371f-566d-000000000bcf | TIMING | create persistent directories | standalone | 0:03:09.404636 | 0.71s 2026-02-20 10:36:34.832969 | fa163e8d-9a30-371f-566d-000000000bd0 | TASK | Set swift_use_local_disks fact 2026-02-20 10:36:34.861197 | fa163e8d-9a30-371f-566d-000000000bd0 | OK | Set swift_use_local_disks fact | standalone 2026-02-20 10:36:34.862251 | fa163e8d-9a30-371f-566d-000000000bd0 | TIMING | Set swift_use_local_disks fact | standalone | 0:03:09.459927 | 0.03s 2026-02-20 10:36:34.886784 | fa163e8d-9a30-371f-566d-000000000bd1 | TASK | Set use_node_data_lookup fact 2026-02-20 10:36:34.914647 | fa163e8d-9a30-371f-566d-000000000bd1 | OK | Set use_node_data_lookup fact | standalone 2026-02-20 10:36:34.915723 | fa163e8d-9a30-371f-566d-000000000bd1 | TIMING | Set use_node_data_lookup fact | standalone | 0:03:09.513398 | 0.03s 2026-02-20 10:36:34.940758 | fa163e8d-9a30-371f-566d-000000000bd2 | TASK | Create Swift d1 directory if needed 2026-02-20 10:36:35.160755 | fa163e8d-9a30-371f-566d-000000000bd2 | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-20 10:36:35.162137 | fa163e8d-9a30-371f-566d-000000000bd2 | TIMING | Create Swift d1 directory if needed | standalone | 0:03:09.759784 | 0.22s 2026-02-20 10:36:35.187837 | fa163e8d-9a30-371f-566d-000000000bd3 | TASK | Set fact for SwiftRawDisks 2026-02-20 10:36:35.227867 | fa163e8d-9a30-371f-566d-000000000bd3 | OK | Set fact for SwiftRawDisks | standalone 2026-02-20 10:36:35.229051 | fa163e8d-9a30-371f-566d-000000000bd3 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:09.826725 | 0.04s 2026-02-20 10:36:35.259787 | fa163e8d-9a30-371f-566d-000000000bd4 | TASK | Get hiera swift::storage::disks::args 2026-02-20 10:36:35.292244 | fa163e8d-9a30-371f-566d-000000000bd4 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-20 10:36:35.293513 | fa163e8d-9a30-371f-566d-000000000bd4 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:09.891183 | 0.03s 2026-02-20 10:36:35.326587 | fa163e8d-9a30-371f-566d-000000000bd5 | TASK | Set fact for swift_raw_disks 2026-02-20 10:36:35.357573 | fa163e8d-9a30-371f-566d-000000000bd5 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-20 10:36:35.358538 | fa163e8d-9a30-371f-566d-000000000bd5 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:09.956214 | 0.03s 2026-02-20 10:36:35.384397 | fa163e8d-9a30-371f-566d-000000000bd6 | TASK | Format SwiftRawDisks 2026-02-20 10:36:35.413648 | fa163e8d-9a30-371f-566d-000000000bd6 | TIMING | Format SwiftRawDisks | standalone | 0:03:10.011313 | 0.03s 2026-02-20 10:36:35.439783 | fa163e8d-9a30-371f-566d-000000000bd7 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-20 10:36:35.488930 | fa163e8d-9a30-371f-566d-000000000bd7 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-20 10:36:35.490018 | fa163e8d-9a30-371f-566d-000000000bd7 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:10.087694 | 0.05s 2026-02-20 10:36:35.515088 | fa163e8d-9a30-371f-566d-000000000bd8 | TASK | Mount devices defined in SwiftRawDisks 2026-02-20 10:36:35.542984 | fa163e8d-9a30-371f-566d-000000000bd8 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:10.140653 | 0.03s 2026-02-20 10:36:35.567799 | fa163e8d-9a30-371f-566d-000000000bd9 | TASK | Check for NTP service 2026-02-20 10:36:35.811962 | fa163e8d-9a30-371f-566d-000000000bd9 | CHANGED | Check for NTP service | standalone 2026-02-20 10:36:35.813333 | fa163e8d-9a30-371f-566d-000000000bd9 | TIMING | Check for NTP service | standalone | 0:03:10.411009 | 0.24s 2026-02-20 10:36:35.838680 | fa163e8d-9a30-371f-566d-000000000bda | TASK | Disable NTP before configuring Chrony 2026-02-20 10:36:35.887837 | fa163e8d-9a30-371f-566d-000000000bda | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-20 10:36:35.888888 | fa163e8d-9a30-371f-566d-000000000bda | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:10.486562 | 0.05s 2026-02-20 10:36:35.913864 | fa163e8d-9a30-371f-566d-000000000bdb | TASK | Install, Configure and Run Chrony 2026-02-20 10:36:35.941948 | fa163e8d-9a30-371f-566d-000000000bdb | TIMING | Install, Configure and Run Chrony | standalone | 0:03:10.539617 | 0.03s 2026-02-20 10:36:36.038363 | fa163e8d-9a30-371f-566d-0000000016ee | TASK | Load distro-specific variables 2026-02-20 10:36:36.064219 | fa163e8d-9a30-371f-566d-0000000016ee | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.661896 | 0.03s 2026-02-20 10:36:36.075124 | e322e393-0e49-41c1-81eb-e7ca23958c6e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-20 10:36:36.100011 | fa163e8d-9a30-371f-566d-0000000017d3 | TASK | Load distro-specific variables 2026-02-20 10:36:36.151599 | fa163e8d-9a30-371f-566d-0000000017d3 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:36:36.153024 | fa163e8d-9a30-371f-566d-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.750692 | 0.05s 2026-02-20 10:36:36.158777 | fa163e8d-9a30-371f-566d-0000000017d3 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.756453 | 0.06s 2026-02-20 10:36:36.185489 | fa163e8d-9a30-371f-566d-0000000016ef | TASK | Install chronyd 2026-02-20 10:36:36.214765 | fa163e8d-9a30-371f-566d-0000000016ef | TIMING | chrony : Install chronyd | standalone | 0:03:10.812432 | 0.03s 2026-02-20 10:36:36.238003 | f7a16b21-8047-4fea-b86f-8f74559aabd0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-20 10:36:36.269955 | fa163e8d-9a30-371f-566d-00000000180c | TASK | Load distro-specific variables 2026-02-20 10:36:36.295952 | fa163e8d-9a30-371f-566d-00000000180c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.893629 | 0.03s 2026-02-20 10:36:36.306908 | 5b34d8fd-70c8-4323-88ed-da01a40b8cf4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-20 10:36:36.331476 | fa163e8d-9a30-371f-566d-000000001853 | TASK | Load distro-specific variables 2026-02-20 10:36:36.385215 | fa163e8d-9a30-371f-566d-000000001853 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:36:36.386522 | fa163e8d-9a30-371f-566d-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.984191 | 0.05s 2026-02-20 10:36:36.392309 | fa163e8d-9a30-371f-566d-000000001853 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:10.989982 | 0.06s 2026-02-20 10:36:36.418067 | fa163e8d-9a30-371f-566d-00000000180d | TASK | Check for NTP service 2026-02-20 10:36:36.670539 | fa163e8d-9a30-371f-566d-00000000180d | CHANGED | Check for NTP service | standalone 2026-02-20 10:36:36.671911 | fa163e8d-9a30-371f-566d-00000000180d | TIMING | chrony : Check for NTP service | standalone | 0:03:11.269585 | 0.25s 2026-02-20 10:36:36.697331 | fa163e8d-9a30-371f-566d-00000000180e | TASK | Disable NTP before configuring Chrony 2026-02-20 10:36:36.748017 | fa163e8d-9a30-371f-566d-00000000180e | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-20 10:36:36.749066 | fa163e8d-9a30-371f-566d-00000000180e | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:11.346740 | 0.05s 2026-02-20 10:36:36.774562 | fa163e8d-9a30-371f-566d-00000000180f | TASK | Install chronyd package 2026-02-20 10:36:39.788095 | fa163e8d-9a30-371f-566d-00000000180f | OK | Install chronyd package | standalone 2026-02-20 10:36:39.789448 | fa163e8d-9a30-371f-566d-00000000180f | TIMING | chrony : Install chronyd package | standalone | 0:03:14.387121 | 3.01s 2026-02-20 10:36:39.815505 | fa163e8d-9a30-371f-566d-0000000016f0 | TASK | Upgrade chronyd 2026-02-20 10:36:39.842539 | fa163e8d-9a30-371f-566d-0000000016f0 | SKIPPED | Upgrade chronyd | standalone 2026-02-20 10:36:39.843730 | fa163e8d-9a30-371f-566d-0000000016f0 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:14.441403 | 0.03s 2026-02-20 10:36:39.869635 | fa163e8d-9a30-371f-566d-0000000016f1 | TASK | Configure chronyd 2026-02-20 10:36:39.897826 | fa163e8d-9a30-371f-566d-0000000016f1 | TIMING | chrony : Configure chronyd | standalone | 0:03:14.495491 | 0.03s 2026-02-20 10:36:39.918866 | 6469ef73-c743-463a-8d90-b31040154802 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-20 10:36:39.955456 | fa163e8d-9a30-371f-566d-00000000188c | TASK | Load distro-specific variables 2026-02-20 10:36:39.974971 | fa163e8d-9a30-371f-566d-00000000188c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.572645 | 0.02s 2026-02-20 10:36:39.986656 | 67ffd6b1-2364-43dd-ba50-49107796f4ed | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-20 10:36:40.009418 | fa163e8d-9a30-371f-566d-0000000018f8 | TASK | Load distro-specific variables 2026-02-20 10:36:40.063336 | fa163e8d-9a30-371f-566d-0000000018f8 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:36:40.064710 | fa163e8d-9a30-371f-566d-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.662381 | 0.05s 2026-02-20 10:36:40.070718 | fa163e8d-9a30-371f-566d-0000000018f8 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.668389 | 0.06s 2026-02-20 10:36:40.097612 | fa163e8d-9a30-371f-566d-00000000188d | TASK | Install chrony configuration file 2026-02-20 10:36:40.684008 | fa163e8d-9a30-371f-566d-00000000188d | OK | Install chrony configuration file | standalone 2026-02-20 10:36:40.685690 | fa163e8d-9a30-371f-566d-00000000188d | TIMING | chrony : Install chrony configuration file | standalone | 0:03:15.283365 | 0.59s 2026-02-20 10:36:40.711888 | fa163e8d-9a30-371f-566d-0000000016f2 | TASK | Run chronyd 2026-02-20 10:36:40.742273 | fa163e8d-9a30-371f-566d-0000000016f2 | TIMING | chrony : Run chronyd | standalone | 0:03:15.339938 | 0.03s 2026-02-20 10:36:40.764746 | 12294657-3c9a-4f0f-9654-99aae8ebd306 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-20 10:36:40.806074 | fa163e8d-9a30-371f-566d-00000000191b | TASK | Load distro-specific variables 2026-02-20 10:36:40.833576 | fa163e8d-9a30-371f-566d-00000000191b | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.431249 | 0.03s 2026-02-20 10:36:40.844657 | 5ac690f9-04be-42d5-be30-fcb25271766b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-20 10:36:40.868125 | fa163e8d-9a30-371f-566d-00000000199f | TASK | Load distro-specific variables 2026-02-20 10:36:40.923522 | fa163e8d-9a30-371f-566d-00000000199f | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-20 10:36:40.925600 | fa163e8d-9a30-371f-566d-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.523271 | 0.06s 2026-02-20 10:36:40.936947 | fa163e8d-9a30-371f-566d-00000000199f | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.534619 | 0.07s 2026-02-20 10:36:40.962339 | fa163e8d-9a30-371f-566d-00000000191c | TASK | Ensure chronyd is running 2026-02-20 10:36:41.383739 | fa163e8d-9a30-371f-566d-00000000191c | OK | Ensure chronyd is running | standalone 2026-02-20 10:36:41.384717 | fa163e8d-9a30-371f-566d-00000000191c | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:15.982399 | 0.42s 2026-02-20 10:36:41.402741 | fa163e8d-9a30-371f-566d-00000000191d | TASK | Force chronyd restart 2026-02-20 10:36:41.459161 | fa163e8d-9a30-371f-566d-00000000191d | SKIPPED | Force chronyd restart | standalone 2026-02-20 10:36:41.460179 | fa163e8d-9a30-371f-566d-00000000191d | TIMING | chrony : Force chronyd restart | standalone | 0:03:16.057853 | 0.06s 2026-02-20 10:36:41.485646 | fa163e8d-9a30-371f-566d-0000000016f3 | TASK | Enable online service 2026-02-20 10:36:41.514994 | fa163e8d-9a30-371f-566d-0000000016f3 | TIMING | chrony : Enable online service | standalone | 0:03:16.112662 | 0.03s 2026-02-20 10:36:41.533783 | bc7d9c25-68cb-46b6-ad6c-257ed6144128 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-20 10:36:41.577086 | fa163e8d-9a30-371f-566d-0000000019cc | TASK | Create chrony-online.service unit file 2026-02-20 10:36:42.009988 | fa163e8d-9a30-371f-566d-0000000019cc | OK | Create chrony-online.service unit file | standalone 2026-02-20 10:36:42.011334 | fa163e8d-9a30-371f-566d-0000000019cc | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:16.609008 | 0.43s 2026-02-20 10:36:42.037453 | fa163e8d-9a30-371f-566d-0000000019cd | TASK | Enable chrony-online.service 2026-02-20 10:36:42.746610 | fa163e8d-9a30-371f-566d-0000000019cd | CHANGED | Enable chrony-online.service | standalone 2026-02-20 10:36:42.748882 | fa163e8d-9a30-371f-566d-0000000019cd | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:17.346554 | 0.71s 2026-02-20 10:36:42.776204 | fa163e8d-9a30-371f-566d-0000000016f4 | TASK | Sync chronyc 2026-02-20 10:36:42.804927 | fa163e8d-9a30-371f-566d-0000000016f4 | TIMING | chrony : Sync chronyc | standalone | 0:03:17.402595 | 0.03s 2026-02-20 10:36:42.823194 | cfc569ba-2484-40c4-b6e2-91ca3a9aad83 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-20 10:36:42.869981 | fa163e8d-9a30-371f-566d-000000001a72 | TASK | Force NTP sync 2026-02-20 10:36:43.100679 | fa163e8d-9a30-371f-566d-000000001a72 | CHANGED | Force NTP sync | standalone 2026-02-20 10:36:43.101965 | fa163e8d-9a30-371f-566d-000000001a72 | TIMING | chrony : Force NTP sync | standalone | 0:03:17.699636 | 0.23s 2026-02-20 10:36:43.127672 | fa163e8d-9a30-371f-566d-000000001a73 | TASK | Ensure system is NTP time synced 2026-02-20 10:36:43.363184 | fa163e8d-9a30-371f-566d-000000001a73 | CHANGED | Ensure system is NTP time synced | standalone 2026-02-20 10:36:43.364436 | fa163e8d-9a30-371f-566d-000000001a73 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:17.962112 | 0.24s 2026-02-20 10:36:43.412797 | fa163e8d-9a30-371f-566d-000000000bdc | TASK | Force NTP sync 2026-02-20 10:36:43.621420 | fa163e8d-9a30-371f-566d-000000000bdc | CHANGED | Force NTP sync | standalone 2026-02-20 10:36:43.622787 | fa163e8d-9a30-371f-566d-000000000bdc | TIMING | Force NTP sync | standalone | 0:03:18.220460 | 0.21s 2026-02-20 10:36:43.647868 | fa163e8d-9a30-371f-566d-000000000bdd | TASK | Ensure system is NTP time synced 2026-02-20 10:36:43.870463 | fa163e8d-9a30-371f-566d-000000000bdd | CHANGED | Ensure system is NTP time synced | standalone 2026-02-20 10:36:43.871946 | fa163e8d-9a30-371f-566d-000000000bdd | TIMING | Ensure system is NTP time synced | standalone | 0:03:18.469621 | 0.22s 2026-02-20 10:36:43.898655 | fa163e8d-9a30-371f-566d-000000000bde | TASK | Run timezone role 2026-02-20 10:36:43.919211 | fa163e8d-9a30-371f-566d-000000000bde | TIMING | Run timezone role | standalone | 0:03:18.516876 | 0.02s 2026-02-20 10:36:44.050797 | fa163e8d-9a30-371f-566d-000000001c33 | TASK | Set timezone 2026-02-20 10:36:44.573755 | fa163e8d-9a30-371f-566d-000000001c33 | OK | Set timezone | standalone 2026-02-20 10:36:44.575157 | fa163e8d-9a30-371f-566d-000000001c33 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:19.172828 | 0.52s 2026-02-20 10:36:44.601850 | fa163e8d-9a30-371f-566d-000000001c34 | TASK | Restart time services 2026-02-20 10:36:44.640989 | fa163e8d-9a30-371f-566d-000000001c34 | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-20 10:36:44.648611 | fa163e8d-9a30-371f-566d-000000001c34 | SKIPPED | Restart time services | standalone | item=crond 2026-02-20 10:36:44.655109 | fa163e8d-9a30-371f-566d-000000001c34 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:19.252781 | 0.05s 2026-02-20 10:36:44.705008 | fa163e8d-9a30-371f-566d-000000000bdf | TASK | install tmpwatch on the host 2026-02-20 10:36:47.663978 | fa163e8d-9a30-371f-566d-000000000bdf | OK | install tmpwatch on the host | standalone 2026-02-20 10:36:47.665651 | fa163e8d-9a30-371f-566d-000000000bdf | TIMING | install tmpwatch on the host | standalone | 0:03:22.263321 | 2.96s 2026-02-20 10:36:47.695436 | fa163e8d-9a30-371f-566d-000000000be0 | TASK | Notice - ctlplane subnet is set 2026-02-20 10:36:47.726770 | fa163e8d-9a30-371f-566d-000000000be0 | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-20 10:36:47.727925 | fa163e8d-9a30-371f-566d-000000000be0 | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:22.325598 | 0.03s 2026-02-20 10:36:47.782455 | fa163e8d-9a30-371f-566d-000000000be1 | TIMING | include_role : tuned | standalone | 0:03:22.380123 | 0.03s 2026-02-20 10:36:47.885559 | fa163e8d-9a30-371f-566d-000000001e67 | TASK | Gather variables for each operating system 2026-02-20 10:36:48.001331 | fa163e8d-9a30-371f-566d-000000001e67 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-20 10:36:48.002586 | fa163e8d-9a30-371f-566d-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.600260 | 0.12s 2026-02-20 10:36:48.008117 | fa163e8d-9a30-371f-566d-000000001e67 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:22.605795 | 0.12s 2026-02-20 10:36:48.066276 | fa163e8d-9a30-371f-566d-000000001e68 | TIMING | tuned : include_tasks | standalone | 0:03:22.663944 | 0.04s 2026-02-20 10:36:48.087287 | 51c8d5e8-649d-470b-b104-efcc31356ace | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-20 10:36:48.120221 | fa163e8d-9a30-371f-566d-000000001f98 | TASK | Check tuned package is installed 2026-02-20 10:36:48.383730 | fa163e8d-9a30-371f-566d-000000001f98 | CHANGED | Check tuned package is installed | standalone 2026-02-20 10:36:48.385135 | fa163e8d-9a30-371f-566d-000000001f98 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:22.982807 | 0.26s 2026-02-20 10:36:48.411330 | fa163e8d-9a30-371f-566d-000000001f99 | TASK | Install tuned 2026-02-20 10:36:48.442023 | fa163e8d-9a30-371f-566d-000000001f99 | SKIPPED | Install tuned | standalone 2026-02-20 10:36:48.443765 | fa163e8d-9a30-371f-566d-000000001f99 | TIMING | tuned : Install tuned | standalone | 0:03:23.041427 | 0.03s 2026-02-20 10:36:48.470450 | fa163e8d-9a30-371f-566d-000000001f9a | TASK | Restart tuned 2026-02-20 10:36:48.501639 | fa163e8d-9a30-371f-566d-000000001f9a | SKIPPED | Restart tuned | standalone 2026-02-20 10:36:48.502810 | fa163e8d-9a30-371f-566d-000000001f9a | TIMING | tuned : Restart tuned | standalone | 0:03:23.100483 | 0.03s 2026-02-20 10:36:48.528509 | fa163e8d-9a30-371f-566d-000000001e69 | TASK | Check for tuned-adm 2026-02-20 10:36:48.754379 | fa163e8d-9a30-371f-566d-000000001e69 | OK | Check for tuned-adm | standalone 2026-02-20 10:36:48.755730 | fa163e8d-9a30-371f-566d-000000001e69 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:23.353407 | 0.23s 2026-02-20 10:36:48.804502 | fa163e8d-9a30-371f-566d-000000001e6a | TIMING | tuned : include_tasks | standalone | 0:03:23.402168 | 0.02s 2026-02-20 10:36:48.831648 | 69d55f3b-7ee0-42cd-9786-660bf67451ec | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-20 10:36:48.864902 | fa163e8d-9a30-371f-566d-000000001fc5 | TASK | Ensure profile directory exists 2026-02-20 10:36:48.937794 | fa163e8d-9a30-371f-566d-000000001fc5 | SKIPPED | Ensure profile directory exists | standalone 2026-02-20 10:36:48.938648 | fa163e8d-9a30-371f-566d-000000001fc5 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:23.536331 | 0.07s 2026-02-20 10:36:48.956427 | fa163e8d-9a30-371f-566d-000000001fc6 | TASK | Create custom tuned profile 2026-02-20 10:36:49.024463 | fa163e8d-9a30-371f-566d-000000001fc6 | SKIPPED | Create custom tuned profile | standalone 2026-02-20 10:36:49.025343 | fa163e8d-9a30-371f-566d-000000001fc6 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:23.623023 | 0.07s 2026-02-20 10:36:49.046137 | fa163e8d-9a30-371f-566d-000000001fc7 | TASK | Check tuned active profile 2026-02-20 10:36:49.264043 | fa163e8d-9a30-371f-566d-000000001fc7 | OK | Check tuned active profile | standalone 2026-02-20 10:36:49.265508 | fa163e8d-9a30-371f-566d-000000001fc7 | TIMING | tuned : Check tuned active profile | standalone | 0:03:23.863184 | 0.22s 2026-02-20 10:36:49.291741 | fa163e8d-9a30-371f-566d-000000001fc8 | TASK | Check Tuned Configuration file exists 2026-02-20 10:36:49.513581 | fa163e8d-9a30-371f-566d-000000001fc8 | OK | Check Tuned Configuration file exists | standalone 2026-02-20 10:36:49.515073 | fa163e8d-9a30-371f-566d-000000001fc8 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:24.112747 | 0.22s 2026-02-20 10:36:49.540904 | fa163e8d-9a30-371f-566d-000000001fc9 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-20 10:36:49.643611 | fa163e8d-9a30-371f-566d-000000001fc9 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-20 10:36:49.644815 | fa163e8d-9a30-371f-566d-000000001fc9 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:24.242477 | 0.10s 2026-02-20 10:36:49.672141 | fa163e8d-9a30-371f-566d-000000001fca | TASK | Configure isolated cores for profile throughput-performance 2026-02-20 10:36:49.775815 | fa163e8d-9a30-371f-566d-000000001fca | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-20 10:36:49.776650 | fa163e8d-9a30-371f-566d-000000001fca | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:24.374333 | 0.10s 2026-02-20 10:36:49.795915 | fa163e8d-9a30-371f-566d-000000001fcb | TASK | Enable tuned profile 2026-02-20 10:36:49.833786 | fa163e8d-9a30-371f-566d-000000001fcb | SKIPPED | Enable tuned profile | standalone 2026-02-20 10:36:49.834868 | fa163e8d-9a30-371f-566d-000000001fcb | TIMING | tuned : Enable tuned profile | standalone | 0:03:24.432542 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-20 10:36:50.014217 | fa163e8d-9a30-371f-566d-0000000000ac | TASK | Overcloud container setup tasks 2026-02-20 10:36:50.043824 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-0000000000ac') missing from stats 2026-02-20 10:36:50.063766 | fa163e8d-9a30-371f-566d-0000000000ad | TASK | Write config data 2026-02-20 10:36:50.123465 | fa163e8d-9a30-371f-566d-0000000000ad | TIMING | Write config data | standalone | 0:03:24.721133 | 0.06s 2026-02-20 10:36:50.152739 | 03aa95fc-b61e-40b7-9104-24e5c0d38237 | INCLUDED | /root/standalone-ansible-kczqeche/common_container_setup_tasks.yaml | standalone 2026-02-20 10:36:50.177098 | fa163e8d-9a30-371f-566d-000000002029 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-20 10:36:50.403912 | fa163e8d-9a30-371f-566d-000000002029 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-20 10:36:50.405292 | fa163e8d-9a30-371f-566d-000000002029 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:25.002961 | 0.23s 2026-02-20 10:36:50.431204 | fa163e8d-9a30-371f-566d-00000000202a | TASK | Create ContainerLogStdoutPath directory 2026-02-20 10:36:50.651274 | fa163e8d-9a30-371f-566d-00000000202a | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-20 10:36:50.652726 | fa163e8d-9a30-371f-566d-00000000202a | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:25.250393 | 0.22s 2026-02-20 10:36:50.678771 | fa163e8d-9a30-371f-566d-00000000202b | TASK | Create /var/lib/tripleo-config directory 2026-02-20 10:36:50.887360 | fa163e8d-9a30-371f-566d-00000000202b | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-20 10:36:50.888735 | fa163e8d-9a30-371f-566d-00000000202b | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:25.486399 | 0.21s 2026-02-20 10:36:50.914526 | fa163e8d-9a30-371f-566d-00000000202c | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-20 10:36:51.114640 | fa163e8d-9a30-371f-566d-00000000202c | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-20 10:36:51.115949 | fa163e8d-9a30-371f-566d-00000000202c | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:25.713614 | 0.20s 2026-02-20 10:36:51.141293 | fa163e8d-9a30-371f-566d-00000000202d | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-20 10:36:51.361060 | fa163e8d-9a30-371f-566d-00000000202d | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-20 10:36:51.362424 | fa163e8d-9a30-371f-566d-00000000202d | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:25.960092 | 0.22s 2026-02-20 10:36:51.389048 | fa163e8d-9a30-371f-566d-000000002031 | TASK | Create fcontext entry for container-config-scripts 2026-02-20 10:36:52.624288 | fa163e8d-9a30-371f-566d-000000002031 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-20 10:36:52.625993 | fa163e8d-9a30-371f-566d-000000002031 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:27.223656 | 1.24s 2026-02-20 10:36:52.654146 | fa163e8d-9a30-371f-566d-000000002032 | TASK | Create /var/lib/container-config-scripts 2026-02-20 10:36:52.897386 | fa163e8d-9a30-371f-566d-000000002032 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-20 10:36:52.898226 | fa163e8d-9a30-371f-566d-000000002032 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:27.495908 | 0.24s 2026-02-20 10:36:52.915855 | fa163e8d-9a30-371f-566d-000000002033 | TASK | Write container config scripts 2026-02-20 10:36:53.280650 | fa163e8d-9a30-371f-566d-000000002033 | CHANGED | Write container config scripts | standalone 2026-02-20 10:36:53.281469 | fa163e8d-9a30-371f-566d-000000002033 | TIMING | Write container config scripts | standalone | 0:03:27.879151 | 0.36s 2026-02-20 10:36:53.301157 | fa163e8d-9a30-371f-566d-000000002034 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-20 10:36:53.762169 | fa163e8d-9a30-371f-566d-000000002034 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-20 10:36:53.763439 | fa163e8d-9a30-371f-566d-000000002034 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:28.361115 | 0.46s 2026-02-20 10:36:53.789639 | fa163e8d-9a30-371f-566d-000000002035 | TASK | Generate startup configs files per step and per container 2026-02-20 10:36:54.434883 | fa163e8d-9a30-371f-566d-000000002035 | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-20 10:36:54.443783 | fa163e8d-9a30-371f-566d-000000002035 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:29.041455 | 0.65s 2026-02-20 10:36:54.483987 | fa163e8d-9a30-371f-566d-000000002036 | TASK | Create /var/lib/kolla/config_files directory 2026-02-20 10:36:54.716013 | fa163e8d-9a30-371f-566d-000000002036 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-20 10:36:54.717361 | fa163e8d-9a30-371f-566d-000000002036 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:29.315034 | 0.23s 2026-02-20 10:36:54.743784 | fa163e8d-9a30-371f-566d-000000002037 | TASK | Create /var/lib/config-data directory 2026-02-20 10:36:54.974868 | fa163e8d-9a30-371f-566d-000000002037 | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-20 10:36:54.976199 | fa163e8d-9a30-371f-566d-000000002037 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:29.573875 | 0.23s 2026-02-20 10:36:55.003070 | fa163e8d-9a30-371f-566d-000000002038 | TASK | Write container config json files 2026-02-20 10:36:55.509027 | fa163e8d-9a30-371f-566d-000000002038 | CHANGED | Write container config json files | standalone 2026-02-20 10:36:55.516790 | fa163e8d-9a30-371f-566d-000000002038 | TIMING | Write container config json files | standalone | 0:03:30.114464 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-20 10:36:55.668993 | fa163e8d-9a30-371f-566d-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-20 10:36:55.697585 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-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-20 10:36:55.753595 | fa163e8d-9a30-371f-566d-0000000000b2 | TIMING | include_tasks | standalone | 0:03:30.351263 | 0.04s 2026-02-20 10:36:55.767237 | f59f29cd-c1b6-4ccd-a519-78c8296eaada | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/pre_deploy_step_tasks.yaml | standalone PLAY [External deployment step 1] ********************************************** 2026-02-20 10:36:55.892890 | fa163e8d-9a30-371f-566d-0000000000b6 | TASK | External deployment step 1 2026-02-20 10:36:55.919693 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-0000000000b6') missing from stats 2026-02-20 10:36:55.972016 | fa163e8d-9a30-371f-566d-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:30.569686 | 0.04s 2026-02-20 10:36:56.009026 | b8d3bd3b-67e3-4616-8448-de8651b2fb8d | INCLUDED | /root/standalone-ansible-kczqeche/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-20 10:36:56.026859 | fa163e8d-9a30-371f-566d-00000000207d | TASK | Set some tripleo-ansible facts 2026-02-20 10:36:56.075503 | fa163e8d-9a30-371f-566d-00000000207d | OK | Set some tripleo-ansible facts | undercloud 2026-02-20 10:36:56.076583 | fa163e8d-9a30-371f-566d-00000000207d | TIMING | Set some tripleo-ansible facts | undercloud | 0:03:30.674258 | 0.05s 2026-02-20 10:36:56.093838 | fa163e8d-9a30-371f-566d-00000000207f | TASK | Build disk list for cephadm 2026-02-20 10:36:56.144043 | fa163e8d-9a30-371f-566d-00000000207f | OK | Build disk list for cephadm | undercloud 2026-02-20 10:36:56.145107 | fa163e8d-9a30-371f-566d-00000000207f | TIMING | Build disk list for cephadm | undercloud | 0:03:30.742783 | 0.05s 2026-02-20 10:36:56.163078 | fa163e8d-9a30-371f-566d-000000002086 | TASK | Container image prepare 2026-02-20 10:36:57.222031 | fa163e8d-9a30-371f-566d-000000002086 | CHANGED | Container image prepare | undercloud 2026-02-20 10:36:57.224205 | fa163e8d-9a30-371f-566d-000000002086 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:31.821881 | 1.06s 2026-02-20 10:36:57.259950 | fa163e8d-9a30-371f-566d-00000000208d | TASK | Create /etc/openstack directory if it does not exist 2026-02-20 10:36:57.509714 | fa163e8d-9a30-371f-566d-00000000208d | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-20 10:36:57.510865 | fa163e8d-9a30-371f-566d-00000000208d | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:32.108539 | 0.25s 2026-02-20 10:36:57.528478 | fa163e8d-9a30-371f-566d-00000000208e | TASK | Configure /etc/openstack/clouds.yaml 2026-02-20 10:36:57.557984 | fa163e8d-9a30-371f-566d-00000000208e | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:32.155653 | 0.03s 2026-02-20 10:36:57.603906 | fa163e8d-9a30-371f-566d-0000000020b5 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-20 10:36:57.844519 | fa163e8d-9a30-371f-566d-0000000020b5 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-20 10:36:57.845634 | fa163e8d-9a30-371f-566d-0000000020b5 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:32.443309 | 0.24s 2026-02-20 10:36:57.864835 | fa163e8d-9a30-371f-566d-0000000020b6 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-20 10:36:58.329689 | fa163e8d-9a30-371f-566d-0000000020b6 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-20 10:36:58.330925 | fa163e8d-9a30-371f-566d-0000000020b6 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:32.928599 | 0.46s 2026-02-20 10:36:58.350652 | fa163e8d-9a30-371f-566d-0000000020b7 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-20 10:36:58.391903 | fa163e8d-9a30-371f-566d-0000000020b7 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:32.989534 | 0.04s 2026-02-20 10:36:58.439679 | fa163e8d-9a30-371f-566d-0000000020f1 | TASK | Check for a configured destination 2026-02-20 10:36:58.511868 | fa163e8d-9a30-371f-566d-0000000020f1 | SKIPPED | Check for a configured destination | undercloud 2026-02-20 10:36:58.513130 | fa163e8d-9a30-371f-566d-0000000020f1 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:33.110803 | 0.07s 2026-02-20 10:36:58.538298 | fa163e8d-9a30-371f-566d-0000000020f2 | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-20 10:36:59.014390 | fa163e8d-9a30-371f-566d-0000000020f2 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-20 10:36:59.015660 | fa163e8d-9a30-371f-566d-0000000020f2 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:03:33.613334 | 0.48s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-20 10:36:59.179165 | fa163e8d-9a30-371f-566d-0000000000ba | TASK | Deploy step tasks for 1 2026-02-20 10:36:59.205672 | fa163e8d-9a30-371f-566d-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', 'fa163e8d-9a30-371f-566d-0000000000ba') missing from stats 2026-02-20 10:36:59.226589 | fa163e8d-9a30-371f-566d-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-20 10:36:59.674870 | fa163e8d-9a30-371f-566d-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-20 10:36:59.676213 | fa163e8d-9a30-371f-566d-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:03:34.273886 | 0.45s 2026-02-20 10:36:59.700978 | fa163e8d-9a30-371f-566d-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-20 10:36:59.899087 | fa163e8d-9a30-371f-566d-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-20 10:36:59.900560 | fa163e8d-9a30-371f-566d-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:03:34.498234 | 0.20s 2026-02-20 10:36:59.925977 | fa163e8d-9a30-371f-566d-0000000000be | TASK | Write config data at the start of step 1 2026-02-20 10:37:00.001912 | fa163e8d-9a30-371f-566d-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:03:34.599581 | 0.07s 2026-02-20 10:37:00.047722 | 1af348b2-0fb4-4bb2-8652-ccbbaacf0f51 | INCLUDED | /root/standalone-ansible-kczqeche/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-20 10:37:00.071973 | fa163e8d-9a30-371f-566d-000000002130 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-20 10:37:00.098990 | fa163e8d-9a30-371f-566d-000000002130 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-20 10:37:00.099711 | fa163e8d-9a30-371f-566d-000000002130 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.697391 | 0.03s 2026-02-20 10:37:00.119133 | fa163e8d-9a30-371f-566d-000000002131 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-20 10:37:00.146777 | fa163e8d-9a30-371f-566d-000000002131 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-20 10:37:00.147842 | fa163e8d-9a30-371f-566d-000000002131 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:03:34.745516 | 0.03s 2026-02-20 10:37:00.172793 | fa163e8d-9a30-371f-566d-000000002132 | TASK | Write the puppet step_config manifest 2026-02-20 10:37:00.655735 | fa163e8d-9a30-371f-566d-000000002132 | CHANGED | Write the puppet step_config manifest | standalone 2026-02-20 10:37:00.656885 | fa163e8d-9a30-371f-566d-000000002132 | TIMING | Write the puppet step_config manifest | standalone | 0:03:35.254560 | 0.48s 2026-02-20 10:37:00.681296 | fa163e8d-9a30-371f-566d-000000002133 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-20 10:37:00.708054 | fa163e8d-9a30-371f-566d-000000002133 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-20 10:37:00.709189 | fa163e8d-9a30-371f-566d-000000002133 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:35.306864 | 0.03s 2026-02-20 10:37:00.734612 | fa163e8d-9a30-371f-566d-000000002134 | TASK | Diff puppet step_config manifest changes for check mode 2026-02-20 10:37:00.761290 | fa163e8d-9a30-371f-566d-000000002134 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-20 10:37:00.762471 | fa163e8d-9a30-371f-566d-000000002134 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:03:35.360142 | 0.03s 2026-02-20 10:37:00.787543 | fa163e8d-9a30-371f-566d-000000002135 | TASK | Create /var/lib/container-puppet 2026-02-20 10:37:01.016012 | fa163e8d-9a30-371f-566d-000000002135 | OK | Create /var/lib/container-puppet | standalone 2026-02-20 10:37:01.017340 | fa163e8d-9a30-371f-566d-000000002135 | TIMING | Create /var/lib/container-puppet | standalone | 0:03:35.614993 | 0.23s 2026-02-20 10:37:01.041959 | fa163e8d-9a30-371f-566d-000000002136 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-20 10:37:01.069722 | fa163e8d-9a30-371f-566d-000000002136 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-20 10:37:01.070982 | fa163e8d-9a30-371f-566d-000000002136 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.668657 | 0.03s 2026-02-20 10:37:01.096684 | fa163e8d-9a30-371f-566d-000000002137 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-20 10:37:01.123773 | fa163e8d-9a30-371f-566d-000000002137 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-20 10:37:01.124912 | fa163e8d-9a30-371f-566d-000000002137 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:03:35.722585 | 0.03s 2026-02-20 10:37:01.149667 | fa163e8d-9a30-371f-566d-000000002138 | TASK | Write container-puppet.json file 2026-02-20 10:37:01.799133 | fa163e8d-9a30-371f-566d-000000002138 | CHANGED | Write container-puppet.json file | standalone 2026-02-20 10:37:01.800543 | fa163e8d-9a30-371f-566d-000000002138 | TIMING | Write container-puppet.json file | standalone | 0:03:36.398213 | 0.65s 2026-02-20 10:37:01.825394 | fa163e8d-9a30-371f-566d-000000002139 | TASK | Diff container-puppet.json changes for check mode 2026-02-20 10:37:01.856423 | fa163e8d-9a30-371f-566d-000000002139 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-20 10:37:01.857784 | fa163e8d-9a30-371f-566d-000000002139 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:36.455454 | 0.03s 2026-02-20 10:37:01.883198 | fa163e8d-9a30-371f-566d-00000000213a | TASK | Diff container-puppet.json changes for check mode 2026-02-20 10:37:01.912974 | fa163e8d-9a30-371f-566d-00000000213a | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-20 10:37:01.914041 | fa163e8d-9a30-371f-566d-00000000213a | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:03:36.511716 | 0.03s 2026-02-20 10:37:01.939119 | fa163e8d-9a30-371f-566d-00000000213b | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-20 10:37:02.327770 | fa163e8d-9a30-371f-566d-00000000213b | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-20 10:37:02.328993 | fa163e8d-9a30-371f-566d-00000000213b | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:03:36.926668 | 0.39s 2026-02-20 10:37:02.354545 | fa163e8d-9a30-371f-566d-00000000213c | TASK | Set host puppet debugging fact string 2026-02-20 10:37:02.386439 | fa163e8d-9a30-371f-566d-00000000213c | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-20 10:37:02.387576 | fa163e8d-9a30-371f-566d-00000000213c | TIMING | Set host puppet debugging fact string | standalone | 0:03:36.985249 | 0.03s 2026-02-20 10:37:02.412762 | fa163e8d-9a30-371f-566d-00000000213d | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-20 10:37:02.452963 | fa163e8d-9a30-371f-566d-00000000213d | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-20 10:37:02.455269 | fa163e8d-9a30-371f-566d-00000000213d | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:03:37.052940 | 0.04s 2026-02-20 10:37:02.483648 | fa163e8d-9a30-371f-566d-00000000213e | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-20 10:37:02.514791 | fa163e8d-9a30-371f-566d-00000000213e | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-20 10:37:02.515942 | fa163e8d-9a30-371f-566d-00000000213e | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:03:37.113611 | 0.03s 2026-02-20 10:37:02.540909 | fa163e8d-9a30-371f-566d-00000000213f | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-20 10:37:02.569552 | fa163e8d-9a30-371f-566d-00000000213f | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-20 10:37:02.570625 | fa163e8d-9a30-371f-566d-00000000213f | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:03:37.168298 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-20 10:37:02.637677 | fa163e8d-9a30-371f-566d-0000000000c0 | TIMING | include_tasks | standalone | 0:03:37.235359 | 0.04s 2026-02-20 10:37:02.733766 | b2ce9225-3263-4b1b-80c2-c75c998ac4d8 | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-20 10:37:02.773535 | fa163e8d-9a30-371f-566d-00000000216a | TASK | Create dirs for certificates and keys 2026-02-20 10:37:02.831259 | fa163e8d-9a30-371f-566d-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-20 10:37:02.852636 | fa163e8d-9a30-371f-566d-00000000216a | SKIPPED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-20 10:37:02.858652 | fa163e8d-9a30-371f-566d-00000000216a | TIMING | Create dirs for certificates and keys | standalone | 0:03:37.456315 | 0.08s 2026-02-20 10:37:02.934834 | fa163e8d-9a30-371f-566d-00000000216b | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:37:02.935973 | fa163e8d-9a30-371f-566d-00000000216b | TIMING | include_role : linux-system-roles.certificate | standalone | 0:03:37.533648 | 0.05s 2026-02-20 10:37:02.961364 | fa163e8d-9a30-371f-566d-000000002172 | TASK | Fail if container image is undefined 2026-02-20 10:37:03.024830 | fa163e8d-9a30-371f-566d-000000002172 | SKIPPED | Fail if container image is undefined | standalone 2026-02-20 10:37:03.025887 | fa163e8d-9a30-371f-566d-000000002172 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:37.623562 | 0.06s 2026-02-20 10:37:03.067579 | fa163e8d-9a30-371f-566d-000000002173 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-20 10:37:17.245168 | fa163e8d-9a30-371f-566d-000000002173 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-20 10:37:17.246508 | fa163e8d-9a30-371f-566d-000000002173 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:51.844183 | 14.18s 2026-02-20 10:37:17.301881 | fa163e8d-9a30-371f-566d-000000002174 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-20 10:37:17.643699 | fa163e8d-9a30-371f-566d-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-20 10:37:17.645045 | fa163e8d-9a30-371f-566d-000000002174 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:03:52.242718 | 0.34s 2026-02-20 10:37:17.695146 | fa163e8d-9a30-371f-566d-000000002183 | TASK | Fail if container image is undefined 2026-02-20 10:37:17.757083 | fa163e8d-9a30-371f-566d-000000002183 | SKIPPED | Fail if container image is undefined | standalone 2026-02-20 10:37:17.758283 | fa163e8d-9a30-371f-566d-000000002183 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:03:52.355955 | 0.06s 2026-02-20 10:37:17.800648 | fa163e8d-9a30-371f-566d-000000002184 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-20 10:37:25.828988 | fa163e8d-9a30-371f-566d-000000002184 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-20 10:37:25.831661 | fa163e8d-9a30-371f-566d-000000002184 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:00.429333 | 8.03s 2026-02-20 10:37:25.887408 | fa163e8d-9a30-371f-566d-000000002185 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-20 10:37:26.230246 | fa163e8d-9a30-371f-566d-000000002185 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-20 10:37:26.231698 | fa163e8d-9a30-371f-566d-000000002185 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:00.829373 | 0.34s 2026-02-20 10:37:26.281105 | fa163e8d-9a30-371f-566d-000000002190 | TASK | Check if rsyslog exists 2026-02-20 10:37:26.553622 | fa163e8d-9a30-371f-566d-000000002190 | CHANGED | Check if rsyslog exists | standalone 2026-02-20 10:37:26.554763 | fa163e8d-9a30-371f-566d-000000002190 | TIMING | Check if rsyslog exists | standalone | 0:04:01.152437 | 0.27s 2026-02-20 10:37:26.579962 | fa163e8d-9a30-371f-566d-000000002192 | TASK | Forward logging to haproxy.log file 2026-02-20 10:37:26.809504 | fa163e8d-9a30-371f-566d-000000002192 | CHANGED | Forward logging to haproxy.log file | standalone 2026-02-20 10:37:26.810674 | fa163e8d-9a30-371f-566d-000000002192 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:01.408348 | 0.23s 2026-02-20 10:37:26.836555 | fa163e8d-9a30-371f-566d-000000002193 | TASK | restart rsyslog service after logging conf change 2026-02-20 10:37:27.519815 | fa163e8d-9a30-371f-566d-000000002193 | CHANGED | restart rsyslog service after logging conf change | standalone 2026-02-20 10:37:27.521600 | fa163e8d-9a30-371f-566d-000000002193 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:02.119273 | 0.68s 2026-02-20 10:37:27.549081 | fa163e8d-9a30-371f-566d-00000000219a | TASK | Fail if container image is undefined 2026-02-20 10:37:27.609757 | fa163e8d-9a30-371f-566d-00000000219a | SKIPPED | Fail if container image is undefined | standalone 2026-02-20 10:37:27.610852 | fa163e8d-9a30-371f-566d-00000000219a | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:02.208526 | 0.06s 2026-02-20 10:37:27.639742 | fa163e8d-9a30-371f-566d-00000000219b | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-20 10:37:32.578054 | fa163e8d-9a30-371f-566d-00000000219b | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-20 10:37:32.579641 | fa163e8d-9a30-371f-566d-00000000219b | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:07.177313 | 4.94s 2026-02-20 10:37:32.635410 | fa163e8d-9a30-371f-566d-00000000219c | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-20 10:37:32.978894 | fa163e8d-9a30-371f-566d-00000000219c | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-20 10:37:32.981421 | fa163e8d-9a30-371f-566d-00000000219c | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:07.579098 | 0.34s 2026-02-20 10:37:33.031807 | fa163e8d-9a30-371f-566d-0000000021a6 | TASK | Run lvmfilter role 2026-02-20 10:37:33.083097 | fa163e8d-9a30-371f-566d-0000000021a6 | TIMING | Run lvmfilter role | standalone | 0:04:07.680766 | 0.05s 2026-02-20 10:37:33.163430 | fa163e8d-9a30-371f-566d-0000000022bd | TASK | Check if lvm2 is installed 2026-02-20 10:37:33.402025 | fa163e8d-9a30-371f-566d-0000000022bd | CHANGED | Check if lvm2 is installed | standalone 2026-02-20 10:37:33.403293 | fa163e8d-9a30-371f-566d-0000000022bd | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:04:08.000968 | 0.24s 2026-02-20 10:37:33.429476 | fa163e8d-9a30-371f-566d-0000000022bf | TASK | collect ansible devices 2026-02-20 10:37:33.479491 | fa163e8d-9a30-371f-566d-0000000022bf | SKIPPED | collect ansible devices | standalone 2026-02-20 10:37:33.480645 | fa163e8d-9a30-371f-566d-0000000022bf | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:04:08.078318 | 0.05s 2026-02-20 10:37:33.506842 | fa163e8d-9a30-371f-566d-0000000022c0 | TASK | collect in-use lvm2 devices list 2026-02-20 10:37:33.556634 | fa163e8d-9a30-371f-566d-0000000022c0 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-02-20 10:37:33.557789 | fa163e8d-9a30-371f-566d-0000000022c0 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:04:08.155463 | 0.05s 2026-02-20 10:37:33.586296 | fa163e8d-9a30-371f-566d-0000000022c1 | TASK | set allowed_devices 2026-02-20 10:37:33.638494 | fa163e8d-9a30-371f-566d-0000000022c1 | SKIPPED | set allowed_devices | standalone 2026-02-20 10:37:33.639628 | fa163e8d-9a30-371f-566d-0000000022c1 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:04:08.237302 | 0.05s 2026-02-20 10:37:33.665821 | fa163e8d-9a30-371f-566d-0000000022c2 | TASK | build lvm2 allow list 2026-02-20 10:37:33.715553 | fa163e8d-9a30-371f-566d-0000000022c2 | SKIPPED | build lvm2 allow list | standalone 2026-02-20 10:37:33.716603 | fa163e8d-9a30-371f-566d-0000000022c2 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:04:08.314276 | 0.05s 2026-02-20 10:37:33.742081 | fa163e8d-9a30-371f-566d-0000000022c3 | TASK | build lvm2 deny list 2026-02-20 10:37:33.792636 | fa163e8d-9a30-371f-566d-0000000022c3 | SKIPPED | build lvm2 deny list | standalone 2026-02-20 10:37:33.793691 | fa163e8d-9a30-371f-566d-0000000022c3 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:04:08.391365 | 0.05s 2026-02-20 10:37:33.818588 | fa163e8d-9a30-371f-566d-0000000022c4 | TASK | build lvm2 filter 2026-02-20 10:37:33.879488 | fa163e8d-9a30-371f-566d-0000000022c4 | SKIPPED | build lvm2 filter | standalone 2026-02-20 10:37:33.880477 | fa163e8d-9a30-371f-566d-0000000022c4 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:04:08.478158 | 0.06s 2026-02-20 10:37:33.901075 | fa163e8d-9a30-371f-566d-0000000022c5 | TASK | regenerate lvm config 2026-02-20 10:37:33.937563 | fa163e8d-9a30-371f-566d-0000000022c5 | SKIPPED | regenerate lvm config | standalone 2026-02-20 10:37:33.938261 | fa163e8d-9a30-371f-566d-0000000022c5 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:04:08.535943 | 0.04s 2026-02-20 10:37:33.958693 | fa163e8d-9a30-371f-566d-0000000022c6 | TASK | copy new lvm.conf in place 2026-02-20 10:37:34.017417 | fa163e8d-9a30-371f-566d-0000000022c6 | SKIPPED | copy new lvm.conf in place | standalone 2026-02-20 10:37:34.018650 | fa163e8d-9a30-371f-566d-0000000022c6 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:04:08.616326 | 0.06s 2026-02-20 10:37:34.068616 | fa163e8d-9a30-371f-566d-0000000021ac | TASK | Fail if container image is undefined 2026-02-20 10:37:34.129816 | fa163e8d-9a30-371f-566d-0000000021ac | SKIPPED | Fail if container image is undefined | standalone 2026-02-20 10:37:34.130851 | fa163e8d-9a30-371f-566d-0000000021ac | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:08.728525 | 0.06s 2026-02-20 10:37:34.173000 | fa163e8d-9a30-371f-566d-0000000021ad | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-20 10:37:42.329651 | fa163e8d-9a30-371f-566d-0000000021ad | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-20 10:37:42.331033 | fa163e8d-9a30-371f-566d-0000000021ad | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:16.928710 | 8.16s 2026-02-20 10:37:42.382897 | fa163e8d-9a30-371f-566d-0000000021ae | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-20 10:37:42.734828 | fa163e8d-9a30-371f-566d-0000000021ae | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-20 10:37:42.736083 | fa163e8d-9a30-371f-566d-0000000021ae | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:04:17.333760 | 0.35s 2026-02-20 10:37:42.837877 | fa163e8d-9a30-371f-566d-0000000021b9 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:37:42.838987 | fa163e8d-9a30-371f-566d-0000000021b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:17.436661 | 0.05s 2026-02-20 10:37:42.865410 | fa163e8d-9a30-371f-566d-0000000021c0 | TASK | Fail if container image is undefined 2026-02-20 10:37:42.925574 | fa163e8d-9a30-371f-566d-0000000021c0 | SKIPPED | Fail if container image is undefined | standalone 2026-02-20 10:37:42.926603 | fa163e8d-9a30-371f-566d-0000000021c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:17.524278 | 0.06s 2026-02-20 10:37:42.968017 | fa163e8d-9a30-371f-566d-0000000021c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-20 10:37:49.969158 | fa163e8d-9a30-371f-566d-0000000021c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-20 10:37:49.970521 | fa163e8d-9a30-371f-566d-0000000021c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:24.568195 | 7.00s 2026-02-20 10:37:50.025719 | fa163e8d-9a30-371f-566d-0000000021c2 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-20 10:37:50.360881 | fa163e8d-9a30-371f-566d-0000000021c2 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-20 10:37:50.362209 | fa163e8d-9a30-371f-566d-0000000021c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:04:24.959884 | 0.34s 2026-02-20 10:37:50.464682 | fa163e8d-9a30-371f-566d-0000000021cd | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:37:50.465879 | fa163e8d-9a30-371f-566d-0000000021cd | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:25.063553 | 0.05s 2026-02-20 10:37:50.491761 | fa163e8d-9a30-371f-566d-0000000021cf | TASK | install systemd-container for a greenfield 2026-02-20 10:38:11.197350 | fa163e8d-9a30-371f-566d-0000000021cf | CHANGED | install systemd-container for a greenfield | standalone 2026-02-20 10:38:11.198930 | fa163e8d-9a30-371f-566d-0000000021cf | TIMING | install systemd-container for a greenfield | standalone | 0:04:45.796604 | 20.71s 2026-02-20 10:38:11.225051 | fa163e8d-9a30-371f-566d-0000000021d0 | TASK | manage PMEM namespaces for vPMEM 2026-02-20 10:38:11.275290 | fa163e8d-9a30-371f-566d-0000000021d0 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-02-20 10:38:11.276391 | fa163e8d-9a30-371f-566d-0000000021d0 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:04:45.874064 | 0.05s 2026-02-20 10:38:11.301802 | fa163e8d-9a30-371f-566d-0000000021d2 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-02-20 10:38:11.574044 | fa163e8d-9a30-371f-566d-0000000021d2 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-02-20 10:38:11.575133 | fa163e8d-9a30-371f-566d-0000000021d2 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:04:46.172808 | 0.27s 2026-02-20 10:38:11.600881 | fa163e8d-9a30-371f-566d-0000000021d4 | TASK | is KSM enabled 2026-02-20 10:38:11.653482 | fa163e8d-9a30-371f-566d-0000000021d4 | OK | is KSM enabled | standalone 2026-02-20 10:38:11.654579 | fa163e8d-9a30-371f-566d-0000000021d4 | TIMING | is KSM enabled | standalone | 0:04:46.252252 | 0.05s 2026-02-20 10:38:11.680088 | fa163e8d-9a30-371f-566d-0000000021d6 | TASK | Check for ksm 2026-02-20 10:38:11.973295 | fa163e8d-9a30-371f-566d-0000000021d6 | CHANGED | Check for ksm | standalone 2026-02-20 10:38:11.974435 | fa163e8d-9a30-371f-566d-0000000021d6 | TIMING | Check for ksm | standalone | 0:04:46.572111 | 0.29s 2026-02-20 10:38:11.999291 | fa163e8d-9a30-371f-566d-0000000021d7 | TASK | disable KSM services 2026-02-20 10:38:12.087675 | fa163e8d-9a30-371f-566d-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-02-20 10:38:12.120370 | fa163e8d-9a30-371f-566d-0000000021d7 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-02-20 10:38:12.126548 | fa163e8d-9a30-371f-566d-0000000021d7 | TIMING | disable KSM services | standalone | 0:04:46.724221 | 0.13s 2026-02-20 10:38:12.152042 | fa163e8d-9a30-371f-566d-0000000021d8 | TASK | delete PageKSM after disable ksm on compute 2026-02-20 10:38:12.215701 | fa163e8d-9a30-371f-566d-0000000021d8 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-02-20 10:38:12.216789 | fa163e8d-9a30-371f-566d-0000000021d8 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:04:46.814464 | 0.06s 2026-02-20 10:38:12.241486 | fa163e8d-9a30-371f-566d-0000000021da | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-02-20 10:38:12.290560 | fa163e8d-9a30-371f-566d-0000000021da | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-02-20 10:38:12.291620 | fa163e8d-9a30-371f-566d-0000000021da | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:04:46.889294 | 0.05s 2026-02-20 10:38:12.322530 | fa163e8d-9a30-371f-566d-0000000021db | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-02-20 10:38:12.372427 | fa163e8d-9a30-371f-566d-0000000021db | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-02-20 10:38:12.373495 | fa163e8d-9a30-371f-566d-0000000021db | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:04:46.971168 | 0.05s 2026-02-20 10:38:12.400248 | fa163e8d-9a30-371f-566d-0000000021dc | TASK | enable ksmtunded 2026-02-20 10:38:12.458780 | fa163e8d-9a30-371f-566d-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-02-20 10:38:12.471517 | fa163e8d-9a30-371f-566d-0000000021dc | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-02-20 10:38:12.477489 | fa163e8d-9a30-371f-566d-0000000021dc | TIMING | enable ksmtunded | standalone | 0:04:47.075160 | 0.08s 2026-02-20 10:38:12.553427 | fa163e8d-9a30-371f-566d-0000000021de | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:38:12.554519 | fa163e8d-9a30-371f-566d-0000000021de | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:47.152196 | 0.05s 2026-02-20 10:38:12.579722 | fa163e8d-9a30-371f-566d-0000000021e0 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-20 10:38:12.651621 | fa163e8d-9a30-371f-566d-0000000021e0 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-20 10:38:12.652637 | fa163e8d-9a30-371f-566d-0000000021e0 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:47.250313 | 0.07s 2026-02-20 10:38:12.677089 | fa163e8d-9a30-371f-566d-0000000021e1 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-02-20 10:38:15.793646 | fa163e8d-9a30-371f-566d-0000000021e1 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-02-20 10:38:15.799807 | fa163e8d-9a30-371f-566d-0000000021e1 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:04:50.397480 | 3.12s 2026-02-20 10:38:15.835915 | fa163e8d-9a30-371f-566d-0000000021e3 | TASK | Fetch ovn-dbs-bundle 2026-02-20 10:38:15.909621 | fa163e8d-9a30-371f-566d-0000000021e3 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-02-20 10:38:15.910755 | fa163e8d-9a30-371f-566d-0000000021e3 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:04:50.508426 | 0.07s 2026-02-20 10:38:15.940544 | fa163e8d-9a30-371f-566d-0000000021e4 | TASK | Fetch ovn VIP 2026-02-20 10:38:15.989053 | fa163e8d-9a30-371f-566d-0000000021e4 | SKIPPED | Fetch ovn VIP | standalone 2026-02-20 10:38:15.990241 | fa163e8d-9a30-371f-566d-0000000021e4 | TIMING | Fetch ovn VIP | standalone | 0:04:50.587914 | 0.05s 2026-02-20 10:38:16.019870 | fa163e8d-9a30-371f-566d-0000000021e5 | TASK | Remove OVNDBs from pacemaker 2026-02-20 10:38:16.079045 | fa163e8d-9a30-371f-566d-0000000021e5 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-02-20 10:38:16.080221 | fa163e8d-9a30-371f-566d-0000000021e5 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:04:50.677895 | 0.06s 2026-02-20 10:38:16.102145 | fa163e8d-9a30-371f-566d-0000000021e6 | TASK | Remove OVNDBs VIP from pacemaker 2026-02-20 10:38:16.170617 | fa163e8d-9a30-371f-566d-0000000021e6 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-02-20 10:38:16.171692 | fa163e8d-9a30-371f-566d-0000000021e6 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:04:50.769367 | 0.07s 2026-02-20 10:38:16.200249 | fa163e8d-9a30-371f-566d-0000000021e7 | TASK | Clean up pacemaker remote nodes cache 2026-02-20 10:38:16.260843 | fa163e8d-9a30-371f-566d-0000000021e7 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-02-20 10:38:16.261912 | fa163e8d-9a30-371f-566d-0000000021e7 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:04:50.859586 | 0.06s 2026-02-20 10:38:16.290067 | fa163e8d-9a30-371f-566d-0000000021e8 | TASK | Remove pacemaker attributes 2026-02-20 10:38:16.365115 | fa163e8d-9a30-371f-566d-0000000021e8 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-02-20 10:38:16.377179 | fa163e8d-9a30-371f-566d-0000000021e8 | TIMING | Remove pacemaker attributes | standalone | 0:04:50.974851 | 0.09s 2026-02-20 10:38:16.456863 | fa163e8d-9a30-371f-566d-0000000021eb | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:38:16.458701 | fa163e8d-9a30-371f-566d-0000000021eb | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:51.056365 | 0.05s 2026-02-20 10:38:16.489971 | fa163e8d-9a30-371f-566d-0000000021ed | TASK | Configure OVN DBs and northd 2026-02-20 10:38:16.540299 | fa163e8d-9a30-371f-566d-0000000021ed | TIMING | Configure OVN DBs and northd | standalone | 0:04:51.137962 | 0.05s 2026-02-20 10:38:16.647487 | fa163e8d-9a30-371f-566d-000000002395 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-02-20 10:38:16.918229 | fa163e8d-9a30-371f-566d-000000002395 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-02-20 10:38:16.919809 | fa163e8d-9a30-371f-566d-000000002395 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:04:51.517478 | 0.27s 2026-02-20 10:38:16.950846 | fa163e8d-9a30-371f-566d-000000002396 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-20 10:38:16.999904 | fa163e8d-9a30-371f-566d-000000002396 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-20 10:38:17.000956 | fa163e8d-9a30-371f-566d-000000002396 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:04:51.598630 | 0.05s 2026-02-20 10:38:17.029914 | fa163e8d-9a30-371f-566d-000000002397 | TASK | check ovsdb-tool election-timer options 2026-02-20 10:38:17.313858 | fa163e8d-9a30-371f-566d-000000002397 | CHANGED | check ovsdb-tool election-timer options | standalone 2026-02-20 10:38:17.315079 | fa163e8d-9a30-371f-566d-000000002397 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:04:51.912755 | 0.28s 2026-02-20 10:38:17.344091 | fa163e8d-9a30-371f-566d-000000002398 | TASK | set has_ovsdb_tool_election_timer fact 2026-02-20 10:38:17.407756 | fa163e8d-9a30-371f-566d-000000002398 | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-02-20 10:38:17.408974 | fa163e8d-9a30-371f-566d-000000002398 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:04:52.006650 | 0.06s 2026-02-20 10:38:17.439216 | fa163e8d-9a30-371f-566d-000000002399 | TASK | render OVN cluster configuration 2026-02-20 10:38:17.996441 | fa163e8d-9a30-371f-566d-000000002399 | CHANGED | render OVN cluster configuration | standalone 2026-02-20 10:38:17.997286 | fa163e8d-9a30-371f-566d-000000002399 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:04:52.594966 | 0.56s 2026-02-20 10:38:18.026379 | fa163e8d-9a30-371f-566d-00000000239a | TASK | restart OVN northd and north and south databases 2026-02-20 10:38:18.084643 | fa163e8d-9a30-371f-566d-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.682301 | 0.06s 2026-02-20 10:38:18.111211 | fa163e8d-9a30-371f-566d-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.708885 | 0.08s 2026-02-20 10:38:18.124600 | fa163e8d-9a30-371f-566d-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.722276 | 0.10s 2026-02-20 10:38:18.136930 | fa163e8d-9a30-371f-566d-00000000239a | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:04:52.734609 | 0.11s 2026-02-20 10:38:18.162464 | ebec88ce-c993-4aaa-8359-226732e22e8b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-20 10:38:18.170734 | cd4aa418-23e8-420c-ab7a-a22ad73947a7 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-20 10:38:18.179669 | 378833f0-e7e1-4e52-9a74-be06d1029066 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-20 10:38:18.211541 | fa163e8d-9a30-371f-566d-0000000023c9 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-02-20 10:38:18.474148 | fa163e8d-9a30-371f-566d-0000000023c9 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-02-20 10:38:18.476472 | fa163e8d-9a30-371f-566d-0000000023c9 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:04:53.074144 | 0.26s 2026-02-20 10:38:18.509192 | fa163e8d-9a30-371f-566d-0000000023ca | TASK | restart tripleo_cluster_north_db_server systemd service 2026-02-20 10:38:18.562081 | fa163e8d-9a30-371f-566d-0000000023ca | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-02-20 10:38:18.564082 | fa163e8d-9a30-371f-566d-0000000023ca | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:04:53.161753 | 0.05s 2026-02-20 10:38:18.596521 | fa163e8d-9a30-371f-566d-0000000023ce | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-02-20 10:38:18.849835 | fa163e8d-9a30-371f-566d-0000000023ce | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-02-20 10:38:18.851175 | fa163e8d-9a30-371f-566d-0000000023ce | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:04:53.448847 | 0.25s 2026-02-20 10:38:18.882735 | fa163e8d-9a30-371f-566d-0000000023cf | TASK | restart tripleo_cluster_south_db_server systemd service 2026-02-20 10:38:18.933771 | fa163e8d-9a30-371f-566d-0000000023cf | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-02-20 10:38:18.934826 | fa163e8d-9a30-371f-566d-0000000023cf | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:04:53.532498 | 0.05s 2026-02-20 10:38:18.966441 | fa163e8d-9a30-371f-566d-0000000023d3 | TASK | check if tripleo_cluster_northd systemd service is active 2026-02-20 10:38:19.219706 | fa163e8d-9a30-371f-566d-0000000023d3 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-02-20 10:38:19.220955 | fa163e8d-9a30-371f-566d-0000000023d3 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:04:53.818630 | 0.25s 2026-02-20 10:38:19.252336 | fa163e8d-9a30-371f-566d-0000000023d4 | TASK | restart tripleo_cluster_northd systemd service 2026-02-20 10:38:19.303921 | fa163e8d-9a30-371f-566d-0000000023d4 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-02-20 10:38:19.304952 | fa163e8d-9a30-371f-566d-0000000023d4 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:04:53.902626 | 0.05s 2026-02-20 10:38:19.412755 | fa163e8d-9a30-371f-566d-0000000021ef | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:38:19.413889 | fa163e8d-9a30-371f-566d-0000000021ef | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.011563 | 0.05s 2026-02-20 10:38:19.494213 | fa163e8d-9a30-371f-566d-0000000021f1 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:38:19.495299 | fa163e8d-9a30-371f-566d-0000000021f1 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.092974 | 0.05s 2026-02-20 10:38:19.524127 | fa163e8d-9a30-371f-566d-0000000021f8 | TASK | Fail if container image is undefined 2026-02-20 10:38:19.586734 | fa163e8d-9a30-371f-566d-0000000021f8 | SKIPPED | Fail if container image is undefined | standalone 2026-02-20 10:38:19.587786 | fa163e8d-9a30-371f-566d-0000000021f8 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:54.185459 | 0.06s 2026-02-20 10:38:19.632367 | fa163e8d-9a30-371f-566d-0000000021f9 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-20 10:38:26.247113 | fa163e8d-9a30-371f-566d-0000000021f9 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-20 10:38:26.249662 | fa163e8d-9a30-371f-566d-0000000021f9 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:00.847319 | 6.62s 2026-02-20 10:38:26.308654 | fa163e8d-9a30-371f-566d-0000000021fa | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-20 10:38:26.654374 | fa163e8d-9a30-371f-566d-0000000021fa | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-20 10:38:26.655821 | fa163e8d-9a30-371f-566d-0000000021fa | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:05:01.253495 | 0.35s 2026-02-20 10:38:26.711448 | fa163e8d-9a30-371f-566d-000000002205 | TASK | Pre-fetch all the containers 2026-02-20 10:38:31.102257 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-02-20 10:38:31.106659 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:05.704331 | 4.39s 2026-02-20 10:38:35.864125 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-02-20 10:38:35.866985 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:10.464660 | 9.15s 2026-02-20 10:38:38.639543 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-02-20 10:38:38.642155 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:13.239832 | 11.93s 2026-02-20 10:38:41.577810 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-02-20 10:38:41.580427 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:16.178100 | 14.87s 2026-02-20 10:38:43.193817 | fa163e8d-9a30-371f-566d-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-02-20 10:38:43.197196 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:17.794873 | 16.48s 2026-02-20 10:38:44.755213 | fa163e8d-9a30-371f-566d-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-02-20 10:38:44.758524 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:19.356200 | 18.05s 2026-02-20 10:38:48.867549 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-02-20 10:38:48.869467 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:23.467149 | 22.16s 2026-02-20 10:38:52.833250 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-api:17.1 2026-02-20 10:38:52.836364 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:27.434040 | 26.12s 2026-02-20 10:38:56.618043 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-02-20 10:38:56.621119 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:31.218789 | 29.91s 2026-02-20 10:38:59.363593 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-02-20 10:38:59.366457 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:33.964133 | 32.65s 2026-02-20 10:39:07.082688 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-02-20 10:39:07.086480 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:41.684156 | 40.37s 2026-02-20 10:39:10.128206 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-02-20 10:39:10.132186 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:05:44.729861 | 43.42s 2026-02-20 10:39:27.791392 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-02-20 10:39:27.794331 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:02.391992 | 61.08s 2026-02-20 10:39:37.864219 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-02-20 10:39:37.867592 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:12.465266 | 71.15s 2026-02-20 10:39:46.611858 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-02-20 10:39:46.616262 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:21.213931 | 79.90s 2026-02-20 10:39:56.815135 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-02-20 10:39:56.819792 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:31.417463 | 90.11s 2026-02-20 10:40:04.245755 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-02-20 10:40:04.249885 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:38.847559 | 97.54s 2026-02-20 10:40:09.156791 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-02-20 10:40:09.160496 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:43.758169 | 102.45s 2026-02-20 10:40:12.238835 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-02-20 10:40:12.242928 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:46.840605 | 105.53s 2026-02-20 10:40:15.650805 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-02-20 10:40:15.655824 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:50.253492 | 108.94s 2026-02-20 10:40:21.026082 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-02-20 10:40:21.029354 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:06:55.627026 | 114.32s 2026-02-20 10:40:35.154893 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-02-20 10:40:35.159218 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:09.756890 | 128.45s 2026-02-20 10:40:38.765696 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-02-20 10:40:38.770118 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:13.367790 | 132.06s 2026-02-20 10:40:48.204369 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-02-20 10:40:48.207383 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:22.805057 | 141.49s 2026-02-20 10:40:51.941779 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-02-20 10:40:51.944826 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:26.542499 | 145.23s 2026-02-20 10:40:55.513960 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-02-20 10:40:55.516959 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:30.114635 | 148.80s 2026-02-20 10:40:58.982012 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-02-20 10:40:58.986179 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:33.583853 | 152.27s 2026-02-20 10:41:02.234542 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-02-20 10:41:02.238657 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:36.836331 | 155.53s 2026-02-20 10:41:07.313380 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-keystone-listener:17.1 2026-02-20 10:41:07.316494 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:41.914167 | 160.60s 2026-02-20 10:41:10.725673 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-barbican-worker:17.1 2026-02-20 10:41:10.730296 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:45.327971 | 164.02s 2026-02-20 10:41:14.923259 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-02-20 10:41:14.927463 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:49.525134 | 168.21s 2026-02-20 10:41:16.703446 | fa163e8d-9a30-371f-566d-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-02-20 10:41:16.706456 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:51.304131 | 169.99s 2026-02-20 10:41:18.605102 | fa163e8d-9a30-371f-566d-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-02-20 10:41:18.608864 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:53.206538 | 171.90s 2026-02-20 10:41:22.135362 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-02-20 10:41:22.139769 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:56.737436 | 175.43s 2026-02-20 10:41:24.302162 | fa163e8d-9a30-371f-566d-000000002205 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-02-20 10:41:24.306036 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:07:58.903708 | 177.59s 2026-02-20 10:41:28.539152 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-02-20 10:41:28.542463 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:03.140136 | 181.83s 2026-02-20 10:41:31.181646 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-02-20 10:41:31.184499 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:05.782172 | 184.47s 2026-02-20 10:41:34.265486 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-02-20 10:41:34.268412 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:08.866086 | 187.56s 2026-02-20 10:41:36.886232 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-02-20 10:41:36.889981 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:11.487657 | 190.18s 2026-02-20 10:41:39.968142 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-02-20 10:41:39.971023 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:14.568698 | 193.26s 2026-02-20 10:41:43.197596 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-02-20 10:41:43.200553 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:17.798226 | 196.49s 2026-02-20 10:41:46.447753 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-02-20 10:41:46.450654 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:21.048329 | 199.74s 2026-02-20 10:41:49.216445 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-02-20 10:41:49.218980 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:23.816656 | 202.51s 2026-02-20 10:41:52.132246 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-02-20 10:41:52.135229 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:26.732903 | 205.42s 2026-02-20 10:41:54.971080 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-02-20 10:41:54.975510 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:29.573183 | 208.26s 2026-02-20 10:41:57.482410 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-02-20 10:41:57.485880 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.083554 | 210.77s 2026-02-20 10:41:59.736095 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-02-20 10:41:59.738883 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:34.336556 | 213.03s 2026-02-20 10:42:02.370723 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-02-20 10:42:02.374660 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.972333 | 215.66s 2026-02-20 10:42:05.725969 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-02-20 10:42:05.730213 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.327887 | 219.02s 2026-02-20 10:42:10.563349 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-02-20 10:42:10.566859 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.164533 | 223.85s 2026-02-20 10:42:13.375547 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-02-20 10:42:13.378604 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.976276 | 226.67s 2026-02-20 10:42:16.058996 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-02-20 10:42:16.061904 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.659578 | 229.35s 2026-02-20 10:42:18.802634 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-02-20 10:42:18.806388 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.404059 | 232.09s 2026-02-20 10:42:21.588744 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-02-20 10:42:21.591929 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.189602 | 234.88s 2026-02-20 10:42:24.432173 | fa163e8d-9a30-371f-566d-000000002205 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-02-20 10:42:24.435823 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.033495 | 237.72s 2026-02-20 10:42:24.789643 | fa163e8d-9a30-371f-566d-000000002205 | TIMING | Pre-fetch all the containers | standalone | 0:08:59.387302 | 238.08s 2026-02-20 10:42:25.159965 | fa163e8d-9a30-371f-566d-000000002208 | SKIPPED | include_role : linux-system-roles.certificate | standalone 2026-02-20 10:42:25.160991 | fa163e8d-9a30-371f-566d-000000002208 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:59.758669 | 0.06s 2026-02-20 10:42:25.183952 | fa163e8d-9a30-371f-566d-00000000220f | TASK | Fail if container image is undefined 2026-02-20 10:42:25.264392 | fa163e8d-9a30-371f-566d-00000000220f | SKIPPED | Fail if container image is undefined | standalone 2026-02-20 10:42:25.265626 | fa163e8d-9a30-371f-566d-00000000220f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:59.863296 | 0.08s 2026-02-20 10:42:25.314908 | fa163e8d-9a30-371f-566d-000000002210 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-20 10:42:30.427375 | fa163e8d-9a30-371f-566d-000000002210 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-20 10:42:30.428727 | fa163e8d-9a30-371f-566d-000000002210 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:05.026399 | 5.11s 2026-02-20 10:42:30.486256 | fa163e8d-9a30-371f-566d-000000002211 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-20 10:42:30.844285 | fa163e8d-9a30-371f-566d-000000002211 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-20 10:42:30.845671 | fa163e8d-9a30-371f-566d-000000002211 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:09:05.443346 | 0.36s 2026-02-20 10:42:30.900627 | fa163e8d-9a30-371f-566d-00000000221c | TASK | Check if rsyslog exists 2026-02-20 10:42:31.158863 | fa163e8d-9a30-371f-566d-00000000221c | CHANGED | Check if rsyslog exists | standalone 2026-02-20 10:42:31.160196 | fa163e8d-9a30-371f-566d-00000000221c | TIMING | Check if rsyslog exists | standalone | 0:09:05.757869 | 0.26s 2026-02-20 10:42:31.189964 | fa163e8d-9a30-371f-566d-00000000221d | TASK | Forward logging to swift.log file 2026-02-20 10:42:31.707288 | fa163e8d-9a30-371f-566d-00000000221d | CHANGED | Forward logging to swift.log file | standalone 2026-02-20 10:42:31.708601 | fa163e8d-9a30-371f-566d-00000000221d | TIMING | Forward logging to swift.log file | standalone | 0:09:06.306275 | 0.52s 2026-02-20 10:42:31.737436 | fa163e8d-9a30-371f-566d-00000000221e | TASK | Restart rsyslogd service after logging conf change 2026-02-20 10:42:33.529006 | fa163e8d-9a30-371f-566d-00000000221e | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-02-20 10:42:33.530890 | fa163e8d-9a30-371f-566d-00000000221e | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:09:08.128561 | 1.79s 2026-02-20 10:42:33.561013 | fa163e8d-9a30-371f-566d-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-20 10:42:33.786010 | fa163e8d-9a30-371f-566d-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-20 10:42:33.787420 | fa163e8d-9a30-371f-566d-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:09:08.385093 | 0.22s 2026-02-20 10:42:33.900029 | fa163e8d-9a30-371f-566d-0000000000c3 | TIMING | include_tasks | standalone | 0:09:08.497695 | 0.08s 2026-02-20 10:42:33.941189 | 650acd68-ba9a-4b75-93a8-68706e6bcf3a | INCLUDED | /root/standalone-ansible-kczqeche/common_deploy_steps_tasks.yaml | standalone 2026-02-20 10:42:33.967296 | fa163e8d-9a30-371f-566d-0000000024a0 | TASK | Write the config_step hieradata 2026-02-20 10:42:34.465414 | fa163e8d-9a30-371f-566d-0000000024a0 | OK | Write the config_step hieradata | standalone 2026-02-20 10:42:34.466617 | fa163e8d-9a30-371f-566d-0000000024a0 | TIMING | Write the config_step hieradata | standalone | 0:09:09.064288 | 0.50s 2026-02-20 10:42:34.497899 | fa163e8d-9a30-371f-566d-0000000024a1 | TASK | Run puppet host configuration for step 1 2026-02-20 10:42:34.812282 | fa163e8d-9a30-371f-566d-0000000024a1 | CHANGED | Run puppet host configuration for step 1 | standalone 2026-02-20 10:42:34.813477 | fa163e8d-9a30-371f-566d-0000000024a1 | TIMING | Run puppet host configuration for step 1 | standalone | 0:09:09.411150 | 0.31s 2026-02-20 10:42:34.842749 | fa163e8d-9a30-371f-566d-0000000024a2 | TASK | Wait for puppet host configuration to finish 2026-02-20 10:42:35.100201 | fa163e8d-9a30-371f-566d-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-20 10:42:45.316849 | fa163e8d-9a30-371f-566d-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-20 10:42:55.597954 | fa163e8d-9a30-371f-566d-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-20 10:43:05.777638 | fa163e8d-9a30-371f-566d-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-02-20 10:43:15.999980 | fa163e8d-9a30-371f-566d-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-02-20 10:43:26.217867 | fa163e8d-9a30-371f-566d-0000000024a2 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-02-20 10:43:36.442702 | fa163e8d-9a30-371f-566d-0000000024a2 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-20 10:43:36.444051 | fa163e8d-9a30-371f-566d-0000000024a2 | TIMING | Wait for puppet host configuration to finish | standalone | 0:10:11.041727 | 61.60s 2026-02-20 10:43:36.475613 | fa163e8d-9a30-371f-566d-0000000024a3 | TASK | Debug output for task: Run puppet host configuration for step 1 2026-02-20 10:43:36.559081 | fa163e8d-9a30-371f-566d-0000000024a3 | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 20 10:42:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 20 10:42:38 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 20 10:42:38 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 20 10:42:38 puppet-user: (file & line not available)", "<13>Feb 20 10:42:38 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 20 10:42:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 20 10:42:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 20 10:42:39 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.38 seconds", "<13>Feb 20 10:42:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Feb 20 10:42:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Feb 20 10:42:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Feb 20 10:42:48 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Feb 20 10:42:56 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Feb 20 10:42:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Feb 20 10:42:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Feb 20 10:42:56 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Feb 20 10:42:59 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 20 10:43:00 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Feb 20 10:43:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Feb 20 10:43:05 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 20 10:43:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 20 10:43:07 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Feb 20 10:43:08 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Feb 20 10:43:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Feb 20 10:43:32 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 20 10:43:34 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Feb 20 10:43:34 puppet-user: Notice: Applied catalog in 55.50 seconds", "<13>Feb 20 10:43:34 puppet-user: Application:", "<13>Feb 20 10:43:34 puppet-user: Initial environment: production", "<13>Feb 20 10:43:34 puppet-user: Converged environment: production", "<13>Feb 20 10:43:34 puppet-user: Run mode: user", "<13>Feb 20 10:43:34 puppet-user: Changes:", "<13>Feb 20 10:43:34 puppet-user: Total: 17", "<13>Feb 20 10:43:34 puppet-user: Events:", "<13>Feb 20 10:43:34 puppet-user: Success: 17", "<13>Feb 20 10:43:34 puppet-user: Resources:", "<13>Feb 20 10:43:34 puppet-user: Restarted: 1", "<13>Feb 20 10:43:34 puppet-user: Changed: 16", "<13>Feb 20 10:43:34 puppet-user: Out of sync: 16", "<13>Feb 20 10:43:34 puppet-user: Total: 26", "<13>Feb 20 10:43:34 puppet-user: Time:", "<13>Feb 20 10:43:34 puppet-user: Schedule: 0.00", "<13>Feb 20 10:43:34 puppet-user: File line: 0.00", "<13>Feb 20 10:43:34 puppet-user: File: 0.00", "<13>Feb 20 10:43:34 puppet-user: Augeas: 0.02", "<13>Feb 20 10:43:34 puppet-user: User: 0.18", "<13>Feb 20 10:43:34 puppet-user: Config retrieval: 0.42", "<13>Feb 20 10:43:34 puppet-user: Package: 17.09", "<13>Feb 20 10:43:34 puppet-user: Last run: 1771584214", "<13>Feb 20 10:43:34 puppet-user: Exec: 29.06", "<13>Feb 20 10:43:34 puppet-user: Pcmk property: 3.39", "<13>Feb 20 10:43:34 puppet-user: Service: 4.52", "<13>Feb 20 10:43:34 puppet-user: Transaction evaluation: 55.49", "<13>Feb 20 10:43:34 puppet-user: Catalog application: 55.50", "<13>Feb 20 10:43:34 puppet-user: Filebucket: 0.00", "<13>Feb 20 10:43:34 puppet-user: Total: 55.50", "<13>Feb 20 10:43:34 puppet-user: Version:", "<13>Feb 20 10:43:34 puppet-user: Config: 1771584158", "<13>Feb 20 10:43:34 puppet-user: Puppet: 7.10.0" ] } 2026-02-20 10:43:36.561057 | fa163e8d-9a30-371f-566d-0000000024a3 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:10:11.158732 | 0.08s 2026-02-20 10:43:36.592068 | fa163e8d-9a30-371f-566d-0000000024a4 | TASK | Pre-cache facts for puppet containers 2026-02-20 10:43:36.621533 | fa163e8d-9a30-371f-566d-0000000024a4 | TIMING | Pre-cache facts for puppet containers | standalone | 0:10:11.219202 | 0.03s 2026-02-20 10:43:36.694626 | fa163e8d-9a30-371f-566d-0000000024eb | TASK | Gather variables for each operating system 2026-02-20 10:43:36.808679 | fa163e8d-9a30-371f-566d-0000000024eb | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:10:11.406335 | 0.11s 2026-02-20 10:43:36.838938 | fa163e8d-9a30-371f-566d-0000000024ec | TASK | Create puppet caching structures 2026-02-20 10:43:37.080831 | fa163e8d-9a30-371f-566d-0000000024ec | CHANGED | Create puppet caching structures | standalone 2026-02-20 10:43:37.082368 | fa163e8d-9a30-371f-566d-0000000024ec | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:10:11.680041 | 0.24s 2026-02-20 10:43:37.112238 | fa163e8d-9a30-371f-566d-0000000024ed | TASK | Check for facter.conf 2026-02-20 10:43:37.335113 | fa163e8d-9a30-371f-566d-0000000024ed | OK | Check for facter.conf | standalone 2026-02-20 10:43:37.336480 | fa163e8d-9a30-371f-566d-0000000024ed | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:10:11.934153 | 0.22s 2026-02-20 10:43:37.366074 | fa163e8d-9a30-371f-566d-0000000024ee | TASK | Remove facter.conf if directory 2026-02-20 10:43:37.410617 | fa163e8d-9a30-371f-566d-0000000024ee | SKIPPED | Remove facter.conf if directory | standalone 2026-02-20 10:43:37.411714 | fa163e8d-9a30-371f-566d-0000000024ee | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:10:12.009387 | 0.04s 2026-02-20 10:43:37.441107 | fa163e8d-9a30-371f-566d-0000000024ef | TASK | Write facter cache config 2026-02-20 10:43:37.929949 | fa163e8d-9a30-371f-566d-0000000024ef | CHANGED | Write facter cache config | standalone 2026-02-20 10:43:37.931432 | fa163e8d-9a30-371f-566d-0000000024ef | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:10:12.529103 | 0.49s 2026-02-20 10:43:37.960577 | fa163e8d-9a30-371f-566d-0000000024f0 | TASK | Cleanup facter cache if exists 2026-02-20 10:43:38.187437 | fa163e8d-9a30-371f-566d-0000000024f0 | OK | Cleanup facter cache if exists | standalone 2026-02-20 10:43:38.188763 | fa163e8d-9a30-371f-566d-0000000024f0 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:10:12.786439 | 0.23s 2026-02-20 10:43:38.218511 | fa163e8d-9a30-371f-566d-0000000024f1 | TASK | Pre-cache facts 2026-02-20 10:43:38.966210 | fa163e8d-9a30-371f-566d-0000000024f1 | CHANGED | Pre-cache facts | standalone 2026-02-20 10:43:38.973946 | fa163e8d-9a30-371f-566d-0000000024f1 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:10:13.571591 | 0.75s 2026-02-20 10:43:39.005697 | fa163e8d-9a30-371f-566d-0000000024f2 | TASK | Failed deployment if facter fails 2026-02-20 10:43:39.038940 | fa163e8d-9a30-371f-566d-0000000024f2 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-20 10:43:39.040021 | fa163e8d-9a30-371f-566d-0000000024f2 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:10:13.637694 | 0.03s 2026-02-20 10:43:39.093576 | fa163e8d-9a30-371f-566d-0000000024f3 | TASK | Sync cached facts 2026-02-20 10:43:39.571785 | fa163e8d-9a30-371f-566d-0000000024f3 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-0000000024f3') missing from stats 2026-02-20 10:43:39.631265 | fa163e8d-9a30-371f-566d-0000000024a5 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-20 10:43:39.683065 | fa163e8d-9a30-371f-566d-0000000024a5 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:10:14.280734 | 0.05s 2026-02-20 10:43:39.714924 | 2e696ec5-94d4-4f97-b71d-994c12533e94 | INCLUDED | /root/standalone-ansible-kczqeche/generate-config-tasks.yaml | standalone 2026-02-20 10:43:39.768247 | fa163e8d-9a30-371f-566d-00000000253d | TASK | Create base directory puppet configs 2026-02-20 10:43:40.010553 | fa163e8d-9a30-371f-566d-00000000253d | CHANGED | Create base directory puppet configs | standalone 2026-02-20 10:43:40.012595 | fa163e8d-9a30-371f-566d-00000000253d | TIMING | Create base directory puppet configs | standalone | 0:10:14.610263 | 0.24s 2026-02-20 10:43:40.035056 | fa163e8d-9a30-371f-566d-00000000253e | TASK | Generate container puppet configs for step 1 2026-02-20 10:43:40.308814 | fa163e8d-9a30-371f-566d-00000000253e | CHANGED | Generate container puppet configs for step 1 | standalone 2026-02-20 10:43:40.310243 | fa163e8d-9a30-371f-566d-00000000253e | TIMING | Generate container puppet configs for step 1 | standalone | 0:10:14.907915 | 0.27s 2026-02-20 10:43:40.341119 | fa163e8d-9a30-371f-566d-00000000253f | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-02-20 10:43:40.371537 | fa163e8d-9a30-371f-566d-00000000253f | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:10:14.969200 | 0.03s 2026-02-20 10:43:40.445367 | fa163e8d-9a30-371f-566d-0000000025c9 | TASK | Gather variables for each operating system 2026-02-20 10:43:40.567988 | fa163e8d-9a30-371f-566d-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:15.165647 | 0.12s 2026-02-20 10:43:40.598662 | fa163e8d-9a30-371f-566d-0000000025ca | TASK | Create container logs path 2026-02-20 10:43:40.842646 | fa163e8d-9a30-371f-566d-0000000025ca | OK | Create container logs path | standalone 2026-02-20 10:43:40.844018 | fa163e8d-9a30-371f-566d-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:15.441691 | 0.24s 2026-02-20 10:43:40.876572 | fa163e8d-9a30-371f-566d-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:43:41.257297 | fa163e8d-9a30-371f-566d-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-20 10:43:41.258627 | fa163e8d-9a30-371f-566d-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:15.856301 | 0.38s 2026-02-20 10:43:41.291602 | fa163e8d-9a30-371f-566d-0000000025cd | TASK | Finalise hashes for all containers 2026-02-20 10:43:41.366820 | fa163e8d-9a30-371f-566d-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-02-20 10:43:41.367909 | fa163e8d-9a30-371f-566d-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:15.965584 | 0.07s 2026-02-20 10:43:41.397214 | fa163e8d-9a30-371f-566d-0000000025cf | TASK | Manage systemd shutdown files 2026-02-20 10:43:41.430039 | fa163e8d-9a30-371f-566d-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:43:41.431165 | fa163e8d-9a30-371f-566d-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:16.028837 | 0.03s 2026-02-20 10:43:41.460963 | fa163e8d-9a30-371f-566d-0000000025d1 | TASK | Update container configs with new config hashes 2026-02-20 10:43:41.516444 | fa163e8d-9a30-371f-566d-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:43:41.517546 | fa163e8d-9a30-371f-566d-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:16.115219 | 0.06s 2026-02-20 10:43:41.549269 | fa163e8d-9a30-371f-566d-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:43:41.610418 | fa163e8d-9a30-371f-566d-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:16.208081 | 0.06s 2026-02-20 10:43:41.636448 | 3c9250fe-112d-48c6-968c-a27099297220 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:43:41.673094 | fa163e8d-9a30-371f-566d-000000002616 | TASK | Gather podman infos 2026-02-20 10:43:42.269799 | fa163e8d-9a30-371f-566d-000000002616 | OK | Gather podman infos | standalone 2026-02-20 10:43:42.271147 | fa163e8d-9a30-371f-566d-000000002616 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:16.868819 | 0.60s 2026-02-20 10:43:42.310596 | fa163e8d-9a30-371f-566d-000000002617 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:43:42.373825 | fa163e8d-9a30-371f-566d-000000002617 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-20 10:43:42.375047 | fa163e8d-9a30-371f-566d-000000002617 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:16.972720 | 0.06s 2026-02-20 10:43:42.407135 | fa163e8d-9a30-371f-566d-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:43:42.461781 | fa163e8d-9a30-371f-566d-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:17.059444 | 0.05s 2026-02-20 10:43:42.486374 | 63bf4bc5-740a-4fc1-9951-2f9e2b47d25d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:43:42.523355 | fa163e8d-9a30-371f-566d-000000002640 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:44:14.759364 | fa163e8d-9a30-371f-566d-000000002640 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-20 10:44:14.761082 | fa163e8d-9a30-371f-566d-000000002640 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:49.358753 | 32.24s 2026-02-20 10:44:14.834125 | fa163e8d-9a30-371f-566d-000000002641 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:44:14.916059 | fa163e8d-9a30-371f-566d-000000002641 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-20 10:44:14.917233 | fa163e8d-9a30-371f-566d-000000002641 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:10:49.514907 | 0.08s 2026-02-20 10:44:14.973158 | fa163e8d-9a30-371f-566d-000000002541 | TASK | Diff puppet-generated changes for check mode 2026-02-20 10:44:15.004761 | fa163e8d-9a30-371f-566d-000000002541 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-20 10:44:15.006011 | fa163e8d-9a30-371f-566d-000000002541 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:49.603683 | 0.03s 2026-02-20 10:44:15.037435 | fa163e8d-9a30-371f-566d-000000002542 | TASK | Diff puppet-generated changes for check mode 2026-02-20 10:44:15.076202 | fa163e8d-9a30-371f-566d-000000002542 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-20 10:44:15.077560 | fa163e8d-9a30-371f-566d-000000002542 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:10:49.675232 | 0.04s 2026-02-20 10:44:15.108489 | fa163e8d-9a30-371f-566d-0000000024a7 | TASK | Manage containers for step 1 with tripleo-ansible 2026-02-20 10:44:15.136532 | fa163e8d-9a30-371f-566d-0000000024a7 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:10:49.734198 | 0.03s 2026-02-20 10:44:15.203161 | fa163e8d-9a30-371f-566d-000000002696 | TASK | Gather variables for each operating system 2026-02-20 10:44:15.324419 | fa163e8d-9a30-371f-566d-000000002696 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:10:49.922084 | 0.12s 2026-02-20 10:44:15.354279 | fa163e8d-9a30-371f-566d-000000002697 | TASK | Create container logs path 2026-02-20 10:44:15.617291 | fa163e8d-9a30-371f-566d-000000002697 | OK | Create container logs path | standalone 2026-02-20 10:44:15.618706 | fa163e8d-9a30-371f-566d-000000002697 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:10:50.216381 | 0.26s 2026-02-20 10:44:15.650998 | fa163e8d-9a30-371f-566d-000000002699 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-02-20 10:44:15.919181 | fa163e8d-9a30-371f-566d-000000002699 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-20 10:44:15.920843 | fa163e8d-9a30-371f-566d-000000002699 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:50.518512 | 0.27s 2026-02-20 10:44:15.950776 | fa163e8d-9a30-371f-566d-00000000269a | TASK | Finalise hashes for all containers 2026-02-20 10:44:16.013735 | fa163e8d-9a30-371f-566d-00000000269a | OK | Finalise hashes for all containers | standalone 2026-02-20 10:44:16.014943 | fa163e8d-9a30-371f-566d-00000000269a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:10:50.612616 | 0.06s 2026-02-20 10:44:16.044614 | fa163e8d-9a30-371f-566d-00000000269c | TASK | Manage systemd shutdown files 2026-02-20 10:44:16.079446 | fa163e8d-9a30-371f-566d-00000000269c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:10:50.677106 | 0.03s 2026-02-20 10:44:16.115350 | 570422b2-0e71-4bb0-af02-3f12b52c07ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-20 10:44:16.142855 | fa163e8d-9a30-371f-566d-0000000026cf | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-20 10:44:16.393660 | fa163e8d-9a30-371f-566d-0000000026cf | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-20 10:44:16.395061 | fa163e8d-9a30-371f-566d-0000000026cf | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:10:50.992735 | 0.25s 2026-02-20 10:44:16.425451 | fa163e8d-9a30-371f-566d-0000000026d0 | TASK | Set podman_drop_in fact 2026-02-20 10:44:16.474765 | fa163e8d-9a30-371f-566d-0000000026d0 | OK | Set podman_drop_in fact | standalone 2026-02-20 10:44:16.475885 | fa163e8d-9a30-371f-566d-0000000026d0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:10:51.073560 | 0.05s 2026-02-20 10:44:16.506137 | fa163e8d-9a30-371f-566d-0000000026d2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-20 10:44:17.050937 | fa163e8d-9a30-371f-566d-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-20 10:44:17.052684 | fa163e8d-9a30-371f-566d-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:51.650355 | 0.55s 2026-02-20 10:44:17.465070 | fa163e8d-9a30-371f-566d-0000000026d2 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-20 10:44:17.466681 | fa163e8d-9a30-371f-566d-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:52.064359 | 0.96s 2026-02-20 10:44:17.477413 | fa163e8d-9a30-371f-566d-0000000026d2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:10:52.075081 | 0.97s 2026-02-20 10:44:17.511153 | fa163e8d-9a30-371f-566d-0000000026d3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-20 10:44:17.933642 | fa163e8d-9a30-371f-566d-0000000026d3 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-20 10:44:17.935104 | fa163e8d-9a30-371f-566d-0000000026d3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:10:52.532778 | 0.42s 2026-02-20 10:44:17.966698 | fa163e8d-9a30-371f-566d-0000000026d4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-20 10:44:18.441303 | fa163e8d-9a30-371f-566d-0000000026d4 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-20 10:44:18.442678 | fa163e8d-9a30-371f-566d-0000000026d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:10:53.040352 | 0.47s 2026-02-20 10:44:18.472450 | fa163e8d-9a30-371f-566d-0000000026d5 | TASK | Enable and start tripleo-container-shutdown 2026-02-20 10:44:19.428449 | fa163e8d-9a30-371f-566d-0000000026d5 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-02-20 10:44:19.430628 | fa163e8d-9a30-371f-566d-0000000026d5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:10:54.028300 | 0.96s 2026-02-20 10:44:19.461774 | fa163e8d-9a30-371f-566d-0000000026d6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-20 10:44:19.971852 | fa163e8d-9a30-371f-566d-0000000026d6 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-20 10:44:19.973282 | fa163e8d-9a30-371f-566d-0000000026d6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:10:54.570953 | 0.51s 2026-02-20 10:44:20.002792 | fa163e8d-9a30-371f-566d-0000000026d7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-20 10:44:20.510846 | fa163e8d-9a30-371f-566d-0000000026d7 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-20 10:44:20.512335 | fa163e8d-9a30-371f-566d-0000000026d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:10:55.109980 | 0.51s 2026-02-20 10:44:20.542779 | fa163e8d-9a30-371f-566d-0000000026d8 | TASK | Enable and start netns-placeholder 2026-02-20 10:44:21.445960 | fa163e8d-9a30-371f-566d-0000000026d8 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-20 10:44:21.447905 | fa163e8d-9a30-371f-566d-0000000026d8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:10:56.045577 | 0.90s 2026-02-20 10:44:21.479244 | fa163e8d-9a30-371f-566d-00000000269e | TASK | Update container configs with new config hashes 2026-02-20 10:44:21.535753 | fa163e8d-9a30-371f-566d-00000000269e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:10:56.133411 | 0.05s 2026-02-20 10:44:21.559525 | 8bf13706-4e34-41eb-88f0-ff79bb4fbdfa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-20 10:44:21.595437 | fa163e8d-9a30-371f-566d-000000002700 | TASK | Update config hashes for container startup configs 2026-02-20 10:44:21.925210 | | WARNING | Config change detected for memcached, new hash: fe36aaf6c21495a0eb63602becb8c29a 2026-02-20 10:44:21.926586 | | WARNING | Config change detected for mysql_bootstrap, new hash: 394e7ef8a8bd4484091cbbe8c66c1ef0 2026-02-20 10:44:21.927119 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: edc5f3eeb9d20f40c31209ad634cce0f 2026-02-20 10:44:21.927709 | | WARNING | Config change detected for clustercheck, new hash: b7bd7147b2bdd0ac860fc8cf1c476e9b 2026-02-20 10:44:21.928372 | | WARNING | Config change detected for horizon_fix_perms, new hash: 7406f7b2f892bfdfbb1c644d639c0353 2026-02-20 10:44:21.928966 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 394e7ef8a8bd4484091cbbe8c66c1ef0 2026-02-20 10:44:21.929558 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.930109 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.930742 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.931254 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.931838 | | WARNING | Config change detected for aodh_db_sync, new hash: daa13a5f6f6bc5b0b81aec93ab5a2c3d 2026-02-20 10:44:21.932407 | | WARNING | Config change detected for barbican_api, new hash: a570cd32049ef2b9089f506f740ffaf9 2026-02-20 10:44:21.932942 | | WARNING | Config change detected for barbican_api_db_sync, new hash: a570cd32049ef2b9089f506f740ffaf9 2026-02-20 10:44:21.933473 | | WARNING | Config change detected for barbican_api_secret_store_sync, new hash: a570cd32049ef2b9089f506f740ffaf9 2026-02-20 10:44:21.933950 | | WARNING | Config change detected for barbican_keystone_listener, new hash: a570cd32049ef2b9089f506f740ffaf9 2026-02-20 10:44:21.934588 | | WARNING | Config change detected for barbican_worker, new hash: a570cd32049ef2b9089f506f740ffaf9 2026-02-20 10:44:21.935073 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 775b0e560495f3103fd85cc024c9fd19 2026-02-20 10:44:21.935592 | | WARNING | Config change detected for glance_api_db_sync, new hash: fe68ee52c1f36677c95a58f949096f16-d41233cc369602b3115beda6ee8b8d67 2026-02-20 10:44:21.936105 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 0f3322582c84ee253207957a311486dc 2026-02-20 10:44:21.936629 | | WARNING | Config change detected for horizon, new hash: 7406f7b2f892bfdfbb1c644d639c0353 2026-02-20 10:44:21.937099 | | WARNING | Config change detected for iscsid, new hash: d41233cc369602b3115beda6ee8b8d67 2026-02-20 10:44:21.937619 | | WARNING | Config change detected for keystone, new hash: 90cdcff2a4255b6c1d276573fbc2b804 2026-02-20 10:44:21.938094 | | WARNING | Config change detected for keystone_cron, new hash: 90cdcff2a4255b6c1d276573fbc2b804 2026-02-20 10:44:21.938624 | | WARNING | Config change detected for keystone_db_sync, new hash: 90cdcff2a4255b6c1d276573fbc2b804 2026-02-20 10:44:21.939107 | | WARNING | Config change detected for manila_api_db_sync, new hash: 6592fbb446de482ec9ffa21c1d069ae3 2026-02-20 10:44:21.939679 | | WARNING | Config change detected for neutron_db_sync, new hash: 34e38bd2d3bdfdfa38e0760e4b18606e 2026-02-20 10:44:21.940240 | | WARNING | Config change detected for nova_api_db_sync, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.940776 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.941251 | | WARNING | Config change detected for nova_db_sync, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.941759 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.942228 | | WARNING | Config change detected for nova_virtnodedevd, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.942756 | | WARNING | Config change detected for nova_virtproxyd, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.943232 | | WARNING | Config change detected for nova_virtqemud, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.943770 | | WARNING | Config change detected for nova_virtsecretd, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.944251 | | WARNING | Config change detected for nova_virtstoraged, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.944813 | | WARNING | Config change detected for octavia_db_sync, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.945357 | | WARNING | Config change detected for placement_api_db_sync, new hash: 95d44d1241b8b2f9de60a28f4e6784be 2026-02-20 10:44:21.945924 | | WARNING | Config change detected for swift_copy_rings, new hash: f5c8ec0a943847df52c1baede2ba5685-13f6ee2bf008d62dee179b6980654d3f 2026-02-20 10:44:21.946441 | | WARNING | Config change detected for aodh_api, new hash: daa13a5f6f6bc5b0b81aec93ab5a2c3d 2026-02-20 10:44:21.946927 | | WARNING | Config change detected for aodh_api_cron, new hash: daa13a5f6f6bc5b0b81aec93ab5a2c3d 2026-02-20 10:44:21.947437 | | WARNING | Config change detected for aodh_evaluator, new hash: daa13a5f6f6bc5b0b81aec93ab5a2c3d 2026-02-20 10:44:21.947970 | | WARNING | Config change detected for aodh_listener, new hash: daa13a5f6f6bc5b0b81aec93ab5a2c3d 2026-02-20 10:44:21.948486 | | WARNING | Config change detected for aodh_notifier, new hash: daa13a5f6f6bc5b0b81aec93ab5a2c3d 2026-02-20 10:44:21.948959 | | WARNING | Config change detected for ceilometer_agent_central, new hash: e7e3e06b3b993f45965f345f45cfa022 2026-02-20 10:44:21.949502 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: e7e3e06b3b993f45965f345f45cfa022 2026-02-20 10:44:21.949979 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: e7e3e06b3b993f45965f345f45cfa022 2026-02-20 10:44:21.950517 | | WARNING | Config change detected for cinder_api, new hash: 775b0e560495f3103fd85cc024c9fd19 2026-02-20 10:44:21.950987 | | WARNING | Config change detected for cinder_api_cron, new hash: 775b0e560495f3103fd85cc024c9fd19 2026-02-20 10:44:21.951487 | | WARNING | Config change detected for cinder_scheduler, new hash: 775b0e560495f3103fd85cc024c9fd19 2026-02-20 10:44:21.951989 | | WARNING | Config change detected for glance_api, new hash: fe68ee52c1f36677c95a58f949096f16-d41233cc369602b3115beda6ee8b8d67 2026-02-20 10:44:21.952498 | | WARNING | Config change detected for glance_api_cron, new hash: fe68ee52c1f36677c95a58f949096f16 2026-02-20 10:44:21.952970 | | WARNING | Config change detected for glance_api_internal, new hash: 5e416cf34ebc587110d11fd58dbdb1fd-d41233cc369602b3115beda6ee8b8d67 2026-02-20 10:44:21.953471 | | WARNING | Config change detected for heat_api, new hash: 8d6d26827a6278fee2225d98c148466b 2026-02-20 10:44:21.953946 | | WARNING | Config change detected for heat_api_cfn, new hash: cbac58ac139e441b0f0a1c014b2f18eb 2026-02-20 10:44:21.954445 | | WARNING | Config change detected for heat_api_cron, new hash: 8d6d26827a6278fee2225d98c148466b 2026-02-20 10:44:21.954921 | | WARNING | Config change detected for heat_engine, new hash: 0f3322582c84ee253207957a311486dc 2026-02-20 10:44:21.955441 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-02-20 10:44:21.955911 | | WARNING | Config change detected for manila_api, new hash: 6592fbb446de482ec9ffa21c1d069ae3 2026-02-20 10:44:21.956419 | | WARNING | Config change detected for manila_api_cron, new hash: 6592fbb446de482ec9ffa21c1d069ae3 2026-02-20 10:44:21.956986 | | WARNING | Config change detected for manila_scheduler, new hash: 6592fbb446de482ec9ffa21c1d069ae3 2026-02-20 10:44:21.957525 | | WARNING | Config change detected for neutron_api, new hash: 34e38bd2d3bdfdfa38e0760e4b18606e 2026-02-20 10:44:21.958013 | | WARNING | Config change detected for neutron_dhcp, new hash: 34e38bd2d3bdfdfa38e0760e4b18606e 2026-02-20 10:44:21.958599 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 34e38bd2d3bdfdfa38e0760e4b18606e 2026-02-20 10:44:21.959119 | | WARNING | Config change detected for nova_api, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.959698 | | WARNING | Config change detected for nova_api_cron, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.960253 | | WARNING | Config change detected for nova_conductor, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.960754 | | WARNING | Config change detected for nova_libvirt_init_secret, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.961381 | | WARNING | Config change detected for nova_metadata, new hash: dca4e9a5bcc88e33df32f6a8edc7a7fa 2026-02-20 10:44:21.961942 | | WARNING | Config change detected for nova_migration_target, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.962497 | | WARNING | Config change detected for nova_scheduler, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.962973 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.963610 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 80e54c4237e5e29c2a581eddf32b63b2 2026-02-20 10:44:21.964143 | | WARNING | Config change detected for octavia_api, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.964666 | | WARNING | Config change detected for octavia_driver_agent, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.965152 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 34e38bd2d3bdfdfa38e0760e4b18606e 2026-02-20 10:44:21.965654 | | WARNING | Config change detected for placement_api, new hash: 95d44d1241b8b2f9de60a28f4e6784be 2026-02-20 10:44:21.966133 | | WARNING | Config change detected for placement_wait_for_service, new hash: 95d44d1241b8b2f9de60a28f4e6784be 2026-02-20 10:44:21.966667 | | WARNING | Config change detected for swift_account_reaper, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.967151 | | WARNING | Config change detected for swift_account_server, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.967697 | | WARNING | Config change detected for swift_container_server, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.968219 | | WARNING | Config change detected for swift_container_updater, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.968829 | | WARNING | Config change detected for swift_object_expirer, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.969303 | | WARNING | Config change detected for swift_object_server, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.969824 | | WARNING | Config change detected for swift_object_updater, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.970275 | | WARNING | Config change detected for swift_proxy, new hash: f5c8ec0a943847df52c1baede2ba5685 2026-02-20 10:44:21.970791 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: e7e3e06b3b993f45965f345f45cfa022 2026-02-20 10:44:21.971263 | | WARNING | Config change detected for gnocchi_api, new hash: 0320d554d01dec4637a03160577afff7 2026-02-20 10:44:21.971832 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 0320d554d01dec4637a03160577afff7 2026-02-20 10:44:21.972386 | | WARNING | Config change detected for gnocchi_metricd, new hash: 0320d554d01dec4637a03160577afff7 2026-02-20 10:44:21.972904 | | WARNING | Config change detected for gnocchi_statsd, new hash: 0320d554d01dec4637a03160577afff7 2026-02-20 10:44:21.973482 | | WARNING | Config change detected for nova_compute, new hash: d41233cc369602b3115beda6ee8b8d67-dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.974130 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: dd3c7d109e221db45d503c7998c616c4 2026-02-20 10:44:21.974901 | | WARNING | Config change detected for octavia_health_manager, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.975664 | | WARNING | Config change detected for octavia_housekeeping, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.976428 | | WARNING | Config change detected for octavia_rsyslog, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.977166 | | WARNING | Config change detected for octavia_worker, new hash: ce5b676e7fc136d40e8c3ff1abf978b4 2026-02-20 10:44:21.977948 | fa163e8d-9a30-371f-566d-000000002700 | CHANGED | Update config hashes for container startup configs | standalone 2026-02-20 10:44:21.979265 | fa163e8d-9a30-371f-566d-000000002700 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:10:56.576921 | 0.38s 2026-02-20 10:44:22.013863 | fa163e8d-9a30-371f-566d-00000000269f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-20 10:44:22.074209 | fa163e8d-9a30-371f-566d-00000000269f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:56.671874 | 0.06s 2026-02-20 10:44:22.098887 | f8add363-e315-42d1-95ea-bca2bcdf30aa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:44:22.131775 | fa163e8d-9a30-371f-566d-00000000271f | TASK | Gather podman infos 2026-02-20 10:44:23.102218 | fa163e8d-9a30-371f-566d-00000000271f | OK | Gather podman infos | standalone 2026-02-20 10:44:23.103460 | fa163e8d-9a30-371f-566d-00000000271f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:10:57.701137 | 0.97s 2026-02-20 10:44:23.176746 | fa163e8d-9a30-371f-566d-000000002720 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-20 10:44:23.242093 | fa163e8d-9a30-371f-566d-000000002720 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:57.839759 | 0.06s 2026-02-20 10:44:23.376435 | fa163e8d-9a30-371f-566d-000000002769 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:10:57.974093 | 0.07s 2026-02-20 10:44:23.438208 | fa163e8d-9a30-371f-566d-0000000026a0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-20 10:44:23.493042 | fa163e8d-9a30-371f-566d-0000000026a0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:10:58.090705 | 0.05s 2026-02-20 10:44:23.517977 | f7e56f69-5eeb-4ce5-8c9c-76372a217b7f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:44:23.553751 | fa163e8d-9a30-371f-566d-00000000278f | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-20 10:44:31.458965 | fa163e8d-9a30-371f-566d-00000000278f | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-20 10:44:31.462218 | fa163e8d-9a30-371f-566d-00000000278f | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:06.059887 | 7.91s 2026-02-20 10:44:31.496092 | fa163e8d-9a30-371f-566d-000000002790 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-20 10:44:34.276643 | fa163e8d-9a30-371f-566d-000000002790 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-20 10:44:34.278650 | fa163e8d-9a30-371f-566d-000000002790 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:11:08.876320 | 2.78s 2026-02-20 10:44:34.356489 | fa163e8d-9a30-371f-566d-0000000024a9 | TASK | Clean container_puppet_tasks for standalone step 1 2026-02-20 10:44:34.649618 | fa163e8d-9a30-371f-566d-0000000024a9 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-02-20 10:44:34.651023 | fa163e8d-9a30-371f-566d-0000000024a9 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:11:09.248697 | 0.29s 2026-02-20 10:44:34.698297 | fa163e8d-9a30-371f-566d-0000000024aa | TASK | Calculate container_puppet_tasks for standalone step 1 2026-02-20 10:44:34.749815 | fa163e8d-9a30-371f-566d-0000000024aa | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:11:09.347479 | 0.05s 2026-02-20 10:44:34.781250 | fa163e8d-9a30-371f-566d-0000000024ab | TASK | Include container-puppet tasks for step 1 2026-02-20 10:44:34.822144 | fa163e8d-9a30-371f-566d-0000000024ab | TIMING | Include container-puppet tasks for step 1 | standalone | 0:11:09.419811 | 0.04s 2026-02-20 10:44:34.848882 | d283e394-bae3-4106-9995-4aa7223884e9 | INCLUDED | /root/standalone-ansible-kczqeche/host-container-puppet-tasks.yaml | standalone 2026-02-20 10:44:34.887924 | fa163e8d-9a30-371f-566d-0000000027db | TASK | Write container-puppet-tasks json file for standalone step 1 2026-02-20 10:44:35.393341 | fa163e8d-9a30-371f-566d-0000000027db | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-02-20 10:44:35.394634 | fa163e8d-9a30-371f-566d-0000000027db | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:11:09.992308 | 0.51s 2026-02-20 10:44:35.425296 | fa163e8d-9a30-371f-566d-0000000027dd | TASK | Generate container puppet configs for step 1 2026-02-20 10:44:35.711909 | fa163e8d-9a30-371f-566d-0000000027dd | OK | Generate container puppet configs for step 1 | standalone 2026-02-20 10:44:35.713356 | fa163e8d-9a30-371f-566d-0000000027dd | TIMING | Generate container puppet configs for step 1 | standalone | 0:11:10.311001 | 0.29s 2026-02-20 10:44:35.745020 | fa163e8d-9a30-371f-566d-0000000027de | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-02-20 10:44:35.775038 | fa163e8d-9a30-371f-566d-0000000027de | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:11:10.372707 | 0.03s 2026-02-20 10:44:35.834291 | fa163e8d-9a30-371f-566d-0000000025c9 | TASK | Gather variables for each operating system 2026-02-20 10:44:35.948585 | fa163e8d-9a30-371f-566d-0000000025c9 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:11:10.546250 | 0.11s 2026-02-20 10:44:35.978967 | fa163e8d-9a30-371f-566d-0000000025ca | TASK | Create container logs path 2026-02-20 10:44:36.221975 | fa163e8d-9a30-371f-566d-0000000025ca | OK | Create container logs path | standalone 2026-02-20 10:44:36.223270 | fa163e8d-9a30-371f-566d-0000000025ca | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:11:10.820945 | 0.24s 2026-02-20 10:44:36.255491 | fa163e8d-9a30-371f-566d-0000000025cc | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:44:36.511630 | fa163e8d-9a30-371f-566d-0000000025cc | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-20 10:44:36.512794 | fa163e8d-9a30-371f-566d-0000000025cc | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:11.110467 | 0.26s 2026-02-20 10:44:36.543154 | fa163e8d-9a30-371f-566d-0000000025cd | TASK | Finalise hashes for all containers 2026-02-20 10:44:36.594379 | fa163e8d-9a30-371f-566d-0000000025cd | OK | Finalise hashes for all containers | standalone 2026-02-20 10:44:36.595452 | fa163e8d-9a30-371f-566d-0000000025cd | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:11:11.193126 | 0.05s 2026-02-20 10:44:36.625073 | fa163e8d-9a30-371f-566d-0000000025cf | TASK | Manage systemd shutdown files 2026-02-20 10:44:36.658571 | fa163e8d-9a30-371f-566d-0000000025cf | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:44:36.659638 | fa163e8d-9a30-371f-566d-0000000025cf | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:11:11.257312 | 0.03s 2026-02-20 10:44:36.688890 | fa163e8d-9a30-371f-566d-0000000025d1 | TASK | Update container configs with new config hashes 2026-02-20 10:44:36.739186 | fa163e8d-9a30-371f-566d-0000000025d1 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:44:36.740251 | fa163e8d-9a30-371f-566d-0000000025d1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:11:11.337925 | 0.05s 2026-02-20 10:44:36.771953 | fa163e8d-9a30-371f-566d-0000000025d2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:44:36.823006 | fa163e8d-9a30-371f-566d-0000000025d2 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-20 10:44:36.824083 | fa163e8d-9a30-371f-566d-0000000025d2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:11.421760 | 0.05s 2026-02-20 10:44:36.855490 | fa163e8d-9a30-371f-566d-0000000025d3 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-20 10:44:36.906990 | fa163e8d-9a30-371f-566d-0000000025d3 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-20 10:44:36.908047 | fa163e8d-9a30-371f-566d-0000000025d3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:11:11.505719 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-02-20 10:44:37.088875 | fa163e8d-9a30-371f-566d-0000000000c6 | TASK | External deployment step 2 2026-02-20 10:44:37.118050 | fa163e8d-9a30-371f-566d-0000000000c6 | OK | External deployment step 2 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 2' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e8d-9a30-371f-566d-0000000000c6') missing from stats 2026-02-20 10:44:37.175952 | fa163e8d-9a30-371f-566d-0000000000c7 | TIMING | include_tasks | undercloud | 0:11:11.773617 | 0.04s 2026-02-20 10:44:37.207225 | 66431833-36e5-4ed7-b499-33906359b2bc | INCLUDED | /root/standalone-ansible-kczqeche/external_deploy_steps_tasks_step2.yaml | undercloud 2026-02-20 10:44:37.227997 | fa163e8d-9a30-371f-566d-000000002858 | TASK | create cephadm working directory and related files 2026-02-20 10:44:37.275596 | fa163e8d-9a30-371f-566d-000000002858 | TIMING | create cephadm working directory and related files | undercloud | 0:11:11.873265 | 0.05s 2026-02-20 10:44:37.335350 | fa163e8d-9a30-371f-566d-000000002880 | TASK | create cephadm workdir 2026-02-20 10:44:37.599961 | fa163e8d-9a30-371f-566d-000000002880 | CHANGED | create cephadm workdir | undercloud | item=/root/standalone-ansible-kczqeche/cephadm 2026-02-20 10:44:37.601696 | fa163e8d-9a30-371f-566d-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:12.199365 | 0.27s 2026-02-20 10:44:37.607649 | fa163e8d-9a30-371f-566d-000000002880 | TIMING | tripleo_run_cephadm : create cephadm workdir | undercloud | 0:11:12.205322 | 0.27s 2026-02-20 10:44:37.625786 | fa163e8d-9a30-371f-566d-000000002881 | TASK | symbolic link to tripleo inventory from ceph-ansible work directory 2026-02-20 10:44:37.890205 | fa163e8d-9a30-371f-566d-000000002881 | CHANGED | symbolic link to tripleo inventory from ceph-ansible work directory | undercloud 2026-02-20 10:44:37.891716 | fa163e8d-9a30-371f-566d-000000002881 | TIMING | tripleo_run_cephadm : symbolic link to tripleo inventory from ceph-ansible work directory | undercloud | 0:11:12.489388 | 0.26s 2026-02-20 10:44:37.909749 | fa163e8d-9a30-371f-566d-000000002882 | TASK | get the list of enabled services on the overcloud 2026-02-20 10:44:37.959284 | fa163e8d-9a30-371f-566d-000000002882 | OK | get the list of enabled services on the overcloud | undercloud 2026-02-20 10:44:37.960523 | fa163e8d-9a30-371f-566d-000000002882 | TIMING | tripleo_run_cephadm : get the list of enabled services on the overcloud | undercloud | 0:11:12.558199 | 0.05s 2026-02-20 10:44:37.980939 | fa163e8d-9a30-371f-566d-000000002883 | TASK | Set grafana_vip: 192.168.122.99 2026-02-20 10:44:38.021589 | fa163e8d-9a30-371f-566d-000000002883 | SKIPPED | Set grafana_vip: 192.168.122.99 | undercloud 2026-02-20 10:44:38.023137 | fa163e8d-9a30-371f-566d-000000002883 | TIMING | tripleo_run_cephadm : Set grafana_vip: 192.168.122.99 | undercloud | 0:11:12.620809 | 0.04s 2026-02-20 10:44:38.080407 | fa163e8d-9a30-371f-566d-000000002884 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:12.678077 | 0.04s 2026-02-20 10:44:38.165001 | fa163e8d-9a30-371f-566d-000000002908 | TASK | set basic user fact 2026-02-20 10:44:38.234012 | fa163e8d-9a30-371f-566d-000000002908 | SKIPPED | set basic user fact | undercloud 2026-02-20 10:44:38.235266 | fa163e8d-9a30-371f-566d-000000002908 | TIMING | tripleo_ceph_common : set basic user fact | undercloud | 0:11:12.832937 | 0.07s 2026-02-20 10:44:38.254018 | fa163e8d-9a30-371f-566d-000000002909 | TASK | set basic home fact 2026-02-20 10:44:38.325612 | fa163e8d-9a30-371f-566d-000000002909 | OK | set basic home fact | undercloud 2026-02-20 10:44:38.326740 | fa163e8d-9a30-371f-566d-000000002909 | TIMING | tripleo_ceph_common : set basic home fact | undercloud | 0:11:12.924414 | 0.07s 2026-02-20 10:44:38.344802 | fa163e8d-9a30-371f-566d-00000000290a | TASK | set calling_ansible_environment_variables fact 2026-02-20 10:44:38.439008 | fa163e8d-9a30-371f-566d-00000000290a | OK | set calling_ansible_environment_variables fact | undercloud 2026-02-20 10:44:38.440206 | fa163e8d-9a30-371f-566d-00000000290a | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables fact | undercloud | 0:11:13.037878 | 0.09s 2026-02-20 10:44:38.462875 | fa163e8d-9a30-371f-566d-00000000290c | TASK | get all ansible environment variables 2026-02-20 10:44:38.536389 | fa163e8d-9a30-371f-566d-00000000290c | SKIPPED | get all ansible environment variables | undercloud 2026-02-20 10:44:38.537528 | fa163e8d-9a30-371f-566d-00000000290c | TIMING | tripleo_ceph_common : get all ansible environment variables | undercloud | 0:11:13.135202 | 0.07s 2026-02-20 10:44:38.555460 | fa163e8d-9a30-371f-566d-00000000290d | TASK | set calling_ansible_environment_variables 2026-02-20 10:44:38.630867 | fa163e8d-9a30-371f-566d-00000000290d | SKIPPED | set calling_ansible_environment_variables | undercloud 2026-02-20 10:44:38.632151 | fa163e8d-9a30-371f-566d-00000000290d | TIMING | tripleo_ceph_common : set calling_ansible_environment_variables | undercloud | 0:11:13.229822 | 0.08s 2026-02-20 10:44:38.654220 | fa163e8d-9a30-371f-566d-00000000290f | TASK | Set common fact 2026-02-20 10:44:38.715214 | fa163e8d-9a30-371f-566d-00000000290f | OK | Set common fact | undercloud 2026-02-20 10:44:38.716641 | fa163e8d-9a30-371f-566d-00000000290f | TIMING | tripleo_ceph_common : Set common fact | undercloud | 0:11:13.314314 | 0.06s 2026-02-20 10:44:38.734896 | fa163e8d-9a30-371f-566d-000000002910 | TASK | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined 2026-02-20 10:44:38.774439 | fa163e8d-9a30-371f-566d-000000002910 | SKIPPED | set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud 2026-02-20 10:44:38.775730 | fa163e8d-9a30-371f-566d-000000002910 | TIMING | tripleo_ceph_common : set ceph_ansible_limit to ansible_limit, only if ansible_limit defined | undercloud | 0:11:13.373401 | 0.04s 2026-02-20 10:44:38.811689 | fa163e8d-9a30-371f-566d-000000002912 | TASK | build filter list 2026-02-20 10:44:38.840185 | fa163e8d-9a30-371f-566d-000000002912 | TIMING | tripleo_ceph_work_dir : build filter list | undercloud | 0:11:13.437850 | 0.03s 2026-02-20 10:44:38.858946 | fa163e8d-9a30-371f-566d-000000002913 | TASK | add images pool 2026-02-20 10:44:38.930675 | fa163e8d-9a30-371f-566d-000000002913 | OK | add images pool | undercloud 2026-02-20 10:44:38.932035 | fa163e8d-9a30-371f-566d-000000002913 | TIMING | tripleo_ceph_work_dir : add images pool | undercloud | 0:11:13.529707 | 0.07s 2026-02-20 10:44:38.951369 | fa163e8d-9a30-371f-566d-000000002914 | TASK | add volumes pool 2026-02-20 10:44:39.034525 | fa163e8d-9a30-371f-566d-000000002914 | OK | add volumes pool | undercloud 2026-02-20 10:44:39.035807 | fa163e8d-9a30-371f-566d-000000002914 | TIMING | tripleo_ceph_work_dir : add volumes pool | undercloud | 0:11:13.633483 | 0.08s 2026-02-20 10:44:39.053871 | fa163e8d-9a30-371f-566d-000000002915 | TASK | add vms pool 2026-02-20 10:44:39.126074 | fa163e8d-9a30-371f-566d-000000002915 | OK | add vms pool | undercloud 2026-02-20 10:44:39.127177 | fa163e8d-9a30-371f-566d-000000002915 | TIMING | tripleo_ceph_work_dir : add vms pool | undercloud | 0:11:13.724849 | 0.07s 2026-02-20 10:44:39.145939 | fa163e8d-9a30-371f-566d-000000002916 | TASK | add gnocchi pool 2026-02-20 10:44:39.188861 | fa163e8d-9a30-371f-566d-000000002916 | SKIPPED | add gnocchi pool | undercloud 2026-02-20 10:44:39.189970 | fa163e8d-9a30-371f-566d-000000002916 | TIMING | tripleo_ceph_work_dir : add gnocchi pool | undercloud | 0:11:13.787642 | 0.04s 2026-02-20 10:44:39.208415 | fa163e8d-9a30-371f-566d-000000002917 | TASK | add cinder backup pool 2026-02-20 10:44:39.293096 | fa163e8d-9a30-371f-566d-000000002917 | OK | add cinder backup pool | undercloud 2026-02-20 10:44:39.294245 | fa163e8d-9a30-371f-566d-000000002917 | TIMING | tripleo_ceph_work_dir : add cinder backup pool | undercloud | 0:11:13.891920 | 0.08s 2026-02-20 10:44:39.312233 | fa163e8d-9a30-371f-566d-000000002918 | TASK | add cinder extra pools 2026-02-20 10:44:39.343083 | fa163e8d-9a30-371f-566d-000000002918 | TIMING | tripleo_ceph_work_dir : add cinder extra pools | undercloud | 0:11:13.940754 | 0.03s 2026-02-20 10:44:39.361204 | fa163e8d-9a30-371f-566d-000000002919 | TASK | build resulting pool list 2026-02-20 10:44:39.518142 | fa163e8d-9a30-371f-566d-000000002919 | OK | build resulting pool list | undercloud 2026-02-20 10:44:39.519449 | fa163e8d-9a30-371f-566d-000000002919 | TIMING | tripleo_ceph_work_dir : build resulting pool list | undercloud | 0:11:14.117123 | 0.16s 2026-02-20 10:44:39.537945 | fa163e8d-9a30-371f-566d-00000000291b | TASK | add manila data pool 2026-02-20 10:44:39.609144 | fa163e8d-9a30-371f-566d-00000000291b | OK | add manila data pool | undercloud 2026-02-20 10:44:39.610278 | fa163e8d-9a30-371f-566d-00000000291b | TIMING | tripleo_ceph_work_dir : add manila data pool | undercloud | 0:11:14.207953 | 0.07s 2026-02-20 10:44:39.628165 | fa163e8d-9a30-371f-566d-00000000291c | TASK | add manila metadata pool 2026-02-20 10:44:39.701170 | fa163e8d-9a30-371f-566d-00000000291c | OK | add manila metadata pool | undercloud 2026-02-20 10:44:39.702304 | fa163e8d-9a30-371f-566d-00000000291c | TIMING | tripleo_ceph_work_dir : add manila metadata pool | undercloud | 0:11:14.299980 | 0.07s 2026-02-20 10:44:39.788039 | fa163e8d-9a30-371f-566d-000000002885 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:14.385710 | 0.05s 2026-02-20 10:44:39.920645 | fa163e8d-9a30-371f-566d-000000002aae | TASK | reset profiles string to avoid complex string manipulation 2026-02-20 10:44:39.977970 | fa163e8d-9a30-371f-566d-000000002aae | OK | reset profiles string to avoid complex string manipulation | undercloud 2026-02-20 10:44:39.978786 | fa163e8d-9a30-371f-566d-000000002aae | TIMING | tripleo_ceph_work_dir : reset profiles string to avoid complex string manipulation | undercloud | 0:11:14.576465 | 0.06s 2026-02-20 10:44:39.996386 | fa163e8d-9a30-371f-566d-000000002ab0 | TASK | build openstack client profiles per pool 2026-02-20 10:44:40.072363 | fa163e8d-9a30-371f-566d-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'vms', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-20 10:44:40.074714 | fa163e8d-9a30-371f-566d-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:14.672383 | 0.08s 2026-02-20 10:44:40.101217 | fa163e8d-9a30-371f-566d-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'volumes', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-20 10:44:40.101972 | fa163e8d-9a30-371f-566d-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:14.699654 | 0.10s 2026-02-20 10:44:40.126222 | fa163e8d-9a30-371f-566d-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'images', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-20 10:44:40.127569 | fa163e8d-9a30-371f-566d-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:14.725251 | 0.13s 2026-02-20 10:44:40.144923 | fa163e8d-9a30-371f-566d-000000002ab0 | OK | build openstack client profiles per pool | undercloud | item={'name': 'backups', 'rule_name': 'replicated_rule', 'application': 'rbd'} 2026-02-20 10:44:40.145642 | fa163e8d-9a30-371f-566d-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:14.743324 | 0.15s 2026-02-20 10:44:40.151523 | fa163e8d-9a30-371f-566d-000000002ab0 | TIMING | tripleo_ceph_work_dir : build openstack client profiles per pool | undercloud | 0:11:14.749195 | 0.15s 2026-02-20 10:44:40.170052 | fa163e8d-9a30-371f-566d-000000002ab1 | TASK | set openstack client caps 2026-02-20 10:44:40.231341 | fa163e8d-9a30-371f-566d-000000002ab1 | OK | set openstack client caps | undercloud 2026-02-20 10:44:40.232503 | fa163e8d-9a30-371f-566d-000000002ab1 | TIMING | tripleo_ceph_work_dir : set openstack client caps | undercloud | 0:11:14.830178 | 0.06s 2026-02-20 10:44:40.250764 | fa163e8d-9a30-371f-566d-000000002ab2 | TASK | set openstack client osd(s) caps 2026-02-20 10:44:40.316098 | fa163e8d-9a30-371f-566d-000000002ab2 | OK | set openstack client osd(s) caps | undercloud 2026-02-20 10:44:40.317187 | fa163e8d-9a30-371f-566d-000000002ab2 | TIMING | tripleo_ceph_work_dir : set openstack client osd(s) caps | undercloud | 0:11:14.914862 | 0.07s 2026-02-20 10:44:40.334875 | fa163e8d-9a30-371f-566d-000000002ab3 | TASK | Combine caps 2026-02-20 10:44:40.406723 | fa163e8d-9a30-371f-566d-000000002ab3 | OK | Combine caps | undercloud 2026-02-20 10:44:40.407834 | fa163e8d-9a30-371f-566d-000000002ab3 | TIMING | tripleo_ceph_work_dir : Combine caps | undercloud | 0:11:15.005509 | 0.07s 2026-02-20 10:44:40.425957 | fa163e8d-9a30-371f-566d-000000002ab4 | TASK | set openstack client key 2026-02-20 10:44:40.479087 | fa163e8d-9a30-371f-566d-000000002ab4 | OK | set openstack client key | undercloud 2026-02-20 10:44:40.480172 | fa163e8d-9a30-371f-566d-000000002ab4 | TIMING | tripleo_ceph_work_dir : set openstack client key | undercloud | 0:11:15.077846 | 0.05s 2026-02-20 10:44:40.497982 | fa163e8d-9a30-371f-566d-000000002ab6 | TASK | build manila key for openstack 2026-02-20 10:44:40.562174 | fa163e8d-9a30-371f-566d-000000002ab6 | OK | build manila key for openstack | undercloud 2026-02-20 10:44:40.563371 | fa163e8d-9a30-371f-566d-000000002ab6 | TIMING | tripleo_ceph_work_dir : build manila key for openstack | undercloud | 0:11:15.161044 | 0.06s 2026-02-20 10:44:40.581392 | fa163e8d-9a30-371f-566d-000000002ab7 | TASK | build radosgw key for openstack 2026-02-20 10:44:40.631473 | fa163e8d-9a30-371f-566d-000000002ab7 | SKIPPED | build radosgw key for openstack | undercloud 2026-02-20 10:44:40.632517 | fa163e8d-9a30-371f-566d-000000002ab7 | TIMING | tripleo_ceph_work_dir : build radosgw key for openstack | undercloud | 0:11:15.230190 | 0.05s 2026-02-20 10:44:40.651143 | fa163e8d-9a30-371f-566d-000000002ab8 | TASK | build the resulting keys 2026-02-20 10:44:40.780633 | fa163e8d-9a30-371f-566d-000000002ab8 | OK | build the resulting keys | undercloud 2026-02-20 10:44:40.782088 | fa163e8d-9a30-371f-566d-000000002ab8 | TIMING | tripleo_ceph_work_dir : build the resulting keys | undercloud | 0:11:15.379763 | 0.13s 2026-02-20 10:44:40.867453 | fa163e8d-9a30-371f-566d-000000002886 | TIMING | include_role : tripleo_ceph_work_dir | undercloud | 0:11:15.465122 | 0.05s 2026-02-20 10:44:41.024363 | fa163e8d-9a30-371f-566d-000000002dd3 | TASK | build ceph orphan set 2026-02-20 10:44:41.092856 | fa163e8d-9a30-371f-566d-000000002dd3 | OK | build ceph orphan set | undercloud 2026-02-20 10:44:41.094055 | fa163e8d-9a30-371f-566d-000000002dd3 | TIMING | tripleo_ceph_work_dir : build ceph orphan set | undercloud | 0:11:15.691727 | 0.07s 2026-02-20 10:44:41.112083 | fa163e8d-9a30-371f-566d-000000002dd4 | TASK | clean ceph_config_overrides list 2026-02-20 10:44:41.153044 | fa163e8d-9a30-371f-566d-000000002dd4 | TIMING | tripleo_ceph_work_dir : clean ceph_config_overrides list | undercloud | 0:11:15.750685 | 0.04s 2026-02-20 10:44:41.171835 | fa163e8d-9a30-371f-566d-000000002dd5 | TASK | ceph_config_overrides w/o orphans 2026-02-20 10:44:41.222121 | fa163e8d-9a30-371f-566d-000000002dd5 | SKIPPED | ceph_config_overrides w/o orphans | undercloud 2026-02-20 10:44:41.223264 | fa163e8d-9a30-371f-566d-000000002dd5 | TIMING | tripleo_ceph_work_dir : ceph_config_overrides w/o orphans | undercloud | 0:11:15.820936 | 0.05s 2026-02-20 10:44:41.241374 | fa163e8d-9a30-371f-566d-000000002dd6 | TASK | build ceph config overrides 2026-02-20 10:44:41.362135 | fa163e8d-9a30-371f-566d-000000002dd6 | OK | build ceph config overrides | undercloud 2026-02-20 10:44:41.363231 | fa163e8d-9a30-371f-566d-000000002dd6 | TIMING | tripleo_ceph_work_dir : build ceph config overrides | undercloud | 0:11:15.960906 | 0.12s 2026-02-20 10:44:41.397068 | fa163e8d-9a30-371f-566d-000000002887 | TASK | generate heat cephadm-extra-vars for running tripleo_cephadm role 2026-02-20 10:44:42.015782 | fa163e8d-9a30-371f-566d-000000002887 | CHANGED | generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-20 10:44:42.017246 | fa163e8d-9a30-371f-566d-000000002887 | TIMING | tripleo_run_cephadm : generate heat cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:16.614922 | 0.62s 2026-02-20 10:44:42.035252 | fa163e8d-9a30-371f-566d-000000002889 | TASK | Set bootstrap host [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-20 10:44:42.160005 | fa163e8d-9a30-371f-566d-000000002889 | OK | Set bootstrap host | undercloud 2026-02-20 10:44:42.160980 | fa163e8d-9a30-371f-566d-000000002889 | TIMING | tripleo_run_cephadm : Set bootstrap host | undercloud | 0:11:16.758654 | 0.12s 2026-02-20 10:44:42.179299 | fa163e8d-9a30-371f-566d-00000000288a | TASK | Set first monitor IP [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-20 10:44:42.336697 | fa163e8d-9a30-371f-566d-00000000288a | OK | Set first monitor IP | undercloud 2026-02-20 10:44:42.337659 | fa163e8d-9a30-371f-566d-00000000288a | TIMING | tripleo_run_cephadm : Set first monitor IP | undercloud | 0:11:16.935336 | 0.16s 2026-02-20 10:44:42.355568 | fa163e8d-9a30-371f-566d-00000000288b | TASK | genereate ceph_spec for bootstrap [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ groups['ceph_mon'] | default([]) | length > 0 }} 2026-02-20 10:44:42.449541 | fa163e8d-9a30-371f-566d-00000000288b | SKIPPED | genereate ceph_spec for bootstrap | undercloud 2026-02-20 10:44:42.450573 | fa163e8d-9a30-371f-566d-00000000288b | TIMING | tripleo_run_cephadm : genereate ceph_spec for bootstrap | undercloud | 0:11:17.048246 | 0.09s 2026-02-20 10:44:42.471176 | fa163e8d-9a30-371f-566d-00000000288d | TASK | generate ansible cephadm-extra-vars for running tripleo_cephadm role 2026-02-20 10:44:43.000762 | fa163e8d-9a30-371f-566d-00000000288d | CHANGED | generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud 2026-02-20 10:44:43.002076 | fa163e8d-9a30-371f-566d-00000000288d | TIMING | tripleo_run_cephadm : generate ansible cephadm-extra-vars for running tripleo_cephadm role | undercloud | 0:11:17.599748 | 0.53s 2026-02-20 10:44:43.036300 | fa163e8d-9a30-371f-566d-000000002859 | TASK | Prepare cephadm user and keys 2026-02-20 10:44:43.551922 | fa163e8d-9a30-371f-566d-000000002859 | SKIPPED | Prepare cephadm user and keys | undercloud 2026-02-20 10:44:43.553109 | fa163e8d-9a30-371f-566d-000000002859 | TIMING | Prepare cephadm user and keys | undercloud | 0:11:18.150781 | 0.52s 2026-02-20 10:44:43.570684 | fa163e8d-9a30-371f-566d-00000000285a | TASK | Deploy or configure the cephadm Ceph cluster 2026-02-20 10:44:43.689768 | fa163e8d-9a30-371f-566d-00000000285a | TIMING | Deploy or configure the cephadm Ceph cluster | undercloud | 0:11:18.287435 | 0.12s 2026-02-20 10:44:43.770153 | fa163e8d-9a30-371f-566d-00000000304f | TASK | set cephadm playbook 2026-02-20 10:44:43.817721 | fa163e8d-9a30-371f-566d-00000000304f | OK | set cephadm playbook | undercloud 2026-02-20 10:44:43.818802 | fa163e8d-9a30-371f-566d-00000000304f | TIMING | tripleo_run_cephadm : set cephadm playbook | undercloud | 0:11:18.416477 | 0.05s 2026-02-20 10:44:43.836755 | fa163e8d-9a30-371f-566d-000000003050 | TASK | Setup the log path 2026-02-20 10:44:43.876481 | fa163e8d-9a30-371f-566d-000000003050 | OK | Setup the log path | undercloud 2026-02-20 10:44:43.877552 | fa163e8d-9a30-371f-566d-000000003050 | TIMING | tripleo_run_cephadm : Setup the log path | undercloud | 0:11:18.475228 | 0.04s 2026-02-20 10:44:43.895212 | fa163e8d-9a30-371f-566d-000000003051 | TASK | Setup the cephadm playbook command 2026-02-20 10:44:43.955831 | fa163e8d-9a30-371f-566d-000000003051 | OK | Setup the cephadm playbook command | undercloud 2026-02-20 10:44:43.957016 | fa163e8d-9a30-371f-566d-000000003051 | TIMING | tripleo_run_cephadm : Setup the cephadm playbook command | undercloud | 0:11:18.554689 | 0.06s 2026-02-20 10:44:43.976750 | fa163e8d-9a30-371f-566d-000000003052 | TASK | rotate cephadm_command.log 2026-02-20 10:44:44.219062 | fa163e8d-9a30-371f-566d-000000003052 | CHANGED | rotate cephadm_command.log | undercloud 2026-02-20 10:44:44.220296 | fa163e8d-9a30-371f-566d-000000003052 | TIMING | tripleo_run_cephadm : rotate cephadm_command.log | undercloud | 0:11:18.817970 | 0.24s 2026-02-20 10:44:44.238296 | fa163e8d-9a30-371f-566d-000000003053 | TASK | save cephadm playbook command to shell script 2026-02-20 10:44:44.736331 | fa163e8d-9a30-371f-566d-000000003053 | CHANGED | save cephadm playbook command to shell script | undercloud 2026-02-20 10:44:44.737707 | fa163e8d-9a30-371f-566d-000000003053 | TIMING | tripleo_run_cephadm : save cephadm playbook command to shell script | undercloud | 0:11:19.335380 | 0.50s 2026-02-20 10:44:44.755555 | fa163e8d-9a30-371f-566d-000000003054 | TASK | Notify user about upcoming cephadm execution(s) 2026-02-20 10:44:44.837703 | fa163e8d-9a30-371f-566d-000000003054 | OK | Notify user about upcoming cephadm execution(s) | undercloud | result={ "changed": false, "msg": "Running 1 cephadm playbook(s) (immediate log at /root/standalone-ansible-kczqeche/cephadm/cephadm_command.log)" } 2026-02-20 10:44:44.838750 | fa163e8d-9a30-371f-566d-000000003054 | TIMING | tripleo_run_cephadm : Notify user about upcoming cephadm execution(s) | undercloud | 0:11:19.436424 | 0.08s 2026-02-20 10:44:44.856279 | fa163e8d-9a30-371f-566d-000000003055 | TASK | run cephadm playbook 2026-02-20 10:45:45.748941 | fa163e8d-9a30-371f-566d-000000003055 | CHANGED | run cephadm playbook | undercloud 2026-02-20 10:45:45.750853 | fa163e8d-9a30-371f-566d-000000003055 | TIMING | tripleo_run_cephadm : run cephadm playbook | undercloud | 0:12:20.348532 | 60.89s 2026-02-20 10:45:45.768593 | fa163e8d-9a30-371f-566d-000000003056 | TASK | search triple_run_cephadm_output of cephadm run(s) non-zero return codes 2026-02-20 10:45:45.839458 | fa163e8d-9a30-371f-566d-000000003056 | SKIPPED | search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud 2026-02-20 10:45:45.840605 | fa163e8d-9a30-371f-566d-000000003056 | TIMING | tripleo_run_cephadm : search triple_run_cephadm_output of cephadm run(s) non-zero return codes | undercloud | 0:12:20.438277 | 0.07s 2026-02-20 10:45:45.858111 | fa163e8d-9a30-371f-566d-000000003057 | TASK | print cephadm triple_run_cephadm_output in case of failure 2026-02-20 10:45:45.902885 | fa163e8d-9a30-371f-566d-000000003057 | SKIPPED | print cephadm triple_run_cephadm_output in case of failure | undercloud 2026-02-20 10:45:45.904058 | fa163e8d-9a30-371f-566d-000000003057 | TIMING | tripleo_run_cephadm : print cephadm triple_run_cephadm_output in case of failure | undercloud | 0:12:20.501735 | 0.04s 2026-02-20 10:45:45.937861 | fa163e8d-9a30-371f-566d-00000000285c | TASK | Check if the input variable file exists 2026-02-20 10:45:46.227246 | fa163e8d-9a30-371f-566d-00000000285c | OK | Check if the input variable file exists | undercloud 2026-02-20 10:45:46.230030 | fa163e8d-9a30-371f-566d-00000000285c | TIMING | Check if the input variable file exists | undercloud | 0:12:20.827702 | 0.29s 2026-02-20 10:45:46.249001 | fa163e8d-9a30-371f-566d-00000000285d | TASK | Populate CephClientConfigVars from THT 2026-02-20 10:45:46.298130 | fa163e8d-9a30-371f-566d-00000000285d | SKIPPED | Populate CephClientConfigVars from THT | undercloud 2026-02-20 10:45:46.299398 | fa163e8d-9a30-371f-566d-00000000285d | TIMING | Populate CephClientConfigVars from THT | undercloud | 0:12:20.897068 | 0.05s 2026-02-20 10:45:46.317226 | fa163e8d-9a30-371f-566d-00000000285e | TASK | configure ceph clients 2026-02-20 10:45:46.367209 | fa163e8d-9a30-371f-566d-00000000285e | TIMING | configure ceph clients | undercloud | 0:12:20.964880 | 0.05s 2026-02-20 10:45:46.432991 | fa163e8d-9a30-371f-566d-000000003119 | TASK | get the list of enabled services on the overcloud 2026-02-20 10:45:46.482907 | fa163e8d-9a30-371f-566d-000000003119 | OK | get the list of enabled services on the overcloud | undercloud 2026-02-20 10:45:46.483914 | fa163e8d-9a30-371f-566d-000000003119 | TIMING | tripleo_ceph_client : get the list of enabled services on the overcloud | undercloud | 0:12:21.081594 | 0.05s 2026-02-20 10:45:46.499320 | fa163e8d-9a30-371f-566d-00000000311a | TASK | Create ceph_client_fetch_dir 2026-02-20 10:45:46.536182 | fa163e8d-9a30-371f-566d-00000000311a | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir | undercloud | 0:12:21.133849 | 0.04s 2026-02-20 10:45:46.545478 | 4fad8b5b-6ac9-4a7a-b6b9-f89eca6c6386 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-20 10:45:46.569426 | fa163e8d-9a30-371f-566d-00000000315d | TASK | Clean any old fetch directory path 2026-02-20 10:45:46.829672 | fa163e8d-9a30-371f-566d-00000000315d | OK | Clean any old fetch directory path | undercloud 2026-02-20 10:45:46.831066 | fa163e8d-9a30-371f-566d-00000000315d | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:21.428740 | 0.26s 2026-02-20 10:45:46.849401 | fa163e8d-9a30-371f-566d-00000000315e | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-20 10:45:47.178702 | fa163e8d-9a30-371f-566d-00000000315e | CHANGED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-20 10:45:47.179633 | fa163e8d-9a30-371f-566d-00000000315e | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:21.777312 | 0.33s 2026-02-20 10:45:47.193756 | fa163e8d-9a30-371f-566d-00000000311b | TASK | Check if the input variables exist 2026-02-20 10:45:47.474045 | fa163e8d-9a30-371f-566d-00000000311b | OK | Check if the input variables exist | undercloud 2026-02-20 10:45:47.475544 | fa163e8d-9a30-371f-566d-00000000311b | TIMING | tripleo_ceph_client : Check if the input variables exist | undercloud | 0:12:22.073214 | 0.28s 2026-02-20 10:45:47.493885 | fa163e8d-9a30-371f-566d-00000000311c | TASK | Load variables produced by the cephadm provisioning process 2026-02-20 10:45:47.569478 | fa163e8d-9a30-371f-566d-00000000311c | OK | Load variables produced by the cephadm provisioning process | undercloud 2026-02-20 10:45:47.570540 | fa163e8d-9a30-371f-566d-00000000311c | TIMING | tripleo_ceph_client : Load variables produced by the cephadm provisioning process | undercloud | 0:12:22.168219 | 0.08s 2026-02-20 10:45:47.586447 | fa163e8d-9a30-371f-566d-00000000311d | TASK | Get Ceph Cluster variables if ceph-ansible deployed 2026-02-20 10:45:47.654034 | fa163e8d-9a30-371f-566d-00000000311d | SKIPPED | Get Ceph Cluster variables if ceph-ansible deployed | undercloud 2026-02-20 10:45:47.655067 | fa163e8d-9a30-371f-566d-00000000311d | TIMING | tripleo_ceph_client : Get Ceph Cluster variables if ceph-ansible deployed | undercloud | 0:12:22.252742 | 0.07s 2026-02-20 10:45:47.672853 | fa163e8d-9a30-371f-566d-00000000311e | TASK | Configure multiple external ceph clusters 2026-02-20 10:45:47.745591 | fa163e8d-9a30-371f-566d-00000000311e | SKIPPED | Configure multiple external ceph clusters | undercloud 2026-02-20 10:45:47.747713 | fa163e8d-9a30-371f-566d-00000000311e | TIMING | tripleo_ceph_client : Configure multiple external ceph clusters | undercloud | 0:12:22.345358 | 0.07s 2026-02-20 10:45:47.767067 | fa163e8d-9a30-371f-566d-00000000311f | TASK | Render keys provided for the Ceph cluster 2026-02-20 10:45:47.830253 | fa163e8d-9a30-371f-566d-00000000311f | TIMING | tripleo_ceph_client : Render keys provided for the Ceph cluster | undercloud | 0:12:22.427923 | 0.06s 2026-02-20 10:45:47.840911 | ca848741-b085-4274-b7a5-76846e694515 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_keys.yml | undercloud 2026-02-20 10:45:47.878147 | fa163e8d-9a30-371f-566d-0000000031b1 | TASK | create cephx key(s) 2026-02-20 10:45:48.429552 | fa163e8d-9a30-371f-566d-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.openstack', 'key': 'AQCgNphpAAAAABAAKSSmS8+27qqpzqAQDygNKQ==', 'mode': '0600', 'caps': {'mgr': 'allow *', 'mon': 'profile rbd', 'osd': 'profile rbd pool=vms, profile rbd pool=volumes, profile rbd pool=images, profile rbd pool=backups'}} 2026-02-20 10:45:48.431171 | fa163e8d-9a30-371f-566d-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:23.028839 | 0.55s 2026-02-20 10:45:48.854365 | fa163e8d-9a30-371f-566d-0000000031b1 | CHANGED | create cephx key(s) | undercloud | item={'name': 'client.manila', 'key': 'AQCgNphpAAAAABAA8sWiXX71W6eYLtysbjB82w==', 'mode': '0600', 'caps': {'mgr': 'allow rw', 'mon': 'allow r', 'osd': 'allow rw pool manila_data'}} 2026-02-20 10:45:48.855041 | fa163e8d-9a30-371f-566d-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:23.452726 | 0.98s 2026-02-20 10:45:48.858574 | fa163e8d-9a30-371f-566d-0000000031b1 | TIMING | tripleo_ceph_client : create cephx key(s) | undercloud | 0:12:23.456249 | 0.98s 2026-02-20 10:45:48.874793 | fa163e8d-9a30-371f-566d-000000003120 | TASK | Render ceph config for the Ceph Clients 2026-02-20 10:45:48.914298 | fa163e8d-9a30-371f-566d-000000003120 | TIMING | tripleo_ceph_client : Render ceph config for the Ceph Clients | undercloud | 0:12:23.511964 | 0.04s 2026-02-20 10:45:48.924698 | ecf10a42-d1e9-45a7-a337-226e4f875fdd | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/create_ceph_conf.yml | undercloud 2026-02-20 10:45:48.963749 | fa163e8d-9a30-371f-566d-000000003215 | TASK | create ceph.conf 2026-02-20 10:45:49.502234 | fa163e8d-9a30-371f-566d-000000003215 | CHANGED | create ceph.conf | undercloud 2026-02-20 10:45:49.503627 | fa163e8d-9a30-371f-566d-000000003215 | TIMING | tripleo_ceph_client : create ceph.conf | undercloud | 0:12:24.101300 | 0.54s 2026-02-20 10:45:49.522350 | fa163e8d-9a30-371f-566d-000000003121 | TASK | Configure Ceph Clients 2026-02-20 10:45:49.572775 | fa163e8d-9a30-371f-566d-000000003121 | TIMING | tripleo_ceph_client : Configure Ceph Clients | undercloud | 0:12:24.170444 | 0.05s 2026-02-20 10:45:49.591280 | c04a5ffe-fb91-4027-99e2-b67be22554c0 | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/sync.yml | undercloud 2026-02-20 10:45:49.632122 | fa163e8d-9a30-371f-566d-000000003284 | TASK | set effective ceph_clients without limit 2026-02-20 10:45:49.757098 | fa163e8d-9a30-371f-566d-000000003284 | OK | set effective ceph_clients without limit | undercloud 2026-02-20 10:45:49.758421 | fa163e8d-9a30-371f-566d-000000003284 | TIMING | tripleo_ceph_client : set effective ceph_clients without limit | undercloud | 0:12:24.356092 | 0.13s 2026-02-20 10:45:49.777040 | fa163e8d-9a30-371f-566d-000000003285 | TASK | set effective ceph_clients with limit 2026-02-20 10:45:49.848608 | fa163e8d-9a30-371f-566d-000000003285 | SKIPPED | set effective ceph_clients with limit | undercloud 2026-02-20 10:45:49.849679 | fa163e8d-9a30-371f-566d-000000003285 | TIMING | tripleo_ceph_client : set effective ceph_clients with limit | undercloud | 0:12:24.447353 | 0.07s 2026-02-20 10:45:49.868570 | fa163e8d-9a30-371f-566d-000000003286 | TASK | set distribution list from cross product of files and effective clients 2026-02-20 10:45:49.983628 | fa163e8d-9a30-371f-566d-000000003286 | OK | set distribution list from cross product of files and effective clients | undercloud 2026-02-20 10:45:49.984995 | fa163e8d-9a30-371f-566d-000000003286 | TIMING | tripleo_ceph_client : set distribution list from cross product of files and effective clients | undercloud | 0:12:24.582668 | 0.12s 2026-02-20 10:45:50.024484 | fa163e8d-9a30-371f-566d-000000003287 | TASK | Ensure /etc/ceph exists on all clients 2026-02-20 10:45:50.291346 | fa163e8d-9a30-371f-566d-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-kczqeche/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-000000003287') missing from stats 2026-02-20 10:45:50.524431 | fa163e8d-9a30-371f-566d-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-kczqeche/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-20 10:45:50.754290 | fa163e8d-9a30-371f-566d-000000003287 | OK | Ensure /etc/ceph exists on all clients | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-kczqeche/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-20 10:45:50.761832 | fa163e8d-9a30-371f-566d-000000003287 | TIMING | tripleo_ceph_client : Ensure /etc/ceph exists on all clients | undercloud | 0:12:25.359491 | 0.74s 2026-02-20 10:45:50.804077 | fa163e8d-9a30-371f-566d-000000003288 | TASK | push files to the other nodes of cluster 2026-02-20 10:45:51.318113 | fa163e8d-9a30-371f-566d-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-kczqeche/ceph_client_fetch_dir/ceph.client.openstack.keyring', 'standalone'] [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-000000003288') missing from stats 2026-02-20 10:45:51.799099 | fa163e8d-9a30-371f-566d-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-kczqeche/ceph_client_fetch_dir/ceph.client.manila.keyring', 'standalone'] 2026-02-20 10:45:52.275466 | fa163e8d-9a30-371f-566d-000000003288 | CHANGED | push files to the other nodes of cluster | undercloud -> 192.168.122.100 | item=['/root/standalone-ansible-kczqeche/ceph_client_fetch_dir/ceph.conf', 'standalone'] 2026-02-20 10:45:52.288174 | fa163e8d-9a30-371f-566d-000000003288 | TIMING | tripleo_ceph_client : push files to the other nodes of cluster | undercloud | 0:12:26.885845 | 1.48s 2026-02-20 10:45:52.307349 | fa163e8d-9a30-371f-566d-000000003122 | TASK | Clean ceph_client_fetch_dir 2026-02-20 10:45:52.358057 | fa163e8d-9a30-371f-566d-000000003122 | TIMING | tripleo_ceph_client : Clean ceph_client_fetch_dir | undercloud | 0:12:26.955728 | 0.05s 2026-02-20 10:45:52.369154 | 1fdfb3f6-bac4-4dc9-809a-0bc0a472550e | INCLUDED | /usr/share/ansible/roles/tripleo_ceph_client/tasks/fetch_dir.yml | undercloud 2026-02-20 10:45:52.415774 | fa163e8d-9a30-371f-566d-00000000331c | TASK | Clean any old fetch directory path 2026-02-20 10:45:52.671540 | fa163e8d-9a30-371f-566d-00000000331c | CHANGED | Clean any old fetch directory path | undercloud 2026-02-20 10:45:52.672854 | fa163e8d-9a30-371f-566d-00000000331c | TIMING | tripleo_ceph_client : Clean any old fetch directory path | undercloud | 0:12:27.270527 | 0.26s 2026-02-20 10:45:52.691247 | fa163e8d-9a30-371f-566d-00000000331d | TASK | Create ceph_client_fetch_dir for the current execution 2026-02-20 10:45:52.741088 | fa163e8d-9a30-371f-566d-00000000331d | SKIPPED | Create ceph_client_fetch_dir for the current execution | undercloud 2026-02-20 10:45:52.742275 | fa163e8d-9a30-371f-566d-00000000331d | TIMING | tripleo_ceph_client : Create ceph_client_fetch_dir for the current execution | undercloud | 0:12:27.339947 | 0.05s 2026-02-20 10:45:52.776303 | fa163e8d-9a30-371f-566d-00000000285f | TASK | tripleo client role 2026-02-20 10:45:52.804625 | fa163e8d-9a30-371f-566d-00000000285f | TIMING | tripleo client role | undercloud | 0:12:27.402289 | 0.03s 2026-02-20 10:45:52.822139 | fa163e8d-9a30-371f-566d-000000002860 | TASK | Load variables for standalone ganesha 2026-02-20 10:45:52.893100 | fa163e8d-9a30-371f-566d-000000002860 | SKIPPED | Load variables for standalone ganesha | undercloud 2026-02-20 10:45:52.894376 | fa163e8d-9a30-371f-566d-000000002860 | TIMING | Load variables for standalone ganesha | undercloud | 0:12:27.492049 | 0.07s 2026-02-20 10:45:52.912161 | fa163e8d-9a30-371f-566d-000000002861 | TASK | Config Standalone Ganesha 2026-02-20 10:45:52.983498 | fa163e8d-9a30-371f-566d-000000002861 | SKIPPED | Config Standalone Ganesha | undercloud 2026-02-20 10:45:52.984811 | fa163e8d-9a30-371f-566d-000000002861 | TIMING | Config Standalone Ganesha | undercloud | 0:12:27.582483 | 0.07s PLAY [Deploy step tasks for 2] ************************************************* 2026-02-20 10:45:53.123877 | fa163e8d-9a30-371f-566d-0000000000ca | TASK | Deploy step tasks for 2 2026-02-20 10:45:53.151963 | fa163e8d-9a30-371f-566d-0000000000ca | OK | Deploy step tasks for 2 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 2' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8d-9a30-371f-566d-0000000000ca') missing from stats 2026-02-20 10:45:53.174550 | fa163e8d-9a30-371f-566d-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-02-20 10:45:53.667711 | fa163e8d-9a30-371f-566d-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-02-20 10:45:53.669150 | fa163e8d-9a30-371f-566d-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:12:28.266824 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-20 10:45:53.738583 | fa163e8d-9a30-371f-566d-0000000000cc | TIMING | include_tasks | standalone | 0:12:28.336255 | 0.04s 2026-02-20 10:45:53.833253 | db5e2e3c-3fb8-4175-a59c-a8c829915d44 | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-02-20 10:45:53.868897 | fa163e8d-9a30-371f-566d-0000000033e3 | TASK | Push script 2026-02-20 10:45:54.360601 | fa163e8d-9a30-371f-566d-0000000033e3 | CHANGED | Push script | standalone 2026-02-20 10:45:54.361938 | fa163e8d-9a30-371f-566d-0000000033e3 | TIMING | Push script | standalone | 0:12:28.959611 | 0.49s 2026-02-20 10:45:54.390983 | fa163e8d-9a30-371f-566d-0000000033e4 | TASK | Insert cronjob in root crontab 2026-02-20 10:45:54.783526 | fa163e8d-9a30-371f-566d-0000000033e4 | CHANGED | Insert cronjob in root crontab | standalone 2026-02-20 10:45:54.784892 | fa163e8d-9a30-371f-566d-0000000033e4 | TIMING | Insert cronjob in root crontab | standalone | 0:12:29.382563 | 0.39s 2026-02-20 10:45:54.815228 | fa163e8d-9a30-371f-566d-0000000033eb | TASK | Gather variables for each operating system 2026-02-20 10:45:54.931668 | fa163e8d-9a30-371f-566d-0000000033eb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:12:29.529334 | 0.11s 2026-02-20 10:45:54.962824 | fa163e8d-9a30-371f-566d-0000000033ec | TASK | Detect if resource is being created or already exists 2026-02-20 10:45:55.715643 | fa163e8d-9a30-371f-566d-0000000033ec | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-20 10:45:55.717005 | fa163e8d-9a30-371f-566d-0000000033ec | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:12:30.314677 | 0.75s 2026-02-20 10:45:55.747891 | fa163e8d-9a30-371f-566d-0000000033ed | TASK | Run init bundle puppet on the host for haproxy 2026-02-20 10:47:41.064361 | fa163e8d-9a30-371f-566d-0000000033ed | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-02-20 10:47:41.066074 | fa163e8d-9a30-371f-566d-0000000033ed | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:14:15.663748 | 105.32s 2026-02-20 10:47:41.098252 | fa163e8d-9a30-371f-566d-0000000033ee | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-02-20 10:47:41.372043 | fa163e8d-9a30-371f-566d-0000000033ee | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-02-20 10:47:41.373457 | fa163e8d-9a30-371f-566d-0000000033ee | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:14:15.971129 | 0.27s 2026-02-20 10:47:41.403540 | fa163e8d-9a30-371f-566d-0000000033ef | TASK | Run pacemaker restart if the config file for the service changed 2026-02-20 10:47:42.018191 | fa163e8d-9a30-371f-566d-0000000033ef | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-20 10:47:42.019590 | fa163e8d-9a30-371f-566d-0000000033ef | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:16.617261 | 0.61s 2026-02-20 10:47:42.050729 | fa163e8d-9a30-371f-566d-0000000033f0 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-02-20 10:47:42.303065 | fa163e8d-9a30-371f-566d-0000000033f0 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-02-20 10:47:42.304287 | fa163e8d-9a30-371f-566d-0000000033f0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:14:16.901960 | 0.25s 2026-02-20 10:47:42.335578 | fa163e8d-9a30-371f-566d-0000000033f2 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-02-20 10:47:42.387799 | fa163e8d-9a30-371f-566d-0000000033f2 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-02-20 10:47:42.389024 | fa163e8d-9a30-371f-566d-0000000033f2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:14:16.986696 | 0.05s 2026-02-20 10:47:42.420220 | fa163e8d-9a30-371f-566d-0000000033f3 | TASK | Get container image tag from bundle haproxy-bundle 2026-02-20 10:47:42.473927 | fa163e8d-9a30-371f-566d-0000000033f3 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-02-20 10:47:42.475118 | fa163e8d-9a30-371f-566d-0000000033f3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:14:17.072791 | 0.05s 2026-02-20 10:47:42.506428 | fa163e8d-9a30-371f-566d-0000000033f4 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-02-20 10:47:42.558019 | fa163e8d-9a30-371f-566d-0000000033f4 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-02-20 10:47:42.559468 | fa163e8d-9a30-371f-566d-0000000033f4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:14:17.157138 | 0.05s 2026-02-20 10:47:42.592135 | fa163e8d-9a30-371f-566d-0000000033f5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-20 10:47:42.643140 | fa163e8d-9a30-371f-566d-0000000033f5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-20 10:47:42.644189 | fa163e8d-9a30-371f-566d-0000000033f5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:17.241863 | 0.05s 2026-02-20 10:47:42.674970 | fa163e8d-9a30-371f-566d-0000000033f6 | TASK | Remove update marker for bundle haproxy-bundle 2026-02-20 10:47:42.726270 | fa163e8d-9a30-371f-566d-0000000033f6 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-02-20 10:47:42.727504 | fa163e8d-9a30-371f-566d-0000000033f6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:14:17.325177 | 0.05s 2026-02-20 10:47:42.783158 | fa163e8d-9a30-371f-566d-000000003417 | TASK | Gather variables for each operating system 2026-02-20 10:47:42.899094 | fa163e8d-9a30-371f-566d-000000003417 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:17.496763 | 0.11s 2026-02-20 10:47:42.929091 | fa163e8d-9a30-371f-566d-000000003418 | TASK | Detect if resource is being created or already exists 2026-02-20 10:47:43.607186 | fa163e8d-9a30-371f-566d-000000003418 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-20 10:47:43.608544 | fa163e8d-9a30-371f-566d-000000003418 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:18.206218 | 0.68s 2026-02-20 10:47:43.639408 | fa163e8d-9a30-371f-566d-000000003419 | TASK | Run init bundle puppet on the host for mysql 2026-02-20 10:48:10.737303 | fa163e8d-9a30-371f-566d-000000003419 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-02-20 10:48:10.739097 | fa163e8d-9a30-371f-566d-000000003419 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:14:45.336769 | 27.10s 2026-02-20 10:48:10.773018 | fa163e8d-9a30-371f-566d-00000000341a | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-02-20 10:48:11.050250 | fa163e8d-9a30-371f-566d-00000000341a | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-02-20 10:48:11.051784 | fa163e8d-9a30-371f-566d-00000000341a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:14:45.649455 | 0.28s 2026-02-20 10:48:11.082096 | fa163e8d-9a30-371f-566d-00000000341b | TASK | Run pacemaker restart if the config file for the service changed 2026-02-20 10:48:11.517503 | fa163e8d-9a30-371f-566d-00000000341b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-20 10:48:11.518986 | fa163e8d-9a30-371f-566d-00000000341b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:14:46.116658 | 0.44s 2026-02-20 10:48:11.550387 | fa163e8d-9a30-371f-566d-00000000341c | TASK | Check if an image update marker exists for bundle galera-bundle 2026-02-20 10:48:11.793849 | fa163e8d-9a30-371f-566d-00000000341c | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-02-20 10:48:11.795275 | fa163e8d-9a30-371f-566d-00000000341c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:14:46.392947 | 0.24s 2026-02-20 10:48:11.826491 | fa163e8d-9a30-371f-566d-00000000341e | TASK | Get container image tag from marker for bundle galera-bundle 2026-02-20 10:48:11.887964 | fa163e8d-9a30-371f-566d-00000000341e | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-02-20 10:48:11.889239 | fa163e8d-9a30-371f-566d-00000000341e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:14:46.486910 | 0.06s 2026-02-20 10:48:11.947543 | fa163e8d-9a30-371f-566d-00000000341f | TASK | Get container image tag from bundle galera-bundle 2026-02-20 10:48:11.987164 | fa163e8d-9a30-371f-566d-00000000341f | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-02-20 10:48:11.988198 | fa163e8d-9a30-371f-566d-00000000341f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:14:46.585875 | 0.04s 2026-02-20 10:48:12.012083 | fa163e8d-9a30-371f-566d-000000003420 | TASK | Compare tags between marker and bundle galera-bundle 2026-02-20 10:48:12.055667 | fa163e8d-9a30-371f-566d-000000003420 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-02-20 10:48:12.056436 | fa163e8d-9a30-371f-566d-000000003420 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:14:46.654116 | 0.04s 2026-02-20 10:48:12.081033 | fa163e8d-9a30-371f-566d-000000003421 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-20 10:48:12.140278 | fa163e8d-9a30-371f-566d-000000003421 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-20 10:48:12.141493 | fa163e8d-9a30-371f-566d-000000003421 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:14:46.739166 | 0.06s 2026-02-20 10:48:12.176480 | fa163e8d-9a30-371f-566d-000000003422 | TASK | Remove update marker for bundle galera-bundle 2026-02-20 10:48:12.230799 | fa163e8d-9a30-371f-566d-000000003422 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-02-20 10:48:12.232253 | fa163e8d-9a30-371f-566d-000000003422 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:14:46.829925 | 0.05s 2026-02-20 10:48:12.289036 | fa163e8d-9a30-371f-566d-000000003443 | TASK | Gather variables for each operating system 2026-02-20 10:48:12.405240 | fa163e8d-9a30-371f-566d-000000003443 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:47.002907 | 0.11s 2026-02-20 10:48:12.435723 | fa163e8d-9a30-371f-566d-000000003444 | TASK | Detect if resource is being created or already exists 2026-02-20 10:48:13.186475 | fa163e8d-9a30-371f-566d-000000003444 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-20 10:48:13.187939 | fa163e8d-9a30-371f-566d-000000003444 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:47.785613 | 0.75s 2026-02-20 10:48:13.219554 | fa163e8d-9a30-371f-566d-000000003445 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-02-20 10:48:38.852717 | fa163e8d-9a30-371f-566d-000000003445 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-02-20 10:48:38.854860 | fa163e8d-9a30-371f-566d-000000003445 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:15:13.452528 | 25.63s 2026-02-20 10:48:38.889181 | fa163e8d-9a30-371f-566d-000000003446 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-02-20 10:48:39.198815 | fa163e8d-9a30-371f-566d-000000003446 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-02-20 10:48:39.200639 | fa163e8d-9a30-371f-566d-000000003446 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:15:13.798308 | 0.31s 2026-02-20 10:48:39.233289 | fa163e8d-9a30-371f-566d-000000003447 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-20 10:48:39.691611 | fa163e8d-9a30-371f-566d-000000003447 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-20 10:48:39.693414 | fa163e8d-9a30-371f-566d-000000003447 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:14.291087 | 0.46s 2026-02-20 10:48:39.726070 | fa163e8d-9a30-371f-566d-000000003448 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-02-20 10:48:40.004944 | fa163e8d-9a30-371f-566d-000000003448 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-02-20 10:48:40.006004 | fa163e8d-9a30-371f-566d-000000003448 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:15:14.603685 | 0.28s 2026-02-20 10:48:40.027736 | fa163e8d-9a30-371f-566d-00000000344a | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-02-20 10:48:40.075618 | fa163e8d-9a30-371f-566d-00000000344a | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-02-20 10:48:40.076496 | fa163e8d-9a30-371f-566d-00000000344a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:15:14.674180 | 0.05s 2026-02-20 10:48:40.097192 | fa163e8d-9a30-371f-566d-00000000344b | TASK | Get container image tag from bundle rabbitmq-bundle 2026-02-20 10:48:40.147981 | fa163e8d-9a30-371f-566d-00000000344b | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-02-20 10:48:40.149170 | fa163e8d-9a30-371f-566d-00000000344b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:15:14.746842 | 0.05s 2026-02-20 10:48:40.180365 | fa163e8d-9a30-371f-566d-00000000344c | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-02-20 10:48:40.239227 | fa163e8d-9a30-371f-566d-00000000344c | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-02-20 10:48:40.240980 | fa163e8d-9a30-371f-566d-00000000344c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:15:14.838654 | 0.06s 2026-02-20 10:48:40.274098 | fa163e8d-9a30-371f-566d-00000000344d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-20 10:48:40.327636 | fa163e8d-9a30-371f-566d-00000000344d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-20 10:48:40.329021 | fa163e8d-9a30-371f-566d-00000000344d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:14.926692 | 0.05s 2026-02-20 10:48:40.361746 | fa163e8d-9a30-371f-566d-00000000344e | TASK | Remove update marker for bundle rabbitmq-bundle 2026-02-20 10:48:40.405582 | fa163e8d-9a30-371f-566d-00000000344e | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-02-20 10:48:40.406950 | fa163e8d-9a30-371f-566d-00000000344e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:15:15.004621 | 0.04s 2026-02-20 10:48:40.463860 | fa163e8d-9a30-371f-566d-00000000346f | TASK | Gather variables for each operating system 2026-02-20 10:48:40.579989 | fa163e8d-9a30-371f-566d-00000000346f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:15.177652 | 0.11s 2026-02-20 10:48:40.611533 | fa163e8d-9a30-371f-566d-000000003470 | TASK | Detect if resource is being created or already exists 2026-02-20 10:48:41.482656 | fa163e8d-9a30-371f-566d-000000003470 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-20 10:48:41.484221 | fa163e8d-9a30-371f-566d-000000003470 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:16.081891 | 0.87s 2026-02-20 10:48:41.516820 | fa163e8d-9a30-371f-566d-000000003471 | TASK | Run init bundle puppet on the host for redis 2026-02-20 10:49:07.617204 | fa163e8d-9a30-371f-566d-000000003471 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-02-20 10:49:07.619093 | fa163e8d-9a30-371f-566d-000000003471 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:15:42.216770 | 26.10s 2026-02-20 10:49:07.641615 | fa163e8d-9a30-371f-566d-000000003472 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-02-20 10:49:07.904169 | fa163e8d-9a30-371f-566d-000000003472 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-02-20 10:49:07.905818 | fa163e8d-9a30-371f-566d-000000003472 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:15:42.503488 | 0.26s 2026-02-20 10:49:07.936815 | fa163e8d-9a30-371f-566d-000000003473 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-20 10:49:08.413802 | fa163e8d-9a30-371f-566d-000000003473 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-20 10:49:08.414732 | fa163e8d-9a30-371f-566d-000000003473 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:15:43.012414 | 0.48s 2026-02-20 10:49:08.436093 | fa163e8d-9a30-371f-566d-000000003474 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-02-20 10:49:08.682372 | fa163e8d-9a30-371f-566d-000000003474 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-02-20 10:49:08.684012 | fa163e8d-9a30-371f-566d-000000003474 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:15:43.281684 | 0.25s 2026-02-20 10:49:08.718194 | fa163e8d-9a30-371f-566d-000000003476 | TASK | Get container image tag from marker for bundle redis-bundle 2026-02-20 10:49:08.787412 | fa163e8d-9a30-371f-566d-000000003476 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-02-20 10:49:08.789282 | fa163e8d-9a30-371f-566d-000000003476 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:15:43.386948 | 0.07s 2026-02-20 10:49:08.822270 | fa163e8d-9a30-371f-566d-000000003477 | TASK | Get container image tag from bundle redis-bundle 2026-02-20 10:49:08.876869 | fa163e8d-9a30-371f-566d-000000003477 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-02-20 10:49:08.878542 | fa163e8d-9a30-371f-566d-000000003477 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:15:43.476209 | 0.05s 2026-02-20 10:49:08.914122 | fa163e8d-9a30-371f-566d-000000003478 | TASK | Compare tags between marker and bundle redis-bundle 2026-02-20 10:49:08.971179 | fa163e8d-9a30-371f-566d-000000003478 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-02-20 10:49:08.973288 | fa163e8d-9a30-371f-566d-000000003478 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:15:43.570944 | 0.06s 2026-02-20 10:49:09.008765 | fa163e8d-9a30-371f-566d-000000003479 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-20 10:49:09.072177 | fa163e8d-9a30-371f-566d-000000003479 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-20 10:49:09.073575 | fa163e8d-9a30-371f-566d-000000003479 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:15:43.671247 | 0.06s 2026-02-20 10:49:09.111157 | fa163e8d-9a30-371f-566d-00000000347a | TASK | Remove update marker for bundle redis-bundle 2026-02-20 10:49:09.188564 | fa163e8d-9a30-371f-566d-00000000347a | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-02-20 10:49:09.190021 | fa163e8d-9a30-371f-566d-00000000347a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:15:43.787693 | 0.08s 2026-02-20 10:49:09.246944 | fa163e8d-9a30-371f-566d-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-02-20 10:49:09.439705 | fa163e8d-9a30-371f-566d-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-02-20 10:49:09.440664 | fa163e8d-9a30-371f-566d-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:15:44.038343 | 0.19s 2026-02-20 10:49:09.543236 | fa163e8d-9a30-371f-566d-0000000000cf | TIMING | include_tasks | standalone | 0:15:44.140911 | 0.08s 2026-02-20 10:49:09.568269 | c8bb623e-709e-4704-aab9-60898929dff1 | INCLUDED | /root/standalone-ansible-kczqeche/common_deploy_steps_tasks.yaml | standalone 2026-02-20 10:49:09.593109 | fa163e8d-9a30-371f-566d-00000000350f | TASK | Write the config_step hieradata 2026-02-20 10:49:10.094060 | fa163e8d-9a30-371f-566d-00000000350f | OK | Write the config_step hieradata | standalone 2026-02-20 10:49:10.095730 | fa163e8d-9a30-371f-566d-00000000350f | TIMING | Write the config_step hieradata | standalone | 0:15:44.693398 | 0.50s 2026-02-20 10:49:10.129553 | fa163e8d-9a30-371f-566d-000000003510 | TASK | Run puppet host configuration for step 2 2026-02-20 10:49:10.463221 | fa163e8d-9a30-371f-566d-000000003510 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-02-20 10:49:10.464879 | fa163e8d-9a30-371f-566d-000000003510 | TIMING | Run puppet host configuration for step 2 | standalone | 0:15:45.062553 | 0.33s 2026-02-20 10:49:10.497461 | fa163e8d-9a30-371f-566d-000000003511 | TASK | Wait for puppet host configuration to finish 2026-02-20 10:49:10.746375 | fa163e8d-9a30-371f-566d-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-20 10:49:20.973830 | fa163e8d-9a30-371f-566d-000000003511 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-20 10:49:31.207862 | fa163e8d-9a30-371f-566d-000000003511 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-20 10:49:31.209503 | fa163e8d-9a30-371f-566d-000000003511 | TIMING | Wait for puppet host configuration to finish | standalone | 0:16:05.807176 | 20.71s 2026-02-20 10:49:31.240543 | fa163e8d-9a30-371f-566d-000000003512 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-02-20 10:49:31.329043 | fa163e8d-9a30-371f-566d-000000003512 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 20 10:49:10 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 20 10:49:15 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 20 10:49:15 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 20 10:49:15 puppet-user: (file & line not available)", "<13>Feb 20 10:49:15 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 20 10:49:15 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 20 10:49:15 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 20 10:49:15 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.56 seconds", "<13>Feb 20 10:49:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 20 10:49:24 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 20 10:49:26 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 20 10:49:26 puppet-user: Notice: Applied catalog in 10.61 seconds", "<13>Feb 20 10:49:26 puppet-user: Application:", "<13>Feb 20 10:49:26 puppet-user: Initial environment: production", "<13>Feb 20 10:49:26 puppet-user: Converged environment: production", "<13>Feb 20 10:49:26 puppet-user: Run mode: user", "<13>Feb 20 10:49:26 puppet-user: Changes:", "<13>Feb 20 10:49:26 puppet-user: Total: 2", "<13>Feb 20 10:49:26 puppet-user: Events:", "<13>Feb 20 10:49:26 puppet-user: Success: 2", "<13>Feb 20 10:49:26 puppet-user: Resources:", "<13>Feb 20 10:49:26 puppet-user: Changed: 2", "<13>Feb 20 10:49:26 puppet-user: Out of sync: 2", "<13>Feb 20 10:49:26 puppet-user: Total: 28", "<13>Feb 20 10:49:26 puppet-user: Time:", "<13>Feb 20 10:49:26 puppet-user: Filebucket: 0.00", "<13>Feb 20 10:49:26 puppet-user: Schedule: 0.00", "<13>Feb 20 10:49:26 puppet-user: File line: 0.00", "<13>Feb 20 10:49:26 puppet-user: Package: 0.00", "<13>Feb 20 10:49:26 puppet-user: File: 0.00", "<13>Feb 20 10:49:26 puppet-user: User: 0.01", "<13>Feb 20 10:49:26 puppet-user: Augeas: 0.02", "<13>Feb 20 10:49:26 puppet-user: Service: 0.09", "<13>Feb 20 10:49:26 puppet-user: Config retrieval: 0.60", "<13>Feb 20 10:49:26 puppet-user: Pcmk property: 1.60", "<13>Feb 20 10:49:26 puppet-user: Transaction evaluation: 10.58", "<13>Feb 20 10:49:26 puppet-user: Catalog application: 10.61", "<13>Feb 20 10:49:26 puppet-user: Last run: 1771584566", "<13>Feb 20 10:49:26 puppet-user: Exec: 2.14", "<13>Feb 20 10:49:26 puppet-user: Pcmk resource op default: 3.13", "<13>Feb 20 10:49:26 puppet-user: Pcmk resource default: 3.35", "<13>Feb 20 10:49:26 puppet-user: Total: 10.62", "<13>Feb 20 10:49:26 puppet-user: Version:", "<13>Feb 20 10:49:26 puppet-user: Config: 1771584554", "<13>Feb 20 10:49:26 puppet-user: Puppet: 7.10.0" ] } 2026-02-20 10:49:31.330474 | fa163e8d-9a30-371f-566d-000000003512 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:16:05.928144 | 0.09s 2026-02-20 10:49:31.360888 | fa163e8d-9a30-371f-566d-000000003513 | TASK | Pre-cache facts for puppet containers 2026-02-20 10:49:31.392347 | fa163e8d-9a30-371f-566d-000000003513 | TIMING | Pre-cache facts for puppet containers | standalone | 0:16:05.989982 | 0.03s 2026-02-20 10:49:31.473692 | fa163e8d-9a30-371f-566d-000000003552 | TASK | Gather variables for each operating system 2026-02-20 10:49:31.593634 | fa163e8d-9a30-371f-566d-000000003552 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:16:06.191295 | 0.12s 2026-02-20 10:49:31.625714 | fa163e8d-9a30-371f-566d-000000003553 | TASK | Create puppet caching structures 2026-02-20 10:49:31.921353 | fa163e8d-9a30-371f-566d-000000003553 | CHANGED | Create puppet caching structures | standalone 2026-02-20 10:49:31.923336 | fa163e8d-9a30-371f-566d-000000003553 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:16:06.520973 | 0.30s 2026-02-20 10:49:31.956692 | fa163e8d-9a30-371f-566d-000000003554 | TASK | Check for facter.conf 2026-02-20 10:49:32.227700 | fa163e8d-9a30-371f-566d-000000003554 | OK | Check for facter.conf | standalone 2026-02-20 10:49:32.229216 | fa163e8d-9a30-371f-566d-000000003554 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:16:06.826888 | 0.27s 2026-02-20 10:49:32.259217 | fa163e8d-9a30-371f-566d-000000003555 | TASK | Remove facter.conf if directory 2026-02-20 10:49:32.312749 | fa163e8d-9a30-371f-566d-000000003555 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-20 10:49:32.313849 | fa163e8d-9a30-371f-566d-000000003555 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:16:06.911522 | 0.05s 2026-02-20 10:49:32.343666 | fa163e8d-9a30-371f-566d-000000003556 | TASK | Write facter cache config 2026-02-20 10:49:32.909228 | fa163e8d-9a30-371f-566d-000000003556 | CHANGED | Write facter cache config | standalone 2026-02-20 10:49:32.911994 | fa163e8d-9a30-371f-566d-000000003556 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:16:07.509663 | 0.57s 2026-02-20 10:49:32.942372 | fa163e8d-9a30-371f-566d-000000003557 | TASK | Cleanup facter cache if exists 2026-02-20 10:49:33.177082 | fa163e8d-9a30-371f-566d-000000003557 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-20 10:49:33.179080 | fa163e8d-9a30-371f-566d-000000003557 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:16:07.776742 | 0.23s 2026-02-20 10:49:33.210766 | fa163e8d-9a30-371f-566d-000000003558 | TASK | Pre-cache facts 2026-02-20 10:49:33.817894 | fa163e8d-9a30-371f-566d-000000003558 | CHANGED | Pre-cache facts | standalone 2026-02-20 10:49:33.819523 | fa163e8d-9a30-371f-566d-000000003558 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:16:08.417202 | 0.61s 2026-02-20 10:49:33.844085 | fa163e8d-9a30-371f-566d-000000003559 | TASK | Failed deployment if facter fails 2026-02-20 10:49:33.882926 | fa163e8d-9a30-371f-566d-000000003559 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-20 10:49:33.883905 | fa163e8d-9a30-371f-566d-000000003559 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:16:08.481585 | 0.04s 2026-02-20 10:49:33.917501 | fa163e8d-9a30-371f-566d-00000000355a | TASK | Sync cached facts 2026-02-20 10:49:34.230894 | fa163e8d-9a30-371f-566d-00000000355a | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-00000000355a') missing from stats 2026-02-20 10:49:34.291361 | fa163e8d-9a30-371f-566d-000000003514 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-20 10:49:34.342610 | fa163e8d-9a30-371f-566d-000000003514 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-20 10:49:34.343862 | fa163e8d-9a30-371f-566d-000000003514 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:16:08.941532 | 0.05s 2026-02-20 10:49:34.375131 | fa163e8d-9a30-371f-566d-000000003516 | TASK | Manage containers for step 2 with tripleo-ansible 2026-02-20 10:49:34.404640 | fa163e8d-9a30-371f-566d-000000003516 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:16:09.002302 | 0.03s 2026-02-20 10:49:34.472160 | fa163e8d-9a30-371f-566d-0000000035b1 | TASK | Gather variables for each operating system 2026-02-20 10:49:34.584918 | fa163e8d-9a30-371f-566d-0000000035b1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:09.182565 | 0.11s 2026-02-20 10:49:34.617031 | fa163e8d-9a30-371f-566d-0000000035b2 | TASK | Create container logs path 2026-02-20 10:49:34.882756 | fa163e8d-9a30-371f-566d-0000000035b2 | OK | Create container logs path | standalone 2026-02-20 10:49:34.884347 | fa163e8d-9a30-371f-566d-0000000035b2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:09.481996 | 0.27s 2026-02-20 10:49:34.918848 | fa163e8d-9a30-371f-566d-0000000035b4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-02-20 10:49:35.219442 | fa163e8d-9a30-371f-566d-0000000035b4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-20 10:49:35.220954 | fa163e8d-9a30-371f-566d-0000000035b4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:09.818624 | 0.30s 2026-02-20 10:49:35.252664 | fa163e8d-9a30-371f-566d-0000000035b5 | TASK | Finalise hashes for all containers 2026-02-20 10:49:35.343427 | fa163e8d-9a30-371f-566d-0000000035b5 | OK | Finalise hashes for all containers | standalone 2026-02-20 10:49:35.344608 | fa163e8d-9a30-371f-566d-0000000035b5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:09.942280 | 0.09s 2026-02-20 10:49:35.374285 | fa163e8d-9a30-371f-566d-0000000035b7 | TASK | Manage systemd shutdown files 2026-02-20 10:49:35.411244 | fa163e8d-9a30-371f-566d-0000000035b7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:10.008901 | 0.04s 2026-02-20 10:49:35.446623 | 89357fe1-1101-49cc-9724-e0eccdbdbc1f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-20 10:49:35.474440 | fa163e8d-9a30-371f-566d-0000000035ea | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-20 10:49:35.750068 | fa163e8d-9a30-371f-566d-0000000035ea | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-20 10:49:35.751966 | fa163e8d-9a30-371f-566d-0000000035ea | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:16:10.349640 | 0.28s 2026-02-20 10:49:35.783183 | fa163e8d-9a30-371f-566d-0000000035eb | TASK | Set podman_drop_in fact 2026-02-20 10:49:35.847294 | fa163e8d-9a30-371f-566d-0000000035eb | OK | Set podman_drop_in fact | standalone 2026-02-20 10:49:35.848709 | fa163e8d-9a30-371f-566d-0000000035eb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:16:10.446383 | 0.06s 2026-02-20 10:49:35.880209 | fa163e8d-9a30-371f-566d-0000000035ed | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-20 10:49:36.394947 | fa163e8d-9a30-371f-566d-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-20 10:49:36.398951 | fa163e8d-9a30-371f-566d-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:10.996601 | 0.52s 2026-02-20 10:49:36.864460 | fa163e8d-9a30-371f-566d-0000000035ed | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-20 10:49:36.866756 | fa163e8d-9a30-371f-566d-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:11.464432 | 0.99s 2026-02-20 10:49:36.877996 | fa163e8d-9a30-371f-566d-0000000035ed | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:16:11.475667 | 1.00s 2026-02-20 10:49:36.910662 | fa163e8d-9a30-371f-566d-0000000035ee | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-20 10:49:37.465768 | fa163e8d-9a30-371f-566d-0000000035ee | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-20 10:49:37.467438 | fa163e8d-9a30-371f-566d-0000000035ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:16:12.065109 | 0.56s 2026-02-20 10:49:37.497627 | fa163e8d-9a30-371f-566d-0000000035ef | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-20 10:49:38.046764 | fa163e8d-9a30-371f-566d-0000000035ef | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-20 10:49:38.048374 | fa163e8d-9a30-371f-566d-0000000035ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:16:12.646047 | 0.55s 2026-02-20 10:49:38.078834 | fa163e8d-9a30-371f-566d-0000000035f0 | TASK | Enable and start tripleo-container-shutdown 2026-02-20 10:49:38.759028 | fa163e8d-9a30-371f-566d-0000000035f0 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-20 10:49:38.761260 | fa163e8d-9a30-371f-566d-0000000035f0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:16:13.358932 | 0.68s 2026-02-20 10:49:38.792368 | fa163e8d-9a30-371f-566d-0000000035f1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-20 10:49:39.333086 | fa163e8d-9a30-371f-566d-0000000035f1 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-20 10:49:39.334081 | fa163e8d-9a30-371f-566d-0000000035f1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:16:13.931765 | 0.54s 2026-02-20 10:49:39.357080 | fa163e8d-9a30-371f-566d-0000000035f2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-20 10:49:39.893192 | fa163e8d-9a30-371f-566d-0000000035f2 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-20 10:49:39.895012 | fa163e8d-9a30-371f-566d-0000000035f2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:16:14.492685 | 0.54s 2026-02-20 10:49:39.925388 | fa163e8d-9a30-371f-566d-0000000035f3 | TASK | Enable and start netns-placeholder 2026-02-20 10:49:40.737932 | fa163e8d-9a30-371f-566d-0000000035f3 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-20 10:49:40.741283 | fa163e8d-9a30-371f-566d-0000000035f3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:16:15.338947 | 0.81s 2026-02-20 10:49:40.773567 | fa163e8d-9a30-371f-566d-0000000035b9 | TASK | Update container configs with new config hashes 2026-02-20 10:49:40.836596 | fa163e8d-9a30-371f-566d-0000000035b9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:15.434266 | 0.06s 2026-02-20 10:49:40.857365 | 57e38887-96ea-4c18-b9cd-377f5ff40f7a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-20 10:49:40.891752 | fa163e8d-9a30-371f-566d-00000000361b | TASK | Update config hashes for container startup configs 2026-02-20 10:49:41.188640 | fa163e8d-9a30-371f-566d-00000000361b | OK | Update config hashes for container startup configs | standalone 2026-02-20 10:49:41.190143 | fa163e8d-9a30-371f-566d-00000000361b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:16:15.787815 | 0.30s 2026-02-20 10:49:41.222600 | fa163e8d-9a30-371f-566d-0000000035ba | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-20 10:49:41.284214 | fa163e8d-9a30-371f-566d-0000000035ba | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:15.881882 | 0.06s 2026-02-20 10:49:41.307760 | 591da376-57ec-4bb5-b984-33649bb8558c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:49:41.345397 | fa163e8d-9a30-371f-566d-00000000363a | TASK | Gather podman infos 2026-02-20 10:49:42.346413 | fa163e8d-9a30-371f-566d-00000000363a | OK | Gather podman infos | standalone 2026-02-20 10:49:42.348035 | fa163e8d-9a30-371f-566d-00000000363a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:16.945707 | 1.00s 2026-02-20 10:49:42.429651 | fa163e8d-9a30-371f-566d-00000000363b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-20 10:49:42.499565 | fa163e8d-9a30-371f-566d-00000000363b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:17.097166 | 0.06s 2026-02-20 10:49:42.650387 | fa163e8d-9a30-371f-566d-000000003684 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:17.248052 | 0.09s 2026-02-20 10:49:42.714689 | fa163e8d-9a30-371f-566d-0000000035bb | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-20 10:49:42.768581 | fa163e8d-9a30-371f-566d-0000000035bb | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:17.366244 | 0.05s 2026-02-20 10:49:42.784926 | 29db4a11-1079-48b6-abf3-e262ac650883 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:49:42.820329 | fa163e8d-9a30-371f-566d-0000000036aa | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-20 10:50:00.869526 | fa163e8d-9a30-371f-566d-0000000036aa | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-20 10:50:00.871205 | fa163e8d-9a30-371f-566d-0000000036aa | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:35.468885 | 18.05s 2026-02-20 10:50:00.892937 | fa163e8d-9a30-371f-566d-0000000036ab | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-20 10:50:03.842138 | fa163e8d-9a30-371f-566d-0000000036ab | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-20 10:50:03.843826 | fa163e8d-9a30-371f-566d-0000000036ab | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:16:38.441501 | 2.95s 2026-02-20 10:50:03.918779 | fa163e8d-9a30-371f-566d-000000003518 | TASK | Clean container_puppet_tasks for standalone step 2 2026-02-20 10:50:04.164555 | fa163e8d-9a30-371f-566d-000000003518 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-02-20 10:50:04.166101 | fa163e8d-9a30-371f-566d-000000003518 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:16:38.763774 | 0.24s 2026-02-20 10:50:04.215471 | fa163e8d-9a30-371f-566d-000000003519 | TASK | Calculate container_puppet_tasks for standalone step 2 2026-02-20 10:50:04.283964 | fa163e8d-9a30-371f-566d-000000003519 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:16:38.881622 | 0.07s 2026-02-20 10:50:04.316628 | fa163e8d-9a30-371f-566d-00000000351a | TASK | Include container-puppet tasks for step 2 2026-02-20 10:50:04.374542 | fa163e8d-9a30-371f-566d-00000000351a | TIMING | Include container-puppet tasks for step 2 | standalone | 0:16:38.972206 | 0.06s 2026-02-20 10:50:04.400410 | 06e67e70-4aac-43c6-bc45-e7d960c91315 | INCLUDED | /root/standalone-ansible-kczqeche/host-container-puppet-tasks.yaml | standalone 2026-02-20 10:50:04.450138 | fa163e8d-9a30-371f-566d-0000000036f6 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-02-20 10:50:04.979764 | fa163e8d-9a30-371f-566d-0000000036f6 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-02-20 10:50:04.981140 | fa163e8d-9a30-371f-566d-0000000036f6 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:16:39.578813 | 0.53s 2026-02-20 10:50:05.015780 | fa163e8d-9a30-371f-566d-0000000036f8 | TASK | Generate container puppet configs for step 2 2026-02-20 10:50:06.143769 | fa163e8d-9a30-371f-566d-0000000036f8 | OK | Generate container puppet configs for step 2 | standalone 2026-02-20 10:50:06.145150 | fa163e8d-9a30-371f-566d-0000000036f8 | TIMING | Generate container puppet configs for step 2 | standalone | 0:16:40.742823 | 1.13s 2026-02-20 10:50:06.175952 | fa163e8d-9a30-371f-566d-0000000036f9 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-02-20 10:50:06.206723 | fa163e8d-9a30-371f-566d-0000000036f9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:16:40.804390 | 0.03s 2026-02-20 10:50:06.276825 | fa163e8d-9a30-371f-566d-000000003728 | TASK | Gather variables for each operating system 2026-02-20 10:50:06.392933 | fa163e8d-9a30-371f-566d-000000003728 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:40.990597 | 0.11s 2026-02-20 10:50:06.423127 | fa163e8d-9a30-371f-566d-000000003729 | TASK | Create container logs path 2026-02-20 10:50:06.666810 | fa163e8d-9a30-371f-566d-000000003729 | OK | Create container logs path | standalone 2026-02-20 10:50:06.668223 | fa163e8d-9a30-371f-566d-000000003729 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:41.265896 | 0.24s 2026-02-20 10:50:06.702495 | fa163e8d-9a30-371f-566d-00000000372b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-20 10:50:06.971302 | fa163e8d-9a30-371f-566d-00000000372b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-20 10:50:06.972675 | fa163e8d-9a30-371f-566d-00000000372b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:41.570346 | 0.27s 2026-02-20 10:50:07.003371 | fa163e8d-9a30-371f-566d-00000000372c | TASK | Finalise hashes for all containers 2026-02-20 10:50:07.053848 | fa163e8d-9a30-371f-566d-00000000372c | OK | Finalise hashes for all containers | standalone 2026-02-20 10:50:07.055096 | fa163e8d-9a30-371f-566d-00000000372c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:41.652770 | 0.05s 2026-02-20 10:50:07.085692 | fa163e8d-9a30-371f-566d-00000000372e | TASK | Manage systemd shutdown files 2026-02-20 10:50:07.127005 | fa163e8d-9a30-371f-566d-00000000372e | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:50:07.128136 | fa163e8d-9a30-371f-566d-00000000372e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:41.725809 | 0.04s 2026-02-20 10:50:07.157890 | fa163e8d-9a30-371f-566d-000000003730 | TASK | Update container configs with new config hashes 2026-02-20 10:50:07.210355 | fa163e8d-9a30-371f-566d-000000003730 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:50:07.211501 | fa163e8d-9a30-371f-566d-000000003730 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:41.809174 | 0.05s 2026-02-20 10:50:07.245855 | fa163e8d-9a30-371f-566d-000000003731 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-20 10:50:07.298532 | fa163e8d-9a30-371f-566d-000000003731 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-20 10:50:07.299751 | fa163e8d-9a30-371f-566d-000000003731 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:41.897422 | 0.05s 2026-02-20 10:50:07.408449 | fa163e8d-9a30-371f-566d-000000003732 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-20 10:50:07.457359 | fa163e8d-9a30-371f-566d-000000003732 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-20 10:50:07.458206 | fa163e8d-9a30-371f-566d-000000003732 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:16:42.055887 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-02-20 10:50:07.583894 | fa163e8d-9a30-371f-566d-0000000000d2 | TASK | External deployment step 3 2026-02-20 10:50:07.613972 | fa163e8d-9a30-371f-566d-0000000000d2 | OK | External deployment step 3 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 3' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e8d-9a30-371f-566d-0000000000d2') missing from stats 2026-02-20 10:50:07.666948 | fa163e8d-9a30-371f-566d-0000000000d3 | TIMING | include_tasks | undercloud | 0:16:42.264622 | 0.04s 2026-02-20 10:50:07.674215 | 9cb126a0-66fa-468f-a8ef-1a21282551e9 | INCLUDED | /root/standalone-ansible-kczqeche/external_deploy_steps_tasks_step3.yaml | undercloud 2026-02-20 10:50:07.689825 | fa163e8d-9a30-371f-566d-000000003781 | TASK | Pause cephadm 2026-02-20 10:50:07.739173 | fa163e8d-9a30-371f-566d-000000003781 | SKIPPED | Pause cephadm | undercloud 2026-02-20 10:50:07.740373 | fa163e8d-9a30-371f-566d-000000003781 | TIMING | Pause cephadm | undercloud | 0:16:42.338046 | 0.05s PLAY [Deploy step tasks for 3] ************************************************* 2026-02-20 10:50:07.876697 | fa163e8d-9a30-371f-566d-0000000000d6 | TASK | Deploy step tasks for 3 2026-02-20 10:50:07.908353 | fa163e8d-9a30-371f-566d-0000000000d6 | OK | Deploy step tasks for 3 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 3' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8d-9a30-371f-566d-0000000000d6') missing from stats 2026-02-20 10:50:07.931071 | fa163e8d-9a30-371f-566d-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-02-20 10:50:08.456134 | fa163e8d-9a30-371f-566d-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-02-20 10:50:08.457623 | fa163e8d-9a30-371f-566d-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:16:43.055298 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-20 10:50:08.528378 | fa163e8d-9a30-371f-566d-0000000000d8 | TIMING | include_tasks | standalone | 0:16:43.126046 | 0.04s 2026-02-20 10:50:08.556269 | add992c5-48f9-4bc5-b805-e56a75dce98f | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-02-20 10:50:08.586892 | fa163e8d-9a30-371f-566d-0000000037a0 | TASK | Start OVN container 2026-02-20 10:50:08.662966 | fa163e8d-9a30-371f-566d-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:43.260625 | 0.07s 2026-02-20 10:50:08.692197 | fa163e8d-9a30-371f-566d-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:43.289877 | 0.10s 2026-02-20 10:50:08.715953 | fa163e8d-9a30-371f-566d-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:43.313632 | 0.13s 2026-02-20 10:50:08.722583 | fa163e8d-9a30-371f-566d-0000000037a0 | TIMING | Start OVN container | standalone | 0:16:43.320248 | 0.13s 2026-02-20 10:50:08.831148 | fa163e8d-9a30-371f-566d-0000000037d8 | TASK | Gather variables for each operating system 2026-02-20 10:50:08.932837 | fa163e8d-9a30-371f-566d-0000000037d8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:43.530487 | 0.10s 2026-02-20 10:50:08.964344 | fa163e8d-9a30-371f-566d-0000000037d9 | TASK | Create container logs path 2026-02-20 10:50:09.199668 | fa163e8d-9a30-371f-566d-0000000037d9 | OK | Create container logs path | standalone 2026-02-20 10:50:09.201157 | fa163e8d-9a30-371f-566d-0000000037d9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:43.798831 | 0.24s 2026-02-20 10:50:09.233496 | fa163e8d-9a30-371f-566d-0000000037db | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:09.571617 | fa163e8d-9a30-371f-566d-0000000037db | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:09.572926 | fa163e8d-9a30-371f-566d-0000000037db | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:44.170602 | 0.34s 2026-02-20 10:50:09.603365 | fa163e8d-9a30-371f-566d-0000000037dc | TASK | Finalise hashes for all containers 2026-02-20 10:50:09.708474 | fa163e8d-9a30-371f-566d-0000000037dc | OK | Finalise hashes for all containers | standalone 2026-02-20 10:50:09.709793 | fa163e8d-9a30-371f-566d-0000000037dc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:44.307466 | 0.10s 2026-02-20 10:50:09.740702 | fa163e8d-9a30-371f-566d-0000000037de | TASK | Manage systemd shutdown files 2026-02-20 10:50:09.808025 | fa163e8d-9a30-371f-566d-0000000037de | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:50:09.809374 | fa163e8d-9a30-371f-566d-0000000037de | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:44.407044 | 0.07s 2026-02-20 10:50:09.841104 | fa163e8d-9a30-371f-566d-0000000037e0 | TASK | Update container configs with new config hashes 2026-02-20 10:50:09.918456 | fa163e8d-9a30-371f-566d-0000000037e0 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:50:09.919743 | fa163e8d-9a30-371f-566d-0000000037e0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:44.517416 | 0.08s 2026-02-20 10:50:09.951119 | fa163e8d-9a30-371f-566d-0000000037e1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:10.012763 | fa163e8d-9a30-371f-566d-0000000037e1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:44.610425 | 0.06s 2026-02-20 10:50:10.038428 | 9b7e9865-8097-45c3-89dc-2ef1a9e41008 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:50:10.076571 | fa163e8d-9a30-371f-566d-00000000386d | TASK | Gather podman infos 2026-02-20 10:50:11.210039 | fa163e8d-9a30-371f-566d-00000000386d | OK | Gather podman infos | standalone 2026-02-20 10:50:11.211715 | fa163e8d-9a30-371f-566d-00000000386d | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:45.809387 | 1.13s 2026-02-20 10:50:11.378228 | fa163e8d-9a30-371f-566d-00000000386e | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:11.462168 | fa163e8d-9a30-371f-566d-00000000386e | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:46.059832 | 0.08s 2026-02-20 10:50:11.612190 | fa163e8d-9a30-371f-566d-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:46.209852 | 0.09s 2026-02-20 10:50:11.671045 | fa163e8d-9a30-371f-566d-0000000037e2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:11.745473 | fa163e8d-9a30-371f-566d-0000000037e2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:46.343139 | 0.07s 2026-02-20 10:50:11.769197 | cfa6e90e-0a07-438b-a9b9-0bddc8e90618 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:50:11.810553 | fa163e8d-9a30-371f-566d-0000000038d8 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:12.738013 | fa163e8d-9a30-371f-566d-0000000038d8 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:12.739745 | fa163e8d-9a30-371f-566d-0000000038d8 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:47.337417 | 0.93s 2026-02-20 10:50:12.772783 | fa163e8d-9a30-371f-566d-0000000038d9 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:16.672570 | fa163e8d-9a30-371f-566d-0000000038d9 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:16.674221 | fa163e8d-9a30-371f-566d-0000000038d9 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:51.271897 | 3.90s 2026-02-20 10:50:16.730641 | fa163e8d-9a30-371f-566d-000000003803 | TASK | Gather variables for each operating system 2026-02-20 10:50:16.850665 | fa163e8d-9a30-371f-566d-000000003803 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:51.448330 | 0.12s 2026-02-20 10:50:16.881278 | fa163e8d-9a30-371f-566d-000000003804 | TASK | Create container logs path 2026-02-20 10:50:17.137649 | fa163e8d-9a30-371f-566d-000000003804 | OK | Create container logs path | standalone 2026-02-20 10:50:17.139097 | fa163e8d-9a30-371f-566d-000000003804 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:51.736772 | 0.26s 2026-02-20 10:50:17.170967 | fa163e8d-9a30-371f-566d-000000003806 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:17.490970 | fa163e8d-9a30-371f-566d-000000003806 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:17.492598 | fa163e8d-9a30-371f-566d-000000003806 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:52.090270 | 0.32s 2026-02-20 10:50:17.522350 | fa163e8d-9a30-371f-566d-000000003807 | TASK | Finalise hashes for all containers 2026-02-20 10:50:17.627675 | fa163e8d-9a30-371f-566d-000000003807 | OK | Finalise hashes for all containers | standalone 2026-02-20 10:50:17.628803 | fa163e8d-9a30-371f-566d-000000003807 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:16:52.226478 | 0.10s 2026-02-20 10:50:17.658275 | fa163e8d-9a30-371f-566d-000000003809 | TASK | Manage systemd shutdown files 2026-02-20 10:50:17.713640 | fa163e8d-9a30-371f-566d-000000003809 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:50:17.714826 | fa163e8d-9a30-371f-566d-000000003809 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:16:52.312500 | 0.05s 2026-02-20 10:50:17.744055 | fa163e8d-9a30-371f-566d-00000000380b | TASK | Update container configs with new config hashes 2026-02-20 10:50:17.826628 | fa163e8d-9a30-371f-566d-00000000380b | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:50:17.827738 | fa163e8d-9a30-371f-566d-00000000380b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:16:52.425413 | 0.08s 2026-02-20 10:50:17.858510 | fa163e8d-9a30-371f-566d-00000000380c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:17.930668 | fa163e8d-9a30-371f-566d-00000000380c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:52.528337 | 0.07s 2026-02-20 10:50:17.954654 | 3c68fce9-0022-4ac2-993e-8d0419a8560a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:50:17.991865 | fa163e8d-9a30-371f-566d-000000003924 | TASK | Gather podman infos 2026-02-20 10:50:19.187048 | fa163e8d-9a30-371f-566d-000000003924 | OK | Gather podman infos | standalone 2026-02-20 10:50:19.188435 | fa163e8d-9a30-371f-566d-000000003924 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:16:53.786110 | 1.19s 2026-02-20 10:50:19.278994 | fa163e8d-9a30-371f-566d-000000003925 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:19.342062 | fa163e8d-9a30-371f-566d-000000003925 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:53.939722 | 0.05s 2026-02-20 10:50:19.489880 | fa163e8d-9a30-371f-566d-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:16:54.087538 | 0.09s 2026-02-20 10:50:19.551493 | fa163e8d-9a30-371f-566d-00000000380d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:19.625623 | fa163e8d-9a30-371f-566d-00000000380d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:54.223283 | 0.07s 2026-02-20 10:50:19.650413 | a1384cad-0035-4a05-807c-b99150c5edb5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:50:19.685649 | fa163e8d-9a30-371f-566d-00000000398a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:20.636219 | fa163e8d-9a30-371f-566d-00000000398a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:20.637637 | fa163e8d-9a30-371f-566d-00000000398a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:55.235310 | 0.95s 2026-02-20 10:50:20.670896 | fa163e8d-9a30-371f-566d-00000000398b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:24.741420 | fa163e8d-9a30-371f-566d-00000000398b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:24.743160 | fa163e8d-9a30-371f-566d-00000000398b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:16:59.340831 | 4.07s 2026-02-20 10:50:24.801295 | fa163e8d-9a30-371f-566d-00000000382e | TASK | Gather variables for each operating system 2026-02-20 10:50:24.927717 | fa163e8d-9a30-371f-566d-00000000382e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:16:59.525381 | 0.12s 2026-02-20 10:50:24.960000 | fa163e8d-9a30-371f-566d-00000000382f | TASK | Create container logs path 2026-02-20 10:50:25.203244 | fa163e8d-9a30-371f-566d-00000000382f | OK | Create container logs path | standalone 2026-02-20 10:50:25.205348 | fa163e8d-9a30-371f-566d-00000000382f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:16:59.803026 | 0.24s 2026-02-20 10:50:25.229898 | fa163e8d-9a30-371f-566d-000000003831 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:25.538975 | fa163e8d-9a30-371f-566d-000000003831 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:25.540421 | fa163e8d-9a30-371f-566d-000000003831 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:00.138095 | 0.31s 2026-02-20 10:50:25.570025 | fa163e8d-9a30-371f-566d-000000003832 | TASK | Finalise hashes for all containers 2026-02-20 10:50:25.666809 | fa163e8d-9a30-371f-566d-000000003832 | OK | Finalise hashes for all containers | standalone 2026-02-20 10:50:25.668216 | fa163e8d-9a30-371f-566d-000000003832 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:00.265884 | 0.10s 2026-02-20 10:50:25.698095 | fa163e8d-9a30-371f-566d-000000003834 | TASK | Manage systemd shutdown files 2026-02-20 10:50:25.750995 | fa163e8d-9a30-371f-566d-000000003834 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:50:25.752438 | fa163e8d-9a30-371f-566d-000000003834 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:00.350108 | 0.05s 2026-02-20 10:50:25.784145 | fa163e8d-9a30-371f-566d-000000003836 | TASK | Update container configs with new config hashes 2026-02-20 10:50:25.857128 | fa163e8d-9a30-371f-566d-000000003836 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:50:25.858250 | fa163e8d-9a30-371f-566d-000000003836 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:00.455923 | 0.07s 2026-02-20 10:50:25.889408 | fa163e8d-9a30-371f-566d-000000003837 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:25.997440 | fa163e8d-9a30-371f-566d-000000003837 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:00.595106 | 0.11s 2026-02-20 10:50:26.023488 | fe66c43d-2bc0-40cc-9e8a-133a3ba0e7e6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:50:26.052482 | fa163e8d-9a30-371f-566d-0000000039d6 | TASK | Gather podman infos 2026-02-20 10:50:27.282898 | fa163e8d-9a30-371f-566d-0000000039d6 | OK | Gather podman infos | standalone 2026-02-20 10:50:27.284115 | fa163e8d-9a30-371f-566d-0000000039d6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:01.881792 | 1.23s 2026-02-20 10:50:27.376171 | fa163e8d-9a30-371f-566d-0000000039d7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:27.467816 | fa163e8d-9a30-371f-566d-0000000039d7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.065478 | 0.09s 2026-02-20 10:50:27.625921 | fa163e8d-9a30-371f-566d-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:02.223583 | 0.09s 2026-02-20 10:50:27.684613 | fa163e8d-9a30-371f-566d-000000003838 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:27.758283 | fa163e8d-9a30-371f-566d-000000003838 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:02.355950 | 0.07s 2026-02-20 10:50:27.782218 | 587133d7-577e-4832-9a74-ef5a6c6baac8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:50:27.823965 | fa163e8d-9a30-371f-566d-000000003a3c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:28.890735 | fa163e8d-9a30-371f-566d-000000003a3c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:28.892252 | fa163e8d-9a30-371f-566d-000000003a3c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:03.489925 | 1.07s 2026-02-20 10:50:28.923413 | fa163e8d-9a30-371f-566d-000000003a3d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-20 10:50:31.944705 | fa163e8d-9a30-371f-566d-000000003a3d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-20 10:50:31.946111 | fa163e8d-9a30-371f-566d-000000003a3d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:17:06.543787 | 3.02s 2026-02-20 10:50:32.000929 | fa163e8d-9a30-371f-566d-0000000037a2 | TASK | Set NB connection 2026-02-20 10:50:32.436383 | fa163e8d-9a30-371f-566d-0000000037a2 | CHANGED | Set NB connection | standalone 2026-02-20 10:50:32.438436 | fa163e8d-9a30-371f-566d-0000000037a2 | TIMING | Set NB connection | standalone | 0:17:07.036105 | 0.44s 2026-02-20 10:50:32.469482 | fa163e8d-9a30-371f-566d-0000000037a3 | TASK | Set SB connection 2026-02-20 10:50:32.903920 | fa163e8d-9a30-371f-566d-0000000037a3 | CHANGED | Set SB connection | standalone 2026-02-20 10:50:32.905606 | fa163e8d-9a30-371f-566d-0000000037a3 | TIMING | Set SB connection | standalone | 0:17:07.503277 | 0.43s 2026-02-20 10:50:32.935800 | fa163e8d-9a30-371f-566d-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-02-20 10:50:33.185032 | fa163e8d-9a30-371f-566d-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-02-20 10:50:33.186608 | fa163e8d-9a30-371f-566d-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:17:07.784281 | 0.25s 2026-02-20 10:50:33.298995 | fa163e8d-9a30-371f-566d-0000000000db | TIMING | include_tasks | standalone | 0:17:07.896661 | 0.08s 2026-02-20 10:50:33.337830 | 11317f07-b429-41ab-a9e6-4f5003e87aec | INCLUDED | /root/standalone-ansible-kczqeche/common_deploy_steps_tasks.yaml | standalone 2026-02-20 10:50:33.365586 | fa163e8d-9a30-371f-566d-000000003a82 | TASK | Write the config_step hieradata 2026-02-20 10:50:33.879216 | fa163e8d-9a30-371f-566d-000000003a82 | OK | Write the config_step hieradata | standalone 2026-02-20 10:50:33.880771 | fa163e8d-9a30-371f-566d-000000003a82 | TIMING | Write the config_step hieradata | standalone | 0:17:08.478446 | 0.51s 2026-02-20 10:50:33.910847 | fa163e8d-9a30-371f-566d-000000003a83 | TASK | Run puppet host configuration for step 3 2026-02-20 10:50:34.247796 | fa163e8d-9a30-371f-566d-000000003a83 | CHANGED | Run puppet host configuration for step 3 | standalone 2026-02-20 10:50:34.249131 | fa163e8d-9a30-371f-566d-000000003a83 | TIMING | Run puppet host configuration for step 3 | standalone | 0:17:08.846800 | 0.34s 2026-02-20 10:50:34.279823 | fa163e8d-9a30-371f-566d-000000003a84 | TASK | Wait for puppet host configuration to finish 2026-02-20 10:50:34.546538 | fa163e8d-9a30-371f-566d-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-20 10:50:44.749677 | fa163e8d-9a30-371f-566d-000000003a84 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-20 10:50:54.972400 | fa163e8d-9a30-371f-566d-000000003a84 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-20 10:50:54.973894 | fa163e8d-9a30-371f-566d-000000003a84 | TIMING | Wait for puppet host configuration to finish | standalone | 0:17:29.571561 | 20.69s 2026-02-20 10:50:55.007037 | fa163e8d-9a30-371f-566d-000000003a85 | TASK | Debug output for task: Run puppet host configuration for step 3 2026-02-20 10:50:55.091554 | fa163e8d-9a30-371f-566d-000000003a85 | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 20 10:50:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 20 10:50:38 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 20 10:50:38 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 20 10:50:38 puppet-user: (file & line not available)", "<13>Feb 20 10:50:38 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 20 10:50:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 20 10:50:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 20 10:50:38 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.40 seconds", "<13>Feb 20 10:50:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 20 10:50:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 20 10:50:46 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 20 10:50:47 puppet-user: Notice: Applied catalog in 8.09 seconds", "<13>Feb 20 10:50:47 puppet-user: Application:", "<13>Feb 20 10:50:47 puppet-user: Initial environment: production", "<13>Feb 20 10:50:47 puppet-user: Converged environment: production", "<13>Feb 20 10:50:47 puppet-user: Run mode: user", "<13>Feb 20 10:50:47 puppet-user: Changes:", "<13>Feb 20 10:50:47 puppet-user: Total: 2", "<13>Feb 20 10:50:47 puppet-user: Events:", "<13>Feb 20 10:50:47 puppet-user: Success: 2", "<13>Feb 20 10:50:47 puppet-user: Resources:", "<13>Feb 20 10:50:47 puppet-user: Changed: 2", "<13>Feb 20 10:50:47 puppet-user: Out of sync: 2", "<13>Feb 20 10:50:47 puppet-user: Total: 28", "<13>Feb 20 10:50:47 puppet-user: Time:", "<13>Feb 20 10:50:47 puppet-user: Schedule: 0.00", "<13>Feb 20 10:50:47 puppet-user: File: 0.00", "<13>Feb 20 10:50:47 puppet-user: Package: 0.01", "<13>Feb 20 10:50:47 puppet-user: Augeas: 0.01", "<13>Feb 20 10:50:47 puppet-user: File line: 0.01", "<13>Feb 20 10:50:47 puppet-user: User: 0.02", "<13>Feb 20 10:50:47 puppet-user: Service: 0.07", "<13>Feb 20 10:50:47 puppet-user: Config retrieval: 0.45", "<13>Feb 20 10:50:47 puppet-user: Pcmk property: 1.50", "<13>Feb 20 10:50:47 puppet-user: Last run: 1771584647", "<13>Feb 20 10:50:47 puppet-user: Pcmk resource op default: 2.01", "<13>Feb 20 10:50:47 puppet-user: Exec: 2.07", "<13>Feb 20 10:50:47 puppet-user: Pcmk resource default: 2.16", "<13>Feb 20 10:50:47 puppet-user: Transaction evaluation: 8.07", "<13>Feb 20 10:50:47 puppet-user: Catalog application: 8.09", "<13>Feb 20 10:50:47 puppet-user: Filebucket: 0.00", "<13>Feb 20 10:50:47 puppet-user: Total: 8.10", "<13>Feb 20 10:50:47 puppet-user: Version:", "<13>Feb 20 10:50:47 puppet-user: Config: 1771584638", "<13>Feb 20 10:50:47 puppet-user: Puppet: 7.10.0" ] } 2026-02-20 10:50:55.093150 | fa163e8d-9a30-371f-566d-000000003a85 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:17:29.690820 | 0.08s 2026-02-20 10:50:55.124038 | fa163e8d-9a30-371f-566d-000000003a86 | TASK | Pre-cache facts for puppet containers 2026-02-20 10:50:55.153255 | fa163e8d-9a30-371f-566d-000000003a86 | TIMING | Pre-cache facts for puppet containers | standalone | 0:17:29.750925 | 0.03s 2026-02-20 10:50:55.218589 | fa163e8d-9a30-371f-566d-000000003ac5 | TASK | Gather variables for each operating system 2026-02-20 10:50:55.334253 | fa163e8d-9a30-371f-566d-000000003ac5 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:17:29.931918 | 0.11s 2026-02-20 10:50:55.364815 | fa163e8d-9a30-371f-566d-000000003ac6 | TASK | Create puppet caching structures 2026-02-20 10:50:55.613543 | fa163e8d-9a30-371f-566d-000000003ac6 | CHANGED | Create puppet caching structures | standalone 2026-02-20 10:50:55.615004 | fa163e8d-9a30-371f-566d-000000003ac6 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:17:30.212677 | 0.25s 2026-02-20 10:50:55.645080 | fa163e8d-9a30-371f-566d-000000003ac7 | TASK | Check for facter.conf 2026-02-20 10:50:55.905731 | fa163e8d-9a30-371f-566d-000000003ac7 | OK | Check for facter.conf | standalone 2026-02-20 10:50:55.907118 | fa163e8d-9a30-371f-566d-000000003ac7 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:17:30.504795 | 0.26s 2026-02-20 10:50:55.937899 | fa163e8d-9a30-371f-566d-000000003ac8 | TASK | Remove facter.conf if directory 2026-02-20 10:50:55.989381 | fa163e8d-9a30-371f-566d-000000003ac8 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-20 10:50:55.990504 | fa163e8d-9a30-371f-566d-000000003ac8 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:17:30.588177 | 0.05s 2026-02-20 10:50:56.019877 | fa163e8d-9a30-371f-566d-000000003ac9 | TASK | Write facter cache config 2026-02-20 10:50:56.566268 | fa163e8d-9a30-371f-566d-000000003ac9 | CHANGED | Write facter cache config | standalone 2026-02-20 10:50:56.567600 | fa163e8d-9a30-371f-566d-000000003ac9 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:17:31.165277 | 0.55s 2026-02-20 10:50:56.596046 | fa163e8d-9a30-371f-566d-000000003aca | TASK | Cleanup facter cache if exists 2026-02-20 10:50:56.831153 | fa163e8d-9a30-371f-566d-000000003aca | CHANGED | Cleanup facter cache if exists | standalone 2026-02-20 10:50:56.832806 | fa163e8d-9a30-371f-566d-000000003aca | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:17:31.430480 | 0.24s 2026-02-20 10:50:56.863441 | fa163e8d-9a30-371f-566d-000000003acb | TASK | Pre-cache facts 2026-02-20 10:50:57.491991 | fa163e8d-9a30-371f-566d-000000003acb | CHANGED | Pre-cache facts | standalone 2026-02-20 10:50:57.493360 | fa163e8d-9a30-371f-566d-000000003acb | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:17:32.091007 | 0.63s 2026-02-20 10:50:57.525239 | fa163e8d-9a30-371f-566d-000000003acc | TASK | Failed deployment if facter fails 2026-02-20 10:50:57.561408 | fa163e8d-9a30-371f-566d-000000003acc | SKIPPED | Failed deployment if facter fails | standalone 2026-02-20 10:50:57.562794 | fa163e8d-9a30-371f-566d-000000003acc | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:17:32.160467 | 0.03s 2026-02-20 10:50:57.608753 | fa163e8d-9a30-371f-566d-000000003acd | TASK | Sync cached facts 2026-02-20 10:50:57.926133 | fa163e8d-9a30-371f-566d-000000003acd | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-000000003acd') missing from stats 2026-02-20 10:50:57.982745 | fa163e8d-9a30-371f-566d-000000003a87 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-20 10:50:58.033388 | fa163e8d-9a30-371f-566d-000000003a87 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-20 10:50:58.034519 | fa163e8d-9a30-371f-566d-000000003a87 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:17:32.632189 | 0.05s 2026-02-20 10:50:58.064585 | fa163e8d-9a30-371f-566d-000000003a89 | TASK | Manage containers for step 3 with tripleo-ansible 2026-02-20 10:50:58.095743 | fa163e8d-9a30-371f-566d-000000003a89 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:17:32.693407 | 0.03s 2026-02-20 10:50:58.161036 | fa163e8d-9a30-371f-566d-000000003b24 | TASK | Gather variables for each operating system 2026-02-20 10:50:58.281601 | fa163e8d-9a30-371f-566d-000000003b24 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:17:32.879273 | 0.12s 2026-02-20 10:50:58.305054 | fa163e8d-9a30-371f-566d-000000003b25 | TASK | Create container logs path 2026-02-20 10:50:58.565689 | fa163e8d-9a30-371f-566d-000000003b25 | OK | Create container logs path | standalone 2026-02-20 10:50:58.567556 | fa163e8d-9a30-371f-566d-000000003b25 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:17:33.165228 | 0.26s 2026-02-20 10:50:58.603013 | fa163e8d-9a30-371f-566d-000000003b27 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-02-20 10:50:58.890557 | fa163e8d-9a30-371f-566d-000000003b27 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-20 10:50:58.891788 | fa163e8d-9a30-371f-566d-000000003b27 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:33.489462 | 0.29s 2026-02-20 10:50:58.925731 | fa163e8d-9a30-371f-566d-000000003b28 | TASK | Finalise hashes for all containers 2026-02-20 10:50:59.012140 | fa163e8d-9a30-371f-566d-000000003b28 | OK | Finalise hashes for all containers | standalone 2026-02-20 10:50:59.013872 | fa163e8d-9a30-371f-566d-000000003b28 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:17:33.611544 | 0.09s 2026-02-20 10:50:59.045141 | fa163e8d-9a30-371f-566d-000000003b2a | TASK | Manage systemd shutdown files 2026-02-20 10:50:59.079202 | fa163e8d-9a30-371f-566d-000000003b2a | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:17:33.676869 | 0.03s 2026-02-20 10:50:59.112959 | 6553b0e5-e733-4de7-84d8-70657957793d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-20 10:50:59.142259 | fa163e8d-9a30-371f-566d-000000003b5d | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-20 10:50:59.431351 | fa163e8d-9a30-371f-566d-000000003b5d | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-20 10:50:59.432975 | fa163e8d-9a30-371f-566d-000000003b5d | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:17:34.030646 | 0.29s 2026-02-20 10:50:59.465760 | fa163e8d-9a30-371f-566d-000000003b5e | TASK | Set podman_drop_in fact 2026-02-20 10:50:59.536678 | fa163e8d-9a30-371f-566d-000000003b5e | OK | Set podman_drop_in fact | standalone 2026-02-20 10:50:59.538266 | fa163e8d-9a30-371f-566d-000000003b5e | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:17:34.135935 | 0.07s 2026-02-20 10:50:59.570568 | fa163e8d-9a30-371f-566d-000000003b60 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-20 10:51:00.084492 | fa163e8d-9a30-371f-566d-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-20 10:51:00.085925 | fa163e8d-9a30-371f-566d-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:34.683607 | 0.51s 2026-02-20 10:51:00.576188 | fa163e8d-9a30-371f-566d-000000003b60 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-20 10:51:00.578401 | fa163e8d-9a30-371f-566d-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:35.176073 | 1.01s 2026-02-20 10:51:00.589467 | fa163e8d-9a30-371f-566d-000000003b60 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:17:35.187138 | 1.02s 2026-02-20 10:51:00.619799 | fa163e8d-9a30-371f-566d-000000003b61 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-20 10:51:01.089208 | fa163e8d-9a30-371f-566d-000000003b61 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-20 10:51:01.090702 | fa163e8d-9a30-371f-566d-000000003b61 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:17:35.688375 | 0.47s 2026-02-20 10:51:01.120172 | fa163e8d-9a30-371f-566d-000000003b62 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-20 10:51:01.559477 | fa163e8d-9a30-371f-566d-000000003b62 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-20 10:51:01.561043 | fa163e8d-9a30-371f-566d-000000003b62 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:17:36.158715 | 0.44s 2026-02-20 10:51:01.592218 | fa163e8d-9a30-371f-566d-000000003b63 | TASK | Enable and start tripleo-container-shutdown 2026-02-20 10:51:02.338523 | fa163e8d-9a30-371f-566d-000000003b63 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-20 10:51:02.340751 | fa163e8d-9a30-371f-566d-000000003b63 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:17:36.938425 | 0.75s 2026-02-20 10:51:02.371223 | fa163e8d-9a30-371f-566d-000000003b64 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-20 10:51:02.937838 | fa163e8d-9a30-371f-566d-000000003b64 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-20 10:51:02.939256 | fa163e8d-9a30-371f-566d-000000003b64 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:17:37.536929 | 0.57s 2026-02-20 10:51:02.968810 | fa163e8d-9a30-371f-566d-000000003b65 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-20 10:51:03.474599 | fa163e8d-9a30-371f-566d-000000003b65 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-20 10:51:03.476219 | fa163e8d-9a30-371f-566d-000000003b65 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:17:38.073889 | 0.51s 2026-02-20 10:51:03.508219 | fa163e8d-9a30-371f-566d-000000003b66 | TASK | Enable and start netns-placeholder 2026-02-20 10:51:04.286573 | fa163e8d-9a30-371f-566d-000000003b66 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-20 10:51:04.287721 | fa163e8d-9a30-371f-566d-000000003b66 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:17:38.885404 | 0.78s 2026-02-20 10:51:04.307757 | fa163e8d-9a30-371f-566d-000000003b2c | TASK | Update container configs with new config hashes 2026-02-20 10:51:04.364908 | fa163e8d-9a30-371f-566d-000000003b2c | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:17:38.962574 | 0.06s 2026-02-20 10:51:04.385091 | f15344f1-5cb9-4341-87f7-af50ba8f1dbe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-20 10:51:04.410632 | fa163e8d-9a30-371f-566d-000000003b8e | TASK | Update config hashes for container startup configs 2026-02-20 10:51:04.685898 | fa163e8d-9a30-371f-566d-000000003b8e | OK | Update config hashes for container startup configs | standalone 2026-02-20 10:51:04.687204 | fa163e8d-9a30-371f-566d-000000003b8e | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:17:39.284877 | 0.28s 2026-02-20 10:51:04.721968 | fa163e8d-9a30-371f-566d-000000003b2d | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-20 10:51:04.762822 | fa163e8d-9a30-371f-566d-000000003b2d | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:39.360489 | 0.04s 2026-02-20 10:51:04.787984 | 1a0cffbf-af14-456c-ad49-a87aaa5c2301 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:51:04.817699 | fa163e8d-9a30-371f-566d-000000003bad | TASK | Gather podman infos 2026-02-20 10:51:06.470578 | fa163e8d-9a30-371f-566d-000000003bad | OK | Gather podman infos | standalone 2026-02-20 10:51:06.472425 | fa163e8d-9a30-371f-566d-000000003bad | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:17:41.070096 | 1.65s 2026-02-20 10:51:06.572861 | fa163e8d-9a30-371f-566d-000000003bae | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-20 10:51:06.666598 | fa163e8d-9a30-371f-566d-000000003bae | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:41.264261 | 0.08s 2026-02-20 10:51:06.806413 | fa163e8d-9a30-371f-566d-0000000038af | TIMING | tripleo_container_rm : include_tasks | standalone | 0:17:41.404062 | 0.10s 2026-02-20 10:51:06.885117 | fa163e8d-9a30-371f-566d-000000003b2e | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-20 10:51:06.933920 | fa163e8d-9a30-371f-566d-000000003b2e | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:17:41.531575 | 0.05s 2026-02-20 10:51:06.959411 | 93265417-ce26-4c91-aae6-24ab47e0d927 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:51:07.009456 | fa163e8d-9a30-371f-566d-000000003c18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-20 10:52:02.237441 | fa163e8d-9a30-371f-566d-000000003c18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-20 10:52:02.239038 | fa163e8d-9a30-371f-566d-000000003c18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:18:36.836709 | 55.23s 2026-02-20 10:52:02.270973 | fa163e8d-9a30-371f-566d-000000003c19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-20 10:52:38.303005 | fa163e8d-9a30-371f-566d-000000003c19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-20 10:52:38.304838 | fa163e8d-9a30-371f-566d-000000003c19 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:12.902512 | 36.03s 2026-02-20 10:52:38.380071 | fa163e8d-9a30-371f-566d-000000003a8b | TASK | Clean container_puppet_tasks for standalone step 3 2026-02-20 10:52:38.630112 | fa163e8d-9a30-371f-566d-000000003a8b | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-02-20 10:52:38.631303 | fa163e8d-9a30-371f-566d-000000003a8b | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:19:13.228981 | 0.25s 2026-02-20 10:52:38.666554 | fa163e8d-9a30-371f-566d-000000003a8c | TASK | Calculate container_puppet_tasks for standalone step 3 2026-02-20 10:52:38.720745 | fa163e8d-9a30-371f-566d-000000003a8c | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:19:13.318419 | 0.05s 2026-02-20 10:52:38.744786 | fa163e8d-9a30-371f-566d-000000003a8d | TASK | Include container-puppet tasks for step 3 2026-02-20 10:52:38.794242 | fa163e8d-9a30-371f-566d-000000003a8d | TIMING | Include container-puppet tasks for step 3 | standalone | 0:19:13.391900 | 0.05s 2026-02-20 10:52:38.810744 | 6a0df3b9-c212-492c-bdc2-f6701f7ce931 | INCLUDED | /root/standalone-ansible-kczqeche/host-container-puppet-tasks.yaml | standalone 2026-02-20 10:52:38.846134 | fa163e8d-9a30-371f-566d-000000003c64 | TASK | Write container-puppet-tasks json file for standalone step 3 2026-02-20 10:52:39.399463 | fa163e8d-9a30-371f-566d-000000003c64 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-02-20 10:52:39.400965 | fa163e8d-9a30-371f-566d-000000003c64 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:19:13.998636 | 0.55s 2026-02-20 10:52:39.432970 | fa163e8d-9a30-371f-566d-000000003c66 | TASK | Generate container puppet configs for step 3 2026-02-20 10:52:39.745795 | fa163e8d-9a30-371f-566d-000000003c66 | OK | Generate container puppet configs for step 3 | standalone 2026-02-20 10:52:39.747396 | fa163e8d-9a30-371f-566d-000000003c66 | TIMING | Generate container puppet configs for step 3 | standalone | 0:19:14.345061 | 0.31s 2026-02-20 10:52:39.779505 | fa163e8d-9a30-371f-566d-000000003c67 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-02-20 10:52:39.809346 | fa163e8d-9a30-371f-566d-000000003c67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:19:14.406968 | 0.03s 2026-02-20 10:52:39.879061 | fa163e8d-9a30-371f-566d-000000003c96 | TASK | Gather variables for each operating system 2026-02-20 10:52:40.016980 | fa163e8d-9a30-371f-566d-000000003c96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:14.614640 | 0.14s 2026-02-20 10:52:40.048694 | fa163e8d-9a30-371f-566d-000000003c97 | TASK | Create container logs path 2026-02-20 10:52:40.297889 | fa163e8d-9a30-371f-566d-000000003c97 | OK | Create container logs path | standalone 2026-02-20 10:52:40.299422 | fa163e8d-9a30-371f-566d-000000003c97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:14.897092 | 0.25s 2026-02-20 10:52:40.331661 | fa163e8d-9a30-371f-566d-000000003c99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-20 10:52:40.638665 | fa163e8d-9a30-371f-566d-000000003c99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-20 10:52:40.639953 | fa163e8d-9a30-371f-566d-000000003c99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:15.237625 | 0.31s 2026-02-20 10:52:40.669344 | fa163e8d-9a30-371f-566d-000000003c9a | TASK | Finalise hashes for all containers 2026-02-20 10:52:40.721663 | fa163e8d-9a30-371f-566d-000000003c9a | OK | Finalise hashes for all containers | standalone 2026-02-20 10:52:40.722736 | fa163e8d-9a30-371f-566d-000000003c9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:15.320410 | 0.05s 2026-02-20 10:52:40.752274 | fa163e8d-9a30-371f-566d-000000003c9c | TASK | Manage systemd shutdown files 2026-02-20 10:52:40.787166 | fa163e8d-9a30-371f-566d-000000003c9c | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:52:40.788345 | fa163e8d-9a30-371f-566d-000000003c9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:15.385985 | 0.03s 2026-02-20 10:52:40.817460 | fa163e8d-9a30-371f-566d-000000003c9e | TASK | Update container configs with new config hashes 2026-02-20 10:52:40.869640 | fa163e8d-9a30-371f-566d-000000003c9e | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:52:40.870980 | fa163e8d-9a30-371f-566d-000000003c9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:15.468652 | 0.05s 2026-02-20 10:52:40.903294 | fa163e8d-9a30-371f-566d-000000003c9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-20 10:52:40.954852 | fa163e8d-9a30-371f-566d-000000003c9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-20 10:52:40.956000 | fa163e8d-9a30-371f-566d-000000003c9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:15.553673 | 0.05s 2026-02-20 10:52:40.988363 | fa163e8d-9a30-371f-566d-000000003ca0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-20 10:52:41.043530 | fa163e8d-9a30-371f-566d-000000003ca0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-20 10:52:41.044931 | fa163e8d-9a30-371f-566d-000000003ca0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:19:15.642602 | 0.05s PLAY [External deployment step 4] ********************************************** 2026-02-20 10:52:41.223343 | fa163e8d-9a30-371f-566d-0000000000de | TASK | External deployment step 4 2026-02-20 10:52:41.263162 | fa163e8d-9a30-371f-566d-0000000000de | OK | External deployment step 4 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 4' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e8d-9a30-371f-566d-0000000000de') missing from stats 2026-02-20 10:52:41.321200 | fa163e8d-9a30-371f-566d-0000000000df | TIMING | include_tasks | undercloud | 0:19:15.918870 | 0.04s 2026-02-20 10:52:41.343438 | e18d8cbb-678b-4c57-8656-c3915a436766 | INCLUDED | /root/standalone-ansible-kczqeche/external_deploy_steps_tasks_step4.yaml | undercloud 2026-02-20 10:52:41.360671 | fa163e8d-9a30-371f-566d-000000003cef | TASK | Clean up legacy Cinder keystone catalog entries 2026-02-20 10:52:43.005074 | fa163e8d-9a30-371f-566d-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-02-20 10:52:43.006698 | fa163e8d-9a30-371f-566d-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:17.604380 | 1.64s 2026-02-20 10:52:44.206546 | fa163e8d-9a30-371f-566d-000000003cef | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-02-20 10:52:44.207572 | fa163e8d-9a30-371f-566d-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:18.805257 | 2.85s 2026-02-20 10:52:44.215404 | fa163e8d-9a30-371f-566d-000000003cef | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:19:18.813071 | 2.85s 2026-02-20 10:52:44.237715 | fa163e8d-9a30-371f-566d-000000003cf2 | TASK | Manage Keystone resources for OpenStack services 2026-02-20 10:52:44.299115 | fa163e8d-9a30-371f-566d-000000003cf2 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:19:18.896773 | 0.06s 2026-02-20 10:52:44.368351 | fa163e8d-9a30-371f-566d-000000003d1e | TASK | Create Keystone Admin resources 2026-02-20 10:52:44.425500 | fa163e8d-9a30-371f-566d-000000003d1e | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:19:19.023156 | 0.06s 2026-02-20 10:52:44.467624 | 53fb34c8-7efb-4d7d-af56-2b7e196c8fa2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-02-20 10:52:44.498658 | fa163e8d-9a30-371f-566d-000000003d5f | TASK | Create admin and service projects 2026-02-20 10:52:44.567266 | fa163e8d-9a30-371f-566d-000000003d5f | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:19:19.164930 | 0.07s 2026-02-20 10:52:44.583442 | e8bb8f51-75ed-48a0-99bd-99fb311ba250 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-20 10:52:44.620729 | fa163e8d-9a30-371f-566d-000000003db0 | TASK | Async creation of Keystone project 2026-02-20 10:52:45.090529 | fa163e8d-9a30-371f-566d-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-02-20 10:52:45.093450 | fa163e8d-9a30-371f-566d-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:19.691119 | 0.47s 2026-02-20 10:52:45.402540 | fa163e8d-9a30-371f-566d-000000003db0 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-20 10:52:45.404027 | fa163e8d-9a30-371f-566d-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:20.001709 | 0.78s 2026-02-20 10:52:45.414708 | fa163e8d-9a30-371f-566d-000000003db0 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:20.012374 | 0.79s 2026-02-20 10:52:45.432105 | fa163e8d-9a30-371f-566d-000000003db2 | TASK | Check Keystone project status 2026-02-20 10:52:45.744588 | fa163e8d-9a30-371f-566d-000000003db2 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-20 10:52:51.022085 | fa163e8d-9a30-371f-566d-000000003db2 | OK | Check Keystone project status | undercloud | item=admin 2026-02-20 10:52:51.025018 | fa163e8d-9a30-371f-566d-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:25.622687 | 5.59s 2026-02-20 10:52:51.296748 | fa163e8d-9a30-371f-566d-000000003db2 | CHANGED | Check Keystone project status | undercloud | item=service 2026-02-20 10:52:51.298829 | fa163e8d-9a30-371f-566d-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:25.896502 | 5.86s 2026-02-20 10:52:51.309780 | fa163e8d-9a30-371f-566d-000000003db2 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:25.907449 | 5.88s 2026-02-20 10:52:51.330996 | fa163e8d-9a30-371f-566d-000000003d60 | TASK | Create admin role 2026-02-20 10:52:52.628916 | fa163e8d-9a30-371f-566d-000000003d60 | OK | Create admin role | undercloud 2026-02-20 10:52:52.630451 | fa163e8d-9a30-371f-566d-000000003d60 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:19:27.228123 | 1.30s 2026-02-20 10:52:52.650069 | fa163e8d-9a30-371f-566d-000000003d61 | TASK | Create _member_ role 2026-02-20 10:52:52.701508 | fa163e8d-9a30-371f-566d-000000003d61 | SKIPPED | Create _member_ role | undercloud 2026-02-20 10:52:52.702599 | fa163e8d-9a30-371f-566d-000000003d61 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:19:27.300272 | 0.05s 2026-02-20 10:52:52.721279 | fa163e8d-9a30-371f-566d-000000003d62 | TASK | Check admin password 2026-02-20 10:52:54.017710 | fa163e8d-9a30-371f-566d-000000003d62 | OK | Check admin password | undercloud 2026-02-20 10:52:54.019108 | fa163e8d-9a30-371f-566d-000000003d62 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:19:28.616780 | 1.30s 2026-02-20 10:52:54.038394 | fa163e8d-9a30-371f-566d-000000003d63 | TASK | Create admin user 2026-02-20 10:52:55.754041 | fa163e8d-9a30-371f-566d-000000003d63 | CHANGED | Create admin user | undercloud 2026-02-20 10:52:55.755407 | fa163e8d-9a30-371f-566d-000000003d63 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:19:30.353077 | 1.72s 2026-02-20 10:52:55.775019 | fa163e8d-9a30-371f-566d-000000003d64 | TASK | Assign admin role to admin project for admin user 2026-02-20 10:52:57.521562 | fa163e8d-9a30-371f-566d-000000003d64 | OK | Assign admin role to admin project for admin user | undercloud 2026-02-20 10:52:57.523028 | fa163e8d-9a30-371f-566d-000000003d64 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:19:32.120701 | 1.75s 2026-02-20 10:52:57.542905 | fa163e8d-9a30-371f-566d-000000003d65 | TASK | Assign _member_ role to admin project for admin user 2026-02-20 10:52:57.620080 | fa163e8d-9a30-371f-566d-000000003d65 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-02-20 10:52:57.621647 | fa163e8d-9a30-371f-566d-000000003d65 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:19:32.219316 | 0.08s 2026-02-20 10:52:57.640943 | fa163e8d-9a30-371f-566d-000000003d66 | TASK | Create identity service 2026-02-20 10:52:58.761118 | fa163e8d-9a30-371f-566d-000000003d66 | OK | Create identity service | undercloud 2026-02-20 10:52:58.763272 | fa163e8d-9a30-371f-566d-000000003d66 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:19:33.360935 | 1.12s 2026-02-20 10:52:58.784195 | fa163e8d-9a30-371f-566d-000000003d67 | TASK | Create identity public endpoint 2026-02-20 10:53:00.194877 | fa163e8d-9a30-371f-566d-000000003d67 | OK | Create identity public endpoint | undercloud 2026-02-20 10:53:00.196958 | fa163e8d-9a30-371f-566d-000000003d67 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:19:34.794626 | 1.41s 2026-02-20 10:53:00.218244 | fa163e8d-9a30-371f-566d-000000003d68 | TASK | Create identity internal endpoint 2026-02-20 10:53:01.636994 | fa163e8d-9a30-371f-566d-000000003d68 | OK | Create identity internal endpoint | undercloud 2026-02-20 10:53:01.640678 | fa163e8d-9a30-371f-566d-000000003d68 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:19:36.238352 | 1.42s 2026-02-20 10:53:01.659404 | fa163e8d-9a30-371f-566d-000000003d69 | TASK | Create identity admin endpoint 2026-02-20 10:53:02.877216 | fa163e8d-9a30-371f-566d-000000003d69 | OK | Create identity admin endpoint | undercloud 2026-02-20 10:53:02.880890 | fa163e8d-9a30-371f-566d-000000003d69 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:19:37.478549 | 1.22s 2026-02-20 10:53:02.900688 | fa163e8d-9a30-371f-566d-000000003d1f | TASK | Create Keystone Projects 2026-02-20 10:53:03.002771 | fa163e8d-9a30-371f-566d-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:37.600428 | 0.10s 2026-02-20 10:53:03.009108 | fa163e8d-9a30-371f-566d-000000003d1f | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:19:37.606786 | 0.11s 2026-02-20 10:53:03.016338 | 03a29cad-911c-4198-9d4d-a3ce369f932a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-20 10:53:03.045510 | fa163e8d-9a30-371f-566d-000000003e3c | TASK | Async creation of Keystone project 2026-02-20 10:53:03.401055 | fa163e8d-9a30-371f-566d-000000003e3c | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-20 10:53:03.402266 | fa163e8d-9a30-371f-566d-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:37.999941 | 0.36s 2026-02-20 10:53:03.414068 | fa163e8d-9a30-371f-566d-000000003e3c | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:19:38.011738 | 0.37s 2026-02-20 10:53:03.437509 | fa163e8d-9a30-371f-566d-000000003e3e | TASK | Check Keystone project status 2026-02-20 10:53:03.681412 | fa163e8d-9a30-371f-566d-000000003e3e | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-20 10:53:08.911655 | fa163e8d-9a30-371f-566d-000000003e3e | OK | Check Keystone project status | undercloud | item=service 2026-02-20 10:53:08.913094 | fa163e8d-9a30-371f-566d-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:43.510765 | 5.47s 2026-02-20 10:53:08.920950 | fa163e8d-9a30-371f-566d-000000003e3e | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:19:43.518618 | 5.48s 2026-02-20 10:53:08.941891 | fa163e8d-9a30-371f-566d-000000003d21 | TASK | Create Keystone Domains 2026-02-20 10:53:09.046580 | fa163e8d-9a30-371f-566d-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:43.644252 | 0.10s 2026-02-20 10:53:09.052665 | fa163e8d-9a30-371f-566d-000000003d21 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:19:43.650327 | 0.11s 2026-02-20 10:53:09.065946 | ade3b83c-fb91-4353-8642-cec7592b2bc8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-02-20 10:53:09.112271 | fa163e8d-9a30-371f-566d-000000003ef1 | TASK | Async creation of Keystone domains 2026-02-20 10:53:09.569092 | fa163e8d-9a30-371f-566d-000000003ef1 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-02-20 10:53:09.571595 | fa163e8d-9a30-371f-566d-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:44.169261 | 0.46s 2026-02-20 10:53:09.581051 | fa163e8d-9a30-371f-566d-000000003ef1 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:19:44.178731 | 0.47s 2026-02-20 10:53:09.600135 | fa163e8d-9a30-371f-566d-000000003ef3 | TASK | Check Keystone domain status 2026-02-20 10:53:09.902440 | fa163e8d-9a30-371f-566d-000000003ef3 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-02-20 10:53:15.116999 | fa163e8d-9a30-371f-566d-000000003ef3 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-02-20 10:53:15.118443 | fa163e8d-9a30-371f-566d-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:49.716115 | 5.52s 2026-02-20 10:53:15.124835 | fa163e8d-9a30-371f-566d-000000003ef3 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:19:49.722504 | 5.52s 2026-02-20 10:53:15.143855 | fa163e8d-9a30-371f-566d-000000003d23 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-02-20 10:53:15.196235 | fa163e8d-9a30-371f-566d-000000003d23 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:19:49.793901 | 0.05s 2026-02-20 10:53:15.210040 | 4f5cca2d-ea2c-429e-8575-8d9c41ba4be9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-02-20 10:53:15.266206 | fa163e8d-9a30-371f-566d-000000003fbb | TASK | Collect OpenStack Keystone domains infos 2026-02-20 10:53:16.555782 | fa163e8d-9a30-371f-566d-000000003fbb | OK | Collect OpenStack Keystone domains infos | undercloud 2026-02-20 10:53:16.557091 | fa163e8d-9a30-371f-566d-000000003fbb | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:19:51.154765 | 1.29s 2026-02-20 10:53:16.577080 | fa163e8d-9a30-371f-566d-000000003fbc | TASK | Set openstack_domains fact 2026-02-20 10:53:16.621511 | fa163e8d-9a30-371f-566d-000000003fbc | OK | Set openstack_domains fact | undercloud 2026-02-20 10:53:16.623836 | fa163e8d-9a30-371f-566d-000000003fbc | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:19:51.221512 | 0.05s 2026-02-20 10:53:16.641796 | fa163e8d-9a30-371f-566d-000000003d24 | TASK | Create Keystone Services 2026-02-20 10:53:16.727555 | fa163e8d-9a30-371f-566d-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:51.325217 | 0.08s 2026-02-20 10:53:16.745619 | fa163e8d-9a30-371f-566d-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:51.343298 | 0.10s 2026-02-20 10:53:16.757193 | fa163e8d-9a30-371f-566d-000000003d24 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:19:51.354872 | 0.11s 2026-02-20 10:53:16.775421 | 151a79f6-d05f-4558-be20-5fefd9b4f9a7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-20 10:53:16.784430 | 374b8d33-33ef-4ad0-9ff6-137f8b1cca73 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-20 10:53:16.838699 | fa163e8d-9a30-371f-566d-000000004098 | TASK | Async creation of Keystone service 2026-02-20 10:53:17.180740 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-02-20 10:53:17.182348 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:51.779988 | 0.34s 2026-02-20 10:53:17.493557 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=barbican 2026-02-20 10:53:17.495381 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:52.093057 | 0.65s 2026-02-20 10:53:17.814263 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-02-20 10:53:17.815444 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:52.413120 | 0.97s 2026-02-20 10:53:18.196276 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-02-20 10:53:18.197609 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:52.795287 | 1.36s 2026-02-20 10:53:18.479000 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-02-20 10:53:18.480063 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:53.077743 | 1.64s 2026-02-20 10:53:18.750643 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-02-20 10:53:18.751608 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:53.349289 | 1.91s 2026-02-20 10:53:19.060010 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-02-20 10:53:19.061612 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:53.659291 | 2.22s 2026-02-20 10:53:19.369134 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-02-20 10:53:19.370126 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:53.967805 | 2.53s 2026-02-20 10:53:19.688976 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-02-20 10:53:19.690096 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:54.287773 | 2.85s 2026-02-20 10:53:19.952710 | fa163e8d-9a30-371f-566d-000000004098 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-02-20 10:53:19.954964 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:54.552638 | 3.11s 2026-02-20 10:53:19.966914 | fa163e8d-9a30-371f-566d-000000004098 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:54.564581 | 3.13s 2026-02-20 10:53:19.987878 | fa163e8d-9a30-371f-566d-00000000409a | TASK | Check Keystone service status 2026-02-20 10:53:20.262319 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-02-20 10:53:20.263614 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:54.861290 | 0.27s 2026-02-20 10:53:20.565578 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=barbican 2026-02-20 10:53:20.566873 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.164550 | 0.58s 2026-02-20 10:53:20.812950 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-02-20 10:53:20.815211 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.412882 | 0.83s 2026-02-20 10:53:21.049856 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=glance 2026-02-20 10:53:21.052372 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.650041 | 1.06s 2026-02-20 10:53:21.302654 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-02-20 10:53:21.304964 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:55.902636 | 1.32s 2026-02-20 10:53:21.580163 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat 2026-02-20 10:53:21.581647 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.179320 | 1.59s 2026-02-20 10:53:21.813300 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-02-20 10:53:21.816247 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.413916 | 1.83s 2026-02-20 10:53:22.078780 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manila 2026-02-20 10:53:22.080279 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.677950 | 2.09s 2026-02-20 10:53:22.332876 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-02-20 10:53:22.335903 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:56.933572 | 2.35s 2026-02-20 10:53:22.574885 | fa163e8d-9a30-371f-566d-00000000409a | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-02-20 10:53:22.577413 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:57.175083 | 2.59s 2026-02-20 10:53:22.591570 | fa163e8d-9a30-371f-566d-00000000409a | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:57.189230 | 2.60s 2026-02-20 10:53:22.617366 | fa163e8d-9a30-371f-566d-00000000409f | TASK | Async creation of Keystone service 2026-02-20 10:53:22.959733 | fa163e8d-9a30-371f-566d-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-02-20 10:53:22.962928 | fa163e8d-9a30-371f-566d-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:57.560586 | 0.34s 2026-02-20 10:53:23.350718 | fa163e8d-9a30-371f-566d-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-02-20 10:53:23.352101 | fa163e8d-9a30-371f-566d-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:57.949773 | 0.73s 2026-02-20 10:53:23.679148 | fa163e8d-9a30-371f-566d-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-02-20 10:53:23.681269 | fa163e8d-9a30-371f-566d-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:58.278940 | 1.06s 2026-02-20 10:53:24.078021 | fa163e8d-9a30-371f-566d-00000000409f | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-02-20 10:53:24.079950 | fa163e8d-9a30-371f-566d-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:58.677622 | 1.46s 2026-02-20 10:53:24.089949 | fa163e8d-9a30-371f-566d-00000000409f | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:19:58.687625 | 1.47s 2026-02-20 10:53:24.105679 | fa163e8d-9a30-371f-566d-0000000040a1 | TASK | Check Keystone service status 2026-02-20 10:53:24.396749 | fa163e8d-9a30-371f-566d-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-02-20 10:53:24.399541 | fa163e8d-9a30-371f-566d-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:19:58.997210 | 0.29s 2026-02-20 10:53:24.613975 | fa163e8d-9a30-371f-566d-0000000040a1 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-02-20 10:53:29.876730 | fa163e8d-9a30-371f-566d-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-02-20 10:53:29.878794 | fa163e8d-9a30-371f-566d-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.476464 | 5.77s 2026-02-20 10:53:30.168079 | fa163e8d-9a30-371f-566d-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-02-20 10:53:30.169084 | fa163e8d-9a30-371f-566d-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.766762 | 6.06s 2026-02-20 10:53:30.373704 | fa163e8d-9a30-371f-566d-0000000040a1 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-02-20 10:53:30.374958 | fa163e8d-9a30-371f-566d-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.972632 | 6.27s 2026-02-20 10:53:30.383571 | fa163e8d-9a30-371f-566d-0000000040a1 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:20:04.981228 | 6.28s 2026-02-20 10:53:30.406107 | fa163e8d-9a30-371f-566d-000000003d26 | TASK | Create Keystone Endpoints 2026-02-20 10:53:30.490023 | fa163e8d-9a30-371f-566d-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:05.087683 | 0.08s 2026-02-20 10:53:30.519582 | fa163e8d-9a30-371f-566d-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:05.117259 | 0.11s 2026-02-20 10:53:30.545508 | fa163e8d-9a30-371f-566d-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:05.143185 | 0.14s 2026-02-20 10:53:30.557534 | fa163e8d-9a30-371f-566d-000000003d26 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:20:05.155196 | 0.15s 2026-02-20 10:53:30.571810 | 234b9250-103d-4ed4-8273-a29b70dc5e31 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-20 10:53:30.578781 | 4087c3c8-ed53-4ba8-b168-d580fbe095f9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-20 10:53:30.584430 | db3ab9d3-ba6b-4ce2-8fab-522fcd1a1f8c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-20 10:53:30.641063 | fa163e8d-9a30-371f-566d-0000000041d5 | TASK | Create Keystone public endpoints 2026-02-20 10:53:30.776405 | fa163e8d-9a30-371f-566d-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:05.374046 | 0.13s 2026-02-20 10:53:30.804682 | fa163e8d-9a30-371f-566d-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:05.402345 | 0.16s 2026-02-20 10:53:30.818703 | fa163e8d-9a30-371f-566d-0000000041d5 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:20:05.416366 | 0.18s 2026-02-20 10:53:30.838945 | 881ba384-5a0f-4205-8782-eb3162afa8fe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-20 10:53:30.848614 | 267d08f3-6027-4ca5-a72b-ce65ce6137d4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-20 10:53:30.872543 | fa163e8d-9a30-371f-566d-0000000042fd | TASK | Async creation of Keystone public endpoint 2026-02-20 10:53:31.234812 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-02-20 10:53:31.235876 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:05.833555 | 0.36s 2026-02-20 10:53:31.561419 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=barbican 2026-02-20 10:53:31.562367 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:06.160048 | 0.69s 2026-02-20 10:53:31.860903 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-02-20 10:53:31.862573 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:06.460249 | 0.99s 2026-02-20 10:53:32.150812 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-02-20 10:53:32.151721 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:06.749404 | 1.28s 2026-02-20 10:53:32.471595 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-02-20 10:53:32.472349 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:07.070033 | 1.60s 2026-02-20 10:53:32.744857 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-02-20 10:53:32.745665 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:07.343348 | 1.87s 2026-02-20 10:53:33.059792 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-02-20 10:53:33.060599 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:07.658281 | 2.19s 2026-02-20 10:53:33.371766 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-02-20 10:53:33.378634 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:07.976297 | 2.50s 2026-02-20 10:53:33.646035 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-02-20 10:53:33.647894 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:08.245567 | 2.77s 2026-02-20 10:53:33.917168 | fa163e8d-9a30-371f-566d-0000000042fd | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-02-20 10:53:33.919246 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:08.516894 | 3.05s 2026-02-20 10:53:33.929973 | fa163e8d-9a30-371f-566d-0000000042fd | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:08.527644 | 3.06s 2026-02-20 10:53:33.949002 | fa163e8d-9a30-371f-566d-0000000042ff | TASK | Check Keystone public endpoint status 2026-02-20 10:53:34.302661 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-02-20 10:53:34.304637 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:08.902304 | 0.35s 2026-02-20 10:53:34.578969 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=barbican 2026-02-20 10:53:34.580250 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:09.177929 | 0.63s 2026-02-20 10:53:34.889264 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-02-20 10:53:34.891078 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:09.488758 | 0.94s 2026-02-20 10:53:35.225566 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-02-20 10:53:35.226851 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:09.824528 | 1.28s 2026-02-20 10:53:35.471159 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-02-20 10:53:35.473434 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:10.071103 | 1.52s 2026-02-20 10:53:35.741583 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-02-20 10:53:35.743764 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:10.341436 | 1.79s 2026-02-20 10:53:36.015077 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-02-20 10:53:36.016623 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:10.614294 | 2.07s 2026-02-20 10:53:36.290827 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-02-20 10:53:36.293236 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:10.890903 | 2.34s 2026-02-20 10:53:36.555028 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-02-20 10:53:36.556531 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:11.154205 | 2.61s 2026-02-20 10:53:36.830168 | fa163e8d-9a30-371f-566d-0000000042ff | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-02-20 10:53:36.831781 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:11.429464 | 2.88s 2026-02-20 10:53:36.846864 | fa163e8d-9a30-371f-566d-0000000042ff | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:11.444525 | 2.90s 2026-02-20 10:53:36.875957 | fa163e8d-9a30-371f-566d-000000004304 | TASK | Async creation of Keystone public endpoint 2026-02-20 10:53:37.249990 | fa163e8d-9a30-371f-566d-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-02-20 10:53:37.251817 | fa163e8d-9a30-371f-566d-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:11.849486 | 0.37s 2026-02-20 10:53:37.574275 | fa163e8d-9a30-371f-566d-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-02-20 10:53:37.575635 | fa163e8d-9a30-371f-566d-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.173310 | 0.70s 2026-02-20 10:53:37.901489 | fa163e8d-9a30-371f-566d-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-02-20 10:53:37.903616 | fa163e8d-9a30-371f-566d-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.501290 | 1.03s 2026-02-20 10:53:38.235576 | fa163e8d-9a30-371f-566d-000000004304 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-02-20 10:53:38.236765 | fa163e8d-9a30-371f-566d-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.834443 | 1.36s 2026-02-20 10:53:38.257200 | fa163e8d-9a30-371f-566d-000000004304 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:20:12.854873 | 1.38s 2026-02-20 10:53:38.274241 | fa163e8d-9a30-371f-566d-000000004306 | TASK | Check Keystone public endpoint status 2026-02-20 10:53:38.533013 | fa163e8d-9a30-371f-566d-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-02-20 10:53:38.534828 | fa163e8d-9a30-371f-566d-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:13.132498 | 0.26s 2026-02-20 10:53:38.759267 | fa163e8d-9a30-371f-566d-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-02-20 10:53:38.760584 | fa163e8d-9a30-371f-566d-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:13.358261 | 0.49s 2026-02-20 10:53:38.992359 | fa163e8d-9a30-371f-566d-000000004306 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-20 10:53:44.220193 | fa163e8d-9a30-371f-566d-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-02-20 10:53:44.221503 | fa163e8d-9a30-371f-566d-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:18.819179 | 5.95s 2026-02-20 10:53:44.479748 | fa163e8d-9a30-371f-566d-000000004306 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-02-20 10:53:44.481184 | fa163e8d-9a30-371f-566d-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.078859 | 6.21s 2026-02-20 10:53:44.496025 | fa163e8d-9a30-371f-566d-000000004306 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:20:19.093693 | 6.22s 2026-02-20 10:53:44.520067 | fa163e8d-9a30-371f-566d-0000000041da | TASK | Create Keystone admin endpoints 2026-02-20 10:53:44.633666 | fa163e8d-9a30-371f-566d-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:19.231325 | 0.11s 2026-02-20 10:53:44.651966 | fa163e8d-9a30-371f-566d-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:19.249645 | 0.13s 2026-02-20 10:53:44.667013 | fa163e8d-9a30-371f-566d-0000000041da | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:20:19.264678 | 0.15s 2026-02-20 10:53:44.685629 | 94521c74-0eb5-4960-b2ba-635129605fce | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-20 10:53:44.695074 | 7fe844a9-811e-400c-8b75-ab9e1b5adbcb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-20 10:53:44.720065 | fa163e8d-9a30-371f-566d-000000004362 | TASK | Async creation of Keystone admin endpoint 2026-02-20 10:53:45.068480 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-02-20 10:53:45.070232 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:19.667900 | 0.35s 2026-02-20 10:53:45.367831 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=barbican 2026-02-20 10:53:45.368902 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:19.966578 | 0.65s 2026-02-20 10:53:45.661860 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-02-20 10:53:45.663836 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:20.261490 | 0.94s 2026-02-20 10:53:45.987750 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-02-20 10:53:45.988890 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:20.586567 | 1.27s 2026-02-20 10:53:46.313706 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-02-20 10:53:46.315157 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:20.912843 | 1.59s 2026-02-20 10:53:46.591878 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-02-20 10:53:46.593684 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:21.191367 | 1.87s 2026-02-20 10:53:46.902701 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-02-20 10:53:46.903408 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:21.501092 | 2.18s 2026-02-20 10:53:47.221025 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-02-20 10:53:47.221749 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:21.819434 | 2.50s 2026-02-20 10:53:47.469692 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-02-20 10:53:47.470281 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:22.067967 | 2.75s 2026-02-20 10:53:47.790585 | fa163e8d-9a30-371f-566d-000000004362 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-02-20 10:53:47.792513 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:22.390197 | 3.07s 2026-02-20 10:53:47.803573 | fa163e8d-9a30-371f-566d-000000004362 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:22.401250 | 3.08s 2026-02-20 10:53:47.827814 | fa163e8d-9a30-371f-566d-000000004364 | TASK | Check Keystone admin endpoint status 2026-02-20 10:53:48.092876 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-02-20 10:53:48.094056 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:22.691734 | 0.26s 2026-02-20 10:53:48.402657 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=barbican 2026-02-20 10:53:48.404418 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:23.002093 | 0.57s 2026-02-20 10:53:48.665693 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-02-20 10:53:48.667498 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:23.265178 | 0.84s 2026-02-20 10:53:48.958544 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-02-20 10:53:48.964345 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:23.561986 | 1.13s 2026-02-20 10:53:49.235448 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-02-20 10:53:49.239966 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:23.837621 | 1.41s 2026-02-20 10:53:49.515206 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-02-20 10:53:49.517540 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.115212 | 1.69s 2026-02-20 10:53:49.750894 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-02-20 10:53:49.752135 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.349812 | 1.92s 2026-02-20 10:53:50.024029 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-02-20 10:53:50.026088 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.623763 | 2.20s 2026-02-20 10:53:50.307631 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-02-20 10:53:50.309810 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:24.907484 | 2.48s 2026-02-20 10:53:50.565922 | fa163e8d-9a30-371f-566d-000000004364 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-02-20 10:53:50.568511 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:25.166178 | 2.74s 2026-02-20 10:53:50.583648 | fa163e8d-9a30-371f-566d-000000004364 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:25.181310 | 2.75s 2026-02-20 10:53:50.613693 | fa163e8d-9a30-371f-566d-000000004369 | TASK | Async creation of Keystone admin endpoint 2026-02-20 10:53:50.984816 | fa163e8d-9a30-371f-566d-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-02-20 10:53:50.986510 | fa163e8d-9a30-371f-566d-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:25.584180 | 0.37s 2026-02-20 10:53:51.310944 | fa163e8d-9a30-371f-566d-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-02-20 10:53:51.312186 | fa163e8d-9a30-371f-566d-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:25.909861 | 0.70s 2026-02-20 10:53:51.644046 | fa163e8d-9a30-371f-566d-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-02-20 10:53:51.644802 | fa163e8d-9a30-371f-566d-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:26.242487 | 1.03s 2026-02-20 10:53:51.931806 | fa163e8d-9a30-371f-566d-000000004369 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-02-20 10:53:51.932516 | fa163e8d-9a30-371f-566d-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:26.530200 | 1.32s 2026-02-20 10:53:51.936855 | fa163e8d-9a30-371f-566d-000000004369 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:20:26.534527 | 1.32s 2026-02-20 10:53:51.955405 | fa163e8d-9a30-371f-566d-00000000436b | TASK | Check Keystone admin endpoint status 2026-02-20 10:53:52.234451 | fa163e8d-9a30-371f-566d-00000000436b | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-20 10:53:57.453960 | fa163e8d-9a30-371f-566d-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-02-20 10:53:57.456813 | fa163e8d-9a30-371f-566d-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.054485 | 5.50s 2026-02-20 10:53:57.711025 | fa163e8d-9a30-371f-566d-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-02-20 10:53:57.712298 | fa163e8d-9a30-371f-566d-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.309975 | 5.76s 2026-02-20 10:53:57.973840 | fa163e8d-9a30-371f-566d-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-02-20 10:53:57.975045 | fa163e8d-9a30-371f-566d-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.572721 | 6.02s 2026-02-20 10:53:58.192466 | fa163e8d-9a30-371f-566d-00000000436b | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-02-20 10:53:58.193639 | fa163e8d-9a30-371f-566d-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.791317 | 6.24s 2026-02-20 10:53:58.208178 | fa163e8d-9a30-371f-566d-00000000436b | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:20:32.805857 | 6.25s 2026-02-20 10:53:58.232014 | fa163e8d-9a30-371f-566d-0000000041df | TASK | Create Keystone internal endpoints 2026-02-20 10:53:58.340294 | fa163e8d-9a30-371f-566d-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:32.937955 | 0.11s 2026-02-20 10:53:58.358147 | fa163e8d-9a30-371f-566d-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:32.955822 | 0.12s 2026-02-20 10:53:58.368198 | fa163e8d-9a30-371f-566d-0000000041df | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:20:32.965877 | 0.13s 2026-02-20 10:53:58.387952 | cdd806a1-17d5-4c22-95a9-f4b8054bb757 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-20 10:53:58.397879 | 2d26f1f4-16e9-4bf9-b6c4-8b95b8ecf077 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-20 10:53:58.423299 | fa163e8d-9a30-371f-566d-0000000043c7 | TASK | Async creation of Keystone internal endpoint 2026-02-20 10:53:58.770107 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-02-20 10:53:58.772549 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:33.370218 | 0.35s 2026-02-20 10:53:59.051953 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=barbican 2026-02-20 10:53:59.052620 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:33.650306 | 0.63s 2026-02-20 10:53:59.323948 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-02-20 10:53:59.324710 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:33.922395 | 0.90s 2026-02-20 10:53:59.650622 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-02-20 10:53:59.651290 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:34.248975 | 1.23s 2026-02-20 10:53:59.910611 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-02-20 10:53:59.911229 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:34.508914 | 1.49s 2026-02-20 10:54:00.169448 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-02-20 10:54:00.170295 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:34.767977 | 1.75s 2026-02-20 10:54:00.473545 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-02-20 10:54:00.474169 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:35.071855 | 2.05s 2026-02-20 10:54:00.785941 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-02-20 10:54:00.786693 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:35.384378 | 2.36s 2026-02-20 10:54:01.109238 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-02-20 10:54:01.110219 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:35.707905 | 2.69s 2026-02-20 10:54:01.387957 | fa163e8d-9a30-371f-566d-0000000043c7 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-02-20 10:54:01.389504 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:35.987180 | 2.96s 2026-02-20 10:54:01.400718 | fa163e8d-9a30-371f-566d-0000000043c7 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:35.998392 | 2.98s 2026-02-20 10:54:01.419705 | fa163e8d-9a30-371f-566d-0000000043c9 | TASK | Check Keystone internal endpoint status 2026-02-20 10:54:01.761589 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-02-20 10:54:01.765563 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:36.363233 | 0.34s 2026-02-20 10:54:02.029868 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=barbican 2026-02-20 10:54:02.031598 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:36.629274 | 0.61s 2026-02-20 10:54:02.317045 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-02-20 10:54:02.319290 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:36.916964 | 0.90s 2026-02-20 10:54:02.537038 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-02-20 10:54:02.538597 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:37.136273 | 1.12s 2026-02-20 10:54:02.835669 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-02-20 10:54:02.837038 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:37.434719 | 1.42s 2026-02-20 10:54:03.084341 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-02-20 10:54:03.086645 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:37.684319 | 1.67s 2026-02-20 10:54:03.310857 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-02-20 10:54:03.312675 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:37.910352 | 1.89s 2026-02-20 10:54:03.615196 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-02-20 10:54:03.616046 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:38.213727 | 2.20s 2026-02-20 10:54:03.877495 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-02-20 10:54:03.878414 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:38.476093 | 2.46s 2026-02-20 10:54:04.139943 | fa163e8d-9a30-371f-566d-0000000043c9 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-02-20 10:54:04.142564 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:38.740239 | 2.72s 2026-02-20 10:54:04.161299 | fa163e8d-9a30-371f-566d-0000000043c9 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:38.758978 | 2.74s 2026-02-20 10:54:04.188989 | fa163e8d-9a30-371f-566d-0000000043ce | TASK | Async creation of Keystone internal endpoint 2026-02-20 10:54:04.546403 | fa163e8d-9a30-371f-566d-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-02-20 10:54:04.548270 | fa163e8d-9a30-371f-566d-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:39.145940 | 0.36s 2026-02-20 10:54:04.868563 | fa163e8d-9a30-371f-566d-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-02-20 10:54:04.870551 | fa163e8d-9a30-371f-566d-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:39.468226 | 0.68s 2026-02-20 10:54:05.212835 | fa163e8d-9a30-371f-566d-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-02-20 10:54:05.214444 | fa163e8d-9a30-371f-566d-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:39.812120 | 1.02s 2026-02-20 10:54:05.528582 | fa163e8d-9a30-371f-566d-0000000043ce | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-02-20 10:54:05.529298 | fa163e8d-9a30-371f-566d-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:40.126982 | 1.34s 2026-02-20 10:54:05.538106 | fa163e8d-9a30-371f-566d-0000000043ce | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:20:40.135776 | 1.35s 2026-02-20 10:54:05.560341 | fa163e8d-9a30-371f-566d-0000000043d0 | TASK | Check Keystone internal endpoint status 2026-02-20 10:54:05.843945 | fa163e8d-9a30-371f-566d-0000000043d0 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-20 10:54:11.101637 | fa163e8d-9a30-371f-566d-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-02-20 10:54:11.103748 | fa163e8d-9a30-371f-566d-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:45.701418 | 5.54s 2026-02-20 10:54:11.412951 | fa163e8d-9a30-371f-566d-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-02-20 10:54:11.415224 | fa163e8d-9a30-371f-566d-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:46.012900 | 5.85s 2026-02-20 10:54:11.638605 | fa163e8d-9a30-371f-566d-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-02-20 10:54:11.639956 | fa163e8d-9a30-371f-566d-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:46.237632 | 6.08s 2026-02-20 10:54:11.893472 | fa163e8d-9a30-371f-566d-0000000043d0 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-02-20 10:54:11.895242 | fa163e8d-9a30-371f-566d-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:46.492917 | 6.33s 2026-02-20 10:54:11.905640 | fa163e8d-9a30-371f-566d-0000000043d0 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:20:46.503315 | 6.34s 2026-02-20 10:54:11.921511 | fa163e8d-9a30-371f-566d-000000003d28 | TASK | Run cleanup tasks 2026-02-20 10:54:11.959089 | fa163e8d-9a30-371f-566d-000000003d28 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:20:46.556752 | 0.04s 2026-02-20 10:54:11.975694 | a000d226-1b1f-452f-a047-6edf62fffd0a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-02-20 10:54:12.037675 | fa163e8d-9a30-371f-566d-000000004428 | TASK | Get list of enabled services 2026-02-20 10:54:14.614748 | fa163e8d-9a30-371f-566d-000000004428 | CHANGED | Get list of enabled services | undercloud 2026-02-20 10:54:14.616270 | fa163e8d-9a30-371f-566d-000000004428 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:20:49.213941 | 2.58s 2026-02-20 10:54:14.635292 | fa163e8d-9a30-371f-566d-000000004429 | TASK | List services to be disabled 2026-02-20 10:54:14.724676 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-02-20 10:54:14.759098 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-02-20 10:54:14.789194 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'barbican', 'Type': 'key-manager'} 2026-02-20 10:54:14.814226 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-02-20 10:54:14.839709 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-02-20 10:54:14.866211 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-02-20 10:54:14.891334 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-02-20 10:54:14.916989 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-02-20 10:54:14.943537 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-02-20 10:54:14.968763 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-02-20 10:54:14.993981 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-02-20 10:54:15.019029 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-02-20 10:54:15.047351 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-02-20 10:54:15.072391 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-02-20 10:54:15.094717 | fa163e8d-9a30-371f-566d-000000004429 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-02-20 10:54:15.107718 | fa163e8d-9a30-371f-566d-000000004429 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:20:49.705379 | 0.47s 2026-02-20 10:54:15.128629 | fa163e8d-9a30-371f-566d-00000000442a | TASK | Delete keystone services not enabled 2026-02-20 10:54:15.150404 | fa163e8d-9a30-371f-566d-00000000442a | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:20:49.748070 | 0.02s 2026-02-20 10:54:15.168870 | fa163e8d-9a30-371f-566d-000000003d29 | TASK | Create Keystone Roles 2026-02-20 10:54:15.247440 | fa163e8d-9a30-371f-566d-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:49.845100 | 0.08s 2026-02-20 10:54:15.265080 | fa163e8d-9a30-371f-566d-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:49.862758 | 0.09s 2026-02-20 10:54:15.276928 | fa163e8d-9a30-371f-566d-000000003d29 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:20:49.874601 | 0.11s 2026-02-20 10:54:15.293111 | 865c08d2-34f7-4896-9937-81b96d62f969 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-20 10:54:15.301724 | e23065f8-19ec-4ce3-ac8a-e4890c4ad84c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-20 10:54:15.368011 | fa163e8d-9a30-371f-566d-000000004598 | TASK | Async creation of Keystone role 2026-02-20 10:54:15.697940 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-02-20 10:54:15.699507 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:50.297176 | 0.33s 2026-02-20 10:54:16.002441 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=key-manager:service-admin 2026-02-20 10:54:16.004490 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:50.602166 | 0.64s 2026-02-20 10:54:16.311790 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=creator 2026-02-20 10:54:16.313252 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:50.910928 | 0.94s 2026-02-20 10:54:16.605090 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=observer 2026-02-20 10:54:16.605916 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:51.203598 | 1.24s 2026-02-20 10:54:16.896490 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=audit 2026-02-20 10:54:16.897166 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:51.494851 | 1.53s 2026-02-20 10:54:17.259698 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-02-20 10:54:17.260922 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:51.858599 | 1.89s 2026-02-20 10:54:17.488235 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-02-20 10:54:17.489270 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:52.086952 | 2.12s 2026-02-20 10:54:17.752217 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-02-20 10:54:17.753380 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:52.351057 | 2.38s 2026-02-20 10:54:18.038570 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-02-20 10:54:18.039239 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:52.636925 | 2.67s 2026-02-20 10:54:18.361473 | fa163e8d-9a30-371f-566d-000000004598 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-02-20 10:54:18.362746 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:52.960418 | 2.99s 2026-02-20 10:54:18.369091 | fa163e8d-9a30-371f-566d-000000004598 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:52.966772 | 3.00s 2026-02-20 10:54:18.388536 | fa163e8d-9a30-371f-566d-00000000459a | TASK | Check Keystone role status 2026-02-20 10:54:18.676640 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=service 2026-02-20 10:54:18.678355 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:53.276025 | 0.29s 2026-02-20 10:54:18.891527 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=key-manager:service-admin 2026-02-20 10:54:18.892467 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:53.490146 | 0.50s 2026-02-20 10:54:19.157649 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=creator 2026-02-20 10:54:19.158696 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:53.756374 | 0.77s 2026-02-20 10:54:19.472621 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=observer 2026-02-20 10:54:19.473281 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:54.070967 | 1.08s 2026-02-20 10:54:19.728243 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=audit 2026-02-20 10:54:19.730143 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:54.327820 | 1.34s 2026-02-20 10:54:19.986620 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-02-20 10:54:19.987825 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:54.585501 | 1.60s 2026-02-20 10:54:20.242674 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-02-20 10:54:20.244236 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:54.841912 | 1.85s 2026-02-20 10:54:20.560124 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-02-20 10:54:20.561437 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:55.159119 | 2.17s 2026-02-20 10:54:20.809179 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-02-20 10:54:20.810376 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:55.408053 | 2.42s 2026-02-20 10:54:21.018847 | fa163e8d-9a30-371f-566d-00000000459a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-02-20 10:54:21.019813 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:55.617488 | 2.63s 2026-02-20 10:54:21.029939 | fa163e8d-9a30-371f-566d-00000000459a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:20:55.627607 | 2.64s 2026-02-20 10:54:21.054016 | fa163e8d-9a30-371f-566d-00000000459f | TASK | Async creation of Keystone role 2026-02-20 10:54:21.432796 | fa163e8d-9a30-371f-566d-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-02-20 10:54:21.435124 | fa163e8d-9a30-371f-566d-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:56.032794 | 0.38s 2026-02-20 10:54:21.743553 | fa163e8d-9a30-371f-566d-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-02-20 10:54:21.744360 | fa163e8d-9a30-371f-566d-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:56.342043 | 0.69s 2026-02-20 10:54:22.060531 | fa163e8d-9a30-371f-566d-00000000459f | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-02-20 10:54:22.062692 | fa163e8d-9a30-371f-566d-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:56.660366 | 1.00s 2026-02-20 10:54:22.073090 | fa163e8d-9a30-371f-566d-00000000459f | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:20:56.670753 | 1.01s 2026-02-20 10:54:22.090518 | fa163e8d-9a30-371f-566d-0000000045a1 | TASK | Check Keystone role status 2026-02-20 10:54:22.349539 | fa163e8d-9a30-371f-566d-0000000045a1 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-02-20 10:54:27.565778 | fa163e8d-9a30-371f-566d-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-02-20 10:54:27.568419 | fa163e8d-9a30-371f-566d-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.166080 | 5.48s 2026-02-20 10:54:27.814892 | fa163e8d-9a30-371f-566d-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-02-20 10:54:27.816663 | fa163e8d-9a30-371f-566d-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.414336 | 5.72s 2026-02-20 10:54:28.097357 | fa163e8d-9a30-371f-566d-0000000045a1 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-02-20 10:54:28.098586 | fa163e8d-9a30-371f-566d-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.696262 | 6.01s 2026-02-20 10:54:28.106329 | fa163e8d-9a30-371f-566d-0000000045a1 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:21:02.703974 | 6.01s 2026-02-20 10:54:28.127061 | fa163e8d-9a30-371f-566d-000000003d2b | TASK | Create Keystone Users 2026-02-20 10:54:28.231236 | fa163e8d-9a30-371f-566d-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:02.828896 | 0.10s 2026-02-20 10:54:28.249137 | fa163e8d-9a30-371f-566d-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:02.846816 | 0.12s 2026-02-20 10:54:28.256912 | fa163e8d-9a30-371f-566d-000000003d2b | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:21:02.854587 | 0.13s 2026-02-20 10:54:28.279164 | 1dedd1ae-719e-49a7-829f-3e2fe33547f5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-20 10:54:28.292660 | fe648d4d-a36a-43bd-b013-0d5c4f379a6f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-20 10:54:28.356887 | fa163e8d-9a30-371f-566d-000000004749 | TASK | Check password of Keystone user 2026-02-20 10:54:29.338754 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:29.340306 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:03.937975 | 0.98s 2026-02-20 10:54:30.252383 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:30.253790 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:04.851462 | 1.90s 2026-02-20 10:54:31.233553 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:31.235597 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:05.833268 | 2.88s 2026-02-20 10:54:32.165329 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:32.166286 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:06.763963 | 3.81s 2026-02-20 10:54:33.232032 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:33.233294 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:07.830968 | 4.88s 2026-02-20 10:54:34.161699 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:34.163747 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:08.761431 | 5.81s 2026-02-20 10:54:35.079774 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:35.081156 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:09.678838 | 6.72s 2026-02-20 10:54:35.960082 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:35.961194 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:10.558871 | 7.60s 2026-02-20 10:54:36.901045 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:36.902084 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:11.499761 | 8.54s 2026-02-20 10:54:37.907756 | fa163e8d-9a30-371f-566d-000000004749 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:37.909504 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:12.507180 | 9.55s 2026-02-20 10:54:37.919736 | fa163e8d-9a30-371f-566d-000000004749 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:37.920744 | fa163e8d-9a30-371f-566d-000000004749 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:12.518421 | 9.56s 2026-02-20 10:54:37.940786 | fa163e8d-9a30-371f-566d-00000000474b | TASK | Async creation of Keystone user 2026-02-20 10:54:38.362149 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:38.363895 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:12.961564 | 0.42s 2026-02-20 10:54:38.736671 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:38.737799 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:13.335474 | 0.80s 2026-02-20 10:54:39.089339 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:39.090091 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:13.687773 | 1.15s 2026-02-20 10:54:39.448264 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:39.448933 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:14.046618 | 1.51s 2026-02-20 10:54:39.823809 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:39.824760 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:14.422438 | 1.88s 2026-02-20 10:54:40.178783 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:40.179490 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:14.777174 | 2.24s 2026-02-20 10:54:40.586693 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:40.587597 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.185283 | 2.65s 2026-02-20 10:54:40.970362 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:40.972023 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.569700 | 3.03s 2026-02-20 10:54:41.337293 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:41.338089 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:15.935772 | 3.40s 2026-02-20 10:54:41.658497 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:41.659433 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:16.257111 | 3.72s 2026-02-20 10:54:41.666083 | fa163e8d-9a30-371f-566d-00000000474b | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:41.666779 | fa163e8d-9a30-371f-566d-00000000474b | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:16.264461 | 3.72s 2026-02-20 10:54:41.686678 | fa163e8d-9a30-371f-566d-00000000474d | TASK | Check Keystone user status 2026-02-20 10:54:42.046546 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:42.047976 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:16.645647 | 0.36s 2026-02-20 10:54:42.313366 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:42.314285 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:16.911964 | 0.63s 2026-02-20 10:54:42.539848 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:42.540780 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:17.138459 | 0.85s 2026-02-20 10:54:42.777532 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:42.778461 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:17.376140 | 1.09s 2026-02-20 10:54:43.104778 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:43.106168 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:17.703818 | 1.42s 2026-02-20 10:54:43.345783 | fa163e8d-9a30-371f-566d-00000000474d | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-20 10:54:48.600703 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:48.602198 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:23.199881 | 6.91s 2026-02-20 10:54:48.904301 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:48.905040 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:23.502722 | 7.22s 2026-02-20 10:54:49.182803 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:49.184126 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:23.781797 | 7.50s 2026-02-20 10:54:49.476665 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:49.478341 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:24.075984 | 7.79s 2026-02-20 10:54:49.769582 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:49.771560 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:24.369230 | 8.08s 2026-02-20 10:54:49.781377 | fa163e8d-9a30-371f-566d-00000000474d | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:49.782131 | fa163e8d-9a30-371f-566d-00000000474d | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:24.379811 | 8.09s 2026-02-20 10:54:49.799672 | fa163e8d-9a30-371f-566d-000000004752 | TASK | Check password of Keystone user 2026-02-20 10:54:50.770480 | fa163e8d-9a30-371f-566d-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:50.772743 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:25.370413 | 0.97s 2026-02-20 10:54:51.671241 | fa163e8d-9a30-371f-566d-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:51.672358 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:26.270035 | 1.87s 2026-02-20 10:54:52.628932 | fa163e8d-9a30-371f-566d-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:52.631497 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:27.229167 | 2.83s 2026-02-20 10:54:53.540711 | fa163e8d-9a30-371f-566d-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:53.542274 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:28.139952 | 3.74s 2026-02-20 10:54:54.403035 | fa163e8d-9a30-371f-566d-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:54.404707 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:29.002384 | 4.60s 2026-02-20 10:54:55.262035 | fa163e8d-9a30-371f-566d-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:55.263037 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:29.860716 | 5.46s 2026-02-20 10:54:56.256635 | fa163e8d-9a30-371f-566d-000000004752 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:56.258259 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:30.855935 | 6.46s 2026-02-20 10:54:56.268489 | fa163e8d-9a30-371f-566d-000000004752 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2026-02-20 10:54:56.269535 | fa163e8d-9a30-371f-566d-000000004752 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:21:30.867212 | 6.47s 2026-02-20 10:54:56.289177 | fa163e8d-9a30-371f-566d-000000004754 | TASK | Async creation of Keystone user 2026-02-20 10:54:56.695042 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:56.697630 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.295300 | 0.41s 2026-02-20 10:54:57.036247 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:57.036850 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.634535 | 0.75s 2026-02-20 10:54:57.386347 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:57.387415 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:31.985092 | 1.10s 2026-02-20 10:54:57.730152 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:57.730922 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.328604 | 1.44s 2026-02-20 10:54:58.067817 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:58.068810 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.666488 | 1.78s 2026-02-20 10:54:58.387469 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:58.388514 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:32.986191 | 2.10s 2026-02-20 10:54:58.709154 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:58.710191 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.307868 | 2.42s 2026-02-20 10:54:58.715697 | fa163e8d-9a30-371f-566d-000000004754 | CHANGED | Async creation of Keystone user | undercloud 2026-02-20 10:54:58.716381 | fa163e8d-9a30-371f-566d-000000004754 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:21:33.314065 | 2.43s 2026-02-20 10:54:58.730900 | fa163e8d-9a30-371f-566d-000000004756 | TASK | Check Keystone user status 2026-02-20 10:54:59.072469 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:59.074695 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:33.672366 | 0.34s 2026-02-20 10:54:59.335134 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:59.336721 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:33.934399 | 0.60s 2026-02-20 10:54:59.588448 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:54:59.590026 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:34.187704 | 0.86s 2026-02-20 10:54:59.865116 | fa163e8d-9a30-371f-566d-000000004756 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-20 10:55:05.097801 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:55:05.099705 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:39.697381 | 6.37s 2026-02-20 10:55:05.391471 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:55:05.393783 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:39.991459 | 6.66s 2026-02-20 10:55:05.935572 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:55:05.936719 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.534394 | 7.20s 2026-02-20 10:55:06.183817 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:55:06.185447 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.783122 | 7.45s 2026-02-20 10:55:06.195586 | fa163e8d-9a30-371f-566d-000000004756 | CHANGED | Check Keystone user status | undercloud 2026-02-20 10:55:06.196689 | fa163e8d-9a30-371f-566d-000000004756 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:21:40.794365 | 7.46s 2026-02-20 10:55:06.217490 | fa163e8d-9a30-371f-566d-000000003d2d | TASK | Assign Keystone Users to Roles 2026-02-20 10:55:06.305890 | fa163e8d-9a30-371f-566d-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:40.903552 | 0.09s 2026-02-20 10:55:06.334792 | fa163e8d-9a30-371f-566d-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:40.932471 | 0.12s 2026-02-20 10:55:06.358799 | fa163e8d-9a30-371f-566d-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:40.956480 | 0.14s 2026-02-20 10:55:06.366328 | fa163e8d-9a30-371f-566d-000000003d2d | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:21:40.963990 | 0.15s 2026-02-20 10:55:06.380719 | fd37b611-7d4a-4d3f-81a5-36f809410cd7 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-20 10:55:06.387139 | a329206b-ed47-4b8e-8f2e-aed89c7a5e5c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-20 10:55:06.392840 | 3ba3d88f-87c1-44e8-b912-77fa45d71aa0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-20 10:55:06.467624 | fa163e8d-9a30-371f-566d-000000004966 | TASK | Async assignment of Keystone user per role 2026-02-20 10:55:06.565252 | fa163e8d-9a30-371f-566d-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:41.162912 | 0.10s 2026-02-20 10:55:06.584396 | fa163e8d-9a30-371f-566d-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:41.182076 | 0.12s 2026-02-20 10:55:06.591883 | fa163e8d-9a30-371f-566d-000000004966 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:21:41.189563 | 0.12s 2026-02-20 10:55:06.609411 | 1d646b7b-ee77-4ef7-9097-57976f71a23b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-20 10:55:06.618940 | f6f2e9a5-7981-4f79-82ef-e461fbaf5b10 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-20 10:55:06.642397 | fa163e8d-9a30-371f-566d-000000004b46 | TASK | Async assignment of Keystone user to roles 2026-02-20 10:55:07.045082 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-02-20 10:55:07.046570 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.644253 | 0.40s 2026-02-20 10:55:07.303390 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=barbican 2026-02-20 10:55:07.304039 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:41.901725 | 0.66s 2026-02-20 10:55:07.597461 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-20 10:55:07.598467 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:42.196146 | 0.95s 2026-02-20 10:55:07.907111 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-20 10:55:07.907758 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:42.505444 | 1.26s 2026-02-20 10:55:08.200045 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-20 10:55:08.200642 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:42.798329 | 1.56s 2026-02-20 10:55:08.495041 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-02-20 10:55:08.495632 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:43.093318 | 1.85s 2026-02-20 10:55:08.754808 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-02-20 10:55:08.755471 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:43.353157 | 2.11s 2026-02-20 10:55:09.076834 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-02-20 10:55:09.077605 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:43.675288 | 2.43s 2026-02-20 10:55:09.353795 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-02-20 10:55:09.354892 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:43.952569 | 2.71s 2026-02-20 10:55:09.654794 | fa163e8d-9a30-371f-566d-000000004b46 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-02-20 10:55:09.661690 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:44.259367 | 3.02s 2026-02-20 10:55:09.667500 | fa163e8d-9a30-371f-566d-000000004b46 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:44.265181 | 3.02s 2026-02-20 10:55:09.682698 | fa163e8d-9a30-371f-566d-000000004b48 | TASK | Check Keystone user assignment to roles status 2026-02-20 10:55:09.964810 | fa163e8d-9a30-371f-566d-000000004b48 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-20 10:55:15.221615 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-02-20 10:55:15.222543 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:49.820222 | 5.54s 2026-02-20 10:55:15.517412 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=barbican 2026-02-20 10:55:15.518500 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:50.116182 | 5.84s 2026-02-20 10:55:15.754751 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-20 10:55:15.755942 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:50.353616 | 6.07s 2026-02-20 10:55:15.997142 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-20 10:55:15.997829 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:50.595515 | 6.31s 2026-02-20 10:55:16.265045 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-20 10:55:16.266460 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:50.864139 | 6.58s 2026-02-20 10:55:16.510187 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-02-20 10:55:16.512298 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:51.109977 | 6.83s 2026-02-20 10:55:16.762419 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-02-20 10:55:16.763660 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:51.361337 | 7.08s 2026-02-20 10:55:17.020622 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-02-20 10:55:17.021604 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:51.619282 | 7.34s 2026-02-20 10:55:17.286326 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-02-20 10:55:17.287448 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:51.885127 | 7.60s 2026-02-20 10:55:17.542542 | fa163e8d-9a30-371f-566d-000000004b48 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-02-20 10:55:17.543557 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:52.141235 | 7.86s 2026-02-20 10:55:17.552984 | fa163e8d-9a30-371f-566d-000000004b48 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:21:52.150662 | 7.87s 2026-02-20 10:55:17.577149 | fa163e8d-9a30-371f-566d-000000004b4d | TASK | Async assignment of Keystone user to roles 2026-02-20 10:55:17.948265 | fa163e8d-9a30-371f-566d-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-02-20 10:55:17.950042 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.547705 | 0.37s 2026-02-20 10:55:18.269369 | fa163e8d-9a30-371f-566d-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-02-20 10:55:18.270564 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:52.868237 | 0.69s 2026-02-20 10:55:18.603190 | fa163e8d-9a30-371f-566d-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-02-20 10:55:18.603881 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:53.201566 | 1.02s 2026-02-20 10:55:18.911543 | fa163e8d-9a30-371f-566d-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-20 10:55:18.913221 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:53.510900 | 1.33s 2026-02-20 10:55:19.202267 | fa163e8d-9a30-371f-566d-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-02-20 10:55:19.203760 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:53.801437 | 1.62s 2026-02-20 10:55:19.535351 | fa163e8d-9a30-371f-566d-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-02-20 10:55:19.536102 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.133786 | 1.96s 2026-02-20 10:55:19.863270 | fa163e8d-9a30-371f-566d-000000004b4d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-02-20 10:55:19.864299 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.461977 | 2.28s 2026-02-20 10:55:19.871241 | fa163e8d-9a30-371f-566d-000000004b4d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:21:54.468910 | 2.29s 2026-02-20 10:55:19.891578 | fa163e8d-9a30-371f-566d-000000004b4f | TASK | Check Keystone user assignment to roles status 2026-02-20 10:55:20.173664 | fa163e8d-9a30-371f-566d-000000004b4f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-20 10:55:25.424155 | fa163e8d-9a30-371f-566d-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-02-20 10:55:25.426130 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.023801 | 5.53s 2026-02-20 10:55:25.666771 | fa163e8d-9a30-371f-566d-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-02-20 10:55:25.667982 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.265659 | 5.77s 2026-02-20 10:55:25.904988 | fa163e8d-9a30-371f-566d-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-02-20 10:55:25.905725 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.503410 | 6.01s 2026-02-20 10:55:26.108371 | fa163e8d-9a30-371f-566d-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-20 10:55:26.111571 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.709246 | 6.22s 2026-02-20 10:55:26.327945 | fa163e8d-9a30-371f-566d-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-02-20 10:55:26.330285 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:00.927937 | 6.44s 2026-02-20 10:55:26.574749 | fa163e8d-9a30-371f-566d-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-02-20 10:55:26.576550 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.174217 | 6.68s 2026-02-20 10:55:26.766296 | fa163e8d-9a30-371f-566d-000000004b4f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-02-20 10:55:26.769232 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.366903 | 6.88s 2026-02-20 10:55:26.782260 | fa163e8d-9a30-371f-566d-000000004b4f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:01.379935 | 6.89s 2026-02-20 10:55:26.800003 | fa163e8d-9a30-371f-566d-00000000496b | TASK | Async assignment of Keystone user per role 2026-02-20 10:55:26.868621 | fa163e8d-9a30-371f-566d-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.466284 | 0.07s 2026-02-20 10:55:26.880368 | fa163e8d-9a30-371f-566d-00000000496b | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:01.478043 | 0.08s 2026-02-20 10:55:26.891229 | 4b297518-6f5a-4c97-9de5-01427019ea09 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-20 10:55:26.918757 | fa163e8d-9a30-371f-566d-000000004bb7 | TASK | Async assignment of Keystone user to roles 2026-02-20 10:55:27.279777 | fa163e8d-9a30-371f-566d-000000004bb7 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-20 10:55:27.283260 | fa163e8d-9a30-371f-566d-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.880929 | 0.36s 2026-02-20 10:55:27.292249 | fa163e8d-9a30-371f-566d-000000004bb7 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:01.889915 | 0.37s 2026-02-20 10:55:27.312054 | fa163e8d-9a30-371f-566d-000000004bb9 | TASK | Check Keystone user assignment to roles status 2026-02-20 10:55:27.593293 | fa163e8d-9a30-371f-566d-000000004bb9 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-20 10:55:32.833978 | fa163e8d-9a30-371f-566d-000000004bb9 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-20 10:55:32.836023 | fa163e8d-9a30-371f-566d-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.433696 | 5.52s 2026-02-20 10:55:32.846060 | fa163e8d-9a30-371f-566d-000000004bb9 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:07.443738 | 5.53s 2026-02-20 10:55:32.865213 | fa163e8d-9a30-371f-566d-000000004970 | TASK | Async assignment of Keystone user per role 2026-02-20 10:55:32.968287 | fa163e8d-9a30-371f-566d-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:07.565950 | 0.10s 2026-02-20 10:55:32.979358 | fa163e8d-9a30-371f-566d-000000004970 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:22:07.577035 | 0.11s 2026-02-20 10:55:32.994914 | 260fcf19-4d53-4eaa-941f-26f97a88825a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-20 10:55:33.020148 | fa163e8d-9a30-371f-566d-000000004bdb | TASK | Async assignment of Keystone user to roles 2026-02-20 10:55:33.393141 | fa163e8d-9a30-371f-566d-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-20 10:55:33.396004 | fa163e8d-9a30-371f-566d-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:07.993680 | 0.37s 2026-02-20 10:55:33.725903 | fa163e8d-9a30-371f-566d-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-20 10:55:33.727472 | fa163e8d-9a30-371f-566d-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.325154 | 0.71s 2026-02-20 10:55:34.051531 | fa163e8d-9a30-371f-566d-000000004bdb | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-20 10:55:34.053631 | fa163e8d-9a30-371f-566d-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.651304 | 1.03s 2026-02-20 10:55:34.063915 | fa163e8d-9a30-371f-566d-000000004bdb | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:22:08.661584 | 1.04s 2026-02-20 10:55:34.080847 | fa163e8d-9a30-371f-566d-000000004bdd | TASK | Check Keystone user assignment to roles status 2026-02-20 10:55:34.367256 | fa163e8d-9a30-371f-566d-000000004bdd | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-20 10:55:39.580600 | fa163e8d-9a30-371f-566d-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-20 10:55:39.583736 | fa163e8d-9a30-371f-566d-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.181402 | 5.50s 2026-02-20 10:55:39.904151 | fa163e8d-9a30-371f-566d-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-20 10:55:39.906798 | fa163e8d-9a30-371f-566d-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.504470 | 5.82s 2026-02-20 10:55:40.150018 | fa163e8d-9a30-371f-566d-000000004bdd | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-20 10:55:40.152532 | fa163e8d-9a30-371f-566d-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.750201 | 6.07s 2026-02-20 10:55:40.163754 | fa163e8d-9a30-371f-566d-000000004bdd | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:22:14.761417 | 6.08s 2026-02-20 10:55:40.200019 | fa163e8d-9a30-371f-566d-000000003cf3 | TASK | is Keystone LDAP enabled 2026-02-20 10:55:40.260243 | fa163e8d-9a30-371f-566d-000000003cf3 | OK | is Keystone LDAP enabled | undercloud 2026-02-20 10:55:40.261761 | fa163e8d-9a30-371f-566d-000000003cf3 | TIMING | is Keystone LDAP enabled | undercloud | 0:22:14.859433 | 0.06s 2026-02-20 10:55:40.279789 | fa163e8d-9a30-371f-566d-000000003cf4 | TASK | Set fact for tripleo_keystone_ldap_domains 2026-02-20 10:55:40.335376 | fa163e8d-9a30-371f-566d-000000003cf4 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-02-20 10:55:40.336982 | fa163e8d-9a30-371f-566d-000000003cf4 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:22:14.934653 | 0.06s 2026-02-20 10:55:40.355405 | fa163e8d-9a30-371f-566d-000000003cf5 | TASK | Manage Keystone domains from LDAP config 2026-02-20 10:55:40.407526 | fa163e8d-9a30-371f-566d-000000003cf5 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-02-20 10:55:40.408946 | fa163e8d-9a30-371f-566d-000000003cf5 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:22:15.006617 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-02-20 10:55:40.552984 | fa163e8d-9a30-371f-566d-0000000000e2 | TASK | Deploy step tasks for 4 2026-02-20 10:55:40.580502 | fa163e8d-9a30-371f-566d-0000000000e2 | OK | Deploy step tasks for 4 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 4' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8d-9a30-371f-566d-0000000000e2') missing from stats 2026-02-20 10:55:40.602412 | fa163e8d-9a30-371f-566d-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-02-20 10:55:41.145897 | fa163e8d-9a30-371f-566d-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-02-20 10:55:41.147646 | fa163e8d-9a30-371f-566d-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:22:15.745320 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-20 10:55:41.227166 | fa163e8d-9a30-371f-566d-0000000000e4 | TIMING | include_tasks | standalone | 0:22:15.824838 | 0.05s 2026-02-20 10:55:41.272466 | b4672696-7f98-4d0c-a040-015bed3a6d99 | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-02-20 10:55:41.298494 | fa163e8d-9a30-371f-566d-000000004c1f | TASK | Create virtqemud recovery script 2026-02-20 10:55:41.808383 | fa163e8d-9a30-371f-566d-000000004c1f | CHANGED | Create virtqemud recovery script | standalone 2026-02-20 10:55:41.809939 | fa163e8d-9a30-371f-566d-000000004c1f | TIMING | Create virtqemud recovery script | standalone | 0:22:16.407610 | 0.51s 2026-02-20 10:55:41.838295 | fa163e8d-9a30-371f-566d-000000004c20 | TASK | Create virtqemud recovery trigger service 2026-02-20 10:55:42.401441 | fa163e8d-9a30-371f-566d-000000004c20 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-02-20 10:55:42.403141 | fa163e8d-9a30-371f-566d-000000004c20 | TIMING | Create virtqemud recovery trigger service | standalone | 0:22:17.000811 | 0.56s 2026-02-20 10:55:42.432455 | fa163e8d-9a30-371f-566d-000000004c21 | TASK | Create virtqemud recovery trigger timer 2026-02-20 10:55:42.942837 | fa163e8d-9a30-371f-566d-000000004c21 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-02-20 10:55:42.944423 | fa163e8d-9a30-371f-566d-000000004c21 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:22:17.542093 | 0.51s 2026-02-20 10:55:42.972937 | fa163e8d-9a30-371f-566d-000000004c22 | TASK | Enable virtqemud recovery trigger service 2026-02-20 10:55:44.208254 | fa163e8d-9a30-371f-566d-000000004c22 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-02-20 10:55:44.210684 | fa163e8d-9a30-371f-566d-000000004c22 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:22:18.808354 | 1.24s 2026-02-20 10:55:44.241211 | fa163e8d-9a30-371f-566d-000000004c23 | TASK | Enable virtqemud recovery trigger timer 2026-02-20 10:55:45.439194 | fa163e8d-9a30-371f-566d-000000004c23 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-02-20 10:55:45.440743 | fa163e8d-9a30-371f-566d-000000004c23 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:22:20.038416 | 1.20s 2026-02-20 10:55:45.470390 | fa163e8d-9a30-371f-566d-000000004c24 | TASK | Really enable virtqemud recovery trigger timer 2026-02-20 10:55:46.243649 | fa163e8d-9a30-371f-566d-000000004c24 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-02-20 10:55:46.245479 | fa163e8d-9a30-371f-566d-000000004c24 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:22:20.843150 | 0.77s 2026-02-20 10:55:46.273974 | fa163e8d-9a30-371f-566d-000000004c26 | TASK | Create systemd file 2026-02-20 10:55:46.840802 | fa163e8d-9a30-371f-566d-000000004c26 | CHANGED | Create systemd file | standalone 2026-02-20 10:55:46.842346 | fa163e8d-9a30-371f-566d-000000004c26 | TIMING | Create systemd file | standalone | 0:22:21.439993 | 0.57s 2026-02-20 10:55:46.871673 | fa163e8d-9a30-371f-566d-000000004c27 | TASK | Reload systemd 2026-02-20 10:55:47.677782 | fa163e8d-9a30-371f-566d-000000004c27 | CHANGED | Reload systemd | standalone 2026-02-20 10:55:47.679767 | fa163e8d-9a30-371f-566d-000000004c27 | TIMING | Reload systemd | standalone | 0:22:22.277431 | 0.81s 2026-02-20 10:55:47.713549 | fa163e8d-9a30-371f-566d-000000004c2a | TASK | Start OVN container 2026-02-20 10:55:47.791666 | fa163e8d-9a30-371f-566d-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-02-20 10:55:47.809540 | fa163e8d-9a30-371f-566d-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-02-20 10:55:47.824820 | fa163e8d-9a30-371f-566d-000000004c2a | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-02-20 10:55:47.836793 | fa163e8d-9a30-371f-566d-000000004c2a | TIMING | Start OVN container | standalone | 0:22:22.434451 | 0.12s 2026-02-20 10:55:47.868053 | fa163e8d-9a30-371f-566d-000000004c2c | TASK | Set NB connection 2026-02-20 10:55:47.908015 | fa163e8d-9a30-371f-566d-000000004c2c | SKIPPED | Set NB connection | standalone 2026-02-20 10:55:47.909440 | fa163e8d-9a30-371f-566d-000000004c2c | TIMING | Set NB connection | standalone | 0:22:22.507107 | 0.04s 2026-02-20 10:55:47.939099 | fa163e8d-9a30-371f-566d-000000004c2d | TASK | Set SB connection 2026-02-20 10:55:47.989921 | fa163e8d-9a30-371f-566d-000000004c2d | SKIPPED | Set SB connection | standalone 2026-02-20 10:55:47.991258 | fa163e8d-9a30-371f-566d-000000004c2d | TIMING | Set SB connection | standalone | 0:22:22.588930 | 0.05s 2026-02-20 10:55:48.020170 | fa163e8d-9a30-371f-566d-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-02-20 10:55:48.257137 | fa163e8d-9a30-371f-566d-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-02-20 10:55:48.258757 | fa163e8d-9a30-371f-566d-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:22:22.856431 | 0.24s 2026-02-20 10:55:48.371727 | fa163e8d-9a30-371f-566d-0000000000e7 | TIMING | include_tasks | standalone | 0:22:22.969395 | 0.08s 2026-02-20 10:55:48.409414 | 27ac8ac2-d087-49d3-8898-e6dc7daaced4 | INCLUDED | /root/standalone-ansible-kczqeche/common_deploy_steps_tasks.yaml | standalone 2026-02-20 10:55:48.436478 | fa163e8d-9a30-371f-566d-000000004c5c | TASK | Write the config_step hieradata 2026-02-20 10:55:48.953955 | fa163e8d-9a30-371f-566d-000000004c5c | OK | Write the config_step hieradata | standalone 2026-02-20 10:55:48.955547 | fa163e8d-9a30-371f-566d-000000004c5c | TIMING | Write the config_step hieradata | standalone | 0:22:23.553220 | 0.52s 2026-02-20 10:55:48.985851 | fa163e8d-9a30-371f-566d-000000004c5d | TASK | Run puppet host configuration for step 4 2026-02-20 10:55:49.350142 | fa163e8d-9a30-371f-566d-000000004c5d | CHANGED | Run puppet host configuration for step 4 | standalone 2026-02-20 10:55:49.351779 | fa163e8d-9a30-371f-566d-000000004c5d | TIMING | Run puppet host configuration for step 4 | standalone | 0:22:23.949450 | 0.36s 2026-02-20 10:55:49.383824 | fa163e8d-9a30-371f-566d-000000004c5e | TASK | Wait for puppet host configuration to finish 2026-02-20 10:55:49.591335 | fa163e8d-9a30-371f-566d-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-20 10:55:59.810456 | fa163e8d-9a30-371f-566d-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-20 10:56:10.052121 | fa163e8d-9a30-371f-566d-000000004c5e | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-20 10:56:20.278177 | fa163e8d-9a30-371f-566d-000000004c5e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-20 10:56:20.279794 | fa163e8d-9a30-371f-566d-000000004c5e | TIMING | Wait for puppet host configuration to finish | standalone | 0:22:54.877468 | 30.89s 2026-02-20 10:56:20.310743 | fa163e8d-9a30-371f-566d-000000004c5f | TASK | Debug output for task: Run puppet host configuration for step 4 2026-02-20 10:56:20.404752 | fa163e8d-9a30-371f-566d-000000004c5f | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 20 10:55:49 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 20 10:55:54 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 20 10:55:54 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 20 10:55:54 puppet-user: (file & line not available)", "<13>Feb 20 10:55:54 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 20 10:55:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 20 10:55:54 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 10:55:54 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 20 10:55:54 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 20 10:55:54 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 10:55:54 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 10:55:54 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 10:55:54 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 10:55:54 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 10:55:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 20 10:55:54 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.62 seconds", "<13>Feb 20 10:55:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 20 10:56:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 20 10:56:07 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Feb 20 10:56:07 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}a39862b79e2adffc75d39d54cc981ee37bcb5cc3a269e52855a4bad1845572cd'", "<13>Feb 20 10:56:07 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Feb 20 10:56:07 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Feb 20 10:56:07 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Feb 20 10:56:07 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Feb 20 10:56:09 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 20 10:56:14 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Feb 20 10:56:15 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 20 10:56:15 puppet-user: Notice: Applied catalog in 20.96 seconds", "<13>Feb 20 10:56:15 puppet-user: Application:", "<13>Feb 20 10:56:15 puppet-user: Initial environment: production", "<13>Feb 20 10:56:15 puppet-user: Converged environment: production", "<13>Feb 20 10:56:15 puppet-user: Run mode: user", "<13>Feb 20 10:56:15 puppet-user: Changes:", "<13>Feb 20 10:56:15 puppet-user: Total: 10", "<13>Feb 20 10:56:15 puppet-user: Events:", "<13>Feb 20 10:56:15 puppet-user: Success: 10", "<13>Feb 20 10:56:15 puppet-user: Resources:", "<13>Feb 20 10:56:15 puppet-user: Restarted: 1", "<13>Feb 20 10:56:15 puppet-user: Changed: 10", "<13>Feb 20 10:56:15 puppet-user: Out of sync: 10", "<13>Feb 20 10:56:15 puppet-user: Total: 37", "<13>Feb 20 10:56:15 puppet-user: Time:", "<13>Feb 20 10:56:15 puppet-user: File line: 0.00", "<13>Feb 20 10:56:15 puppet-user: Schedule: 0.00", "<13>Feb 20 10:56:15 puppet-user: User: 0.01", "<13>Feb 20 10:56:15 puppet-user: Augeas: 0.01", "<13>Feb 20 10:56:15 puppet-user: File: 0.11", "<13>Feb 20 10:56:15 puppet-user: Config retrieval: 0.70", "<13>Feb 20 10:56:15 puppet-user: Pcmk property: 1.55", "<13>Feb 20 10:56:15 puppet-user: Service: 1.57", "<13>Feb 20 10:56:15 puppet-user: Last run: 1771584975", "<13>Feb 20 10:56:15 puppet-user: Pcmk resource default: 2.08", "<13>Feb 20 10:56:15 puppet-user: Pcmk resource op default: 2.17", "<13>Feb 20 10:56:15 puppet-user: Transaction evaluation: 20.95", "<13>Feb 20 10:56:15 puppet-user: Catalog application: 20.96", "<13>Feb 20 10:56:15 puppet-user: Filebucket: 0.00", "<13>Feb 20 10:56:15 puppet-user: Package: 6.29", "<13>Feb 20 10:56:15 puppet-user: Exec: 6.99", "<13>Feb 20 10:56:15 puppet-user: Total: 20.97", "<13>Feb 20 10:56:15 puppet-user: Version:", "<13>Feb 20 10:56:15 puppet-user: Config: 1771584954", "<13>Feb 20 10:56:15 puppet-user: Puppet: 7.10.0" ] } 2026-02-20 10:56:20.406994 | fa163e8d-9a30-371f-566d-000000004c5f | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:22:55.004667 | 0.09s 2026-02-20 10:56:20.435165 | fa163e8d-9a30-371f-566d-000000004c60 | TASK | Pre-cache facts for puppet containers 2026-02-20 10:56:20.468653 | fa163e8d-9a30-371f-566d-000000004c60 | TIMING | Pre-cache facts for puppet containers | standalone | 0:22:55.066317 | 0.03s 2026-02-20 10:56:20.525154 | fa163e8d-9a30-371f-566d-000000004ca1 | TASK | Gather variables for each operating system 2026-02-20 10:56:20.640421 | fa163e8d-9a30-371f-566d-000000004ca1 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:22:55.238079 | 0.11s 2026-02-20 10:56:20.670702 | fa163e8d-9a30-371f-566d-000000004ca2 | TASK | Create puppet caching structures 2026-02-20 10:56:20.906082 | fa163e8d-9a30-371f-566d-000000004ca2 | CHANGED | Create puppet caching structures | standalone 2026-02-20 10:56:20.907602 | fa163e8d-9a30-371f-566d-000000004ca2 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:22:55.505275 | 0.23s 2026-02-20 10:56:20.936948 | fa163e8d-9a30-371f-566d-000000004ca3 | TASK | Check for facter.conf 2026-02-20 10:56:21.179386 | fa163e8d-9a30-371f-566d-000000004ca3 | OK | Check for facter.conf | standalone 2026-02-20 10:56:21.180687 | fa163e8d-9a30-371f-566d-000000004ca3 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:22:55.778359 | 0.24s 2026-02-20 10:56:21.209924 | fa163e8d-9a30-371f-566d-000000004ca4 | TASK | Remove facter.conf if directory 2026-02-20 10:56:21.261189 | fa163e8d-9a30-371f-566d-000000004ca4 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-20 10:56:21.262343 | fa163e8d-9a30-371f-566d-000000004ca4 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:22:55.859990 | 0.05s 2026-02-20 10:56:21.291746 | fa163e8d-9a30-371f-566d-000000004ca5 | TASK | Write facter cache config 2026-02-20 10:56:21.766516 | fa163e8d-9a30-371f-566d-000000004ca5 | CHANGED | Write facter cache config | standalone 2026-02-20 10:56:21.768045 | fa163e8d-9a30-371f-566d-000000004ca5 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:22:56.365717 | 0.47s 2026-02-20 10:56:21.799000 | fa163e8d-9a30-371f-566d-000000004ca6 | TASK | Cleanup facter cache if exists 2026-02-20 10:56:22.033182 | fa163e8d-9a30-371f-566d-000000004ca6 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-20 10:56:22.034655 | fa163e8d-9a30-371f-566d-000000004ca6 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:22:56.632327 | 0.23s 2026-02-20 10:56:22.064163 | fa163e8d-9a30-371f-566d-000000004ca7 | TASK | Pre-cache facts 2026-02-20 10:56:22.693548 | fa163e8d-9a30-371f-566d-000000004ca7 | CHANGED | Pre-cache facts | standalone 2026-02-20 10:56:22.695040 | fa163e8d-9a30-371f-566d-000000004ca7 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:22:57.292712 | 0.63s 2026-02-20 10:56:22.728136 | fa163e8d-9a30-371f-566d-000000004ca8 | TASK | Failed deployment if facter fails 2026-02-20 10:56:22.774983 | fa163e8d-9a30-371f-566d-000000004ca8 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-20 10:56:22.776211 | fa163e8d-9a30-371f-566d-000000004ca8 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:22:57.373884 | 0.05s 2026-02-20 10:56:22.821973 | fa163e8d-9a30-371f-566d-000000004ca9 | TASK | Sync cached facts 2026-02-20 10:56:23.149296 | fa163e8d-9a30-371f-566d-000000004ca9 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-000000004ca9') missing from stats 2026-02-20 10:56:23.193979 | fa163e8d-9a30-371f-566d-000000004c61 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-20 10:56:23.231816 | fa163e8d-9a30-371f-566d-000000004c61 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-20 10:56:23.232797 | fa163e8d-9a30-371f-566d-000000004c61 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:22:57.830475 | 0.04s 2026-02-20 10:56:23.255912 | fa163e8d-9a30-371f-566d-000000004c63 | TASK | Manage containers for step 4 with tripleo-ansible 2026-02-20 10:56:23.276364 | fa163e8d-9a30-371f-566d-000000004c63 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:22:57.874036 | 0.02s 2026-02-20 10:56:23.334326 | fa163e8d-9a30-371f-566d-000000004d00 | TASK | Gather variables for each operating system 2026-02-20 10:56:23.448834 | fa163e8d-9a30-371f-566d-000000004d00 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:58.046490 | 0.11s 2026-02-20 10:56:23.481205 | fa163e8d-9a30-371f-566d-000000004d01 | TASK | Create container logs path 2026-02-20 10:56:23.747646 | fa163e8d-9a30-371f-566d-000000004d01 | OK | Create container logs path | standalone 2026-02-20 10:56:23.749189 | fa163e8d-9a30-371f-566d-000000004d01 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:58.346861 | 0.27s 2026-02-20 10:56:23.783059 | fa163e8d-9a30-371f-566d-000000004d03 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-02-20 10:56:24.132736 | fa163e8d-9a30-371f-566d-000000004d03 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-20 10:56:24.134062 | fa163e8d-9a30-371f-566d-000000004d03 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:22:58.731733 | 0.35s 2026-02-20 10:56:24.166709 | fa163e8d-9a30-371f-566d-000000004d04 | TASK | Finalise hashes for all containers 2026-02-20 10:56:24.275193 | fa163e8d-9a30-371f-566d-000000004d04 | OK | Finalise hashes for all containers | standalone 2026-02-20 10:56:24.276484 | fa163e8d-9a30-371f-566d-000000004d04 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:58.874156 | 0.11s 2026-02-20 10:56:24.306683 | fa163e8d-9a30-371f-566d-000000004d06 | TASK | Manage systemd shutdown files 2026-02-20 10:56:24.341904 | fa163e8d-9a30-371f-566d-000000004d06 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:58.939563 | 0.03s 2026-02-20 10:56:24.377045 | 4d7d3189-3ecf-4c83-8fbc-63a0fc93aebe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-20 10:56:24.405299 | fa163e8d-9a30-371f-566d-000000004d39 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-20 10:56:24.729847 | fa163e8d-9a30-371f-566d-000000004d39 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-20 10:56:24.731457 | fa163e8d-9a30-371f-566d-000000004d39 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:22:59.329119 | 0.33s 2026-02-20 10:56:24.761248 | fa163e8d-9a30-371f-566d-000000004d3a | TASK | Set podman_drop_in fact 2026-02-20 10:56:24.821900 | fa163e8d-9a30-371f-566d-000000004d3a | OK | Set podman_drop_in fact | standalone 2026-02-20 10:56:24.823248 | fa163e8d-9a30-371f-566d-000000004d3a | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:22:59.420921 | 0.06s 2026-02-20 10:56:24.853282 | fa163e8d-9a30-371f-566d-000000004d3c | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-20 10:56:25.395000 | fa163e8d-9a30-371f-566d-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-20 10:56:25.398126 | fa163e8d-9a30-371f-566d-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:22:59.995787 | 0.54s 2026-02-20 10:56:25.897938 | fa163e8d-9a30-371f-566d-000000004d3c | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-20 10:56:25.899095 | fa163e8d-9a30-371f-566d-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:00.496771 | 1.04s 2026-02-20 10:56:25.911268 | fa163e8d-9a30-371f-566d-000000004d3c | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:23:00.508938 | 1.06s 2026-02-20 10:56:25.942305 | fa163e8d-9a30-371f-566d-000000004d3d | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-20 10:56:26.487698 | fa163e8d-9a30-371f-566d-000000004d3d | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-20 10:56:26.490839 | fa163e8d-9a30-371f-566d-000000004d3d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:23:01.088509 | 0.55s 2026-02-20 10:56:26.515518 | fa163e8d-9a30-371f-566d-000000004d3e | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-20 10:56:27.007655 | fa163e8d-9a30-371f-566d-000000004d3e | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-20 10:56:27.010852 | fa163e8d-9a30-371f-566d-000000004d3e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:23:01.608519 | 0.49s 2026-02-20 10:56:27.042677 | fa163e8d-9a30-371f-566d-000000004d3f | TASK | Enable and start tripleo-container-shutdown 2026-02-20 10:56:27.830116 | fa163e8d-9a30-371f-566d-000000004d3f | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-20 10:56:27.832033 | fa163e8d-9a30-371f-566d-000000004d3f | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:23:02.429707 | 0.79s 2026-02-20 10:56:27.862206 | fa163e8d-9a30-371f-566d-000000004d40 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-20 10:56:28.439660 | fa163e8d-9a30-371f-566d-000000004d40 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-20 10:56:28.440703 | fa163e8d-9a30-371f-566d-000000004d40 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:23:03.038381 | 0.58s 2026-02-20 10:56:28.463276 | fa163e8d-9a30-371f-566d-000000004d41 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-20 10:56:28.951300 | fa163e8d-9a30-371f-566d-000000004d41 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-20 10:56:28.952157 | fa163e8d-9a30-371f-566d-000000004d41 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:23:03.549840 | 0.49s 2026-02-20 10:56:28.971956 | fa163e8d-9a30-371f-566d-000000004d42 | TASK | Enable and start netns-placeholder 2026-02-20 10:56:29.875453 | fa163e8d-9a30-371f-566d-000000004d42 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-20 10:56:29.877559 | fa163e8d-9a30-371f-566d-000000004d42 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:23:04.475233 | 0.90s 2026-02-20 10:56:29.908000 | fa163e8d-9a30-371f-566d-000000004d08 | TASK | Update container configs with new config hashes 2026-02-20 10:56:29.969876 | fa163e8d-9a30-371f-566d-000000004d08 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:23:04.567544 | 0.06s 2026-02-20 10:56:29.990024 | 9302a068-eb4f-4e3b-bfa9-f559b219c672 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-20 10:56:30.023400 | fa163e8d-9a30-371f-566d-000000004d6a | TASK | Update config hashes for container startup configs 2026-02-20 10:56:30.395596 | fa163e8d-9a30-371f-566d-000000004d6a | OK | Update config hashes for container startup configs | standalone 2026-02-20 10:56:30.396989 | fa163e8d-9a30-371f-566d-000000004d6a | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:23:04.994660 | 0.37s 2026-02-20 10:56:30.430741 | fa163e8d-9a30-371f-566d-000000004d09 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-20 10:56:30.492597 | fa163e8d-9a30-371f-566d-000000004d09 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:05.090264 | 0.06s 2026-02-20 10:56:30.517759 | c42483c7-8264-4412-863e-a0a786fd1a3f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 10:56:30.557696 | fa163e8d-9a30-371f-566d-000000004d89 | TASK | Gather podman infos 2026-02-20 10:56:32.399924 | fa163e8d-9a30-371f-566d-000000004d89 | OK | Gather podman infos | standalone 2026-02-20 10:56:32.401378 | fa163e8d-9a30-371f-566d-000000004d89 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:23:06.999053 | 1.84s 2026-02-20 10:56:32.519509 | fa163e8d-9a30-371f-566d-000000004d8a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-20 10:56:32.615212 | fa163e8d-9a30-371f-566d-000000004d8a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:07.212871 | 0.09s 2026-02-20 10:56:32.788856 | fa163e8d-9a30-371f-566d-000000004dd3 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:23:07.386504 | 0.12s 2026-02-20 10:56:32.849585 | fa163e8d-9a30-371f-566d-000000004d0a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-20 10:56:32.902409 | fa163e8d-9a30-371f-566d-000000004d0a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:07.500073 | 0.05s 2026-02-20 10:56:32.931681 | 2e268adf-50e7-4610-9a56-520a0be39066 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 10:56:32.975556 | fa163e8d-9a30-371f-566d-000000004df9 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-20 10:56:54.014722 | fa163e8d-9a30-371f-566d-000000004df9 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-20 10:56:54.015982 | fa163e8d-9a30-371f-566d-000000004df9 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:23:28.613665 | 21.04s 2026-02-20 10:56:54.037299 | fa163e8d-9a30-371f-566d-000000004dfa | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-20 10:59:05.027940 | fa163e8d-9a30-371f-566d-000000004dfa | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-20 10:59:05.029924 | fa163e8d-9a30-371f-566d-000000004dfa | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:39.627598 | 130.99s 2026-02-20 10:59:05.107264 | fa163e8d-9a30-371f-566d-000000004c65 | TASK | Clean container_puppet_tasks for standalone step 4 2026-02-20 10:59:05.350044 | fa163e8d-9a30-371f-566d-000000004c65 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-02-20 10:59:05.350936 | fa163e8d-9a30-371f-566d-000000004c65 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:25:39.948617 | 0.24s 2026-02-20 10:59:05.378594 | fa163e8d-9a30-371f-566d-000000004c66 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-02-20 10:59:05.430880 | fa163e8d-9a30-371f-566d-000000004c66 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:25:40.028558 | 0.05s 2026-02-20 10:59:05.451417 | fa163e8d-9a30-371f-566d-000000004c67 | TASK | Include container-puppet tasks for step 4 2026-02-20 10:59:05.499762 | fa163e8d-9a30-371f-566d-000000004c67 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:25:40.097430 | 0.05s 2026-02-20 10:59:05.525138 | 0618a733-1395-4f5a-89b5-af566db0c9bc | INCLUDED | /root/standalone-ansible-kczqeche/host-container-puppet-tasks.yaml | standalone 2026-02-20 10:59:05.562148 | fa163e8d-9a30-371f-566d-000000004e45 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-02-20 10:59:06.151346 | fa163e8d-9a30-371f-566d-000000004e45 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-02-20 10:59:06.152725 | fa163e8d-9a30-371f-566d-000000004e45 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:25:40.750397 | 0.59s 2026-02-20 10:59:06.186837 | fa163e8d-9a30-371f-566d-000000004e47 | TASK | Generate container puppet configs for step 4 2026-02-20 10:59:06.465709 | fa163e8d-9a30-371f-566d-000000004e47 | OK | Generate container puppet configs for step 4 | standalone 2026-02-20 10:59:06.468844 | fa163e8d-9a30-371f-566d-000000004e47 | TIMING | Generate container puppet configs for step 4 | standalone | 0:25:41.066506 | 0.28s 2026-02-20 10:59:06.511495 | fa163e8d-9a30-371f-566d-000000004e48 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-02-20 10:59:06.547192 | fa163e8d-9a30-371f-566d-000000004e48 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:25:41.144862 | 0.03s 2026-02-20 10:59:06.619951 | fa163e8d-9a30-371f-566d-000000004e77 | TASK | Gather variables for each operating system 2026-02-20 10:59:06.742581 | fa163e8d-9a30-371f-566d-000000004e77 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:41.340251 | 0.12s 2026-02-20 10:59:06.763366 | fa163e8d-9a30-371f-566d-000000004e78 | TASK | Create container logs path 2026-02-20 10:59:07.013040 | fa163e8d-9a30-371f-566d-000000004e78 | OK | Create container logs path | standalone 2026-02-20 10:59:07.015508 | fa163e8d-9a30-371f-566d-000000004e78 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:41.613179 | 0.25s 2026-02-20 10:59:07.050915 | fa163e8d-9a30-371f-566d-000000004e7a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-20 10:59:07.310409 | fa163e8d-9a30-371f-566d-000000004e7a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-20 10:59:07.311793 | fa163e8d-9a30-371f-566d-000000004e7a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:41.909469 | 0.26s 2026-02-20 10:59:07.341955 | fa163e8d-9a30-371f-566d-000000004e7b | TASK | Finalise hashes for all containers 2026-02-20 10:59:07.373361 | fa163e8d-9a30-371f-566d-000000004e7b | OK | Finalise hashes for all containers | standalone 2026-02-20 10:59:07.374670 | fa163e8d-9a30-371f-566d-000000004e7b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:41.972339 | 0.03s 2026-02-20 10:59:07.404165 | fa163e8d-9a30-371f-566d-000000004e7d | TASK | Manage systemd shutdown files 2026-02-20 10:59:07.444124 | fa163e8d-9a30-371f-566d-000000004e7d | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 10:59:07.445461 | fa163e8d-9a30-371f-566d-000000004e7d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:42.043133 | 0.04s 2026-02-20 10:59:07.477268 | fa163e8d-9a30-371f-566d-000000004e7f | TASK | Update container configs with new config hashes 2026-02-20 10:59:07.529819 | fa163e8d-9a30-371f-566d-000000004e7f | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 10:59:07.531069 | fa163e8d-9a30-371f-566d-000000004e7f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:42.128741 | 0.05s 2026-02-20 10:59:07.563952 | fa163e8d-9a30-371f-566d-000000004e80 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-20 10:59:07.615938 | fa163e8d-9a30-371f-566d-000000004e80 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-20 10:59:07.617248 | fa163e8d-9a30-371f-566d-000000004e80 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:42.214919 | 0.05s 2026-02-20 10:59:07.649837 | fa163e8d-9a30-371f-566d-000000004e81 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-20 10:59:07.702924 | fa163e8d-9a30-371f-566d-000000004e81 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-20 10:59:07.704137 | fa163e8d-9a30-371f-566d-000000004e81 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:25:42.301812 | 0.05s PLAY [External deployment step 5] ********************************************** 2026-02-20 10:59:07.880301 | fa163e8d-9a30-371f-566d-0000000000ea | TASK | External deployment step 5 2026-02-20 10:59:07.912183 | fa163e8d-9a30-371f-566d-0000000000ea | OK | External deployment step 5 | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment step 5' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e8d-9a30-371f-566d-0000000000ea') missing from stats 2026-02-20 10:59:07.971017 | fa163e8d-9a30-371f-566d-0000000000eb | TIMING | include_tasks | undercloud | 0:25:42.568684 | 0.04s 2026-02-20 10:59:07.986918 | d3f2a77c-c737-4ac7-99f2-53b199abf783 | INCLUDED | /root/standalone-ansible-kczqeche/external_deploy_steps_tasks_step5.yaml | undercloud 2026-02-20 10:59:08.006787 | fa163e8d-9a30-371f-566d-000000004ed0 | TASK | Manage Cinder's default volume type 2026-02-20 10:59:18.081042 | fa163e8d-9a30-371f-566d-000000004ed0 | OK | Manage Cinder's default volume type | undercloud 2026-02-20 10:59:18.082777 | fa163e8d-9a30-371f-566d-000000004ed0 | TIMING | Manage Cinder's default volume type | undercloud | 0:25:52.680452 | 10.07s PLAY [Deploy step tasks for 5] ************************************************* 2026-02-20 10:59:18.223006 | fa163e8d-9a30-371f-566d-0000000000ee | TASK | Deploy step tasks for 5 2026-02-20 10:59:18.260827 | fa163e8d-9a30-371f-566d-0000000000ee | OK | Deploy step tasks for 5 | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Deploy step tasks for 5' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8d-9a30-371f-566d-0000000000ee') missing from stats 2026-02-20 10:59:18.284176 | fa163e8d-9a30-371f-566d-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-02-20 10:59:18.816264 | fa163e8d-9a30-371f-566d-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-02-20 10:59:18.817799 | fa163e8d-9a30-371f-566d-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:25:53.415471 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-20 10:59:18.900225 | fa163e8d-9a30-371f-566d-0000000000f0 | TIMING | include_tasks | standalone | 0:25:53.497890 | 0.05s 2026-02-20 10:59:18.996022 | 488f4156-9a94-4f19-a67e-82f8fbc114fd | INCLUDED | /root/standalone-ansible-kczqeche/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-02-20 10:59:19.029594 | fa163e8d-9a30-371f-566d-000000004ef3 | TASK | Gather variables for each operating system 2026-02-20 10:59:19.176536 | fa163e8d-9a30-371f-566d-000000004ef3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:25:53.774201 | 0.15s 2026-02-20 10:59:19.197657 | fa163e8d-9a30-371f-566d-000000004ef4 | TASK | Detect if resource is being created or already exists 2026-02-20 10:59:19.975228 | fa163e8d-9a30-371f-566d-000000004ef4 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-20 10:59:19.976496 | fa163e8d-9a30-371f-566d-000000004ef4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:25:54.574176 | 0.78s 2026-02-20 10:59:20.001020 | fa163e8d-9a30-371f-566d-000000004ef5 | TASK | Run init bundle puppet on the host for cinder_backup 2026-02-20 10:59:43.439120 | fa163e8d-9a30-371f-566d-000000004ef5 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-02-20 10:59:43.440584 | fa163e8d-9a30-371f-566d-000000004ef5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:26:18.038265 | 23.44s 2026-02-20 10:59:43.473257 | fa163e8d-9a30-371f-566d-000000004ef6 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-20 10:59:43.736253 | fa163e8d-9a30-371f-566d-000000004ef6 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-20 10:59:43.737411 | fa163e8d-9a30-371f-566d-000000004ef6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:18.335090 | 0.26s 2026-02-20 10:59:43.757698 | fa163e8d-9a30-371f-566d-000000004ef7 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-20 10:59:44.212502 | fa163e8d-9a30-371f-566d-000000004ef7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-20 10:59:44.213814 | fa163e8d-9a30-371f-566d-000000004ef7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:18.811493 | 0.45s 2026-02-20 10:59:44.237945 | fa163e8d-9a30-371f-566d-000000004ef8 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-02-20 10:59:44.444127 | fa163e8d-9a30-371f-566d-000000004ef8 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-02-20 10:59:44.445030 | fa163e8d-9a30-371f-566d-000000004ef8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:26:19.042712 | 0.21s 2026-02-20 10:59:44.465744 | fa163e8d-9a30-371f-566d-000000004efa | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-02-20 10:59:44.516427 | fa163e8d-9a30-371f-566d-000000004efa | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-02-20 10:59:44.517295 | fa163e8d-9a30-371f-566d-000000004efa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:26:19.114974 | 0.05s 2026-02-20 10:59:44.551767 | fa163e8d-9a30-371f-566d-000000004efb | TASK | Get container image tag from bundle openstack-cinder-backup 2026-02-20 10:59:44.609878 | fa163e8d-9a30-371f-566d-000000004efb | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-02-20 10:59:44.610621 | fa163e8d-9a30-371f-566d-000000004efb | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:26:19.208303 | 0.06s 2026-02-20 10:59:44.632151 | fa163e8d-9a30-371f-566d-000000004efc | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-02-20 10:59:44.681660 | fa163e8d-9a30-371f-566d-000000004efc | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-02-20 10:59:44.682384 | fa163e8d-9a30-371f-566d-000000004efc | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:26:19.280066 | 0.05s 2026-02-20 10:59:44.703782 | fa163e8d-9a30-371f-566d-000000004efd | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-20 10:59:44.761560 | fa163e8d-9a30-371f-566d-000000004efd | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-20 10:59:44.762427 | fa163e8d-9a30-371f-566d-000000004efd | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:19.360108 | 0.06s 2026-02-20 10:59:44.786811 | fa163e8d-9a30-371f-566d-000000004efe | TASK | Remove update marker for bundle openstack-cinder-backup 2026-02-20 10:59:44.828620 | fa163e8d-9a30-371f-566d-000000004efe | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-02-20 10:59:44.829269 | fa163e8d-9a30-371f-566d-000000004efe | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:26:19.426953 | 0.04s 2026-02-20 10:59:44.866821 | fa163e8d-9a30-371f-566d-000000004f1f | TASK | Gather variables for each operating system 2026-02-20 10:59:44.990771 | fa163e8d-9a30-371f-566d-000000004f1f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:19.588433 | 0.12s 2026-02-20 10:59:45.021981 | fa163e8d-9a30-371f-566d-000000004f20 | TASK | Detect if resource is being created or already exists 2026-02-20 10:59:45.856602 | fa163e8d-9a30-371f-566d-000000004f20 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-20 10:59:45.859533 | fa163e8d-9a30-371f-566d-000000004f20 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:20.457204 | 0.84s 2026-02-20 10:59:45.893086 | fa163e8d-9a30-371f-566d-000000004f21 | TASK | Run init bundle puppet on the host for cinder_volume 2026-02-20 11:00:08.335988 | fa163e8d-9a30-371f-566d-000000004f21 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-02-20 11:00:08.338668 | fa163e8d-9a30-371f-566d-000000004f21 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:26:42.936338 | 22.44s 2026-02-20 11:00:08.372772 | fa163e8d-9a30-371f-566d-000000004f22 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-20 11:00:08.651266 | fa163e8d-9a30-371f-566d-000000004f22 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-20 11:00:08.653984 | fa163e8d-9a30-371f-566d-000000004f22 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:26:43.251652 | 0.28s 2026-02-20 11:00:08.687143 | fa163e8d-9a30-371f-566d-000000004f23 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-20 11:00:09.152087 | fa163e8d-9a30-371f-566d-000000004f23 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-20 11:00:09.153792 | fa163e8d-9a30-371f-566d-000000004f23 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:26:43.751471 | 0.46s 2026-02-20 11:00:09.181400 | fa163e8d-9a30-371f-566d-000000004f24 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-02-20 11:00:09.392881 | fa163e8d-9a30-371f-566d-000000004f24 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-02-20 11:00:09.394782 | fa163e8d-9a30-371f-566d-000000004f24 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:26:43.992460 | 0.21s 2026-02-20 11:00:09.419880 | fa163e8d-9a30-371f-566d-000000004f26 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-02-20 11:00:09.470689 | fa163e8d-9a30-371f-566d-000000004f26 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-02-20 11:00:09.472239 | fa163e8d-9a30-371f-566d-000000004f26 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:26:44.069917 | 0.05s 2026-02-20 11:00:09.496803 | fa163e8d-9a30-371f-566d-000000004f27 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-02-20 11:00:09.546837 | fa163e8d-9a30-371f-566d-000000004f27 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-02-20 11:00:09.548265 | fa163e8d-9a30-371f-566d-000000004f27 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:26:44.145943 | 0.05s 2026-02-20 11:00:09.572878 | fa163e8d-9a30-371f-566d-000000004f28 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-02-20 11:00:09.633766 | fa163e8d-9a30-371f-566d-000000004f28 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-02-20 11:00:09.636332 | fa163e8d-9a30-371f-566d-000000004f28 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:26:44.233881 | 0.06s 2026-02-20 11:00:09.670499 | fa163e8d-9a30-371f-566d-000000004f29 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-20 11:00:09.726059 | fa163e8d-9a30-371f-566d-000000004f29 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-20 11:00:09.727474 | fa163e8d-9a30-371f-566d-000000004f29 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:26:44.325152 | 0.05s 2026-02-20 11:00:09.752407 | fa163e8d-9a30-371f-566d-000000004f2a | TASK | Remove update marker for bundle openstack-cinder-volume 2026-02-20 11:00:09.806273 | fa163e8d-9a30-371f-566d-000000004f2a | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-02-20 11:00:09.808465 | fa163e8d-9a30-371f-566d-000000004f2a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:26:44.406135 | 0.05s 2026-02-20 11:00:09.869544 | fa163e8d-9a30-371f-566d-000000004f4b | TASK | Gather variables for each operating system 2026-02-20 11:00:09.988489 | fa163e8d-9a30-371f-566d-000000004f4b | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:26:44.586129 | 0.12s 2026-02-20 11:00:10.020761 | fa163e8d-9a30-371f-566d-000000004f4c | TASK | Detect if resource is being created or already exists 2026-02-20 11:00:10.775484 | fa163e8d-9a30-371f-566d-000000004f4c | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-20 11:00:10.776568 | fa163e8d-9a30-371f-566d-000000004f4c | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:26:45.374248 | 0.75s 2026-02-20 11:00:10.800958 | fa163e8d-9a30-371f-566d-000000004f4d | TASK | Run init bundle puppet on the host for manila_share 2026-02-20 11:00:33.301727 | fa163e8d-9a30-371f-566d-000000004f4d | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-02-20 11:00:33.303052 | fa163e8d-9a30-371f-566d-000000004f4d | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:27:07.900730 | 22.50s 2026-02-20 11:00:33.329563 | fa163e8d-9a30-371f-566d-000000004f4e | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-02-20 11:00:33.595696 | fa163e8d-9a30-371f-566d-000000004f4e | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-02-20 11:00:33.597508 | fa163e8d-9a30-371f-566d-000000004f4e | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:27:08.195180 | 0.27s 2026-02-20 11:00:33.633845 | fa163e8d-9a30-371f-566d-000000004f4f | TASK | Run pacemaker restart if the config file for the service changed 2026-02-20 11:00:34.087240 | fa163e8d-9a30-371f-566d-000000004f4f | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-20 11:00:34.088988 | fa163e8d-9a30-371f-566d-000000004f4f | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:27:08.686655 | 0.45s 2026-02-20 11:00:34.121344 | fa163e8d-9a30-371f-566d-000000004f50 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-02-20 11:00:34.342525 | fa163e8d-9a30-371f-566d-000000004f50 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-02-20 11:00:34.343618 | fa163e8d-9a30-371f-566d-000000004f50 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:27:08.941301 | 0.22s 2026-02-20 11:00:34.365619 | fa163e8d-9a30-371f-566d-000000004f52 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-02-20 11:00:34.405175 | fa163e8d-9a30-371f-566d-000000004f52 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-02-20 11:00:34.405904 | fa163e8d-9a30-371f-566d-000000004f52 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:27:09.003587 | 0.04s 2026-02-20 11:00:34.428142 | fa163e8d-9a30-371f-566d-000000004f53 | TASK | Get container image tag from bundle openstack-manila-share 2026-02-20 11:00:34.475391 | fa163e8d-9a30-371f-566d-000000004f53 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-02-20 11:00:34.476080 | fa163e8d-9a30-371f-566d-000000004f53 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:27:09.073764 | 0.05s 2026-02-20 11:00:34.496843 | fa163e8d-9a30-371f-566d-000000004f54 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-02-20 11:00:34.568329 | fa163e8d-9a30-371f-566d-000000004f54 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-02-20 11:00:34.569583 | fa163e8d-9a30-371f-566d-000000004f54 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:27:09.167259 | 0.07s 2026-02-20 11:00:34.594192 | fa163e8d-9a30-371f-566d-000000004f55 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-20 11:00:34.636326 | fa163e8d-9a30-371f-566d-000000004f55 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-20 11:00:34.637290 | fa163e8d-9a30-371f-566d-000000004f55 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:27:09.234973 | 0.04s 2026-02-20 11:00:34.658172 | fa163e8d-9a30-371f-566d-000000004f56 | TASK | Remove update marker for bundle openstack-manila-share 2026-02-20 11:00:34.698407 | fa163e8d-9a30-371f-566d-000000004f56 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-02-20 11:00:34.700634 | fa163e8d-9a30-371f-566d-000000004f56 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:27:09.298306 | 0.04s 2026-02-20 11:00:34.751088 | fa163e8d-9a30-371f-566d-000000004f77 | TASK | Run kolla_set_configs to copy ring files 2026-02-20 11:00:35.377390 | fa163e8d-9a30-371f-566d-000000004f77 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-02-20 11:00:35.380507 | fa163e8d-9a30-371f-566d-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:09.978168 | 0.63s 2026-02-20 11:00:35.390717 | fa163e8d-9a30-371f-566d-000000004f77 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:09.988378 | 0.64s 2026-02-20 11:00:35.421965 | fa163e8d-9a30-371f-566d-000000004f78 | TASK | Run kolla_set_configs to copy ring files 2026-02-20 11:00:35.851167 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-02-20 11:00:35.854052 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:10.451717 | 0.43s 2026-02-20 11:00:36.311881 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-02-20 11:00:36.313424 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:10.911096 | 0.89s 2026-02-20 11:00:36.578536 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-02-20 11:00:36.579711 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:11.177384 | 1.16s 2026-02-20 11:00:36.968990 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-02-20 11:00:36.971606 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:11.569274 | 1.55s 2026-02-20 11:00:37.309713 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-02-20 11:00:37.311214 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:11.908885 | 1.89s 2026-02-20 11:00:37.641731 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-02-20 11:00:37.643264 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:12.240929 | 2.22s 2026-02-20 11:00:38.103194 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-02-20 11:00:38.105364 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:12.703033 | 2.68s 2026-02-20 11:00:38.583381 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-02-20 11:00:38.585874 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.183543 | 3.16s 2026-02-20 11:00:38.869335 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-02-20 11:00:38.870500 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.468178 | 3.45s 2026-02-20 11:00:39.307537 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-02-20 11:00:39.309744 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:13.907424 | 3.89s 2026-02-20 11:00:39.610411 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-02-20 11:00:39.612418 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:14.210089 | 4.19s 2026-02-20 11:00:40.095015 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-02-20 11:00:40.099048 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:14.696722 | 4.67s 2026-02-20 11:00:40.554972 | fa163e8d-9a30-371f-566d-000000004f78 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-02-20 11:00:40.557246 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:15.154919 | 5.13s 2026-02-20 11:00:40.573253 | fa163e8d-9a30-371f-566d-000000004f78 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:27:15.170916 | 5.15s 2026-02-20 11:00:40.607802 | fa163e8d-9a30-371f-566d-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-02-20 11:00:40.858847 | fa163e8d-9a30-371f-566d-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-02-20 11:00:40.860631 | fa163e8d-9a30-371f-566d-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:27:15.458305 | 0.25s 2026-02-20 11:00:40.989297 | fa163e8d-9a30-371f-566d-0000000000f3 | TIMING | include_tasks | standalone | 0:27:15.586960 | 0.10s 2026-02-20 11:00:41.015145 | ed0bdd46-8a71-4548-87ad-28443648e4dc | INCLUDED | /root/standalone-ansible-kczqeche/common_deploy_steps_tasks.yaml | standalone 2026-02-20 11:00:41.037081 | fa163e8d-9a30-371f-566d-000000004ff5 | TASK | Write the config_step hieradata 2026-02-20 11:00:41.595438 | fa163e8d-9a30-371f-566d-000000004ff5 | OK | Write the config_step hieradata | standalone 2026-02-20 11:00:41.596446 | fa163e8d-9a30-371f-566d-000000004ff5 | TIMING | Write the config_step hieradata | standalone | 0:27:16.194128 | 0.56s 2026-02-20 11:00:41.643976 | fa163e8d-9a30-371f-566d-000000004ff6 | TASK | Run puppet host configuration for step 5 2026-02-20 11:00:41.908654 | fa163e8d-9a30-371f-566d-000000004ff6 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-02-20 11:00:41.909601 | fa163e8d-9a30-371f-566d-000000004ff6 | TIMING | Run puppet host configuration for step 5 | standalone | 0:27:16.507280 | 0.26s 2026-02-20 11:00:41.929551 | fa163e8d-9a30-371f-566d-000000004ff7 | TASK | Wait for puppet host configuration to finish 2026-02-20 11:00:42.199218 | fa163e8d-9a30-371f-566d-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-20 11:00:52.420394 | fa163e8d-9a30-371f-566d-000000004ff7 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-20 11:01:02.646719 | fa163e8d-9a30-371f-566d-000000004ff7 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-20 11:01:02.648224 | fa163e8d-9a30-371f-566d-000000004ff7 | TIMING | Wait for puppet host configuration to finish | standalone | 0:27:37.245899 | 20.72s 2026-02-20 11:01:02.677985 | fa163e8d-9a30-371f-566d-000000004ff8 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-02-20 11:01:02.762856 | fa163e8d-9a30-371f-566d-000000004ff8 | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Feb 20 11:00:42 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 20 11:00:46 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 20 11:00:46 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 20 11:00:46 puppet-user: (file & line not available)", "<13>Feb 20 11:00:46 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 20 11:00:46 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 20 11:00:47 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 11:00:47 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 20 11:00:47 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 20 11:00:47 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 11:00:47 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 11:00:47 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 11:00:47 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 11:00:47 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 6]", "<13>Feb 20 11:00:47 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 20 11:00:47 puppet-user: Notice: Compiled catalog for standalone.localdomain in environment production in 0.63 seconds", "<13>Feb 20 11:00:52 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 20 11:00:54 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 20 11:00:56 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 20 11:00:56 puppet-user: Notice: Applied catalog in 8.70 seconds", "<13>Feb 20 11:00:56 puppet-user: Application:", "<13>Feb 20 11:00:56 puppet-user: Initial environment: production", "<13>Feb 20 11:00:56 puppet-user: Converged environment: production", "<13>Feb 20 11:00:56 puppet-user: Run mode: user", "<13>Feb 20 11:00:56 puppet-user: Changes:", "<13>Feb 20 11:00:56 puppet-user: Total: 2", "<13>Feb 20 11:00:56 puppet-user: Events:", "<13>Feb 20 11:00:56 puppet-user: Success: 2", "<13>Feb 20 11:00:56 puppet-user: Resources:", "<13>Feb 20 11:00:56 puppet-user: Changed: 2", "<13>Feb 20 11:00:56 puppet-user: Out of sync: 2", "<13>Feb 20 11:00:56 puppet-user: Total: 37", "<13>Feb 20 11:00:56 puppet-user: Time:", "<13>Feb 20 11:00:56 puppet-user: Filebucket: 0.00", "<13>Feb 20 11:00:56 puppet-user: File line: 0.00", "<13>Feb 20 11:00:56 puppet-user: Schedule: 0.00", "<13>Feb 20 11:00:56 puppet-user: Package: 0.00", "<13>Feb 20 11:00:56 puppet-user: User: 0.01", "<13>Feb 20 11:00:56 puppet-user: Augeas: 0.01", "<13>Feb 20 11:00:56 puppet-user: File: 0.10", "<13>Feb 20 11:00:56 puppet-user: Service: 0.21", "<13>Feb 20 11:00:56 puppet-user: Config retrieval: 0.80", "<13>Feb 20 11:00:56 puppet-user: Pcmk property: 1.58", "<13>Feb 20 11:00:56 puppet-user: Last run: 1771585256", "<13>Feb 20 11:00:56 puppet-user: Pcmk resource op default: 2.15", "<13>Feb 20 11:00:56 puppet-user: Exec: 2.19", "<13>Feb 20 11:00:56 puppet-user: Pcmk resource default: 2.21", "<13>Feb 20 11:00:56 puppet-user: Transaction evaluation: 8.63", "<13>Feb 20 11:00:56 puppet-user: Catalog application: 8.70", "<13>Feb 20 11:00:56 puppet-user: Total: 8.71", "<13>Feb 20 11:00:56 puppet-user: Version:", "<13>Feb 20 11:00:56 puppet-user: Config: 1771585246", "<13>Feb 20 11:00:56 puppet-user: Puppet: 7.10.0" ] } 2026-02-20 11:01:02.765997 | fa163e8d-9a30-371f-566d-000000004ff8 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:27:37.363665 | 0.09s 2026-02-20 11:01:02.801428 | fa163e8d-9a30-371f-566d-000000004ff9 | TASK | Pre-cache facts for puppet containers 2026-02-20 11:01:02.832627 | fa163e8d-9a30-371f-566d-000000004ff9 | TIMING | Pre-cache facts for puppet containers | standalone | 0:27:37.430292 | 0.03s 2026-02-20 11:01:02.904835 | fa163e8d-9a30-371f-566d-000000005038 | TASK | Gather variables for each operating system 2026-02-20 11:01:03.060602 | fa163e8d-9a30-371f-566d-000000005038 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:27:37.658269 | 0.15s 2026-02-20 11:01:03.091467 | fa163e8d-9a30-371f-566d-000000005039 | TASK | Create puppet caching structures 2026-02-20 11:01:03.357991 | fa163e8d-9a30-371f-566d-000000005039 | CHANGED | Create puppet caching structures | standalone 2026-02-20 11:01:03.359506 | fa163e8d-9a30-371f-566d-000000005039 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:27:37.957178 | 0.27s 2026-02-20 11:01:03.390368 | fa163e8d-9a30-371f-566d-00000000503a | TASK | Check for facter.conf 2026-02-20 11:01:03.648783 | fa163e8d-9a30-371f-566d-00000000503a | OK | Check for facter.conf | standalone 2026-02-20 11:01:03.650236 | fa163e8d-9a30-371f-566d-00000000503a | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:27:38.247910 | 0.26s 2026-02-20 11:01:03.679622 | fa163e8d-9a30-371f-566d-00000000503b | TASK | Remove facter.conf if directory 2026-02-20 11:01:03.731301 | fa163e8d-9a30-371f-566d-00000000503b | SKIPPED | Remove facter.conf if directory | standalone 2026-02-20 11:01:03.732529 | fa163e8d-9a30-371f-566d-00000000503b | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:27:38.330202 | 0.05s 2026-02-20 11:01:03.762382 | fa163e8d-9a30-371f-566d-00000000503c | TASK | Write facter cache config 2026-02-20 11:01:04.293181 | fa163e8d-9a30-371f-566d-00000000503c | CHANGED | Write facter cache config | standalone 2026-02-20 11:01:04.294654 | fa163e8d-9a30-371f-566d-00000000503c | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:27:38.892327 | 0.53s 2026-02-20 11:01:04.326280 | fa163e8d-9a30-371f-566d-00000000503d | TASK | Cleanup facter cache if exists 2026-02-20 11:01:04.571003 | fa163e8d-9a30-371f-566d-00000000503d | CHANGED | Cleanup facter cache if exists | standalone 2026-02-20 11:01:04.572457 | fa163e8d-9a30-371f-566d-00000000503d | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:27:39.170130 | 0.24s 2026-02-20 11:01:04.601748 | fa163e8d-9a30-371f-566d-00000000503e | TASK | Pre-cache facts 2026-02-20 11:01:05.281124 | fa163e8d-9a30-371f-566d-00000000503e | CHANGED | Pre-cache facts | standalone 2026-02-20 11:01:05.282832 | fa163e8d-9a30-371f-566d-00000000503e | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:27:39.880504 | 0.68s 2026-02-20 11:01:05.318390 | fa163e8d-9a30-371f-566d-00000000503f | TASK | Failed deployment if facter fails 2026-02-20 11:01:05.359764 | fa163e8d-9a30-371f-566d-00000000503f | SKIPPED | Failed deployment if facter fails | standalone 2026-02-20 11:01:05.361053 | fa163e8d-9a30-371f-566d-00000000503f | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:27:39.958725 | 0.04s 2026-02-20 11:01:05.410608 | fa163e8d-9a30-371f-566d-000000005040 | TASK | Sync cached facts 2026-02-20 11:01:05.728759 | fa163e8d-9a30-371f-566d-000000005040 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-000000005040') missing from stats 2026-02-20 11:01:05.788456 | fa163e8d-9a30-371f-566d-000000004ffa | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-20 11:01:05.842775 | fa163e8d-9a30-371f-566d-000000004ffa | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-20 11:01:05.844294 | fa163e8d-9a30-371f-566d-000000004ffa | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:27:40.441869 | 0.05s 2026-02-20 11:01:05.875574 | fa163e8d-9a30-371f-566d-000000004ffc | TASK | Manage containers for step 5 with tripleo-ansible 2026-02-20 11:01:05.906517 | fa163e8d-9a30-371f-566d-000000004ffc | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:27:40.504184 | 0.03s 2026-02-20 11:01:05.975536 | fa163e8d-9a30-371f-566d-000000005097 | TASK | Gather variables for each operating system 2026-02-20 11:01:06.098989 | fa163e8d-9a30-371f-566d-000000005097 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:40.696653 | 0.12s 2026-02-20 11:01:06.128707 | fa163e8d-9a30-371f-566d-000000005098 | TASK | Create container logs path 2026-02-20 11:01:06.407282 | fa163e8d-9a30-371f-566d-000000005098 | OK | Create container logs path | standalone 2026-02-20 11:01:06.408822 | fa163e8d-9a30-371f-566d-000000005098 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:41.006495 | 0.28s 2026-02-20 11:01:06.442236 | fa163e8d-9a30-371f-566d-00000000509a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-02-20 11:01:06.735593 | fa163e8d-9a30-371f-566d-00000000509a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-20 11:01:06.737990 | fa163e8d-9a30-371f-566d-00000000509a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:41.335657 | 0.29s 2026-02-20 11:01:06.769706 | fa163e8d-9a30-371f-566d-00000000509b | TASK | Finalise hashes for all containers 2026-02-20 11:01:06.834592 | fa163e8d-9a30-371f-566d-00000000509b | OK | Finalise hashes for all containers | standalone 2026-02-20 11:01:06.836833 | fa163e8d-9a30-371f-566d-00000000509b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:41.434504 | 0.06s 2026-02-20 11:01:06.869674 | fa163e8d-9a30-371f-566d-00000000509d | TASK | Manage systemd shutdown files 2026-02-20 11:01:06.913006 | fa163e8d-9a30-371f-566d-00000000509d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:41.510656 | 0.04s 2026-02-20 11:01:06.953495 | dfa64fa8-a5f2-4a21-be3b-c5ebe39f0728 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-20 11:01:06.983520 | fa163e8d-9a30-371f-566d-0000000050d0 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-20 11:01:07.256505 | fa163e8d-9a30-371f-566d-0000000050d0 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-20 11:01:07.257744 | fa163e8d-9a30-371f-566d-0000000050d0 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:27:41.855422 | 0.27s 2026-02-20 11:01:07.282119 | fa163e8d-9a30-371f-566d-0000000050d1 | TASK | Set podman_drop_in fact 2026-02-20 11:01:07.344217 | fa163e8d-9a30-371f-566d-0000000050d1 | OK | Set podman_drop_in fact | standalone 2026-02-20 11:01:07.345175 | fa163e8d-9a30-371f-566d-0000000050d1 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:27:41.942853 | 0.06s 2026-02-20 11:01:07.368672 | fa163e8d-9a30-371f-566d-0000000050d3 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-20 11:01:07.933907 | fa163e8d-9a30-371f-566d-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-20 11:01:07.936475 | fa163e8d-9a30-371f-566d-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:42.534143 | 0.57s 2026-02-20 11:01:08.484116 | fa163e8d-9a30-371f-566d-0000000050d3 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-20 11:01:08.486205 | fa163e8d-9a30-371f-566d-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:43.083880 | 1.12s 2026-02-20 11:01:08.496989 | fa163e8d-9a30-371f-566d-0000000050d3 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:27:43.094657 | 1.13s 2026-02-20 11:01:08.528183 | fa163e8d-9a30-371f-566d-0000000050d4 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-20 11:01:09.043503 | fa163e8d-9a30-371f-566d-0000000050d4 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-20 11:01:09.045556 | fa163e8d-9a30-371f-566d-0000000050d4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:27:43.643225 | 0.52s 2026-02-20 11:01:09.079148 | fa163e8d-9a30-371f-566d-0000000050d5 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-20 11:01:09.624670 | fa163e8d-9a30-371f-566d-0000000050d5 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-20 11:01:09.626440 | fa163e8d-9a30-371f-566d-0000000050d5 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:27:44.224109 | 0.55s 2026-02-20 11:01:09.657905 | fa163e8d-9a30-371f-566d-0000000050d6 | TASK | Enable and start tripleo-container-shutdown 2026-02-20 11:01:10.672601 | fa163e8d-9a30-371f-566d-0000000050d6 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-20 11:01:10.675047 | fa163e8d-9a30-371f-566d-0000000050d6 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:27:45.272715 | 1.02s 2026-02-20 11:01:10.709334 | fa163e8d-9a30-371f-566d-0000000050d7 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-20 11:01:11.347736 | fa163e8d-9a30-371f-566d-0000000050d7 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-20 11:01:11.349176 | fa163e8d-9a30-371f-566d-0000000050d7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:27:45.946848 | 0.64s 2026-02-20 11:01:11.379373 | fa163e8d-9a30-371f-566d-0000000050d8 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-20 11:01:11.864377 | fa163e8d-9a30-371f-566d-0000000050d8 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-20 11:01:11.866436 | fa163e8d-9a30-371f-566d-0000000050d8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:27:46.464105 | 0.49s 2026-02-20 11:01:11.898984 | fa163e8d-9a30-371f-566d-0000000050d9 | TASK | Enable and start netns-placeholder 2026-02-20 11:01:13.095394 | fa163e8d-9a30-371f-566d-0000000050d9 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-20 11:01:13.097514 | fa163e8d-9a30-371f-566d-0000000050d9 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:27:47.695184 | 1.20s 2026-02-20 11:01:13.122860 | fa163e8d-9a30-371f-566d-00000000509f | TASK | Update container configs with new config hashes 2026-02-20 11:01:13.182946 | fa163e8d-9a30-371f-566d-00000000509f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:47.780622 | 0.06s 2026-02-20 11:01:13.196637 | bd20d859-59f9-4531-b9c5-0c859bc8003b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-20 11:01:13.222065 | fa163e8d-9a30-371f-566d-000000005101 | TASK | Update config hashes for container startup configs 2026-02-20 11:01:13.512148 | fa163e8d-9a30-371f-566d-000000005101 | OK | Update config hashes for container startup configs | standalone 2026-02-20 11:01:13.513220 | fa163e8d-9a30-371f-566d-000000005101 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:27:48.110898 | 0.29s 2026-02-20 11:01:13.538132 | fa163e8d-9a30-371f-566d-0000000050a0 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-20 11:01:13.597740 | fa163e8d-9a30-371f-566d-0000000050a0 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:48.195410 | 0.06s 2026-02-20 11:01:13.613693 | 4476e92e-494a-4011-900e-e94a3733844f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-20 11:01:13.642125 | fa163e8d-9a30-371f-566d-000000005120 | TASK | Gather podman infos 2026-02-20 11:01:16.054474 | fa163e8d-9a30-371f-566d-000000005120 | OK | Gather podman infos | standalone 2026-02-20 11:01:16.055778 | fa163e8d-9a30-371f-566d-000000005120 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:27:50.653463 | 2.41s 2026-02-20 11:01:16.171346 | fa163e8d-9a30-371f-566d-000000005121 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-20 11:01:16.237225 | fa163e8d-9a30-371f-566d-000000005121 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:50.834899 | 0.06s 2026-02-20 11:01:16.419865 | fa163e8d-9a30-371f-566d-00000000516a | TIMING | tripleo_container_rm : include_tasks | standalone | 0:27:51.017523 | 0.14s 2026-02-20 11:01:16.491391 | fa163e8d-9a30-371f-566d-0000000050a1 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-20 11:01:16.560197 | fa163e8d-9a30-371f-566d-0000000050a1 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:27:51.157862 | 0.06s 2026-02-20 11:01:16.578401 | e361f80b-e07b-47e4-aa66-5e2106aa4e84 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-20 11:01:16.612115 | fa163e8d-9a30-371f-566d-000000005190 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-20 11:01:42.748617 | fa163e8d-9a30-371f-566d-000000005190 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-20 11:01:42.751075 | fa163e8d-9a30-371f-566d-000000005190 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:17.348745 | 26.14s 2026-02-20 11:01:42.783388 | fa163e8d-9a30-371f-566d-000000005191 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-20 11:02:10.248926 | fa163e8d-9a30-371f-566d-000000005191 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-20 11:02:10.250105 | fa163e8d-9a30-371f-566d-000000005191 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:28:44.847788 | 27.47s 2026-02-20 11:02:10.295154 | fa163e8d-9a30-371f-566d-000000004ffe | TASK | Clean container_puppet_tasks for standalone step 5 2026-02-20 11:02:10.520952 | fa163e8d-9a30-371f-566d-000000004ffe | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-02-20 11:02:10.521954 | fa163e8d-9a30-371f-566d-000000004ffe | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:28:45.119636 | 0.23s 2026-02-20 11:02:10.550921 | fa163e8d-9a30-371f-566d-000000004fff | TASK | Calculate container_puppet_tasks for standalone step 5 2026-02-20 11:02:10.609705 | fa163e8d-9a30-371f-566d-000000004fff | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:28:45.207383 | 0.06s 2026-02-20 11:02:10.630937 | fa163e8d-9a30-371f-566d-000000005000 | TASK | Include container-puppet tasks for step 5 2026-02-20 11:02:10.678838 | fa163e8d-9a30-371f-566d-000000005000 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:28:45.276517 | 0.05s 2026-02-20 11:02:10.703770 | 9c5ce637-3e62-4dc6-97c7-f39c4a097a82 | INCLUDED | /root/standalone-ansible-kczqeche/host-container-puppet-tasks.yaml | standalone 2026-02-20 11:02:10.740338 | fa163e8d-9a30-371f-566d-0000000051dc | TASK | Write container-puppet-tasks json file for standalone step 5 2026-02-20 11:02:11.216611 | fa163e8d-9a30-371f-566d-0000000051dc | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-02-20 11:02:11.217521 | fa163e8d-9a30-371f-566d-0000000051dc | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:28:45.815204 | 0.48s 2026-02-20 11:02:11.237630 | fa163e8d-9a30-371f-566d-0000000051de | TASK | Generate container puppet configs for step 5 2026-02-20 11:02:11.503276 | fa163e8d-9a30-371f-566d-0000000051de | OK | Generate container puppet configs for step 5 | standalone 2026-02-20 11:02:11.504196 | fa163e8d-9a30-371f-566d-0000000051de | TIMING | Generate container puppet configs for step 5 | standalone | 0:28:46.101874 | 0.27s 2026-02-20 11:02:11.525160 | fa163e8d-9a30-371f-566d-0000000051df | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-02-20 11:02:11.553442 | fa163e8d-9a30-371f-566d-0000000051df | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:28:46.151112 | 0.03s 2026-02-20 11:02:11.599031 | fa163e8d-9a30-371f-566d-00000000520e | TASK | Gather variables for each operating system 2026-02-20 11:02:11.680027 | fa163e8d-9a30-371f-566d-00000000520e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:46.277689 | 0.08s 2026-02-20 11:02:11.710493 | fa163e8d-9a30-371f-566d-00000000520f | TASK | Create container logs path 2026-02-20 11:02:11.943667 | fa163e8d-9a30-371f-566d-00000000520f | OK | Create container logs path | standalone 2026-02-20 11:02:11.944736 | fa163e8d-9a30-371f-566d-00000000520f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:46.542418 | 0.23s 2026-02-20 11:02:11.965831 | fa163e8d-9a30-371f-566d-000000005211 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-20 11:02:12.187261 | fa163e8d-9a30-371f-566d-000000005211 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-20 11:02:12.188233 | fa163e8d-9a30-371f-566d-000000005211 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:46.785917 | 0.22s 2026-02-20 11:02:12.207688 | fa163e8d-9a30-371f-566d-000000005212 | TASK | Finalise hashes for all containers 2026-02-20 11:02:12.257995 | fa163e8d-9a30-371f-566d-000000005212 | OK | Finalise hashes for all containers | standalone 2026-02-20 11:02:12.258730 | fa163e8d-9a30-371f-566d-000000005212 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:46.856414 | 0.05s 2026-02-20 11:02:12.278694 | fa163e8d-9a30-371f-566d-000000005214 | TASK | Manage systemd shutdown files 2026-02-20 11:02:12.305600 | fa163e8d-9a30-371f-566d-000000005214 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-20 11:02:12.306212 | fa163e8d-9a30-371f-566d-000000005214 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:46.903896 | 0.03s 2026-02-20 11:02:12.325743 | fa163e8d-9a30-371f-566d-000000005216 | TASK | Update container configs with new config hashes 2026-02-20 11:02:12.383344 | fa163e8d-9a30-371f-566d-000000005216 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-20 11:02:12.384064 | fa163e8d-9a30-371f-566d-000000005216 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:46.981747 | 0.06s 2026-02-20 11:02:12.404808 | fa163e8d-9a30-371f-566d-000000005217 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-20 11:02:12.452391 | fa163e8d-9a30-371f-566d-000000005217 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-20 11:02:12.452972 | fa163e8d-9a30-371f-566d-000000005217 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:47.050656 | 0.05s 2026-02-20 11:02:12.473481 | fa163e8d-9a30-371f-566d-000000005218 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-20 11:02:12.522400 | fa163e8d-9a30-371f-566d-000000005218 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-20 11:02:12.523122 | fa163e8d-9a30-371f-566d-000000005218 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:28:47.120806 | 0.05s PLAY [Server Post Deployments] ************************************************* 2026-02-20 11:02:12.656715 | fa163e8d-9a30-371f-566d-0000000000f7 | TASK | Server Post Deployments 2026-02-20 11:02:12.684863 | fa163e8d-9a30-371f-566d-0000000000f7 | OK | Server Post Deployments | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Server Post Deployments' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e8d-9a30-371f-566d-0000000000f7') missing from stats 2026-02-20 11:02:12.764777 | fa163e8d-9a30-371f-566d-0000000000f8 | TIMING | include_tasks | standalone | 0:28:47.362454 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2026-02-20 11:02:12.870879 | fa163e8d-9a30-371f-566d-0000000000fc | TASK | External deployment Post Deploy tasks 2026-02-20 11:02:12.900860 | fa163e8d-9a30-371f-566d-0000000000fc | OK | External deployment Post Deploy tasks | undercloud -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'External deployment Post Deploy tasks' to resume from this task" } [WARNING]: ('undercloud -> localhost', 'fa163e8d-9a30-371f-566d-0000000000fc') missing from stats 2026-02-20 11:02:12.915288 | fa163e8d-9a30-371f-566d-000000000100 | TASK | is additonal Cell? 2026-02-20 11:02:12.952333 | fa163e8d-9a30-371f-566d-000000000100 | OK | is additonal Cell? | undercloud 2026-02-20 11:02:12.953094 | fa163e8d-9a30-371f-566d-000000000100 | TIMING | is additonal Cell? | undercloud | 0:28:47.550774 | 0.04s 2026-02-20 11:02:12.966910 | fa163e8d-9a30-371f-566d-000000000102 | TASK | discover via nova_manager? 2026-02-20 11:02:13.037867 | fa163e8d-9a30-371f-566d-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-02-20 11:02:13.039049 | fa163e8d-9a30-371f-566d-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:28:47.636720 | 0.07s 2026-02-20 11:02:13.056819 | fa163e8d-9a30-371f-566d-000000000103 | TASK | discover via nova_api? 2026-02-20 11:02:13.129187 | fa163e8d-9a30-371f-566d-000000000103 | OK | discover via nova_api? | undercloud 2026-02-20 11:02:13.130463 | fa163e8d-9a30-371f-566d-000000000103 | TIMING | discover via nova_api? | undercloud | 0:28:47.728134 | 0.07s 2026-02-20 11:02:13.147710 | fa163e8d-9a30-371f-566d-000000000104 | TASK | Warn if no discovery host available 2026-02-20 11:02:13.197794 | fa163e8d-9a30-371f-566d-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-02-20 11:02:13.198945 | fa163e8d-9a30-371f-566d-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:28:47.796616 | 0.05s 2026-02-20 11:02:13.236170 | fa163e8d-9a30-371f-566d-000000000105 | TASK | Discovering nova hosts 2026-02-20 11:02:15.962003 | fa163e8d-9a30-371f-566d-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-000000000105') missing from stats 2026-02-20 11:02:16.046417 | fa163e8d-9a30-371f-566d-000000000106 | OK | set_fact | undercloud 2026-02-20 11:02:16.049271 | fa163e8d-9a30-371f-566d-000000000106 | TIMING | set_fact | undercloud | 0:28:50.646932 | 0.07s 2026-02-20 11:02:16.071719 | fa163e8d-9a30-371f-566d-000000000108 | TASK | Set up group_vars 2026-02-20 11:02:16.135702 | fa163e8d-9a30-371f-566d-000000000108 | OK | Set up group_vars | undercloud 2026-02-20 11:02:16.137692 | fa163e8d-9a30-371f-566d-000000000108 | TIMING | Set up group_vars | undercloud | 0:28:50.735367 | 0.06s 2026-02-20 11:02:16.154723 | fa163e8d-9a30-371f-566d-000000000109 | TASK | Make needed directories on the undercloud 2026-02-20 11:02:16.399993 | fa163e8d-9a30-371f-566d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-kczqeche/octavia-ansible 2026-02-20 11:02:16.401037 | fa163e8d-9a30-371f-566d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:50.998717 | 0.24s 2026-02-20 11:02:16.581440 | fa163e8d-9a30-371f-566d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-kczqeche/octavia-ansible/local_dir 2026-02-20 11:02:16.582219 | fa163e8d-9a30-371f-566d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:51.179903 | 0.43s 2026-02-20 11:02:16.753766 | fa163e8d-9a30-371f-566d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-kczqeche/octavia-ansible/group_vars 2026-02-20 11:02:16.754789 | fa163e8d-9a30-371f-566d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:51.352473 | 0.60s 2026-02-20 11:02:16.760455 | fa163e8d-9a30-371f-566d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:28:51.358132 | 0.60s 2026-02-20 11:02:16.775110 | fa163e8d-9a30-371f-566d-00000000010a | TASK | Write group_vars file 2026-02-20 11:02:17.187570 | fa163e8d-9a30-371f-566d-00000000010a | CHANGED | Write group_vars file | undercloud 2026-02-20 11:02:17.188693 | fa163e8d-9a30-371f-566d-00000000010a | TIMING | Write group_vars file | undercloud | 0:28:51.786369 | 0.41s 2026-02-20 11:02:17.214968 | fa163e8d-9a30-371f-566d-00000000010b | TASK | Gather missing facts 2026-02-20 11:02:17.563942 | fa163e8d-9a30-371f-566d-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e8d-9a30-371f-566d-00000000010b') missing from stats 2026-02-20 11:02:17.580435 | fa163e8d-9a30-371f-566d-00000000010b | TIMING | Gather missing facts | undercloud | 0:28:52.178105 | 0.36s 2026-02-20 11:02:17.599128 | fa163e8d-9a30-371f-566d-00000000010c | TASK | Write octavia inventory 2026-02-20 11:02:18.163542 | fa163e8d-9a30-371f-566d-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-02-20 11:02:18.165563 | fa163e8d-9a30-371f-566d-00000000010c | TIMING | Write octavia inventory | undercloud | 0:28:52.763233 | 0.56s 2026-02-20 11:02:18.184880 | fa163e8d-9a30-371f-566d-00000000010d | TASK | Check for ssh_private_key in working directory 2026-02-20 11:02:18.413954 | fa163e8d-9a30-371f-566d-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-02-20 11:02:18.415619 | fa163e8d-9a30-371f-566d-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:28:53.013286 | 0.23s 2026-02-20 11:02:18.435645 | fa163e8d-9a30-371f-566d-00000000010e | TASK | Set private key location 2026-02-20 11:02:18.478816 | fa163e8d-9a30-371f-566d-00000000010e | SKIPPED | Set private key location | undercloud 2026-02-20 11:02:18.480281 | fa163e8d-9a30-371f-566d-00000000010e | TIMING | Set private key location | undercloud | 0:28:53.077953 | 0.04s 2026-02-20 11:02:18.498836 | fa163e8d-9a30-371f-566d-00000000010f | TASK | Configure octavia command 2026-02-20 11:02:18.559239 | fa163e8d-9a30-371f-566d-00000000010f | OK | Configure octavia command | undercloud 2026-02-20 11:02:18.560621 | fa163e8d-9a30-371f-566d-00000000010f | TIMING | Configure octavia command | undercloud | 0:28:53.158288 | 0.06s 2026-02-20 11:02:18.620149 | fa163e8d-9a30-371f-566d-000000000110 | OK | set_fact | undercloud 2026-02-20 11:02:18.621930 | fa163e8d-9a30-371f-566d-000000000110 | TIMING | set_fact | undercloud | 0:28:53.219597 | 0.04s 2026-02-20 11:02:18.681724 | fa163e8d-9a30-371f-566d-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-kczqeche/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-kczqeche/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-kczqeche/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-02-20 11:02:18.683017 | fa163e8d-9a30-371f-566d-000000000111 | TIMING | debug | undercloud | 0:28:53.280686 | 0.04s 2026-02-20 11:02:18.701389 | fa163e8d-9a30-371f-566d-000000000112 | TASK | Configure octavia on overcloud 2026-02-20 11:06:20.989072 | fa163e8d-9a30-371f-566d-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-02-20 11:06:20.991464 | fa163e8d-9a30-371f-566d-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:32:55.589138 | 242.29s 2026-02-20 11:06:21.010557 | fa163e8d-9a30-371f-566d-000000000113 | TASK | Purge temp dirs 2026-02-20 11:06:21.264372 | fa163e8d-9a30-371f-566d-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-kczqeche/octavia-ansible/local_dir 2026-02-20 11:06:21.266846 | fa163e8d-9a30-371f-566d-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:55.864511 | 0.26s 2026-02-20 11:06:21.275738 | fa163e8d-9a30-371f-566d-000000000113 | TIMING | Purge temp dirs | undercloud | 0:32:55.873410 | 0.26s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=647 changed=315 unreachable=0 failed=0 skipped=329 rescued=0 ignored=0 undercloud : ok=183 changed=66 unreachable=0 failed=0 skipped=34 rescued=0 ignored=2 2026-02-20 11:06:21.332854 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 11:06:21.333155 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1221 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 11:06:21.333410 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:32:55.931098 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-20 11:06:21.333627 | UUID | Info | Host | Task Name | Run Time 2026-02-20 11:06:21.333831 | fa163e8d-9a30-371f-566d-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 242.29s 2026-02-20 11:06:21.334042 | fa163e8d-9a30-371f-566d-000000002205 | SUMMARY | standalone | Pre-fetch all the containers | 238.08s 2026-02-20 11:06:21.334255 | fa163e8d-9a30-371f-566d-000000004dfa | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 130.99s 2026-02-20 11:06:21.334484 | fa163e8d-9a30-371f-566d-0000000033ed | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.32s 2026-02-20 11:06:21.334693 | fa163e8d-9a30-371f-566d-0000000024a2 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.60s 2026-02-20 11:06:21.334898 | fa163e8d-9a30-371f-566d-000000003055 | SUMMARY | undercloud | tripleo_run_cephadm : run cephadm playbook | 60.89s 2026-02-20 11:06:21.335098 | fa163e8d-9a30-371f-566d-000000003c18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 55.23s 2026-02-20 11:06:21.335298 | fa163e8d-9a30-371f-566d-000000003c19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 36.03s 2026-02-20 11:06:21.335518 | fa163e8d-9a30-371f-566d-000000002640 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.24s 2026-02-20 11:06:21.335731 | fa163e8d-9a30-371f-566d-000000004c5e | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.89s 2026-02-20 11:06:21.335948 | fa163e8d-9a30-371f-566d-000000005191 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 27.47s 2026-02-20 11:06:21.336212 | fa163e8d-9a30-371f-566d-000000003419 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 27.10s 2026-02-20 11:06:21.336470 | fa163e8d-9a30-371f-566d-000000005190 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.14s 2026-02-20 11:06:21.336704 | fa163e8d-9a30-371f-566d-000000003471 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 26.10s 2026-02-20 11:06:21.336963 | fa163e8d-9a30-371f-566d-000000003445 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 25.63s 2026-02-20 11:06:21.337199 | fa163e8d-9a30-371f-566d-000000004ef5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 23.44s 2026-02-20 11:06:21.337461 | fa163e8d-9a30-371f-566d-000000004f4d | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 22.50s 2026-02-20 11:06:21.337719 | fa163e8d-9a30-371f-566d-000000004f21 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 22.44s 2026-02-20 11:06:21.337977 | fa163e8d-9a30-371f-566d-000000004df9 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.04s 2026-02-20 11:06:21.338237 | fa163e8d-9a30-371f-566d-000000004ff7 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.72s 2026-02-20 11:06:21.338484 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-kczqeche Install artifact is located at /root/standalone-install-20260220110622.tar.bzip2 ######################################################## Deployment successful! ######################################################## ########################################################## Useful files: The clouds.yaml file is at ~/.config/openstack/clouds.yaml Use "export OS_CLOUD=standalone" before running the openstack command. ########################################################## Writing the stack virtual update mark file /var/lib/tripleo-heat-installer/update_mark_standalone + [[ libvirt == \i\r\o\n\i\c ]] + exit 0 + deploy_result=0 + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ED25519) to the list of known hosts. + exit 0 + rv=0 + rm -rf -- /tmp/tmp.RCQS3zqh9L + exit 0 ~/ci-framework-data/artifacts