~/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.uakqBvyFcg + 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.uakqBvyFcg/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=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + 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.uakqBvyFcg/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.uakqBvyFcg + J2_VARS_FILE=/tmp/tmp.uakqBvyFcg/tmp.PGUpfF2CNk.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.uakqBvyFcg/tmp.PGUpfF2CNk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/tmp.PGUpfF2CNk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/tmp.PGUpfF2CNk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/tmp.PGUpfF2CNk.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/tmp.PGUpfF2CNk.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.uakqBvyFcg/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.uakqBvyFcg/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.uakqBvyFcg/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.uakqBvyFcg/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.uakqBvyFcg/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. + [[ false == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f '' ']' + true + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 5.1 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-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-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-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-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-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-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-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-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-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-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-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-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-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-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-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-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-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-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-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-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-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-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-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-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-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-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-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-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-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): ansible-collection-ansible-netcommon-2 1.1 MB/s | 181 kB 00:00 (2/399): ansible-collection-ansible-utils-2.3.0 419 kB/s | 91 kB 00:00 (3/399): ansible-collection-ansible-posix-1.2.0 547 kB/s | 124 kB 00:00 (4/399): ansible-collection-community-general-4 11 MB/s | 1.3 MB 00:00 (5/399): heat-cfntools-1.4.2-6.1.el9ost.noarch. 763 kB/s | 77 kB 00:00 (6/399): golang-github-vbatts-tar-split-0.11.1- 7.1 MB/s | 1.0 MB 00:00 (7/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.5 MB/s | 162 kB 00:00 (8/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.6 MB/s | 178 kB 00:00 (9/399): puppet-fdio-18.2-1.20220727113954.6fd1 226 kB/s | 25 kB 00:00 (10/399): python3-ansible-runner-2.0.0a1-3.el9o 1.2 MB/s | 122 kB 00:00 (11/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 443 kB/s | 44 kB 00:00 (12/399): python3-beautifulsoup4-4.9.3-2.el9ost 2.2 MB/s | 204 kB 00:00 (13/399): python3-croniter-0.3.35-2.el9ost.noar 541 kB/s | 49 kB 00:00 (14/399): python3-daemon-2.3.0-1.el9ost.noarch. 361 kB/s | 39 kB 00:00 (15/399): python3-docutils-0.16-6.el9ost.noarch 14 MB/s | 1.5 MB 00:00 (16/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 490 kB/s | 44 kB 00:00 (17/399): python3-jeepney-0.6.0-2.el9ost.noarch 3.0 MB/s | 284 kB 00:00 (18/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 1.0 MB/s | 107 kB 00:00 (19/399): python3-gevent-21.1.2-2.el9ost.x86_64 11 MB/s | 1.6 MB 00:00 (20/399): python3-jmespath-0.10.0-1.el9ost.noar 502 kB/s | 46 kB 00:00 (21/399): python3-lockfile-0.12.2-2.el9ost.noar 345 kB/s | 31 kB 00:00 (22/399): python3-logutils-0.3.5-15.el9ost.noar 516 kB/s | 47 kB 00:00 (23/399): python3-memcached-1.59-3.el9ost.noarc 461 kB/s | 40 kB 00:00 (24/399): python3-migrate-0.13.0-1.el9ost.noarc 2.4 MB/s | 224 kB 00:00 (25/399): python3-mimeparse-1.6.0-16.el9ost.noa 166 kB/s | 16 kB 00:00 (26/399): python3-natsort-7.1.1-2.el9ost.noarch 677 kB/s | 59 kB 00:00 (27/399): python3-passlib-1.7.4-3.el9ost.noarch 5.9 MB/s | 712 kB 00:00 (28/399): python3-pecan-1.4.0-2.el9ost.noarch.r 2.6 MB/s | 273 kB 00:00 (29/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 820 kB/s | 90 kB 00:00 (30/399): python3-pyperclip-1.8.0-3.el9ost.noar 217 kB/s | 25 kB 00:00 (31/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 873 kB/s | 111 kB 00:00 (32/399): python3-setproctitle-1.2.2-1.el9ost.x 262 kB/s | 23 kB 00:00 (33/399): python3-smmap-3.0.1-4.el9ost.noarch.r 544 kB/s | 47 kB 00:00 (34/399): python3-soupsieve-2.2-1.el9ost.noarch 630 kB/s | 67 kB 00:00 (35/399): python3-sqlalchemy13-1.3.24-3.el9ost. 15 MB/s | 1.7 MB 00:00 (36/399): python3-tenacity-6.3.1-1.el9ost.noarc 551 kB/s | 51 kB 00:00 (37/399): python3-webtest-2.0.35-6.el9ost.noarc 892 kB/s | 82 kB 00:00 (38/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 3.4 MB/s | 396 kB 00:00 (39/399): python3-zope-event-4.2.0-20.el9ost.no 2.2 MB/s | 205 kB 00:00 (40/399): python3-zope-interface-5.4.0-1.el9ost 1.2 MB/s | 202 kB 00:00 (41/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 134 kB/s | 14 kB 00:00 (42/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.0 MB/s | 243 kB 00:00 (43/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 373 kB/s | 34 kB 00:00 (44/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 972 kB/s | 90 kB 00:00 (45/399): rubygem-multi_json-1.15.0-2.el9ost.no 242 kB/s | 22 kB 00:00 (46/399): rubygem-semantic_puppet-1.0.4-2.el9os 243 kB/s | 21 kB 00:00 (47/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 143 kB/s | 16 kB 00:00 (48/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.4 MB/s | 433 kB 00:00 (49/399): ansible-config_template-2.0.1-17.1.20 307 kB/s | 29 kB 00:00 (50/399): ansible-role-atos-hsm-1.0.1-17.1.2023 193 kB/s | 17 kB 00:00 (51/399): ansible-role-chrony-1.3.1-17.1.202306 227 kB/s | 22 kB 00:00 (52/399): ansible-role-collectd-config-0.0.3-17 597 kB/s | 53 kB 00:00 (53/399): rubygem-puppet-resource_api-1.8.13-1. 89 kB/s | 34 kB 00:00 (54/399): ansible-role-container-registry-1.4.1 209 kB/s | 24 kB 00:00 (55/399): ansible-role-openstack-operations-0.0 320 kB/s | 30 kB 00:00 (56/399): ansible-role-qdr-config-0.0.2-17.1.20 231 kB/s | 21 kB 00:00 (57/399): ansible-role-redhat-subscription-1.3. 246 kB/s | 28 kB 00:00 (58/399): ansible-role-thales-hsm-3.0.1-17.1.20 236 kB/s | 21 kB 00:00 (59/399): ansible-role-tripleo-modify-image-1.5 246 kB/s | 27 kB 00:00 (60/399): ansible-tripleo-ipsec-11.0.1-17.1.202 408 kB/s | 38 kB 00:00 (61/399): ansible-tripleo-ipa-0.3.1-17.1.202306 310 kB/s | 36 kB 00:00 (62/399): dib-utils-0.0.11-17.1.20230620173328. 103 kB/s | 12 kB 00:00 (63/399): openstack-heat-agents-2.2.1-17.1.2023 110 kB/s | 9.6 kB 00:00 (64/399): os-apply-config-13.1.1-17.1.202310200 599 kB/s | 54 kB 00:00 (65/399): os-collect-config-13.1.1-17.1.2023102 544 kB/s | 50 kB 00:00 (66/399): os-refresh-config-13.1.1-17.1.2023102 245 kB/s | 21 kB 00:00 (67/399): puppet-aodh-18.4.2-17.1.2023062015121 676 kB/s | 62 kB 00:00 (68/399): puppet-archive-4.6.1-17.1.20230620181 483 kB/s | 44 kB 00:00 (69/399): puppet-auditd-2.2.1-17.1.202306201924 261 kB/s | 28 kB 00:00 (70/399): puppet-ceilometer-18.4.3-17.1.2023092 750 kB/s | 70 kB 00:00 (71/399): puppet-certmonger-2.7.1-17.1.20230620 235 kB/s | 26 kB 00:00 (72/399): puppet-cinder-18.5.2-17.1.20230621054 1.3 MB/s | 120 kB 00:00 (73/399): puppet-collectd-13.0.1-17.1.202306201 1.1 MB/s | 135 kB 00:00 (74/399): puppet-designate-18.6.1-17.1.20230621 774 kB/s | 69 kB 00:00 (75/399): puppet-corosync-8.0.1-17.1.2023062110 500 kB/s | 68 kB 00:00 (76/399): puppet-dns-8.2.1-17.1.20230621002045. 278 kB/s | 36 kB 00:00 (77/399): puppet-etcd-1.12.3-17.1.2023062019322 245 kB/s | 25 kB 00:00 (78/399): puppet-gnocchi-18.4.3-17.1.2023062106 504 kB/s | 58 kB 00:00 (79/399): puppet-heat-18.4.1-17.1.2023062111163 751 kB/s | 70 kB 00:00 (80/399): puppet-manila-18.5.2-17.1.20231102190 721 kB/s | 81 kB 00:00 (81/399): puppet-memcached-6.0.0-17.1.202306201 242 kB/s | 23 kB 00:00 (82/399): puppet-kmod-2.5.0-17.1.20230620190646 107 kB/s | 21 kB 00:00 (83/399): puppet-mysql-10.6.1-17.1.202306210221 1.1 MB/s | 99 kB 00:00 (84/399): puppet-nova-18.6.1-17.1.2023062109044 1.6 MB/s | 200 kB 00:00 (85/399): puppet-nssdb-1.0.2-17.1.2023062018564 129 kB/s | 12 kB 00:00 (86/399): puppet-octavia-18.5.1-17.1.2023062106 722 kB/s | 76 kB 00:00 (87/399): puppet-openstacklib-18.5.2-17.1.20230 718 kB/s | 62 kB 00:00 (88/399): puppet-openstack_extras-18.5.1-17.1.2 509 kB/s | 48 kB 00:00 (89/399): puppet-placement-5.4.3-17.1.202306210 472 kB/s | 41 kB 00:00 (90/399): puppet-qdr-7.4.1-17.1.20230620195605. 352 kB/s | 31 kB 00:00 (91/399): puppet-oslo-18.5.1-17.1.2023062105235 87 kB/s | 48 kB 00:00 (92/399): puppet-redis-6.1.1-17.1.2023062019170 97 kB/s | 51 kB 00:00 (93/399): puppet-rabbitmq-11.0.1-17.1.202306201 492 kB/s | 266 kB 00:00 (94/399): puppet-rsyslog-4.0.1-17.1.20230620200 624 kB/s | 58 kB 00:00 (95/399): puppet-ssh-6.2.1-17.1.20230620190251. 317 kB/s | 29 kB 00:00 (96/399): puppet-stdlib-6.3.1-17.1.202306210008 1.5 MB/s | 160 kB 00:00 (97/399): puppet-swift-18.6.1-17.1.202306210521 1.0 MB/s | 115 kB 00:00 (98/399): puppet-systemd-2.12.1-17.1.2023062019 468 kB/s | 42 kB 00:00 (99/399): puppet-xinetd-3.3.1-17.1.202306201854 288 kB/s | 26 kB 00:00 (100/399): puppet-vswitch-14.4.3-17.1.202306210 405 kB/s | 41 kB 00:00 (101/399): python-oslo-cache-lang-2.7.1-17.1.20 219 kB/s | 19 kB 00:00 (102/399): python-oslo-log-lang-4.4.0-17.1.2023 134 kB/s | 14 kB 00:00 (103/399): python-oslo-middleware-lang-4.2.1-17 129 kB/s | 13 kB 00:00 (104/399): python-oslo-versionedobjects-lang-2. 154 kB/s | 14 kB 00:00 (105/399): python-pycadf-common-3.1.1-17.1.2023 158 kB/s | 15 kB 00:00 (106/399): python-oslo-policy-lang-3.7.1-17.1.2 63 kB/s | 14 kB 00:00 (107/399): python3-GitPython-3.1.14-2.el9ost.no 2.3 MB/s | 238 kB 00:00 (108/399): python3-aodhclient-2.2.0-17.1.202306 574 kB/s | 56 kB 00:00 (109/399): python3-barbicanclient-5.3.0-17.1.20 1.3 MB/s | 127 kB 00:00 (110/399): python3-cinderclient-7.4.1-17.1.2023 2.3 MB/s | 218 kB 00:00 (111/399): python3-cliff-3.7.0-17.1.20230620172 976 kB/s | 95 kB 00:00 (112/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (113/399): python3-heat-agent-2.2.1-17.1.202306 209 kB/s | 19 kB 00:00 (114/399): python3-futurist-2.3.0-17.1.20230621 423 kB/s | 64 kB 00:00 (115/399): python3-heat-agent-ansible-2.2.1-17. 94 kB/s | 11 kB 00:00 (116/399): python3-heat-agent-apply-config-2.2. 90 kB/s | 9.9 kB 00:00 (117/399): python3-heat-agent-docker-cmd-2.2.1- 131 kB/s | 12 kB 00:00 (118/399): python3-heat-agent-hiera-2.2.1-17.1. 121 kB/s | 10 kB 00:00 (119/399): python3-heat-agent-json-file-2.2.1-1 95 kB/s | 9.8 kB 00:00 (120/399): python3-heat-agent-puppet-2.2.1-17.1 107 kB/s | 11 kB 00:00 (121/399): python3-heatclient-2.3.1-17.1.202306 1.5 MB/s | 158 kB 00:00 (122/399): python3-ironic-inspector-client-4.5. 648 kB/s | 67 kB 00:00 (123/399): python3-ironicclient-4.6.4-17.1.2023 3.4 MB/s | 342 kB 00:00 (124/399): python3-keystoneclient-4.3.0-17.1.20 2.3 MB/s | 239 kB 00:00 (125/399): python3-keystonemiddleware-9.2.0-17. 971 kB/s | 92 kB 00:00 (126/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (127/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (128/399): python3-novaclient-17.4.1-17.1.20230 1.8 MB/s | 201 kB 00:00 (129/399): python3-neutronclient-7.3.1-17.1.202 2.2 MB/s | 298 kB 00:00 (130/399): python3-os-client-config-2.1.0-17.1. 595 kB/s | 55 kB 00:00 (131/399): python3-osc-lib-2.3.1-17.1.202306202 851 kB/s | 78 kB 00:00 (132/399): python3-os-service-types-1.7.0-17.1. 257 kB/s | 38 kB 00:00 (133/399): python3-os-traits-2.5.0-17.1.2023062 308 kB/s | 45 kB 00:00 (134/399): python3-oslo-cache-2.7.1-17.1.202306 617 kB/s | 56 kB 00:00 (135/399): python3-oslo-middleware-4.2.1-17.1.2 625 kB/s | 55 kB 00:00 (136/399): python3-oslo-context-3.2.1-17.1.2023 200 kB/s | 27 kB 00:00 (137/399): python3-oslo-log-4.4.0-17.1.20230620 472 kB/s | 64 kB 00:00 (138/399): python3-oslo-rootwrap-6.3.1-17.1.202 529 kB/s | 46 kB 00:00 (139/399): python3-oslo-reports-2.2.0-17.1.2023 620 kB/s | 59 kB 00:00 (140/399): python3-oslo-policy-3.7.1-17.1.20230 735 kB/s | 76 kB 00:00 (141/399): python3-oslo-versionedobjects-2.4.1- 710 kB/s | 79 kB 00:00 (142/399): python3-oslo-upgradecheck-1.3.1-17.1 242 kB/s | 29 kB 00:00 (143/399): python3-oslo-serialization-4.1.1-17. 270 kB/s | 34 kB 00:00 (144/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (145/399): python3-pycadf-3.1.1-17.1.2023062021 492 kB/s | 53 kB 00:00 (146/399): python3-requestsexceptions-1.4.0-17. 156 kB/s | 17 kB 00:00 (147/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (148/399): python3-statsd-3.2.1-20.1.el9ost.noa 385 kB/s | 35 kB 00:00 (149/399): python3-shade-1.33.0-17.1.2023062022 5.1 MB/s | 523 kB 00:00 (150/399): python3-swiftclient-3.11.1-17.1.2023 1.4 MB/s | 136 kB 00:00 (151/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 562 kB/s | 50 kB 00:00 (152/399): python3-troveclient-7.0.0-17.1.20230 3.6 MB/s | 344 kB 00:00 (153/399): python3-validations-libs-1.9.1-17.1. 1.5 MB/s | 137 kB 00:00 (154/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (155/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (156/399): python3-paramiko-2.11.0-2.el9ost.noa 2.8 MB/s | 299 kB 00:00 (157/399): ansible-pacemaker-1.0.4-17.1.2023121 201 kB/s | 21 kB 00:00 (158/399): python3-werkzeug-2.0.1-7.el9ost.noar 3.5 MB/s | 427 kB 00:00 (159/399): python3-manilaclient-2.6.4-17.1.2024 5.4 MB/s | 528 kB 00:00 (160/399): python3-sqlparse-0.4.1-2.el9ost.noar 887 kB/s | 83 kB 00:00 (161/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (162/399): ansible-role-metalsmith-deployment-1 239 kB/s | 21 kB 00:00 (163/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (164/399): openstack-selinux-0.8.37-17.1.202311 2.0 MB/s | 221 kB 00:00 (165/399): python-oslo-db-lang-8.5.2-17.1.20240 135 kB/s | 14 kB 00:00 (166/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (167/399): python3-keystoneauth1-4.4.0-17.1.202 4.3 MB/s | 409 kB 00:00 (168/399): python3-metalsmith-1.4.4-17.1.202405 613 kB/s | 65 kB 00:00 (169/399): python3-neutron-lib-2.10.3-17.1.2023 3.6 MB/s | 375 kB 00:00 (170/399): python3-octaviaclient-2.3.1-17.1.202 984 kB/s | 91 kB 00:00 (171/399): python3-oslo-messaging-12.7.3-17.1.2 2.0 MB/s | 216 kB 00:00 (172/399): python3-oslo-service-2.5.1-17.1.2024 668 kB/s | 71 kB 00:00 (173/399): python3-oslo-db-8.5.2-17.1.202408201 1.1 MB/s | 144 kB 00:00 (174/399): python3-rhosp-openvswitch-3.3-1.el9o 94 kB/s | 8.3 kB 00:00 (175/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (176/399): openstack-ansible-core-2.14.2-4.7.el 17 MB/s | 2.3 MB 00:00 (177/399): openstack-tripleo-validations-14.3.2 2.0 MB/s | 204 kB 00:00 (178/399): puppet-glance-18.6.1-17.1.2025022015 876 kB/s | 87 kB 00:00 (179/399): puppet-ovn-18.6.1-17.1.2024092509490 326 kB/s | 29 kB 00:00 (180/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (181/399): python3-os-ken-1.4.1-17.1.2024120509 18 MB/s | 2.1 MB 00:00 (182/399): puppet-tripleo-14.2.3-17.1.202503201 2.5 MB/s | 239 kB 00:00 (183/399): ansible-collection-containers-podman 2.4 MB/s | 243 kB 00:00 (184/399): ansible-collections-openstack-1.9.1- 1.6 MB/s | 146 kB 00:00 (185/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.6 MB/s | 351 kB 00:00 (186/399): facter-3.14.19-3.el9ost.x86_64.rpm 5.4 MB/s | 518 kB 00:00 (187/399): hiera-3.6.0-6.el9ost.noarch.rpm 294 kB/s | 33 kB 00:00 (188/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (189/399): puppet-7.10.0-4.el9ost.noarch.rpm 95 kB/s | 11 kB 00:00 (190/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.0 MB/s | 92 kB 00:00 (191/399): puppet-headless-7.10.0-4.el9ost.noar 11 MB/s | 1.4 MB 00:00 (192/399): python3-boto-2.45.0-8.1.el9ost.noarc 11 MB/s | 1.3 MB 00:00 (193/399): python3-cachetools-4.2.2-3.el9ost.no 386 kB/s | 33 kB 00:00 (194/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (195/399): python3-colorama-0.4.4-4.el9ost.noar 400 kB/s | 35 kB 00:00 (196/399): python3-dogpile-cache-1.1.5-5.el9ost 910 kB/s | 89 kB 00:00 (197/399): python3-extras-1.0.0-17.el9ost.noarc 206 kB/s | 21 kB 00:00 (198/399): python3-fixtures-3.0.0-24.el9ost.noa 861 kB/s | 93 kB 00:00 (199/399): python3-keyring-21.8.0-4.el9ost.noar 729 kB/s | 77 kB 00:00 (200/399): python3-kombu-5.0.2-3.el9ost.noarch. 3.3 MB/s | 313 kB 00:00 (201/399): python3-msgpack-1.0.2-4.el9ost.x86_6 975 kB/s | 87 kB 00:00 (202/399): python3-munch-2.5.0-6.el9ost.noarch. 276 kB/s | 25 kB 00:00 (203/399): python3-openstacksdk-0.55.1-17.1.202 5.6 MB/s | 735 kB 00:00 (204/399): python3-paste-3.5.0-5.el9ost.noarch. 7.0 MB/s | 776 kB 00:00 (205/399): python3-paste-deploy-2.1.1-4.el9ost. 359 kB/s | 41 kB 00:00 (206/399): python3-pystache-0.5.4-15.el9ost.noa 1.0 MB/s | 132 kB 00:00 (207/399): python3-repoze-lru-0.7-12.el9ost.noa 326 kB/s | 32 kB 00:00 (208/399): python3-routes-2.4.1-14.el9ost.noarc 2.0 MB/s | 188 kB 00:00 (209/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 640 kB/s | 57 kB 00:00 (210/399): python3-secretstorage-3.3.1-3.el9ost 408 kB/s | 36 kB 00:00 (211/399): python3-simplejson-3.17.5-3.el9ost.x 2.7 MB/s | 266 kB 00:00 (212/399): python3-tempita-0.5.1-27.el9ost.noar 394 kB/s | 36 kB 00:00 (213/399): python3-testtools-2.4.0-10.el9ost.no 3.4 MB/s | 333 kB 00:00 (214/399): python3-vine-5.0.0-5.el9ost.noarch.r 305 kB/s | 26 kB 00:00 (215/399): python3-warlock-1.3.3-7.el9ost.noarc 192 kB/s | 21 kB 00:00 (216/399): python3-yappi-1.3.1-5.el9ost.x86_64. 467 kB/s | 56 kB 00:00 (217/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.4 MB/s | 180 kB 00:00 (218/399): ruby-facter-3.14.19-3.el9ost.x86_64. 105 kB/s | 9.5 kB 00:00 (219/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.4 MB/s | 123 kB 00:00 (220/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 220 kB/s | 29 kB 00:00 (221/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 204 kB/s | 19 kB 00:00 (222/399): puppet-barbican-18.4.2-17.1.20250625 609 kB/s | 57 kB 00:00 (223/399): python-openstackclient-lang-5.5.2-17 597 kB/s | 58 kB 00:00 (224/399): python3-openstackclient-5.5.2-17.1.2 11 MB/s | 1.1 MB 00:00 (225/399): puppet-apache-6.5.2-17.1.20250811150 2.7 MB/s | 253 kB 00:00 (226/399): puppet-concat-6.2.1-17.1.20250725131 359 kB/s | 44 kB 00:00 (227/399): puppet-git-0.5.0-17.1.20250725114148 287 kB/s | 26 kB 00:00 (228/399): puppet-firewall-3.4.1-17.1.202508041 622 kB/s | 73 kB 00:00 (229/399): puppet-haproxy-4.2.2-17.1.2025072511 614 kB/s | 55 kB 00:00 (230/399): puppet-inifile-4.2.1-17.1.2025080415 514 kB/s | 46 kB 00:00 (231/399): puppet-ipaclient-2.5.2-17.1.20250725 232 kB/s | 21 kB 00:00 (232/399): puppet-keepalived-0.0.2-17.1.2025072 181 kB/s | 17 kB 00:00 (233/399): puppet-module-data-0.5.1-17.1.202507 185 kB/s | 16 kB 00:00 (234/399): puppet-remote-10.0.0-17.1.2025072511 173 kB/s | 19 kB 00:00 (235/399): puppet-rsync-1.1.4-17.1.202508041515 302 kB/s | 28 kB 00:00 (236/399): puppet-snmp-3.9.1-17.1.2025072511575 427 kB/s | 38 kB 00:00 (237/399): puppet-vcsrepo-3.1.1-17.1.2025072511 398 kB/s | 53 kB 00:00 (238/399): puppet-sysctl-0.0.13-17.1.2025072511 135 kB/s | 19 kB 00:00 (239/399): python3-tripleoclient-16.5.1-17.1.20 5.2 MB/s | 552 kB 00:00 (240/399): openstack-heat-api-16.1.1-17.1.20251 167 kB/s | 15 kB 00:00 (241/399): puppet-horizon-18.6.1-17.1.202510081 509 kB/s | 59 kB 00:00 (242/399): puppet-keystone-18.6.1-17.1.20251008 1.0 MB/s | 126 kB 00:00 (243/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (244/399): openstack-heat-engine-16.1.1-17.1.20 115 kB/s | 14 kB 00:00 (245/399): openstack-heat-monolith-16.1.1-17.1. 119 kB/s | 14 kB 00:00 (246/399): openstack-tripleo-common-15.4.1-17.1 540 kB/s | 48 kB 00:00 (247/399): openstack-tripleo-common-containers- 792 kB/s | 74 kB 00:00 (248/399): openstack-tripleo-heat-templates-14. 5.8 MB/s | 603 kB 00:00 (249/399): puppet-neutron-18.6.1-17.1.202512171 2.0 MB/s | 190 kB 00:00 (250/399): python3-tripleo-common-15.4.1-17.1.2 2.1 MB/s | 197 kB 00:00 (251/399): tripleo-ansible-3.3.1-17.1.202512171 4.1 MB/s | 564 kB 00:00 (252/399): bash-completion-2.11-4.el9.noarch.rp 4.2 MB/s | 459 kB 00:00 (253/399): device-mapper-persistent-data-0.9.0- 6.7 MB/s | 786 kB 00:00 (254/399): glibc-langpack-en-2.34-60.el9.x86_64 6.8 MB/s | 675 kB 00:00 (255/399): libaio-0.3.111-13.el9.x86_64.rpm 218 kB/s | 26 kB 00:00 (256/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 438 kB/s | 62 kB 00:00 (257/399): krb5-workstation-1.20.1-8.el9.x86_64 4.7 MB/s | 542 kB 00:00 (258/399): libkadm5-1.20.1-8.el9.x86_64.rpm 555 kB/s | 81 kB 00:00 (259/399): pkgconf-1.7.3-10.el9.x86_64.rpm 468 kB/s | 45 kB 00:00 (260/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 271 kB/s | 37 kB 00:00 (261/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 126 kB/s | 16 kB 00:00 (262/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 134 kB/s | 12 kB 00:00 (263/399): python3-dns-2.2.1-2.el9.noarch.rpm 2.5 MB/s | 418 kB 00:00 (264/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 311 kB/s | 30 kB 00:00 (265/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 291 kB/s | 36 kB 00:00 (266/399): device-mapper-event-1.02.187-7.el9_2 347 kB/s | 32 kB 00:00 (267/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 186 kB/s | 19 kB 00:00 (268/399): device-mapper-event-libs-1.02.187-7. 323 kB/s | 31 kB 00:00 (269/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.3 MB/s | 223 kB 00:00 (270/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 9.1 MB/s | 1.0 MB 00:00 (271/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 12 MB/s | 1.5 MB 00:00 (272/399): boost-system-1.75.0-8.el9.x86_64.rpm 168 kB/s | 15 kB 00:00 (273/399): perl-Storable-3.21-460.el9.x86_64.rp 1.1 MB/s | 98 kB 00:00 (274/399): perl-Getopt-Long-2.52-4.el9.noarch.r 356 kB/s | 64 kB 00:00 (275/399): python3-urllib-gssapi-1.0.2-4.el9.no 229 kB/s | 24 kB 00:00 (276/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.2 MB/s | 216 kB 00:00 (277/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 169 kB/s | 17 kB 00:00 (278/399): boost-thread-1.75.0-8.el9.x86_64.rpm 563 kB/s | 57 kB 00:00 (279/399): perl-Data-Dumper-2.174-462.el9.x86_6 646 kB/s | 59 kB 00:00 (280/399): perl-Exporter-5.74-461.el9.noarch.rp 373 kB/s | 34 kB 00:00 (281/399): perl-File-Temp-0.231.100-4.el9.noarc 656 kB/s | 63 kB 00:00 (282/399): perl-Text-Tabs+Wrap-2013.0523-460.el 272 kB/s | 25 kB 00:00 (283/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.3 MB/s | 321 kB 00:00 (284/399): perl-parent-0.238-460.el9.noarch.rpm 145 kB/s | 16 kB 00:00 (285/399): python3-pyasn1-modules-0.4.8-6.el9.n 2.4 MB/s | 283 kB 00:00 (286/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 224 kB 00:00 (287/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 352 kB/s | 45 kB 00:00 (288/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 3.0 MB/s | 392 kB 00:00 (289/399): perl-PathTools-3.78-461.el9.x86_64.r 1.0 MB/s | 92 kB 00:00 (290/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.4 MB/s | 229 kB 00:00 (291/399): perl-Term-ANSIColor-5.01-461.el9.noa 566 kB/s | 51 kB 00:00 (292/399): perl-Text-ParseWords-3.30-460.el9.no 208 kB/s | 18 kB 00:00 (293/399): perl-URI-5.09-3.el9.noarch.rpm 1.3 MB/s | 125 kB 00:00 (294/399): perl-libnet-3.13-4.el9.noarch.rpm 1.2 MB/s | 134 kB 00:00 (295/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 9.4 MB/s | 1.2 MB 00:00 (296/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 259 kB/s | 26 kB 00:00 (297/399): iptables-nft-services-1.8.8-6.el9_1. 286 kB/s | 28 kB 00:00 (298/399): perl-Carp-1.50-460.el9.noarch.rpm 349 kB/s | 31 kB 00:00 (299/399): perl-Pod-Escapes-1.07-460.el9.noarch 218 kB/s | 22 kB 00:00 (300/399): perl-Encode-3.08-462.el9.x86_64.rpm 12 MB/s | 1.7 MB 00:00 (301/399): python3-psutil-5.8.0-12.el9.x86_64.r 2.3 MB/s | 218 kB 00:00 (302/399): perl-Mozilla-CA-20200520-6.el9.noarc 157 kB/s | 14 kB 00:00 (303/399): perl-Term-Cap-1.17-460.el9.noarch.rp 193 kB/s | 24 kB 00:00 (304/399): perl-Time-Local-1.300-7.el9.noarch.r 294 kB/s | 37 kB 00:00 (305/399): python3-jwcrypto-0.8-4.el9.noarch.rp 842 kB/s | 76 kB 00:00 (306/399): libburn-1.5.4-4.el9.x86_64.rpm 532 kB/s | 175 kB 00:00 (307/399): python3-yubico-1.3.3-7.el9.noarch.rp 740 kB/s | 73 kB 00:00 (308/399): sshpass-1.09-4.el9.x86_64.rpm 337 kB/s | 30 kB 00:00 (309/399): boost-filesystem-1.75.0-8.el9.x86_64 618 kB/s | 59 kB 00:00 (310/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.6 MB/s | 410 kB 00:00 (311/399): boost-program-options-1.75.0-8.el9.x 1.2 MB/s | 108 kB 00:00 (312/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 453 kB/s | 39 kB 00:00 (313/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 377 kB/s | 34 kB 00:00 (314/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 210 kB/s | 19 kB 00:00 (315/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.3 MB/s | 419 kB 00:00 (316/399): perl-File-Path-2.18-4.el9.noarch.rpm 387 kB/s | 38 kB 00:00 (317/399): perl-Digest-1.19-4.el9.noarch.rpm 253 kB/s | 29 kB 00:00 (318/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 482 kB/s | 43 kB 00:00 (319/399): perl-Scalar-List-Utils-1.56-461.el9. 853 kB/s | 77 kB 00:00 (320/399): perl-Socket-2.031-4.el9.x86_64.rpm 581 kB/s | 58 kB 00:00 (321/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 376 kB/s | 92 kB 00:00 (322/399): perl-constant-1.33-461.el9.noarch.rp 234 kB/s | 25 kB 00:00 (323/399): perl-podlators-4.14-460.el9.noarch.r 1.1 MB/s | 118 kB 00:00 (324/399): python3-PyMySQL-0.10.1-6.el9.noarch. 1.0 MB/s | 112 kB 00:00 (325/399): python3-appdirs-1.4.4-4.el9.noarch.r 250 kB/s | 27 kB 00:00 (326/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 1.7 MB/s | 163 kB 00:00 (327/399): python3-pyusb-1.0.2-13.el9.noarch.rp 880 kB/s | 96 kB 00:00 (328/399): python3-qrcode-core-6.1-12.el9.noarc 614 kB/s | 61 kB 00:00 (329/399): python3-wcwidth-0.2.5-8.el9.noarch.r 528 kB/s | 48 kB 00:00 (330/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.4 MB/s | 279 kB 00:00 (331/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.9 MB/s | 221 kB 00:00 (332/399): python3-alembic-1.7.5-3.el9.noarch.r 7.2 MB/s | 900 kB 00:00 (333/399): python3-augeas-0.5.0-25.el9.noarch.r 343 kB/s | 31 kB 00:00 (334/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 5.1 MB/s | 489 kB 00:00 (335/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 396 kB/s | 42 kB 00:00 (336/399): perl-AutoLoader-5.74-480.el9.noarch. 181 kB/s | 23 kB 00:00 (337/399): perl-B-1.80-480.el9.x86_64.rpm 1.5 MB/s | 185 kB 00:00 (338/399): perl-Class-Struct-0.66-480.el9.noarc 276 kB/s | 24 kB 00:00 (339/399): perl-Errno-1.30-480.el9.x86_64.rpm 186 kB/s | 17 kB 00:00 (340/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 261 kB/s | 23 kB 00:00 (341/399): perl-File-Basename-2.85-480.el9.noar 214 kB/s | 19 kB 00:00 (342/399): perl-File-stat-1.09-480.el9.noarch.r 215 kB/s | 19 kB 00:00 (343/399): perl-FileHandle-2.03-480.el9.noarch. 199 kB/s | 17 kB 00:00 (344/399): perl-Getopt-Std-1.12-480.el9.noarch. 165 kB/s | 17 kB 00:00 (345/399): perl-IO-1.43-480.el9.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (346/399): perl-IPC-Open3-1.21-480.el9.noarch.r 283 kB/s | 25 kB 00:00 (347/399): perl-NDBM_File-1.15-480.el9.x86_64.r 264 kB/s | 25 kB 00:00 (348/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (349/399): perl-SelectSaver-1.02-480.el9.noarch 145 kB/s | 13 kB 00:00 (350/399): perl-Symbol-1.08-480.el9.noarch.rpm 151 kB/s | 16 kB 00:00 (351/399): perl-base-2.27-480.el9.noarch.rpm 190 kB/s | 18 kB 00:00 (352/399): perl-if-0.60.800-480.el9.noarch.rpm 164 kB/s | 16 kB 00:00 (353/399): perl-interpreter-5.32.1-480.el9.x86_ 690 kB/s | 75 kB 00:00 (354/399): perl-mro-1.23-480.el9.x86_64.rpm 271 kB/s | 31 kB 00:00 (355/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (356/399): perl-overload-1.31-480.el9.noarch.rp 510 kB/s | 47 kB 00:00 (357/399): perl-overloading-0.02-480.el9.noarch 171 kB/s | 15 kB 00:00 (358/399): perl-subs-1.03-480.el9.noarch.rpm 151 kB/s | 13 kB 00:00 (359/399): perl-vars-1.05-480.el9.noarch.rpm 162 kB/s | 15 kB 00:00 (360/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.7 MB/s | 259 kB 00:00 (361/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.5 MB/s | 459 kB 00:00 (362/399): python3-mako-1.1.4-6.el9.noarch.rpm 924 kB/s | 176 kB 00:00 (363/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 274 kB/s | 40 kB 00:00 (364/399): jq-1.6-14.el9.x86_64.rpm 2.0 MB/s | 190 kB 00:00 (365/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 650 kB/s | 59 kB 00:00 (366/399): ansible-freeipa-1.9.2-3.el9_2.noarch 4.5 MB/s | 452 kB 00:00 (367/399): rhel-system-roles-1.21.2-1.el9_2.noa 19 MB/s | 2.4 MB 00:00 (368/399): ipa-client-common-4.10.1-12.el9_2.2. 447 kB/s | 44 kB 00:00 (369/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.6 MB/s | 656 kB 00:00 (370/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.0 MB/s | 648 kB 00:00 (371/399): python3-ipalib-4.10.1-12.el9_2.2.noa 5.8 MB/s | 663 kB 00:00 (372/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 578 kB/s | 57 kB 00:00 (373/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 432 kB/s | 41 kB 00:00 (374/399): ruby-default-gems-3.0.4-161.el9_2.2. 470 kB/s | 46 kB 00:00 (375/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 40 MB/s | 7.9 MB 00:00 (376/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 25 MB/s | 3.3 MB 00:00 (377/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 510 kB/s | 55 kB 00:00 (378/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.1 MB/s | 456 kB 00:00 (379/399): rubygem-io-console-0.5.7-161.el9_2.2 298 kB/s | 26 kB 00:00 (380/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 667 kB/s | 59 kB 00:00 (381/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 584 kB/s | 60 kB 00:00 (382/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 956 kB/s | 110 kB 00:00 (383/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 3.4 MB/s | 441 kB 00:00 (384/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.1 MB/s | 306 kB 00:00 (385/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.5 MB/s | 245 kB 00:00 (386/399): buildah-1.29.5-1.el9_2.x86_64.rpm 46 MB/s | 8.6 MB 00:00 (387/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 750 kB/s | 68 kB 00:00 (388/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 16 MB/s | 2.2 MB 00:00 (389/399): cephadm-18.2.1-381.el9cp.noarch.rpm 3.2 MB/s | 335 kB 00:00 (390/399): python3-openvswitch3.3-3.3.6-141.el9 3.6 MB/s | 383 kB 00:00 (391/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.1 MB/s | 109 kB 00:00 (392/399): libsmartcols-2.37.4-11.el9_2.x86_64. 698 kB/s | 65 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 136 kB 00:00 (394/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 156 kB 00:00 (395/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 326 kB/s | 30 kB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.3 MB/s | 464 kB 00:00 (397/399): util-linux-2.37.4-11.el9_2.x86_64.rp 17 MB/s | 2.3 MB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.4 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.7 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.6 MB/s | 97 MB 00:14 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 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-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.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-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 90/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 91/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 92/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 93/408 Installing : python3-dns-2.2.1-2.el9.noarch 94/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 95/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 96/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 97/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 98/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 99/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 100/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 101/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 102/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 103/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 104/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 105/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 106/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 107/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 108/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 109/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 110/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 111/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 112/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 113/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 114/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 119/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-alembic-1.7.5-3.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-augeas-0.5.0-25.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 161/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 162/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 163/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 164/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 165/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 168/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 169/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 170/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 171/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 171/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 172/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 173/408 Installing : jq-1.6-14.el9.x86_64 174/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 175/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 176/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 177/408 Installing : boost-log-1.75.0-8.el9.x86_64 178/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 179/408 Installing : sshpass-1.09-4.el9.x86_64 180/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 181/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 182/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 183/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 185/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 186/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 187/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 188/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 189/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 190/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 191/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 192/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 193/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 194/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 195/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 196/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 199/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 200/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 201/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 202/408 Installing : libburn-1.5.4-4.el9.x86_64 203/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 204/408 Installing : libisofs-1.5.4-4.el9.x86_64 205/408 Installing : libisoburn-1.5.4-4.el9.x86_64 206/408 Installing : xorriso-1.5.4-4.el9.x86_64 207/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 207/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 208/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 209/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 210/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 211/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 212/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 213/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 214/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 215/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 216/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 217/408 Installing : pkgconf-1.7.3-10.el9.x86_64 218/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 219/408 Installing : bash-completion-1:2.11-4.el9.noarch 220/408 Installing : libkadm5-1.20.1-8.el9.x86_64 221/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 222/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 223/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 224/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 225/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 226/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 227/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 228/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 229/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 230/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 231/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 232/408 Installing : puppet-7.10.0-4.el9ost.noarch 233/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 233/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 234/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 235/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 236/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 237/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 238/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 239/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 240/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 241/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 242/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 243/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 244/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 245/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 246/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 247/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 248/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 249/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 250/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 251/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 252/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 253/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 254/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 255/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 256/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 257/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 258/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 259/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 260/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 261/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 262/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 263/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 264/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 265/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 266/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 267/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 268/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 269/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 270/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 271/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 272/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 273/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 274/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 275/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 276/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 277/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 278/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 279/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 280/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 281/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 282/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 283/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 284/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 285/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 286/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 287/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 288/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 289/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 290/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 291/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 292/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 293/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 294/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 295/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 296/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 297/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 298/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 299/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 300/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 301/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 302/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 304/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 305/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 306/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 307/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 308/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 309/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 310/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 311/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 312/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 313/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 314/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 315/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 316/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 317/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 318/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 319/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 320/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 321/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 322/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 323/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 324/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 325/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 326/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 327/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 328/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 329/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 330/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 331/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 332/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 333/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 334/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 335/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 336/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 337/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 338/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 338/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 339/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 340/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 341/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 342/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 343/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 344/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 345/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 346/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 347/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 348/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 349/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 350/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 351/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 352/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 353/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 354/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 355/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 356/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 357/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 358/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 359/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 360/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 361/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 362/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 363/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 364/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 365/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 366/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 367/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 368/408 Installing : python3-memcached-1.59-3.el9ost.noarch 369/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 370/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 371/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 372/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 373/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 374/408 Installing : python3-docutils-0.16-6.el9ost.noarch 375/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 376/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 377/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 378/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 379/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 380/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 381/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 382/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 383/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 384/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 385/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 386/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 387/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 388/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 389/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 390/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 391/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 392/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 393/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 394/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 395/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 396/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 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 : ansible-collection-ansible-netcommon-2.2.0-1.2.e 1/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 2/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 3/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 4/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 5/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 6/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 7/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 8/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 9/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 10/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 11/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 12/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 13/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 14/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 15/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 16/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 17/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 18/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 19/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 20/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 21/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 22/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 23/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 24/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 25/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 26/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 27/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 28/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 29/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 30/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 31/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 32/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 33/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 34/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 35/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 36/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 37/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 38/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 39/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 40/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 41/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 42/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 43/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 44/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 45/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 46/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 47/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 48/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 49/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 50/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 51/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 52/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 53/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 54/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 55/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 56/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 57/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 58/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 59/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 60/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 61/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 62/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 63/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 64/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 65/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 66/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 67/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 68/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 69/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 70/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 71/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 72/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 73/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 74/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 75/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 76/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 77/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 78/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 79/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 80/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 81/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 82/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 83/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 84/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 85/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 86/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 87/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 88/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 89/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 90/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 91/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 92/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 93/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 94/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 95/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 96/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 97/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 98/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 99/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 100/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 101/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 102/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 103/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 104/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 105/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 106/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 107/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 108/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 109/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 110/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 111/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 112/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 113/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 114/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 115/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 116/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 117/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 118/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 119/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 120/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 121/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 122/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 123/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 125/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 126/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 127/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 128/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 129/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 130/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 131/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 132/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 133/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 134/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 135/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 136/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 137/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 138/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 139/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 140/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 141/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 142/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 143/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 144/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 145/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 146/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 147/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 148/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 149/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 150/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 151/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 152/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 153/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 154/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 155/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 156/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 157/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 158/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 159/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 160/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 161/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 162/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 163/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 164/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 165/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 166/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 167/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 168/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 169/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 170/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 171/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 172/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 173/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 174/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 175/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 176/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 177/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 178/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 179/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 180/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 181/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 182/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 183/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 184/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 185/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 186/408 Verifying : hiera-3.6.0-6.el9ost.noarch 187/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 188/408 Verifying : puppet-7.10.0-4.el9ost.noarch 189/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 190/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 191/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 192/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 193/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 194/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 195/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 196/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 197/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 198/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 199/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 200/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 201/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 202/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 203/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 204/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 205/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 206/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 207/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 208/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 209/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 210/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 211/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 212/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 214/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 215/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 216/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 217/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 218/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 219/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 220/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 221/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 222/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 223/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 224/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 225/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 226/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 227/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 228/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 229/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 230/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 231/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 232/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 233/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 234/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 235/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 236/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 237/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 238/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 239/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 240/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 241/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 242/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 243/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 244/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 245/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 246/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 247/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 248/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 249/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 250/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 251/408 Verifying : bash-completion-1:2.11-4.el9.noarch 252/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 253/408 Verifying : libaio-0.3.111-13.el9.x86_64 254/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 255/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 256/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 257/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 258/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 259/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 260/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 261/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 262/408 Verifying : python3-dns-2.2.1-2.el9.noarch 263/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 264/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 265/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 266/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 267/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 268/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 269/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 270/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 271/408 Verifying : boost-system-1.75.0-8.el9.x86_64 272/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 273/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 274/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 275/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 276/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 277/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 278/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 279/408 Verifying : perl-Exporter-5.74-461.el9.noarch 280/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 281/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 282/408 Verifying : perl-parent-1:0.238-460.el9.noarch 283/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 284/408 Verifying : xorriso-1.5.4-4.el9.x86_64 285/408 Verifying : libisofs-1.5.4-4.el9.x86_64 286/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 287/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 288/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 289/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 290/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 291/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 292/408 Verifying : perl-URI-5.09-3.el9.noarch 293/408 Verifying : perl-libnet-3.13-4.el9.noarch 294/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 295/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 296/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Verifying : perl-Carp-1.50-460.el9.noarch 298/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 299/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 300/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 301/408 Verifying : libburn-1.5.4-4.el9.x86_64 302/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 303/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 304/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 305/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 306/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 307/408 Verifying : sshpass-1.09-4.el9.x86_64 308/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 309/408 Verifying : boost-log-1.75.0-8.el9.x86_64 310/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 311/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 312/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 313/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 314/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 315/408 Verifying : perl-Digest-1.19-4.el9.noarch 316/408 Verifying : perl-File-Path-2.18-4.el9.noarch 317/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 318/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 319/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 320/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 321/408 Verifying : perl-constant-1.33-461.el9.noarch 322/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 323/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 324/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 325/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 326/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 327/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 328/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 329/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 330/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 331/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 332/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 333/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 334/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 335/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 336/408 Verifying : perl-B-1.80-480.el9.x86_64 337/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 338/408 Verifying : perl-Errno-1.30-480.el9.x86_64 339/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 340/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 341/408 Verifying : perl-File-stat-1.09-480.el9.noarch 342/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 343/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 344/408 Verifying : perl-IO-1.43-480.el9.x86_64 345/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 346/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 347/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 348/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 349/408 Verifying : perl-Symbol-1.08-480.el9.noarch 350/408 Verifying : perl-base-2.27-480.el9.noarch 351/408 Verifying : perl-if-0.60.800-480.el9.noarch 352/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 353/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 354/408 Verifying : perl-mro-1.23-480.el9.x86_64 355/408 Verifying : perl-overload-1.31-480.el9.noarch 356/408 Verifying : perl-overloading-0.02-480.el9.noarch 357/408 Verifying : perl-subs-1.03-480.el9.noarch 358/408 Verifying : perl-vars-1.05-480.el9.noarch 359/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 360/408 Verifying : python3-mako-1.1.4-6.el9.noarch 361/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 362/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 363/408 Verifying : jq-1.6-14.el9.x86_64 364/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 365/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 366/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 367/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 368/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 369/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 370/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 371/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 372/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 373/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 374/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 375/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 376/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 377/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 378/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 379/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 380/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 381/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 382/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 383/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 384/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 385/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 386/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 387/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 388/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 389/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --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=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + 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' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + 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=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + 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-19T21:57:48.521898 # # 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 + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1450 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + 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' + '[' false = true ']' + '[' 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' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container -p 389:389 -p 636:636 --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fc**********8f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-43 no-exit -U -r OOO.TEST --setup-dns --no-reverse --no-ntp --no-dnssec-validation --auto-forwarders Trying to pull quay.io/freeipa/freeipa-server:fedora-43... Getting image source signatures Copying blob sha256:2a5e51fe71d0444baeaaea9ba60dda902077efcf209dafee3bb5f41d0ede136c Copying blob sha256:802b4d71a70046fb2dc84e13101c5a2d8d8960f138a1c5464f6f83b0dec13500 Copying blob sha256:f67cf0c0b402fb434fb8e6bf69592cea38e310bfe803348deb70ef512683b28e Copying blob sha256:550a2235725a3cd0c4031383499e65291bd1f1819418fec99865663c8799ff2c Copying blob sha256:a6527310e320a29c1c159c609e1e81ec99e55459687393490ae72a82bf8c7ecc Copying blob sha256:c3619dab814189023e7c2fb167c1ac2813a15688b7b79e655a7604f043f7bb86 Copying blob sha256:571023dd206a0174edc7c0b2a12ab1cc9031d4d51b3672e93c9922021c095a7a Copying blob sha256:4d34662ad19e9e364f1090b0fce42247fb3c1b12eae8fb86d6dc40283ef2ae80 Copying blob sha256:8e26c176fdf255c5cd7a0cea3dfb9352f0053318fc5067ccd4a995a9dcea92fd Copying blob sha256:4feb5b6730d50926dd2e19dffa083aaf66b4b68979960b391f1e6c0fb416df86 Copying blob sha256:5ba04a91f38108e74f496df3a0e92f1470d19750340d88a36a3c6801c2530eac Copying blob sha256:d65287b1cbeda0540ab54c74c8f3610695dd65223e0b3a2b82312bb736994b55 Copying blob sha256:180429302e6eb7669259fcbf0cad0780184abe904266597b6b1123a9d010e389 Copying blob sha256:18cf5bc7cc851a7de0358862e7707f93587a02caa3f806dde87490a14dc21c8c Copying blob sha256:89b923c21b3001bff1817b12c18af04ec9e505b67893517412076c43637d1f34 Copying blob sha256:b456dd811f7dcdc2a11107225db6fca754556088aa86f3173af5cb65636c9691 Copying blob sha256:179279b2fc2d3aed82b92cc321912212b06c9341f0a284a152865c3fb477a3bd Copying blob sha256:0b40c163de94731c63fc6dbf42545b010d28323cf6ecde7231e80d2e72d68a6d Copying blob sha256:208ceeff0aeccf4a0e803e34fa90d8627a361cda95f41d9846e5a76412c9fe9a Copying blob sha256:a640358fd43dbdabe5ea0d03f59cf4b175e604051b16cba472a4c306e1e608ee Copying blob sha256:2331184fb98ed06182b56be0aa2fa54321f0e8e3027adb0c6a4dce6e69a185cc Copying blob sha256:1428991b28b3d74955611b91e4a6ec04d3b5d7d6b6f670bdeec04fdea1bb2f31 Copying blob sha256:f68366a56bf78331fd14fe7ad3a3da4b702038d6a5ca82a4c806d7ec9deb1deb Copying blob sha256:2e95c4b5d624ccf9cc7d0b9c0f272da41fcd15b6e9034a405459ae3b1d20dff6 Copying blob sha256:324760f34bb7e5c1d6b576ee1fb366025c71363b26b8c72c28846e8b6167358a Copying blob sha256:dd005e0302c77b4106bd04c8041722fa44a9072279e77d73283ec9e78a9c6327 Copying blob sha256:9b2c75aba0806a0b500f23afbb174db6bd2e5e592f851422b65105c9caa576e6 Copying blob sha256:9ad176f8592f180026bd299060b1e6c95d38178320b1ccbc83aa63870b563d99 Copying blob sha256:5ee495583c2a9302d72bede84fc69cb1d725938f3577b113e82f2e169d413e6f Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:16ab6cfae3ba6d26168b79ac0fab1ac780aaa2098fc43580c29c09f1b8514f18 Copying blob sha256:6960d60b43b9066c8ac53b5faa0d769e01a0c1d917c5378515a853f7e17299a5 Copying blob sha256:e52c71e1f77adfc96d72f643b601b68c74ef1fa58775f1451a3c43904e48b67b Copying blob sha256:8ac8f626a2032b90d22c01ebf049e1f9739bc92d22e714283de82eac6cf3716c Copying blob sha256:d57eb63e403e41c332637f730dfd188cd047aa6363a2498f38263f33f2a4d358 Copying blob sha256:dd2fda9cf48c5b3e20e8c616b07ac691d6d73f0f97a5c1020f0547954622d04f Copying blob sha256:5b9f765155c8eac1cf26400ab0ec7187b6bc16da634f7ee07440dda2f365c706 Copying blob sha256:25ef21858badbf1407a4af0da604c10cf7b20b055cc4a267c6e0a0259bbd4329 Copying blob sha256:1bf2cf21e683b918d775c21a22d256830547ac0db784c05bed4643d2386084ca Copying blob sha256:fd1020fd238f258ccfd9c446541bc3391104ddd4d0072c7fda046427f7fd30fb Copying blob sha256:00917e73fb63fc9e923225f06cd64c5d017445e23e65c018d353a4a406be7e14 Copying blob sha256:5b85d0e551f9f37248648e36bd01c2721e271e47bd29a6e23e8363129598704a Copying blob sha256:e06353879f1d1b1c524d849e6d18180a11dad608d4b6f6b6e9d0d9b1570360b4 Copying blob sha256:b0050de63ca604cb8b528485122b806aa3c4fd96c005243adfd1a0f7d89cd813 Copying blob sha256:bcc3b9a9d2755c503e3d4e8ae39d29a8301d6ac5cc46560579c4402c4ed70331 Copying blob sha256:600eb4856a23fcdaa8aff890d5a7003ff7bfeefab0cfd4baf9d53340234e0d6e Copying blob sha256:b7436e5905ddf2bc076c00b03e8d7544da68c53e8603636f9af7a768b4fa441d Copying blob sha256:71bc3a87b77928ec22e633539e2154cc1d814dbd75975b0b51a0d22a246b5ee2 Copying blob sha256:322524c9364d1b92b69de2625abcdd84ef23b42866975fd064d7cd7e90bba7d7 Copying blob sha256:0484db5c209e115251603132c6d7758aa2dc5a53739d94e28dfaba915284e105 Copying blob sha256:e450f3df062d9972352e1b320ae9a2c1a1f23bbdf7d7ed0d97cef8b49e36b978 Copying blob sha256:9a6f424a929daffb9864640a6f12cd76b18069c000778121357f7cfdf9bfe477 Copying config sha256:d187058d625c17015a27b1078891b9f629b41094ec86b18b3617e606832e60be Writing manifest to image destination Storing signatures bfeb6ab075cd33e40c178547db6ac9e058e168e6d2e3eb743c40f4d2df9b3405 + timeout 900s grep -qEi '(INFO The ipa-server-install command was successful|ERROR The ipa-server-install command failed)' /dev/fd/63 ++ tail -F /tmp/ipa-data/var/log/ipaserver-install.log tail: cannot open '/tmp/ipa-data/var/log/ipaserver-install.log' for reading: No such file or directory tail: '/tmp/ipa-data/var/log/ipaserver-install.log' has appeared; following new file + cat + cat /root/.ssh/id_rsa.pub + ansible-playbook /usr/share/ansible/tripleo-playbooks/undercloud-ipa-install.yaml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [Playbook to register the undercloud host with an IPA server] ************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Ensure definitions] ****************************************************** skipping: [localhost] => (item={'name': 'ipa_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] => (item={'name': 'ipa_realm', 'ansible_var': '', 'env_var': 'OOO.TEST'}) skipping: [localhost] => (item={'name': 'ipa_server_user', 'ansible_var': '', 'env_var': 'admin'}) skipping: [localhost] => (item={'name': 'ipa_server_password', 'ansible_var': '', 'env_var': 'fce95318204114530f31f885c9df588f'}) skipping: [localhost] => (item={'name': 'ipa_server_hostname', 'ansible_var': '', 'env_var': 'ipa.ooo.test'}) skipping: [localhost] => (item={'name': 'undercloud_fqdn', 'ansible_var': '', 'env_var': 'standalone.ooo.test'}) skipping: [localhost] => (item={'name': 'ansible_user', 'ansible_var': '', 'env_var': 'root'}) skipping: [localhost] => (item={'name': 'cloud_domain', 'ansible_var': '', 'env_var': 'ooo.test'}) skipping: [localhost] TASK [Set facts needed for configuration] ************************************** ok: [localhost] TASK [Add host to ipaclients group] ******************************************** changed: [localhost] TASK [Add host to ipaservers group] ******************************************** changed: [localhost] PLAY [ipaclients] ************************************************************** TASK [Gathering Facts] ********************************************************* ok: [standalone.ooo.test] TASK [Include ipaclient role] ************************************************** TASK [ipaclient : Import variables specific to distribution] ******************* ok: [standalone.ooo.test] => (item=/usr/share/ansible/roles/ipaclient/vars/default.yml) TASK [ipaclient : Install IPA client] ****************************************** included: /usr/share/ansible/roles/ipaclient/tasks/install.yml for standalone.ooo.test TASK [ipaclient : Install - Ensure that IPA client packages are installed] ***** changed: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers] ***************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check that either password or keytab is set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Set default principal if no keytab is given] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Fail on missing ipaclient_servers] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure DNS resolver] **************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - IPA client test] *********************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Cleanup leftover ccache] *************************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Configure NTP] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** ok: [standalone.ooo.test] TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Keytab or password is required for getting otp] **** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary file for keytab] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Copy keytab to server temporary file] ************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Report error for OTP generation] ******************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Store the previously obtained OTP] ***************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Remove keytab temporary file] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Store predefined OTP in admin_password] ********************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if principal and keytab are set] ************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* skipping: [standalone.ooo.test] TASK [ipaclient : Install - From host keytab, purge OOO.TEST] ****************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Backup and set hostname] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Create temporary krb5 configuration] *************** ok: [standalone.ooo.test] TASK [ipaclient : Install - Join IPA] ****************************************** changed: [standalone.ooo.test] TASK [ipaclient : The krb5 configuration is not correct] *********************** skipping: [standalone.ooo.test] TASK [ipaclient : IPA test failed] ********************************************* skipping: [standalone.ooo.test] TASK [ipaclient : Fail due to missing ca.crt file] ***************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure IPA default.conf] ************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSSD] ************************************ changed: [standalone.ooo.test] TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** changed: [standalone.ooo.test] TASK [ipaclient : Install - Fix IPA ca] **************************************** skipping: [standalone.ooo.test] TASK [ipaclient : Install - Create IPA NSS database] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure SSH and SSHD] **************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure automount] ******************************* changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure firefox] ********************************* skipping: [standalone.ooo.test] TASK [ipaclient : Install - Configure NIS] ************************************* changed: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Configure certmonger] ****************************** changed: [standalone.ooo.test] TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** skipping: [standalone.ooo.test] TASK [ipaclient : Cleanup leftover ccache] ************************************* ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf] ********************************** ok: [standalone.ooo.test] TASK [ipaclient : Remove temporary krb5.conf backup] *************************** changed: [standalone.ooo.test] TASK [ipaclient : Uninstall IPA client] **************************************** skipping: [standalone.ooo.test] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [Include create admin roles] ********************************************** TASK [/usr/share/ansible/roles/tripleo_create_admin : create user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : grant admin rights to user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure home dir has the right owner/group for user tripleo-admin] *** ok: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure .ssh dir exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : ensure authorized_keys file exists for user tripleo-admin] *** changed: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : get remote tripleo-admin public key] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : append tripleo-admin public key to authorized_keys] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : authorize TripleO key for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install private key on nodes for user tripleo-admin] *** skipping: [localhost] TASK [/usr/share/ansible/roles/tripleo_create_admin : Install public key on nodes for user tripleo-admin] *** skipping: [localhost] PLAY [localhost] *************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [kinit to get admin credentials] ****************************************** changed: [localhost] TASK [setup the undercloud and get keytab] ************************************* [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible- core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add nova host management permissions] **************** changed: [localhost] => (item={'name': 'Modify host password', 'right': 'write', 'type': 'host', 'attrs': ['userpassword']}) changed: [localhost] => (item={'name': 'Write host certificate', 'right': 'write', 'type': 'host', 'attrs': ['usercertificate']}) changed: [localhost] => (item={'name': 'Modify host userclass', 'right': 'write', 'type': 'host', 'attrs': ['userclass']}) changed: [localhost] => (item={'name': 'Modify service managedBy attribute', 'right': 'write', 'type': 'service', 'attrs': ['managedby']}) TASK [tripleo_ipa_setup : add Nova Host privilege] ***************************** changed: [localhost] TASK [tripleo_ipa_setup : add permissions to the Nova Host privilege] ********** changed: [localhost] => (item=System: add hosts) changed: [localhost] => (item=System: remove hosts) changed: [localhost] => (item=Modify host password) changed: [localhost] => (item=Modify host userclass) changed: [localhost] => (item=System: Modify hosts) changed: [localhost] => (item=Modify service managedBy attribute) changed: [localhost] => (item=System: Add krbPrincipalName to a Host) changed: [localhost] => (item=System: Add Services) changed: [localhost] => (item=System: Remove Services) changed: [localhost] => (item=Revoke certificate) changed: [localhost] => (item=System: manage host keytab) changed: [localhost] => (item=System: Manage host certificates) changed: [localhost] => (item=System: modify services) changed: [localhost] => (item=System: manage service keytab) changed: [localhost] => (item=System: read dns entries) changed: [localhost] => (item=System: remove dns entries) changed: [localhost] => (item=System: add dns entries) changed: [localhost] => (item=System: update dns entries) changed: [localhost] => (item=System: Modify Realm Domains) changed: [localhost] => (item=Retrieve Certificates from the CA) TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** changed: [localhost] TASK [tripleo_ipa_setup : set nova service user facts] ************************* ok: [localhost] TASK [tripleo_ipa_setup : add nova service] ************************************ changed: [localhost] TASK [tripleo_ipa_setup : add Nova Host Manager role] ************************** ok: [localhost] TASK [tripleo_ipa_setup : add service to the Nova Host Manager role] *********** changed: [localhost] TASK [tripleo_ipa_setup : set keytab permissions facts] ************************ ok: [localhost] TASK [tripleo_ipa_setup : add directory for keytab] **************************** changed: [localhost] TASK [tripleo_ipa_setup : get a keytab for the novajoin service] *************** changed: [localhost] TASK [tripleo_ipa_setup : chgrp and chmod the keytab] ************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=25 changed=16 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 standalone.ooo.test : ok=25 changed=15 unreachable=0 failed=0 skipped=27 rescued=0 ignored=0 + ENV_ARGS+=' -e /root/standalone_parameters.yaml' + '[' false = true ']' + 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/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 /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml -e /root/standalone_parameters.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-19 22:04:44.064 43340 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-19 22:04:44.088 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.088 43340 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-19 22:04:44.089 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.089 43340 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-19 22:04:44.091 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.091 43340 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-19 22:04:44.093 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.093 43340 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-19 22:04:44.094 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.095 43340 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-19 22:04:44.096 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.096 43340 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-19 22:04:44.120 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.120 43340 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-19 22:04:44.137 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.137 43340 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-19 22:04:44.139 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.139 43340 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-19 22:04:44.140 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.140 43340 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-19 22:04:44.142 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.142 43340 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-19 22:04:44.144 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.144 43340 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-19 22:04:44.146 43340 INFO migrate.versioning.api [-] done 2026-02-19 22:04:44.146 43340 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-19 22:04:44.167 43340 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-19 22:04:52Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:52Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:53Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-19 22:04:53Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:54Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-19 22:04:54Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 22:04:54Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:54Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 22:04:54Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:54Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:54Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:55Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-19 22:04:55Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:55Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:04:55Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-19 22:04:55Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:55Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:56Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-19 22:04:56Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:56Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:56Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:56Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:56Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-19 22:04:56Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 22:04:56Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:56Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-19 22:04:57Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-19 22:04:57Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 22:04:57Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:57Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:57Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:57Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-19 22:04:57Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:58Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:04:58Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:58Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-19 22:04:58Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:58Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 22:04:58Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:04:58Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:58Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-19 22:04:59Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:59Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-19 22:04:59Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-19 22:04:59Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:59Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-19 22:04:59Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:04:59Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:00Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:00Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:00Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:01Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-19 22:05:02Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:02Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:02Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:02Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:03Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:03Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:03Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:03Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:04Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:04Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:04Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:04Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-19 22:05:05Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-19 22:05:06Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:06Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-19 22:05:06Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:06Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:06Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:07Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:09Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:05:09Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:10Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:10Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:10Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:11Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:12Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:12Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:13Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:05:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:14Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:15Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-19 22:05:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:15Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:15Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:16Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:17Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:17Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:18Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:18Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:19Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:05:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-19 22:05:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:21Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:21Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:22Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:22Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:23Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:23Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:23Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:05:24Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:25Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:25Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:26Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-19 22:05:26Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:27Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:27Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:28Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:29Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:29Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:05:30Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:30Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:31Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:31Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:32Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-19 22:05:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:32Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:32Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:33Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-19 22:05:33Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:35Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-19 22:05:35Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:35Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:35Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:36Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:36Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:36Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:37Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:38Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:38Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:39Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-19 22:05:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:39Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:40Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:41Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:41Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:41Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:42Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:43Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:44Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-19 22:05:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:44Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:44Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:45Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:45Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:46Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:46Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:05:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:47Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:47Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:05:48Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:49Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:49Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:05:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:52Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:53Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-19 22:05:54Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:54Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:54Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:55Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:56Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:56Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 22:05:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:58Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:05:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:05:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:59Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:05:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 22:05:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:05:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:05:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:01Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:02Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-19 22:06:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:03Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:03Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:06Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:06:07Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:07Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:06:07Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:07Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:08Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:08Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:08Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-19 22:06:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:10Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:11Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:12Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:12Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:06:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:15Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:06:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:17Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:18Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:19Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:19Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:20Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-19 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:22Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:23Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:23Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:23Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:25Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:25Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:26Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-19 22:06:27Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:27Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:27Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:27Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:29Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:29Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:30Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:30Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:31Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-19 22:06:31Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:32Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-19 22:06:33Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:33Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:33Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:34Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:34Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:34Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:34Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:35Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-19 22:06:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:36Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-19 22:06:36Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:37Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:37Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:38Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:39Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 22:06:40Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:41Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:41Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:06:42Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:43Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:43Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-19 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:44Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 22:06:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:47Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:48Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:06:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:51Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 22:06:52Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:06:53Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:54Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-02-19 22:06:54Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:06:54Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-19 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:55Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:06:56Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:06:58Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:06:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:06:59Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:00Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:00Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:00Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:00Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:07:00Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:01Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:01Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:01Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-19 22:07:02Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:02Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:02Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:03Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:03Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:04Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:04Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:07:05Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:06Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-19 22:07:07Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:07Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:07Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:07Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:08Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:09Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:09Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:10Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:10Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:07:11Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:11Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:12Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-19 22:07:12Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:12Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:07:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-19 22:07:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:15Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:07:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:17Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:17Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:17Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-19 22:07:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:18Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:19Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-19 22:07:20Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-19 22:07:21Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:22Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:22Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:23Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-19 22:07:23Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:23Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:24Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:24Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:25Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:26Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:26Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-19 22:07:27Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:27Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:07:28Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:29Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:29Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:29Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-19 22:07:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:30Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:31Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:31Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:32Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:32Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:32Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-19 22:07:33Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:34Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:34Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:35Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:07:35Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:35Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:35Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:36Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-19 22:07:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:37Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:37Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:38Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:39Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:07:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:39Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:40Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:40Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-19 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:41Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:42Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:42Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:43Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-19 22:07:44Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:44Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:44Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:45Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:46Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-19 22:07:46Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:47Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-19 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:48Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:49Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:50Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:50Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-19 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:51Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:52Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-19 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:53Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:54Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:07:55Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:56Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:07:57Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:58Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-19 22:07:58Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:07:59Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-19 22:07:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:08:00Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:01Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:01Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:01Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:02Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:03Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:04Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:04Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:08:05Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:05Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:06Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-19 22:08:06Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:07Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-19 22:08:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:08Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:08Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:09Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:09Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:09Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:10Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:11Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:11Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:12Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:08:12Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-19 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:15Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:15Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:15Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:16Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:17Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:18Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:18Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:08:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:19Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:20Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:21Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-19 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:22Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:23Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:24Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:24Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:25Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-19 22:08:26Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:26Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:26Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:27Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:28Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:29Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:29Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:30Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-19 22:08:30Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:31Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-19 22:08:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:32Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:32Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:33Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:34Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:34Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:08:35Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:35Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:08:36Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:37Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:37Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:38Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:38Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-19 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:39Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:40Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:40Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:40Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:41Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:41Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-19 22:08:42Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:43Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:43Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-19 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:44Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:45Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:46Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:46Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:08:47Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:47Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:48Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:48Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:49Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-19 22:08:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:50Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:51Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:51Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:08:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:52Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:53Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:53Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:53Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:08:53Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-19 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:54Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:08:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:08:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:08:58Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:08:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:00Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:00Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:00Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:00Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:00Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-19 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:01Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:02Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:03Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-19 22:09:04Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:04Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:05Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:05Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:06Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:06Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:07Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:07Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:08Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:09Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:09Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:09Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:10Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:09:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:11Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:12Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:09:12Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:12Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-19 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:13Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:09:15Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:16Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:16Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:17Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:17Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:18Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:19Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-19 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:20Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:21Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-19 22:09:22Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:22Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:22Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:23Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:25Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:26Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:09:27Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:27Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:28Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:28Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:29Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-19 22:09:30Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:30Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:30Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:33Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:34Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:35Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:35Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:36Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-19 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-19 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:40Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:41Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:41Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:41Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:42Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-19 22:09:42Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:42Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:42Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:42Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:43Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:44Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:44Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:46Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:46Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:46Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-19 22:09:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:47Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:47Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:48Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:49Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:50Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:50Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:51Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 22:09:52Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:53Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 22:09:53Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:54Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-19 22:09:54Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:55Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:55Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:56Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:57Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-19 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:09:58Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:09:59Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:00Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:00Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:01Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-19 22:10:01Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:02Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:02Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:03Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:05Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:05Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:05Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 22:10:05Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-19 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:07Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:07Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:08Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:09Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-02-19 22:10:11Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:11Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-02-19 22:10:12Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-19 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-02-19 22:10:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:15Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-19 22:10:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:16Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:16Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:17Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:17Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:18Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:18Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:10:19Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:19Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:19Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:20Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-19 22:10:20Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:20Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:20Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:21Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:21Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:22Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:22Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:23Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:24Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:25Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:10:25Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:25Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-19 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:26Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:27Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:27Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:28Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:28Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:10:29Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:29Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:29Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:29Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:30Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-19 22:10:30Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-19 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:32Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:34Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-19 22:10:34Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:34Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:35Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:36Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:39Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:40Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:40Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-19 22:10:41Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:42Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-19 22:10:43Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:43Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:43Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-19 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:10:45Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:46Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:48Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-19 22:10:48Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:49Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-02-19 22:10:50Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:50Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:50Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:50Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:10:52Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:53Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:10:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-02-19 22:10:55Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:10:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-02-19 22:10:56Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:57Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-02-19 22:10:58Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-02-19 22:10:59Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-02-19 22:10:59Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:00Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-02-19 22:11:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:01Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:01Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:02Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:11:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 22:11:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:04Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:04Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 22:11:05Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-02-19 22:11:05Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-02-19 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:07Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-02-19 22:11:08Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:08Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:08Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:09Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 22:11:10Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:11Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-02-19 22:11:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-02-19 22:11:12Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:13Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-02-19 22:11:14Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:15Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-02-19 22:11:15Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:16Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-02-19 22:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:18Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-02-19 22:11:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:18Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:18Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:19Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:20Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-02-19 22:11:20Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:21Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-02-19 22:11:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:22Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:22Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:22Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:22Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-02-19 22:11:23Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:23Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-19 22:11:25Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:25Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:25Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:26Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-19 22:11:26Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:26Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:26Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:26Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-19 22:11:27Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:27Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:27Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:27Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:27Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:28Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:29Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:29Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:29Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-19 22:11:29Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:29Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:29Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:30Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:30Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:30Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:30Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:31Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:32Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:32Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:32Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:32Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:32Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:33Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:33Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-19 22:11:33Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:33Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:33Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:33Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:33Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:34Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 22:11:34Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:34Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-19 22:11:34Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:34Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:34Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-02-19 22:11:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:36Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-19 22:11:36Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:36Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-19 22:11:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-19 22:11:37Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:37Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-19 22:11:38Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:38Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:38Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:38Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:38Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-19 22:11:38Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-19 22:11:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 22:11:38Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:38Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:38Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-19 22:11:38Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:40Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-19 22:11:40Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:40Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:40Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:40Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-19 22:11:41Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:41Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:41Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:42Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:42Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-19 22:11:42Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-19 22:11:42Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:43Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:43Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:44Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:44Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:44Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:44Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:44Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:44Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:44Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:44Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:44Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:44Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:45Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:45Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:45Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:46Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:46Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-19 22:11:46Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:47Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-19 22:11:47Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-19 22:11:48Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:48Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:48Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:49Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:49Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 22:11:49Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:49Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:49Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:49Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:50Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:50Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-19 22:11:50Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:50Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:50Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-19 22:11:51Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-19 22:11:51Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:51Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:52Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:52Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:53Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:53Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:54Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:54Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:55Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:56Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:56Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-19 22:11:56Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-19 22:11:56Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 22:11:56Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-19 22:11:56Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 22:11:57Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-19 22:11:57Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/c863722e-c2ce-4b9c-ab8d-2883954b0711 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-19 22:12:20.932043 | fa163ee8-850d-8ed0-c135-000000000006 | TASK | External deployment step 0 2026-02-19 22:12:20.957664 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-000000000006') missing from stats 2026-02-19 22:12:21.008245 | fa163ee8-850d-8ed0-c135-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.127186 | 0.04s 2026-02-19 22:12:21.021302 | 81aadfb6-ca55-41e3-9ebd-13cfc6586ca0 | INCLUDED | /root/standalone-ansible-3xmt_kv6/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-19 22:12:21.039431 | fa163ee8-850d-8ed0-c135-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-02-19 22:12:21.966024 | fa163ee8-850d-8ed0-c135-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-19 22:12:21.967467 | fa163ee8-850d-8ed0-c135-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.086451 | 0.93s 2026-02-19 22:12:21.984934 | fa163ee8-850d-8ed0-c135-000000000129 | TASK | create redis virtual ip 2026-02-19 22:12:23.090991 | fa163ee8-850d-8ed0-c135-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-02-19 22:12:23.092586 | fa163ee8-850d-8ed0-c135-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:02.211566 | 1.11s PLAY [Check if required variables are defined] ********************************* 2026-02-19 22:12:23.166832 | fa163ee8-850d-8ed0-c135-000000000138 | TASK | Gathering Facts 2026-02-19 22:12:23.765065 | fa163ee8-850d-8ed0-c135-000000000138 | OK | Gathering Facts | localhost 2026-02-19 22:12:23.766653 | fa163ee8-850d-8ed0-c135-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.885635 | 0.60s 2026-02-19 22:12:23.817770 | fa163ee8-850d-8ed0-c135-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-19 22:12:23.818925 | fa163ee8-850d-8ed0-c135-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.937911 | 0.04s 2026-02-19 22:12:23.860960 | fa163ee8-850d-8ed0-c135-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-19 22:12:23.862392 | fa163ee8-850d-8ed0-c135-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.981373 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-19 22:12:23.955605 | fa163ee8-850d-8ed0-c135-000000000160 | TASK | Gathering Facts 2026-02-19 22:12:23.966804 | fa163ee8-850d-8ed0-c135-000000000160 | TASK | Gathering Facts 2026-02-19 22:12:24.294665 | fa163ee8-850d-8ed0-c135-000000000160 | OK | Gathering Facts | undercloud 2026-02-19 22:12:24.296416 | fa163ee8-850d-8ed0-c135-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.415400 | 0.34s 2026-02-19 22:12:24.299924 | fa163ee8-850d-8ed0-c135-000000000160 | OK | Gathering Facts | standalone 2026-02-19 22:12:24.301564 | fa163ee8-850d-8ed0-c135-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.420552 | 0.33s 2026-02-19 22:12:24.367014 | fa163ee8-850d-8ed0-c135-000000000012 | TASK | Set legacy facts 2026-02-19 22:12:24.382501 | fa163ee8-850d-8ed0-c135-000000000012 | TASK | Set legacy facts 2026-02-19 22:12:24.404081 | fa163ee8-850d-8ed0-c135-000000000012 | OK | Set legacy facts | undercloud 2026-02-19 22:12:24.405553 | fa163ee8-850d-8ed0-c135-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.524532 | 0.04s 2026-02-19 22:12:24.429549 | fa163ee8-850d-8ed0-c135-000000000012 | OK | Set legacy facts | standalone 2026-02-19 22:12:24.430340 | fa163ee8-850d-8ed0-c135-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.549331 | 0.05s PLAY [Load global variables] *************************************************** 2026-02-19 22:12:24.601879 | fa163ee8-850d-8ed0-c135-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-19 22:12:24.603056 | fa163ee8-850d-8ed0-c135-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.722040 | 0.05s 2026-02-19 22:12:24.617193 | fa163ee8-850d-8ed0-c135-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-19 22:12:24.617686 | fa163ee8-850d-8ed0-c135-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.736682 | 0.05s PLAY [Include extra variables from files] ************************************** 2026-02-19 22:12:24.681855 | fa163ee8-850d-8ed0-c135-000000000018 | TASK | Include Service VIP vars 2026-02-19 22:12:24.711247 | fa163ee8-850d-8ed0-c135-000000000018 | OK | Include Service VIP vars | undercloud 2026-02-19 22:12:24.712240 | fa163ee8-850d-8ed0-c135-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.831226 | 0.03s 2026-02-19 22:12:24.724433 | fa163ee8-850d-8ed0-c135-000000000018 | OK | Include Service VIP vars | standalone 2026-02-19 22:12:24.724788 | fa163ee8-850d-8ed0-c135-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.843786 | 0.03s 2026-02-19 22:12:24.728289 | fa163ee8-850d-8ed0-c135-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-19 22:12:24.760158 | fa163ee8-850d-8ed0-c135-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-19 22:12:24.761351 | fa163ee8-850d-8ed0-c135-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.880333 | 0.03s 2026-02-19 22:12:24.772009 | fa163ee8-850d-8ed0-c135-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-19 22:12:24.772417 | fa163ee8-850d-8ed0-c135-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.891415 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-19 22:12:24.862007 | fa163ee8-850d-8ed0-c135-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-19 22:12:25.643198 | fa163ee8-850d-8ed0-c135-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-19 22:12:25.722528 | fa163ee8-850d-8ed0-c135-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-19 22:12:25.758313 | fa163ee8-850d-8ed0-c135-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-19 22:12:25.758991 | fa163ee8-850d-8ed0-c135-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.877981 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-02-19 22:12:25.827326 | fa163ee8-850d-8ed0-c135-000000000023 | TASK | Set selinux state 2026-02-19 22:12:26.396226 | fa163ee8-850d-8ed0-c135-000000000023 | OK | Set selinux state | standalone 2026-02-19 22:12:26.398039 | fa163ee8-850d-8ed0-c135-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.517016 | 0.57s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-19 22:12:26.533305 | fa163ee8-850d-8ed0-c135-000000000026 | TASK | Configure Hosts Entries 2026-02-19 22:12:26.558928 | fa163ee8-850d-8ed0-c135-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.677897 | 0.02s 2026-02-19 22:12:26.570236 | fa163ee8-850d-8ed0-c135-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.689227 | 0.02s 2026-02-19 22:12:26.616131 | fa163ee8-850d-8ed0-c135-0000000001f1 | TASK | Create temporary file for hosts 2026-02-19 22:12:26.959572 | fa163ee8-850d-8ed0-c135-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-02-19 22:12:26.961382 | fa163ee8-850d-8ed0-c135-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:06.080352 | 0.34s 2026-02-19 22:12:26.967232 | fa163ee8-850d-8ed0-c135-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-02-19 22:12:26.967688 | fa163ee8-850d-8ed0-c135-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:06.086684 | 0.33s 2026-02-19 22:12:26.983985 | fa163ee8-850d-8ed0-c135-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-02-19 22:12:27.389294 | fa163ee8-850d-8ed0-c135-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-19 22:12:27.392484 | fa163ee8-850d-8ed0-c135-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.511458 | 0.41s 2026-02-19 22:12:27.456416 | fa163ee8-850d-8ed0-c135-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-19 22:12:27.458707 | fa163ee8-850d-8ed0-c135-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.577676 | 0.46s 2026-02-19 22:12:27.478968 | fa163ee8-850d-8ed0-c135-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-02-19 22:12:27.860805 | fa163ee8-850d-8ed0-c135-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-19 22:12:27.862586 | fa163ee8-850d-8ed0-c135-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.981561 | 0.36s 2026-02-19 22:12:27.875258 | fa163ee8-850d-8ed0-c135-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-19 22:12:27.876116 | fa163ee8-850d-8ed0-c135-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.995106 | 0.39s 2026-02-19 22:12:27.894398 | fa163ee8-850d-8ed0-c135-0000000001f4 | TASK | Render out the hosts entries 2026-02-19 22:12:28.025434 | fa163ee8-850d-8ed0-c135-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-02-19 22:12:28.026747 | fa163ee8-850d-8ed0-c135-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:07.145728 | 0.13s 2026-02-19 22:12:28.045177 | fa163ee8-850d-8ed0-c135-0000000001f5 | TASK | Prepare new /etc/hosts 2026-02-19 22:12:28.329419 | fa163ee8-850d-8ed0-c135-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-19 22:12:28.330948 | fa163ee8-850d-8ed0-c135-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.449922 | 0.28s 2026-02-19 22:12:28.342482 | fa163ee8-850d-8ed0-c135-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-19 22:12:28.343190 | fa163ee8-850d-8ed0-c135-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.462180 | 0.27s 2026-02-19 22:12:28.357974 | fa163ee8-850d-8ed0-c135-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-02-19 22:12:28.803242 | fa163ee8-850d-8ed0-c135-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-19 22:12:28.804756 | fa163ee8-850d-8ed0-c135-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.923732 | 0.44s 2026-02-19 22:12:28.805940 | fa163ee8-850d-8ed0-c135-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-19 22:12:28.806652 | fa163ee8-850d-8ed0-c135-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.925643 | 0.45s 2026-02-19 22:12:28.825361 | fa163ee8-850d-8ed0-c135-0000000001f7 | TASK | Clean up temporary hosts file 2026-02-19 22:12:29.188848 | fa163ee8-850d-8ed0-c135-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-02-19 22:12:29.191044 | fa163ee8-850d-8ed0-c135-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:08.310010 | 0.34s 2026-02-19 22:12:29.192259 | fa163ee8-850d-8ed0-c135-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-19 22:12:29.192996 | fa163ee8-850d-8ed0-c135-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:08.311987 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2026-02-19 22:12:29.314170 | fa163ee8-850d-8ed0-c135-00000000002a | TASK | Common roles for TripleO servers 2026-02-19 22:12:29.341144 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-00000000002a') missing from stats 2026-02-19 22:12:29.427190 | fa163ee8-850d-8ed0-c135-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.546166 | 0.03s 2026-02-19 22:12:29.500310 | fa163ee8-850d-8ed0-c135-000000000254 | TASK | Gather variables for each operating system 2026-02-19 22:12:29.617856 | fa163ee8-850d-8ed0-c135-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 22:12:29.619726 | fa163ee8-850d-8ed0-c135-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.738703 | 0.12s 2026-02-19 22:12:29.629350 | fa163ee8-850d-8ed0-c135-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.748324 | 0.13s 2026-02-19 22:12:29.654437 | fa163ee8-850d-8ed0-c135-000000000256 | TASK | Check release version package is installed 2026-02-19 22:12:30.002520 | fa163ee8-850d-8ed0-c135-000000000256 | CHANGED | Check release version package is installed | standalone 2026-02-19 22:12:30.004164 | fa163ee8-850d-8ed0-c135-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:09.123145 | 0.35s 2026-02-19 22:12:30.026036 | fa163ee8-850d-8ed0-c135-000000000257 | TASK | Deploy release version package 2026-02-19 22:12:34.954037 | fa163ee8-850d-8ed0-c135-000000000257 | CHANGED | Deploy release version package | standalone 2026-02-19 22:12:34.955616 | fa163ee8-850d-8ed0-c135-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:14.074592 | 4.93s 2026-02-19 22:12:34.981037 | fa163ee8-850d-8ed0-c135-000000000259 | TASK | Include packages tasks 2026-02-19 22:12:35.008643 | fa163ee8-850d-8ed0-c135-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:14.127614 | 0.03s 2026-02-19 22:12:35.040122 | f69837eb-aba6-49de-9f31-d69f05d6373d | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-19 22:12:35.068374 | fa163ee8-850d-8ed0-c135-0000000002ad | TASK | Gather facts if they don't exist 2026-02-19 22:12:35.114590 | fa163ee8-850d-8ed0-c135-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-19 22:12:35.115800 | fa163ee8-850d-8ed0-c135-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:14.234778 | 0.05s 2026-02-19 22:12:35.140293 | fa163ee8-850d-8ed0-c135-0000000002ae | TASK | Gather variables for each operating system 2026-02-19 22:12:35.229456 | fa163ee8-850d-8ed0-c135-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 22:12:35.240747 | fa163ee8-850d-8ed0-c135-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:14.359724 | 0.10s 2026-02-19 22:12:35.265364 | fa163ee8-850d-8ed0-c135-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-19 22:12:35.539868 | fa163ee8-850d-8ed0-c135-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-19 22:12:35.541403 | fa163ee8-850d-8ed0-c135-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.660382 | 0.27s 2026-02-19 22:12:35.572505 | fa163ee8-850d-8ed0-c135-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-19 22:12:41.546702 | fa163ee8-850d-8ed0-c135-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-19 22:12:41.548845 | fa163ee8-850d-8ed0-c135-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:20.667817 | 5.97s 2026-02-19 22:12:41.578926 | fa163ee8-850d-8ed0-c135-0000000002b2 | TASK | Ensure packages are actually well installed 2026-02-19 22:12:42.744010 | fa163ee8-850d-8ed0-c135-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-19 22:12:42.745617 | fa163ee8-850d-8ed0-c135-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:21.864597 | 1.16s 2026-02-19 22:12:42.772441 | fa163ee8-850d-8ed0-c135-00000000025a | TASK | Enable openvswitch service if installed 2026-02-19 22:12:43.761705 | fa163ee8-850d-8ed0-c135-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-02-19 22:12:43.764016 | fa163ee8-850d-8ed0-c135-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.882993 | 0.99s 2026-02-19 22:12:43.792033 | fa163ee8-850d-8ed0-c135-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-19 22:12:44.021001 | fa163ee8-850d-8ed0-c135-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-19 22:12:44.022870 | fa163ee8-850d-8ed0-c135-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:23.141846 | 0.23s 2026-02-19 22:12:44.049423 | fa163ee8-850d-8ed0-c135-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-19 22:12:44.347781 | fa163ee8-850d-8ed0-c135-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-19 22:12:44.349574 | fa163ee8-850d-8ed0-c135-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.468551 | 0.30s 2026-02-19 22:12:44.376369 | fa163ee8-850d-8ed0-c135-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-02-19 22:12:44.441622 | fa163ee8-850d-8ed0-c135-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-19 22:12:44.443211 | fa163ee8-850d-8ed0-c135-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.562189 | 0.07s 2026-02-19 22:12:44.468535 | fa163ee8-850d-8ed0-c135-00000000025f | TASK | Ensure network service is enabled 2026-02-19 22:12:44.890111 | fa163ee8-850d-8ed0-c135-00000000025f | OK | Ensure network service is enabled | standalone 2026-02-19 22:12:44.892829 | fa163ee8-850d-8ed0-c135-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:24.011797 | 0.42s 2026-02-19 22:12:44.920218 | fa163ee8-850d-8ed0-c135-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 22:12:45.249190 | fa163ee8-850d-8ed0-c135-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 22:12:45.251036 | fa163ee8-850d-8ed0-c135-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.370012 | 0.33s 2026-02-19 22:12:45.277229 | fa163ee8-850d-8ed0-c135-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 22:12:45.512527 | fa163ee8-850d-8ed0-c135-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 22:12:45.514378 | fa163ee8-850d-8ed0-c135-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:24.633355 | 0.24s 2026-02-19 22:12:45.534599 | fa163ee8-850d-8ed0-c135-000000000263 | TASK | Reload NetworkManager 2026-02-19 22:12:45.936995 | fa163ee8-850d-8ed0-c135-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-02-19 22:12:45.939054 | fa163ee8-850d-8ed0-c135-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:25.058030 | 0.40s 2026-02-19 22:12:45.966492 | fa163ee8-850d-8ed0-c135-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-19 22:12:46.211681 | fa163ee8-850d-8ed0-c135-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-19 22:12:46.213209 | fa163ee8-850d-8ed0-c135-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:25.332187 | 0.24s 2026-02-19 22:12:46.240894 | fa163ee8-850d-8ed0-c135-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-19 22:12:46.610367 | fa163ee8-850d-8ed0-c135-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-19 22:12:46.611937 | fa163ee8-850d-8ed0-c135-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:25.730915 | 0.37s 2026-02-19 22:12:46.638227 | fa163ee8-850d-8ed0-c135-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-19 22:12:46.872888 | fa163ee8-850d-8ed0-c135-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-19 22:12:46.874590 | fa163ee8-850d-8ed0-c135-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:25.993566 | 0.23s 2026-02-19 22:12:46.902996 | fa163ee8-850d-8ed0-c135-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-19 22:12:47.146916 | fa163ee8-850d-8ed0-c135-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-19 22:12:47.148501 | fa163ee8-850d-8ed0-c135-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:26.267479 | 0.24s 2026-02-19 22:12:47.222999 | fa163ee8-850d-8ed0-c135-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.341963 | 0.03s 2026-02-19 22:12:47.305219 | fa163ee8-850d-8ed0-c135-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-02-19 22:12:47.549716 | fa163ee8-850d-8ed0-c135-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-19 22:12:47.551203 | fa163ee8-850d-8ed0-c135-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:26.670179 | 0.24s 2026-02-19 22:12:47.576221 | fa163ee8-850d-8ed0-c135-000000000362 | TASK | Check for ssh_known_hosts file 2026-02-19 22:12:47.787555 | fa163ee8-850d-8ed0-c135-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-02-19 22:12:47.789136 | fa163ee8-850d-8ed0-c135-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:26.908114 | 0.21s 2026-02-19 22:12:47.814201 | fa163ee8-850d-8ed0-c135-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-19 22:12:47.852725 | fa163ee8-850d-8ed0-c135-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-19 22:12:47.853917 | fa163ee8-850d-8ed0-c135-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:26.972901 | 0.04s 2026-02-19 22:12:47.880333 | fa163ee8-850d-8ed0-c135-000000000364 | TASK | Write temporary file 2026-02-19 22:12:47.910854 | fa163ee8-850d-8ed0-c135-000000000364 | SKIPPED | Write temporary file | standalone 2026-02-19 22:12:47.912742 | fa163ee8-850d-8ed0-c135-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:27.031718 | 0.03s 2026-02-19 22:12:47.938459 | fa163ee8-850d-8ed0-c135-000000000365 | TASK | Set ssh_known_hosts fact 2026-02-19 22:12:48.023784 | fa163ee8-850d-8ed0-c135-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-02-19 22:12:48.025419 | fa163ee8-850d-8ed0-c135-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:27.144397 | 0.09s 2026-02-19 22:12:48.052965 | fa163ee8-850d-8ed0-c135-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-19 22:12:48.290820 | fa163ee8-850d-8ed0-c135-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-19 22:12:48.292592 | fa163ee8-850d-8ed0-c135-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.411569 | 0.24s 2026-02-19 22:12:48.318307 | fa163ee8-850d-8ed0-c135-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-19 22:12:48.555648 | fa163ee8-850d-8ed0-c135-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-19 22:12:48.557480 | fa163ee8-850d-8ed0-c135-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:27.676453 | 0.24s 2026-02-19 22:12:48.583076 | fa163ee8-850d-8ed0-c135-000000000368 | TASK | Remove temp file 2026-02-19 22:12:48.823202 | fa163ee8-850d-8ed0-c135-000000000368 | CHANGED | Remove temp file | standalone 2026-02-19 22:12:48.824991 | fa163ee8-850d-8ed0-c135-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:27.943969 | 0.24s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-19 22:12:49.012647 | fa163ee8-850d-8ed0-c135-000000000034 | TASK | Deploy step tasks for step 0 2026-02-19 22:12:49.085360 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-000000000034') missing from stats 2026-02-19 22:12:49.113451 | fa163ee8-850d-8ed0-c135-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-19 22:12:49.351631 | fa163ee8-850d-8ed0-c135-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-19 22:12:49.353489 | fa163ee8-850d-8ed0-c135-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.472468 | 0.24s 2026-02-19 22:12:49.379311 | fa163ee8-850d-8ed0-c135-000000000036 | TASK | Check cloud-init status 2026-02-19 22:12:49.595583 | fa163ee8-850d-8ed0-c135-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-19 22:12:49.597397 | fa163ee8-850d-8ed0-c135-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:28.716375 | 0.22s 2026-02-19 22:12:49.622738 | fa163ee8-850d-8ed0-c135-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-19 22:12:49.846298 | fa163ee8-850d-8ed0-c135-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-19 22:12:49.848208 | fa163ee8-850d-8ed0-c135-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:28.967186 | 0.22s 2026-02-19 22:12:49.869598 | fa163ee8-850d-8ed0-c135-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-19 22:12:50.265850 | fa163ee8-850d-8ed0-c135-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-19 22:12:50.268409 | fa163ee8-850d-8ed0-c135-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.387394 | 0.40s 2026-02-19 22:12:50.298453 | fa163ee8-850d-8ed0-c135-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-19 22:12:50.530820 | fa163ee8-850d-8ed0-c135-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-19 22:12:50.532078 | fa163ee8-850d-8ed0-c135-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:29.651061 | 0.23s 2026-02-19 22:12:50.556641 | fa163ee8-850d-8ed0-c135-00000000003a | TASK | Write container-puppet.sh 2026-02-19 22:12:51.025382 | fa163ee8-850d-8ed0-c135-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-19 22:12:51.026393 | fa163ee8-850d-8ed0-c135-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.145382 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:12:51.107375 | fa163ee8-850d-8ed0-c135-00000000003b | TIMING | include_tasks | standalone | 0:00:30.226350 | 0.05s 2026-02-19 22:12:51.129375 | 8e0145b0-db33-4c83-bbd7-6bca1aad732b | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-19 22:12:51.160462 | fa163ee8-850d-8ed0-c135-000000000416 | TASK | Configure tuned before reboot 2026-02-19 22:12:51.212065 | fa163ee8-850d-8ed0-c135-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.331043 | 0.05s 2026-02-19 22:12:51.264313 | fa163ee8-850d-8ed0-c135-000000000455 | TASK | Gather variables for each operating system 2026-02-19 22:12:51.387499 | fa163ee8-850d-8ed0-c135-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-19 22:12:51.388808 | fa163ee8-850d-8ed0-c135-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.507787 | 0.12s 2026-02-19 22:12:51.394811 | fa163ee8-850d-8ed0-c135-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.513802 | 0.13s 2026-02-19 22:12:51.466889 | fa163ee8-850d-8ed0-c135-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.585872 | 0.05s 2026-02-19 22:12:51.483230 | c232e00d-f148-4b2b-a7e6-0ba5041ff7e8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-19 22:12:51.512232 | fa163ee8-850d-8ed0-c135-00000000047f | TASK | Check tuned package is installed 2026-02-19 22:12:51.779307 | fa163ee8-850d-8ed0-c135-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-02-19 22:12:51.780707 | fa163ee8-850d-8ed0-c135-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:30.899687 | 0.27s 2026-02-19 22:12:51.806702 | fa163ee8-850d-8ed0-c135-000000000480 | TASK | Install tuned 2026-02-19 22:12:59.724448 | fa163ee8-850d-8ed0-c135-000000000480 | CHANGED | Install tuned | standalone 2026-02-19 22:12:59.727685 | fa163ee8-850d-8ed0-c135-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:38.846656 | 7.92s 2026-02-19 22:12:59.756389 | fa163ee8-850d-8ed0-c135-000000000481 | TASK | Restart tuned 2026-02-19 22:13:01.611863 | fa163ee8-850d-8ed0-c135-000000000481 | CHANGED | Restart tuned | standalone 2026-02-19 22:13:01.613998 | fa163ee8-850d-8ed0-c135-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:40.732981 | 1.86s 2026-02-19 22:13:01.640430 | fa163ee8-850d-8ed0-c135-000000000457 | TASK | Check for tuned-adm 2026-02-19 22:13:01.855701 | fa163ee8-850d-8ed0-c135-000000000457 | OK | Check for tuned-adm | standalone 2026-02-19 22:13:01.857323 | fa163ee8-850d-8ed0-c135-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:40.976304 | 0.22s 2026-02-19 22:13:01.925292 | fa163ee8-850d-8ed0-c135-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:41.044233 | 0.04s 2026-02-19 22:13:01.955866 | 7f609389-844b-4329-bf86-6666624df265 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-19 22:13:01.993607 | fa163ee8-850d-8ed0-c135-0000000004b6 | TASK | Ensure profile directory exists 2026-02-19 22:13:02.066476 | fa163ee8-850d-8ed0-c135-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-02-19 22:13:02.067564 | fa163ee8-850d-8ed0-c135-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:41.186551 | 0.07s 2026-02-19 22:13:02.087992 | fa163ee8-850d-8ed0-c135-0000000004b7 | TASK | Create custom tuned profile 2026-02-19 22:13:02.161622 | fa163ee8-850d-8ed0-c135-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-02-19 22:13:02.163150 | fa163ee8-850d-8ed0-c135-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:41.282129 | 0.07s 2026-02-19 22:13:02.189512 | fa163ee8-850d-8ed0-c135-0000000004b8 | TASK | Check tuned active profile 2026-02-19 22:13:02.582934 | fa163ee8-850d-8ed0-c135-0000000004b8 | OK | Check tuned active profile | standalone 2026-02-19 22:13:02.584242 | fa163ee8-850d-8ed0-c135-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:41.703227 | 0.39s 2026-02-19 22:13:02.610532 | fa163ee8-850d-8ed0-c135-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-02-19 22:13:02.852818 | fa163ee8-850d-8ed0-c135-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-02-19 22:13:02.854231 | fa163ee8-850d-8ed0-c135-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:41.973214 | 0.24s 2026-02-19 22:13:02.879925 | fa163ee8-850d-8ed0-c135-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-19 22:13:02.962281 | fa163ee8-850d-8ed0-c135-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-19 22:13:02.963400 | fa163ee8-850d-8ed0-c135-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:42.082383 | 0.08s 2026-02-19 22:13:02.990826 | fa163ee8-850d-8ed0-c135-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-02-19 22:13:03.063755 | fa163ee8-850d-8ed0-c135-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-19 22:13:03.064887 | fa163ee8-850d-8ed0-c135-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:42.183871 | 0.07s 2026-02-19 22:13:03.089934 | fa163ee8-850d-8ed0-c135-0000000004bc | TASK | Enable tuned profile 2026-02-19 22:13:04.550175 | fa163ee8-850d-8ed0-c135-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-02-19 22:13:04.551748 | fa163ee8-850d-8ed0-c135-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:43.670732 | 1.46s 2026-02-19 22:13:04.601128 | fa163ee8-850d-8ed0-c135-000000000417 | TASK | Configure kernel args and reboot 2026-02-19 22:13:04.656224 | fa163ee8-850d-8ed0-c135-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:43.775200 | 0.05s 2026-02-19 22:13:04.801843 | fa163ee8-850d-8ed0-c135-000000000569 | TASK | Get the command line args of the node 2026-02-19 22:13:05.062242 | fa163ee8-850d-8ed0-c135-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-02-19 22:13:05.063642 | fa163ee8-850d-8ed0-c135-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:44.182621 | 0.26s 2026-02-19 22:13:05.090747 | fa163ee8-850d-8ed0-c135-00000000056b | TASK | Check if node has a nova.conf 2026-02-19 22:13:05.326292 | fa163ee8-850d-8ed0-c135-00000000056b | OK | Check if node has a nova.conf | standalone 2026-02-19 22:13:05.327567 | fa163ee8-850d-8ed0-c135-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:44.446548 | 0.24s 2026-02-19 22:13:05.348330 | fa163ee8-850d-8ed0-c135-00000000056d | TASK | Warn operator about workload protection 2026-02-19 22:13:05.377539 | fa163ee8-850d-8ed0-c135-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-02-19 22:13:05.378796 | fa163ee8-850d-8ed0-c135-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:44.497778 | 0.03s 2026-02-19 22:13:05.405668 | fa163ee8-850d-8ed0-c135-00000000056e | TASK | Setting defer reboot fact 2026-02-19 22:13:05.445579 | fa163ee8-850d-8ed0-c135-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-02-19 22:13:05.446227 | fa163ee8-850d-8ed0-c135-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:44.565221 | 0.04s 2026-02-19 22:13:05.463607 | fa163ee8-850d-8ed0-c135-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-19 22:13:05.493246 | fa163ee8-850d-8ed0-c135-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:44.612234 | 0.03s 2026-02-19 22:13:05.511481 | fa163ee8-850d-8ed0-c135-000000000575 | TASK | Find hugepages in cmdline 2026-02-19 22:13:05.552209 | fa163ee8-850d-8ed0-c135-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-19 22:13:05.552879 | fa163ee8-850d-8ed0-c135-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:44.671874 | 0.04s 2026-02-19 22:13:05.579617 | fa163ee8-850d-8ed0-c135-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-02-19 22:13:05.630863 | fa163ee8-850d-8ed0-c135-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-19 22:13:05.632160 | fa163ee8-850d-8ed0-c135-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:44.751144 | 0.05s 2026-02-19 22:13:05.658668 | fa163ee8-850d-8ed0-c135-00000000057a | TASK | Find desired default hugepage size 2026-02-19 22:13:05.709017 | fa163ee8-850d-8ed0-c135-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-02-19 22:13:05.710176 | fa163ee8-850d-8ed0-c135-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:44.829160 | 0.05s 2026-02-19 22:13:05.736471 | fa163ee8-850d-8ed0-c135-00000000057c | TASK | Storing non-configured hugepages 2026-02-19 22:13:05.778907 | fa163ee8-850d-8ed0-c135-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:44.897886 | 0.04s 2026-02-19 22:13:05.805046 | fa163ee8-850d-8ed0-c135-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-02-19 22:13:05.855388 | fa163ee8-850d-8ed0-c135-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-19 22:13:05.856493 | fa163ee8-850d-8ed0-c135-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:44.975478 | 0.05s 2026-02-19 22:13:05.882577 | fa163ee8-850d-8ed0-c135-00000000057f | TASK | Determining the default hugepagesz 2026-02-19 22:13:05.934707 | fa163ee8-850d-8ed0-c135-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-02-19 22:13:05.936036 | fa163ee8-850d-8ed0-c135-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:45.055014 | 0.05s 2026-02-19 22:13:05.962362 | fa163ee8-850d-8ed0-c135-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-19 22:13:06.005329 | fa163ee8-850d-8ed0-c135-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-19 22:13:06.006587 | fa163ee8-850d-8ed0-c135-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:45.125565 | 0.04s 2026-02-19 22:13:06.032770 | fa163ee8-850d-8ed0-c135-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-02-19 22:13:06.083662 | fa163ee8-850d-8ed0-c135-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-19 22:13:06.084842 | fa163ee8-850d-8ed0-c135-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:45.203820 | 0.05s 2026-02-19 22:13:06.110779 | fa163ee8-850d-8ed0-c135-000000000583 | TASK | Warn about possible modifications 2026-02-19 22:13:06.161035 | fa163ee8-850d-8ed0-c135-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-02-19 22:13:06.162411 | fa163ee8-850d-8ed0-c135-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:45.281386 | 0.05s 2026-02-19 22:13:06.189443 | fa163ee8-850d-8ed0-c135-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-02-19 22:13:06.240749 | fa163ee8-850d-8ed0-c135-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-19 22:13:06.242180 | fa163ee8-850d-8ed0-c135-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:45.361161 | 0.05s 2026-02-19 22:13:06.268770 | fa163ee8-850d-8ed0-c135-000000000585 | TASK | Cleaning up whitespaces 2026-02-19 22:13:06.319887 | fa163ee8-850d-8ed0-c135-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-19 22:13:06.320990 | fa163ee8-850d-8ed0-c135-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:45.439972 | 0.05s 2026-02-19 22:13:06.346645 | fa163ee8-850d-8ed0-c135-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-02-19 22:13:06.742631 | fa163ee8-850d-8ed0-c135-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-19 22:13:06.743524 | fa163ee8-850d-8ed0-c135-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:45.862515 | 0.40s 2026-02-19 22:13:06.761062 | fa163ee8-850d-8ed0-c135-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-19 22:13:06.829174 | fa163ee8-850d-8ed0-c135-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-19 22:13:06.830370 | fa163ee8-850d-8ed0-c135-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:45.949352 | 0.07s 2026-02-19 22:13:06.858543 | fa163ee8-850d-8ed0-c135-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-19 22:13:06.922000 | fa163ee8-850d-8ed0-c135-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-19 22:13:06.923206 | fa163ee8-850d-8ed0-c135-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:46.042189 | 0.06s 2026-02-19 22:13:06.949131 | fa163ee8-850d-8ed0-c135-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-19 22:13:07.011326 | fa163ee8-850d-8ed0-c135-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-19 22:13:07.012378 | fa163ee8-850d-8ed0-c135-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:46.131366 | 0.06s 2026-02-19 22:13:07.033053 | fa163ee8-850d-8ed0-c135-00000000058c | TASK | Generate grub config 2026-02-19 22:13:07.096580 | fa163ee8-850d-8ed0-c135-00000000058c | SKIPPED | Generate grub config | standalone 2026-02-19 22:13:07.097537 | fa163ee8-850d-8ed0-c135-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:46.216523 | 0.06s 2026-02-19 22:13:07.118549 | fa163ee8-850d-8ed0-c135-000000000590 | TASK | Get the block device that /boot is on 2026-02-19 22:13:07.187834 | fa163ee8-850d-8ed0-c135-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-02-19 22:13:07.189170 | fa163ee8-850d-8ed0-c135-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:46.308152 | 0.07s 2026-02-19 22:13:07.216144 | fa163ee8-850d-8ed0-c135-000000000591 | TASK | Get the mount point that /boot is in 2026-02-19 22:13:07.281376 | fa163ee8-850d-8ed0-c135-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-19 22:13:07.283127 | fa163ee8-850d-8ed0-c135-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:46.402099 | 0.07s 2026-02-19 22:13:07.310842 | fa163ee8-850d-8ed0-c135-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-02-19 22:13:07.373937 | fa163ee8-850d-8ed0-c135-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-19 22:13:07.375358 | fa163ee8-850d-8ed0-c135-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:46.494341 | 0.06s 2026-02-19 22:13:07.402106 | fa163ee8-850d-8ed0-c135-000000000593 | TASK | Executed script to fix grub-menu 2026-02-19 22:13:07.473916 | fa163ee8-850d-8ed0-c135-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-19 22:13:07.475130 | fa163ee8-850d-8ed0-c135-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:46.594112 | 0.07s 2026-02-19 22:13:07.503600 | fa163ee8-850d-8ed0-c135-000000000594 | TASK | Check grub config paths 2026-02-19 22:13:07.579990 | fa163ee8-850d-8ed0-c135-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-19 22:13:07.598909 | fa163ee8-850d-8ed0-c135-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-19 22:13:07.604874 | fa163ee8-850d-8ed0-c135-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:46.723852 | 0.10s 2026-02-19 22:13:07.632419 | fa163ee8-850d-8ed0-c135-000000000595 | TASK | Write EFI grub.cfg 2026-02-19 22:13:07.712253 | fa163ee8-850d-8ed0-c135-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-19 22:13:07.730976 | fa163ee8-850d-8ed0-c135-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-19 22:13:07.745061 | fa163ee8-850d-8ed0-c135-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:46.864013 | 0.11s 2026-02-19 22:13:07.773530 | fa163ee8-850d-8ed0-c135-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-19 22:13:07.834485 | fa163ee8-850d-8ed0-c135-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-19 22:13:07.835702 | fa163ee8-850d-8ed0-c135-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:46.954683 | 0.06s 2026-02-19 22:13:07.861907 | fa163ee8-850d-8ed0-c135-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-19 22:13:07.922528 | fa163ee8-850d-8ed0-c135-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-19 22:13:07.923656 | fa163ee8-850d-8ed0-c135-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:47.042639 | 0.06s 2026-02-19 22:13:07.949435 | fa163ee8-850d-8ed0-c135-000000000598 | TASK | Execute grub2-mkconfig 2026-02-19 22:13:08.024383 | fa163ee8-850d-8ed0-c135-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-19 22:13:08.025568 | fa163ee8-850d-8ed0-c135-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:47.144552 | 0.07s 2026-02-19 22:13:08.051066 | fa163ee8-850d-8ed0-c135-000000000599 | TASK | Check for active tuned profile 2026-02-19 22:13:08.113793 | fa163ee8-850d-8ed0-c135-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-02-19 22:13:08.114922 | fa163ee8-850d-8ed0-c135-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:47.233903 | 0.06s 2026-02-19 22:13:08.140781 | fa163ee8-850d-8ed0-c135-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-19 22:13:08.200911 | fa163ee8-850d-8ed0-c135-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-19 22:13:08.202026 | fa163ee8-850d-8ed0-c135-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:47.321009 | 0.06s 2026-02-19 22:13:08.227229 | fa163ee8-850d-8ed0-c135-00000000059b | TASK | Set reboot required fact 2026-02-19 22:13:08.286984 | fa163ee8-850d-8ed0-c135-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-02-19 22:13:08.288166 | fa163ee8-850d-8ed0-c135-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:47.407149 | 0.06s 2026-02-19 22:13:08.313935 | fa163ee8-850d-8ed0-c135-00000000059d | TASK | Apply DPDK workarounds 2026-02-19 22:13:08.365255 | fa163ee8-850d-8ed0-c135-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-02-19 22:13:08.366343 | fa163ee8-850d-8ed0-c135-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:47.485326 | 0.05s 2026-02-19 22:13:08.392757 | fa163ee8-850d-8ed0-c135-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-02-19 22:13:08.431729 | fa163ee8-850d-8ed0-c135-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-19 22:13:08.433017 | fa163ee8-850d-8ed0-c135-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:47.552000 | 0.04s 2026-02-19 22:13:08.458806 | fa163ee8-850d-8ed0-c135-0000000005a0 | TASK | Load modules 2026-02-19 22:13:08.503381 | fa163ee8-850d-8ed0-c135-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-19 22:13:08.510108 | fa163ee8-850d-8ed0-c135-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:47.629088 | 0.05s 2026-02-19 22:13:08.530811 | fa163ee8-850d-8ed0-c135-0000000005a2 | TASK | Persist modules via modules-load.d 2026-02-19 22:13:08.575388 | fa163ee8-850d-8ed0-c135-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-19 22:13:08.587369 | fa163ee8-850d-8ed0-c135-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:47.706357 | 0.06s 2026-02-19 22:13:08.607473 | fa163ee8-850d-8ed0-c135-0000000005a4 | TASK | Drop module persistence 2026-02-19 22:13:08.652342 | fa163ee8-850d-8ed0-c135-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-19 22:13:08.658376 | fa163ee8-850d-8ed0-c135-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:47.777364 | 0.05s 2026-02-19 22:13:08.678250 | fa163ee8-850d-8ed0-c135-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-02-19 22:13:08.722121 | fa163ee8-850d-8ed0-c135-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-19 22:13:08.728532 | fa163ee8-850d-8ed0-c135-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:47.847512 | 0.05s 2026-02-19 22:13:08.755750 | fa163ee8-850d-8ed0-c135-0000000005a8 | TASK | Modules reload 2026-02-19 22:13:08.785722 | fa163ee8-850d-8ed0-c135-0000000005a8 | SKIPPED | Modules reload | standalone 2026-02-19 22:13:08.787209 | fa163ee8-850d-8ed0-c135-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:47.906183 | 0.03s 2026-02-19 22:13:08.813522 | fa163ee8-850d-8ed0-c135-0000000005aa | TASK | Reboot tasks 2026-02-19 22:13:08.852875 | fa163ee8-850d-8ed0-c135-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-02-19 22:13:08.854063 | fa163ee8-850d-8ed0-c135-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:47.973040 | 0.04s 2026-02-19 22:13:08.879714 | fa163ee8-850d-8ed0-c135-0000000005ab | TASK | Skipping reboot for deployed node 2026-02-19 22:13:08.925086 | fa163ee8-850d-8ed0-c135-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-19 22:13:08.926247 | fa163ee8-850d-8ed0-c135-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:48.045223 | 0.04s PLAY [Server pre network steps] ************************************************ 2026-02-19 22:13:09.104758 | fa163ee8-850d-8ed0-c135-00000000003f | TASK | Server pre-network deployments 2026-02-19 22:13:09.131212 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-00000000003f') missing from stats 2026-02-19 22:13:09.151953 | fa163ee8-850d-8ed0-c135-000000000043 | TASK | Hiera config 2026-02-19 22:13:09.177167 | fa163ee8-850d-8ed0-c135-000000000043 | TIMING | Hiera config | standalone | 0:00:48.296152 | 0.02s 2026-02-19 22:13:09.226379 | fa163ee8-850d-8ed0-c135-000000000721 | TASK | Create /etc/puppet/hieradata 2026-02-19 22:13:09.454159 | fa163ee8-850d-8ed0-c135-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-19 22:13:09.455291 | fa163ee8-850d-8ed0-c135-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:48.574261 | 0.23s 2026-02-19 22:13:09.475796 | fa163ee8-850d-8ed0-c135-000000000722 | TASK | Write hiera config 2026-02-19 22:13:09.931563 | fa163ee8-850d-8ed0-c135-000000000722 | CHANGED | Write hiera config | standalone 2026-02-19 22:13:09.933218 | fa163ee8-850d-8ed0-c135-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:49.052200 | 0.46s 2026-02-19 22:13:09.984064 | fa163ee8-850d-8ed0-c135-000000000044 | TASK | Hiera symlink 2026-02-19 22:13:10.187006 | fa163ee8-850d-8ed0-c135-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-19 22:13:10.189051 | fa163ee8-850d-8ed0-c135-000000000044 | TIMING | Hiera symlink | standalone | 0:00:49.308027 | 0.20s 2026-02-19 22:13:10.215114 | fa163ee8-850d-8ed0-c135-000000000045 | TASK | Hieradata from vars 2026-02-19 22:13:10.244122 | fa163ee8-850d-8ed0-c135-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:49.363096 | 0.03s 2026-02-19 22:13:10.309735 | fa163ee8-850d-8ed0-c135-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-02-19 22:13:10.820779 | fa163ee8-850d-8ed0-c135-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-19 22:13:10.822315 | fa163ee8-850d-8ed0-c135-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:49.941265 | 0.51s 2026-02-19 22:13:10.848792 | fa163ee8-850d-8ed0-c135-00000000077d | TASK | Render hieradata from template 2026-02-19 22:13:11.402672 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-19 22:13:11.405600 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.524576 | 0.56s 2026-02-19 22:13:11.934058 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-19 22:13:11.936132 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.055116 | 1.09s 2026-02-19 22:13:12.487644 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-19 22:13:12.490082 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.609059 | 1.64s 2026-02-19 22:13:12.926604 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-19 22:13:12.929321 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.048255 | 2.08s 2026-02-19 22:13:13.411688 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-19 22:13:13.413691 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.532680 | 2.56s 2026-02-19 22:13:13.820104 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-19 22:13:13.820787 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.939781 | 2.97s 2026-02-19 22:13:14.260922 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-19 22:13:14.261719 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.380709 | 3.41s 2026-02-19 22:13:14.738081 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-19 22:13:14.740834 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.859811 | 3.89s 2026-02-19 22:13:15.210176 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-19 22:13:15.212158 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.331142 | 4.36s 2026-02-19 22:13:15.620704 | fa163ee8-850d-8ed0-c135-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-19 22:13:15.621836 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.740820 | 4.77s 2026-02-19 22:13:15.631860 | fa163ee8-850d-8ed0-c135-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:54.750826 | 4.78s 2026-02-19 22:13:15.688150 | fa163ee8-850d-8ed0-c135-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-19 22:13:15.719678 | fa163ee8-850d-8ed0-c135-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:54.838646 | 0.03s 2026-02-19 22:13:15.792969 | fa163ee8-850d-8ed0-c135-000000000821 | TASK | Check for hieradata file 2026-02-19 22:13:16.026451 | fa163ee8-850d-8ed0-c135-000000000821 | OK | Check for hieradata file | standalone 2026-02-19 22:13:16.028103 | fa163ee8-850d-8ed0-c135-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:55.147080 | 0.23s 2026-02-19 22:13:16.055307 | fa163ee8-850d-8ed0-c135-000000000823 | TASK | Get existing data 2026-02-19 22:13:16.106729 | fa163ee8-850d-8ed0-c135-000000000823 | SKIPPED | Get existing data | standalone 2026-02-19 22:13:16.107922 | fa163ee8-850d-8ed0-c135-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:55.226902 | 0.05s 2026-02-19 22:13:16.133335 | fa163ee8-850d-8ed0-c135-000000000824 | TASK | Set data fact 2026-02-19 22:13:16.183999 | fa163ee8-850d-8ed0-c135-000000000824 | SKIPPED | Set data fact | standalone 2026-02-19 22:13:16.185096 | fa163ee8-850d-8ed0-c135-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:55.304081 | 0.05s 2026-02-19 22:13:16.209808 | fa163ee8-850d-8ed0-c135-000000000826 | TASK | Write ansible hieradata file 2026-02-19 22:13:16.730833 | fa163ee8-850d-8ed0-c135-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-02-19 22:13:16.732341 | fa163ee8-850d-8ed0-c135-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:55.851320 | 0.52s 2026-02-19 22:13:16.832450 | fa163ee8-850d-8ed0-c135-000000000047 | TIMING | include_tasks | standalone | 0:00:55.951421 | 0.05s PLAY [Server network deployments] ********************************************** 2026-02-19 22:13:16.993710 | fa163ee8-850d-8ed0-c135-00000000004b | TASK | Network Configuration 2026-02-19 22:13:17.021112 | fa163ee8-850d-8ed0-c135-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-00000000004b') missing from stats 2026-02-19 22:13:17.045422 | fa163ee8-850d-8ed0-c135-00000000004c | TASK | Check NetworkConfig script existence 2026-02-19 22:13:17.071070 | fa163ee8-850d-8ed0-c135-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-19 22:13:17.071985 | fa163ee8-850d-8ed0-c135-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:56.190973 | 0.03s 2026-02-19 22:13:17.092119 | fa163ee8-850d-8ed0-c135-000000000052 | TASK | Gather SELinux fact if needed 2026-02-19 22:13:17.138027 | fa163ee8-850d-8ed0-c135-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-19 22:13:17.139379 | fa163ee8-850d-8ed0-c135-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:56.258362 | 0.05s 2026-02-19 22:13:17.166195 | fa163ee8-850d-8ed0-c135-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-19 22:13:17.815717 | fa163ee8-850d-8ed0-c135-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-19 22:13:17.816926 | fa163ee8-850d-8ed0-c135-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:56.935910 | 0.65s 2026-02-19 22:13:17.841733 | fa163ee8-850d-8ed0-c135-000000000054 | TASK | Ensure requirements are satisfied 2026-02-19 22:13:17.869545 | fa163ee8-850d-8ed0-c135-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:56.988520 | 0.03s 2026-02-19 22:13:17.929224 | fa163ee8-850d-8ed0-c135-0000000008bf | TASK | Gather facts if they don't exist 2026-02-19 22:13:17.966727 | fa163ee8-850d-8ed0-c135-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-02-19 22:13:17.968348 | fa163ee8-850d-8ed0-c135-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:57.087330 | 0.04s 2026-02-19 22:13:17.989635 | fa163ee8-850d-8ed0-c135-0000000008c0 | TASK | Gather variables for each operating system 2026-02-19 22:13:18.081318 | fa163ee8-850d-8ed0-c135-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 22:13:18.088466 | fa163ee8-850d-8ed0-c135-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:57.207412 | 0.10s 2026-02-19 22:13:18.117735 | fa163ee8-850d-8ed0-c135-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-19 22:13:18.387947 | fa163ee8-850d-8ed0-c135-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-19 22:13:18.390001 | fa163ee8-850d-8ed0-c135-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:57.508973 | 0.27s 2026-02-19 22:13:18.424107 | fa163ee8-850d-8ed0-c135-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-02-19 22:13:18.469246 | fa163ee8-850d-8ed0-c135-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-19 22:13:18.470747 | fa163ee8-850d-8ed0-c135-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:57.589729 | 0.04s 2026-02-19 22:13:18.497724 | fa163ee8-850d-8ed0-c135-0000000008c4 | TASK | Ensure packages are actually well installed 2026-02-19 22:13:19.559051 | fa163ee8-850d-8ed0-c135-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-19 22:13:19.560759 | fa163ee8-850d-8ed0-c135-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:58.679749 | 1.06s 2026-02-19 22:13:19.595754 | fa163ee8-850d-8ed0-c135-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 22:13:19.859465 | fa163ee8-850d-8ed0-c135-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 22:13:19.861312 | fa163ee8-850d-8ed0-c135-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:58.980261 | 0.26s 2026-02-19 22:13:19.887865 | fa163ee8-850d-8ed0-c135-000000000057 | TASK | Reload NetworkManager 2026-02-19 22:13:20.336256 | fa163ee8-850d-8ed0-c135-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-19 22:13:20.338630 | fa163ee8-850d-8ed0-c135-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:59.457607 | 0.45s 2026-02-19 22:13:20.368005 | fa163ee8-850d-8ed0-c135-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-19 22:13:20.607306 | fa163ee8-850d-8ed0-c135-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-19 22:13:20.609037 | fa163ee8-850d-8ed0-c135-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:59.728021 | 0.24s 2026-02-19 22:13:20.632202 | fa163ee8-850d-8ed0-c135-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-19 22:13:20.876363 | fa163ee8-850d-8ed0-c135-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-19 22:13:20.877517 | fa163ee8-850d-8ed0-c135-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:59.996506 | 0.24s 2026-02-19 22:13:20.903872 | fa163ee8-850d-8ed0-c135-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-19 22:13:20.944736 | fa163ee8-850d-8ed0-c135-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-19 22:13:20.946139 | fa163ee8-850d-8ed0-c135-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:01:00.065119 | 0.04s 2026-02-19 22:13:20.972146 | fa163ee8-850d-8ed0-c135-00000000005c | TASK | Ensure we get cloud-init 2026-02-19 22:13:21.219733 | fa163ee8-850d-8ed0-c135-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-19 22:13:21.221571 | fa163ee8-850d-8ed0-c135-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:01:00.340549 | 0.25s 2026-02-19 22:13:21.247985 | fa163ee8-850d-8ed0-c135-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-19 22:13:21.533178 | fa163ee8-850d-8ed0-c135-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-19 22:13:21.535316 | fa163ee8-850d-8ed0-c135-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:01:00.654262 | 0.29s 2026-02-19 22:13:21.563230 | fa163ee8-850d-8ed0-c135-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-19 22:13:21.955443 | fa163ee8-850d-8ed0-c135-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-19 22:13:21.956523 | fa163ee8-850d-8ed0-c135-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:01:01.075513 | 0.39s 2026-02-19 22:13:21.982105 | fa163ee8-850d-8ed0-c135-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-19 22:13:22.057649 | fa163ee8-850d-8ed0-c135-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-19 22:13:22.059288 | fa163ee8-850d-8ed0-c135-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:01:01.178231 | 0.07s 2026-02-19 22:13:22.092215 | fa163ee8-850d-8ed0-c135-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-19 22:13:22.342393 | fa163ee8-850d-8ed0-c135-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-19 22:13:22.344116 | fa163ee8-850d-8ed0-c135-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:01:01.463096 | 0.25s 2026-02-19 22:13:22.371436 | fa163ee8-850d-8ed0-c135-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-19 22:13:22.415765 | fa163ee8-850d-8ed0-c135-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:01:01.534728 | 0.04s 2026-02-19 22:13:22.445077 | c83d6806-3e32-4bc6-afe4-4c265f4ed35f | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-19 22:13:22.473758 | fa163ee8-850d-8ed0-c135-000000000909 | TASK | Set nic_config_file fact 2026-02-19 22:13:22.537613 | fa163ee8-850d-8ed0-c135-000000000909 | OK | Set nic_config_file fact | standalone 2026-02-19 22:13:22.539244 | fa163ee8-850d-8ed0-c135-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:01.658223 | 0.06s 2026-02-19 22:13:22.566944 | fa163ee8-850d-8ed0-c135-00000000090a | TASK | Render overidden network config 2026-02-19 22:13:22.661743 | fa163ee8-850d-8ed0-c135-00000000090a | SKIPPED | Render overidden network config | standalone 2026-02-19 22:13:22.663426 | fa163ee8-850d-8ed0-c135-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:01.782403 | 0.09s 2026-02-19 22:13:22.690831 | fa163ee8-850d-8ed0-c135-00000000090b | TASK | Render network_config 2026-02-19 22:13:22.748426 | fa163ee8-850d-8ed0-c135-00000000090b | SKIPPED | Render network_config | standalone 2026-02-19 22:13:22.749970 | fa163ee8-850d-8ed0-c135-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:01.868948 | 0.06s 2026-02-19 22:13:22.775898 | fa163ee8-850d-8ed0-c135-00000000090c | TASK | Render network_config from template 2026-02-19 22:13:23.354955 | fa163ee8-850d-8ed0-c135-00000000090c | CHANGED | Render network_config from template | standalone 2026-02-19 22:13:23.356500 | fa163ee8-850d-8ed0-c135-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:02.475480 | 0.58s 2026-02-19 22:13:23.384118 | fa163ee8-850d-8ed0-c135-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=123656133441.45998 2026-02-19 22:13:27.653409 | fa163ee8-850d-8ed0-c135-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-19 22:13:27.655870 | fa163ee8-850d-8ed0-c135-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:06.774850 | 4.27s 2026-02-19 22:13:27.687420 | fa163ee8-850d-8ed0-c135-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-19 22:13:28.253495 | fa163ee8-850d-8ed0-c135-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-19 22:13:28.254925 | fa163ee8-850d-8ed0-c135-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:07.373911 | 0.57s 2026-02-19 22:13:28.275448 | fa163ee8-850d-8ed0-c135-000000000065 | TASK | Disable cloud-init network config 2026-02-19 22:13:28.858948 | fa163ee8-850d-8ed0-c135-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-19 22:13:28.860740 | fa163ee8-850d-8ed0-c135-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:07.979719 | 0.58s 2026-02-19 22:13:28.887677 | fa163ee8-850d-8ed0-c135-000000000066 | TASK | Ensure network service is enabled 2026-02-19 22:13:29.322034 | fa163ee8-850d-8ed0-c135-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-19 22:13:29.324183 | fa163ee8-850d-8ed0-c135-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:08.443166 | 0.44s PLAY [Server network validation] *********************************************** 2026-02-19 22:13:29.503986 | fa163ee8-850d-8ed0-c135-000000000096 | TASK | Basic Network Validation 2026-02-19 22:13:29.531656 | fa163ee8-850d-8ed0-c135-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:08.650628 | 0.03s 2026-02-19 22:13:29.577629 | fa163ee8-850d-8ed0-c135-000000000945 | TASK | Collect default network fact 2026-02-19 22:13:30.121035 | fa163ee8-850d-8ed0-c135-000000000945 | OK | Collect default network fact | standalone 2026-02-19 22:13:30.122489 | fa163ee8-850d-8ed0-c135-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:09.241470 | 0.54s 2026-02-19 22:13:30.148068 | fa163ee8-850d-8ed0-c135-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-02-19 22:13:30.179069 | fa163ee8-850d-8ed0-c135-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-19 22:13:30.180462 | fa163ee8-850d-8ed0-c135-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:09.299440 | 0.03s 2026-02-19 22:13:30.205635 | fa163ee8-850d-8ed0-c135-000000000947 | TASK | Check all networks Gateway availability 2026-02-19 22:13:30.234966 | fa163ee8-850d-8ed0-c135-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:09.353942 | 0.03s 2026-02-19 22:13:30.260086 | fa163ee8-850d-8ed0-c135-000000000949 | TASK | Check Controllers availability 2026-02-19 22:13:30.329079 | fa163ee8-850d-8ed0-c135-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-19 22:13:30.336129 | fa163ee8-850d-8ed0-c135-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-19 22:13:30.342724 | fa163ee8-850d-8ed0-c135-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-19 22:13:30.348320 | fa163ee8-850d-8ed0-c135-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-19 22:13:30.356427 | fa163ee8-850d-8ed0-c135-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-19 22:13:30.362201 | fa163ee8-850d-8ed0-c135-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-19 22:13:30.374319 | fa163ee8-850d-8ed0-c135-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:09.493294 | 0.11s 2026-02-19 22:13:30.399074 | fa163ee8-850d-8ed0-c135-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-19 22:13:30.429709 | fa163ee8-850d-8ed0-c135-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-19 22:13:30.431075 | fa163ee8-850d-8ed0-c135-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:09.550055 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-02-19 22:13:30.620070 | fa163ee8-850d-8ed0-c135-00000000009a | TASK | Server pre deployments 2026-02-19 22:13:30.650251 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-00000000009a') missing from stats 2026-02-19 22:13:30.671048 | fa163ee8-850d-8ed0-c135-00000000009e | TASK | Hiera config 2026-02-19 22:13:30.697895 | fa163ee8-850d-8ed0-c135-00000000009e | TIMING | Hiera config | standalone | 0:01:09.816876 | 0.03s 2026-02-19 22:13:30.737840 | fa163ee8-850d-8ed0-c135-00000000099e | TASK | Create /etc/puppet/hieradata 2026-02-19 22:13:30.993132 | fa163ee8-850d-8ed0-c135-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-02-19 22:13:30.995056 | fa163ee8-850d-8ed0-c135-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:10.114035 | 0.26s 2026-02-19 22:13:31.022644 | fa163ee8-850d-8ed0-c135-00000000099f | TASK | Write hiera config 2026-02-19 22:13:31.532220 | fa163ee8-850d-8ed0-c135-00000000099f | OK | Write hiera config | standalone 2026-02-19 22:13:31.533892 | fa163ee8-850d-8ed0-c135-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:10.652873 | 0.51s 2026-02-19 22:13:31.583134 | fa163ee8-850d-8ed0-c135-00000000009f | TASK | Hiera symlink 2026-02-19 22:13:31.838846 | fa163ee8-850d-8ed0-c135-00000000009f | OK | Hiera symlink | standalone 2026-02-19 22:13:31.840538 | fa163ee8-850d-8ed0-c135-00000000009f | TIMING | Hiera symlink | standalone | 0:01:10.959521 | 0.26s 2026-02-19 22:13:31.866896 | fa163ee8-850d-8ed0-c135-0000000000a0 | TASK | Hieradata from vars 2026-02-19 22:13:31.896835 | fa163ee8-850d-8ed0-c135-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:11.015805 | 0.03s 2026-02-19 22:13:31.956614 | fa163ee8-850d-8ed0-c135-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-02-19 22:13:32.506152 | fa163ee8-850d-8ed0-c135-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-19 22:13:32.508162 | fa163ee8-850d-8ed0-c135-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:11.627141 | 0.55s 2026-02-19 22:13:32.534584 | fa163ee8-850d-8ed0-c135-0000000009fa | TASK | Render hieradata from template 2026-02-19 22:13:33.116666 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-19 22:13:33.118696 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.237674 | 0.58s 2026-02-19 22:13:33.695375 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-02-19 22:13:33.697495 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.816478 | 1.16s 2026-02-19 22:13:34.347901 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-19 22:13:34.350632 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.469615 | 1.81s 2026-02-19 22:13:34.850829 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-19 22:13:34.852147 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.971131 | 2.32s 2026-02-19 22:13:35.338478 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-02-19 22:13:35.341084 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.460067 | 2.81s 2026-02-19 22:13:35.870538 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-02-19 22:13:35.873067 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.992043 | 3.34s 2026-02-19 22:13:36.367002 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-02-19 22:13:36.369503 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.488486 | 3.83s 2026-02-19 22:13:36.901533 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-19 22:13:36.903585 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.022567 | 4.37s 2026-02-19 22:13:37.442979 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-19 22:13:37.445751 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.564733 | 4.91s 2026-02-19 22:13:37.975474 | fa163ee8-850d-8ed0-c135-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-19 22:13:37.978159 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:17.097146 | 5.44s 2026-02-19 22:13:37.991692 | fa163ee8-850d-8ed0-c135-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:17.110658 | 5.46s 2026-02-19 22:13:38.046185 | fa163ee8-850d-8ed0-c135-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-19 22:13:38.076152 | fa163ee8-850d-8ed0-c135-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:17.195118 | 0.03s 2026-02-19 22:13:38.148101 | fa163ee8-850d-8ed0-c135-000000000a9e | TASK | Check for hieradata file 2026-02-19 22:13:38.381239 | fa163ee8-850d-8ed0-c135-000000000a9e | OK | Check for hieradata file | standalone 2026-02-19 22:13:38.382802 | fa163ee8-850d-8ed0-c135-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:17.501782 | 0.23s 2026-02-19 22:13:38.409053 | fa163ee8-850d-8ed0-c135-000000000aa0 | TASK | Get existing data 2026-02-19 22:13:38.461714 | fa163ee8-850d-8ed0-c135-000000000aa0 | SKIPPED | Get existing data | standalone 2026-02-19 22:13:38.463246 | fa163ee8-850d-8ed0-c135-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:17.582227 | 0.05s 2026-02-19 22:13:38.489196 | fa163ee8-850d-8ed0-c135-000000000aa1 | TASK | Set data fact 2026-02-19 22:13:38.541591 | fa163ee8-850d-8ed0-c135-000000000aa1 | SKIPPED | Set data fact | standalone 2026-02-19 22:13:38.543153 | fa163ee8-850d-8ed0-c135-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:17.662133 | 0.05s 2026-02-19 22:13:38.569864 | fa163ee8-850d-8ed0-c135-000000000aa3 | TASK | Write ansible hieradata file 2026-02-19 22:13:39.026075 | fa163ee8-850d-8ed0-c135-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-02-19 22:13:39.028595 | fa163ee8-850d-8ed0-c135-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:18.147573 | 0.46s 2026-02-19 22:13:39.133985 | fa163ee8-850d-8ed0-c135-0000000000a2 | TIMING | include_tasks | standalone | 0:01:18.252948 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-02-19 22:13:39.302187 | fa163ee8-850d-8ed0-c135-0000000000a6 | TASK | Host prep steps 2026-02-19 22:13:39.340055 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000a6') missing from stats 2026-02-19 22:13:39.492526 | fa163ee8-850d-8ed0-c135-0000000000a7 | TASK | Deploy Artifacts 2026-02-19 22:13:39.607993 | fa163ee8-850d-8ed0-c135-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-19 22:13:39.609977 | fa163ee8-850d-8ed0-c135-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:18.728951 | 0.12s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:13:39.699076 | fa163ee8-850d-8ed0-c135-0000000000a8 | TIMING | include_tasks | standalone | 0:01:18.818043 | 0.06s 2026-02-19 22:13:39.879709 | 5210835c-9fcd-408d-adc4-6e7f7d7147b4 | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/host_prep_tasks.yaml | standalone 2026-02-19 22:13:39.936641 | fa163ee8-850d-8ed0-c135-000000000b1e | TASK | Run firewall role 2026-02-19 22:13:39.963534 | fa163ee8-850d-8ed0-c135-000000000b1e | TIMING | Run firewall role | standalone | 0:01:19.082508 | 0.03s 2026-02-19 22:13:40.023505 | fa163ee8-850d-8ed0-c135-000000000c1d | TASK | Gather variables for each operating system 2026-02-19 22:13:40.152174 | fa163ee8-850d-8ed0-c135-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-19 22:13:40.154219 | fa163ee8-850d-8ed0-c135-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:19.273188 | 0.13s 2026-02-19 22:13:40.160858 | fa163ee8-850d-8ed0-c135-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:19.279826 | 0.14s 2026-02-19 22:13:40.189598 | fa163ee8-850d-8ed0-c135-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-19 22:13:43.794351 | fa163ee8-850d-8ed0-c135-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-19 22:13:43.796162 | fa163ee8-850d-8ed0-c135-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:22.915142 | 3.60s 2026-02-19 22:13:43.823693 | fa163ee8-850d-8ed0-c135-000000000c22 | TASK | Create empty var for masquerade rules 2026-02-19 22:13:43.865790 | fa163ee8-850d-8ed0-c135-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-02-19 22:13:43.867647 | fa163ee8-850d-8ed0-c135-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:22.986627 | 0.04s 2026-02-19 22:13:43.894530 | fa163ee8-850d-8ed0-c135-000000000c23 | TASK | Enable masquerade 2026-02-19 22:13:43.945531 | fa163ee8-850d-8ed0-c135-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-02-19 22:13:43.947167 | fa163ee8-850d-8ed0-c135-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:23.066145 | 0.05s 2026-02-19 22:13:43.975364 | fa163ee8-850d-8ed0-c135-000000000c24 | TASK | Set the default frontend firewall rules 2026-02-19 22:13:44.018306 | fa163ee8-850d-8ed0-c135-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-02-19 22:13:44.019951 | fa163ee8-850d-8ed0-c135-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:23.138932 | 0.04s 2026-02-19 22:13:44.046883 | fa163ee8-850d-8ed0-c135-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-19 22:13:44.098574 | fa163ee8-850d-8ed0-c135-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-19 22:13:44.100591 | fa163ee8-850d-8ed0-c135-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:23.219568 | 0.05s 2026-02-19 22:13:44.127289 | fa163ee8-850d-8ed0-c135-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-02-19 22:13:44.183023 | fa163ee8-850d-8ed0-c135-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-02-19 22:13:44.184689 | fa163ee8-850d-8ed0-c135-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:23.303675 | 0.06s 2026-02-19 22:13:44.206162 | fa163ee8-850d-8ed0-c135-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-02-19 22:13:44.244086 | fa163ee8-850d-8ed0-c135-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-19 22:13:44.245589 | fa163ee8-850d-8ed0-c135-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:23.364566 | 0.04s 2026-02-19 22:13:44.271872 | fa163ee8-850d-8ed0-c135-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-02-19 22:13:44.313704 | fa163ee8-850d-8ed0-c135-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-19 22:13:44.315234 | fa163ee8-850d-8ed0-c135-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:23.434214 | 0.04s 2026-02-19 22:13:44.342604 | fa163ee8-850d-8ed0-c135-000000000c2d | TASK | Enable LOG rules 2026-02-19 22:13:44.373998 | fa163ee8-850d-8ed0-c135-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-02-19 22:13:44.375650 | fa163ee8-850d-8ed0-c135-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:23.494630 | 0.03s 2026-02-19 22:13:44.401166 | fa163ee8-850d-8ed0-c135-000000000c2e | TASK | Set rule fact 2026-02-19 22:13:44.507347 | fa163ee8-850d-8ed0-c135-000000000c2e | OK | Set rule fact | standalone 2026-02-19 22:13:44.511490 | fa163ee8-850d-8ed0-c135-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:23.630469 | 0.11s 2026-02-19 22:13:44.541784 | fa163ee8-850d-8ed0-c135-000000000c2f | TASK | Manage rules via nftables 2026-02-19 22:13:44.571444 | fa163ee8-850d-8ed0-c135-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:23.690417 | 0.03s 2026-02-19 22:13:44.661833 | fa163ee8-850d-8ed0-c135-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:23.780802 | 0.03s 2026-02-19 22:13:44.684927 | 9a5066b0-f1cf-4d32-9a13-b276db8242c0 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-19 22:13:44.710746 | fa163ee8-850d-8ed0-c135-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-02-19 22:13:46.152331 | fa163ee8-850d-8ed0-c135-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-19 22:13:46.154595 | fa163ee8-850d-8ed0-c135-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:25.273565 | 1.44s 2026-02-19 22:13:47.536793 | fa163ee8-850d-8ed0-c135-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-19 22:13:47.538580 | fa163ee8-850d-8ed0-c135-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:26.657562 | 2.83s 2026-02-19 22:13:47.549290 | fa163ee8-850d-8ed0-c135-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:26.668254 | 2.84s 2026-02-19 22:13:47.583755 | fa163ee8-850d-8ed0-c135-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-02-19 22:13:48.374860 | fa163ee8-850d-8ed0-c135-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-19 22:13:48.377142 | fa163ee8-850d-8ed0-c135-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:27.496122 | 0.79s 2026-02-19 22:13:48.406378 | fa163ee8-850d-8ed0-c135-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-02-19 22:13:48.452482 | fa163ee8-850d-8ed0-c135-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-19 22:13:48.453871 | fa163ee8-850d-8ed0-c135-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:27.572850 | 0.05s 2026-02-19 22:13:48.511137 | fa163ee8-850d-8ed0-c135-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.630110 | 0.03s 2026-02-19 22:13:48.551068 | ddd4f099-8856-4fe1-afbd-787d34fb9bfd | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-19 22:13:48.588610 | fa163ee8-850d-8ed0-c135-000000000d23 | TASK | Push empty ruleset 2026-02-19 22:13:49.115240 | fa163ee8-850d-8ed0-c135-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-02-19 22:13:49.117038 | fa163ee8-850d-8ed0-c135-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:28.236016 | 0.53s 2026-02-19 22:13:49.147586 | fa163ee8-850d-8ed0-c135-000000000d24 | TASK | Load empty ruleset 2026-02-19 22:13:49.415143 | fa163ee8-850d-8ed0-c135-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-02-19 22:13:49.417010 | fa163ee8-850d-8ed0-c135-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:28.535990 | 0.27s 2026-02-19 22:13:49.445152 | fa163ee8-850d-8ed0-c135-000000000d26 | TASK | Use default rules 2026-02-19 22:13:49.523729 | fa163ee8-850d-8ed0-c135-000000000d26 | OK | Use default rules | standalone 2026-02-19 22:13:49.527439 | fa163ee8-850d-8ed0-c135-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:28.646415 | 0.08s 2026-02-19 22:13:49.561136 | fa163ee8-850d-8ed0-c135-000000000d27 | TASK | Enable LOG rules 2026-02-19 22:13:49.652699 | fa163ee8-850d-8ed0-c135-000000000d27 | OK | Enable LOG rules | standalone 2026-02-19 22:13:49.656646 | fa163ee8-850d-8ed0-c135-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:28.775624 | 0.09s 2026-02-19 22:13:49.688497 | fa163ee8-850d-8ed0-c135-000000000d29 | TASK | Get current nftables content 2026-02-19 22:13:49.941205 | fa163ee8-850d-8ed0-c135-000000000d29 | CHANGED | Get current nftables content | standalone 2026-02-19 22:13:49.942895 | fa163ee8-850d-8ed0-c135-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:29.061876 | 0.25s 2026-02-19 22:13:49.970397 | fa163ee8-850d-8ed0-c135-000000000d2b | TASK | Generate chain jumps 2026-02-19 22:13:50.611061 | fa163ee8-850d-8ed0-c135-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-02-19 22:13:50.613381 | fa163ee8-850d-8ed0-c135-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:29.732352 | 0.64s 2026-02-19 22:13:50.643455 | fa163ee8-850d-8ed0-c135-000000000d2c | TASK | Generate chain jumps 2026-02-19 22:13:51.259344 | fa163ee8-850d-8ed0-c135-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-02-19 22:13:51.261091 | fa163ee8-850d-8ed0-c135-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:30.380071 | 0.62s 2026-02-19 22:13:51.288493 | fa163ee8-850d-8ed0-c135-000000000d2d | TASK | Generate nft flushes 2026-02-19 22:13:51.854862 | fa163ee8-850d-8ed0-c135-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-02-19 22:13:51.856390 | fa163ee8-850d-8ed0-c135-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:30.975371 | 0.57s 2026-02-19 22:13:51.882997 | fa163ee8-850d-8ed0-c135-000000000d2e | TASK | Generate nft tripleo chains 2026-02-19 22:13:52.435817 | fa163ee8-850d-8ed0-c135-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-02-19 22:13:52.437605 | fa163ee8-850d-8ed0-c135-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:31.556586 | 0.55s 2026-02-19 22:13:52.464505 | fa163ee8-850d-8ed0-c135-000000000d2f | TASK | Generate nft ruleset in static file 2026-02-19 22:13:54.291093 | fa163ee8-850d-8ed0-c135-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-02-19 22:13:54.292812 | fa163ee8-850d-8ed0-c135-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:33.411793 | 1.83s 2026-02-19 22:13:54.319737 | fa163ee8-850d-8ed0-c135-000000000d31 | TASK | Validate all of the generated content before loading 2026-02-19 22:13:54.912302 | fa163ee8-850d-8ed0-c135-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-19 22:13:54.914121 | fa163ee8-850d-8ed0-c135-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:34.033100 | 0.59s 2026-02-19 22:13:54.941747 | fa163ee8-850d-8ed0-c135-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-02-19 22:13:55.239928 | fa163ee8-850d-8ed0-c135-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-19 22:13:55.241792 | fa163ee8-850d-8ed0-c135-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:34.360770 | 0.30s 2026-02-19 22:13:55.302085 | fa163ee8-850d-8ed0-c135-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:34.421057 | 0.03s 2026-02-19 22:13:55.322859 | f787feb8-e2a9-4aa6-829a-6ae7223a5171 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-19 22:13:55.379165 | fa163ee8-850d-8ed0-c135-000000000d9a | TASK | Inject our custom chains in nftables 2026-02-19 22:13:55.645713 | fa163ee8-850d-8ed0-c135-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-02-19 22:13:55.647632 | fa163ee8-850d-8ed0-c135-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:34.766610 | 0.27s 2026-02-19 22:13:55.674908 | fa163ee8-850d-8ed0-c135-000000000d9b | TASK | Reload custom nftables ruleset files 2026-02-19 22:13:56.008243 | fa163ee8-850d-8ed0-c135-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-19 22:13:56.010102 | fa163ee8-850d-8ed0-c135-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:35.129076 | 0.33s 2026-02-19 22:13:56.085804 | fa163ee8-850d-8ed0-c135-000000000b1f | TASK | create persistent logs directory 2026-02-19 22:13:56.368336 | fa163ee8-850d-8ed0-c135-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 22:13:56.371477 | fa163ee8-850d-8ed0-c135-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:35.490450 | 0.28s 2026-02-19 22:13:56.578126 | fa163ee8-850d-8ed0-c135-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-02-19 22:13:56.580206 | fa163ee8-850d-8ed0-c135-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:35.699188 | 0.49s 2026-02-19 22:13:56.591146 | fa163ee8-850d-8ed0-c135-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:35.710114 | 0.50s 2026-02-19 22:13:56.617789 | fa163ee8-850d-8ed0-c135-000000000b20 | TASK | create persistent directories 2026-02-19 22:13:56.875839 | fa163ee8-850d-8ed0-c135-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 22:13:56.878538 | fa163ee8-850d-8ed0-c135-000000000b20 | TIMING | create persistent directories | standalone | 0:01:35.997511 | 0.26s 2026-02-19 22:13:56.888259 | fa163ee8-850d-8ed0-c135-000000000b20 | TIMING | create persistent directories | standalone | 0:01:36.007230 | 0.27s 2026-02-19 22:13:56.916588 | fa163ee8-850d-8ed0-c135-000000000b21 | TASK | create persistent directories 2026-02-19 22:13:57.206804 | fa163ee8-850d-8ed0-c135-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 22:13:57.209547 | fa163ee8-850d-8ed0-c135-000000000b21 | TIMING | create persistent directories | standalone | 0:01:36.328519 | 0.29s 2026-02-19 22:13:57.453562 | fa163ee8-850d-8ed0-c135-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-02-19 22:13:57.455055 | fa163ee8-850d-8ed0-c135-000000000b21 | TIMING | create persistent directories | standalone | 0:01:36.574037 | 0.54s 2026-02-19 22:13:57.462454 | fa163ee8-850d-8ed0-c135-000000000b21 | TIMING | create persistent directories | standalone | 0:01:36.581415 | 0.54s 2026-02-19 22:13:57.490161 | fa163ee8-850d-8ed0-c135-000000000b22 | TASK | create persistent directories 2026-02-19 22:13:57.765617 | fa163ee8-850d-8ed0-c135-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-02-19 22:13:57.767360 | fa163ee8-850d-8ed0-c135-000000000b22 | TIMING | create persistent directories | standalone | 0:01:36.886339 | 0.28s 2026-02-19 22:13:57.779566 | fa163ee8-850d-8ed0-c135-000000000b22 | TIMING | create persistent directories | standalone | 0:01:36.898535 | 0.29s 2026-02-19 22:13:57.805961 | fa163ee8-850d-8ed0-c135-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-19 22:13:58.922794 | fa163ee8-850d-8ed0-c135-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-19 22:13:58.924727 | fa163ee8-850d-8ed0-c135-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:38.043707 | 1.12s 2026-02-19 22:13:58.951002 | fa163ee8-850d-8ed0-c135-000000000b24 | TASK | create persistent directories 2026-02-19 22:13:59.190572 | fa163ee8-850d-8ed0-c135-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 22:13:59.194837 | fa163ee8-850d-8ed0-c135-000000000b24 | TIMING | create persistent directories | standalone | 0:01:38.313798 | 0.24s 2026-02-19 22:13:59.375320 | fa163ee8-850d-8ed0-c135-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-19 22:13:59.376726 | fa163ee8-850d-8ed0-c135-000000000b24 | TIMING | create persistent directories | standalone | 0:01:38.495711 | 0.42s 2026-02-19 22:13:59.383881 | fa163ee8-850d-8ed0-c135-000000000b24 | TIMING | create persistent directories | standalone | 0:01:38.502867 | 0.43s 2026-02-19 22:13:59.410923 | fa163ee8-850d-8ed0-c135-000000000b25 | TASK | create fcontext entry for cinder data 2026-02-19 22:14:00.748430 | fa163ee8-850d-8ed0-c135-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-19 22:14:00.750249 | fa163ee8-850d-8ed0-c135-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:39.869236 | 1.34s 2026-02-19 22:14:00.778607 | fa163ee8-850d-8ed0-c135-000000000b26 | TASK | create persistent directories 2026-02-19 22:14:01.082981 | fa163ee8-850d-8ed0-c135-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 22:14:01.085897 | fa163ee8-850d-8ed0-c135-000000000b26 | TIMING | create persistent directories | standalone | 0:01:40.204872 | 0.30s 2026-02-19 22:14:01.322877 | fa163ee8-850d-8ed0-c135-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-19 22:14:01.323946 | fa163ee8-850d-8ed0-c135-000000000b26 | TIMING | create persistent directories | standalone | 0:01:40.442935 | 0.54s 2026-02-19 22:14:01.330403 | fa163ee8-850d-8ed0-c135-000000000b26 | TIMING | create persistent directories | standalone | 0:01:40.449369 | 0.55s 2026-02-19 22:14:01.359668 | fa163ee8-850d-8ed0-c135-000000000b27 | TASK | ensure ceph configurations exist 2026-02-19 22:14:01.617556 | fa163ee8-850d-8ed0-c135-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-02-19 22:14:01.619302 | fa163ee8-850d-8ed0-c135-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:40.738256 | 0.26s 2026-02-19 22:14:01.645920 | fa163ee8-850d-8ed0-c135-000000000b28 | TASK | create persistent directories 2026-02-19 22:14:01.909822 | fa163ee8-850d-8ed0-c135-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 22:14:01.911216 | fa163ee8-850d-8ed0-c135-000000000b28 | TIMING | create persistent directories | standalone | 0:01:41.030206 | 0.26s 2026-02-19 22:14:01.917952 | fa163ee8-850d-8ed0-c135-000000000b28 | TIMING | create persistent directories | standalone | 0:01:41.036923 | 0.27s 2026-02-19 22:14:01.946307 | fa163ee8-850d-8ed0-c135-000000000b2a | TASK | Create cinder image conversion directory 2026-02-19 22:14:01.987520 | fa163ee8-850d-8ed0-c135-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-02-19 22:14:01.988828 | fa163ee8-850d-8ed0-c135-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:41.107808 | 0.04s 2026-02-19 22:14:02.015154 | fa163ee8-850d-8ed0-c135-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-02-19 22:14:02.056480 | fa163ee8-850d-8ed0-c135-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-19 22:14:02.057715 | fa163ee8-850d-8ed0-c135-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:41.176693 | 0.04s 2026-02-19 22:14:02.084144 | fa163ee8-850d-8ed0-c135-000000000b2d | TASK | cinder_configure_lvm fact 2026-02-19 22:14:02.125139 | fa163ee8-850d-8ed0-c135-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-02-19 22:14:02.126411 | fa163ee8-850d-8ed0-c135-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:41.245396 | 0.04s 2026-02-19 22:14:02.151572 | fa163ee8-850d-8ed0-c135-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-02-19 22:14:05.732335 | fa163ee8-850d-8ed0-c135-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-02-19 22:14:05.738554 | fa163ee8-850d-8ed0-c135-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:44.857522 | 3.59s 2026-02-19 22:14:05.767697 | fa163ee8-850d-8ed0-c135-000000000b30 | TASK | cinder create LVM volume group dd 2026-02-19 22:14:06.027693 | fa163ee8-850d-8ed0-c135-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-02-19 22:14:06.029476 | fa163ee8-850d-8ed0-c135-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:45.148459 | 0.26s 2026-02-19 22:14:06.092187 | fa163ee8-850d-8ed0-c135-000000000b31 | TASK | Get or create LVM loopback device 2026-02-19 22:14:06.430060 | fa163ee8-850d-8ed0-c135-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-02-19 22:14:06.431650 | fa163ee8-850d-8ed0-c135-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:45.550633 | 0.34s 2026-02-19 22:14:06.460130 | fa163ee8-850d-8ed0-c135-000000000b32 | TASK | Create LVM volume group 2026-02-19 22:14:07.035528 | fa163ee8-850d-8ed0-c135-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-02-19 22:14:07.037055 | fa163ee8-850d-8ed0-c135-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:46.156038 | 0.57s 2026-02-19 22:14:07.062695 | fa163ee8-850d-8ed0-c135-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-02-19 22:14:07.562964 | fa163ee8-850d-8ed0-c135-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-02-19 22:14:07.564673 | fa163ee8-850d-8ed0-c135-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:46.683653 | 0.50s 2026-02-19 22:14:07.591338 | fa163ee8-850d-8ed0-c135-000000000b34 | TASK | cinder enable the LVM losetup service 2026-02-19 22:14:08.509938 | fa163ee8-850d-8ed0-c135-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-02-19 22:14:08.512353 | fa163ee8-850d-8ed0-c135-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:47.631333 | 0.92s 2026-02-19 22:14:08.539067 | fa163ee8-850d-8ed0-c135-000000000b36 | TASK | allow logrotate to read inside containers 2026-02-19 22:14:09.529645 | fa163ee8-850d-8ed0-c135-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-19 22:14:09.531952 | fa163ee8-850d-8ed0-c135-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:48.650931 | 0.99s 2026-02-19 22:14:09.559448 | fa163ee8-850d-8ed0-c135-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-02-19 22:14:11.888997 | fa163ee8-850d-8ed0-c135-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-19 22:14:11.893355 | fa163ee8-850d-8ed0-c135-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:51.012336 | 2.33s 2026-02-19 22:14:11.962184 | fa163ee8-850d-8ed0-c135-000000000b39 | OK | set_fact | standalone 2026-02-19 22:14:11.964998 | fa163ee8-850d-8ed0-c135-000000000b39 | TIMING | set_fact | standalone | 0:01:51.083981 | 0.04s 2026-02-19 22:14:12.020454 | fa163ee8-850d-8ed0-c135-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:51.139425 | 0.03s 2026-02-19 22:14:12.100601 | fa163ee8-850d-8ed0-c135-000000000ee1 | TASK | ensure apache is installed 2026-02-19 22:14:19.420056 | fa163ee8-850d-8ed0-c135-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-02-19 22:14:19.421417 | fa163ee8-850d-8ed0-c135-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:58.540401 | 7.32s 2026-02-19 22:14:19.442650 | fa163ee8-850d-8ed0-c135-000000000ee2 | TASK | create image data directory 2026-02-19 22:14:19.699077 | fa163ee8-850d-8ed0-c135-000000000ee2 | CHANGED | create image data directory | standalone 2026-02-19 22:14:19.700786 | fa163ee8-850d-8ed0-c135-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:58.819733 | 0.26s 2026-02-19 22:14:19.729464 | fa163ee8-850d-8ed0-c135-000000000ee3 | TASK | create /v2/ response file 2026-02-19 22:14:20.240619 | fa163ee8-850d-8ed0-c135-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-02-19 22:14:20.241645 | fa163ee8-850d-8ed0-c135-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:59.360635 | 0.51s 2026-02-19 22:14:20.263342 | fa163ee8-850d-8ed0-c135-000000000ee4 | TASK | Add listen line 2026-02-19 22:14:20.639739 | fa163ee8-850d-8ed0-c135-000000000ee4 | CHANGED | Add listen line | standalone 2026-02-19 22:14:20.641467 | fa163ee8-850d-8ed0-c135-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:59.760449 | 0.38s 2026-02-19 22:14:20.667718 | fa163ee8-850d-8ed0-c135-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-19 22:14:21.187706 | fa163ee8-850d-8ed0-c135-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-19 22:14:21.189138 | fa163ee8-850d-8ed0-c135-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:02:00.308121 | 0.52s 2026-02-19 22:14:21.214497 | fa163ee8-850d-8ed0-c135-000000000ee6 | TASK | Image-Serve | restart httpd 2026-02-19 22:14:22.204250 | fa163ee8-850d-8ed0-c135-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-02-19 22:14:22.206483 | fa163ee8-850d-8ed0-c135-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:02:01.325469 | 0.99s 2026-02-19 22:14:22.244022 | fa163ee8-850d-8ed0-c135-000000000b3c | TASK | create persistent logs directory 2026-02-19 22:14:22.501105 | fa163ee8-850d-8ed0-c135-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-19 22:14:22.502835 | fa163ee8-850d-8ed0-c135-000000000b3c | TIMING | create persistent logs directory | standalone | 0:02:01.621813 | 0.26s 2026-02-19 22:14:22.730407 | fa163ee8-850d-8ed0-c135-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-19 22:14:22.732185 | fa163ee8-850d-8ed0-c135-000000000b3c | TIMING | create persistent logs directory | standalone | 0:02:01.851173 | 0.49s 2026-02-19 22:14:22.742048 | fa163ee8-850d-8ed0-c135-000000000b3c | TIMING | create persistent logs directory | standalone | 0:02:01.861034 | 0.50s 2026-02-19 22:14:22.760014 | fa163ee8-850d-8ed0-c135-000000000b3d | TASK | Mount NFS on host 2026-02-19 22:14:22.788785 | fa163ee8-850d-8ed0-c135-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-02-19 22:14:22.789476 | fa163ee8-850d-8ed0-c135-000000000b3d | TIMING | Mount NFS on host | standalone | 0:02:01.908469 | 0.03s 2026-02-19 22:14:22.806426 | fa163ee8-850d-8ed0-c135-000000000b3e | TASK | Mount Node Staging Location 2026-02-19 22:14:22.833169 | fa163ee8-850d-8ed0-c135-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-02-19 22:14:22.833854 | fa163ee8-850d-8ed0-c135-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:02:01.952848 | 0.03s 2026-02-19 22:14:22.850781 | fa163ee8-850d-8ed0-c135-000000000b3f | TASK | ensure /var/lib/glance exists 2026-02-19 22:14:23.102365 | fa163ee8-850d-8ed0-c135-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-19 22:14:23.103832 | fa163ee8-850d-8ed0-c135-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:02:02.222815 | 0.25s 2026-02-19 22:14:23.128689 | fa163ee8-850d-8ed0-c135-000000000b40 | TASK | create logs directory 2026-02-19 22:14:23.411610 | fa163ee8-850d-8ed0-c135-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-19 22:14:23.414662 | fa163ee8-850d-8ed0-c135-000000000b40 | TIMING | create logs directory | standalone | 0:02:02.533640 | 0.28s 2026-02-19 22:14:23.600538 | fa163ee8-850d-8ed0-c135-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-02-19 22:14:23.601658 | fa163ee8-850d-8ed0-c135-000000000b40 | TIMING | create logs directory | standalone | 0:02:02.720644 | 0.47s 2026-02-19 22:14:23.613583 | fa163ee8-850d-8ed0-c135-000000000b40 | TIMING | create logs directory | standalone | 0:02:02.732571 | 0.48s 2026-02-19 22:14:23.631581 | fa163ee8-850d-8ed0-c135-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-02-19 22:14:23.658957 | fa163ee8-850d-8ed0-c135-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-02-19 22:14:23.659624 | fa163ee8-850d-8ed0-c135-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:02:02.778617 | 0.03s 2026-02-19 22:14:23.676563 | fa163ee8-850d-8ed0-c135-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-02-19 22:14:23.901898 | fa163ee8-850d-8ed0-c135-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-02-19 22:14:23.903315 | fa163ee8-850d-8ed0-c135-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:02:03.022300 | 0.23s 2026-02-19 22:14:23.928243 | fa163ee8-850d-8ed0-c135-000000000b43 | TASK | create persistent directories 2026-02-19 22:14:24.172944 | fa163ee8-850d-8ed0-c135-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-19 22:14:24.175194 | fa163ee8-850d-8ed0-c135-000000000b43 | TIMING | create persistent directories | standalone | 0:02:03.294175 | 0.25s 2026-02-19 22:14:24.185644 | fa163ee8-850d-8ed0-c135-000000000b43 | TIMING | create persistent directories | standalone | 0:02:03.304618 | 0.26s 2026-02-19 22:14:24.207794 | fa163ee8-850d-8ed0-c135-000000000b44 | TASK | create persistent data directory 2026-02-19 22:14:24.450637 | fa163ee8-850d-8ed0-c135-000000000b44 | OK | create persistent data directory | standalone 2026-02-19 22:14:24.452047 | fa163ee8-850d-8ed0-c135-000000000b44 | TIMING | create persistent data directory | standalone | 0:02:03.571031 | 0.24s 2026-02-19 22:14:24.476924 | fa163ee8-850d-8ed0-c135-000000000b45 | TASK | create persistent directories 2026-02-19 22:14:24.743249 | fa163ee8-850d-8ed0-c135-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-19 22:14:24.745673 | fa163ee8-850d-8ed0-c135-000000000b45 | TIMING | create persistent directories | standalone | 0:02:03.864644 | 0.27s 2026-02-19 22:14:24.974212 | fa163ee8-850d-8ed0-c135-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-19 22:14:24.975338 | fa163ee8-850d-8ed0-c135-000000000b45 | TIMING | create persistent directories | standalone | 0:02:04.094324 | 0.50s 2026-02-19 22:14:24.982186 | fa163ee8-850d-8ed0-c135-000000000b45 | TIMING | create persistent directories | standalone | 0:02:04.101165 | 0.50s 2026-02-19 22:14:25.007644 | fa163ee8-850d-8ed0-c135-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-02-19 22:14:32.299949 | fa163ee8-850d-8ed0-c135-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-19 22:14:32.301458 | fa163ee8-850d-8ed0-c135-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:11.420441 | 7.29s 2026-02-19 22:14:32.326570 | fa163ee8-850d-8ed0-c135-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-19 22:14:32.409923 | fa163ee8-850d-8ed0-c135-000000000b47 | 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.ooo.test in environment production in 0.73 seconds", "Notice: Applied catalog in 0.25 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.25", " Config retrieval: 0.81", " Last run: 1771539272", " Total: 0.25", "Version:", " Config: 1771539271", " 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-19 22:14:32.411482 | fa163ee8-850d-8ed0-c135-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:11.530465 | 0.08s 2026-02-19 22:14:32.436406 | fa163ee8-850d-8ed0-c135-000000000b48 | TASK | create persistent directories 2026-02-19 22:14:32.684211 | fa163ee8-850d-8ed0-c135-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 22:14:32.685987 | fa163ee8-850d-8ed0-c135-000000000b48 | TIMING | create persistent directories | standalone | 0:02:11.804965 | 0.25s 2026-02-19 22:14:32.872108 | fa163ee8-850d-8ed0-c135-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-19 22:14:32.873301 | fa163ee8-850d-8ed0-c135-000000000b48 | TIMING | create persistent directories | standalone | 0:02:11.992256 | 0.44s 2026-02-19 22:14:32.883355 | fa163ee8-850d-8ed0-c135-000000000b48 | TIMING | create persistent directories | standalone | 0:02:12.002335 | 0.45s 2026-02-19 22:14:32.917371 | fa163ee8-850d-8ed0-c135-000000000b49 | TASK | create persistent directories 2026-02-19 22:14:33.171514 | fa163ee8-850d-8ed0-c135-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 22:14:33.173300 | fa163ee8-850d-8ed0-c135-000000000b49 | TIMING | create persistent directories | standalone | 0:02:12.292241 | 0.25s 2026-02-19 22:14:33.338556 | fa163ee8-850d-8ed0-c135-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-19 22:14:33.339702 | fa163ee8-850d-8ed0-c135-000000000b49 | TIMING | create persistent directories | standalone | 0:02:12.458688 | 0.42s 2026-02-19 22:14:33.346099 | fa163ee8-850d-8ed0-c135-000000000b49 | TIMING | create persistent directories | standalone | 0:02:12.465080 | 0.43s 2026-02-19 22:14:33.371886 | fa163ee8-850d-8ed0-c135-000000000b4a | TASK | create persistent directories 2026-02-19 22:14:33.599921 | fa163ee8-850d-8ed0-c135-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 22:14:33.601409 | fa163ee8-850d-8ed0-c135-000000000b4a | TIMING | create persistent directories | standalone | 0:02:12.720390 | 0.23s 2026-02-19 22:14:33.607453 | fa163ee8-850d-8ed0-c135-000000000b4a | TIMING | create persistent directories | standalone | 0:02:12.726434 | 0.23s 2026-02-19 22:14:33.632755 | fa163ee8-850d-8ed0-c135-000000000b4b | TASK | create persistent directories 2026-02-19 22:14:33.899035 | fa163ee8-850d-8ed0-c135-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-19 22:14:33.901453 | fa163ee8-850d-8ed0-c135-000000000b4b | TIMING | create persistent directories | standalone | 0:02:13.020430 | 0.27s 2026-02-19 22:14:34.104026 | fa163ee8-850d-8ed0-c135-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-19 22:14:34.105757 | fa163ee8-850d-8ed0-c135-000000000b4b | TIMING | create persistent directories | standalone | 0:02:13.224744 | 0.47s 2026-02-19 22:14:34.308014 | fa163ee8-850d-8ed0-c135-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-19 22:14:34.309725 | fa163ee8-850d-8ed0-c135-000000000b4b | TIMING | create persistent directories | standalone | 0:02:13.428711 | 0.68s 2026-02-19 22:14:34.537184 | fa163ee8-850d-8ed0-c135-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-19 22:14:34.538360 | fa163ee8-850d-8ed0-c135-000000000b4b | TIMING | create persistent directories | standalone | 0:02:13.657346 | 0.90s 2026-02-19 22:14:34.544828 | fa163ee8-850d-8ed0-c135-000000000b4b | TIMING | create persistent directories | standalone | 0:02:13.663816 | 0.91s 2026-02-19 22:14:34.562480 | fa163ee8-850d-8ed0-c135-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-02-19 22:14:34.986353 | fa163ee8-850d-8ed0-c135-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-19 22:14:34.987123 | fa163ee8-850d-8ed0-c135-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:14.106117 | 0.42s 2026-02-19 22:14:35.009768 | fa163ee8-850d-8ed0-c135-000000000b4d | TASK | create fcontext entry for iscsi 2026-02-19 22:14:36.301073 | fa163ee8-850d-8ed0-c135-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:14:36.303006 | fa163ee8-850d-8ed0-c135-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:15.421984 | 1.29s 2026-02-19 22:14:37.572770 | fa163ee8-850d-8ed0-c135-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-19 22:14:37.574778 | fa163ee8-850d-8ed0-c135-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:16.693762 | 2.56s 2026-02-19 22:14:38.828960 | fa163ee8-850d-8ed0-c135-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:14:38.829842 | fa163ee8-850d-8ed0-c135-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:17.948835 | 3.82s 2026-02-19 22:14:38.834105 | fa163ee8-850d-8ed0-c135-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:17.953092 | 3.82s 2026-02-19 22:14:38.859854 | fa163ee8-850d-8ed0-c135-000000000b4e | TASK | create persistent directories 2026-02-19 22:14:39.126178 | fa163ee8-850d-8ed0-c135-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:14:39.128649 | fa163ee8-850d-8ed0-c135-000000000b4e | TIMING | create persistent directories | standalone | 0:02:18.247625 | 0.27s 2026-02-19 22:14:39.314886 | fa163ee8-850d-8ed0-c135-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-19 22:14:39.315981 | fa163ee8-850d-8ed0-c135-000000000b4e | TIMING | create persistent directories | standalone | 0:02:18.434969 | 0.45s 2026-02-19 22:14:39.488534 | fa163ee8-850d-8ed0-c135-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-19 22:14:39.490220 | fa163ee8-850d-8ed0-c135-000000000b4e | TIMING | create persistent directories | standalone | 0:02:18.609207 | 0.63s 2026-02-19 22:14:39.501106 | fa163ee8-850d-8ed0-c135-000000000b4e | TIMING | create persistent directories | standalone | 0:02:18.620095 | 0.64s 2026-02-19 22:14:39.526733 | fa163ee8-850d-8ed0-c135-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-19 22:14:39.749008 | fa163ee8-850d-8ed0-c135-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-19 22:14:39.750360 | fa163ee8-850d-8ed0-c135-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:18.869346 | 0.22s 2026-02-19 22:14:39.775038 | fa163ee8-850d-8ed0-c135-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-02-19 22:14:39.804482 | fa163ee8-850d-8ed0-c135-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-19 22:14:39.805638 | fa163ee8-850d-8ed0-c135-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:18.924622 | 0.03s 2026-02-19 22:14:39.830467 | fa163ee8-850d-8ed0-c135-000000000b51 | TASK | Check if iscsi.service is enabled 2026-02-19 22:14:40.042648 | fa163ee8-850d-8ed0-c135-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-19 22:14:40.044059 | fa163ee8-850d-8ed0-c135-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:19.163041 | 0.21s 2026-02-19 22:14:40.069593 | fa163ee8-850d-8ed0-c135-000000000b52 | TASK | Stop iscsi.service 2026-02-19 22:14:40.112636 | fa163ee8-850d-8ed0-c135-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-02-19 22:14:40.113945 | fa163ee8-850d-8ed0-c135-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:19.232928 | 0.04s 2026-02-19 22:14:40.168959 | fa163ee8-850d-8ed0-c135-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:19.287928 | 0.03s 2026-02-19 22:14:40.266742 | fa163ee8-850d-8ed0-c135-00000000104c | TASK | Install additional packages 2026-02-19 22:14:40.292969 | fa163ee8-850d-8ed0-c135-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:19.411950 | 0.03s 2026-02-19 22:14:40.310236 | fa163ee8-850d-8ed0-c135-00000000104d | TASK | Remove dracut-config-generic 2026-02-19 22:14:44.222572 | fa163ee8-850d-8ed0-c135-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-02-19 22:14:44.224193 | fa163ee8-850d-8ed0-c135-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:23.343174 | 3.91s 2026-02-19 22:14:44.250711 | fa163ee8-850d-8ed0-c135-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-19 22:14:44.443230 | fa163ee8-850d-8ed0-c135-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-19 22:14:44.445023 | fa163ee8-850d-8ed0-c135-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:23.564003 | 0.19s 2026-02-19 22:14:44.471630 | fa163ee8-850d-8ed0-c135-00000000104f | TASK | Write list of modules to load at boot 2026-02-19 22:14:44.939849 | fa163ee8-850d-8ed0-c135-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-02-19 22:14:44.941374 | fa163ee8-850d-8ed0-c135-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:24.060355 | 0.47s 2026-02-19 22:14:44.968259 | fa163ee8-850d-8ed0-c135-000000001050 | TASK | Modules reload 2026-02-19 22:14:45.407000 | fa163ee8-850d-8ed0-c135-000000001050 | CHANGED | Modules reload | standalone 2026-02-19 22:14:45.408805 | fa163ee8-850d-8ed0-c135-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:24.527787 | 0.44s 2026-02-19 22:14:45.435218 | fa163ee8-850d-8ed0-c135-000000001051 | TASK | Set default sysctl options 2026-02-19 22:14:45.934623 | fa163ee8-850d-8ed0-c135-000000001051 | CHANGED | Set default sysctl options | standalone 2026-02-19 22:14:45.935980 | fa163ee8-850d-8ed0-c135-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:25.054964 | 0.50s 2026-02-19 22:14:45.961774 | fa163ee8-850d-8ed0-c135-000000001052 | TASK | Set extra sysctl options 2026-02-19 22:14:46.349386 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-19 22:14:46.350907 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:25.469888 | 0.39s 2026-02-19 22:14:46.572697 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-19 22:14:46.573672 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:25.692660 | 0.61s 2026-02-19 22:14:46.822990 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-19 22:14:46.824888 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:25.943870 | 0.86s 2026-02-19 22:14:47.073153 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-19 22:14:47.074830 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:26.193812 | 1.11s 2026-02-19 22:14:47.308281 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-19 22:14:47.309292 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:26.428262 | 1.35s 2026-02-19 22:14:47.519478 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-19 22:14:47.521170 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:26.640157 | 1.56s 2026-02-19 22:14:47.741238 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-19 22:14:47.742308 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:26.861295 | 1.78s 2026-02-19 22:14:48.016486 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-19 22:14:48.017545 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:27.136533 | 2.05s 2026-02-19 22:14:48.285928 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-19 22:14:48.288128 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:27.407110 | 2.32s 2026-02-19 22:14:48.544396 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-19 22:14:48.545883 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:27.664872 | 2.58s 2026-02-19 22:14:48.773548 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-19 22:14:48.774487 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:27.893476 | 2.81s 2026-02-19 22:14:49.027140 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-19 22:14:49.028690 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:28.147678 | 3.06s 2026-02-19 22:14:49.264567 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-19 22:14:49.266147 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:28.385135 | 3.30s 2026-02-19 22:14:49.489354 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-19 22:14:49.490378 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:28.609366 | 3.53s 2026-02-19 22:14:49.712912 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-19 22:14:49.714526 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:28.833505 | 3.75s 2026-02-19 22:14:49.955814 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-19 22:14:49.958108 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:29.077087 | 3.99s 2026-02-19 22:14:50.171955 | fa163ee8-850d-8ed0-c135-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-19 22:14:50.174526 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:29.293508 | 4.21s 2026-02-19 22:14:50.186683 | fa163ee8-850d-8ed0-c135-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:29.305650 | 4.22s 2026-02-19 22:14:50.216134 | fa163ee8-850d-8ed0-c135-000000001054 | TASK | Sysctl reload 2026-02-19 22:14:50.628689 | fa163ee8-850d-8ed0-c135-000000001054 | CHANGED | Sysctl reload | standalone 2026-02-19 22:14:50.630854 | fa163ee8-850d-8ed0-c135-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:29.749834 | 0.41s 2026-02-19 22:14:50.680826 | fa163ee8-850d-8ed0-c135-000000000b54 | TASK | create persistent directories 2026-02-19 22:14:50.942949 | fa163ee8-850d-8ed0-c135-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-19 22:14:50.944974 | fa163ee8-850d-8ed0-c135-000000000b54 | TIMING | create persistent directories | standalone | 0:02:30.063945 | 0.26s 2026-02-19 22:14:51.171529 | fa163ee8-850d-8ed0-c135-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-19 22:14:51.173747 | fa163ee8-850d-8ed0-c135-000000000b54 | TIMING | create persistent directories | standalone | 0:02:30.292731 | 0.49s 2026-02-19 22:14:51.184240 | fa163ee8-850d-8ed0-c135-000000000b54 | TIMING | create persistent directories | standalone | 0:02:30.303218 | 0.50s 2026-02-19 22:14:51.209909 | fa163ee8-850d-8ed0-c135-000000000b55 | TASK | Check if file certs_valid exist 2026-02-19 22:14:51.446306 | fa163ee8-850d-8ed0-c135-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-02-19 22:14:51.448079 | fa163ee8-850d-8ed0-c135-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:30.567058 | 0.24s 2026-02-19 22:14:51.473765 | fa163ee8-850d-8ed0-c135-000000000b56 | TASK | Check if file cert9.db exist 2026-02-19 22:14:51.706110 | fa163ee8-850d-8ed0-c135-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-02-19 22:14:51.707698 | fa163ee8-850d-8ed0-c135-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:30.826678 | 0.23s 2026-02-19 22:14:51.733212 | fa163ee8-850d-8ed0-c135-000000000b57 | TASK | Check if file key4.db exist 2026-02-19 22:14:51.961884 | fa163ee8-850d-8ed0-c135-000000000b57 | OK | Check if file key4.db exist | standalone 2026-02-19 22:14:51.963982 | fa163ee8-850d-8ed0-c135-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:31.082962 | 0.23s 2026-02-19 22:14:52.027624 | fa163ee8-850d-8ed0-c135-000000000b58 | SKIPPED | fail | standalone 2026-02-19 22:14:52.029211 | fa163ee8-850d-8ed0-c135-000000000b58 | TIMING | fail | standalone | 0:02:31.148184 | 0.03s 2026-02-19 22:14:52.055595 | fa163ee8-850d-8ed0-c135-000000000b59 | TASK | Create persistent directories 2026-02-19 22:14:52.336932 | fa163ee8-850d-8ed0-c135-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 22:14:52.338721 | fa163ee8-850d-8ed0-c135-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:31.457700 | 0.28s 2026-02-19 22:14:52.561732 | fa163ee8-850d-8ed0-c135-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-19 22:14:52.563389 | fa163ee8-850d-8ed0-c135-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:31.682374 | 0.51s 2026-02-19 22:14:52.573958 | fa163ee8-850d-8ed0-c135-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:31.692945 | 0.52s 2026-02-19 22:14:52.599002 | fa163ee8-850d-8ed0-c135-000000000b5a | TASK | create persistent directories 2026-02-19 22:14:52.851136 | fa163ee8-850d-8ed0-c135-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 22:14:52.853174 | fa163ee8-850d-8ed0-c135-000000000b5a | TIMING | create persistent directories | standalone | 0:02:31.972156 | 0.25s 2026-02-19 22:14:52.863151 | fa163ee8-850d-8ed0-c135-000000000b5a | TIMING | create persistent directories | standalone | 0:02:31.982138 | 0.26s 2026-02-19 22:14:52.888372 | fa163ee8-850d-8ed0-c135-000000000b5b | TASK | create persistent directories 2026-02-19 22:14:53.136190 | fa163ee8-850d-8ed0-c135-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 22:14:53.137766 | fa163ee8-850d-8ed0-c135-000000000b5b | TIMING | create persistent directories | standalone | 0:02:32.256739 | 0.25s 2026-02-19 22:14:53.359368 | fa163ee8-850d-8ed0-c135-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-19 22:14:53.360576 | fa163ee8-850d-8ed0-c135-000000000b5b | TIMING | create persistent directories | standalone | 0:02:32.479563 | 0.47s 2026-02-19 22:14:53.367107 | fa163ee8-850d-8ed0-c135-000000000b5b | TIMING | create persistent directories | standalone | 0:02:32.486091 | 0.48s 2026-02-19 22:14:53.393005 | fa163ee8-850d-8ed0-c135-000000000b5c | TASK | create persistent directories 2026-02-19 22:14:53.693871 | fa163ee8-850d-8ed0-c135-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-19 22:14:53.694813 | fa163ee8-850d-8ed0-c135-000000000b5c | TIMING | create persistent directories | standalone | 0:02:32.813804 | 0.30s 2026-02-19 22:14:53.701028 | fa163ee8-850d-8ed0-c135-000000000b5c | TIMING | create persistent directories | standalone | 0:02:32.820008 | 0.31s 2026-02-19 22:14:53.726288 | fa163ee8-850d-8ed0-c135-000000000b5d | TASK | create persistent directories 2026-02-19 22:14:53.963756 | fa163ee8-850d-8ed0-c135-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-19 22:14:53.965486 | fa163ee8-850d-8ed0-c135-000000000b5d | TIMING | create persistent directories | standalone | 0:02:33.084466 | 0.24s 2026-02-19 22:14:54.200870 | fa163ee8-850d-8ed0-c135-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-19 22:14:54.201993 | fa163ee8-850d-8ed0-c135-000000000b5d | TIMING | create persistent directories | standalone | 0:02:33.320980 | 0.47s 2026-02-19 22:14:54.465477 | fa163ee8-850d-8ed0-c135-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-19 22:14:54.466660 | fa163ee8-850d-8ed0-c135-000000000b5d | TIMING | create persistent directories | standalone | 0:02:33.585646 | 0.74s 2026-02-19 22:14:54.473876 | fa163ee8-850d-8ed0-c135-000000000b5d | TIMING | create persistent directories | standalone | 0:02:33.592864 | 0.75s 2026-02-19 22:14:54.500343 | fa163ee8-850d-8ed0-c135-000000000b5e | TASK | create persistent directories 2026-02-19 22:14:54.726475 | fa163ee8-850d-8ed0-c135-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-19 22:14:54.728772 | fa163ee8-850d-8ed0-c135-000000000b5e | TIMING | create persistent directories | standalone | 0:02:33.847753 | 0.23s 2026-02-19 22:14:54.938012 | fa163ee8-850d-8ed0-c135-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-19 22:14:54.939363 | fa163ee8-850d-8ed0-c135-000000000b5e | TIMING | create persistent directories | standalone | 0:02:34.058346 | 0.44s 2026-02-19 22:14:54.957788 | fa163ee8-850d-8ed0-c135-000000000b5e | TIMING | create persistent directories | standalone | 0:02:34.076759 | 0.46s 2026-02-19 22:14:54.984316 | fa163ee8-850d-8ed0-c135-000000000b5f | TASK | create persistent directories 2026-02-19 22:14:55.234372 | fa163ee8-850d-8ed0-c135-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-19 22:14:55.235928 | fa163ee8-850d-8ed0-c135-000000000b5f | TIMING | create persistent directories | standalone | 0:02:34.354909 | 0.25s 2026-02-19 22:14:55.242214 | fa163ee8-850d-8ed0-c135-000000000b5f | TIMING | create persistent directories | standalone | 0:02:34.361203 | 0.26s 2026-02-19 22:14:55.268083 | fa163ee8-850d-8ed0-c135-000000000b60 | TASK | creating directory 2026-02-19 22:14:55.511167 | fa163ee8-850d-8ed0-c135-000000000b60 | CHANGED | creating directory | standalone 2026-02-19 22:14:55.512741 | fa163ee8-850d-8ed0-c135-000000000b60 | TIMING | creating directory | standalone | 0:02:34.631724 | 0.24s 2026-02-19 22:14:55.538552 | fa163ee8-850d-8ed0-c135-000000000b61 | TASK | derive pci passthrough whitelist 2026-02-19 22:14:56.045778 | fa163ee8-850d-8ed0-c135-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-19 22:14:56.047320 | fa163ee8-850d-8ed0-c135-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:35.166302 | 0.51s 2026-02-19 22:14:56.073097 | fa163ee8-850d-8ed0-c135-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-19 22:14:56.920494 | fa163ee8-850d-8ed0-c135-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-19 22:14:56.921416 | fa163ee8-850d-8ed0-c135-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:36.040407 | 0.85s 2026-02-19 22:14:56.939576 | fa163ee8-850d-8ed0-c135-000000000b63 | TASK | create /run/netns with temp namespace 2026-02-19 22:14:57.169052 | fa163ee8-850d-8ed0-c135-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-19 22:14:57.170747 | fa163ee8-850d-8ed0-c135-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:36.289730 | 0.23s 2026-02-19 22:14:57.196800 | fa163ee8-850d-8ed0-c135-000000000b64 | TASK | remove temp namespace 2026-02-19 22:14:57.463970 | fa163ee8-850d-8ed0-c135-000000000b64 | CHANGED | remove temp namespace | standalone 2026-02-19 22:14:57.465847 | fa163ee8-850d-8ed0-c135-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:36.584807 | 0.27s 2026-02-19 22:14:57.491536 | fa163ee8-850d-8ed0-c135-000000000b65 | TASK | create /var/lib/neutron 2026-02-19 22:14:57.748107 | fa163ee8-850d-8ed0-c135-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-02-19 22:14:57.749650 | fa163ee8-850d-8ed0-c135-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:36.868633 | 0.26s 2026-02-19 22:14:57.780122 | fa163ee8-850d-8ed0-c135-000000000b66 | TASK | set conditions 2026-02-19 22:14:57.815163 | fa163ee8-850d-8ed0-c135-000000000b66 | OK | set conditions | standalone 2026-02-19 22:14:57.816555 | fa163ee8-850d-8ed0-c135-000000000b66 | TIMING | set conditions | standalone | 0:02:36.935537 | 0.03s 2026-02-19 22:14:57.841988 | fa163ee8-850d-8ed0-c135-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-19 22:14:58.085596 | fa163ee8-850d-8ed0-c135-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-19 22:14:58.087070 | fa163ee8-850d-8ed0-c135-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:37.206053 | 0.24s 2026-02-19 22:14:58.111649 | fa163ee8-850d-8ed0-c135-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-02-19 22:14:58.602236 | fa163ee8-850d-8ed0-c135-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-19 22:14:58.603106 | fa163ee8-850d-8ed0-c135-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:37.722099 | 0.49s 2026-02-19 22:14:58.622733 | fa163ee8-850d-8ed0-c135-000000000b69 | TASK | create haproxy kill script 2026-02-19 22:14:59.053761 | fa163ee8-850d-8ed0-c135-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-02-19 22:14:59.055119 | fa163ee8-850d-8ed0-c135-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:38.174103 | 0.43s 2026-02-19 22:14:59.080190 | fa163ee8-850d-8ed0-c135-000000000b6a | TASK | create persistent directories 2026-02-19 22:14:59.329051 | fa163ee8-850d-8ed0-c135-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 22:14:59.330782 | fa163ee8-850d-8ed0-c135-000000000b6a | TIMING | create persistent directories | standalone | 0:02:38.449751 | 0.25s 2026-02-19 22:14:59.502278 | fa163ee8-850d-8ed0-c135-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-19 22:14:59.503882 | fa163ee8-850d-8ed0-c135-000000000b6a | TIMING | create persistent directories | standalone | 0:02:38.622875 | 0.42s 2026-02-19 22:14:59.514736 | fa163ee8-850d-8ed0-c135-000000000b6a | TIMING | create persistent directories | standalone | 0:02:38.633721 | 0.43s 2026-02-19 22:14:59.539852 | fa163ee8-850d-8ed0-c135-000000000b6b | TASK | create persistent directories 2026-02-19 22:14:59.795479 | fa163ee8-850d-8ed0-c135-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 22:14:59.797926 | fa163ee8-850d-8ed0-c135-000000000b6b | TIMING | create persistent directories | standalone | 0:02:38.916909 | 0.26s 2026-02-19 22:14:59.807754 | fa163ee8-850d-8ed0-c135-000000000b6b | TIMING | create persistent directories | standalone | 0:02:38.926742 | 0.27s 2026-02-19 22:14:59.832819 | fa163ee8-850d-8ed0-c135-000000000b6c | TASK | create persistent directories 2026-02-19 22:15:00.084375 | fa163ee8-850d-8ed0-c135-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 22:15:00.086995 | fa163ee8-850d-8ed0-c135-000000000b6c | TIMING | create persistent directories | standalone | 0:02:39.205968 | 0.25s 2026-02-19 22:15:00.254327 | fa163ee8-850d-8ed0-c135-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-19 22:15:00.255522 | fa163ee8-850d-8ed0-c135-000000000b6c | TIMING | create persistent directories | standalone | 0:02:39.374508 | 0.42s 2026-02-19 22:15:00.268001 | fa163ee8-850d-8ed0-c135-000000000b6c | TIMING | create persistent directories | standalone | 0:02:39.386996 | 0.43s 2026-02-19 22:15:00.295168 | fa163ee8-850d-8ed0-c135-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-19 22:15:00.531841 | fa163ee8-850d-8ed0-c135-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-19 22:15:00.533255 | fa163ee8-850d-8ed0-c135-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:39.652236 | 0.24s 2026-02-19 22:15:00.558705 | fa163ee8-850d-8ed0-c135-000000000b6e | TASK | create persistent directories 2026-02-19 22:15:00.817585 | fa163ee8-850d-8ed0-c135-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-19 22:15:00.819504 | fa163ee8-850d-8ed0-c135-000000000b6e | TIMING | create persistent directories | standalone | 0:02:39.938474 | 0.26s 2026-02-19 22:15:01.055805 | fa163ee8-850d-8ed0-c135-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-19 22:15:01.057427 | fa163ee8-850d-8ed0-c135-000000000b6e | TIMING | create persistent directories | standalone | 0:02:40.176413 | 0.50s 2026-02-19 22:15:01.292589 | fa163ee8-850d-8ed0-c135-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-19 22:15:01.294322 | fa163ee8-850d-8ed0-c135-000000000b6e | TIMING | create persistent directories | standalone | 0:02:40.413308 | 0.73s 2026-02-19 22:15:01.498854 | fa163ee8-850d-8ed0-c135-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:15:01.500634 | fa163ee8-850d-8ed0-c135-000000000b6e | TIMING | create persistent directories | standalone | 0:02:40.619621 | 0.94s 2026-02-19 22:15:01.727392 | fa163ee8-850d-8ed0-c135-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-19 22:15:01.728424 | fa163ee8-850d-8ed0-c135-000000000b6e | TIMING | create persistent directories | standalone | 0:02:40.847411 | 1.17s 2026-02-19 22:15:01.735961 | fa163ee8-850d-8ed0-c135-000000000b6e | TIMING | create persistent directories | standalone | 0:02:40.854949 | 1.18s 2026-02-19 22:15:01.762126 | fa163ee8-850d-8ed0-c135-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-02-19 22:15:02.218902 | fa163ee8-850d-8ed0-c135-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-19 22:15:02.220317 | fa163ee8-850d-8ed0-c135-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:41.339300 | 0.46s 2026-02-19 22:15:02.246626 | fa163ee8-850d-8ed0-c135-000000000b70 | TASK | create tempfiles 2026-02-19 22:15:02.562678 | fa163ee8-850d-8ed0-c135-000000000b70 | CHANGED | create tempfiles | standalone 2026-02-19 22:15:02.564228 | fa163ee8-850d-8ed0-c135-000000000b70 | TIMING | create tempfiles | standalone | 0:02:41.683204 | 0.32s 2026-02-19 22:15:02.589493 | fa163ee8-850d-8ed0-c135-000000000b71 | TASK | Mount Nova NFS Share 2026-02-19 22:15:02.620253 | fa163ee8-850d-8ed0-c135-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-19 22:15:02.621538 | fa163ee8-850d-8ed0-c135-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:41.740515 | 0.03s 2026-02-19 22:15:02.647153 | fa163ee8-850d-8ed0-c135-000000000b73 | TASK | check systemd-container package installed or not 2026-02-19 22:15:02.678102 | fa163ee8-850d-8ed0-c135-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-19 22:15:02.679491 | fa163ee8-850d-8ed0-c135-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:41.798472 | 0.03s 2026-02-19 22:15:02.703936 | fa163ee8-850d-8ed0-c135-000000000b74 | TASK | get latest package from downloaded package versions 2026-02-19 22:15:02.733609 | fa163ee8-850d-8ed0-c135-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-19 22:15:02.734897 | fa163ee8-850d-8ed0-c135-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:41.853877 | 0.03s 2026-02-19 22:15:02.760161 | fa163ee8-850d-8ed0-c135-000000000b75 | TASK | Install systemd-container package on boot 2026-02-19 22:15:02.788386 | fa163ee8-850d-8ed0-c135-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-02-19 22:15:02.789778 | fa163ee8-850d-8ed0-c135-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:41.908760 | 0.03s 2026-02-19 22:15:02.814600 | fa163ee8-850d-8ed0-c135-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-02-19 22:15:02.844757 | fa163ee8-850d-8ed0-c135-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-19 22:15:02.845941 | fa163ee8-850d-8ed0-c135-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:41.964923 | 0.03s 2026-02-19 22:15:02.869919 | fa163ee8-850d-8ed0-c135-000000000b77 | TASK | check if install-systemd-container service exists 2026-02-19 22:15:02.898677 | fa163ee8-850d-8ed0-c135-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-19 22:15:02.899955 | fa163ee8-850d-8ed0-c135-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:42.018936 | 0.03s 2026-02-19 22:15:02.924681 | fa163ee8-850d-8ed0-c135-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-02-19 22:15:02.954919 | fa163ee8-850d-8ed0-c135-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-19 22:15:02.956200 | fa163ee8-850d-8ed0-c135-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:42.075176 | 0.03s 2026-02-19 22:15:02.980821 | fa163ee8-850d-8ed0-c135-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-19 22:15:03.013605 | fa163ee8-850d-8ed0-c135-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-19 22:15:03.014872 | fa163ee8-850d-8ed0-c135-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:42.133855 | 0.03s 2026-02-19 22:15:03.039967 | fa163ee8-850d-8ed0-c135-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-19 22:15:03.068424 | fa163ee8-850d-8ed0-c135-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-19 22:15:03.069680 | fa163ee8-850d-8ed0-c135-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:42.188663 | 0.03s 2026-02-19 22:15:03.094206 | fa163ee8-850d-8ed0-c135-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-02-19 22:15:03.123413 | fa163ee8-850d-8ed0-c135-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-19 22:15:03.124668 | fa163ee8-850d-8ed0-c135-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:42.243648 | 0.03s 2026-02-19 22:15:03.149910 | fa163ee8-850d-8ed0-c135-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-19 22:15:03.181575 | fa163ee8-850d-8ed0-c135-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-19 22:15:03.182766 | fa163ee8-850d-8ed0-c135-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:42.301749 | 0.03s 2026-02-19 22:15:03.207882 | fa163ee8-850d-8ed0-c135-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-19 22:15:03.240184 | fa163ee8-850d-8ed0-c135-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-19 22:15:03.241533 | fa163ee8-850d-8ed0-c135-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:42.360515 | 0.03s 2026-02-19 22:15:03.265548 | fa163ee8-850d-8ed0-c135-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-19 22:15:03.292986 | fa163ee8-850d-8ed0-c135-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-19 22:15:03.294507 | fa163ee8-850d-8ed0-c135-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:42.413489 | 0.03s 2026-02-19 22:15:03.320508 | fa163ee8-850d-8ed0-c135-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-19 22:15:03.350117 | fa163ee8-850d-8ed0-c135-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-19 22:15:03.351398 | fa163ee8-850d-8ed0-c135-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:42.470379 | 0.03s 2026-02-19 22:15:03.375919 | fa163ee8-850d-8ed0-c135-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-19 22:15:03.406405 | fa163ee8-850d-8ed0-c135-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-19 22:15:03.407609 | fa163ee8-850d-8ed0-c135-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:42.526592 | 0.03s 2026-02-19 22:15:03.431734 | fa163ee8-850d-8ed0-c135-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-02-19 22:15:03.464672 | fa163ee8-850d-8ed0-c135-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-02-19 22:15:03.465975 | fa163ee8-850d-8ed0-c135-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:42.584952 | 0.03s 2026-02-19 22:15:03.490811 | fa163ee8-850d-8ed0-c135-000000000b86 | TASK | install nova-compute delay wrapper script 2026-02-19 22:15:03.543216 | fa163ee8-850d-8ed0-c135-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-19 22:15:03.544695 | fa163ee8-850d-8ed0-c135-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:42.663670 | 0.05s 2026-02-19 22:15:03.572287 | fa163ee8-850d-8ed0-c135-000000000b87 | TASK | Is irqbalance enabled 2026-02-19 22:15:03.614750 | fa163ee8-850d-8ed0-c135-000000000b87 | OK | Is irqbalance enabled | standalone 2026-02-19 22:15:03.616110 | fa163ee8-850d-8ed0-c135-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:42.735086 | 0.04s 2026-02-19 22:15:03.640895 | fa163ee8-850d-8ed0-c135-000000000b88 | TASK | disable irqbalance service on compute 2026-02-19 22:15:03.671591 | fa163ee8-850d-8ed0-c135-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-02-19 22:15:03.672984 | fa163ee8-850d-8ed0-c135-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:42.791967 | 0.03s 2026-02-19 22:15:03.699425 | fa163ee8-850d-8ed0-c135-000000000b89 | TASK | create persistent directories 2026-02-19 22:15:03.983344 | fa163ee8-850d-8ed0-c135-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:15:03.984888 | fa163ee8-850d-8ed0-c135-000000000b89 | TIMING | create persistent directories | standalone | 0:02:43.103869 | 0.28s 2026-02-19 22:15:03.996979 | fa163ee8-850d-8ed0-c135-000000000b89 | TIMING | create persistent directories | standalone | 0:02:43.115956 | 0.30s 2026-02-19 22:15:04.021116 | fa163ee8-850d-8ed0-c135-000000000b8a | TASK | create libvirt persistent data directories 2026-02-19 22:15:04.289087 | fa163ee8-850d-8ed0-c135-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:15:04.290028 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:43.409017 | 0.27s 2026-02-19 22:15:04.541036 | fa163ee8-850d-8ed0-c135-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-19 22:15:04.542145 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:43.661130 | 0.52s 2026-02-19 22:15:04.787670 | fa163ee8-850d-8ed0-c135-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-19 22:15:04.788352 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:43.907347 | 0.77s 2026-02-19 22:15:05.027205 | fa163ee8-850d-8ed0-c135-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-19 22:15:05.029094 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:44.148082 | 1.01s 2026-02-19 22:15:05.243311 | fa163ee8-850d-8ed0-c135-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-19 22:15:05.244847 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:44.363835 | 1.22s 2026-02-19 22:15:05.462953 | fa163ee8-850d-8ed0-c135-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-19 22:15:05.464466 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:44.583446 | 1.44s 2026-02-19 22:15:05.674441 | fa163ee8-850d-8ed0-c135-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-19 22:15:05.676565 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:44.795545 | 1.65s 2026-02-19 22:15:05.921785 | fa163ee8-850d-8ed0-c135-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-19 22:15:05.923354 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:45.042341 | 1.90s 2026-02-19 22:15:05.933814 | fa163ee8-850d-8ed0-c135-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:45.052810 | 1.91s 2026-02-19 22:15:05.954529 | fa163ee8-850d-8ed0-c135-000000000b8b | TASK | ensure qemu group is present on the host 2026-02-19 22:15:06.570849 | fa163ee8-850d-8ed0-c135-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-02-19 22:15:06.573381 | fa163ee8-850d-8ed0-c135-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:45.692361 | 0.62s 2026-02-19 22:15:06.599009 | fa163ee8-850d-8ed0-c135-000000000b8c | TASK | ensure qemu user is present on the host 2026-02-19 22:15:07.263935 | fa163ee8-850d-8ed0-c135-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-02-19 22:15:07.266429 | fa163ee8-850d-8ed0-c135-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:46.385409 | 0.66s 2026-02-19 22:15:07.292643 | fa163ee8-850d-8ed0-c135-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-19 22:15:07.525336 | fa163ee8-850d-8ed0-c135-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-19 22:15:07.527844 | fa163ee8-850d-8ed0-c135-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:46.646825 | 0.23s 2026-02-19 22:15:07.553622 | fa163ee8-850d-8ed0-c135-000000000b8e | TASK | check if libvirt is installed 2026-02-19 22:15:07.767466 | fa163ee8-850d-8ed0-c135-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-02-19 22:15:07.770093 | fa163ee8-850d-8ed0-c135-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:46.889075 | 0.21s 2026-02-19 22:15:07.797469 | fa163ee8-850d-8ed0-c135-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-02-19 22:15:07.841190 | fa163ee8-850d-8ed0-c135-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-19 22:15:07.847651 | fa163ee8-850d-8ed0-c135-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-19 22:15:07.853342 | fa163ee8-850d-8ed0-c135-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:46.972319 | 0.05s 2026-02-19 22:15:07.878989 | fa163ee8-850d-8ed0-c135-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-02-19 22:15:08.368077 | fa163ee8-850d-8ed0-c135-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-19 22:15:08.370609 | fa163ee8-850d-8ed0-c135-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:47.489590 | 0.49s 2026-02-19 22:15:08.396115 | fa163ee8-850d-8ed0-c135-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-19 22:15:09.373944 | fa163ee8-850d-8ed0-c135-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-19 22:15:09.376691 | fa163ee8-850d-8ed0-c135-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:48.495661 | 0.98s 2026-02-19 22:15:09.403668 | fa163ee8-850d-8ed0-c135-000000000b92 | TASK | remove gnutls-qemu.config 2026-02-19 22:15:09.659713 | fa163ee8-850d-8ed0-c135-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-02-19 22:15:09.661066 | fa163ee8-850d-8ed0-c135-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:48.780050 | 0.26s 2026-02-19 22:15:09.685949 | fa163ee8-850d-8ed0-c135-000000000b93 | TASK | update crypto policies 2026-02-19 22:15:09.714932 | fa163ee8-850d-8ed0-c135-000000000b93 | SKIPPED | update crypto policies | standalone 2026-02-19 22:15:09.716348 | fa163ee8-850d-8ed0-c135-000000000b93 | TIMING | update crypto policies | standalone | 0:02:48.835331 | 0.03s 2026-02-19 22:15:09.741852 | fa163ee8-850d-8ed0-c135-000000000b94 | TASK | Create libvirt persistent data directories 2026-02-19 22:15:09.990003 | fa163ee8-850d-8ed0-c135-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-19 22:15:09.991613 | fa163ee8-850d-8ed0-c135-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:49.110592 | 0.25s 2026-02-19 22:15:09.998228 | fa163ee8-850d-8ed0-c135-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:49.117206 | 0.26s 2026-02-19 22:15:10.024922 | fa163ee8-850d-8ed0-c135-000000000b95 | TASK | create persistent directories 2026-02-19 22:15:10.275904 | fa163ee8-850d-8ed0-c135-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-19 22:15:10.277614 | fa163ee8-850d-8ed0-c135-000000000b95 | TIMING | create persistent directories | standalone | 0:02:49.396591 | 0.25s 2026-02-19 22:15:10.474248 | fa163ee8-850d-8ed0-c135-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-19 22:15:10.475350 | fa163ee8-850d-8ed0-c135-000000000b95 | TIMING | create persistent directories | standalone | 0:02:49.594337 | 0.45s 2026-02-19 22:15:10.480731 | fa163ee8-850d-8ed0-c135-000000000b95 | TIMING | create persistent directories | standalone | 0:02:49.599691 | 0.45s 2026-02-19 22:15:10.499082 | fa163ee8-850d-8ed0-c135-000000000b96 | TASK | Copy in cleanup script 2026-02-19 22:15:10.972321 | fa163ee8-850d-8ed0-c135-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-02-19 22:15:10.973712 | fa163ee8-850d-8ed0-c135-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:50.092695 | 0.47s 2026-02-19 22:15:10.998435 | fa163ee8-850d-8ed0-c135-000000000b97 | TASK | Copy in cleanup service 2026-02-19 22:15:11.464929 | fa163ee8-850d-8ed0-c135-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-02-19 22:15:11.466876 | fa163ee8-850d-8ed0-c135-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:50.585857 | 0.47s 2026-02-19 22:15:11.493547 | fa163ee8-850d-8ed0-c135-000000000b98 | TASK | Enabling the cleanup service 2026-02-19 22:15:12.160550 | fa163ee8-850d-8ed0-c135-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-02-19 22:15:12.162591 | fa163ee8-850d-8ed0-c135-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:51.281572 | 0.67s 2026-02-19 22:15:12.190107 | fa163ee8-850d-8ed0-c135-000000000b99 | TASK | create persistent directories 2026-02-19 22:15:12.460378 | fa163ee8-850d-8ed0-c135-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-19 22:15:12.462439 | fa163ee8-850d-8ed0-c135-000000000b99 | TIMING | create persistent directories | standalone | 0:02:51.581419 | 0.27s 2026-02-19 22:15:12.709028 | fa163ee8-850d-8ed0-c135-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-19 22:15:12.711409 | fa163ee8-850d-8ed0-c135-000000000b99 | TIMING | create persistent directories | standalone | 0:02:51.830392 | 0.52s 2026-02-19 22:15:12.721887 | fa163ee8-850d-8ed0-c135-000000000b99 | TIMING | create persistent directories | standalone | 0:02:51.840860 | 0.53s 2026-02-19 22:15:12.748883 | fa163ee8-850d-8ed0-c135-000000000b9a | TASK | set conditions 2026-02-19 22:15:12.778953 | fa163ee8-850d-8ed0-c135-000000000b9a | OK | set conditions | standalone 2026-02-19 22:15:12.780035 | fa163ee8-850d-8ed0-c135-000000000b9a | TIMING | set conditions | standalone | 0:02:51.899023 | 0.03s 2026-02-19 22:15:12.797927 | fa163ee8-850d-8ed0-c135-000000000b9b | TASK | create persistent directories 2026-02-19 22:15:13.052402 | fa163ee8-850d-8ed0-c135-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 22:15:13.054962 | fa163ee8-850d-8ed0-c135-000000000b9b | TIMING | create persistent directories | standalone | 0:02:52.173938 | 0.26s 2026-02-19 22:15:13.287847 | fa163ee8-850d-8ed0-c135-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-02-19 22:15:13.290673 | fa163ee8-850d-8ed0-c135-000000000b9b | TIMING | create persistent directories | standalone | 0:02:52.409648 | 0.49s 2026-02-19 22:15:13.487330 | fa163ee8-850d-8ed0-c135-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-02-19 22:15:13.488997 | fa163ee8-850d-8ed0-c135-000000000b9b | TIMING | create persistent directories | standalone | 0:02:52.607979 | 0.69s 2026-02-19 22:15:13.501695 | fa163ee8-850d-8ed0-c135-000000000b9b | TIMING | create persistent directories | standalone | 0:02:52.620672 | 0.70s 2026-02-19 22:15:13.527595 | fa163ee8-850d-8ed0-c135-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-02-19 22:15:14.011503 | fa163ee8-850d-8ed0-c135-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-02-19 22:15:14.012890 | fa163ee8-850d-8ed0-c135-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:53.131873 | 0.48s 2026-02-19 22:15:14.038256 | fa163ee8-850d-8ed0-c135-000000000b9d | TASK | create persistent directories 2026-02-19 22:15:14.287754 | fa163ee8-850d-8ed0-c135-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 22:15:14.289936 | fa163ee8-850d-8ed0-c135-000000000b9d | TIMING | create persistent directories | standalone | 0:02:53.408913 | 0.25s 2026-02-19 22:15:14.440711 | fa163ee8-850d-8ed0-c135-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-02-19 22:15:14.442545 | fa163ee8-850d-8ed0-c135-000000000b9d | TIMING | create persistent directories | standalone | 0:02:53.561532 | 0.40s 2026-02-19 22:15:14.453514 | fa163ee8-850d-8ed0-c135-000000000b9d | TIMING | create persistent directories | standalone | 0:02:53.572495 | 0.41s 2026-02-19 22:15:14.478872 | fa163ee8-850d-8ed0-c135-000000000b9e | TASK | create empty log files 2026-02-19 22:15:14.719688 | fa163ee8-850d-8ed0-c135-000000000b9e | 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-19 22:15:14.722445 | fa163ee8-850d-8ed0-c135-000000000b9e | TIMING | create empty log files | standalone | 0:02:53.841416 | 0.24s 2026-02-19 22:15:14.870937 | fa163ee8-850d-8ed0-c135-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2026-02-19 22:15:14.872005 | fa163ee8-850d-8ed0-c135-000000000b9e | TIMING | create empty log files | standalone | 0:02:53.990992 | 0.39s 2026-02-19 22:15:14.878211 | fa163ee8-850d-8ed0-c135-000000000b9e | TIMING | create empty log files | standalone | 0:02:53.997192 | 0.40s 2026-02-19 22:15:14.900039 | fa163ee8-850d-8ed0-c135-000000000b9f | TASK | create persistent directories 2026-02-19 22:15:15.103193 | fa163ee8-850d-8ed0-c135-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 22:15:15.104686 | fa163ee8-850d-8ed0-c135-000000000b9f | TIMING | create persistent directories | standalone | 0:02:54.223666 | 0.20s 2026-02-19 22:15:15.110815 | fa163ee8-850d-8ed0-c135-000000000b9f | TIMING | create persistent directories | standalone | 0:02:54.229793 | 0.21s 2026-02-19 22:15:15.136380 | fa163ee8-850d-8ed0-c135-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-02-19 22:15:18.082681 | fa163ee8-850d-8ed0-c135-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-02-19 22:15:18.084548 | fa163ee8-850d-8ed0-c135-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:57.203525 | 2.95s 2026-02-19 22:15:18.132950 | fa163ee8-850d-8ed0-c135-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:57.251921 | 0.02s 2026-02-19 22:15:18.194178 | fa163ee8-850d-8ed0-c135-00000000129e | TASK | Gather variables for each operating system 2026-02-19 22:15:18.306079 | fa163ee8-850d-8ed0-c135-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:57.425052 | 0.11s 2026-02-19 22:15:18.331974 | fa163ee8-850d-8ed0-c135-00000000129f | TASK | Set packages facts 2026-02-19 22:15:18.362026 | fa163ee8-850d-8ed0-c135-00000000129f | OK | Set packages facts | standalone 2026-02-19 22:15:18.363245 | fa163ee8-850d-8ed0-c135-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:57.482228 | 0.03s 2026-02-19 22:15:18.389503 | fa163ee8-850d-8ed0-c135-0000000012a0 | TASK | Manage package 2026-02-19 22:15:18.434432 | fa163ee8-850d-8ed0-c135-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-19 22:15:18.450889 | fa163ee8-850d-8ed0-c135-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-19 22:15:18.464511 | fa163ee8-850d-8ed0-c135-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-19 22:15:23.204640 | fa163ee8-850d-8ed0-c135-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:03:02.323610 | 4.81s 2026-02-19 22:15:23.229194 | fa163ee8-850d-8ed0-c135-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-19 22:15:23.236164 | fa163ee8-850d-8ed0-c135-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:03:02.355142 | 4.85s 2026-02-19 22:15:23.284498 | fa163ee8-850d-8ed0-c135-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-02-19 22:15:24.558467 | fa163ee8-850d-8ed0-c135-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-19 22:15:24.560014 | fa163ee8-850d-8ed0-c135-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:03:03.678999 | 1.27s 2026-02-19 22:15:24.584850 | fa163ee8-850d-8ed0-c135-000000000ba5 | TASK | create persistent directories 2026-02-19 22:15:24.845167 | fa163ee8-850d-8ed0-c135-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-19 22:15:24.846798 | fa163ee8-850d-8ed0-c135-000000000ba5 | TIMING | create persistent directories | standalone | 0:03:03.965777 | 0.26s 2026-02-19 22:15:25.012438 | fa163ee8-850d-8ed0-c135-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-19 22:15:25.013569 | fa163ee8-850d-8ed0-c135-000000000ba5 | TIMING | create persistent directories | standalone | 0:03:04.132555 | 0.43s 2026-02-19 22:15:25.020177 | fa163ee8-850d-8ed0-c135-000000000ba5 | TIMING | create persistent directories | standalone | 0:03:04.139165 | 0.43s 2026-02-19 22:15:25.050904 | fa163ee8-850d-8ed0-c135-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2026-02-19 22:15:25.327955 | fa163ee8-850d-8ed0-c135-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2026-02-19 22:15:25.329544 | fa163ee8-850d-8ed0-c135-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:03:04.448525 | 0.28s 2026-02-19 22:15:25.355811 | fa163ee8-850d-8ed0-c135-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-19 22:15:25.378363 | fa163ee8-850d-8ed0-c135-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-19 22:15:25.379588 | fa163ee8-850d-8ed0-c135-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:03:04.498571 | 0.02s 2026-02-19 22:15:25.404891 | fa163ee8-850d-8ed0-c135-000000000ba8 | TASK | Remove existing entries from logind conf 2026-02-19 22:15:25.637812 | fa163ee8-850d-8ed0-c135-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-02-19 22:15:25.639192 | fa163ee8-850d-8ed0-c135-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:03:04.758175 | 0.23s 2026-02-19 22:15:25.665632 | fa163ee8-850d-8ed0-c135-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-02-19 22:15:25.896390 | fa163ee8-850d-8ed0-c135-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-19 22:15:25.897717 | fa163ee8-850d-8ed0-c135-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:03:05.016701 | 0.23s 2026-02-19 22:15:25.923368 | fa163ee8-850d-8ed0-c135-000000000baa | TASK | Restart systemd-logind 2026-02-19 22:15:26.419682 | fa163ee8-850d-8ed0-c135-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-02-19 22:15:26.421682 | fa163ee8-850d-8ed0-c135-000000000baa | TIMING | Restart systemd-logind | standalone | 0:03:05.540664 | 0.50s 2026-02-19 22:15:26.448196 | fa163ee8-850d-8ed0-c135-000000000bab | 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-19 22:15:26.520258 | fa163ee8-850d-8ed0-c135-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-19 22:15:26.521438 | fa163ee8-850d-8ed0-c135-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:03:05.640421 | 0.07s 2026-02-19 22:15:26.546849 | fa163ee8-850d-8ed0-c135-000000000bac | 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-19 22:15:26.624602 | fa163ee8-850d-8ed0-c135-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-19 22:15:26.625664 | fa163ee8-850d-8ed0-c135-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:03:05.744645 | 0.08s 2026-02-19 22:15:26.650194 | fa163ee8-850d-8ed0-c135-000000000bad | TASK | create persistent logs directory 2026-02-19 22:15:26.901588 | fa163ee8-850d-8ed0-c135-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-19 22:15:26.902583 | fa163ee8-850d-8ed0-c135-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:06.021573 | 0.25s 2026-02-19 22:15:27.118131 | fa163ee8-850d-8ed0-c135-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-19 22:15:27.120011 | fa163ee8-850d-8ed0-c135-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:06.238998 | 0.47s 2026-02-19 22:15:27.130450 | fa163ee8-850d-8ed0-c135-000000000bad | TIMING | create persistent logs directory | standalone | 0:03:06.249439 | 0.48s 2026-02-19 22:15:27.156076 | fa163ee8-850d-8ed0-c135-000000000baf | TASK | Set login facts 2026-02-19 22:15:27.201872 | fa163ee8-850d-8ed0-c135-000000000baf | OK | Set login facts | standalone 2026-02-19 22:15:27.203473 | fa163ee8-850d-8ed0-c135-000000000baf | TIMING | Set login facts | standalone | 0:03:06.322453 | 0.05s 2026-02-19 22:15:27.224054 | fa163ee8-850d-8ed0-c135-000000000bb0 | TASK | Convert logins json to dict 2026-02-19 22:15:27.262204 | fa163ee8-850d-8ed0-c135-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-02-19 22:15:27.263484 | fa163ee8-850d-8ed0-c135-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:03:06.382466 | 0.04s 2026-02-19 22:15:27.281160 | fa163ee8-850d-8ed0-c135-000000000bb1 | TASK | Set registry logins 2026-02-19 22:15:27.317076 | fa163ee8-850d-8ed0-c135-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-02-19 22:15:27.318259 | fa163ee8-850d-8ed0-c135-000000000bb1 | TIMING | Set registry logins | standalone | 0:03:06.437243 | 0.04s 2026-02-19 22:15:27.338441 | fa163ee8-850d-8ed0-c135-000000000bb2 | TASK | Run podman install 2026-02-19 22:15:27.357972 | fa163ee8-850d-8ed0-c135-000000000bb2 | TIMING | Run podman install | standalone | 0:03:06.476952 | 0.02s 2026-02-19 22:15:27.426114 | fa163ee8-850d-8ed0-c135-000000001330 | TASK | Gather variables for each operating system 2026-02-19 22:15:27.536755 | fa163ee8-850d-8ed0-c135-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-19 22:15:27.538569 | fa163ee8-850d-8ed0-c135-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:06.657547 | 0.11s 2026-02-19 22:15:27.548251 | fa163ee8-850d-8ed0-c135-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:06.667239 | 0.12s 2026-02-19 22:15:27.565642 | fa163ee8-850d-8ed0-c135-000000001332 | TASK | ensure podman and deps are installed 2026-02-19 22:15:30.533749 | fa163ee8-850d-8ed0-c135-000000001332 | OK | ensure podman and deps are installed | standalone 2026-02-19 22:15:30.535534 | fa163ee8-850d-8ed0-c135-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:09.654515 | 2.97s 2026-02-19 22:15:30.561915 | fa163ee8-850d-8ed0-c135-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-02-19 22:15:31.242921 | fa163ee8-850d-8ed0-c135-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-19 22:15:31.244384 | fa163ee8-850d-8ed0-c135-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:10.363367 | 0.68s 2026-02-19 22:15:31.267986 | fa163ee8-850d-8ed0-c135-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-19 22:15:31.298944 | fa163ee8-850d-8ed0-c135-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-19 22:15:31.300514 | fa163ee8-850d-8ed0-c135-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:10.419494 | 0.03s 2026-02-19 22:15:31.327525 | fa163ee8-850d-8ed0-c135-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-02-19 22:15:31.357647 | fa163ee8-850d-8ed0-c135-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-19 22:15:31.358654 | fa163ee8-850d-8ed0-c135-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:10.477642 | 0.03s 2026-02-19 22:15:31.382660 | fa163ee8-850d-8ed0-c135-000000001337 | TASK | Update default network configuration if possible 2026-02-19 22:15:31.411800 | fa163ee8-850d-8ed0-c135-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-02-19 22:15:31.413138 | fa163ee8-850d-8ed0-c135-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:10.532120 | 0.03s 2026-02-19 22:15:31.439026 | fa163ee8-850d-8ed0-c135-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-02-19 22:15:31.669186 | fa163ee8-850d-8ed0-c135-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-19 22:15:31.670711 | fa163ee8-850d-8ed0-c135-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:10.789694 | 0.23s 2026-02-19 22:15:31.695982 | fa163ee8-850d-8ed0-c135-00000000133a | TASK | Get current podman network 2026-02-19 22:15:32.014524 | fa163ee8-850d-8ed0-c135-00000000133a | CHANGED | Get current podman network | standalone 2026-02-19 22:15:32.016199 | fa163ee8-850d-8ed0-c135-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:11.135182 | 0.32s 2026-02-19 22:15:32.043558 | fa163ee8-850d-8ed0-c135-00000000133b | TASK | Update the default network configuration 2026-02-19 22:15:32.640329 | fa163ee8-850d-8ed0-c135-00000000133b | CHANGED | Update the default network configuration | standalone 2026-02-19 22:15:32.641919 | fa163ee8-850d-8ed0-c135-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:11.760900 | 0.60s 2026-02-19 22:15:32.669970 | fa163ee8-850d-8ed0-c135-00000000133c | TASK | Write containers registries.conf 2026-02-19 22:15:33.277768 | fa163ee8-850d-8ed0-c135-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-02-19 22:15:33.279446 | fa163ee8-850d-8ed0-c135-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:12.398410 | 0.61s 2026-02-19 22:15:33.306660 | fa163ee8-850d-8ed0-c135-00000000133d | TASK | Write containers.conf 2026-02-19 22:15:33.571796 | fa163ee8-850d-8ed0-c135-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-19 22:15:33.575231 | fa163ee8-850d-8ed0-c135-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:12.694200 | 0.27s 2026-02-19 22:15:33.748679 | fa163ee8-850d-8ed0-c135-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-19 22:15:33.749621 | fa163ee8-850d-8ed0-c135-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:12.868611 | 0.44s 2026-02-19 22:15:33.966776 | fa163ee8-850d-8ed0-c135-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-19 22:15:33.968026 | fa163ee8-850d-8ed0-c135-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:13.087017 | 0.66s 2026-02-19 22:15:34.194932 | fa163ee8-850d-8ed0-c135-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-19 22:15:34.196048 | fa163ee8-850d-8ed0-c135-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:13.315034 | 0.89s 2026-02-19 22:15:34.208859 | fa163ee8-850d-8ed0-c135-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:13.327836 | 0.90s 2026-02-19 22:15:34.235603 | fa163ee8-850d-8ed0-c135-00000000133e | TASK | Enable podman.socket service 2026-02-19 22:15:34.269204 | fa163ee8-850d-8ed0-c135-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-02-19 22:15:34.270541 | fa163ee8-850d-8ed0-c135-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:13.389520 | 0.03s 2026-02-19 22:15:34.319526 | fa163ee8-850d-8ed0-c135-000000000bb3 | TASK | Run podman login 2026-02-19 22:15:34.348754 | fa163ee8-850d-8ed0-c135-000000000bb3 | TIMING | Run podman login | standalone | 0:03:13.467716 | 0.03s 2026-02-19 22:15:34.429789 | fa163ee8-850d-8ed0-c135-00000000143e | TASK | Perform container registry login(s) with podman 2026-02-19 22:15:34.457623 | fa163ee8-850d-8ed0-c135-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:13.576600 | 0.03s 2026-02-19 22:15:34.496072 | fa163ee8-850d-8ed0-c135-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-19 22:15:34.994624 | fa163ee8-850d-8ed0-c135-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-19 22:15:34.996040 | fa163ee8-850d-8ed0-c135-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:14.114994 | 0.50s 2026-02-19 22:15:35.020586 | fa163ee8-850d-8ed0-c135-000000000bb6 | TASK | create persistent directories 2026-02-19 22:15:35.297414 | fa163ee8-850d-8ed0-c135-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-02-19 22:15:35.299702 | fa163ee8-850d-8ed0-c135-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:14.418679 | 0.28s 2026-02-19 22:15:35.537366 | fa163ee8-850d-8ed0-c135-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-02-19 22:15:35.539304 | fa163ee8-850d-8ed0-c135-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:14.658262 | 0.52s 2026-02-19 22:15:35.736150 | fa163ee8-850d-8ed0-c135-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-02-19 22:15:35.737012 | fa163ee8-850d-8ed0-c135-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:14.856004 | 0.72s 2026-02-19 22:15:35.743612 | fa163ee8-850d-8ed0-c135-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:14.862591 | 0.72s 2026-02-19 22:15:35.778591 | fa163ee8-850d-8ed0-c135-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-02-19 22:15:36.263740 | fa163ee8-850d-8ed0-c135-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-02-19 22:15:36.265148 | fa163ee8-850d-8ed0-c135-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:15.384128 | 0.48s 2026-02-19 22:15:36.289615 | fa163ee8-850d-8ed0-c135-000000000bb8 | TASK | Ensure rsyslog is installed 2026-02-19 22:15:39.179004 | fa163ee8-850d-8ed0-c135-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-02-19 22:15:39.180627 | fa163ee8-850d-8ed0-c135-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:18.299610 | 2.89s 2026-02-19 22:15:39.206681 | fa163ee8-850d-8ed0-c135-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-02-19 22:15:39.542952 | fa163ee8-850d-8ed0-c135-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-02-19 22:15:39.544954 | fa163ee8-850d-8ed0-c135-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:18.663936 | 0.34s 2026-02-19 22:15:39.603219 | fa163ee8-850d-8ed0-c135-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:18.722187 | 0.03s 2026-02-19 22:15:39.689389 | fa163ee8-850d-8ed0-c135-000000001559 | TASK | Gather variables for each operating system 2026-02-19 22:15:39.862666 | fa163ee8-850d-8ed0-c135-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-19 22:15:39.865110 | fa163ee8-850d-8ed0-c135-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:18.984082 | 0.17s 2026-02-19 22:15:39.875475 | fa163ee8-850d-8ed0-c135-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:18.994448 | 0.19s 2026-02-19 22:15:39.902081 | fa163ee8-850d-8ed0-c135-00000000155b | TASK | Install the OpenSSH server 2026-02-19 22:15:42.908092 | fa163ee8-850d-8ed0-c135-00000000155b | OK | Install the OpenSSH server | standalone 2026-02-19 22:15:42.909760 | fa163ee8-850d-8ed0-c135-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:22.028742 | 3.01s 2026-02-19 22:15:42.935857 | fa163ee8-850d-8ed0-c135-00000000155c | TASK | Start sshd 2026-02-19 22:15:42.965918 | fa163ee8-850d-8ed0-c135-00000000155c | SKIPPED | Start sshd | standalone 2026-02-19 22:15:42.967317 | fa163ee8-850d-8ed0-c135-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:22.086261 | 0.03s 2026-02-19 22:15:42.993766 | fa163ee8-850d-8ed0-c135-00000000155d | TASK | PasswordAuthentication notice 2026-02-19 22:15:43.034327 | fa163ee8-850d-8ed0-c135-00000000155d | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2026-02-19 22:15:43.035655 | fa163ee8-850d-8ed0-c135-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:22.154639 | 0.04s 2026-02-19 22:15:43.060799 | fa163ee8-850d-8ed0-c135-00000000155e | TASK | PasswordAuthentication duplication notice 2026-02-19 22:15:43.092983 | fa163ee8-850d-8ed0-c135-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-19 22:15:43.094373 | fa163ee8-850d-8ed0-c135-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:22.213356 | 0.03s 2026-02-19 22:15:43.121102 | fa163ee8-850d-8ed0-c135-00000000155f | TASK | Motd duplication notice 2026-02-19 22:15:43.161866 | fa163ee8-850d-8ed0-c135-00000000155f | 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-19 22:15:43.163296 | fa163ee8-850d-8ed0-c135-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:22.282248 | 0.04s 2026-02-19 22:15:43.189210 | fa163ee8-850d-8ed0-c135-000000001560 | TASK | Configure the banner text 2026-02-19 22:15:43.220990 | fa163ee8-850d-8ed0-c135-000000001560 | SKIPPED | Configure the banner text | standalone 2026-02-19 22:15:43.222342 | fa163ee8-850d-8ed0-c135-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:22.341322 | 0.03s 2026-02-19 22:15:43.247749 | fa163ee8-850d-8ed0-c135-000000001561 | TASK | Configure the motd banner 2026-02-19 22:15:43.281649 | fa163ee8-850d-8ed0-c135-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-02-19 22:15:43.283059 | fa163ee8-850d-8ed0-c135-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:22.402041 | 0.03s 2026-02-19 22:15:43.305405 | fa163ee8-850d-8ed0-c135-000000001562 | TASK | Update sshd configuration options from vars 2026-02-19 22:15:43.345176 | fa163ee8-850d-8ed0-c135-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-02-19 22:15:43.346771 | fa163ee8-850d-8ed0-c135-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:22.465751 | 0.04s 2026-02-19 22:15:43.370954 | fa163ee8-850d-8ed0-c135-000000001563 | TASK | Adjust ssh server configuration 2026-02-19 22:15:43.870446 | fa163ee8-850d-8ed0-c135-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-02-19 22:15:43.872039 | fa163ee8-850d-8ed0-c135-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:22.991021 | 0.50s 2026-02-19 22:15:43.898598 | fa163ee8-850d-8ed0-c135-000000001564 | TASK | Restart sshd 2026-02-19 22:15:44.335112 | fa163ee8-850d-8ed0-c135-000000001564 | CHANGED | Restart sshd | standalone 2026-02-19 22:15:44.337023 | fa163ee8-850d-8ed0-c135-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:23.456006 | 0.44s 2026-02-19 22:15:44.386640 | fa163ee8-850d-8ed0-c135-000000000bbb | TASK | create persistent directories 2026-02-19 22:15:44.662836 | fa163ee8-850d-8ed0-c135-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-19 22:15:44.665213 | fa163ee8-850d-8ed0-c135-000000000bbb | TIMING | create persistent directories | standalone | 0:03:23.784190 | 0.28s 2026-02-19 22:15:44.932209 | fa163ee8-850d-8ed0-c135-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-19 22:15:44.933965 | fa163ee8-850d-8ed0-c135-000000000bbb | TIMING | create persistent directories | standalone | 0:03:24.052953 | 0.55s 2026-02-19 22:15:45.142516 | fa163ee8-850d-8ed0-c135-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-19 22:15:45.143680 | fa163ee8-850d-8ed0-c135-000000000bbb | TIMING | create persistent directories | standalone | 0:03:24.262667 | 0.76s 2026-02-19 22:15:45.150500 | fa163ee8-850d-8ed0-c135-000000000bbb | TIMING | create persistent directories | standalone | 0:03:24.269487 | 0.76s 2026-02-19 22:15:45.176041 | fa163ee8-850d-8ed0-c135-000000000bbc | TASK | create persistent directories 2026-02-19 22:15:45.441938 | fa163ee8-850d-8ed0-c135-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-19 22:15:45.443831 | fa163ee8-850d-8ed0-c135-000000000bbc | TIMING | create persistent directories | standalone | 0:03:24.562816 | 0.27s 2026-02-19 22:15:45.633572 | fa163ee8-850d-8ed0-c135-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-19 22:15:45.634414 | fa163ee8-850d-8ed0-c135-000000000bbc | TIMING | create persistent directories | standalone | 0:03:24.753406 | 0.46s 2026-02-19 22:15:45.851748 | fa163ee8-850d-8ed0-c135-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-19 22:15:45.853838 | fa163ee8-850d-8ed0-c135-000000000bbc | TIMING | create persistent directories | standalone | 0:03:24.972823 | 0.68s 2026-02-19 22:15:45.864668 | fa163ee8-850d-8ed0-c135-000000000bbc | TIMING | create persistent directories | standalone | 0:03:24.983645 | 0.69s 2026-02-19 22:15:45.891075 | fa163ee8-850d-8ed0-c135-000000000bbd | TASK | Set swift_use_local_disks fact 2026-02-19 22:15:45.920797 | fa163ee8-850d-8ed0-c135-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-02-19 22:15:45.921673 | fa163ee8-850d-8ed0-c135-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:25.040665 | 0.03s 2026-02-19 22:15:45.938658 | fa163ee8-850d-8ed0-c135-000000000bbe | TASK | Set use_node_data_lookup fact 2026-02-19 22:15:45.976491 | fa163ee8-850d-8ed0-c135-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-02-19 22:15:45.977932 | fa163ee8-850d-8ed0-c135-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:25.096912 | 0.04s 2026-02-19 22:15:46.009627 | fa163ee8-850d-8ed0-c135-000000000bbf | TASK | Create Swift d1 directory if needed 2026-02-19 22:15:46.266414 | fa163ee8-850d-8ed0-c135-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-19 22:15:46.267863 | fa163ee8-850d-8ed0-c135-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:25.386844 | 0.26s 2026-02-19 22:15:46.292027 | fa163ee8-850d-8ed0-c135-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-02-19 22:15:46.331483 | fa163ee8-850d-8ed0-c135-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-02-19 22:15:46.332681 | fa163ee8-850d-8ed0-c135-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:25.451664 | 0.04s 2026-02-19 22:15:46.357031 | fa163ee8-850d-8ed0-c135-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-02-19 22:15:46.386175 | fa163ee8-850d-8ed0-c135-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-19 22:15:46.387428 | fa163ee8-850d-8ed0-c135-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:25.506411 | 0.03s 2026-02-19 22:15:46.420477 | fa163ee8-850d-8ed0-c135-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-02-19 22:15:46.453832 | fa163ee8-850d-8ed0-c135-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-19 22:15:46.455475 | fa163ee8-850d-8ed0-c135-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:25.574448 | 0.03s 2026-02-19 22:15:46.483459 | fa163ee8-850d-8ed0-c135-000000000bc3 | TASK | Format SwiftRawDisks 2026-02-19 22:15:46.514069 | fa163ee8-850d-8ed0-c135-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:25.633039 | 0.03s 2026-02-19 22:15:46.540005 | fa163ee8-850d-8ed0-c135-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-19 22:15:46.590366 | fa163ee8-850d-8ed0-c135-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-19 22:15:46.591667 | fa163ee8-850d-8ed0-c135-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:25.710649 | 0.05s 2026-02-19 22:15:46.616898 | fa163ee8-850d-8ed0-c135-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-02-19 22:15:46.646375 | fa163ee8-850d-8ed0-c135-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:25.765346 | 0.03s 2026-02-19 22:15:46.674052 | fa163ee8-850d-8ed0-c135-000000000bc6 | TASK | Check for NTP service 2026-02-19 22:15:46.919450 | fa163ee8-850d-8ed0-c135-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-02-19 22:15:46.920887 | fa163ee8-850d-8ed0-c135-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:26.039870 | 0.25s 2026-02-19 22:15:46.946679 | fa163ee8-850d-8ed0-c135-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-02-19 22:15:46.997405 | fa163ee8-850d-8ed0-c135-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-19 22:15:46.998659 | fa163ee8-850d-8ed0-c135-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:26.117634 | 0.05s 2026-02-19 22:15:47.025419 | fa163ee8-850d-8ed0-c135-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-02-19 22:15:47.054825 | fa163ee8-850d-8ed0-c135-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:26.173800 | 0.03s 2026-02-19 22:15:47.155317 | fa163ee8-850d-8ed0-c135-0000000016f5 | TASK | Load distro-specific variables 2026-02-19 22:15:47.181405 | fa163ee8-850d-8ed0-c135-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.300393 | 0.03s 2026-02-19 22:15:47.189287 | 4dd3acab-9e72-4116-ab76-adb298d04932 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:15:47.210057 | fa163ee8-850d-8ed0-c135-0000000017da | TASK | Load distro-specific variables 2026-02-19 22:15:47.262381 | fa163ee8-850d-8ed0-c135-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:15:47.263845 | fa163ee8-850d-8ed0-c135-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.382825 | 0.05s 2026-02-19 22:15:47.269737 | fa163ee8-850d-8ed0-c135-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.388713 | 0.06s 2026-02-19 22:15:47.296298 | fa163ee8-850d-8ed0-c135-0000000016f6 | TASK | Install chronyd 2026-02-19 22:15:47.327361 | fa163ee8-850d-8ed0-c135-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:26.446328 | 0.03s 2026-02-19 22:15:47.351837 | fa7fe948-0774-4763-bc55-f2c794b46ab7 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-19 22:15:47.383894 | fa163ee8-850d-8ed0-c135-000000001813 | TASK | Load distro-specific variables 2026-02-19 22:15:47.411334 | fa163ee8-850d-8ed0-c135-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.530315 | 0.03s 2026-02-19 22:15:47.422573 | d2a4e0a8-994d-4197-bbbf-fcf60695a9b0 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:15:47.447744 | fa163ee8-850d-8ed0-c135-00000000185a | TASK | Load distro-specific variables 2026-02-19 22:15:47.503408 | fa163ee8-850d-8ed0-c135-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:15:47.504733 | fa163ee8-850d-8ed0-c135-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.623713 | 0.06s 2026-02-19 22:15:47.510478 | fa163ee8-850d-8ed0-c135-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:26.629461 | 0.06s 2026-02-19 22:15:47.537256 | fa163ee8-850d-8ed0-c135-000000001814 | TASK | Check for NTP service 2026-02-19 22:15:47.802398 | fa163ee8-850d-8ed0-c135-000000001814 | CHANGED | Check for NTP service | standalone 2026-02-19 22:15:47.803879 | fa163ee8-850d-8ed0-c135-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:26.922862 | 0.27s 2026-02-19 22:15:47.828960 | fa163ee8-850d-8ed0-c135-000000001815 | TASK | Disable NTP before configuring Chrony 2026-02-19 22:15:47.881039 | fa163ee8-850d-8ed0-c135-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-19 22:15:47.882422 | fa163ee8-850d-8ed0-c135-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:27.001404 | 0.05s 2026-02-19 22:15:47.908116 | fa163ee8-850d-8ed0-c135-000000001816 | TASK | Install chronyd package 2026-02-19 22:15:50.859179 | fa163ee8-850d-8ed0-c135-000000001816 | OK | Install chronyd package | standalone 2026-02-19 22:15:50.860688 | fa163ee8-850d-8ed0-c135-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:29.979670 | 2.95s 2026-02-19 22:15:50.886409 | fa163ee8-850d-8ed0-c135-0000000016f7 | TASK | Upgrade chronyd 2026-02-19 22:15:50.916795 | fa163ee8-850d-8ed0-c135-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-02-19 22:15:50.918027 | fa163ee8-850d-8ed0-c135-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:30.037010 | 0.03s 2026-02-19 22:15:50.943586 | fa163ee8-850d-8ed0-c135-0000000016f8 | TASK | Configure chronyd 2026-02-19 22:15:50.976074 | fa163ee8-850d-8ed0-c135-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:30.095046 | 0.03s 2026-02-19 22:15:50.997954 | 6494f784-4c07-43d0-8780-db53e773ec6e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-19 22:15:51.038286 | fa163ee8-850d-8ed0-c135-000000001893 | TASK | Load distro-specific variables 2026-02-19 22:15:51.065902 | fa163ee8-850d-8ed0-c135-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:30.184873 | 0.03s 2026-02-19 22:15:51.083203 | c0973151-8d7d-4666-a999-9f80c7d7244e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:15:51.107060 | fa163ee8-850d-8ed0-c135-0000000018ff | TASK | Load distro-specific variables 2026-02-19 22:15:51.163192 | fa163ee8-850d-8ed0-c135-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:15:51.164578 | fa163ee8-850d-8ed0-c135-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:30.283561 | 0.06s 2026-02-19 22:15:51.170243 | fa163ee8-850d-8ed0-c135-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:30.289232 | 0.06s 2026-02-19 22:15:51.196065 | fa163ee8-850d-8ed0-c135-000000001894 | TASK | Install chrony configuration file 2026-02-19 22:15:51.836569 | fa163ee8-850d-8ed0-c135-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-02-19 22:15:51.837940 | fa163ee8-850d-8ed0-c135-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:30.956923 | 0.64s 2026-02-19 22:15:51.860299 | fa163ee8-850d-8ed0-c135-0000000016f9 | TASK | Run chronyd 2026-02-19 22:15:51.894097 | fa163ee8-850d-8ed0-c135-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:31.013065 | 0.03s 2026-02-19 22:15:51.918234 | 3d91dce4-9648-4a77-85da-c4869a49aa72 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-19 22:15:51.957679 | fa163ee8-850d-8ed0-c135-000000001922 | TASK | Load distro-specific variables 2026-02-19 22:15:51.985576 | fa163ee8-850d-8ed0-c135-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:31.104547 | 0.03s 2026-02-19 22:15:52.003477 | c1b340bf-39dc-4431-9466-cea71055044a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 22:15:52.034062 | fa163ee8-850d-8ed0-c135-0000000019a6 | TASK | Load distro-specific variables 2026-02-19 22:15:52.088934 | fa163ee8-850d-8ed0-c135-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 22:15:52.090213 | fa163ee8-850d-8ed0-c135-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:31.209193 | 0.06s 2026-02-19 22:15:52.096298 | fa163ee8-850d-8ed0-c135-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:31.215247 | 0.06s 2026-02-19 22:15:52.121510 | fa163ee8-850d-8ed0-c135-000000001923 | TASK | Ensure chronyd is running 2026-02-19 22:15:52.526214 | fa163ee8-850d-8ed0-c135-000000001923 | OK | Ensure chronyd is running | standalone 2026-02-19 22:15:52.528069 | fa163ee8-850d-8ed0-c135-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:31.647053 | 0.41s 2026-02-19 22:15:52.554362 | fa163ee8-850d-8ed0-c135-000000001924 | TASK | Force chronyd restart 2026-02-19 22:15:53.049023 | fa163ee8-850d-8ed0-c135-000000001924 | CHANGED | Force chronyd restart | standalone 2026-02-19 22:15:53.050936 | fa163ee8-850d-8ed0-c135-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:32.169919 | 0.50s 2026-02-19 22:15:53.077839 | fa163ee8-850d-8ed0-c135-0000000016fa | TASK | Enable online service 2026-02-19 22:15:53.108860 | fa163ee8-850d-8ed0-c135-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:32.227831 | 0.03s 2026-02-19 22:15:53.129461 | b9498105-c131-4eef-9e3a-43698980d88a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-19 22:15:53.176057 | fa163ee8-850d-8ed0-c135-0000000019d3 | TASK | Create chrony-online.service unit file 2026-02-19 22:15:53.587610 | fa163ee8-850d-8ed0-c135-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-02-19 22:15:53.589137 | fa163ee8-850d-8ed0-c135-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:32.708120 | 0.41s 2026-02-19 22:15:53.614822 | fa163ee8-850d-8ed0-c135-0000000019d4 | TASK | Enable chrony-online.service 2026-02-19 22:15:54.514888 | fa163ee8-850d-8ed0-c135-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-02-19 22:15:54.516439 | fa163ee8-850d-8ed0-c135-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:33.635431 | 0.90s 2026-02-19 22:15:54.538101 | fa163ee8-850d-8ed0-c135-0000000016fb | TASK | Sync chronyc 2026-02-19 22:15:54.570388 | fa163ee8-850d-8ed0-c135-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:33.689369 | 0.03s 2026-02-19 22:15:54.582629 | decf63c9-0aa5-4d8c-ad1a-1b89533881df | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-19 22:15:54.627236 | fa163ee8-850d-8ed0-c135-000000001a79 | TASK | Force NTP sync 2026-02-19 22:15:54.875859 | fa163ee8-850d-8ed0-c135-000000001a79 | CHANGED | Force NTP sync | standalone 2026-02-19 22:15:54.877376 | fa163ee8-850d-8ed0-c135-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:33.996351 | 0.25s 2026-02-19 22:15:54.903995 | fa163ee8-850d-8ed0-c135-000000001a7a | TASK | Ensure system is NTP time synced 2026-02-19 22:16:05.165159 | fa163ee8-850d-8ed0-c135-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-02-19 22:16:05.166650 | fa163ee8-850d-8ed0-c135-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:44.285634 | 10.26s 2026-02-19 22:16:05.215417 | fa163ee8-850d-8ed0-c135-000000000bc9 | TASK | Force NTP sync 2026-02-19 22:16:05.467572 | fa163ee8-850d-8ed0-c135-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-02-19 22:16:05.468592 | fa163ee8-850d-8ed0-c135-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:44.587582 | 0.25s 2026-02-19 22:16:05.486961 | fa163ee8-850d-8ed0-c135-000000000bca | TASK | Ensure system is NTP time synced 2026-02-19 22:16:05.728941 | fa163ee8-850d-8ed0-c135-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-02-19 22:16:05.730533 | fa163ee8-850d-8ed0-c135-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:44.849515 | 0.24s 2026-02-19 22:16:05.752050 | fa163ee8-850d-8ed0-c135-000000000bcb | TASK | Run timezone role 2026-02-19 22:16:05.781856 | fa163ee8-850d-8ed0-c135-000000000bcb | TIMING | Run timezone role | standalone | 0:03:44.900838 | 0.03s 2026-02-19 22:16:05.869198 | fa163ee8-850d-8ed0-c135-000000001c3a | TASK | Set timezone 2026-02-19 22:16:06.451147 | fa163ee8-850d-8ed0-c135-000000001c3a | OK | Set timezone | standalone 2026-02-19 22:16:06.452203 | fa163ee8-850d-8ed0-c135-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:45.571192 | 0.58s 2026-02-19 22:16:06.472112 | fa163ee8-850d-8ed0-c135-000000001c3b | TASK | Restart time services 2026-02-19 22:16:06.504467 | fa163ee8-850d-8ed0-c135-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-19 22:16:06.510389 | fa163ee8-850d-8ed0-c135-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-02-19 22:16:06.521888 | fa163ee8-850d-8ed0-c135-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:45.640872 | 0.05s 2026-02-19 22:16:06.561093 | fa163ee8-850d-8ed0-c135-000000000bcc | TASK | install tmpwatch on the host 2026-02-19 22:16:09.719985 | fa163ee8-850d-8ed0-c135-000000000bcc | OK | install tmpwatch on the host | standalone 2026-02-19 22:16:09.721310 | fa163ee8-850d-8ed0-c135-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:48.840300 | 3.16s 2026-02-19 22:16:09.740836 | fa163ee8-850d-8ed0-c135-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-02-19 22:16:09.771797 | fa163ee8-850d-8ed0-c135-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-19 22:16:09.772740 | fa163ee8-850d-8ed0-c135-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:48.891730 | 0.03s 2026-02-19 22:16:09.820590 | fa163ee8-850d-8ed0-c135-000000000bce | TIMING | include_role : tuned | standalone | 0:03:48.939572 | 0.03s 2026-02-19 22:16:09.913657 | fa163ee8-850d-8ed0-c135-000000001e6e | TASK | Gather variables for each operating system 2026-02-19 22:16:10.035144 | fa163ee8-850d-8ed0-c135-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-19 22:16:10.036593 | fa163ee8-850d-8ed0-c135-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:49.155574 | 0.12s 2026-02-19 22:16:10.049037 | fa163ee8-850d-8ed0-c135-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:49.168024 | 0.13s 2026-02-19 22:16:10.126102 | fa163ee8-850d-8ed0-c135-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:49.245070 | 0.05s 2026-02-19 22:16:10.146682 | 385f0239-423e-4316-94d3-ff0230bb7910 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-19 22:16:10.179971 | fa163ee8-850d-8ed0-c135-000000001f9f | TASK | Check tuned package is installed 2026-02-19 22:16:10.457346 | fa163ee8-850d-8ed0-c135-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-02-19 22:16:10.458515 | fa163ee8-850d-8ed0-c135-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:49.577501 | 0.28s 2026-02-19 22:16:10.478976 | fa163ee8-850d-8ed0-c135-000000001fa0 | TASK | Install tuned 2026-02-19 22:16:10.509240 | fa163ee8-850d-8ed0-c135-000000001fa0 | SKIPPED | Install tuned | standalone 2026-02-19 22:16:10.510542 | fa163ee8-850d-8ed0-c135-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:49.629524 | 0.03s 2026-02-19 22:16:10.536181 | fa163ee8-850d-8ed0-c135-000000001fa1 | TASK | Restart tuned 2026-02-19 22:16:10.576224 | fa163ee8-850d-8ed0-c135-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-02-19 22:16:10.577585 | fa163ee8-850d-8ed0-c135-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:49.696566 | 0.04s 2026-02-19 22:16:10.603542 | fa163ee8-850d-8ed0-c135-000000001e70 | TASK | Check for tuned-adm 2026-02-19 22:16:10.839036 | fa163ee8-850d-8ed0-c135-000000001e70 | OK | Check for tuned-adm | standalone 2026-02-19 22:16:10.840447 | fa163ee8-850d-8ed0-c135-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:49.959431 | 0.24s 2026-02-19 22:16:10.901981 | fa163ee8-850d-8ed0-c135-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:50.020953 | 0.03s 2026-02-19 22:16:10.931313 | 859c62ea-5b52-49a3-b1a6-4731b5760f5a | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-19 22:16:10.966570 | fa163ee8-850d-8ed0-c135-000000001fcc | TASK | Ensure profile directory exists 2026-02-19 22:16:11.037104 | fa163ee8-850d-8ed0-c135-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-02-19 22:16:11.038480 | fa163ee8-850d-8ed0-c135-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:50.157459 | 0.07s 2026-02-19 22:16:11.064314 | fa163ee8-850d-8ed0-c135-000000001fcd | TASK | Create custom tuned profile 2026-02-19 22:16:11.130791 | fa163ee8-850d-8ed0-c135-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-02-19 22:16:11.132135 | fa163ee8-850d-8ed0-c135-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:50.251118 | 0.07s 2026-02-19 22:16:11.157450 | fa163ee8-850d-8ed0-c135-000000001fce | TASK | Check tuned active profile 2026-02-19 22:16:11.371319 | fa163ee8-850d-8ed0-c135-000000001fce | OK | Check tuned active profile | standalone 2026-02-19 22:16:11.372737 | fa163ee8-850d-8ed0-c135-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:50.491719 | 0.21s 2026-02-19 22:16:11.398916 | fa163ee8-850d-8ed0-c135-000000001fcf | TASK | Check Tuned Configuration file exists 2026-02-19 22:16:11.633491 | fa163ee8-850d-8ed0-c135-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-02-19 22:16:11.634564 | fa163ee8-850d-8ed0-c135-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:50.753552 | 0.23s 2026-02-19 22:16:11.655496 | fa163ee8-850d-8ed0-c135-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-19 22:16:11.719071 | fa163ee8-850d-8ed0-c135-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-19 22:16:11.720397 | fa163ee8-850d-8ed0-c135-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:50.839380 | 0.06s 2026-02-19 22:16:11.753069 | fa163ee8-850d-8ed0-c135-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-02-19 22:16:11.814165 | fa163ee8-850d-8ed0-c135-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-19 22:16:11.815446 | fa163ee8-850d-8ed0-c135-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:50.934430 | 0.06s 2026-02-19 22:16:11.836634 | fa163ee8-850d-8ed0-c135-000000001fd2 | TASK | Enable tuned profile 2026-02-19 22:16:11.870728 | fa163ee8-850d-8ed0-c135-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-02-19 22:16:11.872064 | fa163ee8-850d-8ed0-c135-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:50.991048 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-19 22:16:12.043046 | fa163ee8-850d-8ed0-c135-0000000000ac | TASK | Overcloud container setup tasks 2026-02-19 22:16:12.075027 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000ac') missing from stats 2026-02-19 22:16:12.097320 | fa163ee8-850d-8ed0-c135-0000000000ad | TASK | Write config data 2026-02-19 22:16:12.170905 | fa163ee8-850d-8ed0-c135-0000000000ad | TIMING | Write config data | standalone | 0:03:51.289881 | 0.07s 2026-02-19 22:16:12.208245 | d8e3aefa-4ac5-467c-8d76-7558f1721a86 | INCLUDED | /root/standalone-ansible-3xmt_kv6/common_container_setup_tasks.yaml | standalone 2026-02-19 22:16:12.234811 | fa163ee8-850d-8ed0-c135-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-19 22:16:12.469458 | fa163ee8-850d-8ed0-c135-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-19 22:16:12.470567 | fa163ee8-850d-8ed0-c135-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:51.589556 | 0.23s 2026-02-19 22:16:12.491904 | fa163ee8-850d-8ed0-c135-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-02-19 22:16:12.723172 | fa163ee8-850d-8ed0-c135-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-19 22:16:12.724408 | fa163ee8-850d-8ed0-c135-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:51.843397 | 0.23s 2026-02-19 22:16:12.745180 | fa163ee8-850d-8ed0-c135-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-02-19 22:16:12.988417 | fa163ee8-850d-8ed0-c135-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-19 22:16:12.989606 | fa163ee8-850d-8ed0-c135-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:52.108595 | 0.24s 2026-02-19 22:16:13.011164 | fa163ee8-850d-8ed0-c135-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-19 22:16:13.226609 | fa163ee8-850d-8ed0-c135-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-19 22:16:13.227935 | fa163ee8-850d-8ed0-c135-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:52.346923 | 0.22s 2026-02-19 22:16:13.248961 | fa163ee8-850d-8ed0-c135-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-19 22:16:13.452028 | fa163ee8-850d-8ed0-c135-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-19 22:16:13.453352 | fa163ee8-850d-8ed0-c135-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:52.572340 | 0.20s 2026-02-19 22:16:13.475038 | fa163ee8-850d-8ed0-c135-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-02-19 22:16:14.762559 | fa163ee8-850d-8ed0-c135-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-19 22:16:14.764410 | fa163ee8-850d-8ed0-c135-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:53.883392 | 1.29s 2026-02-19 22:16:14.790161 | fa163ee8-850d-8ed0-c135-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-02-19 22:16:15.040463 | fa163ee8-850d-8ed0-c135-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-19 22:16:15.041358 | fa163ee8-850d-8ed0-c135-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:54.160351 | 0.25s 2026-02-19 22:16:15.059133 | fa163ee8-850d-8ed0-c135-00000000203a | TASK | Write container config scripts 2026-02-19 22:16:15.429231 | fa163ee8-850d-8ed0-c135-00000000203a | CHANGED | Write container config scripts | standalone 2026-02-19 22:16:15.430697 | fa163ee8-850d-8ed0-c135-00000000203a | TIMING | Write container config scripts | standalone | 0:03:54.549677 | 0.37s 2026-02-19 22:16:15.456100 | fa163ee8-850d-8ed0-c135-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-19 22:16:15.881332 | fa163ee8-850d-8ed0-c135-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-19 22:16:15.882956 | fa163ee8-850d-8ed0-c135-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:55.001933 | 0.43s 2026-02-19 22:16:15.908474 | fa163ee8-850d-8ed0-c135-00000000203c | TASK | Generate startup configs files per step and per container 2026-02-19 22:16:16.538603 | fa163ee8-850d-8ed0-c135-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-19 22:16:16.552746 | fa163ee8-850d-8ed0-c135-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:55.671719 | 0.64s 2026-02-19 22:16:16.589997 | fa163ee8-850d-8ed0-c135-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-02-19 22:16:16.830623 | fa163ee8-850d-8ed0-c135-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-19 22:16:16.832068 | fa163ee8-850d-8ed0-c135-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:55.951054 | 0.24s 2026-02-19 22:16:16.856553 | fa163ee8-850d-8ed0-c135-00000000203e | TASK | Create /var/lib/config-data directory 2026-02-19 22:16:17.067322 | fa163ee8-850d-8ed0-c135-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-19 22:16:17.068891 | fa163ee8-850d-8ed0-c135-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:56.187874 | 0.21s 2026-02-19 22:16:17.094701 | fa163ee8-850d-8ed0-c135-00000000203f | TASK | Write container config json files 2026-02-19 22:16:17.567924 | fa163ee8-850d-8ed0-c135-00000000203f | CHANGED | Write container config json files | standalone 2026-02-19 22:16:17.574763 | fa163ee8-850d-8ed0-c135-00000000203f | TIMING | Write container config json files | standalone | 0:03:56.693749 | 0.48s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-19 22:16:17.729308 | fa163ee8-850d-8ed0-c135-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-19 22:16:17.756993 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-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-19 22:16:17.827370 | fa163ee8-850d-8ed0-c135-0000000000b2 | TIMING | include_tasks | standalone | 0:03:56.946304 | 0.05s 2026-02-19 22:16:17.862040 | ec7c5360-2897-4dec-bf06-8edf124e9af1 | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-02-19 22:16:17.899032 | fa163ee8-850d-8ed0-c135-000000002073 | TASK | Get undercloud FQDN 2026-02-19 22:16:17.950570 | fa163ee8-850d-8ed0-c135-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-000000002073') missing from stats 2026-02-19 22:16:18.003648 | fa163ee8-850d-8ed0-c135-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:57.122624 | 0.03s 2026-02-19 22:16:18.068155 | fa163ee8-850d-8ed0-c135-000000002098 | TASK | set main facts 2026-02-19 22:16:18.139200 | fa163ee8-850d-8ed0-c135-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-000000002098') missing from stats 2026-02-19 22:16:18.187308 | fa163ee8-850d-8ed0-c135-000000002099 | TASK | get the default.conf file 2026-02-19 22:16:18.399487 | fa163ee8-850d-8ed0-c135-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-000000002099') missing from stats 2026-02-19 22:16:18.447687 | fa163ee8-850d-8ed0-c135-00000000209a | TASK | set the principal 2026-02-19 22:16:18.509241 | fa163ee8-850d-8ed0-c135-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-00000000209a') missing from stats 2026-02-19 22:16:18.558042 | fa163ee8-850d-8ed0-c135-00000000209c | TASK | add new host with one-time password 2026-02-19 22:16:20.288094 | fa163ee8-850d-8ed0-c135-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-00000000209c') missing from stats 2026-02-19 22:16:20.332079 | fa163ee8-850d-8ed0-c135-00000000209d | TASK | set otp as a host fact 2026-02-19 22:16:20.373509 | fa163ee8-850d-8ed0-c135-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-02-19 22:16:20.374933 | fa163ee8-850d-8ed0-c135-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:59.493912 | 0.04s 2026-02-19 22:16:20.422418 | fa163ee8-850d-8ed0-c135-00000000209f | TASK | add required services using custom module 2026-02-19 22:16:24.223552 | fa163ee8-850d-8ed0-c135-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee8-850d-8ed0-c135-00000000209f') missing from stats 2026-02-19 22:16:24.276736 | fa163ee8-850d-8ed0-c135-000000002076 | TASK | check if default.conf exists 2026-02-19 22:16:24.509884 | fa163ee8-850d-8ed0-c135-000000002076 | OK | check if default.conf exists | standalone 2026-02-19 22:16:24.511563 | fa163ee8-850d-8ed0-c135-000000002076 | TIMING | check if default.conf exists | standalone | 0:04:03.630540 | 0.23s 2026-02-19 22:16:24.541056 | fa163ee8-850d-8ed0-c135-000000002077 | TASK | install openssl-perl 2026-02-19 22:16:24.583701 | fa163ee8-850d-8ed0-c135-000000002077 | SKIPPED | install openssl-perl | standalone 2026-02-19 22:16:24.585308 | fa163ee8-850d-8ed0-c135-000000002077 | TIMING | install openssl-perl | standalone | 0:04:03.704248 | 0.04s 2026-02-19 22:16:24.610779 | fa163ee8-850d-8ed0-c135-000000002078 | TASK | register as an ipa client 2026-02-19 22:16:24.667378 | fa163ee8-850d-8ed0-c135-000000002078 | SKIPPED | register as an ipa client | standalone 2026-02-19 22:16:24.668733 | fa163ee8-850d-8ed0-c135-000000002078 | TIMING | register as an ipa client | standalone | 0:04:03.787715 | 0.06s 2026-02-19 22:16:24.695867 | fa163ee8-850d-8ed0-c135-000000002079 | TASK | restart certmonger service 2026-02-19 22:16:24.737587 | fa163ee8-850d-8ed0-c135-000000002079 | SKIPPED | restart certmonger service | standalone 2026-02-19 22:16:24.739100 | fa163ee8-850d-8ed0-c135-000000002079 | TIMING | restart certmonger service | standalone | 0:04:03.858081 | 0.04s 2026-02-19 22:16:24.764492 | fa163ee8-850d-8ed0-c135-00000000207a | TASK | set discovered ipa realm 2026-02-19 22:16:24.810776 | fa163ee8-850d-8ed0-c135-00000000207a | OK | set discovered ipa realm | standalone 2026-02-19 22:16:24.812763 | fa163ee8-850d-8ed0-c135-00000000207a | TIMING | set discovered ipa realm | standalone | 0:04:03.931737 | 0.05s PLAY [External deployment step 1] ********************************************** 2026-02-19 22:16:24.954817 | fa163ee8-850d-8ed0-c135-0000000000b6 | TASK | External deployment step 1 2026-02-19 22:16:24.983802 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000b6') missing from stats 2026-02-19 22:16:25.040698 | fa163ee8-850d-8ed0-c135-0000000000b7 | TIMING | include_tasks | undercloud | 0:04:04.159678 | 0.04s 2026-02-19 22:16:25.064971 | 2e4b2ff4-57fb-4ed8-ad35-fb95716bbb5a | INCLUDED | /root/standalone-ansible-3xmt_kv6/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-19 22:16:25.084016 | fa163ee8-850d-8ed0-c135-0000000020f5 | TASK | Container image prepare 2026-02-19 22:16:26.208927 | fa163ee8-850d-8ed0-c135-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-02-19 22:16:26.211718 | fa163ee8-850d-8ed0-c135-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:04:05.330698 | 1.13s 2026-02-19 22:16:26.290617 | fa163ee8-850d-8ed0-c135-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:04:05.409592 | 0.04s 2026-02-19 22:16:26.318249 | fa163ee8-850d-8ed0-c135-00000000211b | TASK | get dns zones and entries to add 2026-02-19 22:16:26.366710 | fa163ee8-850d-8ed0-c135-00000000211b | OK | get dns zones and entries to add | undercloud 2026-02-19 22:16:26.367830 | fa163ee8-850d-8ed0-c135-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:04:05.486820 | 0.05s 2026-02-19 22:16:26.428321 | fa163ee8-850d-8ed0-c135-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "storage.ooo.test", "0.21.172.in-addr.arpa", "122.168.192.in-addr.arpa", "ooo.test", "tenant.ooo.test", "0.19.172.in-addr.arpa", "0.17.172.in-addr.arpa", "0.18.172.in-addr.arpa", "ctlplane.ooo.test", "storagemgmt.ooo.test", "0.20.172.in-addr.arpa", "external.ooo.test", "internalapi.ooo.test" ] } 2026-02-19 22:16:26.429735 | fa163ee8-850d-8ed0-c135-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:05.548718 | 0.05s 2026-02-19 22:16:26.500545 | fa163ee8-850d-8ed0-c135-00000000211d | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2026-02-19 22:16:26.502344 | fa163ee8-850d-8ed0-c135-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:05.621327 | 0.05s 2026-02-19 22:16:26.521834 | fa163ee8-850d-8ed0-c135-00000000211e | TASK | add dns zones and records 2026-02-19 22:16:29.841289 | fa163ee8-850d-8ed0-c135-00000000211e | CHANGED | add dns zones and records | undercloud 2026-02-19 22:16:29.842968 | fa163ee8-850d-8ed0-c135-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:08.961952 | 3.32s 2026-02-19 22:16:29.878824 | fa163ee8-850d-8ed0-c135-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-02-19 22:16:30.188414 | fa163ee8-850d-8ed0-c135-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-19 22:16:30.189848 | fa163ee8-850d-8ed0-c135-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:09.308832 | 0.31s 2026-02-19 22:16:30.208179 | fa163ee8-850d-8ed0-c135-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-02-19 22:16:30.260918 | fa163ee8-850d-8ed0-c135-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:09.379886 | 0.05s 2026-02-19 22:16:30.307995 | fa163ee8-850d-8ed0-c135-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-19 22:16:30.564322 | fa163ee8-850d-8ed0-c135-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-19 22:16:30.565320 | fa163ee8-850d-8ed0-c135-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:09.684302 | 0.26s 2026-02-19 22:16:30.582191 | fa163ee8-850d-8ed0-c135-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-19 22:16:31.037139 | fa163ee8-850d-8ed0-c135-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-19 22:16:31.038275 | fa163ee8-850d-8ed0-c135-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:10.157249 | 0.45s 2026-02-19 22:16:31.055030 | fa163ee8-850d-8ed0-c135-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-19 22:16:31.100291 | fa163ee8-850d-8ed0-c135-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:10.219251 | 0.04s 2026-02-19 22:16:31.137055 | fa163ee8-850d-8ed0-c135-00000000218c | TASK | Check for a configured destination 2026-02-19 22:16:31.202199 | fa163ee8-850d-8ed0-c135-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-02-19 22:16:31.203123 | fa163ee8-850d-8ed0-c135-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:10.322113 | 0.06s 2026-02-19 22:16:31.231271 | fa163ee8-850d-8ed0-c135-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-19 22:16:31.734626 | fa163ee8-850d-8ed0-c135-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-19 22:16:31.736326 | fa163ee8-850d-8ed0-c135-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:10.855302 | 0.50s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-19 22:16:31.901015 | fa163ee8-850d-8ed0-c135-0000000000ba | TASK | Deploy step tasks for 1 2026-02-19 22:16:31.928677 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000ba') missing from stats 2026-02-19 22:16:31.950078 | fa163ee8-850d-8ed0-c135-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-19 22:16:32.446907 | fa163ee8-850d-8ed0-c135-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-19 22:16:32.448371 | fa163ee8-850d-8ed0-c135-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:11.567352 | 0.50s 2026-02-19 22:16:32.473182 | fa163ee8-850d-8ed0-c135-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-19 22:16:32.749538 | fa163ee8-850d-8ed0-c135-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-19 22:16:32.751196 | fa163ee8-850d-8ed0-c135-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:11.870173 | 0.28s 2026-02-19 22:16:32.777203 | fa163ee8-850d-8ed0-c135-0000000000be | TASK | Write config data at the start of step 1 2026-02-19 22:16:32.854117 | fa163ee8-850d-8ed0-c135-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:11.973091 | 0.08s 2026-02-19 22:16:32.878305 | 428fba6e-a7d4-47da-b977-0cdfd1167fe7 | INCLUDED | /root/standalone-ansible-3xmt_kv6/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-19 22:16:32.898747 | fa163ee8-850d-8ed0-c135-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-19 22:16:32.927781 | fa163ee8-850d-8ed0-c135-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-19 22:16:32.928756 | fa163ee8-850d-8ed0-c135-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:12.047745 | 0.03s 2026-02-19 22:16:32.946102 | fa163ee8-850d-8ed0-c135-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-19 22:16:32.976014 | fa163ee8-850d-8ed0-c135-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-19 22:16:32.977324 | fa163ee8-850d-8ed0-c135-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:12.096304 | 0.03s 2026-02-19 22:16:33.003242 | fa163ee8-850d-8ed0-c135-0000000021cd | TASK | Write the puppet step_config manifest 2026-02-19 22:16:33.500926 | fa163ee8-850d-8ed0-c135-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-02-19 22:16:33.502856 | fa163ee8-850d-8ed0-c135-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:12.621836 | 0.50s 2026-02-19 22:16:33.528125 | fa163ee8-850d-8ed0-c135-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-02-19 22:16:33.558008 | fa163ee8-850d-8ed0-c135-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-19 22:16:33.559369 | fa163ee8-850d-8ed0-c135-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:12.678349 | 0.03s 2026-02-19 22:16:33.585239 | fa163ee8-850d-8ed0-c135-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-02-19 22:16:33.616979 | fa163ee8-850d-8ed0-c135-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-19 22:16:33.618758 | fa163ee8-850d-8ed0-c135-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:12.737731 | 0.03s 2026-02-19 22:16:33.651183 | fa163ee8-850d-8ed0-c135-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-02-19 22:16:33.895600 | fa163ee8-850d-8ed0-c135-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-02-19 22:16:33.897450 | fa163ee8-850d-8ed0-c135-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:13.016430 | 0.24s 2026-02-19 22:16:33.922774 | fa163ee8-850d-8ed0-c135-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-19 22:16:33.954347 | fa163ee8-850d-8ed0-c135-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-19 22:16:33.956089 | fa163ee8-850d-8ed0-c135-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:13.075070 | 0.03s 2026-02-19 22:16:33.983311 | fa163ee8-850d-8ed0-c135-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-19 22:16:34.014316 | fa163ee8-850d-8ed0-c135-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-19 22:16:34.015938 | fa163ee8-850d-8ed0-c135-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:13.134917 | 0.03s 2026-02-19 22:16:34.039250 | fa163ee8-850d-8ed0-c135-0000000021d3 | TASK | Write container-puppet.json file 2026-02-19 22:16:34.617375 | fa163ee8-850d-8ed0-c135-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-02-19 22:16:34.618817 | fa163ee8-850d-8ed0-c135-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:13.737804 | 0.58s 2026-02-19 22:16:34.648701 | fa163ee8-850d-8ed0-c135-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-02-19 22:16:34.679392 | fa163ee8-850d-8ed0-c135-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-19 22:16:34.680590 | fa163ee8-850d-8ed0-c135-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:13.799575 | 0.03s 2026-02-19 22:16:34.701018 | fa163ee8-850d-8ed0-c135-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-02-19 22:16:34.732577 | fa163ee8-850d-8ed0-c135-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-19 22:16:34.733641 | fa163ee8-850d-8ed0-c135-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:13.852629 | 0.03s 2026-02-19 22:16:34.753583 | fa163ee8-850d-8ed0-c135-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-19 22:16:35.177709 | fa163ee8-850d-8ed0-c135-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-19 22:16:35.178733 | fa163ee8-850d-8ed0-c135-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:14.297722 | 0.42s 2026-02-19 22:16:35.198195 | fa163ee8-850d-8ed0-c135-0000000021d7 | TASK | Set host puppet debugging fact string 2026-02-19 22:16:35.229610 | fa163ee8-850d-8ed0-c135-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-19 22:16:35.231076 | fa163ee8-850d-8ed0-c135-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:14.350056 | 0.03s 2026-02-19 22:16:35.262524 | fa163ee8-850d-8ed0-c135-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-19 22:16:35.297726 | fa163ee8-850d-8ed0-c135-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-19 22:16:35.299111 | fa163ee8-850d-8ed0-c135-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:14.418087 | 0.03s 2026-02-19 22:16:35.324468 | fa163ee8-850d-8ed0-c135-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-19 22:16:35.354448 | fa163ee8-850d-8ed0-c135-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-19 22:16:35.355646 | fa163ee8-850d-8ed0-c135-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:14.474628 | 0.03s 2026-02-19 22:16:35.382659 | fa163ee8-850d-8ed0-c135-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-19 22:16:35.413673 | fa163ee8-850d-8ed0-c135-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-19 22:16:35.414819 | fa163ee8-850d-8ed0-c135-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:14.533802 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:16:35.478877 | fa163ee8-850d-8ed0-c135-0000000000c0 | TIMING | include_tasks | standalone | 0:04:14.597857 | 0.04s 2026-02-19 22:16:35.638197 | cb76f488-2faa-4419-834c-6ebed5dcb8bc | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-19 22:16:35.683113 | fa163ee8-850d-8ed0-c135-000000002205 | TASK | Create dirs for certificates and keys 2026-02-19 22:16:35.976522 | fa163ee8-850d-8ed0-c135-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-19 22:16:35.977840 | fa163ee8-850d-8ed0-c135-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:15.096821 | 0.29s 2026-02-19 22:16:36.205244 | fa163ee8-850d-8ed0-c135-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-19 22:16:36.206204 | fa163ee8-850d-8ed0-c135-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:15.325195 | 0.52s 2026-02-19 22:16:36.211626 | fa163ee8-850d-8ed0-c135-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:15.330604 | 0.53s 2026-02-19 22:16:36.289417 | fa163ee8-850d-8ed0-c135-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:15.408388 | 0.05s 2026-02-19 22:16:36.362711 | fa163ee8-850d-8ed0-c135-00000000231c | TASK | Set version specific variables 2026-02-19 22:16:36.412064 | fa163ee8-850d-8ed0-c135-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:15.531034 | 0.05s 2026-02-19 22:16:36.431544 | 539e45a9-4e1c-45b9-b80c-c9f0813150ff | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:16:36.462023 | fa163ee8-850d-8ed0-c135-00000000234f | TASK | Ensure ansible_facts used by role 2026-02-19 22:16:36.859190 | fa163ee8-850d-8ed0-c135-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:16:36.860873 | fa163ee8-850d-8ed0-c135-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:15.979857 | 0.40s 2026-02-19 22:16:36.886900 | fa163ee8-850d-8ed0-c135-000000002350 | TASK | Set platform/version specific variables 2026-02-19 22:16:36.974840 | fa163ee8-850d-8ed0-c135-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:16:37.008116 | fa163ee8-850d-8ed0-c135-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:16:37.034488 | fa163ee8-850d-8ed0-c135-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:16:37.054730 | fa163ee8-850d-8ed0-c135-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:16:37.063051 | fa163ee8-850d-8ed0-c135-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:16.182024 | 0.17s 2026-02-19 22:16:37.089735 | fa163ee8-850d-8ed0-c135-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:16:40.216854 | fa163ee8-850d-8ed0-c135-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:16:40.217758 | fa163ee8-850d-8ed0-c135-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:19.336750 | 3.13s 2026-02-19 22:16:40.235040 | fa163ee8-850d-8ed0-c135-00000000231f | TASK | Ensure provider packages are installed 2026-02-19 22:16:43.254006 | fa163ee8-850d-8ed0-c135-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:22.372966 | 3.02s 2026-02-19 22:16:43.266426 | fa163ee8-850d-8ed0-c135-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:22.385404 | 3.03s 2026-02-19 22:16:43.292647 | fa163ee8-850d-8ed0-c135-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:16:43.569257 | fa163ee8-850d-8ed0-c135-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:16:43.570230 | fa163ee8-850d-8ed0-c135-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:22.689219 | 0.28s 2026-02-19 22:16:43.577664 | fa163ee8-850d-8ed0-c135-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:22.696643 | 0.28s 2026-02-19 22:16:43.604233 | fa163ee8-850d-8ed0-c135-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:16:43.884372 | fa163ee8-850d-8ed0-c135-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:16:43.886198 | fa163ee8-850d-8ed0-c135-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:23.005174 | 0.28s 2026-02-19 22:16:43.892830 | fa163ee8-850d-8ed0-c135-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:23.011804 | 0.29s 2026-02-19 22:16:43.919788 | fa163ee8-850d-8ed0-c135-000000002325 | TASK | Ensure provider service is running 2026-02-19 22:16:44.646570 | fa163ee8-850d-8ed0-c135-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:16:44.648035 | fa163ee8-850d-8ed0-c135-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:23.767025 | 0.73s 2026-02-19 22:16:44.655352 | fa163ee8-850d-8ed0-c135-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:23.774319 | 0.73s 2026-02-19 22:16:44.685168 | fa163ee8-850d-8ed0-c135-000000002328 | TASK | Ensure certificate requests 2026-02-19 22:16:46.295381 | fa163ee8-850d-8ed0-c135-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2026-02-19 22:16:46.298094 | fa163ee8-850d-8ed0-c135-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.417076 | 1.61s 2026-02-19 22:16:48.540022 | fa163ee8-850d-8ed0-c135-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2026-02-19 22:16:48.542062 | fa163ee8-850d-8ed0-c135-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:27.661047 | 3.85s 2026-02-19 22:16:50.447863 | fa163ee8-850d-8ed0-c135-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2026-02-19 22:16:50.450024 | fa163ee8-850d-8ed0-c135-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:29.569006 | 5.76s 2026-02-19 22:16:52.012813 | fa163ee8-850d-8ed0-c135-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2026-02-19 22:16:52.014072 | fa163ee8-850d-8ed0-c135-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:31.133058 | 7.33s 2026-02-19 22:16:53.645131 | fa163ee8-850d-8ed0-c135-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2026-02-19 22:16:53.645997 | fa163ee8-850d-8ed0-c135-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:32.764989 | 8.96s 2026-02-19 22:16:53.652419 | fa163ee8-850d-8ed0-c135-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:32.771399 | 8.97s 2026-02-19 22:16:53.704180 | fa163ee8-850d-8ed0-c135-00000000220d | TASK | Fail if container image is undefined 2026-02-19 22:16:53.768572 | fa163ee8-850d-8ed0-c135-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:16:53.770200 | fa163ee8-850d-8ed0-c135-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:32.889176 | 0.06s 2026-02-19 22:16:53.813805 | fa163ee8-850d-8ed0-c135-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-19 22:17:11.042435 | fa163ee8-850d-8ed0-c135-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-19 22:17:11.044320 | fa163ee8-850d-8ed0-c135-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:50.163296 | 17.23s 2026-02-19 22:17:11.100354 | fa163ee8-850d-8ed0-c135-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-19 22:17:11.461818 | fa163ee8-850d-8ed0-c135-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-19 22:17:11.463473 | fa163ee8-850d-8ed0-c135-00000000220f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:50.582451 | 0.36s 2026-02-19 22:17:11.514624 | fa163ee8-850d-8ed0-c135-00000000221e | TASK | Fail if container image is undefined 2026-02-19 22:17:11.593152 | fa163ee8-850d-8ed0-c135-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:17:11.594555 | fa163ee8-850d-8ed0-c135-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:50.713536 | 0.08s 2026-02-19 22:17:11.637321 | fa163ee8-850d-8ed0-c135-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-19 22:17:19.644145 | fa163ee8-850d-8ed0-c135-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-19 22:17:19.647219 | fa163ee8-850d-8ed0-c135-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:58.766199 | 8.01s 2026-02-19 22:17:19.706307 | fa163ee8-850d-8ed0-c135-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-19 22:17:20.065465 | fa163ee8-850d-8ed0-c135-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-19 22:17:20.068290 | fa163ee8-850d-8ed0-c135-000000002220 | 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:59.187247 | 0.36s 2026-02-19 22:17:20.124860 | fa163ee8-850d-8ed0-c135-00000000222b | TASK | Check if rsyslog exists 2026-02-19 22:17:20.384603 | fa163ee8-850d-8ed0-c135-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-02-19 22:17:20.385951 | fa163ee8-850d-8ed0-c135-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:59.504933 | 0.26s 2026-02-19 22:17:20.410959 | fa163ee8-850d-8ed0-c135-00000000222d | TASK | Forward logging to haproxy.log file 2026-02-19 22:17:20.674159 | fa163ee8-850d-8ed0-c135-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-02-19 22:17:20.675743 | fa163ee8-850d-8ed0-c135-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:59.794724 | 0.26s 2026-02-19 22:17:20.703113 | fa163ee8-850d-8ed0-c135-00000000222e | TASK | restart rsyslog service after logging conf change 2026-02-19 22:17:21.370523 | fa163ee8-850d-8ed0-c135-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-02-19 22:17:21.372748 | fa163ee8-850d-8ed0-c135-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:05:00.491730 | 0.67s 2026-02-19 22:17:21.401478 | fa163ee8-850d-8ed0-c135-000000002235 | TASK | Fail if container image is undefined 2026-02-19 22:17:21.467696 | fa163ee8-850d-8ed0-c135-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:17:21.469180 | fa163ee8-850d-8ed0-c135-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:00.588158 | 0.07s 2026-02-19 22:17:21.513618 | fa163ee8-850d-8ed0-c135-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-19 22:17:26.370770 | fa163ee8-850d-8ed0-c135-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-19 22:17:26.372188 | fa163ee8-850d-8ed0-c135-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:05.491171 | 4.86s 2026-02-19 22:17:26.426089 | fa163ee8-850d-8ed0-c135-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-19 22:17:26.784400 | fa163ee8-850d-8ed0-c135-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-19 22:17:26.785732 | fa163ee8-850d-8ed0-c135-000000002237 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:05.904716 | 0.36s 2026-02-19 22:17:26.834119 | fa163ee8-850d-8ed0-c135-000000002242 | TASK | make sure certmonger is installed 2026-02-19 22:17:29.963616 | fa163ee8-850d-8ed0-c135-000000002242 | OK | make sure certmonger is installed | standalone 2026-02-19 22:17:29.965170 | fa163ee8-850d-8ed0-c135-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:09.084153 | 3.13s 2026-02-19 22:17:29.990321 | fa163ee8-850d-8ed0-c135-000000002243 | TASK | make sure certmonger service is started 2026-02-19 22:17:30.406040 | fa163ee8-850d-8ed0-c135-000000002243 | OK | make sure certmonger service is started | standalone 2026-02-19 22:17:30.407879 | fa163ee8-850d-8ed0-c135-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:09.526862 | 0.42s 2026-02-19 22:17:30.434991 | fa163ee8-850d-8ed0-c135-000000002244 | TASK | Create dirs for certificates and keys 2026-02-19 22:17:30.703209 | fa163ee8-850d-8ed0-c135-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-02-19 22:17:30.704931 | fa163ee8-850d-8ed0-c135-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:09.823907 | 0.27s 2026-02-19 22:17:30.930774 | fa163ee8-850d-8ed0-c135-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-02-19 22:17:30.932675 | fa163ee8-850d-8ed0-c135-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.051660 | 0.50s 2026-02-19 22:17:30.943193 | fa163ee8-850d-8ed0-c135-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.062173 | 0.51s 2026-02-19 22:17:30.969112 | fa163ee8-850d-8ed0-c135-000000002245 | TASK | Extract and trust certmonger's local CA 2026-02-19 22:17:32.191275 | fa163ee8-850d-8ed0-c135-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-02-19 22:17:32.192754 | fa163ee8-850d-8ed0-c135-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:11.311738 | 1.22s 2026-02-19 22:17:32.269552 | fa163ee8-850d-8ed0-c135-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:11.388495 | 0.05s 2026-02-19 22:17:32.337340 | fa163ee8-850d-8ed0-c135-0000000023d0 | TASK | Set version specific variables 2026-02-19 22:17:32.385638 | fa163ee8-850d-8ed0-c135-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:11.504612 | 0.05s 2026-02-19 22:17:32.404956 | 5c23dd0c-1b3a-489f-a5c3-945ed2a1c111 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:17:32.436027 | fa163ee8-850d-8ed0-c135-00000000240f | TASK | Ensure ansible_facts used by role 2026-02-19 22:17:32.858210 | fa163ee8-850d-8ed0-c135-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:17:32.859938 | fa163ee8-850d-8ed0-c135-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:11.978917 | 0.42s 2026-02-19 22:17:32.887188 | fa163ee8-850d-8ed0-c135-000000002410 | TASK | Set platform/version specific variables 2026-02-19 22:17:32.956938 | fa163ee8-850d-8ed0-c135-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:17:33.034921 | fa163ee8-850d-8ed0-c135-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:17:33.060808 | fa163ee8-850d-8ed0-c135-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:17:33.083129 | fa163ee8-850d-8ed0-c135-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:17:33.095337 | fa163ee8-850d-8ed0-c135-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:12.214275 | 0.21s 2026-02-19 22:17:33.114625 | fa163ee8-850d-8ed0-c135-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:17:36.166757 | fa163ee8-850d-8ed0-c135-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:17:36.167572 | fa163ee8-850d-8ed0-c135-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:15.286565 | 3.05s 2026-02-19 22:17:36.192866 | fa163ee8-850d-8ed0-c135-0000000023d3 | TASK | Ensure provider packages are installed 2026-02-19 22:17:39.350450 | fa163ee8-850d-8ed0-c135-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.469433 | 3.16s 2026-02-19 22:17:39.355661 | fa163ee8-850d-8ed0-c135-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.474648 | 3.16s 2026-02-19 22:17:39.381464 | fa163ee8-850d-8ed0-c135-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:17:40.744627 | fa163ee8-850d-8ed0-c135-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:17:40.746044 | fa163ee8-850d-8ed0-c135-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.865036 | 1.36s 2026-02-19 22:17:40.756588 | fa163ee8-850d-8ed0-c135-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.875577 | 1.37s 2026-02-19 22:17:40.784593 | fa163ee8-850d-8ed0-c135-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:17:41.105541 | fa163ee8-850d-8ed0-c135-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:17:41.107752 | fa163ee8-850d-8ed0-c135-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.226731 | 0.32s 2026-02-19 22:17:41.117961 | fa163ee8-850d-8ed0-c135-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:20.236940 | 0.33s 2026-02-19 22:17:41.144439 | fa163ee8-850d-8ed0-c135-0000000023d9 | TASK | Ensure provider service is running 2026-02-19 22:17:41.605912 | fa163ee8-850d-8ed0-c135-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:17:41.608608 | fa163ee8-850d-8ed0-c135-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.727591 | 0.46s 2026-02-19 22:17:41.619085 | fa163ee8-850d-8ed0-c135-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:20.738072 | 0.47s 2026-02-19 22:17:41.646857 | fa163ee8-850d-8ed0-c135-0000000023dc | TASK | Ensure certificate requests 2026-02-19 22:17:44.094879 | fa163ee8-850d-8ed0-c135-0000000023dc | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-02-19 22:17:44.096941 | fa163ee8-850d-8ed0-c135-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.215931 | 2.45s 2026-02-19 22:17:44.108125 | fa163ee8-850d-8ed0-c135-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.227101 | 2.46s 2026-02-19 22:17:44.158468 | fa163ee8-850d-8ed0-c135-000000002248 | TASK | Create dirs for certificates and keys 2026-02-19 22:17:44.743809 | fa163ee8-850d-8ed0-c135-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-02-19 22:17:44.746245 | fa163ee8-850d-8ed0-c135-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:23.865225 | 0.59s 2026-02-19 22:17:44.976346 | fa163ee8-850d-8ed0-c135-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-02-19 22:17:44.978369 | fa163ee8-850d-8ed0-c135-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:24.097354 | 0.82s 2026-02-19 22:17:44.989261 | fa163ee8-850d-8ed0-c135-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:24.108235 | 0.83s 2026-02-19 22:17:45.068902 | fa163ee8-850d-8ed0-c135-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:24.187845 | 0.05s 2026-02-19 22:17:45.135683 | fa163ee8-850d-8ed0-c135-00000000245e | TASK | Set version specific variables 2026-02-19 22:17:45.182912 | fa163ee8-850d-8ed0-c135-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:24.301893 | 0.05s 2026-02-19 22:17:45.195027 | 377cebc0-3519-4446-aabb-dbcc3cb793cc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:17:45.217725 | fa163ee8-850d-8ed0-c135-000000002491 | TASK | Ensure ansible_facts used by role 2026-02-19 22:17:45.614329 | fa163ee8-850d-8ed0-c135-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:17:45.615912 | fa163ee8-850d-8ed0-c135-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:24.734895 | 0.40s 2026-02-19 22:17:45.642175 | fa163ee8-850d-8ed0-c135-000000002492 | TASK | Set platform/version specific variables 2026-02-19 22:17:45.714413 | fa163ee8-850d-8ed0-c135-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:17:45.734325 | fa163ee8-850d-8ed0-c135-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:17:45.754910 | fa163ee8-850d-8ed0-c135-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:17:45.768635 | fa163ee8-850d-8ed0-c135-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:17:45.780449 | fa163ee8-850d-8ed0-c135-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:24.899428 | 0.14s 2026-02-19 22:17:45.806146 | fa163ee8-850d-8ed0-c135-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:17:48.778259 | fa163ee8-850d-8ed0-c135-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:17:48.779167 | fa163ee8-850d-8ed0-c135-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:27.898160 | 2.97s 2026-02-19 22:17:48.796623 | fa163ee8-850d-8ed0-c135-000000002461 | TASK | Ensure provider packages are installed 2026-02-19 22:17:51.765397 | fa163ee8-850d-8ed0-c135-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:30.884368 | 2.97s 2026-02-19 22:17:51.771759 | fa163ee8-850d-8ed0-c135-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:30.890736 | 2.97s 2026-02-19 22:17:51.798620 | fa163ee8-850d-8ed0-c135-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:17:52.100760 | fa163ee8-850d-8ed0-c135-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:17:52.102477 | fa163ee8-850d-8ed0-c135-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:31.221454 | 0.30s 2026-02-19 22:17:52.108505 | fa163ee8-850d-8ed0-c135-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:31.227485 | 0.31s 2026-02-19 22:17:52.134399 | fa163ee8-850d-8ed0-c135-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:17:52.436046 | fa163ee8-850d-8ed0-c135-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:17:52.437661 | fa163ee8-850d-8ed0-c135-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:31.556611 | 0.30s 2026-02-19 22:17:52.444177 | fa163ee8-850d-8ed0-c135-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:31.563165 | 0.31s 2026-02-19 22:17:52.462034 | fa163ee8-850d-8ed0-c135-000000002467 | TASK | Ensure provider service is running 2026-02-19 22:17:52.887737 | fa163ee8-850d-8ed0-c135-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:17:52.889627 | fa163ee8-850d-8ed0-c135-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:32.008608 | 0.43s 2026-02-19 22:17:52.897905 | fa163ee8-850d-8ed0-c135-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:32.016891 | 0.44s 2026-02-19 22:17:52.924153 | fa163ee8-850d-8ed0-c135-00000000246a | TASK | Ensure certificate requests 2026-02-19 22:17:54.959645 | fa163ee8-850d-8ed0-c135-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-02-19 22:17:54.962127 | fa163ee8-850d-8ed0-c135-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:34.081099 | 2.04s 2026-02-19 22:17:57.014301 | fa163ee8-850d-8ed0-c135-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-02-19 22:17:57.016536 | fa163ee8-850d-8ed0-c135-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:36.135521 | 4.09s 2026-02-19 22:17:58.916491 | fa163ee8-850d-8ed0-c135-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-02-19 22:17:58.918759 | fa163ee8-850d-8ed0-c135-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:38.037745 | 5.99s 2026-02-19 22:18:00.805695 | fa163ee8-850d-8ed0-c135-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2026-02-19 22:18:00.806642 | fa163ee8-850d-8ed0-c135-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:39.925632 | 7.88s 2026-02-19 22:18:00.813009 | fa163ee8-850d-8ed0-c135-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:39.931988 | 7.89s 2026-02-19 22:18:00.864218 | fa163ee8-850d-8ed0-c135-00000000224b | TASK | Run lvmfilter role 2026-02-19 22:18:00.904904 | fa163ee8-850d-8ed0-c135-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:40.023882 | 0.04s 2026-02-19 22:18:00.978220 | fa163ee8-850d-8ed0-c135-0000000024fe | TASK | Check if lvm2 is installed 2026-02-19 22:18:01.221370 | fa163ee8-850d-8ed0-c135-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-02-19 22:18:01.222739 | fa163ee8-850d-8ed0-c135-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:40.341720 | 0.24s 2026-02-19 22:18:01.250721 | fa163ee8-850d-8ed0-c135-000000002500 | TASK | collect ansible devices 2026-02-19 22:18:01.301691 | fa163ee8-850d-8ed0-c135-000000002500 | SKIPPED | collect ansible devices | standalone 2026-02-19 22:18:01.303004 | fa163ee8-850d-8ed0-c135-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:40.421986 | 0.05s 2026-02-19 22:18:01.329355 | fa163ee8-850d-8ed0-c135-000000002501 | TASK | collect in-use lvm2 devices list 2026-02-19 22:18:01.379239 | fa163ee8-850d-8ed0-c135-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-02-19 22:18:01.380429 | fa163ee8-850d-8ed0-c135-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:40.499411 | 0.05s 2026-02-19 22:18:01.405948 | fa163ee8-850d-8ed0-c135-000000002502 | TASK | set allowed_devices 2026-02-19 22:18:01.455567 | fa163ee8-850d-8ed0-c135-000000002502 | SKIPPED | set allowed_devices | standalone 2026-02-19 22:18:01.456772 | fa163ee8-850d-8ed0-c135-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:40.575755 | 0.05s 2026-02-19 22:18:01.481777 | fa163ee8-850d-8ed0-c135-000000002503 | TASK | build lvm2 allow list 2026-02-19 22:18:01.531389 | fa163ee8-850d-8ed0-c135-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-02-19 22:18:01.532566 | fa163ee8-850d-8ed0-c135-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:40.651549 | 0.05s 2026-02-19 22:18:01.559351 | fa163ee8-850d-8ed0-c135-000000002504 | TASK | build lvm2 deny list 2026-02-19 22:18:01.609173 | fa163ee8-850d-8ed0-c135-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-02-19 22:18:01.610299 | fa163ee8-850d-8ed0-c135-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:40.729256 | 0.05s 2026-02-19 22:18:01.635392 | fa163ee8-850d-8ed0-c135-000000002505 | TASK | build lvm2 filter 2026-02-19 22:18:01.684713 | fa163ee8-850d-8ed0-c135-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-02-19 22:18:01.685929 | fa163ee8-850d-8ed0-c135-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:40.804913 | 0.05s 2026-02-19 22:18:01.711698 | fa163ee8-850d-8ed0-c135-000000002506 | TASK | regenerate lvm config 2026-02-19 22:18:01.762002 | fa163ee8-850d-8ed0-c135-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-02-19 22:18:01.763235 | fa163ee8-850d-8ed0-c135-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:40.882218 | 0.05s 2026-02-19 22:18:01.790134 | fa163ee8-850d-8ed0-c135-000000002507 | TASK | copy new lvm.conf in place 2026-02-19 22:18:01.843961 | fa163ee8-850d-8ed0-c135-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-02-19 22:18:01.845007 | fa163ee8-850d-8ed0-c135-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:40.963990 | 0.05s 2026-02-19 22:18:01.894049 | fa163ee8-850d-8ed0-c135-000000002251 | TASK | Fail if container image is undefined 2026-02-19 22:18:01.958119 | fa163ee8-850d-8ed0-c135-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:18:01.959380 | fa163ee8-850d-8ed0-c135-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:41.078362 | 0.06s 2026-02-19 22:18:02.003102 | fa163ee8-850d-8ed0-c135-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-19 22:18:10.459590 | fa163ee8-850d-8ed0-c135-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-19 22:18:10.462441 | fa163ee8-850d-8ed0-c135-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:49.581403 | 8.46s 2026-02-19 22:18:10.520925 | fa163ee8-850d-8ed0-c135-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-19 22:18:10.882916 | fa163ee8-850d-8ed0-c135-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-19 22:18:10.884970 | fa163ee8-850d-8ed0-c135-000000002253 | 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:05:50.003947 | 0.36s 2026-02-19 22:18:10.993588 | fa163ee8-850d-8ed0-c135-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:50.112541 | 0.05s 2026-02-19 22:18:11.065244 | fa163ee8-850d-8ed0-c135-000000002576 | TASK | Set version specific variables 2026-02-19 22:18:11.118127 | fa163ee8-850d-8ed0-c135-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:50.237094 | 0.05s 2026-02-19 22:18:11.139194 | f769f924-6211-472f-b28b-78dde643faa0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:18:11.173600 | fa163ee8-850d-8ed0-c135-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-02-19 22:18:11.565735 | fa163ee8-850d-8ed0-c135-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:18:11.567043 | fa163ee8-850d-8ed0-c135-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:50.686028 | 0.39s 2026-02-19 22:18:11.588450 | fa163ee8-850d-8ed0-c135-0000000025a6 | TASK | Set platform/version specific variables 2026-02-19 22:18:11.649220 | fa163ee8-850d-8ed0-c135-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:11.662440 | fa163ee8-850d-8ed0-c135-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:11.675837 | fa163ee8-850d-8ed0-c135-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:18:11.686718 | fa163ee8-850d-8ed0-c135-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:18:11.698745 | fa163ee8-850d-8ed0-c135-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.817711 | 0.11s 2026-02-19 22:18:11.725652 | fa163ee8-850d-8ed0-c135-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:18:14.699147 | fa163ee8-850d-8ed0-c135-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:18:14.701131 | fa163ee8-850d-8ed0-c135-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:53.820110 | 2.97s 2026-02-19 22:18:14.728895 | fa163ee8-850d-8ed0-c135-000000002579 | TASK | Ensure provider packages are installed 2026-02-19 22:18:17.728035 | fa163ee8-850d-8ed0-c135-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.847001 | 3.00s 2026-02-19 22:18:17.735257 | fa163ee8-850d-8ed0-c135-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:56.854227 | 3.00s 2026-02-19 22:18:17.762511 | fa163ee8-850d-8ed0-c135-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:18:18.068984 | fa163ee8-850d-8ed0-c135-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:18.071426 | fa163ee8-850d-8ed0-c135-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.190403 | 0.31s 2026-02-19 22:18:18.081580 | fa163ee8-850d-8ed0-c135-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:57.200552 | 0.32s 2026-02-19 22:18:18.108685 | fa163ee8-850d-8ed0-c135-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:18:18.389131 | fa163ee8-850d-8ed0-c135-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:18.391860 | fa163ee8-850d-8ed0-c135-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.510838 | 0.28s 2026-02-19 22:18:18.401801 | fa163ee8-850d-8ed0-c135-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:57.520782 | 0.29s 2026-02-19 22:18:18.428812 | fa163ee8-850d-8ed0-c135-00000000257f | TASK | Ensure provider service is running 2026-02-19 22:18:18.874602 | fa163ee8-850d-8ed0-c135-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:18:18.877591 | fa163ee8-850d-8ed0-c135-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.996570 | 0.45s 2026-02-19 22:18:18.888183 | fa163ee8-850d-8ed0-c135-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:58.007167 | 0.46s 2026-02-19 22:18:18.912972 | fa163ee8-850d-8ed0-c135-000000002582 | TASK | Ensure certificate requests 2026-02-19 22:18:21.109355 | fa163ee8-850d-8ed0-c135-000000002582 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2026-02-19 22:18:21.110989 | fa163ee8-850d-8ed0-c135-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:00.229973 | 2.20s 2026-02-19 22:18:21.118056 | fa163ee8-850d-8ed0-c135-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:00.237029 | 2.20s 2026-02-19 22:18:21.229202 | fa163ee8-850d-8ed0-c135-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:00.348171 | 0.06s 2026-02-19 22:18:21.293763 | fa163ee8-850d-8ed0-c135-0000000025ea | TASK | Set version specific variables 2026-02-19 22:18:21.350963 | fa163ee8-850d-8ed0-c135-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:00.469945 | 0.06s 2026-02-19 22:18:21.360250 | 4881a7bc-1245-4966-bf06-668c9a0f1b2a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:18:21.379521 | fa163ee8-850d-8ed0-c135-000000002619 | TASK | Ensure ansible_facts used by role 2026-02-19 22:18:21.771163 | fa163ee8-850d-8ed0-c135-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:18:21.773307 | fa163ee8-850d-8ed0-c135-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:00.892254 | 0.39s 2026-02-19 22:18:21.800663 | fa163ee8-850d-8ed0-c135-00000000261a | TASK | Set platform/version specific variables 2026-02-19 22:18:21.895882 | fa163ee8-850d-8ed0-c135-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:21.930011 | fa163ee8-850d-8ed0-c135-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:21.959738 | fa163ee8-850d-8ed0-c135-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:18:21.981976 | fa163ee8-850d-8ed0-c135-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:18:21.988166 | fa163ee8-850d-8ed0-c135-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:01.107141 | 0.19s 2026-02-19 22:18:22.020337 | fa163ee8-850d-8ed0-c135-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:18:25.049206 | fa163ee8-850d-8ed0-c135-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:18:25.050929 | fa163ee8-850d-8ed0-c135-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:04.169909 | 3.03s 2026-02-19 22:18:25.077300 | fa163ee8-850d-8ed0-c135-0000000025ed | TASK | Ensure provider packages are installed 2026-02-19 22:18:28.189566 | fa163ee8-850d-8ed0-c135-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:07.308538 | 3.11s 2026-02-19 22:18:28.201588 | fa163ee8-850d-8ed0-c135-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:07.320570 | 3.12s 2026-02-19 22:18:28.227337 | fa163ee8-850d-8ed0-c135-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:18:28.560451 | fa163ee8-850d-8ed0-c135-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:28.561275 | fa163ee8-850d-8ed0-c135-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:07.680255 | 0.33s 2026-02-19 22:18:28.564615 | fa163ee8-850d-8ed0-c135-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:07.683604 | 0.34s 2026-02-19 22:18:28.591142 | fa163ee8-850d-8ed0-c135-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:18:28.856734 | fa163ee8-850d-8ed0-c135-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:28.858920 | fa163ee8-850d-8ed0-c135-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:07.977899 | 0.27s 2026-02-19 22:18:28.869000 | fa163ee8-850d-8ed0-c135-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:07.987981 | 0.28s 2026-02-19 22:18:28.894921 | fa163ee8-850d-8ed0-c135-0000000025f3 | TASK | Ensure provider service is running 2026-02-19 22:18:29.333529 | fa163ee8-850d-8ed0-c135-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:18:29.336594 | fa163ee8-850d-8ed0-c135-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:08.455575 | 0.44s 2026-02-19 22:18:29.347728 | fa163ee8-850d-8ed0-c135-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:08.466703 | 0.45s 2026-02-19 22:18:29.377727 | fa163ee8-850d-8ed0-c135-0000000025f6 | TASK | Ensure certificate requests 2026-02-19 22:18:31.042186 | fa163ee8-850d-8ed0-c135-0000000025f6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2026-02-19 22:18:31.043772 | fa163ee8-850d-8ed0-c135-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:10.162751 | 1.55s 2026-02-19 22:18:31.052004 | fa163ee8-850d-8ed0-c135-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:10.170980 | 1.56s 2026-02-19 22:18:31.104746 | fa163ee8-850d-8ed0-c135-000000002267 | TASK | Fail if container image is undefined 2026-02-19 22:18:31.165029 | fa163ee8-850d-8ed0-c135-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:18:31.166315 | fa163ee8-850d-8ed0-c135-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:10.285258 | 0.06s 2026-02-19 22:18:31.210732 | fa163ee8-850d-8ed0-c135-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-19 22:18:39.071589 | fa163ee8-850d-8ed0-c135-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-19 22:18:39.072537 | fa163ee8-850d-8ed0-c135-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:18.191527 | 7.86s 2026-02-19 22:18:39.104630 | fa163ee8-850d-8ed0-c135-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-19 22:18:39.432974 | fa163ee8-850d-8ed0-c135-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-19 22:18:39.434312 | fa163ee8-850d-8ed0-c135-000000002269 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:18.553295 | 0.33s 2026-02-19 22:18:39.513789 | fa163ee8-850d-8ed0-c135-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:18.632770 | 0.03s 2026-02-19 22:18:39.573799 | fa163ee8-850d-8ed0-c135-000000002664 | TASK | Set version specific variables 2026-02-19 22:18:39.621567 | fa163ee8-850d-8ed0-c135-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:18.740540 | 0.05s 2026-02-19 22:18:39.640954 | 4f94955e-ad81-43c4-8807-56353c0f6704 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:18:39.670619 | fa163ee8-850d-8ed0-c135-000000002693 | TASK | Ensure ansible_facts used by role 2026-02-19 22:18:40.034837 | fa163ee8-850d-8ed0-c135-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:18:40.036603 | fa163ee8-850d-8ed0-c135-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:19.155584 | 0.36s 2026-02-19 22:18:40.062658 | fa163ee8-850d-8ed0-c135-000000002694 | TASK | Set platform/version specific variables 2026-02-19 22:18:40.133984 | fa163ee8-850d-8ed0-c135-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:40.151875 | fa163ee8-850d-8ed0-c135-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:40.170939 | fa163ee8-850d-8ed0-c135-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:18:40.185861 | fa163ee8-850d-8ed0-c135-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:18:40.198058 | fa163ee8-850d-8ed0-c135-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:19.317030 | 0.13s 2026-02-19 22:18:40.224851 | fa163ee8-850d-8ed0-c135-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:18:43.238935 | fa163ee8-850d-8ed0-c135-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:18:43.240450 | fa163ee8-850d-8ed0-c135-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:22.359432 | 3.01s 2026-02-19 22:18:43.266109 | fa163ee8-850d-8ed0-c135-000000002667 | TASK | Ensure provider packages are installed 2026-02-19 22:18:46.181845 | fa163ee8-850d-8ed0-c135-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.300801 | 2.91s 2026-02-19 22:18:46.194252 | fa163ee8-850d-8ed0-c135-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.313229 | 2.93s 2026-02-19 22:18:46.221214 | fa163ee8-850d-8ed0-c135-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:18:46.491755 | fa163ee8-850d-8ed0-c135-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:46.493204 | fa163ee8-850d-8ed0-c135-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.612185 | 0.27s 2026-02-19 22:18:46.499616 | fa163ee8-850d-8ed0-c135-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.618595 | 0.28s 2026-02-19 22:18:46.526617 | fa163ee8-850d-8ed0-c135-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:18:46.789598 | fa163ee8-850d-8ed0-c135-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:46.791872 | fa163ee8-850d-8ed0-c135-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:25.910847 | 0.26s 2026-02-19 22:18:46.802670 | fa163ee8-850d-8ed0-c135-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:25.921648 | 0.27s 2026-02-19 22:18:46.829530 | fa163ee8-850d-8ed0-c135-00000000266d | TASK | Ensure provider service is running 2026-02-19 22:18:47.242838 | fa163ee8-850d-8ed0-c135-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:18:47.245679 | fa163ee8-850d-8ed0-c135-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.364660 | 0.41s 2026-02-19 22:18:47.256383 | fa163ee8-850d-8ed0-c135-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:26.375356 | 0.43s 2026-02-19 22:18:47.284768 | fa163ee8-850d-8ed0-c135-000000002670 | TASK | Ensure certificate requests 2026-02-19 22:18:49.029756 | fa163ee8-850d-8ed0-c135-000000002670 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2026-02-19 22:18:49.032335 | fa163ee8-850d-8ed0-c135-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:28.151318 | 1.75s 2026-02-19 22:18:49.042954 | fa163ee8-850d-8ed0-c135-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:28.161932 | 1.76s 2026-02-19 22:18:49.144802 | fa163ee8-850d-8ed0-c135-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:28.263771 | 0.05s 2026-02-19 22:18:49.209401 | fa163ee8-850d-8ed0-c135-0000000026d8 | TASK | Set version specific variables 2026-02-19 22:18:49.258758 | fa163ee8-850d-8ed0-c135-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:28.377732 | 0.05s 2026-02-19 22:18:49.278934 | c2d5d693-61ca-44a9-9606-73be06623031 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:18:49.310830 | fa163ee8-850d-8ed0-c135-000000002707 | TASK | Ensure ansible_facts used by role 2026-02-19 22:18:49.709092 | fa163ee8-850d-8ed0-c135-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:18:49.710892 | fa163ee8-850d-8ed0-c135-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:28.829872 | 0.40s 2026-02-19 22:18:49.738602 | fa163ee8-850d-8ed0-c135-000000002708 | TASK | Set platform/version specific variables 2026-02-19 22:18:49.830193 | fa163ee8-850d-8ed0-c135-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:49.863253 | fa163ee8-850d-8ed0-c135-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:18:49.886675 | fa163ee8-850d-8ed0-c135-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:18:49.906607 | fa163ee8-850d-8ed0-c135-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:18:49.912699 | fa163ee8-850d-8ed0-c135-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:29.031671 | 0.17s 2026-02-19 22:18:49.939129 | fa163ee8-850d-8ed0-c135-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:18:53.009824 | fa163ee8-850d-8ed0-c135-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:18:53.011505 | fa163ee8-850d-8ed0-c135-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:32.130487 | 3.07s 2026-02-19 22:18:53.037848 | fa163ee8-850d-8ed0-c135-0000000026db | TASK | Ensure provider packages are installed 2026-02-19 22:18:56.077877 | fa163ee8-850d-8ed0-c135-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:35.196843 | 3.04s 2026-02-19 22:18:56.084816 | fa163ee8-850d-8ed0-c135-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:35.203794 | 3.05s 2026-02-19 22:18:56.113933 | fa163ee8-850d-8ed0-c135-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:18:56.430888 | fa163ee8-850d-8ed0-c135-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:56.432447 | fa163ee8-850d-8ed0-c135-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:35.551426 | 0.32s 2026-02-19 22:18:56.439157 | fa163ee8-850d-8ed0-c135-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:35.558131 | 0.32s 2026-02-19 22:18:56.466603 | fa163ee8-850d-8ed0-c135-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:18:56.753292 | fa163ee8-850d-8ed0-c135-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:18:56.754984 | fa163ee8-850d-8ed0-c135-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:35.873971 | 0.29s 2026-02-19 22:18:56.764600 | fa163ee8-850d-8ed0-c135-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:35.883586 | 0.30s 2026-02-19 22:18:56.782307 | fa163ee8-850d-8ed0-c135-0000000026e1 | TASK | Ensure provider service is running 2026-02-19 22:18:58.242759 | fa163ee8-850d-8ed0-c135-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:18:58.244754 | fa163ee8-850d-8ed0-c135-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:37.363728 | 1.46s 2026-02-19 22:18:58.257663 | fa163ee8-850d-8ed0-c135-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:37.376645 | 1.47s 2026-02-19 22:18:58.284838 | fa163ee8-850d-8ed0-c135-0000000026e4 | TASK | Ensure certificate requests 2026-02-19 22:18:59.927893 | fa163ee8-850d-8ed0-c135-0000000026e4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2026-02-19 22:18:59.929632 | fa163ee8-850d-8ed0-c135-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:39.048611 | 1.64s 2026-02-19 22:18:59.936529 | fa163ee8-850d-8ed0-c135-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:39.055498 | 1.65s 2026-02-19 22:18:59.986257 | fa163ee8-850d-8ed0-c135-000000002278 | TASK | install systemd-container for a greenfield 2026-02-19 22:19:17.548611 | fa163ee8-850d-8ed0-c135-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-02-19 22:19:17.550630 | fa163ee8-850d-8ed0-c135-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:56.669611 | 17.56s 2026-02-19 22:19:17.577142 | fa163ee8-850d-8ed0-c135-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-02-19 22:19:17.629341 | fa163ee8-850d-8ed0-c135-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-02-19 22:19:17.630869 | fa163ee8-850d-8ed0-c135-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:56.749851 | 0.05s 2026-02-19 22:19:17.658518 | fa163ee8-850d-8ed0-c135-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-02-19 22:19:17.902574 | fa163ee8-850d-8ed0-c135-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-02-19 22:19:17.904185 | fa163ee8-850d-8ed0-c135-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:57.023165 | 0.24s 2026-02-19 22:19:17.930132 | fa163ee8-850d-8ed0-c135-00000000227d | TASK | is KSM enabled 2026-02-19 22:19:17.985127 | fa163ee8-850d-8ed0-c135-00000000227d | OK | is KSM enabled | standalone 2026-02-19 22:19:17.986418 | fa163ee8-850d-8ed0-c135-00000000227d | TIMING | is KSM enabled | standalone | 0:06:57.105402 | 0.05s 2026-02-19 22:19:18.011561 | fa163ee8-850d-8ed0-c135-00000000227f | TASK | Check for ksm 2026-02-19 22:19:18.249952 | fa163ee8-850d-8ed0-c135-00000000227f | CHANGED | Check for ksm | standalone 2026-02-19 22:19:18.251731 | fa163ee8-850d-8ed0-c135-00000000227f | TIMING | Check for ksm | standalone | 0:06:57.370712 | 0.24s 2026-02-19 22:19:18.277215 | fa163ee8-850d-8ed0-c135-000000002280 | TASK | disable KSM services 2026-02-19 22:19:18.365849 | fa163ee8-850d-8ed0-c135-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-02-19 22:19:18.397475 | fa163ee8-850d-8ed0-c135-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-02-19 22:19:18.404140 | fa163ee8-850d-8ed0-c135-000000002280 | TIMING | disable KSM services | standalone | 0:06:57.523111 | 0.13s 2026-02-19 22:19:18.430535 | fa163ee8-850d-8ed0-c135-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-02-19 22:19:18.482421 | fa163ee8-850d-8ed0-c135-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-02-19 22:19:18.483825 | fa163ee8-850d-8ed0-c135-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:57.602805 | 0.05s 2026-02-19 22:19:18.509468 | fa163ee8-850d-8ed0-c135-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-02-19 22:19:18.549533 | fa163ee8-850d-8ed0-c135-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-02-19 22:19:18.550735 | fa163ee8-850d-8ed0-c135-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:57.669716 | 0.04s 2026-02-19 22:19:18.576941 | fa163ee8-850d-8ed0-c135-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-02-19 22:19:18.617666 | fa163ee8-850d-8ed0-c135-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-02-19 22:19:18.618909 | fa163ee8-850d-8ed0-c135-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:57.737890 | 0.04s 2026-02-19 22:19:18.644364 | fa163ee8-850d-8ed0-c135-000000002285 | TASK | enable ksmtunded 2026-02-19 22:19:18.692864 | fa163ee8-850d-8ed0-c135-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-02-19 22:19:18.705259 | fa163ee8-850d-8ed0-c135-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-02-19 22:19:18.763368 | fa163ee8-850d-8ed0-c135-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:57.882328 | 0.12s 2026-02-19 22:19:18.794056 | fa163ee8-850d-8ed0-c135-000000002287 | TASK | Create dirs for certificates and keys 2026-02-19 22:19:19.044596 | fa163ee8-850d-8ed0-c135-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-02-19 22:19:19.045658 | fa163ee8-850d-8ed0-c135-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:58.164645 | 0.25s 2026-02-19 22:19:19.292602 | fa163ee8-850d-8ed0-c135-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-02-19 22:19:19.293867 | fa163ee8-850d-8ed0-c135-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:58.412851 | 0.50s 2026-02-19 22:19:19.527299 | fa163ee8-850d-8ed0-c135-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-02-19 22:19:19.529343 | fa163ee8-850d-8ed0-c135-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:58.648334 | 0.73s 2026-02-19 22:19:19.541025 | fa163ee8-850d-8ed0-c135-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:58.659993 | 0.74s 2026-02-19 22:19:19.621019 | fa163ee8-850d-8ed0-c135-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:58.739980 | 0.05s 2026-02-19 22:19:19.691981 | fa163ee8-850d-8ed0-c135-000000002774 | TASK | Set version specific variables 2026-02-19 22:19:19.745351 | fa163ee8-850d-8ed0-c135-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:58.864317 | 0.05s 2026-02-19 22:19:19.768025 | 68d2203e-81d0-4589-9bdd-a84daa21b239 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:19:19.798479 | fa163ee8-850d-8ed0-c135-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-02-19 22:19:20.209417 | fa163ee8-850d-8ed0-c135-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:19:20.211173 | fa163ee8-850d-8ed0-c135-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:59.330155 | 0.41s 2026-02-19 22:19:20.238129 | fa163ee8-850d-8ed0-c135-0000000027a8 | TASK | Set platform/version specific variables 2026-02-19 22:19:20.316817 | fa163ee8-850d-8ed0-c135-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:20.336469 | fa163ee8-850d-8ed0-c135-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:20.357060 | fa163ee8-850d-8ed0-c135-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:19:20.371046 | fa163ee8-850d-8ed0-c135-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:19:20.382961 | fa163ee8-850d-8ed0-c135-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:59.501931 | 0.14s 2026-02-19 22:19:20.410445 | fa163ee8-850d-8ed0-c135-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:19:23.511978 | fa163ee8-850d-8ed0-c135-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:19:23.513865 | fa163ee8-850d-8ed0-c135-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:02.632845 | 3.10s 2026-02-19 22:19:23.541551 | fa163ee8-850d-8ed0-c135-000000002777 | TASK | Ensure provider packages are installed 2026-02-19 22:19:26.649702 | fa163ee8-850d-8ed0-c135-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.768667 | 3.11s 2026-02-19 22:19:26.662752 | fa163ee8-850d-8ed0-c135-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.781724 | 3.12s 2026-02-19 22:19:26.688003 | fa163ee8-850d-8ed0-c135-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:19:26.950855 | fa163ee8-850d-8ed0-c135-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:19:26.953532 | fa163ee8-850d-8ed0-c135-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:06.072511 | 0.26s 2026-02-19 22:19:26.963468 | fa163ee8-850d-8ed0-c135-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:06.082406 | 0.27s 2026-02-19 22:19:26.991514 | fa163ee8-850d-8ed0-c135-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:19:27.298863 | fa163ee8-850d-8ed0-c135-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:19:27.300536 | fa163ee8-850d-8ed0-c135-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.419513 | 0.31s 2026-02-19 22:19:27.313191 | fa163ee8-850d-8ed0-c135-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.432164 | 0.32s 2026-02-19 22:19:27.334220 | fa163ee8-850d-8ed0-c135-00000000277d | TASK | Ensure provider service is running 2026-02-19 22:19:27.772372 | fa163ee8-850d-8ed0-c135-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:19:27.774446 | fa163ee8-850d-8ed0-c135-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.893424 | 0.44s 2026-02-19 22:19:27.783408 | fa163ee8-850d-8ed0-c135-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:06.902386 | 0.45s 2026-02-19 22:19:27.810943 | fa163ee8-850d-8ed0-c135-000000002780 | TASK | Ensure certificate requests 2026-02-19 22:19:29.430681 | fa163ee8-850d-8ed0-c135-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-02-19 22:19:29.433058 | fa163ee8-850d-8ed0-c135-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.552037 | 1.62s 2026-02-19 22:19:31.277671 | fa163ee8-850d-8ed0-c135-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2026-02-19 22:19:31.279822 | fa163ee8-850d-8ed0-c135-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:10.398806 | 3.47s 2026-02-19 22:19:33.342694 | fa163ee8-850d-8ed0-c135-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2026-02-19 22:19:33.344083 | fa163ee8-850d-8ed0-c135-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:12.463064 | 5.53s 2026-02-19 22:19:35.314027 | fa163ee8-850d-8ed0-c135-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2026-02-19 22:19:35.316501 | fa163ee8-850d-8ed0-c135-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.435487 | 7.50s 2026-02-19 22:19:35.328191 | fa163ee8-850d-8ed0-c135-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.447169 | 7.52s 2026-02-19 22:19:35.379893 | fa163ee8-850d-8ed0-c135-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-02-19 22:19:35.467065 | fa163ee8-850d-8ed0-c135-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:14.586026 | 0.09s 2026-02-19 22:19:35.479016 | fa163ee8-850d-8ed0-c135-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:14.598001 | 0.10s 2026-02-19 22:19:35.491761 | fa163ee8-850d-8ed0-c135-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:14.610736 | 0.11s 2026-02-19 22:19:35.577840 | fa163ee8-850d-8ed0-c135-0000000027fe | TASK | Set version specific variables 2026-02-19 22:19:35.626532 | fa163ee8-850d-8ed0-c135-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:14.745511 | 0.05s 2026-02-19 22:19:35.638793 | acff5bc6-bfc1-46cb-a343-7ea3a1b6cadd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:19:35.662091 | fa163ee8-850d-8ed0-c135-000000002856 | TASK | Ensure ansible_facts used by role 2026-02-19 22:19:36.057378 | fa163ee8-850d-8ed0-c135-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:19:36.058907 | fa163ee8-850d-8ed0-c135-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:15.177891 | 0.40s 2026-02-19 22:19:36.085362 | fa163ee8-850d-8ed0-c135-000000002857 | TASK | Set platform/version specific variables 2026-02-19 22:19:36.161094 | fa163ee8-850d-8ed0-c135-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:36.179720 | fa163ee8-850d-8ed0-c135-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:36.200255 | fa163ee8-850d-8ed0-c135-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:19:36.215335 | fa163ee8-850d-8ed0-c135-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:19:36.226349 | fa163ee8-850d-8ed0-c135-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:15.345340 | 0.14s 2026-02-19 22:19:36.243682 | fa163ee8-850d-8ed0-c135-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:19:39.228379 | fa163ee8-850d-8ed0-c135-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:19:39.229341 | fa163ee8-850d-8ed0-c135-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:18.348330 | 2.99s 2026-02-19 22:19:39.254914 | fa163ee8-850d-8ed0-c135-000000002801 | TASK | Ensure provider packages are installed 2026-02-19 22:19:42.256064 | fa163ee8-850d-8ed0-c135-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:21.375025 | 3.00s 2026-02-19 22:19:42.269482 | fa163ee8-850d-8ed0-c135-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:21.388450 | 3.01s 2026-02-19 22:19:42.299610 | fa163ee8-850d-8ed0-c135-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:19:42.600466 | fa163ee8-850d-8ed0-c135-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:19:42.602771 | fa163ee8-850d-8ed0-c135-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.721754 | 0.30s 2026-02-19 22:19:42.612976 | fa163ee8-850d-8ed0-c135-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.731953 | 0.31s 2026-02-19 22:19:42.640632 | fa163ee8-850d-8ed0-c135-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:19:42.946469 | fa163ee8-850d-8ed0-c135-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:19:42.948061 | fa163ee8-850d-8ed0-c135-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:22.067039 | 0.31s 2026-02-19 22:19:42.954559 | fa163ee8-850d-8ed0-c135-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:22.073534 | 0.31s 2026-02-19 22:19:42.982080 | fa163ee8-850d-8ed0-c135-000000002807 | TASK | Ensure provider service is running 2026-02-19 22:19:43.434718 | fa163ee8-850d-8ed0-c135-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:19:43.436799 | fa163ee8-850d-8ed0-c135-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.555774 | 0.45s 2026-02-19 22:19:43.445579 | fa163ee8-850d-8ed0-c135-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:22.564556 | 0.46s 2026-02-19 22:19:43.473519 | fa163ee8-850d-8ed0-c135-00000000280a | TASK | Ensure certificate requests 2026-02-19 22:19:45.422940 | fa163ee8-850d-8ed0-c135-00000000280a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-02-19 22:19:45.425465 | fa163ee8-850d-8ed0-c135-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.544446 | 1.95s 2026-02-19 22:19:45.435831 | fa163ee8-850d-8ed0-c135-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:24.554808 | 1.96s 2026-02-19 22:19:45.484944 | fa163ee8-850d-8ed0-c135-000000002827 | TASK | Set version specific variables 2026-02-19 22:19:45.535747 | fa163ee8-850d-8ed0-c135-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:24.654723 | 0.05s 2026-02-19 22:19:45.556504 | 528b2a00-b8f2-4c2c-b5e9-428c9c44b3d0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:19:45.591507 | fa163ee8-850d-8ed0-c135-000000002890 | TASK | Ensure ansible_facts used by role 2026-02-19 22:19:45.981947 | fa163ee8-850d-8ed0-c135-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:19:45.983573 | fa163ee8-850d-8ed0-c135-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:25.102556 | 0.39s 2026-02-19 22:19:46.010496 | fa163ee8-850d-8ed0-c135-000000002891 | TASK | Set platform/version specific variables 2026-02-19 22:19:46.067326 | fa163ee8-850d-8ed0-c135-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:46.087426 | fa163ee8-850d-8ed0-c135-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:46.100797 | fa163ee8-850d-8ed0-c135-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:19:46.112596 | fa163ee8-850d-8ed0-c135-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:19:46.118754 | fa163ee8-850d-8ed0-c135-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:25.237724 | 0.11s 2026-02-19 22:19:46.144719 | fa163ee8-850d-8ed0-c135-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:19:49.146063 | fa163ee8-850d-8ed0-c135-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:19:49.147486 | fa163ee8-850d-8ed0-c135-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:28.266468 | 3.00s 2026-02-19 22:19:49.174118 | fa163ee8-850d-8ed0-c135-00000000282a | TASK | Ensure provider packages are installed 2026-02-19 22:19:52.188598 | fa163ee8-850d-8ed0-c135-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:31.307572 | 3.01s 2026-02-19 22:19:52.193553 | fa163ee8-850d-8ed0-c135-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:31.312529 | 3.02s 2026-02-19 22:19:52.220184 | fa163ee8-850d-8ed0-c135-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:19:52.486625 | fa163ee8-850d-8ed0-c135-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:19:52.488647 | fa163ee8-850d-8ed0-c135-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:31.607628 | 0.27s 2026-02-19 22:19:52.498872 | fa163ee8-850d-8ed0-c135-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:31.617849 | 0.28s 2026-02-19 22:19:52.525385 | fa163ee8-850d-8ed0-c135-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:19:52.798674 | fa163ee8-850d-8ed0-c135-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:19:52.800857 | fa163ee8-850d-8ed0-c135-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.919836 | 0.27s 2026-02-19 22:19:52.811119 | fa163ee8-850d-8ed0-c135-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.930096 | 0.28s 2026-02-19 22:19:52.837451 | fa163ee8-850d-8ed0-c135-000000002830 | TASK | Ensure provider service is running 2026-02-19 22:19:53.258478 | fa163ee8-850d-8ed0-c135-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:19:53.259650 | fa163ee8-850d-8ed0-c135-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:32.378640 | 0.42s 2026-02-19 22:19:53.264567 | fa163ee8-850d-8ed0-c135-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:32.383545 | 0.43s 2026-02-19 22:19:53.291907 | fa163ee8-850d-8ed0-c135-000000002833 | TASK | Ensure certificate requests 2026-02-19 22:19:55.435061 | fa163ee8-850d-8ed0-c135-000000002833 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2026-02-19 22:19:55.436587 | fa163ee8-850d-8ed0-c135-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:34.555570 | 2.14s 2026-02-19 22:19:55.449134 | fa163ee8-850d-8ed0-c135-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:34.568121 | 2.16s 2026-02-19 22:19:55.550741 | fa163ee8-850d-8ed0-c135-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:34.669712 | 0.05s 2026-02-19 22:19:55.616098 | fa163ee8-850d-8ed0-c135-0000000028d5 | TASK | Set version specific variables 2026-02-19 22:19:55.663995 | fa163ee8-850d-8ed0-c135-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:34.782963 | 0.05s 2026-02-19 22:19:55.683236 | f0cf5733-e746-4b5a-af5c-d92e7a5a2cfc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:19:55.716237 | fa163ee8-850d-8ed0-c135-000000002904 | TASK | Ensure ansible_facts used by role 2026-02-19 22:19:56.082108 | fa163ee8-850d-8ed0-c135-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:19:56.083686 | fa163ee8-850d-8ed0-c135-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:35.202669 | 0.37s 2026-02-19 22:19:56.111484 | fa163ee8-850d-8ed0-c135-000000002905 | TASK | Set platform/version specific variables 2026-02-19 22:19:56.177705 | fa163ee8-850d-8ed0-c135-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:56.199372 | fa163ee8-850d-8ed0-c135-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:19:56.221626 | fa163ee8-850d-8ed0-c135-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:19:56.241840 | fa163ee8-850d-8ed0-c135-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:19:56.247826 | fa163ee8-850d-8ed0-c135-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:35.366806 | 0.13s 2026-02-19 22:19:56.274434 | fa163ee8-850d-8ed0-c135-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:19:59.261077 | fa163ee8-850d-8ed0-c135-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:19:59.262520 | fa163ee8-850d-8ed0-c135-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:38.381502 | 2.99s 2026-02-19 22:19:59.289070 | fa163ee8-850d-8ed0-c135-0000000028d8 | TASK | Ensure provider packages are installed 2026-02-19 22:20:02.330367 | fa163ee8-850d-8ed0-c135-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:41.449331 | 3.04s 2026-02-19 22:20:02.337213 | fa163ee8-850d-8ed0-c135-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:41.456191 | 3.05s 2026-02-19 22:20:02.364376 | fa163ee8-850d-8ed0-c135-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:20:02.665752 | fa163ee8-850d-8ed0-c135-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:02.668354 | fa163ee8-850d-8ed0-c135-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:41.787326 | 0.30s 2026-02-19 22:20:02.678065 | fa163ee8-850d-8ed0-c135-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:41.797045 | 0.31s 2026-02-19 22:20:02.704794 | fa163ee8-850d-8ed0-c135-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:20:02.983127 | fa163ee8-850d-8ed0-c135-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:02.985197 | fa163ee8-850d-8ed0-c135-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:42.104176 | 0.28s 2026-02-19 22:20:02.995414 | fa163ee8-850d-8ed0-c135-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:42.114390 | 0.29s 2026-02-19 22:20:03.021586 | fa163ee8-850d-8ed0-c135-0000000028de | TASK | Ensure provider service is running 2026-02-19 22:20:03.467773 | fa163ee8-850d-8ed0-c135-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:20:03.469631 | fa163ee8-850d-8ed0-c135-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.588613 | 0.45s 2026-02-19 22:20:03.478777 | fa163ee8-850d-8ed0-c135-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.597761 | 0.46s 2026-02-19 22:20:03.497295 | fa163ee8-850d-8ed0-c135-0000000028e1 | TASK | Ensure certificate requests 2026-02-19 22:20:05.500777 | fa163ee8-850d-8ed0-c135-0000000028e1 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'systemctl restart tripleo_ovn_controller\n'} 2026-02-19 22:20:05.502242 | fa163ee8-850d-8ed0-c135-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:44.621226 | 2.00s 2026-02-19 22:20:05.508718 | fa163ee8-850d-8ed0-c135-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:44.627704 | 2.01s 2026-02-19 22:20:05.557403 | fa163ee8-850d-8ed0-c135-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-19 22:20:05.638638 | fa163ee8-850d-8ed0-c135-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-19 22:20:05.640027 | fa163ee8-850d-8ed0-c135-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:44.759010 | 0.08s 2026-02-19 22:20:05.664869 | fa163ee8-850d-8ed0-c135-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-02-19 22:20:08.564493 | fa163ee8-850d-8ed0-c135-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-02-19 22:20:08.569632 | fa163ee8-850d-8ed0-c135-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:47.688611 | 2.90s 2026-02-19 22:20:08.605076 | fa163ee8-850d-8ed0-c135-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-02-19 22:20:08.669396 | fa163ee8-850d-8ed0-c135-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-02-19 22:20:08.670721 | fa163ee8-850d-8ed0-c135-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:47.789701 | 0.06s 2026-02-19 22:20:08.699539 | fa163ee8-850d-8ed0-c135-000000002293 | TASK | Fetch ovn VIP 2026-02-19 22:20:08.770778 | fa163ee8-850d-8ed0-c135-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-02-19 22:20:08.772083 | fa163ee8-850d-8ed0-c135-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:47.891063 | 0.07s 2026-02-19 22:20:08.802982 | fa163ee8-850d-8ed0-c135-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-02-19 22:20:08.853042 | fa163ee8-850d-8ed0-c135-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-02-19 22:20:08.854410 | fa163ee8-850d-8ed0-c135-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:47.973392 | 0.05s 2026-02-19 22:20:08.884500 | fa163ee8-850d-8ed0-c135-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-02-19 22:20:08.934347 | fa163ee8-850d-8ed0-c135-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-02-19 22:20:08.935690 | fa163ee8-850d-8ed0-c135-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:48.054671 | 0.05s 2026-02-19 22:20:08.965597 | fa163ee8-850d-8ed0-c135-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-02-19 22:20:09.025696 | fa163ee8-850d-8ed0-c135-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-02-19 22:20:09.026905 | fa163ee8-850d-8ed0-c135-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:48.145888 | 0.06s 2026-02-19 22:20:09.056326 | fa163ee8-850d-8ed0-c135-000000002297 | TASK | Remove pacemaker attributes 2026-02-19 22:20:09.108792 | fa163ee8-850d-8ed0-c135-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-02-19 22:20:09.121668 | fa163ee8-850d-8ed0-c135-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:48.240647 | 0.06s 2026-02-19 22:20:09.192508 | fa163ee8-850d-8ed0-c135-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:48.311480 | 0.04s 2026-02-19 22:20:09.262671 | fa163ee8-850d-8ed0-c135-00000000295d | TASK | Set version specific variables 2026-02-19 22:20:09.313027 | fa163ee8-850d-8ed0-c135-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:48.431999 | 0.05s 2026-02-19 22:20:09.335804 | bdd2fc88-9161-49b8-b097-22d47a3a59bc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:20:09.370630 | fa163ee8-850d-8ed0-c135-00000000298e | TASK | Ensure ansible_facts used by role 2026-02-19 22:20:09.758882 | fa163ee8-850d-8ed0-c135-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:20:09.759644 | fa163ee8-850d-8ed0-c135-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:48.878639 | 0.39s 2026-02-19 22:20:09.778367 | fa163ee8-850d-8ed0-c135-00000000298f | TASK | Set platform/version specific variables 2026-02-19 22:20:09.871888 | fa163ee8-850d-8ed0-c135-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:09.902341 | fa163ee8-850d-8ed0-c135-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:09.926429 | fa163ee8-850d-8ed0-c135-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:20:09.947535 | fa163ee8-850d-8ed0-c135-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:20:09.954026 | fa163ee8-850d-8ed0-c135-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:49.073009 | 0.17s 2026-02-19 22:20:09.983334 | fa163ee8-850d-8ed0-c135-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:20:12.965654 | fa163ee8-850d-8ed0-c135-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:20:12.966416 | fa163ee8-850d-8ed0-c135-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:52.085408 | 2.98s 2026-02-19 22:20:12.984947 | fa163ee8-850d-8ed0-c135-000000002960 | TASK | Ensure provider packages are installed 2026-02-19 22:20:15.993958 | fa163ee8-850d-8ed0-c135-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:55.112928 | 3.01s 2026-02-19 22:20:16.006451 | fa163ee8-850d-8ed0-c135-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:55.125430 | 3.02s 2026-02-19 22:20:16.036314 | fa163ee8-850d-8ed0-c135-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:20:16.316904 | fa163ee8-850d-8ed0-c135-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:16.318385 | fa163ee8-850d-8ed0-c135-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.437366 | 0.28s 2026-02-19 22:20:16.324160 | fa163ee8-850d-8ed0-c135-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.443158 | 0.29s 2026-02-19 22:20:16.345808 | fa163ee8-850d-8ed0-c135-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:20:16.648305 | fa163ee8-850d-8ed0-c135-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:16.650486 | fa163ee8-850d-8ed0-c135-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.769467 | 0.30s 2026-02-19 22:20:16.660464 | fa163ee8-850d-8ed0-c135-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.779452 | 0.31s 2026-02-19 22:20:16.690239 | fa163ee8-850d-8ed0-c135-000000002966 | TASK | Ensure provider service is running 2026-02-19 22:20:17.110996 | fa163ee8-850d-8ed0-c135-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:20:17.112065 | fa163ee8-850d-8ed0-c135-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.231054 | 0.42s 2026-02-19 22:20:17.124079 | fa163ee8-850d-8ed0-c135-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.243072 | 0.43s 2026-02-19 22:20:17.144079 | fa163ee8-850d-8ed0-c135-000000002969 | TASK | Ensure certificate requests 2026-02-19 22:20:18.694701 | fa163ee8-850d-8ed0-c135-000000002969 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2026-02-19 22:20:18.696241 | fa163ee8-850d-8ed0-c135-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.815224 | 1.55s 2026-02-19 22:20:18.702661 | fa163ee8-850d-8ed0-c135-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.821649 | 1.56s 2026-02-19 22:20:18.761444 | fa163ee8-850d-8ed0-c135-00000000229c | TASK | Configure OVN DBs and northd 2026-02-19 22:20:18.813906 | fa163ee8-850d-8ed0-c135-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:57.932874 | 0.05s 2026-02-19 22:20:18.881832 | fa163ee8-850d-8ed0-c135-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-02-19 22:20:19.143751 | fa163ee8-850d-8ed0-c135-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-02-19 22:20:19.145134 | fa163ee8-850d-8ed0-c135-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:58.264116 | 0.26s 2026-02-19 22:20:19.175696 | fa163ee8-850d-8ed0-c135-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-19 22:20:19.240927 | fa163ee8-850d-8ed0-c135-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-19 22:20:19.242105 | fa163ee8-850d-8ed0-c135-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:58.361080 | 0.06s 2026-02-19 22:20:19.270819 | fa163ee8-850d-8ed0-c135-0000000029da | TASK | check ovsdb-tool election-timer options 2026-02-19 22:20:19.543851 | fa163ee8-850d-8ed0-c135-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-02-19 22:20:19.545207 | fa163ee8-850d-8ed0-c135-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:58.664191 | 0.27s 2026-02-19 22:20:19.574055 | fa163ee8-850d-8ed0-c135-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-02-19 22:20:19.645475 | fa163ee8-850d-8ed0-c135-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-02-19 22:20:19.646733 | fa163ee8-850d-8ed0-c135-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:58.765718 | 0.07s 2026-02-19 22:20:19.676330 | fa163ee8-850d-8ed0-c135-0000000029dc | TASK | render OVN cluster configuration 2026-02-19 22:20:20.301302 | fa163ee8-850d-8ed0-c135-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-02-19 22:20:20.302243 | fa163ee8-850d-8ed0-c135-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:59.421233 | 0.62s 2026-02-19 22:20:20.323057 | fa163ee8-850d-8ed0-c135-0000000029dd | TASK | restart OVN northd and north and south databases 2026-02-19 22:20:20.383697 | fa163ee8-850d-8ed0-c135-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.502664 | 0.06s 2026-02-19 22:20:20.401089 | fa163ee8-850d-8ed0-c135-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.520076 | 0.08s 2026-02-19 22:20:20.415630 | fa163ee8-850d-8ed0-c135-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.534615 | 0.09s 2026-02-19 22:20:20.421747 | fa163ee8-850d-8ed0-c135-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:59.540735 | 0.10s 2026-02-19 22:20:20.445549 | c15cc406-94e8-42d2-bced-5418ad620b62 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 22:20:20.453169 | 81718132-6cc0-4b8a-b93d-bf34fee3594d | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 22:20:20.460769 | e8a326fd-7e87-4225-a1a4-8066bac3a983 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 22:20:20.491046 | fa163ee8-850d-8ed0-c135-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-02-19 22:20:20.726064 | fa163ee8-850d-8ed0-c135-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-02-19 22:20:20.727391 | fa163ee8-850d-8ed0-c135-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:59.846371 | 0.24s 2026-02-19 22:20:20.759100 | fa163ee8-850d-8ed0-c135-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-02-19 22:20:20.809848 | fa163ee8-850d-8ed0-c135-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-02-19 22:20:20.811022 | fa163ee8-850d-8ed0-c135-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:59.930005 | 0.05s 2026-02-19 22:20:20.841403 | fa163ee8-850d-8ed0-c135-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-02-19 22:20:21.105236 | fa163ee8-850d-8ed0-c135-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-02-19 22:20:21.106566 | fa163ee8-850d-8ed0-c135-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:08:00.225550 | 0.26s 2026-02-19 22:20:21.137661 | fa163ee8-850d-8ed0-c135-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-02-19 22:20:21.189055 | fa163ee8-850d-8ed0-c135-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-02-19 22:20:21.190602 | fa163ee8-850d-8ed0-c135-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:08:00.309581 | 0.05s 2026-02-19 22:20:21.222398 | fa163ee8-850d-8ed0-c135-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-02-19 22:20:21.479445 | fa163ee8-850d-8ed0-c135-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-02-19 22:20:21.480895 | fa163ee8-850d-8ed0-c135-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:08:00.599873 | 0.26s 2026-02-19 22:20:21.511751 | fa163ee8-850d-8ed0-c135-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-02-19 22:20:21.564697 | fa163ee8-850d-8ed0-c135-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-02-19 22:20:21.565864 | fa163ee8-850d-8ed0-c135-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:08:00.684847 | 0.05s 2026-02-19 22:20:21.672663 | fa163ee8-850d-8ed0-c135-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:00.791634 | 0.05s 2026-02-19 22:20:21.737106 | fa163ee8-850d-8ed0-c135-000000002a64 | TASK | Set version specific variables 2026-02-19 22:20:21.786048 | fa163ee8-850d-8ed0-c135-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:00.905017 | 0.05s 2026-02-19 22:20:21.808900 | 0e5d5c40-341d-45d7-870d-066520d0d700 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:20:21.841172 | fa163ee8-850d-8ed0-c135-000000002a93 | TASK | Ensure ansible_facts used by role 2026-02-19 22:20:22.237646 | fa163ee8-850d-8ed0-c135-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:20:22.239200 | fa163ee8-850d-8ed0-c135-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:01.358183 | 0.40s 2026-02-19 22:20:22.268429 | fa163ee8-850d-8ed0-c135-000000002a94 | TASK | Set platform/version specific variables 2026-02-19 22:20:22.360614 | fa163ee8-850d-8ed0-c135-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:22.391321 | fa163ee8-850d-8ed0-c135-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:22.418067 | fa163ee8-850d-8ed0-c135-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:20:22.438066 | fa163ee8-850d-8ed0-c135-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:20:22.444387 | fa163ee8-850d-8ed0-c135-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:01.563359 | 0.17s 2026-02-19 22:20:22.474456 | fa163ee8-850d-8ed0-c135-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:20:25.579694 | fa163ee8-850d-8ed0-c135-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:20:25.581102 | fa163ee8-850d-8ed0-c135-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:04.700086 | 3.11s 2026-02-19 22:20:25.608664 | fa163ee8-850d-8ed0-c135-000000002a67 | TASK | Ensure provider packages are installed 2026-02-19 22:20:28.702242 | fa163ee8-850d-8ed0-c135-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:07.821212 | 3.09s 2026-02-19 22:20:28.708831 | fa163ee8-850d-8ed0-c135-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:07.827808 | 3.10s 2026-02-19 22:20:28.737894 | fa163ee8-850d-8ed0-c135-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:20:29.065498 | fa163ee8-850d-8ed0-c135-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:29.066921 | fa163ee8-850d-8ed0-c135-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:08.185901 | 0.33s 2026-02-19 22:20:29.079170 | fa163ee8-850d-8ed0-c135-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:08.198146 | 0.34s 2026-02-19 22:20:29.109643 | fa163ee8-850d-8ed0-c135-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:20:29.387601 | fa163ee8-850d-8ed0-c135-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:29.389891 | fa163ee8-850d-8ed0-c135-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:08.508866 | 0.28s 2026-02-19 22:20:29.399891 | fa163ee8-850d-8ed0-c135-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:08.518867 | 0.29s 2026-02-19 22:20:29.433086 | fa163ee8-850d-8ed0-c135-000000002a6d | TASK | Ensure provider service is running 2026-02-19 22:20:29.885417 | fa163ee8-850d-8ed0-c135-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:20:29.887296 | fa163ee8-850d-8ed0-c135-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.006245 | 0.45s 2026-02-19 22:20:29.897779 | fa163ee8-850d-8ed0-c135-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:09.016748 | 0.46s 2026-02-19 22:20:29.929147 | fa163ee8-850d-8ed0-c135-000000002a70 | TASK | Ensure certificate requests 2026-02-19 22:20:31.896443 | fa163ee8-850d-8ed0-c135-000000002a70 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'systemctl restart tripleo_ovn_metadata_agent\n'} 2026-02-19 22:20:31.898099 | fa163ee8-850d-8ed0-c135-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.017081 | 1.97s 2026-02-19 22:20:31.911242 | fa163ee8-850d-8ed0-c135-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:11.030217 | 1.98s 2026-02-19 22:20:32.021758 | fa163ee8-850d-8ed0-c135-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:11.140728 | 0.05s 2026-02-19 22:20:32.090294 | fa163ee8-850d-8ed0-c135-000000002ad8 | TASK | Set version specific variables 2026-02-19 22:20:32.137854 | fa163ee8-850d-8ed0-c135-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:11.256833 | 0.05s 2026-02-19 22:20:32.152400 | 8679869e-0208-4307-a56d-0186197f7f8e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:20:32.176428 | fa163ee8-850d-8ed0-c135-000000002b07 | TASK | Ensure ansible_facts used by role 2026-02-19 22:20:32.539896 | fa163ee8-850d-8ed0-c135-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:20:32.541500 | fa163ee8-850d-8ed0-c135-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:11.660483 | 0.36s 2026-02-19 22:20:32.570593 | fa163ee8-850d-8ed0-c135-000000002b08 | TASK | Set platform/version specific variables 2026-02-19 22:20:32.649287 | fa163ee8-850d-8ed0-c135-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:32.666822 | fa163ee8-850d-8ed0-c135-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:32.685183 | fa163ee8-850d-8ed0-c135-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:20:32.699508 | fa163ee8-850d-8ed0-c135-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:20:32.711422 | fa163ee8-850d-8ed0-c135-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:11.830393 | 0.14s 2026-02-19 22:20:32.741029 | fa163ee8-850d-8ed0-c135-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:20:35.755372 | fa163ee8-850d-8ed0-c135-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:20:35.756907 | fa163ee8-850d-8ed0-c135-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:14.875890 | 3.01s 2026-02-19 22:20:35.785164 | fa163ee8-850d-8ed0-c135-000000002adb | TASK | Ensure provider packages are installed 2026-02-19 22:20:38.887959 | fa163ee8-850d-8ed0-c135-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.006933 | 3.10s 2026-02-19 22:20:38.893628 | fa163ee8-850d-8ed0-c135-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:18.012587 | 3.11s 2026-02-19 22:20:38.924673 | fa163ee8-850d-8ed0-c135-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:20:39.199459 | fa163ee8-850d-8ed0-c135-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:39.200501 | fa163ee8-850d-8ed0-c135-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.319491 | 0.27s 2026-02-19 22:20:39.205122 | fa163ee8-850d-8ed0-c135-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:18.324084 | 0.28s 2026-02-19 22:20:39.236662 | fa163ee8-850d-8ed0-c135-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:20:39.531436 | fa163ee8-850d-8ed0-c135-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:39.533163 | fa163ee8-850d-8ed0-c135-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:18.652141 | 0.29s 2026-02-19 22:20:39.540582 | fa163ee8-850d-8ed0-c135-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:18.659540 | 0.30s 2026-02-19 22:20:39.579819 | fa163ee8-850d-8ed0-c135-000000002ae1 | TASK | Ensure provider service is running 2026-02-19 22:20:40.015917 | fa163ee8-850d-8ed0-c135-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:20:40.017872 | fa163ee8-850d-8ed0-c135-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.136851 | 0.44s 2026-02-19 22:20:40.026563 | fa163ee8-850d-8ed0-c135-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:19.145534 | 0.44s 2026-02-19 22:20:40.058019 | fa163ee8-850d-8ed0-c135-000000002ae4 | TASK | Ensure certificate requests 2026-02-19 22:20:41.608202 | fa163ee8-850d-8ed0-c135-000000002ae4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2026-02-19 22:20:41.609294 | fa163ee8-850d-8ed0-c135-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:20.728259 | 1.55s 2026-02-19 22:20:41.614553 | fa163ee8-850d-8ed0-c135-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:20.733541 | 1.55s 2026-02-19 22:20:41.721947 | fa163ee8-850d-8ed0-c135-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:20.840920 | 0.05s 2026-02-19 22:20:41.795409 | fa163ee8-850d-8ed0-c135-000000002b4c | TASK | Set version specific variables 2026-02-19 22:20:41.847609 | fa163ee8-850d-8ed0-c135-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:20.966589 | 0.05s 2026-02-19 22:20:41.861706 | fce827c6-c112-48f5-b9fb-ae58685d6ae4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:20:41.882038 | fa163ee8-850d-8ed0-c135-000000002b7b | TASK | Ensure ansible_facts used by role 2026-02-19 22:20:42.302510 | fa163ee8-850d-8ed0-c135-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:20:42.304047 | fa163ee8-850d-8ed0-c135-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:21.423029 | 0.42s 2026-02-19 22:20:42.333899 | fa163ee8-850d-8ed0-c135-000000002b7c | TASK | Set platform/version specific variables 2026-02-19 22:20:42.430814 | fa163ee8-850d-8ed0-c135-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:42.464825 | fa163ee8-850d-8ed0-c135-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:20:42.494918 | fa163ee8-850d-8ed0-c135-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:20:42.517333 | fa163ee8-850d-8ed0-c135-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:20:42.524171 | fa163ee8-850d-8ed0-c135-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:21.643151 | 0.19s 2026-02-19 22:20:42.553124 | fa163ee8-850d-8ed0-c135-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:20:45.612649 | fa163ee8-850d-8ed0-c135-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:20:45.614139 | fa163ee8-850d-8ed0-c135-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:24.733120 | 3.06s 2026-02-19 22:20:45.644165 | fa163ee8-850d-8ed0-c135-000000002b4f | TASK | Ensure provider packages are installed 2026-02-19 22:20:48.762064 | fa163ee8-850d-8ed0-c135-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:27.881033 | 3.12s 2026-02-19 22:20:48.768931 | fa163ee8-850d-8ed0-c135-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:27.887907 | 3.12s 2026-02-19 22:20:48.799230 | fa163ee8-850d-8ed0-c135-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:20:49.051921 | fa163ee8-850d-8ed0-c135-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:49.053646 | fa163ee8-850d-8ed0-c135-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:28.172633 | 0.25s 2026-02-19 22:20:49.064019 | fa163ee8-850d-8ed0-c135-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:28.182997 | 0.26s 2026-02-19 22:20:49.093570 | fa163ee8-850d-8ed0-c135-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:20:49.345203 | fa163ee8-850d-8ed0-c135-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:20:49.346808 | fa163ee8-850d-8ed0-c135-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:28.465795 | 0.25s 2026-02-19 22:20:49.357422 | fa163ee8-850d-8ed0-c135-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:28.476396 | 0.26s 2026-02-19 22:20:49.386372 | fa163ee8-850d-8ed0-c135-000000002b55 | TASK | Ensure provider service is running 2026-02-19 22:20:49.781495 | fa163ee8-850d-8ed0-c135-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:20:49.782693 | fa163ee8-850d-8ed0-c135-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:28.901684 | 0.39s 2026-02-19 22:20:49.789951 | fa163ee8-850d-8ed0-c135-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:28.908928 | 0.40s 2026-02-19 22:20:49.822880 | fa163ee8-850d-8ed0-c135-000000002b58 | TASK | Ensure certificate requests 2026-02-19 22:20:51.801830 | fa163ee8-850d-8ed0-c135-000000002b58 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2026-02-19 22:20:51.804591 | fa163ee8-850d-8ed0-c135-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:30.923570 | 1.98s 2026-02-19 22:20:51.814602 | fa163ee8-850d-8ed0-c135-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:30.933580 | 1.99s 2026-02-19 22:20:51.871161 | fa163ee8-850d-8ed0-c135-0000000022a9 | TASK | Fail if container image is undefined 2026-02-19 22:20:51.922923 | fa163ee8-850d-8ed0-c135-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:20:51.924324 | fa163ee8-850d-8ed0-c135-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:31.043305 | 0.05s 2026-02-19 22:20:51.972945 | fa163ee8-850d-8ed0-c135-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-19 22:20:58.246816 | fa163ee8-850d-8ed0-c135-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-19 22:20:58.248016 | fa163ee8-850d-8ed0-c135-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:37.367004 | 6.27s 2026-02-19 22:20:58.308990 | fa163ee8-850d-8ed0-c135-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-19 22:20:58.614015 | fa163ee8-850d-8ed0-c135-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-19 22:20:58.615306 | fa163ee8-850d-8ed0-c135-0000000022ab | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:37.734259 | 0.30s 2026-02-19 22:20:58.670750 | fa163ee8-850d-8ed0-c135-0000000022b6 | TASK | Pre-fetch all the containers 2026-02-19 22:21:03.128800 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-02-19 22:21:03.132846 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.251827 | 4.46s 2026-02-19 22:21:08.139372 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-02-19 22:21:08.141989 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.260975 | 9.47s 2026-02-19 22:21:11.442840 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-02-19 22:21:11.444667 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.563657 | 12.77s 2026-02-19 22:21:14.149619 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-02-19 22:21:14.152283 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.271250 | 15.48s 2026-02-19 22:21:15.886902 | fa163ee8-850d-8ed0-c135-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-02-19 22:21:15.889581 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.008564 | 17.22s 2026-02-19 22:21:17.502349 | fa163ee8-850d-8ed0-c135-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-02-19 22:21:17.505814 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:56.624797 | 18.83s 2026-02-19 22:21:22.426400 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-02-19 22:21:22.429042 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.548026 | 23.76s 2026-02-19 22:21:32.708134 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-02-19 22:21:32.710898 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:11.829888 | 34.04s 2026-02-19 22:21:37.219351 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-02-19 22:21:37.223761 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:16.342745 | 38.55s 2026-02-19 22:21:39.489456 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-02-19 22:21:39.492624 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:18.611615 | 40.82s 2026-02-19 22:21:46.601211 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-02-19 22:21:46.604338 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:25.723316 | 47.93s 2026-02-19 22:21:49.542833 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-02-19 22:21:49.548884 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:28.667862 | 50.88s 2026-02-19 22:22:04.982588 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-02-19 22:22:04.986963 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:44.105943 | 66.31s 2026-02-19 22:22:14.616403 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-02-19 22:22:14.620027 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:53.739011 | 75.95s 2026-02-19 22:22:22.744140 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-02-19 22:22:22.748276 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:01.867255 | 84.08s 2026-02-19 22:22:31.872305 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-02-19 22:22:31.875318 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:10.994301 | 93.20s 2026-02-19 22:22:39.120711 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-02-19 22:22:39.124353 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:18.243339 | 100.45s 2026-02-19 22:22:43.536717 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-02-19 22:22:43.540536 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:22.659521 | 104.87s 2026-02-19 22:22:46.482649 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-02-19 22:22:46.485540 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:25.604528 | 107.81s 2026-02-19 22:22:49.744622 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-02-19 22:22:49.747506 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:28.866492 | 111.07s 2026-02-19 22:22:55.221093 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-02-19 22:22:55.224895 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:34.343880 | 116.55s 2026-02-19 22:23:07.146882 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-02-19 22:23:07.149774 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:46.268760 | 128.48s 2026-02-19 22:23:09.843794 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-02-19 22:23:09.847742 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:48.966726 | 131.18s 2026-02-19 22:23:20.947795 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-02-19 22:23:20.950906 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:00.069890 | 142.28s 2026-02-19 22:23:23.717138 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-02-19 22:23:23.721152 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:02.840135 | 145.05s 2026-02-19 22:23:26.689531 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-02-19 22:23:26.693907 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:05.812885 | 148.02s 2026-02-19 22:23:30.137443 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-02-19 22:23:30.140302 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:09.259287 | 151.47s 2026-02-19 22:23:33.542960 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-02-19 22:23:33.546766 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:12.665753 | 154.87s 2026-02-19 22:23:37.688008 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-02-19 22:23:37.690261 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.809249 | 159.02s 2026-02-19 22:23:39.592918 | fa163ee8-850d-8ed0-c135-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-02-19 22:23:39.595807 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:18.714791 | 160.92s 2026-02-19 22:23:41.901260 | fa163ee8-850d-8ed0-c135-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-02-19 22:23:41.905433 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:21.024416 | 163.23s 2026-02-19 22:23:44.457932 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-02-19 22:23:44.461995 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:23.580980 | 165.79s 2026-02-19 22:23:46.613224 | fa163ee8-850d-8ed0-c135-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-02-19 22:23:46.616578 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.735558 | 167.94s 2026-02-19 22:23:51.296193 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-02-19 22:23:51.299139 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:30.418125 | 172.63s 2026-02-19 22:23:54.170298 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-02-19 22:23:54.173413 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.292397 | 175.50s 2026-02-19 22:23:57.215298 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-02-19 22:23:57.221341 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.340320 | 178.55s 2026-02-19 22:24:00.358124 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-02-19 22:24:00.360991 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:39.479976 | 181.69s 2026-02-19 22:24:03.368065 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-02-19 22:24:03.372812 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:42.491791 | 184.70s 2026-02-19 22:24:06.409112 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-02-19 22:24:06.414448 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:45.533416 | 187.74s 2026-02-19 22:24:09.230250 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-02-19 22:24:09.233051 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:48.352035 | 190.56s 2026-02-19 22:24:11.980380 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-02-19 22:24:11.982867 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:51.101861 | 193.31s 2026-02-19 22:24:14.913777 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-02-19 22:24:14.918103 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:54.037086 | 196.25s 2026-02-19 22:24:17.907942 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-02-19 22:24:17.912631 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.031608 | 199.24s 2026-02-19 22:24:20.418517 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-02-19 22:24:20.420930 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.539915 | 201.75s 2026-02-19 22:24:22.630496 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-02-19 22:24:22.634109 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:01.753094 | 203.96s 2026-02-19 22:24:25.648350 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-02-19 22:24:25.651358 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:04.770263 | 206.98s 2026-02-19 22:24:28.461018 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-02-19 22:24:28.462444 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:07.581438 | 209.79s 2026-02-19 22:24:31.853827 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-02-19 22:24:31.859495 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:10.978474 | 213.19s 2026-02-19 22:24:34.451787 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-02-19 22:24:34.453313 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.572306 | 215.78s 2026-02-19 22:24:36.971546 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-02-19 22:24:36.975384 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.094368 | 218.30s 2026-02-19 22:24:39.555764 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-02-19 22:24:39.560071 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:18.679057 | 220.89s 2026-02-19 22:24:42.378550 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-02-19 22:24:42.381835 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.500819 | 223.71s 2026-02-19 22:24:45.372853 | fa163ee8-850d-8ed0-c135-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-02-19 22:24:45.376563 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.495530 | 226.70s 2026-02-19 22:24:45.709843 | fa163ee8-850d-8ed0-c135-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.828824 | 227.04s 2026-02-19 22:24:45.964674 | fa163ee8-850d-8ed0-c135-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:25.083653 | 0.06s 2026-02-19 22:24:46.017491 | fa163ee8-850d-8ed0-c135-000000002c32 | TASK | Set version specific variables 2026-02-19 22:24:46.070157 | fa163ee8-850d-8ed0-c135-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:25.189129 | 0.05s 2026-02-19 22:24:46.093856 | 680101a9-a925-4e81-b5c2-f701fcf59a65 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 22:24:46.122030 | fa163ee8-850d-8ed0-c135-000000002c61 | TASK | Ensure ansible_facts used by role 2026-02-19 22:24:46.518614 | fa163ee8-850d-8ed0-c135-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 22:24:46.520425 | fa163ee8-850d-8ed0-c135-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:25.639401 | 0.40s 2026-02-19 22:24:46.549740 | fa163ee8-850d-8ed0-c135-000000002c62 | TASK | Set platform/version specific variables 2026-02-19 22:24:46.643639 | fa163ee8-850d-8ed0-c135-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:24:46.674709 | fa163ee8-850d-8ed0-c135-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 22:24:46.701192 | fa163ee8-850d-8ed0-c135-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 22:24:46.721445 | fa163ee8-850d-8ed0-c135-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 22:24:46.727419 | fa163ee8-850d-8ed0-c135-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:25.846391 | 0.18s 2026-02-19 22:24:46.756791 | fa163ee8-850d-8ed0-c135-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-02-19 22:24:49.837851 | fa163ee8-850d-8ed0-c135-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 22:24:49.839341 | fa163ee8-850d-8ed0-c135-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:28.958322 | 3.08s 2026-02-19 22:24:49.868700 | fa163ee8-850d-8ed0-c135-000000002c35 | TASK | Ensure provider packages are installed 2026-02-19 22:24:52.888171 | fa163ee8-850d-8ed0-c135-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:32.007146 | 3.02s 2026-02-19 22:24:52.900214 | fa163ee8-850d-8ed0-c135-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:32.019199 | 3.03s 2026-02-19 22:24:52.930384 | fa163ee8-850d-8ed0-c135-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 22:24:53.201795 | fa163ee8-850d-8ed0-c135-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:24:53.203322 | fa163ee8-850d-8ed0-c135-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:32.322302 | 0.27s 2026-02-19 22:24:53.209507 | fa163ee8-850d-8ed0-c135-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:32.328495 | 0.28s 2026-02-19 22:24:53.239010 | fa163ee8-850d-8ed0-c135-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 22:24:53.519796 | fa163ee8-850d-8ed0-c135-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 22:24:53.521384 | fa163ee8-850d-8ed0-c135-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:32.640359 | 0.28s 2026-02-19 22:24:53.528027 | fa163ee8-850d-8ed0-c135-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:32.647016 | 0.29s 2026-02-19 22:24:53.557912 | fa163ee8-850d-8ed0-c135-000000002c3b | TASK | Ensure provider service is running 2026-02-19 22:24:54.007667 | fa163ee8-850d-8ed0-c135-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 22:24:54.010245 | fa163ee8-850d-8ed0-c135-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:33.129223 | 0.45s 2026-02-19 22:24:54.019778 | fa163ee8-850d-8ed0-c135-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:33.138759 | 0.46s 2026-02-19 22:24:54.043102 | fa163ee8-850d-8ed0-c135-000000002c3e | TASK | Ensure certificate requests 2026-02-19 22:24:56.238734 | fa163ee8-850d-8ed0-c135-000000002c3e | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2026-02-19 22:24:56.240464 | fa163ee8-850d-8ed0-c135-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:35.359446 | 2.20s 2026-02-19 22:24:56.247250 | fa163ee8-850d-8ed0-c135-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:35.366226 | 2.20s 2026-02-19 22:24:56.304547 | fa163ee8-850d-8ed0-c135-0000000022c0 | TASK | Fail if container image is undefined 2026-02-19 22:24:56.376787 | fa163ee8-850d-8ed0-c135-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 22:24:56.378180 | fa163ee8-850d-8ed0-c135-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:35.497160 | 0.07s 2026-02-19 22:24:56.425135 | fa163ee8-850d-8ed0-c135-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-19 22:24:58.448009 | fa163ee8-850d-8ed0-c135-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-19 22:24:58.449505 | fa163ee8-850d-8ed0-c135-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:37.568489 | 2.02s 2026-02-19 22:24:58.509361 | fa163ee8-850d-8ed0-c135-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-19 22:24:58.838901 | fa163ee8-850d-8ed0-c135-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-19 22:24:58.840291 | fa163ee8-850d-8ed0-c135-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:37.959246 | 0.33s 2026-02-19 22:24:58.902107 | fa163ee8-850d-8ed0-c135-0000000022cd | TASK | Check if rsyslog exists 2026-02-19 22:24:59.147897 | fa163ee8-850d-8ed0-c135-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-02-19 22:24:59.149588 | fa163ee8-850d-8ed0-c135-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:38.268571 | 0.25s 2026-02-19 22:24:59.179923 | fa163ee8-850d-8ed0-c135-0000000022ce | TASK | Forward logging to swift.log file 2026-02-19 22:24:59.665694 | fa163ee8-850d-8ed0-c135-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-02-19 22:24:59.667110 | fa163ee8-850d-8ed0-c135-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:38.786094 | 0.49s 2026-02-19 22:24:59.698209 | fa163ee8-850d-8ed0-c135-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-02-19 22:25:00.353541 | fa163ee8-850d-8ed0-c135-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-02-19 22:25:00.355923 | fa163ee8-850d-8ed0-c135-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:39.474903 | 0.66s 2026-02-19 22:25:00.387083 | fa163ee8-850d-8ed0-c135-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-19 22:25:00.625199 | fa163ee8-850d-8ed0-c135-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-19 22:25:00.626563 | fa163ee8-850d-8ed0-c135-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:39.745547 | 0.24s 2026-02-19 22:25:00.756483 | fa163ee8-850d-8ed0-c135-0000000000c3 | TIMING | include_tasks | standalone | 0:12:39.875456 | 0.10s 2026-02-19 22:25:00.789913 | f5fb91ac-a557-4254-8533-5a69288d01cd | INCLUDED | /root/standalone-ansible-3xmt_kv6/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:25:00.824720 | fa163ee8-850d-8ed0-c135-000000002ca9 | TASK | Write the config_step hieradata 2026-02-19 22:25:01.320658 | fa163ee8-850d-8ed0-c135-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-02-19 22:25:01.321937 | fa163ee8-850d-8ed0-c135-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:40.440918 | 0.50s 2026-02-19 22:25:01.352436 | fa163ee8-850d-8ed0-c135-000000002caa | TASK | Run puppet host configuration for step 1 2026-02-19 22:25:01.668445 | fa163ee8-850d-8ed0-c135-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-02-19 22:25:01.669777 | fa163ee8-850d-8ed0-c135-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:40.788761 | 0.32s 2026-02-19 22:25:01.699205 | fa163ee8-850d-8ed0-c135-000000002cab | TASK | Wait for puppet host configuration to finish 2026-02-19 22:25:01.977199 | fa163ee8-850d-8ed0-c135-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:25:12.202968 | fa163ee8-850d-8ed0-c135-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:25:22.428689 | fa163ee8-850d-8ed0-c135-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-19 22:25:32.652650 | fa163ee8-850d-8ed0-c135-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-02-19 22:25:42.919656 | fa163ee8-850d-8ed0-c135-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-02-19 22:25:53.132670 | fa163ee8-850d-8ed0-c135-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-02-19 22:26:03.360817 | fa163ee8-850d-8ed0-c135-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:26:03.362892 | fa163ee8-850d-8ed0-c135-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:42.481871 | 61.66s 2026-02-19 22:26:03.397096 | fa163ee8-850d-8ed0-c135-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-02-19 22:26:03.481924 | fa163ee8-850d-8ed0-c135-000000002cac | 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 19 22:25:01 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:25:07 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:25:07 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:25:07 puppet-user: (file & line not available)", "<13>Feb 19 22:25:07 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:25:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:25:07 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:25:07 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.40 seconds", "<13>Feb 19 22:25:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Feb 19 22:25:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Feb 19 22:25:07 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Feb 19 22:25:15 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Feb 19 22:25:23 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Feb 19 22:25:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Feb 19 22:25:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Feb 19 22:25:23 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Feb 19 22:25:26 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 19 22:25:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Feb 19 22:25:28 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Feb 19 22:25:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 19 22:25:33 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 19 22:25:34 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Feb 19 22:25:34 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Feb 19 22:25:57 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Feb 19 22:25:58 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:26:00 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Feb 19 22:26:00 puppet-user: Notice: Applied catalog in 52.86 seconds", "<13>Feb 19 22:26:00 puppet-user: Application:", "<13>Feb 19 22:26:00 puppet-user: Initial environment: production", "<13>Feb 19 22:26:00 puppet-user: Converged environment: production", "<13>Feb 19 22:26:00 puppet-user: Run mode: user", "<13>Feb 19 22:26:00 puppet-user: Changes:", "<13>Feb 19 22:26:00 puppet-user: Total: 17", "<13>Feb 19 22:26:00 puppet-user: Events:", "<13>Feb 19 22:26:00 puppet-user: Success: 17", "<13>Feb 19 22:26:00 puppet-user: Resources:", "<13>Feb 19 22:26:00 puppet-user: Restarted: 1", "<13>Feb 19 22:26:00 puppet-user: Changed: 16", "<13>Feb 19 22:26:00 puppet-user: Out of sync: 16", "<13>Feb 19 22:26:00 puppet-user: Total: 26", "<13>Feb 19 22:26:00 puppet-user: Time:", "<13>Feb 19 22:26:00 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:26:00 puppet-user: Schedule: 0.00", "<13>Feb 19 22:26:00 puppet-user: File line: 0.00", "<13>Feb 19 22:26:00 puppet-user: File: 0.00", "<13>Feb 19 22:26:00 puppet-user: Augeas: 0.05", "<13>Feb 19 22:26:00 puppet-user: Config retrieval: 0.44", "<13>Feb 19 22:26:00 puppet-user: User: 0.60", "<13>Feb 19 22:26:00 puppet-user: Package: 15.28", "<13>Feb 19 22:26:00 puppet-user: Last run: 1771539960", "<13>Feb 19 22:26:00 puppet-user: Exec: 28.61", "<13>Feb 19 22:26:00 puppet-user: Pcmk property: 3.48", "<13>Feb 19 22:26:00 puppet-user: Service: 3.58", "<13>Feb 19 22:26:00 puppet-user: Transaction evaluation: 52.85", "<13>Feb 19 22:26:00 puppet-user: Catalog application: 52.86", "<13>Feb 19 22:26:00 puppet-user: Total: 52.86", "<13>Feb 19 22:26:00 puppet-user: Version:", "<13>Feb 19 22:26:00 puppet-user: Config: 1771539907", "<13>Feb 19 22:26:00 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:26:03.483505 | fa163ee8-850d-8ed0-c135-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:42.602488 | 0.08s 2026-02-19 22:26:03.516656 | fa163ee8-850d-8ed0-c135-000000002cad | TASK | Pre-cache facts for puppet containers 2026-02-19 22:26:03.546137 | fa163ee8-850d-8ed0-c135-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:42.665079 | 0.03s 2026-02-19 22:26:03.614150 | fa163ee8-850d-8ed0-c135-000000002cf4 | TASK | Gather variables for each operating system 2026-02-19 22:26:03.737675 | fa163ee8-850d-8ed0-c135-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:42.856641 | 0.12s 2026-02-19 22:26:03.768821 | fa163ee8-850d-8ed0-c135-000000002cf5 | TASK | Create puppet caching structures 2026-02-19 22:26:04.001161 | fa163ee8-850d-8ed0-c135-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:26:04.002678 | fa163ee8-850d-8ed0-c135-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:43.121662 | 0.23s 2026-02-19 22:26:04.032746 | fa163ee8-850d-8ed0-c135-000000002cf6 | TASK | Check for facter.conf 2026-02-19 22:26:04.256958 | fa163ee8-850d-8ed0-c135-000000002cf6 | OK | Check for facter.conf | standalone 2026-02-19 22:26:04.258158 | fa163ee8-850d-8ed0-c135-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:43.377144 | 0.22s 2026-02-19 22:26:04.287806 | fa163ee8-850d-8ed0-c135-000000002cf7 | TASK | Remove facter.conf if directory 2026-02-19 22:26:04.339631 | fa163ee8-850d-8ed0-c135-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:26:04.340954 | fa163ee8-850d-8ed0-c135-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:43.459936 | 0.05s 2026-02-19 22:26:04.370459 | fa163ee8-850d-8ed0-c135-000000002cf8 | TASK | Write facter cache config 2026-02-19 22:26:04.799530 | fa163ee8-850d-8ed0-c135-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-02-19 22:26:04.800889 | fa163ee8-850d-8ed0-c135-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:43.919872 | 0.43s 2026-02-19 22:26:04.832317 | fa163ee8-850d-8ed0-c135-000000002cf9 | TASK | Cleanup facter cache if exists 2026-02-19 22:26:05.054535 | fa163ee8-850d-8ed0-c135-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-02-19 22:26:05.055945 | fa163ee8-850d-8ed0-c135-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:44.174928 | 0.22s 2026-02-19 22:26:05.086021 | fa163ee8-850d-8ed0-c135-000000002cfa | TASK | Pre-cache facts 2026-02-19 22:26:05.705006 | fa163ee8-850d-8ed0-c135-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-02-19 22:26:05.706599 | fa163ee8-850d-8ed0-c135-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:13:44.825582 | 0.62s 2026-02-19 22:26:05.739811 | fa163ee8-850d-8ed0-c135-000000002cfb | TASK | Failed deployment if facter fails 2026-02-19 22:26:05.774098 | fa163ee8-850d-8ed0-c135-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:26:05.775496 | fa163ee8-850d-8ed0-c135-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:13:44.894477 | 0.03s 2026-02-19 22:26:05.832456 | fa163ee8-850d-8ed0-c135-000000002cfc | TASK | Sync cached facts 2026-02-19 22:26:06.302732 | fa163ee8-850d-8ed0-c135-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee8-850d-8ed0-c135-000000002cfc') missing from stats 2026-02-19 22:26:06.349319 | fa163ee8-850d-8ed0-c135-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:26:06.397709 | fa163ee8-850d-8ed0-c135-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:13:45.516688 | 0.05s 2026-02-19 22:26:06.420714 | 66164164-4dda-4f44-92c9-68bd05026823 | INCLUDED | /root/standalone-ansible-3xmt_kv6/generate-config-tasks.yaml | standalone 2026-02-19 22:26:06.459380 | fa163ee8-850d-8ed0-c135-000000002d46 | TASK | Create base directory puppet configs 2026-02-19 22:26:06.700793 | fa163ee8-850d-8ed0-c135-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-02-19 22:26:06.702201 | fa163ee8-850d-8ed0-c135-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:13:45.821183 | 0.24s 2026-02-19 22:26:06.731990 | fa163ee8-850d-8ed0-c135-000000002d47 | TASK | Generate container puppet configs for step 1 2026-02-19 22:26:07.024355 | fa163ee8-850d-8ed0-c135-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-02-19 22:26:07.025832 | fa163ee8-850d-8ed0-c135-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:46.144815 | 0.29s 2026-02-19 22:26:07.057647 | fa163ee8-850d-8ed0-c135-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-02-19 22:26:07.087657 | fa163ee8-850d-8ed0-c135-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:13:46.206635 | 0.03s 2026-02-19 22:26:07.160069 | fa163ee8-850d-8ed0-c135-000000002dd2 | TASK | Gather variables for each operating system 2026-02-19 22:26:07.284145 | fa163ee8-850d-8ed0-c135-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:46.402102 | 0.12s 2026-02-19 22:26:07.314047 | fa163ee8-850d-8ed0-c135-000000002dd3 | TASK | Create container logs path 2026-02-19 22:26:07.524493 | fa163ee8-850d-8ed0-c135-000000002dd3 | OK | Create container logs path | standalone 2026-02-19 22:26:07.525846 | fa163ee8-850d-8ed0-c135-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:46.644829 | 0.21s 2026-02-19 22:26:07.559144 | fa163ee8-850d-8ed0-c135-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:26:07.986560 | fa163ee8-850d-8ed0-c135-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:26:07.987947 | fa163ee8-850d-8ed0-c135-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:47.106929 | 0.43s 2026-02-19 22:26:08.019097 | fa163ee8-850d-8ed0-c135-000000002dd6 | TASK | Finalise hashes for all containers 2026-02-19 22:26:08.090525 | fa163ee8-850d-8ed0-c135-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:26:08.091703 | fa163ee8-850d-8ed0-c135-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:13:47.210685 | 0.07s 2026-02-19 22:26:08.120653 | fa163ee8-850d-8ed0-c135-000000002dd8 | TASK | Manage systemd shutdown files 2026-02-19 22:26:08.151998 | fa163ee8-850d-8ed0-c135-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:26:08.153176 | fa163ee8-850d-8ed0-c135-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:13:47.272158 | 0.03s 2026-02-19 22:26:08.182791 | fa163ee8-850d-8ed0-c135-000000002dda | TASK | Update container configs with new config hashes 2026-02-19 22:26:08.236073 | fa163ee8-850d-8ed0-c135-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:26:08.237343 | fa163ee8-850d-8ed0-c135-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:13:47.356324 | 0.05s 2026-02-19 22:26:08.272219 | fa163ee8-850d-8ed0-c135-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:26:08.324127 | fa163ee8-850d-8ed0-c135-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:47.443100 | 0.05s 2026-02-19 22:26:08.351643 | 4947aa44-7041-47a2-af0d-03373ec6e5b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:26:08.387445 | fa163ee8-850d-8ed0-c135-000000002e1f | TASK | Gather podman infos 2026-02-19 22:26:08.952921 | fa163ee8-850d-8ed0-c135-000000002e1f | OK | Gather podman infos | standalone 2026-02-19 22:26:08.954197 | fa163ee8-850d-8ed0-c135-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:13:48.073179 | 0.56s 2026-02-19 22:26:08.987338 | fa163ee8-850d-8ed0-c135-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:26:09.040668 | fa163ee8-850d-8ed0-c135-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:26:09.041926 | fa163ee8-850d-8ed0-c135-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:48.160909 | 0.05s 2026-02-19 22:26:09.073658 | fa163ee8-850d-8ed0-c135-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:26:09.114986 | fa163ee8-850d-8ed0-c135-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:13:48.233962 | 0.04s 2026-02-19 22:26:09.138320 | ac0561e8-d4f8-4b5a-9ea8-3224ec52afd0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:26:09.175367 | fa163ee8-850d-8ed0-c135-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:26:39.841749 | fa163ee8-850d-8ed0-c135-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:26:39.843150 | fa163ee8-850d-8ed0-c135-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:18.962139 | 30.67s 2026-02-19 22:26:39.897145 | fa163ee8-850d-8ed0-c135-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:26:39.981072 | fa163ee8-850d-8ed0-c135-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:26:39.981873 | fa163ee8-850d-8ed0-c135-000000002e4a | 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:14:19.100860 | 0.08s 2026-02-19 22:26:40.020770 | fa163ee8-850d-8ed0-c135-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-02-19 22:26:40.057414 | fa163ee8-850d-8ed0-c135-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-19 22:26:40.058382 | fa163ee8-850d-8ed0-c135-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:19.177372 | 0.04s 2026-02-19 22:26:40.081487 | fa163ee8-850d-8ed0-c135-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-02-19 22:26:40.115196 | fa163ee8-850d-8ed0-c135-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-19 22:26:40.116346 | fa163ee8-850d-8ed0-c135-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:19.235333 | 0.03s 2026-02-19 22:26:40.137882 | fa163ee8-850d-8ed0-c135-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-02-19 22:26:40.164827 | fa163ee8-850d-8ed0-c135-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:19.283811 | 0.03s 2026-02-19 22:26:40.214235 | fa163ee8-850d-8ed0-c135-000000002e9f | TASK | Gather variables for each operating system 2026-02-19 22:26:40.337097 | fa163ee8-850d-8ed0-c135-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:19.456075 | 0.12s 2026-02-19 22:26:40.360575 | fa163ee8-850d-8ed0-c135-000000002ea0 | TASK | Create container logs path 2026-02-19 22:26:40.625074 | fa163ee8-850d-8ed0-c135-000000002ea0 | OK | Create container logs path | standalone 2026-02-19 22:26:40.625975 | fa163ee8-850d-8ed0-c135-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:19.744968 | 0.26s 2026-02-19 22:26:40.647964 | fa163ee8-850d-8ed0-c135-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:26:40.893313 | fa163ee8-850d-8ed0-c135-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 22:26:40.894508 | fa163ee8-850d-8ed0-c135-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:20.013492 | 0.25s 2026-02-19 22:26:40.923772 | fa163ee8-850d-8ed0-c135-000000002ea3 | TASK | Finalise hashes for all containers 2026-02-19 22:26:40.985842 | fa163ee8-850d-8ed0-c135-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:26:40.987039 | fa163ee8-850d-8ed0-c135-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:20.106024 | 0.06s 2026-02-19 22:26:41.016568 | fa163ee8-850d-8ed0-c135-000000002ea5 | TASK | Manage systemd shutdown files 2026-02-19 22:26:41.046370 | fa163ee8-850d-8ed0-c135-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:20.165339 | 0.03s 2026-02-19 22:26:41.083042 | 7ef81e7f-0eaa-4712-9b6c-b31f52b54f9e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:26:41.112952 | fa163ee8-850d-8ed0-c135-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:26:41.378358 | fa163ee8-850d-8ed0-c135-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:26:41.379371 | fa163ee8-850d-8ed0-c135-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:20.498357 | 0.27s 2026-02-19 22:26:41.399897 | fa163ee8-850d-8ed0-c135-000000002ed9 | TASK | Set podman_drop_in fact 2026-02-19 22:26:41.458410 | fa163ee8-850d-8ed0-c135-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-02-19 22:26:41.459364 | fa163ee8-850d-8ed0-c135-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:20.578357 | 0.06s 2026-02-19 22:26:41.480650 | fa163ee8-850d-8ed0-c135-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:26:41.895159 | fa163ee8-850d-8ed0-c135-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:26:41.899061 | fa163ee8-850d-8ed0-c135-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:21.018038 | 0.42s 2026-02-19 22:26:42.316871 | fa163ee8-850d-8ed0-c135-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:26:42.319272 | fa163ee8-850d-8ed0-c135-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:21.438252 | 0.84s 2026-02-19 22:26:42.329566 | fa163ee8-850d-8ed0-c135-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:21.448544 | 0.85s 2026-02-19 22:26:42.360673 | fa163ee8-850d-8ed0-c135-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:26:42.815773 | fa163ee8-850d-8ed0-c135-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:26:42.817230 | fa163ee8-850d-8ed0-c135-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:21.936214 | 0.45s 2026-02-19 22:26:42.847485 | fa163ee8-850d-8ed0-c135-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:26:43.350820 | fa163ee8-850d-8ed0-c135-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:26:43.352654 | fa163ee8-850d-8ed0-c135-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:22.471628 | 0.50s 2026-02-19 22:26:43.387464 | fa163ee8-850d-8ed0-c135-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:26:44.330300 | fa163ee8-850d-8ed0-c135-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:26:44.332354 | fa163ee8-850d-8ed0-c135-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:23.451339 | 0.94s 2026-02-19 22:26:44.357384 | fa163ee8-850d-8ed0-c135-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:26:44.877044 | fa163ee8-850d-8ed0-c135-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:26:44.878585 | fa163ee8-850d-8ed0-c135-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:23.997569 | 0.52s 2026-02-19 22:26:44.908112 | fa163ee8-850d-8ed0-c135-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:26:45.421826 | fa163ee8-850d-8ed0-c135-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:26:45.423526 | fa163ee8-850d-8ed0-c135-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:24.542511 | 0.51s 2026-02-19 22:26:45.455247 | fa163ee8-850d-8ed0-c135-000000002ee1 | TASK | Enable and start netns-placeholder 2026-02-19 22:26:46.371395 | fa163ee8-850d-8ed0-c135-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:26:46.373313 | fa163ee8-850d-8ed0-c135-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:25.492272 | 0.92s 2026-02-19 22:26:46.404879 | fa163ee8-850d-8ed0-c135-000000002ea7 | TASK | Update container configs with new config hashes 2026-02-19 22:26:46.460988 | fa163ee8-850d-8ed0-c135-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:25.579957 | 0.05s 2026-02-19 22:26:46.485784 | 9ca3ed1d-8eee-4a5e-b24a-4ae38388532a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:26:46.523875 | fa163ee8-850d-8ed0-c135-000000002f09 | TASK | Update config hashes for container startup configs 2026-02-19 22:26:46.833921 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-02-19 22:26:46.835214 | | WARNING | Config change detected for mysql_bootstrap, new hash: 7667d92600fb8a04e46bc398eb409784 2026-02-19 22:26:46.835822 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 4df0975bd233741adda9b388a72fb969 2026-02-19 22:26:46.836431 | | WARNING | Config change detected for redis_tls_proxy, new hash: cc6cf38454937138cda869f8a4cb4d40 2026-02-19 22:26:46.836978 | | WARNING | Config change detected for clustercheck, new hash: 41c81cf1d243f73a2ec7a0892eba75e6 2026-02-19 22:26:46.837667 | | WARNING | Config change detected for horizon_fix_perms, new hash: 0d7b9d213f7b3a3f64dc81cc8549b4ba 2026-02-19 22:26:46.838221 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 7667d92600fb8a04e46bc398eb409784 2026-02-19 22:26:46.838778 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.839311 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.839829 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.840378 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.840899 | | WARNING | Config change detected for aodh_db_sync, new hash: 2b4b428e77c5aea8acedc82a5c56698d 2026-02-19 22:26:46.841508 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 8b06bbcbb624d18f751a3cc878618b2f 2026-02-19 22:26:46.842032 | | WARNING | Config change detected for glance_api_db_sync, new hash: 2400bb4e7508d6a19b3bc75423fe5e4a-cc206cb2875ccd1ed2a9c6f4b3e81d21 2026-02-19 22:26:46.842589 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 0310a8a6a8dfafc725deb14503ff209e 2026-02-19 22:26:46.843095 | | WARNING | Config change detected for horizon, new hash: 0d7b9d213f7b3a3f64dc81cc8549b4ba 2026-02-19 22:26:46.843638 | | WARNING | Config change detected for iscsid, new hash: cc206cb2875ccd1ed2a9c6f4b3e81d21 2026-02-19 22:26:46.844130 | | WARNING | Config change detected for keystone, new hash: 89f359596f142174bb0935e0abfae0b3 2026-02-19 22:26:46.844686 | | WARNING | Config change detected for keystone_cron, new hash: 89f359596f142174bb0935e0abfae0b3 2026-02-19 22:26:46.845180 | | WARNING | Config change detected for keystone_db_sync, new hash: 89f359596f142174bb0935e0abfae0b3 2026-02-19 22:26:46.845746 | | WARNING | Config change detected for manila_api_db_sync, new hash: 80650a2e51f747e62e4fa6fac2c7b254 2026-02-19 22:26:46.846245 | | WARNING | Config change detected for neutron_db_sync, new hash: d7b686b7e255e8addbdcbb1f31b88578 2026-02-19 22:26:46.846802 | | WARNING | Config change detected for nova_api_db_sync, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.847381 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.847909 | | WARNING | Config change detected for nova_db_sync, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.848457 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.848965 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.851222 | | WARNING | Config change detected for nova_virtproxyd, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.851860 | | WARNING | Config change detected for nova_virtqemud, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.852418 | | WARNING | Config change detected for nova_virtsecretd, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.852901 | | WARNING | Config change detected for nova_virtstoraged, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.853403 | | WARNING | Config change detected for octavia_db_sync, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.853925 | | WARNING | Config change detected for placement_api_db_sync, new hash: d978c890711cdd9cc0e6a0c77ca182ea 2026-02-19 22:26:46.854440 | | WARNING | Config change detected for swift_copy_rings, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58-60762a24da242130c9f40d83b5d99f47 2026-02-19 22:26:46.854928 | | WARNING | Config change detected for aodh_api, new hash: 2b4b428e77c5aea8acedc82a5c56698d 2026-02-19 22:26:46.855433 | | WARNING | Config change detected for aodh_api_cron, new hash: 2b4b428e77c5aea8acedc82a5c56698d 2026-02-19 22:26:46.855903 | | WARNING | Config change detected for aodh_evaluator, new hash: 2b4b428e77c5aea8acedc82a5c56698d 2026-02-19 22:26:46.856434 | | WARNING | Config change detected for aodh_listener, new hash: 2b4b428e77c5aea8acedc82a5c56698d 2026-02-19 22:26:46.856907 | | WARNING | Config change detected for aodh_notifier, new hash: 2b4b428e77c5aea8acedc82a5c56698d 2026-02-19 22:26:46.857670 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 0278d49b3fcad7dee24668485a2e348d 2026-02-19 22:26:46.858213 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 0278d49b3fcad7dee24668485a2e348d 2026-02-19 22:26:46.858833 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 0278d49b3fcad7dee24668485a2e348d 2026-02-19 22:26:46.859453 | | WARNING | Config change detected for cinder_api, new hash: 8b06bbcbb624d18f751a3cc878618b2f 2026-02-19 22:26:46.859965 | | WARNING | Config change detected for cinder_api_cron, new hash: 8b06bbcbb624d18f751a3cc878618b2f 2026-02-19 22:26:46.860514 | | WARNING | Config change detected for cinder_scheduler, new hash: 8b06bbcbb624d18f751a3cc878618b2f 2026-02-19 22:26:46.861026 | | WARNING | Config change detected for glance_api, new hash: 2400bb4e7508d6a19b3bc75423fe5e4a-cc206cb2875ccd1ed2a9c6f4b3e81d21 2026-02-19 22:26:46.861573 | | WARNING | Config change detected for glance_api_cron, new hash: 2400bb4e7508d6a19b3bc75423fe5e4a 2026-02-19 22:26:46.862115 | | WARNING | Config change detected for glance_api_internal, new hash: 627e9e7347009243c833b0ab34fee970-cc206cb2875ccd1ed2a9c6f4b3e81d21 2026-02-19 22:26:46.862673 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 627e9e7347009243c833b0ab34fee970 2026-02-19 22:26:46.863189 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 2400bb4e7508d6a19b3bc75423fe5e4a 2026-02-19 22:26:46.863837 | | WARNING | Config change detected for heat_api, new hash: 1d84a0cf58b677b1524bb00f49ef3c87 2026-02-19 22:26:46.864484 | | WARNING | Config change detected for heat_api_cfn, new hash: 2c7023ddb2aef4c074e0ccd1c8e68bf3 2026-02-19 22:26:46.864986 | | WARNING | Config change detected for heat_api_cron, new hash: 1d84a0cf58b677b1524bb00f49ef3c87 2026-02-19 22:26:46.865534 | | WARNING | Config change detected for heat_engine, new hash: 0310a8a6a8dfafc725deb14503ff209e 2026-02-19 22:26:46.866074 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-02-19 22:26:46.866624 | | WARNING | Config change detected for manila_api, new hash: 80650a2e51f747e62e4fa6fac2c7b254 2026-02-19 22:26:46.867131 | | WARNING | Config change detected for manila_api_cron, new hash: 80650a2e51f747e62e4fa6fac2c7b254 2026-02-19 22:26:46.867677 | | WARNING | Config change detected for manila_scheduler, new hash: 80650a2e51f747e62e4fa6fac2c7b254 2026-02-19 22:26:46.868177 | | WARNING | Config change detected for neutron_api, new hash: d7b686b7e255e8addbdcbb1f31b88578 2026-02-19 22:26:46.868734 | | WARNING | Config change detected for neutron_dhcp, new hash: d7b686b7e255e8addbdcbb1f31b88578 2026-02-19 22:26:46.869232 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: d7b686b7e255e8addbdcbb1f31b88578 2026-02-19 22:26:46.869869 | | WARNING | Config change detected for neutron_sriov_agent, new hash: d7b686b7e255e8addbdcbb1f31b88578 2026-02-19 22:26:46.870417 | | WARNING | Config change detected for nova_api, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.870914 | | WARNING | Config change detected for nova_api_cron, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.871481 | | WARNING | Config change detected for nova_conductor, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.871997 | | WARNING | Config change detected for nova_metadata, new hash: 23d9f10717d16d6259e2126731529b9a 2026-02-19 22:26:46.872542 | | WARNING | Config change detected for nova_migration_target, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.873065 | | WARNING | Config change detected for nova_scheduler, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.873614 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.874169 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 2cc245473df0584b2fd69ac1ced644b5 2026-02-19 22:26:46.874718 | | WARNING | Config change detected for octavia_api, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.875227 | | WARNING | Config change detected for octavia_driver_agent, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.875908 | | WARNING | Config change detected for ovn_metadata_agent, new hash: d7b686b7e255e8addbdcbb1f31b88578 2026-02-19 22:26:46.876546 | | WARNING | Config change detected for placement_api, new hash: d978c890711cdd9cc0e6a0c77ca182ea 2026-02-19 22:26:46.877440 | | WARNING | Config change detected for placement_wait_for_service, new hash: d978c890711cdd9cc0e6a0c77ca182ea 2026-02-19 22:26:46.878011 | | WARNING | Config change detected for swift_account_reaper, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.878572 | | WARNING | Config change detected for swift_account_server, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.879079 | | WARNING | Config change detected for swift_container_server, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.879925 | | WARNING | Config change detected for swift_container_updater, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.880467 | | WARNING | Config change detected for swift_object_expirer, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.880978 | | WARNING | Config change detected for swift_object_server, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.881533 | | WARNING | Config change detected for swift_object_updater, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.882038 | | WARNING | Config change detected for swift_proxy, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.882650 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: fda6bee4e2d1cfcd4588d84a6ce44d58 2026-02-19 22:26:46.883215 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 0278d49b3fcad7dee24668485a2e348d 2026-02-19 22:26:46.883569 | | WARNING | Config change detected for gnocchi_api, new hash: 5dc640ebf8eff7432778166a8fb26188 2026-02-19 22:26:46.883898 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 5dc640ebf8eff7432778166a8fb26188 2026-02-19 22:26:46.884210 | | WARNING | Config change detected for gnocchi_metricd, new hash: 5dc640ebf8eff7432778166a8fb26188 2026-02-19 22:26:46.884582 | | WARNING | Config change detected for gnocchi_statsd, new hash: 5dc640ebf8eff7432778166a8fb26188 2026-02-19 22:26:46.884929 | | WARNING | Config change detected for nova_compute, new hash: cc206cb2875ccd1ed2a9c6f4b3e81d21-9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.885243 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 9381916cb28feb85da363d1e1aced575 2026-02-19 22:26:46.885594 | | WARNING | Config change detected for octavia_health_manager, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.885908 | | WARNING | Config change detected for octavia_housekeeping, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.886263 | | WARNING | Config change detected for octavia_rsyslog, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.886634 | | WARNING | Config change detected for octavia_worker, new hash: 8462f72aa7ef9db795fb6bad63045903 2026-02-19 22:26:46.887050 | fa163ee8-850d-8ed0-c135-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-02-19 22:26:46.887664 | fa163ee8-850d-8ed0-c135-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:26.006647 | 0.36s 2026-02-19 22:26:46.912606 | fa163ee8-850d-8ed0-c135-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:26:46.963475 | fa163ee8-850d-8ed0-c135-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:26.082442 | 0.05s 2026-02-19 22:26:46.987157 | e9e59745-9067-44c0-b2d2-556e1a7164d2 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:26:47.018335 | fa163ee8-850d-8ed0-c135-000000002f28 | TASK | Gather podman infos 2026-02-19 22:26:47.857905 | fa163ee8-850d-8ed0-c135-000000002f28 | OK | Gather podman infos | standalone 2026-02-19 22:26:47.858741 | fa163ee8-850d-8ed0-c135-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:26.977731 | 0.84s 2026-02-19 22:26:47.906309 | fa163ee8-850d-8ed0-c135-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:26:47.965350 | fa163ee8-850d-8ed0-c135-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:27.084327 | 0.06s 2026-02-19 22:26:48.091657 | fa163ee8-850d-8ed0-c135-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:27.210624 | 0.07s 2026-02-19 22:26:48.151843 | fa163ee8-850d-8ed0-c135-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:26:48.208639 | fa163ee8-850d-8ed0-c135-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:27.327607 | 0.05s 2026-02-19 22:26:48.227318 | e7f298b8-3232-4e31-8555-acd44b9947e4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:26:48.260707 | fa163ee8-850d-8ed0-c135-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:26:56.113010 | fa163ee8-850d-8ed0-c135-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 22:26:56.114742 | fa163ee8-850d-8ed0-c135-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:35.233723 | 7.85s 2026-02-19 22:26:56.149472 | fa163ee8-850d-8ed0-c135-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 22:27:01.573275 | fa163ee8-850d-8ed0-c135-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 22:27:01.574245 | fa163ee8-850d-8ed0-c135-000000002f99 | 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:14:40.693238 | 5.42s 2026-02-19 22:27:01.621691 | fa163ee8-850d-8ed0-c135-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-02-19 22:27:01.860567 | fa163ee8-850d-8ed0-c135-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-02-19 22:27:01.861929 | fa163ee8-850d-8ed0-c135-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:40.980910 | 0.24s 2026-02-19 22:27:01.912303 | fa163ee8-850d-8ed0-c135-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-02-19 22:27:01.951316 | fa163ee8-850d-8ed0-c135-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:41.070258 | 0.04s 2026-02-19 22:27:01.982215 | fa163ee8-850d-8ed0-c135-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-02-19 22:27:02.026395 | fa163ee8-850d-8ed0-c135-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:41.145377 | 0.04s 2026-02-19 22:27:02.040236 | d4918a4d-0d9c-47ee-a8d2-4384207adf6a | INCLUDED | /root/standalone-ansible-3xmt_kv6/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:27:02.071254 | fa163ee8-850d-8ed0-c135-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-02-19 22:27:02.502940 | fa163ee8-850d-8ed0-c135-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-02-19 22:27:02.503990 | fa163ee8-850d-8ed0-c135-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:41.622979 | 0.43s 2026-02-19 22:27:02.528329 | fa163ee8-850d-8ed0-c135-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-02-19 22:27:02.802873 | fa163ee8-850d-8ed0-c135-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-02-19 22:27:02.804148 | fa163ee8-850d-8ed0-c135-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:41.923132 | 0.27s 2026-02-19 22:27:02.836002 | fa163ee8-850d-8ed0-c135-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-02-19 22:27:02.866150 | fa163ee8-850d-8ed0-c135-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:41.985128 | 0.03s 2026-02-19 22:27:02.925321 | fa163ee8-850d-8ed0-c135-000000002dd2 | TASK | Gather variables for each operating system 2026-02-19 22:27:03.049016 | fa163ee8-850d-8ed0-c135-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:42.167975 | 0.12s 2026-02-19 22:27:03.080641 | fa163ee8-850d-8ed0-c135-000000002dd3 | TASK | Create container logs path 2026-02-19 22:27:03.378570 | fa163ee8-850d-8ed0-c135-000000002dd3 | OK | Create container logs path | standalone 2026-02-19 22:27:03.380068 | fa163ee8-850d-8ed0-c135-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:42.499051 | 0.30s 2026-02-19 22:27:03.412513 | fa163ee8-850d-8ed0-c135-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:27:03.681021 | fa163ee8-850d-8ed0-c135-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:27:03.682405 | fa163ee8-850d-8ed0-c135-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:42.801388 | 0.27s 2026-02-19 22:27:03.711900 | fa163ee8-850d-8ed0-c135-000000002dd6 | TASK | Finalise hashes for all containers 2026-02-19 22:27:03.763304 | fa163ee8-850d-8ed0-c135-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:27:03.764579 | fa163ee8-850d-8ed0-c135-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:42.883558 | 0.05s 2026-02-19 22:27:03.794867 | fa163ee8-850d-8ed0-c135-000000002dd8 | TASK | Manage systemd shutdown files 2026-02-19 22:27:03.835318 | fa163ee8-850d-8ed0-c135-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:27:03.836671 | fa163ee8-850d-8ed0-c135-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:42.955652 | 0.04s 2026-02-19 22:27:03.866886 | fa163ee8-850d-8ed0-c135-000000002dda | TASK | Update container configs with new config hashes 2026-02-19 22:27:03.928495 | fa163ee8-850d-8ed0-c135-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:27:03.929686 | fa163ee8-850d-8ed0-c135-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:43.048667 | 0.06s 2026-02-19 22:27:03.962935 | fa163ee8-850d-8ed0-c135-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:27:04.015742 | fa163ee8-850d-8ed0-c135-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:27:04.017096 | fa163ee8-850d-8ed0-c135-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:43.136077 | 0.05s 2026-02-19 22:27:04.048935 | fa163ee8-850d-8ed0-c135-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 22:27:04.099717 | fa163ee8-850d-8ed0-c135-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 22:27:04.100996 | fa163ee8-850d-8ed0-c135-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:43.219978 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-02-19 22:27:04.281098 | fa163ee8-850d-8ed0-c135-0000000000c6 | TASK | External deployment step 2 2026-02-19 22:27:04.310423 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000c6') missing from stats 2026-02-19 22:27:04.368777 | fa163ee8-850d-8ed0-c135-0000000000c7 | TIMING | include_tasks | undercloud | 0:14:43.487752 | 0.04s 2026-02-19 22:27:04.375689 | 11d16e5b-b446-4bd3-914c-13e8c68fde13 | INCLUDED | /root/standalone-ansible-3xmt_kv6/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-02-19 22:27:04.515760 | fa163ee8-850d-8ed0-c135-0000000000ca | TASK | Deploy step tasks for 2 2026-02-19 22:27:04.545461 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000ca') missing from stats 2026-02-19 22:27:04.569091 | fa163ee8-850d-8ed0-c135-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-02-19 22:27:05.094044 | fa163ee8-850d-8ed0-c135-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-02-19 22:27:05.095404 | fa163ee8-850d-8ed0-c135-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:44.214388 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:27:05.162679 | fa163ee8-850d-8ed0-c135-0000000000cc | TIMING | include_tasks | standalone | 0:14:44.281657 | 0.04s 2026-02-19 22:27:05.259441 | ee95e6df-64f0-4e71-b85e-c991dced9362 | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-02-19 22:27:05.296799 | fa163ee8-850d-8ed0-c135-000000003075 | TASK | Push script 2026-02-19 22:27:05.848665 | fa163ee8-850d-8ed0-c135-000000003075 | CHANGED | Push script | standalone 2026-02-19 22:27:05.850064 | fa163ee8-850d-8ed0-c135-000000003075 | TIMING | Push script | standalone | 0:14:44.969045 | 0.55s 2026-02-19 22:27:05.879408 | fa163ee8-850d-8ed0-c135-000000003076 | TASK | Insert cronjob in root crontab 2026-02-19 22:27:06.341208 | fa163ee8-850d-8ed0-c135-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-02-19 22:27:06.342392 | fa163ee8-850d-8ed0-c135-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:14:45.461377 | 0.46s 2026-02-19 22:27:06.365723 | fa163ee8-850d-8ed0-c135-00000000307d | TASK | Gather variables for each operating system 2026-02-19 22:27:06.449395 | fa163ee8-850d-8ed0-c135-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:45.568367 | 0.08s 2026-02-19 22:27:06.479628 | fa163ee8-850d-8ed0-c135-00000000307e | TASK | Detect if resource is being created or already exists 2026-02-19 22:27:07.199878 | fa163ee8-850d-8ed0-c135-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:27:07.201484 | fa163ee8-850d-8ed0-c135-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:46.320460 | 0.72s 2026-02-19 22:27:07.233645 | fa163ee8-850d-8ed0-c135-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-02-19 22:28:56.490319 | fa163ee8-850d-8ed0-c135-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-02-19 22:28:56.491366 | fa163ee8-850d-8ed0-c135-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:35.610358 | 109.26s 2026-02-19 22:28:56.511840 | fa163ee8-850d-8ed0-c135-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-02-19 22:28:56.776968 | fa163ee8-850d-8ed0-c135-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-02-19 22:28:56.778523 | fa163ee8-850d-8ed0-c135-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:35.897506 | 0.27s 2026-02-19 22:28:56.809203 | fa163ee8-850d-8ed0-c135-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:28:57.448743 | fa163ee8-850d-8ed0-c135-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:28:57.450184 | fa163ee8-850d-8ed0-c135-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:36.569168 | 0.64s 2026-02-19 22:28:57.483636 | fa163ee8-850d-8ed0-c135-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-02-19 22:28:57.707953 | fa163ee8-850d-8ed0-c135-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-02-19 22:28:57.709520 | fa163ee8-850d-8ed0-c135-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:36.828500 | 0.22s 2026-02-19 22:28:57.743088 | fa163ee8-850d-8ed0-c135-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-02-19 22:28:57.810098 | fa163ee8-850d-8ed0-c135-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-02-19 22:28:57.811570 | fa163ee8-850d-8ed0-c135-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:36.930551 | 0.07s 2026-02-19 22:28:57.843712 | fa163ee8-850d-8ed0-c135-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-02-19 22:28:57.897740 | fa163ee8-850d-8ed0-c135-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-02-19 22:28:57.899038 | fa163ee8-850d-8ed0-c135-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:37.018018 | 0.05s 2026-02-19 22:28:57.930663 | fa163ee8-850d-8ed0-c135-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-02-19 22:28:57.983763 | fa163ee8-850d-8ed0-c135-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-02-19 22:28:57.985065 | fa163ee8-850d-8ed0-c135-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:37.104048 | 0.05s 2026-02-19 22:28:58.018393 | fa163ee8-850d-8ed0-c135-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:28:58.071651 | fa163ee8-850d-8ed0-c135-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:28:58.073014 | fa163ee8-850d-8ed0-c135-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:37.191996 | 0.05s 2026-02-19 22:28:58.106012 | fa163ee8-850d-8ed0-c135-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-02-19 22:28:58.159099 | fa163ee8-850d-8ed0-c135-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-02-19 22:28:58.160361 | fa163ee8-850d-8ed0-c135-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:37.279343 | 0.05s 2026-02-19 22:28:58.215729 | fa163ee8-850d-8ed0-c135-0000000030a9 | TASK | Gather variables for each operating system 2026-02-19 22:28:58.336223 | fa163ee8-850d-8ed0-c135-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:37.455197 | 0.12s 2026-02-19 22:28:58.368641 | fa163ee8-850d-8ed0-c135-0000000030aa | TASK | Detect if resource is being created or already exists 2026-02-19 22:28:59.113572 | fa163ee8-850d-8ed0-c135-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:28:59.115346 | fa163ee8-850d-8ed0-c135-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:38.234321 | 0.74s 2026-02-19 22:28:59.148042 | fa163ee8-850d-8ed0-c135-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-02-19 22:29:28.163394 | fa163ee8-850d-8ed0-c135-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-02-19 22:29:28.165069 | fa163ee8-850d-8ed0-c135-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:07.284050 | 29.02s 2026-02-19 22:29:28.204104 | fa163ee8-850d-8ed0-c135-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-02-19 22:29:28.459751 | fa163ee8-850d-8ed0-c135-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-02-19 22:29:28.460652 | fa163ee8-850d-8ed0-c135-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:07.579644 | 0.25s 2026-02-19 22:29:28.480119 | fa163ee8-850d-8ed0-c135-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:29:28.943001 | fa163ee8-850d-8ed0-c135-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:29:28.943921 | fa163ee8-850d-8ed0-c135-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:08.062913 | 0.46s 2026-02-19 22:29:28.966461 | fa163ee8-850d-8ed0-c135-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-02-19 22:29:29.206344 | fa163ee8-850d-8ed0-c135-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-02-19 22:29:29.207094 | fa163ee8-850d-8ed0-c135-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:08.326087 | 0.24s 2026-02-19 22:29:29.227771 | fa163ee8-850d-8ed0-c135-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-02-19 22:29:29.256957 | fa163ee8-850d-8ed0-c135-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-02-19 22:29:29.257838 | fa163ee8-850d-8ed0-c135-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:08.376827 | 0.03s 2026-02-19 22:29:29.282736 | fa163ee8-850d-8ed0-c135-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-02-19 22:29:29.312286 | fa163ee8-850d-8ed0-c135-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-02-19 22:29:29.313354 | fa163ee8-850d-8ed0-c135-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:08.432343 | 0.03s 2026-02-19 22:29:29.338320 | fa163ee8-850d-8ed0-c135-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-02-19 22:29:29.376536 | fa163ee8-850d-8ed0-c135-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-02-19 22:29:29.377680 | fa163ee8-850d-8ed0-c135-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:08.496665 | 0.04s 2026-02-19 22:29:29.398759 | fa163ee8-850d-8ed0-c135-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:29:29.437225 | fa163ee8-850d-8ed0-c135-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:29:29.437990 | fa163ee8-850d-8ed0-c135-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:08.556982 | 0.04s 2026-02-19 22:29:29.458619 | fa163ee8-850d-8ed0-c135-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-02-19 22:29:29.497296 | fa163ee8-850d-8ed0-c135-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-02-19 22:29:29.498076 | fa163ee8-850d-8ed0-c135-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:08.617067 | 0.04s 2026-02-19 22:29:29.535923 | fa163ee8-850d-8ed0-c135-0000000030d5 | TASK | Gather variables for each operating system 2026-02-19 22:29:29.673145 | fa163ee8-850d-8ed0-c135-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:08.792117 | 0.14s 2026-02-19 22:29:29.698386 | fa163ee8-850d-8ed0-c135-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-02-19 22:29:30.423163 | fa163ee8-850d-8ed0-c135-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:29:30.424526 | fa163ee8-850d-8ed0-c135-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:09.543509 | 0.72s 2026-02-19 22:29:30.461046 | fa163ee8-850d-8ed0-c135-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-02-19 22:29:58.319498 | fa163ee8-850d-8ed0-c135-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-02-19 22:29:58.320600 | fa163ee8-850d-8ed0-c135-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:37.439591 | 27.86s 2026-02-19 22:29:58.349948 | fa163ee8-850d-8ed0-c135-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-02-19 22:29:58.585378 | fa163ee8-850d-8ed0-c135-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-02-19 22:29:58.586990 | fa163ee8-850d-8ed0-c135-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:37.705972 | 0.24s 2026-02-19 22:29:58.616746 | fa163ee8-850d-8ed0-c135-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:29:59.064940 | fa163ee8-850d-8ed0-c135-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:29:59.066613 | fa163ee8-850d-8ed0-c135-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:38.185593 | 0.45s 2026-02-19 22:29:59.096998 | fa163ee8-850d-8ed0-c135-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-02-19 22:29:59.333231 | fa163ee8-850d-8ed0-c135-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-02-19 22:29:59.334290 | fa163ee8-850d-8ed0-c135-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:38.453260 | 0.24s 2026-02-19 22:29:59.359565 | fa163ee8-850d-8ed0-c135-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-02-19 22:29:59.398482 | fa163ee8-850d-8ed0-c135-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-02-19 22:29:59.399722 | fa163ee8-850d-8ed0-c135-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:38.518707 | 0.04s 2026-02-19 22:29:59.432225 | fa163ee8-850d-8ed0-c135-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-02-19 22:29:59.489135 | fa163ee8-850d-8ed0-c135-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-02-19 22:29:59.490446 | fa163ee8-850d-8ed0-c135-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:38.609434 | 0.06s 2026-02-19 22:29:59.515788 | fa163ee8-850d-8ed0-c135-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-02-19 22:29:59.577516 | fa163ee8-850d-8ed0-c135-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-02-19 22:29:59.578333 | fa163ee8-850d-8ed0-c135-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:38.697325 | 0.06s 2026-02-19 22:29:59.599556 | fa163ee8-850d-8ed0-c135-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:29:59.648223 | fa163ee8-850d-8ed0-c135-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:29:59.649389 | fa163ee8-850d-8ed0-c135-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:38.768372 | 0.05s 2026-02-19 22:29:59.671227 | fa163ee8-850d-8ed0-c135-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-02-19 22:29:59.728855 | fa163ee8-850d-8ed0-c135-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-02-19 22:29:59.729855 | fa163ee8-850d-8ed0-c135-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:38.848844 | 0.06s 2026-02-19 22:29:59.774435 | fa163ee8-850d-8ed0-c135-000000003101 | TASK | Gather variables for each operating system 2026-02-19 22:29:59.883916 | fa163ee8-850d-8ed0-c135-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:39.002897 | 0.11s 2026-02-19 22:29:59.908032 | fa163ee8-850d-8ed0-c135-000000003102 | TASK | Detect if resource is being created or already exists 2026-02-19 22:30:00.666867 | fa163ee8-850d-8ed0-c135-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:30:00.668413 | fa163ee8-850d-8ed0-c135-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:39.787396 | 0.76s 2026-02-19 22:30:00.700925 | fa163ee8-850d-8ed0-c135-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-02-19 22:30:31.192204 | fa163ee8-850d-8ed0-c135-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-02-19 22:30:31.193521 | fa163ee8-850d-8ed0-c135-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:10.312510 | 30.49s 2026-02-19 22:30:31.223732 | fa163ee8-850d-8ed0-c135-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-02-19 22:30:31.455653 | fa163ee8-850d-8ed0-c135-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-02-19 22:30:31.457123 | fa163ee8-850d-8ed0-c135-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:10.576104 | 0.23s 2026-02-19 22:30:31.488634 | fa163ee8-850d-8ed0-c135-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:30:31.951309 | fa163ee8-850d-8ed0-c135-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:30:31.952449 | fa163ee8-850d-8ed0-c135-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:11.071437 | 0.46s 2026-02-19 22:30:31.976869 | fa163ee8-850d-8ed0-c135-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-02-19 22:30:32.165346 | fa163ee8-850d-8ed0-c135-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-02-19 22:30:32.166316 | fa163ee8-850d-8ed0-c135-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:11.285300 | 0.19s 2026-02-19 22:30:32.190904 | fa163ee8-850d-8ed0-c135-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-02-19 22:30:32.220353 | fa163ee8-850d-8ed0-c135-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-02-19 22:30:32.221557 | fa163ee8-850d-8ed0-c135-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:11.340231 | 0.03s 2026-02-19 22:30:32.247240 | fa163ee8-850d-8ed0-c135-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-02-19 22:30:32.277228 | fa163ee8-850d-8ed0-c135-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-02-19 22:30:32.278338 | fa163ee8-850d-8ed0-c135-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:11.397324 | 0.03s 2026-02-19 22:30:32.303651 | fa163ee8-850d-8ed0-c135-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-02-19 22:30:32.341123 | fa163ee8-850d-8ed0-c135-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-02-19 22:30:32.342072 | fa163ee8-850d-8ed0-c135-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:11.461060 | 0.04s 2026-02-19 22:30:32.368441 | fa163ee8-850d-8ed0-c135-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:30:32.406671 | fa163ee8-850d-8ed0-c135-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:30:32.407564 | fa163ee8-850d-8ed0-c135-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:11.526553 | 0.04s 2026-02-19 22:30:32.432558 | fa163ee8-850d-8ed0-c135-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-02-19 22:30:32.480972 | fa163ee8-850d-8ed0-c135-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-02-19 22:30:32.481906 | fa163ee8-850d-8ed0-c135-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:11.600898 | 0.05s 2026-02-19 22:30:32.519847 | fa163ee8-850d-8ed0-c135-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-02-19 22:30:32.727965 | fa163ee8-850d-8ed0-c135-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-02-19 22:30:32.729485 | fa163ee8-850d-8ed0-c135-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:11.848468 | 0.20s 2026-02-19 22:30:32.854315 | fa163ee8-850d-8ed0-c135-0000000000cf | TIMING | include_tasks | standalone | 0:18:11.973255 | 0.09s 2026-02-19 22:30:32.893742 | ac25bd0c-1ebd-4067-b63b-68d8e7b7c461 | INCLUDED | /root/standalone-ansible-3xmt_kv6/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:30:32.919660 | fa163ee8-850d-8ed0-c135-0000000031a1 | TASK | Write the config_step hieradata 2026-02-19 22:30:33.461077 | fa163ee8-850d-8ed0-c135-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-02-19 22:30:33.462976 | fa163ee8-850d-8ed0-c135-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:12.581958 | 0.54s 2026-02-19 22:30:33.494994 | fa163ee8-850d-8ed0-c135-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-02-19 22:30:33.838035 | fa163ee8-850d-8ed0-c135-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-02-19 22:30:33.839313 | fa163ee8-850d-8ed0-c135-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:12.958296 | 0.34s 2026-02-19 22:30:33.869026 | fa163ee8-850d-8ed0-c135-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-02-19 22:30:34.117797 | fa163ee8-850d-8ed0-c135-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:30:44.329455 | fa163ee8-850d-8ed0-c135-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:30:54.577935 | fa163ee8-850d-8ed0-c135-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:30:54.579086 | fa163ee8-850d-8ed0-c135-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:33.698075 | 20.71s 2026-02-19 22:30:54.603373 | fa163ee8-850d-8ed0-c135-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-02-19 22:30:54.683320 | fa163ee8-850d-8ed0-c135-0000000031a4 | 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 19 22:30:33 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:30:40 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:30:40 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:30:40 puppet-user: (file & line not available)", "<13>Feb 19 22:30:40 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:30:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:30:40 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:30:40 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.44 seconds", "<13>Feb 19 22:30:46 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:30:49 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:30:50 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:30:50 puppet-user: Notice: Applied catalog in 10.05 seconds", "<13>Feb 19 22:30:50 puppet-user: Application:", "<13>Feb 19 22:30:50 puppet-user: Initial environment: production", "<13>Feb 19 22:30:50 puppet-user: Converged environment: production", "<13>Feb 19 22:30:50 puppet-user: Run mode: user", "<13>Feb 19 22:30:50 puppet-user: Changes:", "<13>Feb 19 22:30:50 puppet-user: Total: 2", "<13>Feb 19 22:30:50 puppet-user: Events:", "<13>Feb 19 22:30:50 puppet-user: Success: 2", "<13>Feb 19 22:30:50 puppet-user: Resources:", "<13>Feb 19 22:30:50 puppet-user: Changed: 2", "<13>Feb 19 22:30:50 puppet-user: Out of sync: 2", "<13>Feb 19 22:30:50 puppet-user: Total: 28", "<13>Feb 19 22:30:50 puppet-user: Time:", "<13>Feb 19 22:30:50 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:30:50 puppet-user: Schedule: 0.00", "<13>Feb 19 22:30:50 puppet-user: File line: 0.00", "<13>Feb 19 22:30:50 puppet-user: Package: 0.00", "<13>Feb 19 22:30:50 puppet-user: File: 0.00", "<13>Feb 19 22:30:50 puppet-user: Augeas: 0.01", "<13>Feb 19 22:30:50 puppet-user: User: 0.01", "<13>Feb 19 22:30:50 puppet-user: Service: 0.13", "<13>Feb 19 22:30:50 puppet-user: Config retrieval: 0.49", "<13>Feb 19 22:30:50 puppet-user: Pcmk property: 1.55", "<13>Feb 19 22:30:50 puppet-user: Exec: 1.86", "<13>Feb 19 22:30:50 puppet-user: Transaction evaluation: 10.03", "<13>Feb 19 22:30:50 puppet-user: Catalog application: 10.05", "<13>Feb 19 22:30:50 puppet-user: Last run: 1771540250", "<13>Feb 19 22:30:50 puppet-user: Pcmk resource default: 3.04", "<13>Feb 19 22:30:50 puppet-user: Pcmk resource op default: 3.18", "<13>Feb 19 22:30:50 puppet-user: Total: 10.05", "<13>Feb 19 22:30:50 puppet-user: Version:", "<13>Feb 19 22:30:50 puppet-user: Config: 1771540240", "<13>Feb 19 22:30:50 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:30:54.684328 | fa163ee8-850d-8ed0-c135-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:33.803317 | 0.08s 2026-02-19 22:30:54.707369 | fa163ee8-850d-8ed0-c135-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:30:54.736256 | fa163ee8-850d-8ed0-c135-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:33.855235 | 0.03s 2026-02-19 22:30:54.795532 | fa163ee8-850d-8ed0-c135-0000000031e4 | TASK | Gather variables for each operating system 2026-02-19 22:30:54.913580 | fa163ee8-850d-8ed0-c135-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:34.032562 | 0.12s 2026-02-19 22:30:54.933161 | fa163ee8-850d-8ed0-c135-0000000031e5 | TASK | Create puppet caching structures 2026-02-19 22:30:55.158668 | fa163ee8-850d-8ed0-c135-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:30:55.160831 | fa163ee8-850d-8ed0-c135-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:34.279805 | 0.23s 2026-02-19 22:30:55.191521 | fa163ee8-850d-8ed0-c135-0000000031e6 | TASK | Check for facter.conf 2026-02-19 22:30:55.447176 | fa163ee8-850d-8ed0-c135-0000000031e6 | OK | Check for facter.conf | standalone 2026-02-19 22:30:55.448802 | fa163ee8-850d-8ed0-c135-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:34.567783 | 0.26s 2026-02-19 22:30:55.478491 | fa163ee8-850d-8ed0-c135-0000000031e7 | TASK | Remove facter.conf if directory 2026-02-19 22:30:55.518033 | fa163ee8-850d-8ed0-c135-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:30:55.519380 | fa163ee8-850d-8ed0-c135-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:34.638361 | 0.04s 2026-02-19 22:30:55.550153 | fa163ee8-850d-8ed0-c135-0000000031e8 | TASK | Write facter cache config 2026-02-19 22:30:55.997086 | fa163ee8-850d-8ed0-c135-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-02-19 22:30:55.998798 | fa163ee8-850d-8ed0-c135-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:35.117779 | 0.45s 2026-02-19 22:30:56.031067 | fa163ee8-850d-8ed0-c135-0000000031e9 | TASK | Cleanup facter cache if exists 2026-02-19 22:30:56.269601 | fa163ee8-850d-8ed0-c135-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:30:56.271103 | fa163ee8-850d-8ed0-c135-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:35.390083 | 0.24s 2026-02-19 22:30:56.302061 | fa163ee8-850d-8ed0-c135-0000000031ea | TASK | Pre-cache facts 2026-02-19 22:30:56.897487 | fa163ee8-850d-8ed0-c135-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-02-19 22:30:56.898733 | fa163ee8-850d-8ed0-c135-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:36.017715 | 0.59s 2026-02-19 22:30:56.929384 | fa163ee8-850d-8ed0-c135-0000000031eb | TASK | Failed deployment if facter fails 2026-02-19 22:30:56.963051 | fa163ee8-850d-8ed0-c135-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:30:56.964353 | fa163ee8-850d-8ed0-c135-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:36.083334 | 0.03s 2026-02-19 22:30:57.008798 | fa163ee8-850d-8ed0-c135-0000000031ec | TASK | Sync cached facts 2026-02-19 22:30:57.287368 | fa163ee8-850d-8ed0-c135-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee8-850d-8ed0-c135-0000000031ec') missing from stats 2026-02-19 22:30:57.346461 | fa163ee8-850d-8ed0-c135-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:30:57.398170 | fa163ee8-850d-8ed0-c135-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:30:57.400537 | fa163ee8-850d-8ed0-c135-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:36.519513 | 0.05s 2026-02-19 22:30:57.424611 | fa163ee8-850d-8ed0-c135-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-02-19 22:30:57.449874 | fa163ee8-850d-8ed0-c135-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:36.568862 | 0.02s 2026-02-19 22:30:57.523284 | fa163ee8-850d-8ed0-c135-000000003243 | TASK | Gather variables for each operating system 2026-02-19 22:30:57.651987 | fa163ee8-850d-8ed0-c135-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:36.770958 | 0.13s 2026-02-19 22:30:57.683541 | fa163ee8-850d-8ed0-c135-000000003244 | TASK | Create container logs path 2026-02-19 22:30:57.962182 | fa163ee8-850d-8ed0-c135-000000003244 | OK | Create container logs path | standalone 2026-02-19 22:30:57.963771 | fa163ee8-850d-8ed0-c135-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:37.082747 | 0.28s 2026-02-19 22:30:57.996707 | fa163ee8-850d-8ed0-c135-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:30:58.282984 | fa163ee8-850d-8ed0-c135-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 22:30:58.284330 | fa163ee8-850d-8ed0-c135-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:37.403312 | 0.29s 2026-02-19 22:30:58.316534 | fa163ee8-850d-8ed0-c135-000000003247 | TASK | Finalise hashes for all containers 2026-02-19 22:30:58.393197 | fa163ee8-850d-8ed0-c135-000000003247 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:30:58.394421 | fa163ee8-850d-8ed0-c135-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:37.513403 | 0.08s 2026-02-19 22:30:58.415608 | fa163ee8-850d-8ed0-c135-000000003249 | TASK | Manage systemd shutdown files 2026-02-19 22:30:58.453166 | fa163ee8-850d-8ed0-c135-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:37.572139 | 0.04s 2026-02-19 22:30:58.488876 | 16d12e85-9c65-4a5a-a8e7-c3f657642710 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:30:58.517976 | fa163ee8-850d-8ed0-c135-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:30:58.790750 | fa163ee8-850d-8ed0-c135-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:30:58.792166 | fa163ee8-850d-8ed0-c135-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:37.911148 | 0.27s 2026-02-19 22:30:58.823053 | fa163ee8-850d-8ed0-c135-00000000327d | TASK | Set podman_drop_in fact 2026-02-19 22:30:58.879337 | fa163ee8-850d-8ed0-c135-00000000327d | OK | Set podman_drop_in fact | standalone 2026-02-19 22:30:58.880772 | fa163ee8-850d-8ed0-c135-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:37.999754 | 0.06s 2026-02-19 22:30:58.913618 | fa163ee8-850d-8ed0-c135-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:30:59.365131 | fa163ee8-850d-8ed0-c135-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:30:59.368329 | fa163ee8-850d-8ed0-c135-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:38.487303 | 0.45s 2026-02-19 22:30:59.826468 | fa163ee8-850d-8ed0-c135-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:30:59.828965 | fa163ee8-850d-8ed0-c135-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:38.947945 | 0.91s 2026-02-19 22:30:59.838019 | fa163ee8-850d-8ed0-c135-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:38.956999 | 0.92s 2026-02-19 22:30:59.869026 | fa163ee8-850d-8ed0-c135-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:31:00.382150 | fa163ee8-850d-8ed0-c135-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:31:00.383062 | fa163ee8-850d-8ed0-c135-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:39.502054 | 0.51s 2026-02-19 22:31:00.404240 | fa163ee8-850d-8ed0-c135-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:31:00.885406 | fa163ee8-850d-8ed0-c135-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:31:00.887068 | fa163ee8-850d-8ed0-c135-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:40.006044 | 0.48s 2026-02-19 22:31:00.920896 | fa163ee8-850d-8ed0-c135-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:31:01.597492 | fa163ee8-850d-8ed0-c135-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:31:01.598899 | fa163ee8-850d-8ed0-c135-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:40.717889 | 0.68s 2026-02-19 22:31:01.621900 | fa163ee8-850d-8ed0-c135-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:31:02.077956 | fa163ee8-850d-8ed0-c135-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:31:02.079603 | fa163ee8-850d-8ed0-c135-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:41.198583 | 0.46s 2026-02-19 22:31:02.110229 | fa163ee8-850d-8ed0-c135-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:31:02.614701 | fa163ee8-850d-8ed0-c135-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:31:02.616154 | fa163ee8-850d-8ed0-c135-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:41.735137 | 0.50s 2026-02-19 22:31:02.645096 | fa163ee8-850d-8ed0-c135-000000003285 | TASK | Enable and start netns-placeholder 2026-02-19 22:31:03.300259 | fa163ee8-850d-8ed0-c135-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:31:03.302468 | fa163ee8-850d-8ed0-c135-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:42.421445 | 0.66s 2026-02-19 22:31:03.331163 | fa163ee8-850d-8ed0-c135-00000000324b | TASK | Update container configs with new config hashes 2026-02-19 22:31:03.390505 | fa163ee8-850d-8ed0-c135-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:42.509486 | 0.06s 2026-02-19 22:31:03.405164 | 45c74cda-5448-4a11-bc8c-d8b382e00cf4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:31:03.431945 | fa163ee8-850d-8ed0-c135-0000000032ad | TASK | Update config hashes for container startup configs 2026-02-19 22:31:03.728914 | fa163ee8-850d-8ed0-c135-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:31:03.730502 | fa163ee8-850d-8ed0-c135-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:42.849484 | 0.30s 2026-02-19 22:31:03.770144 | fa163ee8-850d-8ed0-c135-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:31:03.829541 | fa163ee8-850d-8ed0-c135-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:42.948505 | 0.06s 2026-02-19 22:31:03.854725 | 88737b7c-98b5-473d-811b-768f2aa05e73 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:31:03.887237 | fa163ee8-850d-8ed0-c135-0000000032cc | TASK | Gather podman infos 2026-02-19 22:31:04.849965 | fa163ee8-850d-8ed0-c135-0000000032cc | OK | Gather podman infos | standalone 2026-02-19 22:31:04.851421 | fa163ee8-850d-8ed0-c135-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:43.970403 | 0.96s 2026-02-19 22:31:04.924402 | fa163ee8-850d-8ed0-c135-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:31:05.000461 | fa163ee8-850d-8ed0-c135-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:44.119443 | 0.07s 2026-02-19 22:31:05.099662 | fa163ee8-850d-8ed0-c135-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:44.218630 | 0.05s 2026-02-19 22:31:05.163069 | fa163ee8-850d-8ed0-c135-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:31:05.213439 | fa163ee8-850d-8ed0-c135-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:44.332412 | 0.05s 2026-02-19 22:31:05.229691 | 43b9f4be-274e-4f2b-9283-df68c2420060 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:31:05.265633 | fa163ee8-850d-8ed0-c135-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:31:25.622013 | fa163ee8-850d-8ed0-c135-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 22:31:25.623387 | fa163ee8-850d-8ed0-c135-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:04.742358 | 20.36s 2026-02-19 22:31:25.648032 | fa163ee8-850d-8ed0-c135-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 22:31:28.319741 | fa163ee8-850d-8ed0-c135-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 22:31:28.321178 | fa163ee8-850d-8ed0-c135-00000000333d | 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:19:07.440161 | 2.67s 2026-02-19 22:31:28.396032 | fa163ee8-850d-8ed0-c135-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-02-19 22:31:28.624897 | fa163ee8-850d-8ed0-c135-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-02-19 22:31:28.626427 | fa163ee8-850d-8ed0-c135-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:07.745408 | 0.23s 2026-02-19 22:31:28.676599 | fa163ee8-850d-8ed0-c135-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-02-19 22:31:28.759036 | fa163ee8-850d-8ed0-c135-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:07.878012 | 0.08s 2026-02-19 22:31:28.783580 | fa163ee8-850d-8ed0-c135-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-02-19 22:31:28.833001 | fa163ee8-850d-8ed0-c135-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:07.951977 | 0.05s 2026-02-19 22:31:28.849866 | a9206abd-f1ab-4627-8da8-dcc60ab93281 | INCLUDED | /root/standalone-ansible-3xmt_kv6/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:31:28.887313 | fa163ee8-850d-8ed0-c135-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-02-19 22:31:29.346967 | fa163ee8-850d-8ed0-c135-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-02-19 22:31:29.347843 | fa163ee8-850d-8ed0-c135-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:08.466834 | 0.46s 2026-02-19 22:31:29.369121 | fa163ee8-850d-8ed0-c135-00000000338a | TASK | Generate container puppet configs for step 2 2026-02-19 22:31:30.592014 | fa163ee8-850d-8ed0-c135-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-02-19 22:31:30.593256 | fa163ee8-850d-8ed0-c135-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:09.712239 | 1.22s 2026-02-19 22:31:30.623692 | fa163ee8-850d-8ed0-c135-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-02-19 22:31:30.652983 | fa163ee8-850d-8ed0-c135-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:09.771956 | 0.03s 2026-02-19 22:31:30.735306 | fa163ee8-850d-8ed0-c135-0000000033ba | TASK | Gather variables for each operating system 2026-02-19 22:31:30.850473 | fa163ee8-850d-8ed0-c135-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:09.969450 | 0.11s 2026-02-19 22:31:30.874030 | fa163ee8-850d-8ed0-c135-0000000033bb | TASK | Create container logs path 2026-02-19 22:31:31.070038 | fa163ee8-850d-8ed0-c135-0000000033bb | OK | Create container logs path | standalone 2026-02-19 22:31:31.070911 | fa163ee8-850d-8ed0-c135-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:10.189902 | 0.20s 2026-02-19 22:31:31.091864 | fa163ee8-850d-8ed0-c135-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 22:31:31.334864 | fa163ee8-850d-8ed0-c135-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 22:31:31.336186 | fa163ee8-850d-8ed0-c135-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:10.455167 | 0.24s 2026-02-19 22:31:31.366586 | fa163ee8-850d-8ed0-c135-0000000033be | TASK | Finalise hashes for all containers 2026-02-19 22:31:31.418316 | fa163ee8-850d-8ed0-c135-0000000033be | OK | Finalise hashes for all containers | standalone 2026-02-19 22:31:31.419574 | fa163ee8-850d-8ed0-c135-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:10.538556 | 0.05s 2026-02-19 22:31:31.450005 | fa163ee8-850d-8ed0-c135-0000000033c0 | TASK | Manage systemd shutdown files 2026-02-19 22:31:31.494946 | fa163ee8-850d-8ed0-c135-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:31:31.496240 | fa163ee8-850d-8ed0-c135-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:10.615221 | 0.04s 2026-02-19 22:31:31.526250 | fa163ee8-850d-8ed0-c135-0000000033c2 | TASK | Update container configs with new config hashes 2026-02-19 22:31:31.577644 | fa163ee8-850d-8ed0-c135-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:31:31.579667 | fa163ee8-850d-8ed0-c135-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:10.698348 | 0.05s 2026-02-19 22:31:31.612935 | fa163ee8-850d-8ed0-c135-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 22:31:31.666502 | fa163ee8-850d-8ed0-c135-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 22:31:31.667869 | fa163ee8-850d-8ed0-c135-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:10.786850 | 0.05s 2026-02-19 22:31:31.701630 | fa163ee8-850d-8ed0-c135-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 22:31:31.755563 | fa163ee8-850d-8ed0-c135-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 22:31:31.758472 | fa163ee8-850d-8ed0-c135-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:10.877449 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-02-19 22:31:31.919866 | fa163ee8-850d-8ed0-c135-0000000000d2 | TASK | External deployment step 3 2026-02-19 22:31:31.949685 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000d2') missing from stats 2026-02-19 22:31:32.005476 | fa163ee8-850d-8ed0-c135-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:11.124454 | 0.04s 2026-02-19 22:31:32.010309 | 93876f83-ca71-42d8-8d24-61e9c9d57cef | INCLUDED | /root/standalone-ansible-3xmt_kv6/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-02-19 22:31:32.127580 | fa163ee8-850d-8ed0-c135-0000000000d6 | TASK | Deploy step tasks for 3 2026-02-19 22:31:32.158639 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000d6') missing from stats 2026-02-19 22:31:32.184595 | fa163ee8-850d-8ed0-c135-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-02-19 22:31:32.700541 | fa163ee8-850d-8ed0-c135-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-02-19 22:31:32.702656 | fa163ee8-850d-8ed0-c135-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:11.821633 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:31:32.777419 | fa163ee8-850d-8ed0-c135-0000000000d8 | TIMING | include_tasks | standalone | 0:19:11.896391 | 0.04s 2026-02-19 22:31:32.807789 | 664f5c3f-2ba5-4303-b8f1-44395b120834 | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-02-19 22:31:32.833993 | fa163ee8-850d-8ed0-c135-000000003428 | TASK | Start OVN container 2026-02-19 22:31:32.912841 | fa163ee8-850d-8ed0-c135-000000003428 | TIMING | Start OVN container | standalone | 0:19:12.031796 | 0.08s 2026-02-19 22:31:32.947747 | fa163ee8-850d-8ed0-c135-000000003428 | TIMING | Start OVN container | standalone | 0:19:12.066734 | 0.11s 2026-02-19 22:31:32.970042 | fa163ee8-850d-8ed0-c135-000000003428 | TIMING | Start OVN container | standalone | 0:19:12.089039 | 0.13s 2026-02-19 22:31:32.982044 | fa163ee8-850d-8ed0-c135-000000003428 | TIMING | Start OVN container | standalone | 0:19:12.101025 | 0.15s 2026-02-19 22:31:33.090796 | fa163ee8-850d-8ed0-c135-000000003460 | TASK | Gather variables for each operating system 2026-02-19 22:31:33.210441 | fa163ee8-850d-8ed0-c135-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:12.329412 | 0.12s 2026-02-19 22:31:33.240858 | fa163ee8-850d-8ed0-c135-000000003461 | TASK | Create container logs path 2026-02-19 22:31:33.487581 | fa163ee8-850d-8ed0-c135-000000003461 | OK | Create container logs path | standalone 2026-02-19 22:31:33.488992 | fa163ee8-850d-8ed0-c135-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:12.607973 | 0.25s 2026-02-19 22:31:33.513844 | fa163ee8-850d-8ed0-c135-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:33.840701 | fa163ee8-850d-8ed0-c135-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:33.842083 | fa163ee8-850d-8ed0-c135-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:12.961038 | 0.33s 2026-02-19 22:31:33.878345 | fa163ee8-850d-8ed0-c135-000000003464 | TASK | Finalise hashes for all containers 2026-02-19 22:31:33.984612 | fa163ee8-850d-8ed0-c135-000000003464 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:31:33.985938 | fa163ee8-850d-8ed0-c135-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:13.104920 | 0.11s 2026-02-19 22:31:34.015884 | fa163ee8-850d-8ed0-c135-000000003466 | TASK | Manage systemd shutdown files 2026-02-19 22:31:34.076612 | fa163ee8-850d-8ed0-c135-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:31:34.077809 | fa163ee8-850d-8ed0-c135-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:13.196791 | 0.06s 2026-02-19 22:31:34.107078 | fa163ee8-850d-8ed0-c135-000000003468 | TASK | Update container configs with new config hashes 2026-02-19 22:31:34.178532 | fa163ee8-850d-8ed0-c135-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:31:34.179745 | fa163ee8-850d-8ed0-c135-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:13.298720 | 0.07s 2026-02-19 22:31:34.210762 | fa163ee8-850d-8ed0-c135-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:34.282231 | fa163ee8-850d-8ed0-c135-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:13.401207 | 0.07s 2026-02-19 22:31:34.306907 | 1eb4f233-ee80-42e9-8374-2b657df98c08 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:31:34.342551 | fa163ee8-850d-8ed0-c135-0000000034f5 | TASK | Gather podman infos 2026-02-19 22:31:35.473075 | fa163ee8-850d-8ed0-c135-0000000034f5 | OK | Gather podman infos | standalone 2026-02-19 22:31:35.474181 | fa163ee8-850d-8ed0-c135-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:14.593169 | 1.13s 2026-02-19 22:31:35.579333 | fa163ee8-850d-8ed0-c135-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:35.673951 | fa163ee8-850d-8ed0-c135-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:14.792925 | 0.09s 2026-02-19 22:31:35.826945 | fa163ee8-850d-8ed0-c135-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:14.945916 | 0.08s 2026-02-19 22:31:35.887254 | fa163ee8-850d-8ed0-c135-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:35.963330 | fa163ee8-850d-8ed0-c135-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:15.082306 | 0.07s 2026-02-19 22:31:35.987155 | 2472a6da-e2a6-40f5-a512-a7e12acefc63 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:31:36.028552 | fa163ee8-850d-8ed0-c135-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:36.983722 | fa163ee8-850d-8ed0-c135-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:36.984782 | fa163ee8-850d-8ed0-c135-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:16.103767 | 0.95s 2026-02-19 22:31:37.009545 | fa163ee8-850d-8ed0-c135-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:39.804337 | fa163ee8-850d-8ed0-c135-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:39.805862 | fa163ee8-850d-8ed0-c135-000000003561 | 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:19:18.924847 | 2.80s 2026-02-19 22:31:39.859882 | fa163ee8-850d-8ed0-c135-00000000348b | TASK | Gather variables for each operating system 2026-02-19 22:31:39.963056 | fa163ee8-850d-8ed0-c135-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:19.082033 | 0.10s 2026-02-19 22:31:39.993365 | fa163ee8-850d-8ed0-c135-00000000348c | TASK | Create container logs path 2026-02-19 22:31:40.242739 | fa163ee8-850d-8ed0-c135-00000000348c | OK | Create container logs path | standalone 2026-02-19 22:31:40.244142 | fa163ee8-850d-8ed0-c135-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:19.363125 | 0.25s 2026-02-19 22:31:40.278076 | fa163ee8-850d-8ed0-c135-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:40.535297 | fa163ee8-850d-8ed0-c135-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:40.536558 | fa163ee8-850d-8ed0-c135-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:19.655541 | 0.26s 2026-02-19 22:31:40.560743 | fa163ee8-850d-8ed0-c135-00000000348f | TASK | Finalise hashes for all containers 2026-02-19 22:31:40.664488 | fa163ee8-850d-8ed0-c135-00000000348f | OK | Finalise hashes for all containers | standalone 2026-02-19 22:31:40.665272 | fa163ee8-850d-8ed0-c135-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:19.784253 | 0.10s 2026-02-19 22:31:40.684644 | fa163ee8-850d-8ed0-c135-000000003491 | TASK | Manage systemd shutdown files 2026-02-19 22:31:40.732622 | fa163ee8-850d-8ed0-c135-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:31:40.733357 | fa163ee8-850d-8ed0-c135-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:19.852349 | 0.05s 2026-02-19 22:31:40.752612 | fa163ee8-850d-8ed0-c135-000000003493 | TASK | Update container configs with new config hashes 2026-02-19 22:31:40.814068 | fa163ee8-850d-8ed0-c135-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:31:40.815216 | fa163ee8-850d-8ed0-c135-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:19.934198 | 0.06s 2026-02-19 22:31:40.848214 | fa163ee8-850d-8ed0-c135-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:40.903469 | fa163ee8-850d-8ed0-c135-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:20.022448 | 0.05s 2026-02-19 22:31:40.929593 | 97b51c32-da82-45f7-84ea-4c2eb2454236 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:31:40.968752 | fa163ee8-850d-8ed0-c135-0000000035ac | TASK | Gather podman infos 2026-02-19 22:31:42.110161 | fa163ee8-850d-8ed0-c135-0000000035ac | OK | Gather podman infos | standalone 2026-02-19 22:31:42.111343 | fa163ee8-850d-8ed0-c135-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:21.230328 | 1.14s 2026-02-19 22:31:42.200025 | fa163ee8-850d-8ed0-c135-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:42.291716 | fa163ee8-850d-8ed0-c135-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:21.410691 | 0.08s 2026-02-19 22:31:42.419690 | fa163ee8-850d-8ed0-c135-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:21.538658 | 0.08s 2026-02-19 22:31:42.473771 | fa163ee8-850d-8ed0-c135-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:42.538739 | fa163ee8-850d-8ed0-c135-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:21.657710 | 0.06s 2026-02-19 22:31:42.562652 | e631679b-9c53-435c-a8c1-67aa2052d28f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:31:42.600557 | fa163ee8-850d-8ed0-c135-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:43.515157 | fa163ee8-850d-8ed0-c135-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:43.518720 | fa163ee8-850d-8ed0-c135-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:22.637684 | 0.92s 2026-02-19 22:31:43.552784 | fa163ee8-850d-8ed0-c135-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:46.118360 | fa163ee8-850d-8ed0-c135-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:46.119576 | fa163ee8-850d-8ed0-c135-000000003613 | 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:19:25.238563 | 2.56s 2026-02-19 22:31:46.169834 | fa163ee8-850d-8ed0-c135-0000000034b6 | TASK | Gather variables for each operating system 2026-02-19 22:31:46.295664 | fa163ee8-850d-8ed0-c135-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:25.414646 | 0.12s 2026-02-19 22:31:46.328965 | fa163ee8-850d-8ed0-c135-0000000034b7 | TASK | Create container logs path 2026-02-19 22:31:46.587201 | fa163ee8-850d-8ed0-c135-0000000034b7 | OK | Create container logs path | standalone 2026-02-19 22:31:46.588807 | fa163ee8-850d-8ed0-c135-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:25.707789 | 0.26s 2026-02-19 22:31:46.621293 | fa163ee8-850d-8ed0-c135-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:46.894084 | fa163ee8-850d-8ed0-c135-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:46.895351 | fa163ee8-850d-8ed0-c135-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:26.014333 | 0.27s 2026-02-19 22:31:46.926725 | fa163ee8-850d-8ed0-c135-0000000034ba | TASK | Finalise hashes for all containers 2026-02-19 22:31:47.031882 | fa163ee8-850d-8ed0-c135-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-02-19 22:31:47.033389 | fa163ee8-850d-8ed0-c135-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:26.152363 | 0.10s 2026-02-19 22:31:47.063139 | fa163ee8-850d-8ed0-c135-0000000034bc | TASK | Manage systemd shutdown files 2026-02-19 22:31:47.114930 | fa163ee8-850d-8ed0-c135-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:31:47.116371 | fa163ee8-850d-8ed0-c135-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:26.235352 | 0.05s 2026-02-19 22:31:47.146144 | fa163ee8-850d-8ed0-c135-0000000034be | TASK | Update container configs with new config hashes 2026-02-19 22:31:47.219656 | fa163ee8-850d-8ed0-c135-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:31:47.220962 | fa163ee8-850d-8ed0-c135-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:26.339945 | 0.07s 2026-02-19 22:31:47.252244 | fa163ee8-850d-8ed0-c135-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:47.328831 | fa163ee8-850d-8ed0-c135-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:26.447814 | 0.07s 2026-02-19 22:31:47.341011 | 6ed1381a-9348-4860-b0e5-c25a8dd5acdd | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:31:47.379829 | fa163ee8-850d-8ed0-c135-00000000365e | TASK | Gather podman infos 2026-02-19 22:31:48.500534 | fa163ee8-850d-8ed0-c135-00000000365e | OK | Gather podman infos | standalone 2026-02-19 22:31:48.502460 | fa163ee8-850d-8ed0-c135-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:27.621444 | 1.12s 2026-02-19 22:31:48.590235 | fa163ee8-850d-8ed0-c135-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:48.680743 | fa163ee8-850d-8ed0-c135-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:27.799710 | 0.08s 2026-02-19 22:31:48.836915 | fa163ee8-850d-8ed0-c135-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:27.955890 | 0.09s 2026-02-19 22:31:48.919224 | fa163ee8-850d-8ed0-c135-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:48.992781 | fa163ee8-850d-8ed0-c135-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:28.111754 | 0.07s 2026-02-19 22:31:49.020117 | f87b003f-053e-4f8b-83b4-bb62086abb82 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:31:49.062892 | fa163ee8-850d-8ed0-c135-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:50.132614 | fa163ee8-850d-8ed0-c135-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:50.133734 | fa163ee8-850d-8ed0-c135-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:29.252713 | 1.07s 2026-02-19 22:31:50.159648 | fa163ee8-850d-8ed0-c135-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 22:31:52.868063 | fa163ee8-850d-8ed0-c135-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 22:31:52.869423 | fa163ee8-850d-8ed0-c135-0000000036c5 | 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:19:31.988411 | 2.71s 2026-02-19 22:31:52.911352 | fa163ee8-850d-8ed0-c135-00000000342a | TASK | Set NB connection 2026-02-19 22:31:53.356898 | fa163ee8-850d-8ed0-c135-00000000342a | CHANGED | Set NB connection | standalone 2026-02-19 22:31:53.358253 | fa163ee8-850d-8ed0-c135-00000000342a | TIMING | Set NB connection | standalone | 0:19:32.477237 | 0.45s 2026-02-19 22:31:53.386575 | fa163ee8-850d-8ed0-c135-00000000342b | TASK | Set SB connection 2026-02-19 22:31:53.834005 | fa163ee8-850d-8ed0-c135-00000000342b | CHANGED | Set SB connection | standalone 2026-02-19 22:31:53.835512 | fa163ee8-850d-8ed0-c135-00000000342b | TIMING | Set SB connection | standalone | 0:19:32.954494 | 0.45s 2026-02-19 22:31:53.864818 | fa163ee8-850d-8ed0-c135-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-02-19 22:31:54.093004 | fa163ee8-850d-8ed0-c135-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-02-19 22:31:54.094392 | fa163ee8-850d-8ed0-c135-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:33.213376 | 0.23s 2026-02-19 22:31:54.205924 | fa163ee8-850d-8ed0-c135-0000000000db | TIMING | include_tasks | standalone | 0:19:33.324892 | 0.08s 2026-02-19 22:31:54.243594 | e4d83729-3220-4e2c-b683-c5184a41a0f6 | INCLUDED | /root/standalone-ansible-3xmt_kv6/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:31:54.271120 | fa163ee8-850d-8ed0-c135-00000000370a | TASK | Write the config_step hieradata 2026-02-19 22:31:54.829777 | fa163ee8-850d-8ed0-c135-00000000370a | OK | Write the config_step hieradata | standalone 2026-02-19 22:31:54.830977 | fa163ee8-850d-8ed0-c135-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:33.949959 | 0.56s 2026-02-19 22:31:54.854973 | fa163ee8-850d-8ed0-c135-00000000370b | TASK | Run puppet host configuration for step 3 2026-02-19 22:31:55.098002 | fa163ee8-850d-8ed0-c135-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-02-19 22:31:55.099684 | fa163ee8-850d-8ed0-c135-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:34.218660 | 0.24s 2026-02-19 22:31:55.129110 | fa163ee8-850d-8ed0-c135-00000000370c | TASK | Wait for puppet host configuration to finish 2026-02-19 22:31:55.353647 | fa163ee8-850d-8ed0-c135-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:32:05.533660 | fa163ee8-850d-8ed0-c135-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:32:15.759823 | fa163ee8-850d-8ed0-c135-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:32:15.761301 | fa163ee8-850d-8ed0-c135-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:54.880256 | 20.63s 2026-02-19 22:32:15.791757 | fa163ee8-850d-8ed0-c135-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-02-19 22:32:15.876638 | fa163ee8-850d-8ed0-c135-00000000370d | 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 19 22:31:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:32:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:32:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:32:01 puppet-user: (file & line not available)", "<13>Feb 19 22:32:01 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 19 22:32:01 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 19 22:32:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:32:01 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Feb 19 22:32:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:32:08 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:32:09 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:32:09 puppet-user: Notice: Applied catalog in 7.97 seconds", "<13>Feb 19 22:32:09 puppet-user: Application:", "<13>Feb 19 22:32:09 puppet-user: Initial environment: production", "<13>Feb 19 22:32:09 puppet-user: Converged environment: production", "<13>Feb 19 22:32:09 puppet-user: Run mode: user", "<13>Feb 19 22:32:09 puppet-user: Changes:", "<13>Feb 19 22:32:09 puppet-user: Total: 2", "<13>Feb 19 22:32:09 puppet-user: Events:", "<13>Feb 19 22:32:09 puppet-user: Success: 2", "<13>Feb 19 22:32:09 puppet-user: Resources:", "<13>Feb 19 22:32:09 puppet-user: Changed: 2", "<13>Feb 19 22:32:09 puppet-user: Out of sync: 2", "<13>Feb 19 22:32:09 puppet-user: Total: 28", "<13>Feb 19 22:32:09 puppet-user: Time:", "<13>Feb 19 22:32:09 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:32:09 puppet-user: File line: 0.00", "<13>Feb 19 22:32:09 puppet-user: Package: 0.00", "<13>Feb 19 22:32:09 puppet-user: Schedule: 0.00", "<13>Feb 19 22:32:09 puppet-user: File: 0.00", "<13>Feb 19 22:32:09 puppet-user: User: 0.01", "<13>Feb 19 22:32:09 puppet-user: Augeas: 0.01", "<13>Feb 19 22:32:09 puppet-user: Service: 0.07", "<13>Feb 19 22:32:09 puppet-user: Config retrieval: 0.50", "<13>Feb 19 22:32:09 puppet-user: Pcmk property: 1.52", "<13>Feb 19 22:32:09 puppet-user: Last run: 1771540329", "<13>Feb 19 22:32:09 puppet-user: Exec: 2.01", "<13>Feb 19 22:32:09 puppet-user: Pcmk resource default: 2.04", "<13>Feb 19 22:32:09 puppet-user: Pcmk resource op default: 2.09", "<13>Feb 19 22:32:09 puppet-user: Transaction evaluation: 7.95", "<13>Feb 19 22:32:09 puppet-user: Catalog application: 7.97", "<13>Feb 19 22:32:09 puppet-user: Total: 7.98", "<13>Feb 19 22:32:09 puppet-user: Version:", "<13>Feb 19 22:32:09 puppet-user: Config: 1771540321", "<13>Feb 19 22:32:09 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:32:15.878093 | fa163ee8-850d-8ed0-c135-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:19:54.997076 | 0.08s 2026-02-19 22:32:15.907886 | fa163ee8-850d-8ed0-c135-00000000370e | TASK | Pre-cache facts for puppet containers 2026-02-19 22:32:15.932001 | fa163ee8-850d-8ed0-c135-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:55.050975 | 0.02s 2026-02-19 22:32:15.998049 | fa163ee8-850d-8ed0-c135-00000000374d | TASK | Gather variables for each operating system 2026-02-19 22:32:16.111258 | fa163ee8-850d-8ed0-c135-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:55.230228 | 0.11s 2026-02-19 22:32:16.140959 | fa163ee8-850d-8ed0-c135-00000000374e | TASK | Create puppet caching structures 2026-02-19 22:32:16.394215 | fa163ee8-850d-8ed0-c135-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:32:16.395865 | fa163ee8-850d-8ed0-c135-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:55.514846 | 0.25s 2026-02-19 22:32:16.426802 | fa163ee8-850d-8ed0-c135-00000000374f | TASK | Check for facter.conf 2026-02-19 22:32:16.674533 | fa163ee8-850d-8ed0-c135-00000000374f | OK | Check for facter.conf | standalone 2026-02-19 22:32:16.675526 | fa163ee8-850d-8ed0-c135-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:55.794516 | 0.25s 2026-02-19 22:32:16.698240 | fa163ee8-850d-8ed0-c135-000000003750 | TASK | Remove facter.conf if directory 2026-02-19 22:32:16.738441 | fa163ee8-850d-8ed0-c135-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:32:16.739296 | fa163ee8-850d-8ed0-c135-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:55.858268 | 0.04s 2026-02-19 22:32:16.761639 | fa163ee8-850d-8ed0-c135-000000003751 | TASK | Write facter cache config 2026-02-19 22:32:17.266151 | fa163ee8-850d-8ed0-c135-000000003751 | CHANGED | Write facter cache config | standalone 2026-02-19 22:32:17.267667 | fa163ee8-850d-8ed0-c135-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:56.386649 | 0.50s 2026-02-19 22:32:17.297995 | fa163ee8-850d-8ed0-c135-000000003752 | TASK | Cleanup facter cache if exists 2026-02-19 22:32:17.512495 | fa163ee8-850d-8ed0-c135-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:32:17.513960 | fa163ee8-850d-8ed0-c135-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:56.632937 | 0.21s 2026-02-19 22:32:17.546543 | fa163ee8-850d-8ed0-c135-000000003753 | TASK | Pre-cache facts 2026-02-19 22:32:18.114588 | fa163ee8-850d-8ed0-c135-000000003753 | CHANGED | Pre-cache facts | standalone 2026-02-19 22:32:18.115913 | fa163ee8-850d-8ed0-c135-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:57.234895 | 0.57s 2026-02-19 22:32:18.147386 | fa163ee8-850d-8ed0-c135-000000003754 | TASK | Failed deployment if facter fails 2026-02-19 22:32:18.187957 | fa163ee8-850d-8ed0-c135-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:32:18.189250 | fa163ee8-850d-8ed0-c135-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:57.308231 | 0.04s 2026-02-19 22:32:18.234666 | fa163ee8-850d-8ed0-c135-000000003755 | TASK | Sync cached facts 2026-02-19 22:32:18.555191 | fa163ee8-850d-8ed0-c135-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee8-850d-8ed0-c135-000000003755') missing from stats 2026-02-19 22:32:18.616240 | fa163ee8-850d-8ed0-c135-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:32:18.667457 | fa163ee8-850d-8ed0-c135-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:32:18.668780 | fa163ee8-850d-8ed0-c135-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:57.787760 | 0.05s 2026-02-19 22:32:18.699465 | fa163ee8-850d-8ed0-c135-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-02-19 22:32:18.729045 | fa163ee8-850d-8ed0-c135-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:19:57.848021 | 0.03s 2026-02-19 22:32:18.798510 | fa163ee8-850d-8ed0-c135-0000000037ac | TASK | Gather variables for each operating system 2026-02-19 22:32:18.920503 | fa163ee8-850d-8ed0-c135-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:58.039469 | 0.12s 2026-02-19 22:32:18.950448 | fa163ee8-850d-8ed0-c135-0000000037ad | TASK | Create container logs path 2026-02-19 22:32:19.195403 | fa163ee8-850d-8ed0-c135-0000000037ad | OK | Create container logs path | standalone 2026-02-19 22:32:19.196750 | fa163ee8-850d-8ed0-c135-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:58.315736 | 0.24s 2026-02-19 22:32:19.232425 | fa163ee8-850d-8ed0-c135-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:32:19.489503 | fa163ee8-850d-8ed0-c135-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 22:32:19.490745 | fa163ee8-850d-8ed0-c135-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:19:58.609728 | 0.26s 2026-02-19 22:32:19.522468 | fa163ee8-850d-8ed0-c135-0000000037b0 | TASK | Finalise hashes for all containers 2026-02-19 22:32:19.608641 | fa163ee8-850d-8ed0-c135-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:32:19.609933 | fa163ee8-850d-8ed0-c135-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:58.728915 | 0.09s 2026-02-19 22:32:19.643538 | fa163ee8-850d-8ed0-c135-0000000037b2 | TASK | Manage systemd shutdown files 2026-02-19 22:32:19.674698 | fa163ee8-850d-8ed0-c135-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:58.793655 | 0.03s 2026-02-19 22:32:19.709443 | 374d3fc7-b899-40bd-b2f5-7c5b0a5d0caf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:32:19.738290 | fa163ee8-850d-8ed0-c135-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:32:19.994863 | fa163ee8-850d-8ed0-c135-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:32:19.996209 | fa163ee8-850d-8ed0-c135-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:59.115191 | 0.26s 2026-02-19 22:32:20.025936 | fa163ee8-850d-8ed0-c135-0000000037e6 | TASK | Set podman_drop_in fact 2026-02-19 22:32:20.086961 | fa163ee8-850d-8ed0-c135-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-02-19 22:32:20.088174 | fa163ee8-850d-8ed0-c135-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:59.207157 | 0.06s 2026-02-19 22:32:20.118404 | fa163ee8-850d-8ed0-c135-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:32:20.665596 | fa163ee8-850d-8ed0-c135-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:32:20.667203 | fa163ee8-850d-8ed0-c135-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:59.786191 | 0.55s 2026-02-19 22:32:21.177116 | fa163ee8-850d-8ed0-c135-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:32:21.177881 | fa163ee8-850d-8ed0-c135-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:00.296872 | 1.06s 2026-02-19 22:32:21.182729 | fa163ee8-850d-8ed0-c135-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:00.301709 | 1.06s 2026-02-19 22:32:21.212752 | fa163ee8-850d-8ed0-c135-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:32:21.671106 | fa163ee8-850d-8ed0-c135-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:32:21.672609 | fa163ee8-850d-8ed0-c135-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:00.791590 | 0.46s 2026-02-19 22:32:21.703181 | fa163ee8-850d-8ed0-c135-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:32:22.155816 | fa163ee8-850d-8ed0-c135-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:32:22.156889 | fa163ee8-850d-8ed0-c135-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:01.275878 | 0.45s 2026-02-19 22:32:22.176659 | fa163ee8-850d-8ed0-c135-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:32:22.903793 | fa163ee8-850d-8ed0-c135-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:32:22.905840 | fa163ee8-850d-8ed0-c135-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:02.024822 | 0.73s 2026-02-19 22:32:22.936860 | fa163ee8-850d-8ed0-c135-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:32:23.433513 | fa163ee8-850d-8ed0-c135-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:32:23.434888 | fa163ee8-850d-8ed0-c135-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:02.553871 | 0.50s 2026-02-19 22:32:23.466058 | fa163ee8-850d-8ed0-c135-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:32:23.936860 | fa163ee8-850d-8ed0-c135-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:32:23.938151 | fa163ee8-850d-8ed0-c135-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:03.057135 | 0.47s 2026-02-19 22:32:23.969158 | fa163ee8-850d-8ed0-c135-0000000037ee | TASK | Enable and start netns-placeholder 2026-02-19 22:32:24.698208 | fa163ee8-850d-8ed0-c135-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:32:24.699368 | fa163ee8-850d-8ed0-c135-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:03.818361 | 0.73s 2026-02-19 22:32:24.718756 | fa163ee8-850d-8ed0-c135-0000000037b4 | TASK | Update container configs with new config hashes 2026-02-19 22:32:24.775989 | fa163ee8-850d-8ed0-c135-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:03.894967 | 0.06s 2026-02-19 22:32:24.795643 | ab540967-3346-4d6f-a527-e55a19c49895 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:32:24.830372 | fa163ee8-850d-8ed0-c135-000000003816 | TASK | Update config hashes for container startup configs 2026-02-19 22:32:25.105048 | fa163ee8-850d-8ed0-c135-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:32:25.106363 | fa163ee8-850d-8ed0-c135-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:04.225341 | 0.27s 2026-02-19 22:32:25.140626 | fa163ee8-850d-8ed0-c135-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:32:25.186917 | fa163ee8-850d-8ed0-c135-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:04.305888 | 0.04s 2026-02-19 22:32:25.213999 | b1d339cf-8768-4736-8f61-11b03bc7777b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:32:25.248825 | fa163ee8-850d-8ed0-c135-000000003835 | TASK | Gather podman infos 2026-02-19 22:32:26.433519 | fa163ee8-850d-8ed0-c135-000000003835 | OK | Gather podman infos | standalone 2026-02-19 22:32:26.434313 | fa163ee8-850d-8ed0-c135-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:05.553307 | 1.18s 2026-02-19 22:32:26.515139 | fa163ee8-850d-8ed0-c135-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:32:26.595118 | fa163ee8-850d-8ed0-c135-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:05.714100 | 0.07s 2026-02-19 22:32:26.728360 | fa163ee8-850d-8ed0-c135-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:05.847326 | 0.09s 2026-02-19 22:32:26.788663 | fa163ee8-850d-8ed0-c135-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:32:26.829794 | fa163ee8-850d-8ed0-c135-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:05.948767 | 0.04s 2026-02-19 22:32:26.856614 | 2855c05e-59ae-45bf-ab7f-8217e82c97ad | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:32:26.906403 | fa163ee8-850d-8ed0-c135-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:33:18.286525 | fa163ee8-850d-8ed0-c135-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 22:33:18.287754 | fa163ee8-850d-8ed0-c135-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:57.406741 | 51.38s 2026-02-19 22:33:18.312739 | fa163ee8-850d-8ed0-c135-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 22:33:42.026728 | fa163ee8-850d-8ed0-c135-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 22:33:42.029134 | fa163ee8-850d-8ed0-c135-0000000038a1 | 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:21:21.148110 | 23.72s 2026-02-19 22:33:42.105115 | fa163ee8-850d-8ed0-c135-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-02-19 22:33:42.363670 | fa163ee8-850d-8ed0-c135-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-02-19 22:33:42.364695 | fa163ee8-850d-8ed0-c135-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:21.483684 | 0.26s 2026-02-19 22:33:42.398097 | fa163ee8-850d-8ed0-c135-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-02-19 22:33:42.450806 | fa163ee8-850d-8ed0-c135-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:21.569776 | 0.05s 2026-02-19 22:33:42.482534 | fa163ee8-850d-8ed0-c135-000000003715 | TASK | Include container-puppet tasks for step 3 2026-02-19 22:33:42.527910 | fa163ee8-850d-8ed0-c135-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:21.646883 | 0.04s 2026-02-19 22:33:42.555916 | ca8c0996-e01a-4819-a13c-fce876f6d0c2 | INCLUDED | /root/standalone-ansible-3xmt_kv6/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:33:42.595675 | fa163ee8-850d-8ed0-c135-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-02-19 22:33:43.114814 | fa163ee8-850d-8ed0-c135-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-02-19 22:33:43.116177 | fa163ee8-850d-8ed0-c135-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:22.235157 | 0.52s 2026-02-19 22:33:43.149105 | fa163ee8-850d-8ed0-c135-0000000038ee | TASK | Generate container puppet configs for step 3 2026-02-19 22:33:43.417923 | fa163ee8-850d-8ed0-c135-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-02-19 22:33:43.418978 | fa163ee8-850d-8ed0-c135-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:22.537966 | 0.27s 2026-02-19 22:33:43.448821 | fa163ee8-850d-8ed0-c135-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-02-19 22:33:43.481317 | fa163ee8-850d-8ed0-c135-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:22.600296 | 0.03s 2026-02-19 22:33:43.541648 | fa163ee8-850d-8ed0-c135-00000000391e | TASK | Gather variables for each operating system 2026-02-19 22:33:43.666230 | fa163ee8-850d-8ed0-c135-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:22.785196 | 0.12s 2026-02-19 22:33:43.697820 | fa163ee8-850d-8ed0-c135-00000000391f | TASK | Create container logs path 2026-02-19 22:33:43.938372 | fa163ee8-850d-8ed0-c135-00000000391f | OK | Create container logs path | standalone 2026-02-19 22:33:43.939770 | fa163ee8-850d-8ed0-c135-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:23.058751 | 0.24s 2026-02-19 22:33:43.973667 | fa163ee8-850d-8ed0-c135-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 22:33:44.219596 | fa163ee8-850d-8ed0-c135-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 22:33:44.220800 | fa163ee8-850d-8ed0-c135-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:23.339784 | 0.25s 2026-02-19 22:33:44.249880 | fa163ee8-850d-8ed0-c135-000000003922 | TASK | Finalise hashes for all containers 2026-02-19 22:33:44.301050 | fa163ee8-850d-8ed0-c135-000000003922 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:33:44.302154 | fa163ee8-850d-8ed0-c135-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:23.421138 | 0.05s 2026-02-19 22:33:44.331071 | fa163ee8-850d-8ed0-c135-000000003924 | TASK | Manage systemd shutdown files 2026-02-19 22:33:44.376818 | fa163ee8-850d-8ed0-c135-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:33:44.377885 | fa163ee8-850d-8ed0-c135-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:23.496870 | 0.04s 2026-02-19 22:33:44.407027 | fa163ee8-850d-8ed0-c135-000000003926 | TASK | Update container configs with new config hashes 2026-02-19 22:33:44.457405 | fa163ee8-850d-8ed0-c135-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:33:44.458743 | fa163ee8-850d-8ed0-c135-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:23.577724 | 0.05s 2026-02-19 22:33:44.479613 | fa163ee8-850d-8ed0-c135-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 22:33:44.525228 | fa163ee8-850d-8ed0-c135-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 22:33:44.525814 | fa163ee8-850d-8ed0-c135-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:23.644808 | 0.05s 2026-02-19 22:33:44.557259 | fa163ee8-850d-8ed0-c135-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 22:33:44.586777 | fa163ee8-850d-8ed0-c135-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 22:33:44.587529 | fa163ee8-850d-8ed0-c135-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:23.706519 | 0.03s PLAY [External deployment step 4] ********************************************** 2026-02-19 22:33:44.722768 | fa163ee8-850d-8ed0-c135-0000000000de | TASK | External deployment step 4 2026-02-19 22:33:44.759915 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000de') missing from stats 2026-02-19 22:33:44.812480 | fa163ee8-850d-8ed0-c135-0000000000df | TIMING | include_tasks | undercloud | 0:21:23.931468 | 0.04s 2026-02-19 22:33:44.832616 | 14f3dda4-154f-475f-901e-1e47cf78f1a2 | INCLUDED | /root/standalone-ansible-3xmt_kv6/external_deploy_steps_tasks_step4.yaml | undercloud 2026-02-19 22:33:44.849764 | fa163ee8-850d-8ed0-c135-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-02-19 22:33:46.513196 | fa163ee8-850d-8ed0-c135-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-02-19 22:33:46.516250 | fa163ee8-850d-8ed0-c135-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:25.635213 | 1.67s 2026-02-19 22:33:47.724899 | fa163ee8-850d-8ed0-c135-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-02-19 22:33:47.726069 | fa163ee8-850d-8ed0-c135-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:26.845054 | 2.88s 2026-02-19 22:33:47.732760 | fa163ee8-850d-8ed0-c135-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:26.851739 | 2.88s 2026-02-19 22:33:47.751090 | fa163ee8-850d-8ed0-c135-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-02-19 22:33:47.802034 | fa163ee8-850d-8ed0-c135-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:26.921009 | 0.05s 2026-02-19 22:33:47.867722 | fa163ee8-850d-8ed0-c135-0000000039a6 | TASK | Create Keystone Admin resources 2026-02-19 22:33:47.917393 | fa163ee8-850d-8ed0-c135-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:27.036376 | 0.05s 2026-02-19 22:33:47.942958 | 5330aac9-bc7e-4aca-a525-e73c4004dd40 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-02-19 22:33:47.970943 | fa163ee8-850d-8ed0-c135-0000000039e7 | TASK | Create admin and service projects 2026-02-19 22:33:48.009070 | fa163ee8-850d-8ed0-c135-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:27.128052 | 0.04s 2026-02-19 22:33:48.021345 | 3363631c-74d8-4550-801f-e5e95b276fc9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-19 22:33:48.052220 | fa163ee8-850d-8ed0-c135-000000003a38 | TASK | Async creation of Keystone project 2026-02-19 22:33:48.566522 | fa163ee8-850d-8ed0-c135-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-02-19 22:33:48.567873 | fa163ee8-850d-8ed0-c135-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:27.686847 | 0.51s 2026-02-19 22:33:48.901710 | fa163ee8-850d-8ed0-c135-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-19 22:33:48.903400 | fa163ee8-850d-8ed0-c135-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:28.022387 | 0.85s 2026-02-19 22:33:48.913747 | fa163ee8-850d-8ed0-c135-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:28.032732 | 0.86s 2026-02-19 22:33:48.932463 | fa163ee8-850d-8ed0-c135-000000003a3a | TASK | Check Keystone project status 2026-02-19 22:33:49.216081 | fa163ee8-850d-8ed0-c135-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-19 22:33:54.441052 | fa163ee8-850d-8ed0-c135-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-02-19 22:33:54.443079 | fa163ee8-850d-8ed0-c135-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:33.562057 | 5.51s 2026-02-19 22:33:54.662273 | fa163ee8-850d-8ed0-c135-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-02-19 22:33:54.663837 | fa163ee8-850d-8ed0-c135-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:33.782826 | 5.73s 2026-02-19 22:33:54.675095 | fa163ee8-850d-8ed0-c135-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:33.794062 | 5.74s 2026-02-19 22:33:54.696715 | fa163ee8-850d-8ed0-c135-0000000039e8 | TASK | Create admin role 2026-02-19 22:33:56.010663 | fa163ee8-850d-8ed0-c135-0000000039e8 | OK | Create admin role | undercloud 2026-02-19 22:33:56.012254 | fa163ee8-850d-8ed0-c135-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:35.131228 | 1.31s 2026-02-19 22:33:56.032967 | fa163ee8-850d-8ed0-c135-0000000039e9 | TASK | Create _member_ role 2026-02-19 22:33:56.101703 | fa163ee8-850d-8ed0-c135-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-02-19 22:33:56.103052 | fa163ee8-850d-8ed0-c135-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:35.222033 | 0.07s 2026-02-19 22:33:56.122611 | fa163ee8-850d-8ed0-c135-0000000039ea | TASK | Check admin password 2026-02-19 22:33:57.441070 | fa163ee8-850d-8ed0-c135-0000000039ea | OK | Check admin password | undercloud 2026-02-19 22:33:57.442805 | fa163ee8-850d-8ed0-c135-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:36.561788 | 1.32s 2026-02-19 22:33:57.466891 | fa163ee8-850d-8ed0-c135-0000000039eb | TASK | Create admin user 2026-02-19 22:33:59.205930 | fa163ee8-850d-8ed0-c135-0000000039eb | CHANGED | Create admin user | undercloud 2026-02-19 22:33:59.207355 | fa163ee8-850d-8ed0-c135-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:38.326331 | 1.74s 2026-02-19 22:33:59.226809 | fa163ee8-850d-8ed0-c135-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-02-19 22:34:00.744376 | fa163ee8-850d-8ed0-c135-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-02-19 22:34:00.745792 | fa163ee8-850d-8ed0-c135-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:39.864774 | 1.52s 2026-02-19 22:34:00.765206 | fa163ee8-850d-8ed0-c135-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-02-19 22:34:00.837481 | fa163ee8-850d-8ed0-c135-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-02-19 22:34:00.838672 | fa163ee8-850d-8ed0-c135-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:39.957653 | 0.07s 2026-02-19 22:34:00.858444 | fa163ee8-850d-8ed0-c135-0000000039ee | TASK | Create identity service 2026-02-19 22:34:02.059081 | fa163ee8-850d-8ed0-c135-0000000039ee | OK | Create identity service | undercloud 2026-02-19 22:34:02.060610 | fa163ee8-850d-8ed0-c135-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:41.179591 | 1.20s 2026-02-19 22:34:02.080013 | fa163ee8-850d-8ed0-c135-0000000039ef | TASK | Create identity public endpoint 2026-02-19 22:34:03.480718 | fa163ee8-850d-8ed0-c135-0000000039ef | OK | Create identity public endpoint | undercloud 2026-02-19 22:34:03.482308 | fa163ee8-850d-8ed0-c135-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:42.601262 | 1.40s 2026-02-19 22:34:03.501844 | fa163ee8-850d-8ed0-c135-0000000039f0 | TASK | Create identity internal endpoint 2026-02-19 22:34:04.798369 | fa163ee8-850d-8ed0-c135-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-02-19 22:34:04.799923 | fa163ee8-850d-8ed0-c135-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:43.918898 | 1.30s 2026-02-19 22:34:04.820075 | fa163ee8-850d-8ed0-c135-0000000039f1 | TASK | Create identity admin endpoint 2026-02-19 22:34:06.052713 | fa163ee8-850d-8ed0-c135-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-02-19 22:34:06.054124 | fa163ee8-850d-8ed0-c135-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:45.173106 | 1.23s 2026-02-19 22:34:06.073035 | fa163ee8-850d-8ed0-c135-0000000039a7 | TASK | Create Keystone Projects 2026-02-19 22:34:06.172847 | fa163ee8-850d-8ed0-c135-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:45.291816 | 0.10s 2026-02-19 22:34:06.179408 | fa163ee8-850d-8ed0-c135-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:45.298397 | 0.10s 2026-02-19 22:34:06.191893 | 0efd6d5e-800d-4a0f-881c-1d0494ff82c2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-19 22:34:06.241329 | fa163ee8-850d-8ed0-c135-000000003ac4 | TASK | Async creation of Keystone project 2026-02-19 22:34:06.577732 | fa163ee8-850d-8ed0-c135-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-19 22:34:06.579565 | fa163ee8-850d-8ed0-c135-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:45.698543 | 0.34s 2026-02-19 22:34:06.589934 | fa163ee8-850d-8ed0-c135-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:45.708923 | 0.35s 2026-02-19 22:34:06.608633 | fa163ee8-850d-8ed0-c135-000000003ac6 | TASK | Check Keystone project status 2026-02-19 22:34:06.874934 | fa163ee8-850d-8ed0-c135-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-19 22:34:12.134256 | fa163ee8-850d-8ed0-c135-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-02-19 22:34:12.135653 | fa163ee8-850d-8ed0-c135-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:51.254628 | 5.53s 2026-02-19 22:34:12.142374 | fa163ee8-850d-8ed0-c135-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:51.261349 | 5.53s 2026-02-19 22:34:12.162455 | fa163ee8-850d-8ed0-c135-0000000039a9 | TASK | Create Keystone Domains 2026-02-19 22:34:12.260468 | fa163ee8-850d-8ed0-c135-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:51.379441 | 0.10s 2026-02-19 22:34:12.266230 | fa163ee8-850d-8ed0-c135-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:21:51.385226 | 0.10s 2026-02-19 22:34:12.273156 | 5e1477f0-c34e-4460-904c-b533e659b621 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-02-19 22:34:12.302216 | fa163ee8-850d-8ed0-c135-000000003b79 | TASK | Async creation of Keystone domains 2026-02-19 22:34:12.739949 | fa163ee8-850d-8ed0-c135-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-02-19 22:34:12.741057 | fa163ee8-850d-8ed0-c135-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:51.860045 | 0.44s 2026-02-19 22:34:12.753101 | fa163ee8-850d-8ed0-c135-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:21:51.872081 | 0.45s 2026-02-19 22:34:12.772504 | fa163ee8-850d-8ed0-c135-000000003b7b | TASK | Check Keystone domain status 2026-02-19 22:34:13.050179 | fa163ee8-850d-8ed0-c135-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-02-19 22:34:18.273689 | fa163ee8-850d-8ed0-c135-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-02-19 22:34:18.275570 | fa163ee8-850d-8ed0-c135-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:57.394549 | 5.50s 2026-02-19 22:34:18.282191 | fa163ee8-850d-8ed0-c135-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:21:57.401169 | 5.51s 2026-02-19 22:34:18.303564 | fa163ee8-850d-8ed0-c135-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-02-19 22:34:18.343681 | fa163ee8-850d-8ed0-c135-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:21:57.462664 | 0.04s 2026-02-19 22:34:18.353589 | eabb3621-3f65-4c06-9720-c63105a3c960 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-02-19 22:34:18.392096 | fa163ee8-850d-8ed0-c135-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-02-19 22:34:19.686747 | fa163ee8-850d-8ed0-c135-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-02-19 22:34:19.689112 | fa163ee8-850d-8ed0-c135-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:21:58.808092 | 1.30s 2026-02-19 22:34:19.704564 | fa163ee8-850d-8ed0-c135-000000003c44 | TASK | Set openstack_domains fact 2026-02-19 22:34:19.767909 | fa163ee8-850d-8ed0-c135-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-02-19 22:34:19.768800 | fa163ee8-850d-8ed0-c135-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:21:58.887792 | 0.06s 2026-02-19 22:34:19.785243 | fa163ee8-850d-8ed0-c135-0000000039ac | TASK | Create Keystone Services 2026-02-19 22:34:19.894383 | fa163ee8-850d-8ed0-c135-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:59.013346 | 0.11s 2026-02-19 22:34:19.911883 | fa163ee8-850d-8ed0-c135-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:59.030868 | 0.13s 2026-02-19 22:34:19.926422 | fa163ee8-850d-8ed0-c135-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:21:59.045402 | 0.14s 2026-02-19 22:34:19.945614 | 29eeec07-029c-4cbe-ab30-3bb9a762e585 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-19 22:34:19.955607 | eba2a235-9bf3-4f51-aed7-a7ef5a0ed289 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-19 22:34:20.020881 | fa163ee8-850d-8ed0-c135-000000003d20 | TASK | Async creation of Keystone service 2026-02-19 22:34:20.364867 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-02-19 22:34:20.367400 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.486373 | 0.34s 2026-02-19 22:34:20.677529 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-02-19 22:34:20.679339 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:21:59.798324 | 0.66s 2026-02-19 22:34:20.963027 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-02-19 22:34:20.965067 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.084047 | 0.94s 2026-02-19 22:34:21.256576 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-02-19 22:34:21.257799 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.376789 | 1.24s 2026-02-19 22:34:21.558544 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-02-19 22:34:21.559364 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.678354 | 1.54s 2026-02-19 22:34:21.814908 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-02-19 22:34:21.815910 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:00.934897 | 1.79s 2026-02-19 22:34:22.118127 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-02-19 22:34:22.118755 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.237749 | 2.10s 2026-02-19 22:34:22.371205 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-02-19 22:34:22.372166 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.491160 | 2.35s 2026-02-19 22:34:22.646650 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-02-19 22:34:22.647238 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:01.766233 | 2.62s 2026-02-19 22:34:22.933575 | fa163ee8-850d-8ed0-c135-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-02-19 22:34:22.934146 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.053141 | 2.91s 2026-02-19 22:34:22.937666 | fa163ee8-850d-8ed0-c135-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:02.056662 | 2.92s 2026-02-19 22:34:22.953516 | fa163ee8-850d-8ed0-c135-000000003d22 | TASK | Check Keystone service status 2026-02-19 22:34:23.197041 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-02-19 22:34:23.198806 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.317779 | 0.24s 2026-02-19 22:34:23.404908 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-02-19 22:34:23.406102 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.525088 | 0.45s 2026-02-19 22:34:23.639047 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-02-19 22:34:23.639954 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.758947 | 0.69s 2026-02-19 22:34:23.847495 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-02-19 22:34:23.848371 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:02.967362 | 0.89s 2026-02-19 22:34:24.059727 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-02-19 22:34:24.060538 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.179530 | 1.11s 2026-02-19 22:34:24.303000 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-02-19 22:34:24.303911 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.422904 | 1.35s 2026-02-19 22:34:24.533189 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-02-19 22:34:24.533968 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.652961 | 1.58s 2026-02-19 22:34:24.795082 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-02-19 22:34:24.796320 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:03.915259 | 1.84s 2026-02-19 22:34:25.086502 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-02-19 22:34:25.087719 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:04.206705 | 2.13s 2026-02-19 22:34:25.341551 | fa163ee8-850d-8ed0-c135-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-02-19 22:34:25.342321 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:04.461313 | 2.39s 2026-02-19 22:34:25.348986 | fa163ee8-850d-8ed0-c135-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:04.467977 | 2.39s 2026-02-19 22:34:25.369195 | fa163ee8-850d-8ed0-c135-000000003d27 | TASK | Async creation of Keystone service 2026-02-19 22:34:25.734629 | fa163ee8-850d-8ed0-c135-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-02-19 22:34:25.737652 | fa163ee8-850d-8ed0-c135-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:04.856620 | 0.37s 2026-02-19 22:34:26.003530 | fa163ee8-850d-8ed0-c135-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-02-19 22:34:26.004190 | fa163ee8-850d-8ed0-c135-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:05.123184 | 0.63s 2026-02-19 22:34:26.296375 | fa163ee8-850d-8ed0-c135-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-02-19 22:34:26.297361 | fa163ee8-850d-8ed0-c135-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:05.416348 | 0.93s 2026-02-19 22:34:26.303481 | fa163ee8-850d-8ed0-c135-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:05.422468 | 0.93s 2026-02-19 22:34:26.320457 | fa163ee8-850d-8ed0-c135-000000003d29 | TASK | Check Keystone service status 2026-02-19 22:34:26.585233 | fa163ee8-850d-8ed0-c135-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-02-19 22:34:31.810400 | fa163ee8-850d-8ed0-c135-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-02-19 22:34:31.811322 | fa163ee8-850d-8ed0-c135-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:10.930301 | 5.49s 2026-02-19 22:34:32.068662 | fa163ee8-850d-8ed0-c135-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-02-19 22:34:32.069837 | fa163ee8-850d-8ed0-c135-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.188824 | 5.75s 2026-02-19 22:34:32.318200 | fa163ee8-850d-8ed0-c135-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-02-19 22:34:32.319996 | fa163ee8-850d-8ed0-c135-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.438982 | 6.00s 2026-02-19 22:34:32.331308 | fa163ee8-850d-8ed0-c135-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.450287 | 6.01s 2026-02-19 22:34:32.352249 | fa163ee8-850d-8ed0-c135-0000000039ae | TASK | Create Keystone Endpoints 2026-02-19 22:34:32.433227 | fa163ee8-850d-8ed0-c135-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:11.552191 | 0.08s 2026-02-19 22:34:32.462731 | fa163ee8-850d-8ed0-c135-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:11.581717 | 0.11s 2026-02-19 22:34:32.487836 | fa163ee8-850d-8ed0-c135-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:11.606824 | 0.13s 2026-02-19 22:34:32.494016 | fa163ee8-850d-8ed0-c135-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:11.612994 | 0.14s 2026-02-19 22:34:32.507659 | 41a62464-53dc-46f3-9129-9ddf4600d8f0 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 22:34:32.515390 | d5d8820f-a803-467d-9701-9c6b502382a5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 22:34:32.521534 | e6d42b65-ad99-4b81-9c83-2274898b7408 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 22:34:32.578979 | fa163ee8-850d-8ed0-c135-000000003e59 | TASK | Create Keystone public endpoints 2026-02-19 22:34:32.688000 | fa163ee8-850d-8ed0-c135-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:11.806961 | 0.11s 2026-02-19 22:34:32.706814 | fa163ee8-850d-8ed0-c135-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:11.825801 | 0.13s 2026-02-19 22:34:32.722303 | fa163ee8-850d-8ed0-c135-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:11.841231 | 0.14s 2026-02-19 22:34:32.742360 | aa0def4b-06e0-4e48-b07d-d727f1a8d0f9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:34:32.752007 | 894f71e8-b1af-4c02-9b54-5424b7eb9436 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:34:32.777198 | fa163ee8-850d-8ed0-c135-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-02-19 22:34:33.129173 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-02-19 22:34:33.132107 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:12.251076 | 0.35s 2026-02-19 22:34:33.444161 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-02-19 22:34:33.444974 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:12.563967 | 0.67s 2026-02-19 22:34:33.749088 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-02-19 22:34:33.749886 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:12.868878 | 0.97s 2026-02-19 22:34:34.032456 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-02-19 22:34:34.033101 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:13.152095 | 1.25s 2026-02-19 22:34:34.338509 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-02-19 22:34:34.339427 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:13.458419 | 1.56s 2026-02-19 22:34:34.621995 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-02-19 22:34:34.623089 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:13.742081 | 1.84s 2026-02-19 22:34:34.894829 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-02-19 22:34:34.895452 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:14.014446 | 2.12s 2026-02-19 22:34:35.182628 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-02-19 22:34:35.184138 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:14.303123 | 2.41s 2026-02-19 22:34:35.451406 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-02-19 22:34:35.452487 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:14.571472 | 2.67s 2026-02-19 22:34:35.725127 | fa163ee8-850d-8ed0-c135-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-02-19 22:34:35.725815 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:14.844808 | 2.95s 2026-02-19 22:34:35.736163 | fa163ee8-850d-8ed0-c135-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:14.855143 | 2.96s 2026-02-19 22:34:35.759155 | fa163ee8-850d-8ed0-c135-000000003f83 | TASK | Check Keystone public endpoint status 2026-02-19 22:34:36.032827 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-02-19 22:34:36.033758 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.152747 | 0.27s 2026-02-19 22:34:36.260092 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-02-19 22:34:36.261227 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.380213 | 0.50s 2026-02-19 22:34:36.507160 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-02-19 22:34:36.507838 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.626832 | 0.75s 2026-02-19 22:34:36.741811 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-02-19 22:34:36.743804 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:15.862789 | 0.98s 2026-02-19 22:34:37.008568 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-02-19 22:34:37.009417 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:16.128408 | 1.25s 2026-02-19 22:34:37.261820 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-02-19 22:34:37.263620 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:16.382605 | 1.50s 2026-02-19 22:34:37.480736 | fa163ee8-850d-8ed0-c135-000000003f83 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-19 22:34:42.698105 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-02-19 22:34:42.698842 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:21.817836 | 6.94s 2026-02-19 22:34:42.923766 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-02-19 22:34:42.924999 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:22.043984 | 7.16s 2026-02-19 22:34:43.191826 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-02-19 22:34:43.193405 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:22.312388 | 7.43s 2026-02-19 22:34:43.444038 | fa163ee8-850d-8ed0-c135-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-02-19 22:34:43.446104 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:22.565090 | 7.69s 2026-02-19 22:34:43.465029 | fa163ee8-850d-8ed0-c135-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:22.584006 | 7.70s 2026-02-19 22:34:43.491738 | fa163ee8-850d-8ed0-c135-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-02-19 22:34:43.828856 | fa163ee8-850d-8ed0-c135-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-02-19 22:34:43.830932 | fa163ee8-850d-8ed0-c135-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.949908 | 0.34s 2026-02-19 22:34:44.134405 | fa163ee8-850d-8ed0-c135-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-02-19 22:34:44.135421 | fa163ee8-850d-8ed0-c135-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.254416 | 0.64s 2026-02-19 22:34:44.439440 | fa163ee8-850d-8ed0-c135-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-02-19 22:34:44.440921 | fa163ee8-850d-8ed0-c135-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.559907 | 0.95s 2026-02-19 22:34:44.450886 | fa163ee8-850d-8ed0-c135-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.569877 | 0.96s 2026-02-19 22:34:44.466683 | fa163ee8-850d-8ed0-c135-000000003f8a | TASK | Check Keystone public endpoint status 2026-02-19 22:34:44.760036 | fa163ee8-850d-8ed0-c135-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-19 22:34:49.941346 | fa163ee8-850d-8ed0-c135-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-02-19 22:34:49.942710 | fa163ee8-850d-8ed0-c135-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:29.061687 | 5.48s 2026-02-19 22:34:50.183501 | fa163ee8-850d-8ed0-c135-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-02-19 22:34:50.184575 | fa163ee8-850d-8ed0-c135-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:29.303561 | 5.72s 2026-02-19 22:34:50.411280 | fa163ee8-850d-8ed0-c135-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-02-19 22:34:50.412402 | fa163ee8-850d-8ed0-c135-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:29.531387 | 5.94s 2026-02-19 22:34:50.421144 | fa163ee8-850d-8ed0-c135-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:29.540122 | 5.95s 2026-02-19 22:34:50.440171 | fa163ee8-850d-8ed0-c135-000000003e5e | TASK | Create Keystone admin endpoints 2026-02-19 22:34:50.529279 | fa163ee8-850d-8ed0-c135-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:29.648237 | 0.09s 2026-02-19 22:34:50.547371 | fa163ee8-850d-8ed0-c135-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:29.666360 | 0.11s 2026-02-19 22:34:50.556708 | fa163ee8-850d-8ed0-c135-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:29.675687 | 0.12s 2026-02-19 22:34:50.574387 | 999e7b69-4ec9-40be-929c-5fbfa11924e5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:34:50.583913 | 4c3f7d12-1aa3-4d4d-937c-b96778904485 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:34:50.601835 | fa163ee8-850d-8ed0-c135-000000003fe4 | TASK | Async creation of Keystone admin endpoint 2026-02-19 22:34:50.930675 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-02-19 22:34:50.933068 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:30.052034 | 0.33s 2026-02-19 22:34:51.272757 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-02-19 22:34:51.273787 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:30.392774 | 0.67s 2026-02-19 22:34:51.546068 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-02-19 22:34:51.546870 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:30.665861 | 0.94s 2026-02-19 22:34:51.799988 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-02-19 22:34:51.801129 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:30.920123 | 1.20s 2026-02-19 22:34:52.029435 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-02-19 22:34:52.030051 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:31.149046 | 1.43s 2026-02-19 22:34:52.321753 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-02-19 22:34:52.322343 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:31.441339 | 1.72s 2026-02-19 22:34:52.574411 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-02-19 22:34:52.575102 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:31.694095 | 1.97s 2026-02-19 22:34:52.799362 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-02-19 22:34:52.800055 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:31.919048 | 2.20s 2026-02-19 22:34:53.043331 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-02-19 22:34:53.043956 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:32.162950 | 2.44s 2026-02-19 22:34:53.306651 | fa163ee8-850d-8ed0-c135-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-02-19 22:34:53.307209 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:32.426205 | 2.70s 2026-02-19 22:34:53.315944 | fa163ee8-850d-8ed0-c135-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:32.434932 | 2.71s 2026-02-19 22:34:53.333774 | fa163ee8-850d-8ed0-c135-000000003fe6 | TASK | Check Keystone admin endpoint status 2026-02-19 22:34:53.563359 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-02-19 22:34:53.565878 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:32.684855 | 0.23s 2026-02-19 22:34:53.839183 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-02-19 22:34:53.840503 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:32.959488 | 0.51s 2026-02-19 22:34:54.092281 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-02-19 22:34:54.092966 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.211960 | 0.76s 2026-02-19 22:34:54.432574 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-02-19 22:34:54.433797 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.552782 | 1.10s 2026-02-19 22:34:54.707346 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-02-19 22:34:54.709258 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:33.828243 | 1.37s 2026-02-19 22:34:54.972527 | fa163ee8-850d-8ed0-c135-000000003fe6 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-19 22:35:00.191240 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-02-19 22:35:00.192296 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:39.311286 | 6.86s 2026-02-19 22:35:00.443769 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-02-19 22:35:00.445518 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:39.564509 | 7.11s 2026-02-19 22:35:00.713398 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-02-19 22:35:00.714959 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:39.833953 | 7.38s 2026-02-19 22:35:00.980361 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-02-19 22:35:00.982189 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:40.101171 | 7.65s 2026-02-19 22:35:01.182812 | fa163ee8-850d-8ed0-c135-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-02-19 22:35:01.183822 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:40.302812 | 7.85s 2026-02-19 22:35:01.200493 | fa163ee8-850d-8ed0-c135-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:40.319472 | 7.87s 2026-02-19 22:35:01.228338 | fa163ee8-850d-8ed0-c135-000000003feb | TASK | Async creation of Keystone admin endpoint 2026-02-19 22:35:01.551684 | fa163ee8-850d-8ed0-c135-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-02-19 22:35:01.552771 | fa163ee8-850d-8ed0-c135-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:40.671757 | 0.32s 2026-02-19 22:35:01.879485 | fa163ee8-850d-8ed0-c135-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-02-19 22:35:01.880100 | fa163ee8-850d-8ed0-c135-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:40.999094 | 0.65s 2026-02-19 22:35:02.191309 | fa163ee8-850d-8ed0-c135-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-02-19 22:35:02.191888 | fa163ee8-850d-8ed0-c135-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:41.310884 | 0.96s 2026-02-19 22:35:02.199428 | fa163ee8-850d-8ed0-c135-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:41.318415 | 0.97s 2026-02-19 22:35:02.218058 | fa163ee8-850d-8ed0-c135-000000003fed | TASK | Check Keystone admin endpoint status 2026-02-19 22:35:02.417807 | fa163ee8-850d-8ed0-c135-000000003fed | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-19 22:35:07.623070 | fa163ee8-850d-8ed0-c135-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-02-19 22:35:07.625303 | fa163ee8-850d-8ed0-c135-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.744292 | 5.41s 2026-02-19 22:35:07.885352 | fa163ee8-850d-8ed0-c135-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-02-19 22:35:07.886188 | fa163ee8-850d-8ed0-c135-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:47.005177 | 5.67s 2026-02-19 22:35:08.143926 | fa163ee8-850d-8ed0-c135-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-02-19 22:35:08.145026 | fa163ee8-850d-8ed0-c135-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:47.264012 | 5.93s 2026-02-19 22:35:08.151857 | fa163ee8-850d-8ed0-c135-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:47.270851 | 5.93s 2026-02-19 22:35:08.167989 | fa163ee8-850d-8ed0-c135-000000003e63 | TASK | Create Keystone internal endpoints 2026-02-19 22:35:08.260715 | fa163ee8-850d-8ed0-c135-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:47.379678 | 0.09s 2026-02-19 22:35:08.278144 | fa163ee8-850d-8ed0-c135-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:47.397131 | 0.11s 2026-02-19 22:35:08.287614 | fa163ee8-850d-8ed0-c135-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:47.406602 | 0.12s 2026-02-19 22:35:08.308532 | 647ba731-8360-472c-9aaa-8dd3fa7ecdce | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:35:08.321547 | 033db243-acaa-420c-984f-2a00e52caf42 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 22:35:08.347835 | fa163ee8-850d-8ed0-c135-000000004047 | TASK | Async creation of Keystone internal endpoint 2026-02-19 22:35:08.778948 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-02-19 22:35:08.781881 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:47.900846 | 0.43s 2026-02-19 22:35:09.086860 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-02-19 22:35:09.088403 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:48.207389 | 0.74s 2026-02-19 22:35:09.404348 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-02-19 22:35:09.405697 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:48.524683 | 1.06s 2026-02-19 22:35:09.662619 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-02-19 22:35:09.663391 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:48.782382 | 1.31s 2026-02-19 22:35:09.983694 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-02-19 22:35:09.984330 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:49.103324 | 1.63s 2026-02-19 22:35:10.294872 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-02-19 22:35:10.296303 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:49.415298 | 1.95s 2026-02-19 22:35:10.599951 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-02-19 22:35:10.600888 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:49.719876 | 2.25s 2026-02-19 22:35:10.919346 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-02-19 22:35:10.920529 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.039524 | 2.57s 2026-02-19 22:35:11.187357 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-02-19 22:35:11.188646 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.307631 | 2.84s 2026-02-19 22:35:11.396465 | fa163ee8-850d-8ed0-c135-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-02-19 22:35:11.397162 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.516153 | 3.05s 2026-02-19 22:35:11.402123 | fa163ee8-850d-8ed0-c135-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:50.521110 | 3.05s 2026-02-19 22:35:11.420832 | fa163ee8-850d-8ed0-c135-000000004049 | TASK | Check Keystone internal endpoint status 2026-02-19 22:35:11.661828 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-02-19 22:35:11.663492 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:50.782477 | 0.24s 2026-02-19 22:35:11.896247 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-02-19 22:35:11.898509 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:51.017488 | 0.48s 2026-02-19 22:35:12.125572 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-02-19 22:35:12.126359 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:51.245353 | 0.70s 2026-02-19 22:35:12.395599 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-02-19 22:35:12.396635 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:51.515629 | 0.97s 2026-02-19 22:35:12.643178 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-02-19 22:35:12.644426 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:51.763411 | 1.22s 2026-02-19 22:35:12.912651 | fa163ee8-850d-8ed0-c135-000000004049 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-19 22:35:18.129931 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-02-19 22:35:18.132063 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.251047 | 6.71s 2026-02-19 22:35:18.416046 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-02-19 22:35:18.419178 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.538151 | 7.00s 2026-02-19 22:35:18.718518 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-02-19 22:35:18.720153 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.839144 | 7.30s 2026-02-19 22:35:18.981766 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-02-19 22:35:18.983749 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:58.102736 | 7.56s 2026-02-19 22:35:19.240497 | fa163ee8-850d-8ed0-c135-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-02-19 22:35:19.241187 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:58.360180 | 7.82s 2026-02-19 22:35:19.256879 | fa163ee8-850d-8ed0-c135-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:58.375873 | 7.83s 2026-02-19 22:35:19.278110 | fa163ee8-850d-8ed0-c135-00000000404e | TASK | Async creation of Keystone internal endpoint 2026-02-19 22:35:19.598229 | fa163ee8-850d-8ed0-c135-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-02-19 22:35:19.601140 | fa163ee8-850d-8ed0-c135-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:58.720115 | 0.32s 2026-02-19 22:35:19.899674 | fa163ee8-850d-8ed0-c135-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-02-19 22:35:19.901750 | fa163ee8-850d-8ed0-c135-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:59.020725 | 0.62s 2026-02-19 22:35:20.153002 | fa163ee8-850d-8ed0-c135-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-02-19 22:35:20.154786 | fa163ee8-850d-8ed0-c135-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:59.273764 | 0.88s 2026-02-19 22:35:20.167356 | fa163ee8-850d-8ed0-c135-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:59.286331 | 0.89s 2026-02-19 22:35:20.190668 | fa163ee8-850d-8ed0-c135-000000004050 | TASK | Check Keystone internal endpoint status 2026-02-19 22:35:20.486972 | fa163ee8-850d-8ed0-c135-000000004050 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-19 22:35:25.714836 | fa163ee8-850d-8ed0-c135-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-02-19 22:35:25.716716 | fa163ee8-850d-8ed0-c135-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.835703 | 5.52s 2026-02-19 22:35:25.995885 | fa163ee8-850d-8ed0-c135-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-02-19 22:35:25.997380 | fa163ee8-850d-8ed0-c135-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:05.116371 | 5.80s 2026-02-19 22:35:26.226824 | fa163ee8-850d-8ed0-c135-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-02-19 22:35:26.227712 | fa163ee8-850d-8ed0-c135-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:05.346702 | 6.04s 2026-02-19 22:35:26.233550 | fa163ee8-850d-8ed0-c135-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:05.352526 | 6.04s 2026-02-19 22:35:26.253938 | fa163ee8-850d-8ed0-c135-0000000039b0 | TASK | Run cleanup tasks 2026-02-19 22:35:26.315145 | fa163ee8-850d-8ed0-c135-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:05.434120 | 0.06s 2026-02-19 22:35:26.331034 | b0d4e5ea-75fa-4723-b070-774989a33c40 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-02-19 22:35:26.393211 | fa163ee8-850d-8ed0-c135-0000000040a6 | TASK | Get list of enabled services 2026-02-19 22:35:28.945998 | fa163ee8-850d-8ed0-c135-0000000040a6 | CHANGED | Get list of enabled services | undercloud 2026-02-19 22:35:28.947259 | fa163ee8-850d-8ed0-c135-0000000040a6 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:08.066247 | 2.55s 2026-02-19 22:35:28.963481 | fa163ee8-850d-8ed0-c135-0000000040a7 | TASK | List services to be disabled 2026-02-19 22:35:29.052293 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-02-19 22:35:29.093699 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-02-19 22:35:29.121380 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-02-19 22:35:29.150709 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-02-19 22:35:29.179153 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-02-19 22:35:29.206722 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-02-19 22:35:29.234506 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-02-19 22:35:29.261550 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-02-19 22:35:29.289344 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-02-19 22:35:29.317349 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-02-19 22:35:29.346186 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-02-19 22:35:29.373533 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-02-19 22:35:29.401291 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-02-19 22:35:29.427844 | fa163ee8-850d-8ed0-c135-0000000040a7 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-02-19 22:35:29.434491 | fa163ee8-850d-8ed0-c135-0000000040a7 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:08.553474 | 0.47s 2026-02-19 22:35:29.449822 | fa163ee8-850d-8ed0-c135-0000000040a8 | TASK | Delete keystone services not enabled 2026-02-19 22:35:29.468343 | fa163ee8-850d-8ed0-c135-0000000040a8 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:08.587326 | 0.02s 2026-02-19 22:35:29.482540 | fa163ee8-850d-8ed0-c135-0000000039b1 | TASK | Create Keystone Roles 2026-02-19 22:35:29.541483 | fa163ee8-850d-8ed0-c135-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:08.660449 | 0.06s 2026-02-19 22:35:29.553608 | fa163ee8-850d-8ed0-c135-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:08.672587 | 0.07s 2026-02-19 22:35:29.568700 | d8d51fad-697d-4dcb-b5bc-18c677b78edf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-19 22:35:29.636527 | fa163ee8-850d-8ed0-c135-000000004212 | TASK | Async creation of Keystone role 2026-02-19 22:35:29.965962 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-02-19 22:35:29.967061 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.086044 | 0.33s 2026-02-19 22:35:30.251017 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-02-19 22:35:30.251986 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.370971 | 0.61s 2026-02-19 22:35:30.585773 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-02-19 22:35:30.588763 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.707744 | 0.95s 2026-02-19 22:35:30.792187 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-02-19 22:35:30.793461 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.912453 | 1.16s 2026-02-19 22:35:31.016582 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-02-19 22:35:31.019287 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:10.138247 | 1.38s 2026-02-19 22:35:31.312650 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-02-19 22:35:31.315344 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:10.434328 | 1.68s 2026-02-19 22:35:31.544822 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-02-19 22:35:31.546473 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:10.665455 | 1.91s 2026-02-19 22:35:31.882139 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-02-19 22:35:31.883112 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:11.002098 | 2.25s 2026-02-19 22:35:32.163901 | fa163ee8-850d-8ed0-c135-000000004212 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-02-19 22:35:32.165009 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:11.283990 | 2.53s 2026-02-19 22:35:32.178836 | fa163ee8-850d-8ed0-c135-000000004212 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:11.297819 | 2.54s 2026-02-19 22:35:32.198914 | fa163ee8-850d-8ed0-c135-000000004214 | TASK | Check Keystone role status 2026-02-19 22:35:32.480835 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=service 2026-02-19 22:35:32.482765 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.601742 | 0.28s 2026-02-19 22:35:32.695216 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-02-19 22:35:32.696407 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.815394 | 0.50s 2026-02-19 22:35:32.907513 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-02-19 22:35:32.908640 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.027627 | 0.71s 2026-02-19 22:35:33.164380 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-02-19 22:35:33.164980 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.283976 | 0.96s 2026-02-19 22:35:33.407053 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-02-19 22:35:33.408178 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.527164 | 1.21s 2026-02-19 22:35:33.636663 | fa163ee8-850d-8ed0-c135-000000004214 | WAITING | Check Keystone role status | undercloud | 30 retries left 2026-02-19 22:35:38.867215 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-02-19 22:35:38.868560 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:17.987546 | 6.67s 2026-02-19 22:35:39.133650 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-02-19 22:35:39.134701 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:18.253689 | 6.93s 2026-02-19 22:35:39.397558 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-02-19 22:35:39.399680 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:18.518663 | 7.20s 2026-02-19 22:35:39.661408 | fa163ee8-850d-8ed0-c135-000000004214 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-02-19 22:35:39.663167 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:18.782151 | 7.46s 2026-02-19 22:35:39.677613 | fa163ee8-850d-8ed0-c135-000000004214 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:18.796589 | 7.48s 2026-02-19 22:35:39.700804 | fa163ee8-850d-8ed0-c135-0000000039b3 | TASK | Create Keystone Users 2026-02-19 22:35:39.806145 | fa163ee8-850d-8ed0-c135-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:18.925111 | 0.10s 2026-02-19 22:35:39.825123 | fa163ee8-850d-8ed0-c135-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:18.944106 | 0.12s 2026-02-19 22:35:39.831771 | fa163ee8-850d-8ed0-c135-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:18.950758 | 0.13s 2026-02-19 22:35:39.841624 | adc18f99-3e14-4a57-bb7b-6ff39bca2795 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-19 22:35:39.847327 | 09797e92-3203-4ebe-8b54-e7a0d202c7fb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-19 22:35:39.898210 | fa163ee8-850d-8ed0-c135-0000000043a8 | TASK | Check password of Keystone user 2026-02-19 22:35:40.934518 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:40.936051 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:20.055037 | 1.04s 2026-02-19 22:35:41.866682 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:41.868514 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:20.987498 | 1.97s 2026-02-19 22:35:42.801763 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:42.802494 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:21.921486 | 2.90s 2026-02-19 22:35:43.749060 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:43.750787 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:22.869772 | 3.85s 2026-02-19 22:35:44.702535 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:44.704165 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:23.823151 | 4.80s 2026-02-19 22:35:45.639521 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:45.640876 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:24.759863 | 5.74s 2026-02-19 22:35:46.513083 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:46.514675 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:25.633660 | 6.62s 2026-02-19 22:35:47.438492 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:47.439550 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:26.558537 | 7.54s 2026-02-19 22:35:48.367329 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:48.368039 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:27.487031 | 8.47s 2026-02-19 22:35:49.322247 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:49.322923 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:28.441915 | 9.42s 2026-02-19 22:35:49.327532 | fa163ee8-850d-8ed0-c135-0000000043a8 | 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-19 22:35:49.328186 | fa163ee8-850d-8ed0-c135-0000000043a8 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:28.447175 | 9.43s 2026-02-19 22:35:49.347536 | fa163ee8-850d-8ed0-c135-0000000043aa | TASK | Async creation of Keystone user 2026-02-19 22:35:49.722022 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:49.724790 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:28.843769 | 0.38s 2026-02-19 22:35:50.063445 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:50.064299 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.183259 | 0.72s 2026-02-19 22:35:50.401758 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:50.402313 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.521308 | 1.05s 2026-02-19 22:35:50.684718 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:50.685196 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.804190 | 1.34s 2026-02-19 22:35:50.966450 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:50.967419 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:30.086406 | 1.62s 2026-02-19 22:35:51.266895 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:51.267864 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:30.386856 | 1.92s 2026-02-19 22:35:51.628969 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:51.629614 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:30.748606 | 2.28s 2026-02-19 22:35:51.972220 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:51.972902 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:31.091894 | 2.62s 2026-02-19 22:35:52.329418 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:52.330122 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:31.449113 | 2.98s 2026-02-19 22:35:52.654707 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:52.655366 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:31.774360 | 3.31s 2026-02-19 22:35:52.659504 | fa163ee8-850d-8ed0-c135-0000000043aa | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:35:52.660801 | fa163ee8-850d-8ed0-c135-0000000043aa | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:31.779782 | 3.31s 2026-02-19 22:35:52.680455 | fa163ee8-850d-8ed0-c135-0000000043ac | TASK | Check Keystone user status 2026-02-19 22:35:52.972876 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:52.973871 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:32.092856 | 0.29s 2026-02-19 22:35:53.229021 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:53.229732 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:32.348723 | 0.55s 2026-02-19 22:35:53.513407 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:53.515229 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:32.634211 | 0.83s 2026-02-19 22:35:53.741202 | fa163ee8-850d-8ed0-c135-0000000043ac | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-19 22:35:58.903302 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:58.905344 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:38.024323 | 6.22s 2026-02-19 22:35:59.102252 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:59.103488 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:38.222471 | 6.42s 2026-02-19 22:35:59.366505 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:59.368208 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:38.487202 | 6.69s 2026-02-19 22:35:59.626483 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:59.628431 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:38.747422 | 6.95s 2026-02-19 22:35:59.896562 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:35:59.897210 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:39.016204 | 7.22s 2026-02-19 22:36:00.162012 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:00.162815 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:39.281806 | 7.48s 2026-02-19 22:36:00.432315 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:00.433041 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:39.552033 | 7.75s 2026-02-19 22:36:00.438222 | fa163ee8-850d-8ed0-c135-0000000043ac | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:00.439296 | fa163ee8-850d-8ed0-c135-0000000043ac | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:39.558259 | 7.76s 2026-02-19 22:36:00.460818 | fa163ee8-850d-8ed0-c135-0000000043b1 | TASK | Check password of Keystone user 2026-02-19 22:36:01.441618 | fa163ee8-850d-8ed0-c135-0000000043b1 | 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-19 22:36:01.442655 | fa163ee8-850d-8ed0-c135-0000000043b1 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:40.561641 | 0.98s 2026-02-19 22:36:02.378280 | fa163ee8-850d-8ed0-c135-0000000043b1 | 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-19 22:36:02.379820 | fa163ee8-850d-8ed0-c135-0000000043b1 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.498812 | 1.92s 2026-02-19 22:36:03.391477 | fa163ee8-850d-8ed0-c135-0000000043b1 | 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-19 22:36:03.392373 | fa163ee8-850d-8ed0-c135-0000000043b1 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:42.511363 | 2.93s 2026-02-19 22:36:04.366182 | fa163ee8-850d-8ed0-c135-0000000043b1 | 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-19 22:36:04.367163 | fa163ee8-850d-8ed0-c135-0000000043b1 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:43.486149 | 3.90s 2026-02-19 22:36:05.283638 | fa163ee8-850d-8ed0-c135-0000000043b1 | 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-19 22:36:05.285299 | fa163ee8-850d-8ed0-c135-0000000043b1 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:44.404252 | 4.82s 2026-02-19 22:36:06.256953 | fa163ee8-850d-8ed0-c135-0000000043b1 | 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-19 22:36:06.258386 | fa163ee8-850d-8ed0-c135-0000000043b1 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:45.377372 | 5.80s 2026-02-19 22:36:06.268135 | fa163ee8-850d-8ed0-c135-0000000043b1 | 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-19 22:36:06.268926 | fa163ee8-850d-8ed0-c135-0000000043b1 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:45.387918 | 5.81s 2026-02-19 22:36:06.285396 | fa163ee8-850d-8ed0-c135-0000000043b3 | TASK | Async creation of Keystone user 2026-02-19 22:36:06.683172 | fa163ee8-850d-8ed0-c135-0000000043b3 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:36:06.685092 | fa163ee8-850d-8ed0-c135-0000000043b3 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:45.804068 | 0.40s 2026-02-19 22:36:07.041167 | fa163ee8-850d-8ed0-c135-0000000043b3 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:36:07.042134 | fa163ee8-850d-8ed0-c135-0000000043b3 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:46.161119 | 0.76s 2026-02-19 22:36:07.398299 | fa163ee8-850d-8ed0-c135-0000000043b3 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:36:07.398828 | fa163ee8-850d-8ed0-c135-0000000043b3 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:46.517823 | 1.11s 2026-02-19 22:36:07.744822 | fa163ee8-850d-8ed0-c135-0000000043b3 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:36:07.745964 | fa163ee8-850d-8ed0-c135-0000000043b3 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:46.864955 | 1.46s 2026-02-19 22:36:08.104122 | fa163ee8-850d-8ed0-c135-0000000043b3 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:36:08.105881 | fa163ee8-850d-8ed0-c135-0000000043b3 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:47.224867 | 1.82s 2026-02-19 22:36:08.446460 | fa163ee8-850d-8ed0-c135-0000000043b3 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:36:08.447398 | fa163ee8-850d-8ed0-c135-0000000043b3 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:47.566380 | 2.16s 2026-02-19 22:36:08.453589 | fa163ee8-850d-8ed0-c135-0000000043b3 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 22:36:08.454531 | fa163ee8-850d-8ed0-c135-0000000043b3 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:47.573519 | 2.17s 2026-02-19 22:36:08.473051 | fa163ee8-850d-8ed0-c135-0000000043b5 | TASK | Check Keystone user status 2026-02-19 22:36:08.805187 | fa163ee8-850d-8ed0-c135-0000000043b5 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:08.806332 | fa163ee8-850d-8ed0-c135-0000000043b5 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.925318 | 0.33s 2026-02-19 22:36:09.049192 | fa163ee8-850d-8ed0-c135-0000000043b5 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-19 22:36:14.244728 | fa163ee8-850d-8ed0-c135-0000000043b5 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:14.245909 | fa163ee8-850d-8ed0-c135-0000000043b5 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:53.364893 | 5.77s 2026-02-19 22:36:14.555601 | fa163ee8-850d-8ed0-c135-0000000043b5 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:14.556164 | fa163ee8-850d-8ed0-c135-0000000043b5 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:53.675159 | 6.08s 2026-02-19 22:36:14.794397 | fa163ee8-850d-8ed0-c135-0000000043b5 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:14.795962 | fa163ee8-850d-8ed0-c135-0000000043b5 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:53.914948 | 6.32s 2026-02-19 22:36:15.036577 | fa163ee8-850d-8ed0-c135-0000000043b5 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:15.038740 | fa163ee8-850d-8ed0-c135-0000000043b5 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:54.157723 | 6.56s 2026-02-19 22:36:15.329195 | fa163ee8-850d-8ed0-c135-0000000043b5 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:15.331367 | fa163ee8-850d-8ed0-c135-0000000043b5 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:54.450332 | 6.86s 2026-02-19 22:36:15.343057 | fa163ee8-850d-8ed0-c135-0000000043b5 | CHANGED | Check Keystone user status | undercloud 2026-02-19 22:36:15.344126 | fa163ee8-850d-8ed0-c135-0000000043b5 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:54.463113 | 6.87s 2026-02-19 22:36:15.364449 | fa163ee8-850d-8ed0-c135-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-02-19 22:36:15.443443 | fa163ee8-850d-8ed0-c135-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:54.562393 | 0.08s 2026-02-19 22:36:15.467463 | fa163ee8-850d-8ed0-c135-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:54.586424 | 0.10s 2026-02-19 22:36:15.488073 | fa163ee8-850d-8ed0-c135-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:54.607060 | 0.12s 2026-02-19 22:36:15.493894 | fa163ee8-850d-8ed0-c135-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:54.612873 | 0.13s 2026-02-19 22:36:15.508221 | d5c3dcbc-f8cd-488c-8003-f7f88eae3b5b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 22:36:15.514702 | 7ff328fc-24fc-4d38-aab6-148b85640b64 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 22:36:15.520407 | 4da149e1-ee54-4740-ae10-ebe7b73c7933 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 22:36:15.589239 | fa163ee8-850d-8ed0-c135-0000000045a8 | TASK | Async assignment of Keystone user per role 2026-02-19 22:36:15.685807 | fa163ee8-850d-8ed0-c135-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:54.804776 | 0.10s 2026-02-19 22:36:15.705023 | fa163ee8-850d-8ed0-c135-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:54.824014 | 0.11s 2026-02-19 22:36:15.713113 | fa163ee8-850d-8ed0-c135-0000000045a8 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:54.832091 | 0.12s 2026-02-19 22:36:15.730749 | f3d026e4-b49d-41b6-b484-9b0d548a2873 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:36:15.740689 | 41c5db15-38d2-4e18-93b5-faed7a8dcf75 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:36:15.764963 | fa163ee8-850d-8ed0-c135-000000004771 | TASK | Async assignment of Keystone user to roles 2026-02-19 22:36:16.159044 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-02-19 22:36:16.161459 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:55.280435 | 0.39s 2026-02-19 22:36:16.496446 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-19 22:36:16.497028 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:55.616023 | 0.73s 2026-02-19 22:36:16.803176 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-19 22:36:16.803776 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:55.922771 | 1.04s 2026-02-19 22:36:17.098538 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-19 22:36:17.100496 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:56.219484 | 1.33s 2026-02-19 22:36:17.401173 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-02-19 22:36:17.402833 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:56.521826 | 1.64s 2026-02-19 22:36:17.691211 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-02-19 22:36:17.691987 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:56.810982 | 1.93s 2026-02-19 22:36:17.992695 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-02-19 22:36:17.993293 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:57.112288 | 2.23s 2026-02-19 22:36:18.265598 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-02-19 22:36:18.267467 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:57.386462 | 2.50s 2026-02-19 22:36:18.565226 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-02-19 22:36:18.565757 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:57.684752 | 2.80s 2026-02-19 22:36:18.863972 | fa163ee8-850d-8ed0-c135-000000004771 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-02-19 22:36:18.864935 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:57.983922 | 3.10s 2026-02-19 22:36:18.872793 | fa163ee8-850d-8ed0-c135-000000004771 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:57.991781 | 3.11s 2026-02-19 22:36:18.893700 | fa163ee8-850d-8ed0-c135-000000004773 | TASK | Check Keystone user assignment to roles status 2026-02-19 22:36:19.144949 | fa163ee8-850d-8ed0-c135-000000004773 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:36:24.379175 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-02-19 22:36:24.380797 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:03.499776 | 5.48s 2026-02-19 22:36:24.627681 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-19 22:36:24.628321 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:03.747315 | 5.73s 2026-02-19 22:36:24.894199 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-19 22:36:24.896627 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:04.015611 | 6.00s 2026-02-19 22:36:25.116916 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-19 22:36:25.118081 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:04.237067 | 6.22s 2026-02-19 22:36:25.371937 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-02-19 22:36:25.373326 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:04.492309 | 6.48s 2026-02-19 22:36:25.599105 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-02-19 22:36:25.599772 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:04.718766 | 6.70s 2026-02-19 22:36:25.804925 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-02-19 22:36:25.805705 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:04.924697 | 6.91s 2026-02-19 22:36:26.060048 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-02-19 22:36:26.061107 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.180093 | 7.16s 2026-02-19 22:36:26.283836 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-02-19 22:36:26.285155 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.404139 | 7.39s 2026-02-19 22:36:26.544449 | fa163ee8-850d-8ed0-c135-000000004773 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-02-19 22:36:26.546986 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.665950 | 7.65s 2026-02-19 22:36:26.557430 | fa163ee8-850d-8ed0-c135-000000004773 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:05.676409 | 7.66s 2026-02-19 22:36:26.581105 | fa163ee8-850d-8ed0-c135-000000004778 | TASK | Async assignment of Keystone user to roles 2026-02-19 22:36:26.935376 | fa163ee8-850d-8ed0-c135-000000004778 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-02-19 22:36:26.937983 | fa163ee8-850d-8ed0-c135-000000004778 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.056957 | 0.36s 2026-02-19 22:36:27.225104 | fa163ee8-850d-8ed0-c135-000000004778 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-02-19 22:36:27.225888 | fa163ee8-850d-8ed0-c135-000000004778 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.344882 | 0.64s 2026-02-19 22:36:27.550675 | fa163ee8-850d-8ed0-c135-000000004778 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-19 22:36:27.551921 | fa163ee8-850d-8ed0-c135-000000004778 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.670916 | 0.97s 2026-02-19 22:36:27.864268 | fa163ee8-850d-8ed0-c135-000000004778 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-02-19 22:36:27.865334 | fa163ee8-850d-8ed0-c135-000000004778 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.984328 | 1.28s 2026-02-19 22:36:28.135710 | fa163ee8-850d-8ed0-c135-000000004778 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-02-19 22:36:28.136297 | fa163ee8-850d-8ed0-c135-000000004778 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.255291 | 1.55s 2026-02-19 22:36:28.430437 | fa163ee8-850d-8ed0-c135-000000004778 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-02-19 22:36:28.431826 | fa163ee8-850d-8ed0-c135-000000004778 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.550820 | 1.85s 2026-02-19 22:36:28.442919 | fa163ee8-850d-8ed0-c135-000000004778 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:07.561898 | 1.86s 2026-02-19 22:36:28.463355 | fa163ee8-850d-8ed0-c135-00000000477a | TASK | Check Keystone user assignment to roles status 2026-02-19 22:36:28.780541 | fa163ee8-850d-8ed0-c135-00000000477a | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:36:33.965060 | fa163ee8-850d-8ed0-c135-00000000477a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-02-19 22:36:33.966593 | fa163ee8-850d-8ed0-c135-00000000477a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.085571 | 5.50s 2026-02-19 22:36:34.232921 | fa163ee8-850d-8ed0-c135-00000000477a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-02-19 22:36:34.233688 | fa163ee8-850d-8ed0-c135-00000000477a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.352681 | 5.77s 2026-02-19 22:36:34.505216 | fa163ee8-850d-8ed0-c135-00000000477a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-19 22:36:34.507094 | fa163ee8-850d-8ed0-c135-00000000477a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.626075 | 6.04s 2026-02-19 22:36:34.763453 | fa163ee8-850d-8ed0-c135-00000000477a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-02-19 22:36:34.764567 | fa163ee8-850d-8ed0-c135-00000000477a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.883553 | 6.30s 2026-02-19 22:36:35.011718 | fa163ee8-850d-8ed0-c135-00000000477a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-02-19 22:36:35.012395 | fa163ee8-850d-8ed0-c135-00000000477a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.131390 | 6.55s 2026-02-19 22:36:35.281420 | fa163ee8-850d-8ed0-c135-00000000477a | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-02-19 22:36:35.283523 | fa163ee8-850d-8ed0-c135-00000000477a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.402509 | 6.82s 2026-02-19 22:36:35.294929 | fa163ee8-850d-8ed0-c135-00000000477a | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.413917 | 6.83s 2026-02-19 22:36:35.316958 | fa163ee8-850d-8ed0-c135-0000000045ad | TASK | Async assignment of Keystone user per role 2026-02-19 22:36:35.413178 | fa163ee8-850d-8ed0-c135-0000000045ad | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:14.532146 | 0.09s 2026-02-19 22:36:35.425519 | fa163ee8-850d-8ed0-c135-0000000045ad | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:14.544496 | 0.11s 2026-02-19 22:36:35.440525 | f68144c8-cdca-4793-9f3c-11289b3af861 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:36:35.464692 | fa163ee8-850d-8ed0-c135-0000000047de | TASK | Async assignment of Keystone user to roles 2026-02-19 22:36:35.812170 | fa163ee8-850d-8ed0-c135-0000000047de | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-19 22:36:35.813519 | fa163ee8-850d-8ed0-c135-0000000047de | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:14.932500 | 0.35s 2026-02-19 22:36:35.820223 | fa163ee8-850d-8ed0-c135-0000000047de | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:14.939211 | 0.35s 2026-02-19 22:36:35.839583 | fa163ee8-850d-8ed0-c135-0000000047e0 | TASK | Check Keystone user assignment to roles status 2026-02-19 22:36:36.155400 | fa163ee8-850d-8ed0-c135-0000000047e0 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:36:41.377381 | fa163ee8-850d-8ed0-c135-0000000047e0 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-19 22:36:41.378211 | fa163ee8-850d-8ed0-c135-0000000047e0 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:20.497203 | 5.54s 2026-02-19 22:36:41.386873 | fa163ee8-850d-8ed0-c135-0000000047e0 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:20.505852 | 5.55s 2026-02-19 22:36:41.406505 | fa163ee8-850d-8ed0-c135-0000000045b2 | TASK | Async assignment of Keystone user per role 2026-02-19 22:36:41.501242 | fa163ee8-850d-8ed0-c135-0000000045b2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:20.620209 | 0.09s 2026-02-19 22:36:41.508882 | fa163ee8-850d-8ed0-c135-0000000045b2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:20.627859 | 0.10s 2026-02-19 22:36:41.524126 | e230daee-4049-432e-b69f-3be281ba1d59 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 22:36:41.548690 | fa163ee8-850d-8ed0-c135-000000004802 | TASK | Async assignment of Keystone user to roles 2026-02-19 22:36:41.944690 | fa163ee8-850d-8ed0-c135-000000004802 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-19 22:36:41.946796 | fa163ee8-850d-8ed0-c135-000000004802 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.065770 | 0.40s 2026-02-19 22:36:42.273201 | fa163ee8-850d-8ed0-c135-000000004802 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-19 22:36:42.274140 | fa163ee8-850d-8ed0-c135-000000004802 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.393127 | 0.72s 2026-02-19 22:36:42.580687 | fa163ee8-850d-8ed0-c135-000000004802 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-19 22:36:42.581952 | fa163ee8-850d-8ed0-c135-000000004802 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.700933 | 1.03s 2026-02-19 22:36:42.591550 | fa163ee8-850d-8ed0-c135-000000004802 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:21.710531 | 1.04s 2026-02-19 22:36:42.610830 | fa163ee8-850d-8ed0-c135-000000004804 | TASK | Check Keystone user assignment to roles status 2026-02-19 22:36:42.886416 | fa163ee8-850d-8ed0-c135-000000004804 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 22:36:48.124732 | fa163ee8-850d-8ed0-c135-000000004804 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-19 22:36:48.126244 | fa163ee8-850d-8ed0-c135-000000004804 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.245224 | 5.51s 2026-02-19 22:36:48.385593 | fa163ee8-850d-8ed0-c135-000000004804 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-19 22:36:48.386394 | fa163ee8-850d-8ed0-c135-000000004804 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.505384 | 5.77s 2026-02-19 22:36:48.612180 | fa163ee8-850d-8ed0-c135-000000004804 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-19 22:36:48.612839 | fa163ee8-850d-8ed0-c135-000000004804 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.731832 | 6.00s 2026-02-19 22:36:48.620605 | fa163ee8-850d-8ed0-c135-000000004804 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.739602 | 6.01s 2026-02-19 22:36:48.652357 | fa163ee8-850d-8ed0-c135-00000000397b | TASK | is Keystone LDAP enabled 2026-02-19 22:36:48.714059 | fa163ee8-850d-8ed0-c135-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-02-19 22:36:48.715638 | fa163ee8-850d-8ed0-c135-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:27.834614 | 0.06s 2026-02-19 22:36:48.733685 | fa163ee8-850d-8ed0-c135-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-02-19 22:36:48.784051 | fa163ee8-850d-8ed0-c135-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-02-19 22:36:48.785302 | fa163ee8-850d-8ed0-c135-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:27.904247 | 0.05s 2026-02-19 22:36:48.803554 | fa163ee8-850d-8ed0-c135-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-02-19 22:36:48.858149 | fa163ee8-850d-8ed0-c135-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-02-19 22:36:48.859682 | fa163ee8-850d-8ed0-c135-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:27.978660 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-02-19 22:36:49.011615 | fa163ee8-850d-8ed0-c135-0000000000e2 | TASK | Deploy step tasks for 4 2026-02-19 22:36:49.039826 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000e2') missing from stats 2026-02-19 22:36:49.069955 | fa163ee8-850d-8ed0-c135-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-02-19 22:36:49.577775 | fa163ee8-850d-8ed0-c135-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-02-19 22:36:49.579344 | fa163ee8-850d-8ed0-c135-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:28.698325 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:36:49.651943 | fa163ee8-850d-8ed0-c135-0000000000e4 | TIMING | include_tasks | standalone | 0:24:28.770914 | 0.04s 2026-02-19 22:36:49.697496 | ab1fb5bd-50c6-471c-ac98-b267f688abff | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-02-19 22:36:49.723772 | fa163ee8-850d-8ed0-c135-000000004846 | TASK | Create virtqemud recovery script 2026-02-19 22:36:50.143405 | fa163ee8-850d-8ed0-c135-000000004846 | CHANGED | Create virtqemud recovery script | standalone 2026-02-19 22:36:50.145213 | fa163ee8-850d-8ed0-c135-000000004846 | TIMING | Create virtqemud recovery script | standalone | 0:24:29.264186 | 0.42s 2026-02-19 22:36:50.173654 | fa163ee8-850d-8ed0-c135-000000004847 | TASK | Create virtqemud recovery trigger service 2026-02-19 22:36:50.713877 | fa163ee8-850d-8ed0-c135-000000004847 | CHANGED | Create virtqemud recovery trigger service | standalone 2026-02-19 22:36:50.715191 | fa163ee8-850d-8ed0-c135-000000004847 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:29.834175 | 0.54s 2026-02-19 22:36:50.743332 | fa163ee8-850d-8ed0-c135-000000004848 | TASK | Create virtqemud recovery trigger timer 2026-02-19 22:36:51.249818 | fa163ee8-850d-8ed0-c135-000000004848 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-02-19 22:36:51.251369 | fa163ee8-850d-8ed0-c135-000000004848 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:30.370349 | 0.51s 2026-02-19 22:36:51.277647 | fa163ee8-850d-8ed0-c135-000000004849 | TASK | Enable virtqemud recovery trigger service 2026-02-19 22:36:52.339905 | fa163ee8-850d-8ed0-c135-000000004849 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-02-19 22:36:52.341076 | fa163ee8-850d-8ed0-c135-000000004849 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:31.460069 | 1.06s 2026-02-19 22:36:52.369255 | fa163ee8-850d-8ed0-c135-00000000484a | TASK | Enable virtqemud recovery trigger timer 2026-02-19 22:36:53.425288 | fa163ee8-850d-8ed0-c135-00000000484a | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-02-19 22:36:53.426236 | fa163ee8-850d-8ed0-c135-00000000484a | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:32.545229 | 1.06s 2026-02-19 22:36:53.445136 | fa163ee8-850d-8ed0-c135-00000000484b | TASK | Really enable virtqemud recovery trigger timer 2026-02-19 22:36:54.029331 | fa163ee8-850d-8ed0-c135-00000000484b | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-02-19 22:36:54.030636 | fa163ee8-850d-8ed0-c135-00000000484b | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:33.149620 | 0.58s 2026-02-19 22:36:54.059061 | fa163ee8-850d-8ed0-c135-00000000484d | TASK | Create systemd file 2026-02-19 22:36:54.570503 | fa163ee8-850d-8ed0-c135-00000000484d | CHANGED | Create systemd file | standalone 2026-02-19 22:36:54.571385 | fa163ee8-850d-8ed0-c135-00000000484d | TIMING | Create systemd file | standalone | 0:24:33.690376 | 0.51s 2026-02-19 22:36:54.590280 | fa163ee8-850d-8ed0-c135-00000000484e | TASK | Reload systemd 2026-02-19 22:36:56.351025 | fa163ee8-850d-8ed0-c135-00000000484e | CHANGED | Reload systemd | standalone 2026-02-19 22:36:56.352758 | fa163ee8-850d-8ed0-c135-00000000484e | TIMING | Reload systemd | standalone | 0:24:35.471746 | 1.76s 2026-02-19 22:36:56.372587 | fa163ee8-850d-8ed0-c135-000000004851 | TASK | Start OVN container 2026-02-19 22:36:56.432143 | fa163ee8-850d-8ed0-c135-000000004851 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-02-19 22:36:56.452872 | fa163ee8-850d-8ed0-c135-000000004851 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-02-19 22:36:56.468536 | fa163ee8-850d-8ed0-c135-000000004851 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-02-19 22:36:56.480489 | fa163ee8-850d-8ed0-c135-000000004851 | TIMING | Start OVN container | standalone | 0:24:35.599439 | 0.11s 2026-02-19 22:36:56.509642 | fa163ee8-850d-8ed0-c135-000000004853 | TASK | Set NB connection 2026-02-19 22:36:56.570501 | fa163ee8-850d-8ed0-c135-000000004853 | SKIPPED | Set NB connection | standalone 2026-02-19 22:36:56.571973 | fa163ee8-850d-8ed0-c135-000000004853 | TIMING | Set NB connection | standalone | 0:24:35.690952 | 0.06s 2026-02-19 22:36:56.600594 | fa163ee8-850d-8ed0-c135-000000004854 | TASK | Set SB connection 2026-02-19 22:36:56.654591 | fa163ee8-850d-8ed0-c135-000000004854 | SKIPPED | Set SB connection | standalone 2026-02-19 22:36:56.655935 | fa163ee8-850d-8ed0-c135-000000004854 | TIMING | Set SB connection | standalone | 0:24:35.774884 | 0.05s 2026-02-19 22:36:56.684106 | fa163ee8-850d-8ed0-c135-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-02-19 22:36:56.935653 | fa163ee8-850d-8ed0-c135-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-02-19 22:36:56.937303 | fa163ee8-850d-8ed0-c135-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:36.056251 | 0.25s 2026-02-19 22:36:57.050111 | fa163ee8-850d-8ed0-c135-0000000000e7 | TIMING | include_tasks | standalone | 0:24:36.169091 | 0.08s 2026-02-19 22:36:57.069452 | 682529ac-8c36-4452-a066-fb15067b68b2 | INCLUDED | /root/standalone-ansible-3xmt_kv6/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:36:57.095595 | fa163ee8-850d-8ed0-c135-000000004883 | TASK | Write the config_step hieradata 2026-02-19 22:36:57.607005 | fa163ee8-850d-8ed0-c135-000000004883 | OK | Write the config_step hieradata | standalone 2026-02-19 22:36:57.608385 | fa163ee8-850d-8ed0-c135-000000004883 | TIMING | Write the config_step hieradata | standalone | 0:24:36.727361 | 0.51s 2026-02-19 22:36:57.640898 | fa163ee8-850d-8ed0-c135-000000004884 | TASK | Run puppet host configuration for step 4 2026-02-19 22:36:57.994635 | fa163ee8-850d-8ed0-c135-000000004884 | CHANGED | Run puppet host configuration for step 4 | standalone 2026-02-19 22:36:57.995601 | fa163ee8-850d-8ed0-c135-000000004884 | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:37.114591 | 0.35s 2026-02-19 22:36:58.017405 | fa163ee8-850d-8ed0-c135-000000004885 | TASK | Wait for puppet host configuration to finish 2026-02-19 22:36:58.286203 | fa163ee8-850d-8ed0-c135-000000004885 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:37:08.505870 | fa163ee8-850d-8ed0-c135-000000004885 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:37:18.747398 | fa163ee8-850d-8ed0-c135-000000004885 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-19 22:37:29.013328 | fa163ee8-850d-8ed0-c135-000000004885 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:37:29.014472 | fa163ee8-850d-8ed0-c135-000000004885 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:08.133462 | 31.00s 2026-02-19 22:37:29.046490 | fa163ee8-850d-8ed0-c135-000000004886 | TASK | Debug output for task: Run puppet host configuration for step 4 2026-02-19 22:37:29.134879 | fa163ee8-850d-8ed0-c135-000000004886 | 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 19 22:36:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:37:04 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:37:04 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:37:04 puppet-user: (file & line not available)", "<13>Feb 19 22:37:04 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 19 22:37:04 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 19 22:37:05 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\", 7]", "<13>Feb 19 22:37:05 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 19 22:37:05 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 19 22:37:05 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\", 7]", "<13>Feb 19 22:37:05 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\", 7]", "<13>Feb 19 22:37:05 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\", 7]", "<13>Feb 19 22:37:05 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\", 7]", "<13>Feb 19 22:37:05 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\", 7]", "<13>Feb 19 22:37:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:37:05 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.51 seconds", "<13>Feb 19 22:37:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:37:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:37:17 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Feb 19 22:37:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}b4765cd9f8b08cd476f8f041ac4dc149e43490b4ee22fa60748d3a5b0f5308e6'", "<13>Feb 19 22:37:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Feb 19 22:37:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Feb 19 22:37:17 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Feb 19 22:37:17 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Feb 19 22:37:18 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:37:24 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 19 22:37:25 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 19 22:37:25 puppet-user: Notice: Applied catalog in 19.93 seconds", "<13>Feb 19 22:37:25 puppet-user: Application:", "<13>Feb 19 22:37:25 puppet-user: Initial environment: production", "<13>Feb 19 22:37:25 puppet-user: Converged environment: production", "<13>Feb 19 22:37:25 puppet-user: Run mode: user", "<13>Feb 19 22:37:25 puppet-user: Changes:", "<13>Feb 19 22:37:25 puppet-user: Total: 10", "<13>Feb 19 22:37:25 puppet-user: Events:", "<13>Feb 19 22:37:25 puppet-user: Success: 10", "<13>Feb 19 22:37:25 puppet-user: Resources:", "<13>Feb 19 22:37:25 puppet-user: Restarted: 1", "<13>Feb 19 22:37:25 puppet-user: Changed: 10", "<13>Feb 19 22:37:25 puppet-user: Out of sync: 10", "<13>Feb 19 22:37:25 puppet-user: Total: 37", "<13>Feb 19 22:37:25 puppet-user: Time:", "<13>Feb 19 22:37:25 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:37:25 puppet-user: Schedule: 0.00", "<13>Feb 19 22:37:25 puppet-user: File line: 0.00", "<13>Feb 19 22:37:25 puppet-user: Augeas: 0.01", "<13>Feb 19 22:37:25 puppet-user: User: 0.01", "<13>Feb 19 22:37:25 puppet-user: File: 0.09", "<13>Feb 19 22:37:25 puppet-user: Config retrieval: 0.62", "<13>Feb 19 22:37:25 puppet-user: Service: 1.29", "<13>Feb 19 22:37:25 puppet-user: Pcmk property: 1.47", "<13>Feb 19 22:37:25 puppet-user: Last run: 1771540645", "<13>Feb 19 22:37:25 puppet-user: Transaction evaluation: 19.91", "<13>Feb 19 22:37:25 puppet-user: Catalog application: 19.93", "<13>Feb 19 22:37:25 puppet-user: Pcmk resource op default: 2.05", "<13>Feb 19 22:37:25 puppet-user: Pcmk resource default: 2.12", "<13>Feb 19 22:37:25 puppet-user: Package: 5.70", "<13>Feb 19 22:37:25 puppet-user: Exec: 6.94", "<13>Feb 19 22:37:25 puppet-user: Total: 19.93", "<13>Feb 19 22:37:25 puppet-user: Version:", "<13>Feb 19 22:37:25 puppet-user: Config: 1771540624", "<13>Feb 19 22:37:25 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:37:29.137018 | fa163ee8-850d-8ed0-c135-000000004886 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:08.256000 | 0.09s 2026-02-19 22:37:29.168767 | fa163ee8-850d-8ed0-c135-000000004887 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:37:29.198523 | fa163ee8-850d-8ed0-c135-000000004887 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:08.317496 | 0.03s 2026-02-19 22:37:29.271640 | fa163ee8-850d-8ed0-c135-0000000048c8 | TASK | Gather variables for each operating system 2026-02-19 22:37:29.384623 | fa163ee8-850d-8ed0-c135-0000000048c8 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:08.503584 | 0.11s 2026-02-19 22:37:29.414381 | fa163ee8-850d-8ed0-c135-0000000048c9 | TASK | Create puppet caching structures 2026-02-19 22:37:29.646851 | fa163ee8-850d-8ed0-c135-0000000048c9 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:37:29.648191 | fa163ee8-850d-8ed0-c135-0000000048c9 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:08.767174 | 0.23s 2026-02-19 22:37:29.676406 | fa163ee8-850d-8ed0-c135-0000000048ca | TASK | Check for facter.conf 2026-02-19 22:37:29.913380 | fa163ee8-850d-8ed0-c135-0000000048ca | OK | Check for facter.conf | standalone 2026-02-19 22:37:29.914794 | fa163ee8-850d-8ed0-c135-0000000048ca | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:09.033778 | 0.24s 2026-02-19 22:37:29.934711 | fa163ee8-850d-8ed0-c135-0000000048cb | TASK | Remove facter.conf if directory 2026-02-19 22:37:29.964081 | fa163ee8-850d-8ed0-c135-0000000048cb | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:37:29.964904 | fa163ee8-850d-8ed0-c135-0000000048cb | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:09.083896 | 0.03s 2026-02-19 22:37:29.983669 | fa163ee8-850d-8ed0-c135-0000000048cc | TASK | Write facter cache config 2026-02-19 22:37:30.502949 | fa163ee8-850d-8ed0-c135-0000000048cc | CHANGED | Write facter cache config | standalone 2026-02-19 22:37:30.504452 | fa163ee8-850d-8ed0-c135-0000000048cc | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:09.623432 | 0.52s 2026-02-19 22:37:30.533212 | fa163ee8-850d-8ed0-c135-0000000048cd | TASK | Cleanup facter cache if exists 2026-02-19 22:37:30.802718 | fa163ee8-850d-8ed0-c135-0000000048cd | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:37:30.804121 | fa163ee8-850d-8ed0-c135-0000000048cd | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:09.923103 | 0.27s 2026-02-19 22:37:30.832899 | fa163ee8-850d-8ed0-c135-0000000048ce | TASK | Pre-cache facts 2026-02-19 22:37:31.511898 | fa163ee8-850d-8ed0-c135-0000000048ce | CHANGED | Pre-cache facts | standalone 2026-02-19 22:37:31.513793 | fa163ee8-850d-8ed0-c135-0000000048ce | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:10.632769 | 0.68s 2026-02-19 22:37:31.548998 | fa163ee8-850d-8ed0-c135-0000000048cf | TASK | Failed deployment if facter fails 2026-02-19 22:37:31.591515 | fa163ee8-850d-8ed0-c135-0000000048cf | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:37:31.592830 | fa163ee8-850d-8ed0-c135-0000000048cf | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:10.711810 | 0.04s 2026-02-19 22:37:31.640166 | fa163ee8-850d-8ed0-c135-0000000048d0 | TASK | Sync cached facts 2026-02-19 22:37:31.934696 | fa163ee8-850d-8ed0-c135-0000000048d0 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee8-850d-8ed0-c135-0000000048d0') missing from stats 2026-02-19 22:37:31.993687 | fa163ee8-850d-8ed0-c135-000000004888 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:37:32.045762 | fa163ee8-850d-8ed0-c135-000000004888 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:37:32.047072 | fa163ee8-850d-8ed0-c135-000000004888 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:11.166051 | 0.05s 2026-02-19 22:37:32.077932 | fa163ee8-850d-8ed0-c135-00000000488a | TASK | Manage containers for step 4 with tripleo-ansible 2026-02-19 22:37:32.107060 | fa163ee8-850d-8ed0-c135-00000000488a | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:11.226039 | 0.03s 2026-02-19 22:37:32.170561 | fa163ee8-850d-8ed0-c135-000000004927 | TASK | Gather variables for each operating system 2026-02-19 22:37:32.292304 | fa163ee8-850d-8ed0-c135-000000004927 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:11.411238 | 0.12s 2026-02-19 22:37:32.322381 | fa163ee8-850d-8ed0-c135-000000004928 | TASK | Create container logs path 2026-02-19 22:37:32.562404 | fa163ee8-850d-8ed0-c135-000000004928 | OK | Create container logs path | standalone 2026-02-19 22:37:32.563569 | fa163ee8-850d-8ed0-c135-000000004928 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:11.682556 | 0.24s 2026-02-19 22:37:32.588526 | fa163ee8-850d-8ed0-c135-00000000492a | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:37:32.918563 | fa163ee8-850d-8ed0-c135-00000000492a | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 22:37:32.920015 | fa163ee8-850d-8ed0-c135-00000000492a | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:12.038996 | 0.33s 2026-02-19 22:37:32.954720 | fa163ee8-850d-8ed0-c135-00000000492b | TASK | Finalise hashes for all containers 2026-02-19 22:37:33.140578 | fa163ee8-850d-8ed0-c135-00000000492b | OK | Finalise hashes for all containers | standalone 2026-02-19 22:37:33.141463 | fa163ee8-850d-8ed0-c135-00000000492b | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:12.260454 | 0.18s 2026-02-19 22:37:33.163559 | fa163ee8-850d-8ed0-c135-00000000492d | TASK | Manage systemd shutdown files 2026-02-19 22:37:33.201253 | fa163ee8-850d-8ed0-c135-00000000492d | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:12.320226 | 0.04s 2026-02-19 22:37:33.235558 | 3cf4b64f-8bf4-402c-963c-a3b013da8c2f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:37:33.264052 | fa163ee8-850d-8ed0-c135-000000004960 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:37:33.529456 | fa163ee8-850d-8ed0-c135-000000004960 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:37:33.530976 | fa163ee8-850d-8ed0-c135-000000004960 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:12.649956 | 0.27s 2026-02-19 22:37:33.562580 | fa163ee8-850d-8ed0-c135-000000004961 | TASK | Set podman_drop_in fact 2026-02-19 22:37:33.603233 | fa163ee8-850d-8ed0-c135-000000004961 | OK | Set podman_drop_in fact | standalone 2026-02-19 22:37:33.604551 | fa163ee8-850d-8ed0-c135-000000004961 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:12.723534 | 0.04s 2026-02-19 22:37:33.718758 | fa163ee8-850d-8ed0-c135-000000004963 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:37:34.250502 | fa163ee8-850d-8ed0-c135-000000004963 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:37:34.252486 | fa163ee8-850d-8ed0-c135-000000004963 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:13.371469 | 0.53s 2026-02-19 22:37:34.741097 | fa163ee8-850d-8ed0-c135-000000004963 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:37:34.742017 | fa163ee8-850d-8ed0-c135-000000004963 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:13.861009 | 1.02s 2026-02-19 22:37:34.746863 | fa163ee8-850d-8ed0-c135-000000004963 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:13.865842 | 1.03s 2026-02-19 22:37:34.777503 | fa163ee8-850d-8ed0-c135-000000004964 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:37:35.304121 | fa163ee8-850d-8ed0-c135-000000004964 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:37:35.305609 | fa163ee8-850d-8ed0-c135-000000004964 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:14.424592 | 0.53s 2026-02-19 22:37:35.334293 | fa163ee8-850d-8ed0-c135-000000004965 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:37:35.806824 | fa163ee8-850d-8ed0-c135-000000004965 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:37:35.808471 | fa163ee8-850d-8ed0-c135-000000004965 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:14.927448 | 0.47s 2026-02-19 22:37:35.838316 | fa163ee8-850d-8ed0-c135-000000004966 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:37:36.596360 | fa163ee8-850d-8ed0-c135-000000004966 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:37:36.598483 | fa163ee8-850d-8ed0-c135-000000004966 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:15.717465 | 0.76s 2026-02-19 22:37:36.619842 | fa163ee8-850d-8ed0-c135-000000004967 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:37:37.115567 | fa163ee8-850d-8ed0-c135-000000004967 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:37:37.116921 | fa163ee8-850d-8ed0-c135-000000004967 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:16.235904 | 0.50s 2026-02-19 22:37:37.145902 | fa163ee8-850d-8ed0-c135-000000004968 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:37:37.650658 | fa163ee8-850d-8ed0-c135-000000004968 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:37:37.651683 | fa163ee8-850d-8ed0-c135-000000004968 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:16.770672 | 0.50s 2026-02-19 22:37:37.674196 | fa163ee8-850d-8ed0-c135-000000004969 | TASK | Enable and start netns-placeholder 2026-02-19 22:37:38.524797 | fa163ee8-850d-8ed0-c135-000000004969 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:37:38.526899 | fa163ee8-850d-8ed0-c135-000000004969 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:17.645881 | 0.85s 2026-02-19 22:37:38.558108 | fa163ee8-850d-8ed0-c135-00000000492f | TASK | Update container configs with new config hashes 2026-02-19 22:37:38.598504 | fa163ee8-850d-8ed0-c135-00000000492f | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:17.717478 | 0.04s 2026-02-19 22:37:38.620206 | 0a576432-6f39-4f8f-8f9c-5937cc6f1cab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:37:38.654478 | fa163ee8-850d-8ed0-c135-000000004991 | TASK | Update config hashes for container startup configs 2026-02-19 22:37:38.963443 | fa163ee8-850d-8ed0-c135-000000004991 | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:37:38.964791 | fa163ee8-850d-8ed0-c135-000000004991 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:18.083772 | 0.31s 2026-02-19 22:37:38.997509 | fa163ee8-850d-8ed0-c135-000000004930 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:37:39.059656 | fa163ee8-850d-8ed0-c135-000000004930 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:18.178631 | 0.06s 2026-02-19 22:37:39.084882 | a1ba9cdb-5931-4dc5-b8ac-2aa7287392fa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:37:39.124350 | fa163ee8-850d-8ed0-c135-0000000049b0 | TASK | Gather podman infos 2026-02-19 22:37:40.508321 | fa163ee8-850d-8ed0-c135-0000000049b0 | OK | Gather podman infos | standalone 2026-02-19 22:37:40.511028 | fa163ee8-850d-8ed0-c135-0000000049b0 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:19.630013 | 1.38s 2026-02-19 22:37:40.620571 | fa163ee8-850d-8ed0-c135-0000000049b1 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:37:40.699188 | fa163ee8-850d-8ed0-c135-0000000049b1 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:19.818161 | 0.07s 2026-02-19 22:37:40.875452 | fa163ee8-850d-8ed0-c135-0000000049fa | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:19.994416 | 0.11s 2026-02-19 22:37:40.914977 | fa163ee8-850d-8ed0-c135-000000004931 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:37:40.972246 | fa163ee8-850d-8ed0-c135-000000004931 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:20.091231 | 0.06s 2026-02-19 22:37:40.983319 | 32d8984c-18a9-44b0-be75-dd271af3537c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:37:41.007930 | fa163ee8-850d-8ed0-c135-000000004a20 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:38:01.986139 | fa163ee8-850d-8ed0-c135-000000004a20 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 22:38:01.987828 | fa163ee8-850d-8ed0-c135-000000004a20 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:41.106809 | 20.98s 2026-02-19 22:38:02.022411 | fa163ee8-850d-8ed0-c135-000000004a21 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 22:40:15.595839 | fa163ee8-850d-8ed0-c135-000000004a21 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 22:40:15.597853 | fa163ee8-850d-8ed0-c135-000000004a21 | 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:27:54.716836 | 133.57s 2026-02-19 22:40:15.673052 | fa163ee8-850d-8ed0-c135-00000000488c | TASK | Clean container_puppet_tasks for standalone step 4 2026-02-19 22:40:15.898336 | fa163ee8-850d-8ed0-c135-00000000488c | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-02-19 22:40:15.899636 | fa163ee8-850d-8ed0-c135-00000000488c | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:55.018619 | 0.23s 2026-02-19 22:40:15.948017 | fa163ee8-850d-8ed0-c135-00000000488d | TASK | Calculate container_puppet_tasks for standalone step 4 2026-02-19 22:40:16.002003 | fa163ee8-850d-8ed0-c135-00000000488d | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:55.120975 | 0.05s 2026-02-19 22:40:16.034025 | fa163ee8-850d-8ed0-c135-00000000488e | TASK | Include container-puppet tasks for step 4 2026-02-19 22:40:16.080202 | fa163ee8-850d-8ed0-c135-00000000488e | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:55.199167 | 0.04s 2026-02-19 22:40:16.106975 | cb95b1ea-3866-4bd4-8b0b-12f055a9dedf | INCLUDED | /root/standalone-ansible-3xmt_kv6/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:40:16.163619 | fa163ee8-850d-8ed0-c135-000000004a6c | TASK | Write container-puppet-tasks json file for standalone step 4 2026-02-19 22:40:16.694758 | fa163ee8-850d-8ed0-c135-000000004a6c | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-02-19 22:40:16.695771 | fa163ee8-850d-8ed0-c135-000000004a6c | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:55.814760 | 0.53s 2026-02-19 22:40:16.715946 | fa163ee8-850d-8ed0-c135-000000004a6e | TASK | Generate container puppet configs for step 4 2026-02-19 22:40:16.985764 | fa163ee8-850d-8ed0-c135-000000004a6e | OK | Generate container puppet configs for step 4 | standalone 2026-02-19 22:40:16.987783 | fa163ee8-850d-8ed0-c135-000000004a6e | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:56.106772 | 0.27s 2026-02-19 22:40:17.019369 | fa163ee8-850d-8ed0-c135-000000004a6f | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-02-19 22:40:17.051539 | fa163ee8-850d-8ed0-c135-000000004a6f | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:56.170506 | 0.03s 2026-02-19 22:40:17.126564 | fa163ee8-850d-8ed0-c135-000000004a9e | TASK | Gather variables for each operating system 2026-02-19 22:40:17.249633 | fa163ee8-850d-8ed0-c135-000000004a9e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:56.368602 | 0.12s 2026-02-19 22:40:17.280105 | fa163ee8-850d-8ed0-c135-000000004a9f | TASK | Create container logs path 2026-02-19 22:40:17.526966 | fa163ee8-850d-8ed0-c135-000000004a9f | OK | Create container logs path | standalone 2026-02-19 22:40:17.529666 | fa163ee8-850d-8ed0-c135-000000004a9f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:56.648647 | 0.25s 2026-02-19 22:40:17.564073 | fa163ee8-850d-8ed0-c135-000000004aa1 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 22:40:17.803923 | fa163ee8-850d-8ed0-c135-000000004aa1 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 22:40:17.805226 | fa163ee8-850d-8ed0-c135-000000004aa1 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:56.924207 | 0.24s 2026-02-19 22:40:17.833823 | fa163ee8-850d-8ed0-c135-000000004aa2 | TASK | Finalise hashes for all containers 2026-02-19 22:40:17.885874 | fa163ee8-850d-8ed0-c135-000000004aa2 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:40:17.887185 | fa163ee8-850d-8ed0-c135-000000004aa2 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:57.006099 | 0.05s 2026-02-19 22:40:17.918010 | fa163ee8-850d-8ed0-c135-000000004aa4 | TASK | Manage systemd shutdown files 2026-02-19 22:40:17.951860 | fa163ee8-850d-8ed0-c135-000000004aa4 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:40:17.953310 | fa163ee8-850d-8ed0-c135-000000004aa4 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:57.072266 | 0.03s 2026-02-19 22:40:17.984520 | fa163ee8-850d-8ed0-c135-000000004aa6 | TASK | Update container configs with new config hashes 2026-02-19 22:40:18.036679 | fa163ee8-850d-8ed0-c135-000000004aa6 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:40:18.037990 | fa163ee8-850d-8ed0-c135-000000004aa6 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:57.156970 | 0.05s 2026-02-19 22:40:18.070608 | fa163ee8-850d-8ed0-c135-000000004aa7 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 22:40:18.123916 | fa163ee8-850d-8ed0-c135-000000004aa7 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 22:40:18.125435 | fa163ee8-850d-8ed0-c135-000000004aa7 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:57.244365 | 0.05s 2026-02-19 22:40:18.160823 | fa163ee8-850d-8ed0-c135-000000004aa8 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 22:40:18.193291 | fa163ee8-850d-8ed0-c135-000000004aa8 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 22:40:18.194201 | fa163ee8-850d-8ed0-c135-000000004aa8 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:57.313190 | 0.03s PLAY [External deployment step 5] ********************************************** 2026-02-19 22:40:18.315130 | fa163ee8-850d-8ed0-c135-0000000000ea | TASK | External deployment step 5 2026-02-19 22:40:18.351105 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000ea') missing from stats 2026-02-19 22:40:18.402397 | fa163ee8-850d-8ed0-c135-0000000000eb | TIMING | include_tasks | undercloud | 0:27:57.521362 | 0.04s 2026-02-19 22:40:18.416038 | d9ac90e0-b8b5-4132-8512-ddb01c4d1d73 | INCLUDED | /root/standalone-ansible-3xmt_kv6/external_deploy_steps_tasks_step5.yaml | undercloud 2026-02-19 22:40:18.436474 | fa163ee8-850d-8ed0-c135-000000004af7 | TASK | Manage Cinder's default volume type 2026-02-19 22:40:28.928142 | fa163ee8-850d-8ed0-c135-000000004af7 | OK | Manage Cinder's default volume type | undercloud 2026-02-19 22:40:28.929965 | fa163ee8-850d-8ed0-c135-000000004af7 | TIMING | Manage Cinder's default volume type | undercloud | 0:28:08.048952 | 10.49s PLAY [Deploy step tasks for 5] ************************************************* 2026-02-19 22:40:29.051529 | fa163ee8-850d-8ed0-c135-0000000000ee | TASK | Deploy step tasks for 5 2026-02-19 22:40:29.072274 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000ee') missing from stats 2026-02-19 22:40:29.093087 | fa163ee8-850d-8ed0-c135-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-02-19 22:40:29.559689 | fa163ee8-850d-8ed0-c135-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-02-19 22:40:29.562285 | fa163ee8-850d-8ed0-c135-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:08.681244 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 22:40:29.638544 | fa163ee8-850d-8ed0-c135-0000000000f0 | TIMING | include_tasks | standalone | 0:28:08.757517 | 0.04s 2026-02-19 22:40:29.760979 | 75318949-65c7-4d13-a756-912c6df84f30 | INCLUDED | /root/standalone-ansible-3xmt_kv6/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-02-19 22:40:29.809616 | fa163ee8-850d-8ed0-c135-000000004b1a | TASK | Gather variables for each operating system 2026-02-19 22:40:29.903854 | fa163ee8-850d-8ed0-c135-000000004b1a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:09.022832 | 0.09s 2026-02-19 22:40:29.927394 | fa163ee8-850d-8ed0-c135-000000004b1b | TASK | Detect if resource is being created or already exists 2026-02-19 22:40:30.746492 | fa163ee8-850d-8ed0-c135-000000004b1b | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:40:30.747710 | fa163ee8-850d-8ed0-c135-000000004b1b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:09.866698 | 0.82s 2026-02-19 22:40:30.773644 | fa163ee8-850d-8ed0-c135-000000004b1c | TASK | Run init bundle puppet on the host for cinder_backup 2026-02-19 22:40:55.871627 | fa163ee8-850d-8ed0-c135-000000004b1c | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-02-19 22:40:55.872846 | fa163ee8-850d-8ed0-c135-000000004b1c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:34.991837 | 25.10s 2026-02-19 22:40:55.894472 | fa163ee8-850d-8ed0-c135-000000004b1d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-19 22:40:56.126898 | fa163ee8-850d-8ed0-c135-000000004b1d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-19 22:40:56.128492 | fa163ee8-850d-8ed0-c135-000000004b1d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:35.247474 | 0.23s 2026-02-19 22:40:56.166216 | fa163ee8-850d-8ed0-c135-000000004b1e | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:40:56.641255 | fa163ee8-850d-8ed0-c135-000000004b1e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:40:56.642939 | fa163ee8-850d-8ed0-c135-000000004b1e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:35.761922 | 0.48s 2026-02-19 22:40:56.672907 | fa163ee8-850d-8ed0-c135-000000004b1f | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-02-19 22:40:56.946034 | fa163ee8-850d-8ed0-c135-000000004b1f | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-02-19 22:40:56.947526 | fa163ee8-850d-8ed0-c135-000000004b1f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:36.066500 | 0.27s 2026-02-19 22:40:56.979252 | fa163ee8-850d-8ed0-c135-000000004b21 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-02-19 22:40:57.027515 | fa163ee8-850d-8ed0-c135-000000004b21 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-02-19 22:40:57.028476 | fa163ee8-850d-8ed0-c135-000000004b21 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:36.147464 | 0.05s 2026-02-19 22:40:57.052511 | fa163ee8-850d-8ed0-c135-000000004b22 | TASK | Get container image tag from bundle openstack-cinder-backup 2026-02-19 22:40:57.091508 | fa163ee8-850d-8ed0-c135-000000004b22 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-02-19 22:40:57.092490 | fa163ee8-850d-8ed0-c135-000000004b22 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:36.211470 | 0.04s 2026-02-19 22:40:57.116870 | fa163ee8-850d-8ed0-c135-000000004b23 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-02-19 22:40:57.168039 | fa163ee8-850d-8ed0-c135-000000004b23 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-02-19 22:40:57.169007 | fa163ee8-850d-8ed0-c135-000000004b23 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:36.287995 | 0.05s 2026-02-19 22:40:57.193926 | fa163ee8-850d-8ed0-c135-000000004b24 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:40:57.252808 | fa163ee8-850d-8ed0-c135-000000004b24 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:40:57.253730 | fa163ee8-850d-8ed0-c135-000000004b24 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:36.372718 | 0.06s 2026-02-19 22:40:57.277498 | fa163ee8-850d-8ed0-c135-000000004b25 | TASK | Remove update marker for bundle openstack-cinder-backup 2026-02-19 22:40:57.316229 | fa163ee8-850d-8ed0-c135-000000004b25 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-02-19 22:40:57.317352 | fa163ee8-850d-8ed0-c135-000000004b25 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:36.436339 | 0.04s 2026-02-19 22:40:57.363245 | fa163ee8-850d-8ed0-c135-000000004b46 | TASK | Gather variables for each operating system 2026-02-19 22:40:57.485064 | fa163ee8-850d-8ed0-c135-000000004b46 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:36.604043 | 0.12s 2026-02-19 22:40:57.508389 | fa163ee8-850d-8ed0-c135-000000004b47 | TASK | Detect if resource is being created or already exists 2026-02-19 22:40:58.275525 | fa163ee8-850d-8ed0-c135-000000004b47 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:40:58.276638 | fa163ee8-850d-8ed0-c135-000000004b47 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:37.395630 | 0.77s 2026-02-19 22:40:58.299680 | fa163ee8-850d-8ed0-c135-000000004b48 | TASK | Run init bundle puppet on the host for cinder_volume 2026-02-19 22:41:23.063369 | fa163ee8-850d-8ed0-c135-000000004b48 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-02-19 22:41:23.064313 | fa163ee8-850d-8ed0-c135-000000004b48 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:02.183305 | 24.76s 2026-02-19 22:41:23.084857 | fa163ee8-850d-8ed0-c135-000000004b49 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-19 22:41:23.310573 | fa163ee8-850d-8ed0-c135-000000004b49 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-19 22:41:23.311441 | fa163ee8-850d-8ed0-c135-000000004b49 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:02.430431 | 0.23s 2026-02-19 22:41:23.330739 | fa163ee8-850d-8ed0-c135-000000004b4a | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:41:23.763873 | fa163ee8-850d-8ed0-c135-000000004b4a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:41:23.765254 | fa163ee8-850d-8ed0-c135-000000004b4a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:02.884245 | 0.43s 2026-02-19 22:41:23.785648 | fa163ee8-850d-8ed0-c135-000000004b4b | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-02-19 22:41:23.972800 | fa163ee8-850d-8ed0-c135-000000004b4b | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-02-19 22:41:23.974214 | fa163ee8-850d-8ed0-c135-000000004b4b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:03.093205 | 0.19s 2026-02-19 22:41:23.995639 | fa163ee8-850d-8ed0-c135-000000004b4d | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-02-19 22:41:24.032664 | fa163ee8-850d-8ed0-c135-000000004b4d | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-02-19 22:41:24.033963 | fa163ee8-850d-8ed0-c135-000000004b4d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:03.152953 | 0.04s 2026-02-19 22:41:24.054688 | fa163ee8-850d-8ed0-c135-000000004b4e | TASK | Get container image tag from bundle openstack-cinder-volume 2026-02-19 22:41:24.083026 | fa163ee8-850d-8ed0-c135-000000004b4e | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-02-19 22:41:24.084505 | fa163ee8-850d-8ed0-c135-000000004b4e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:03.203486 | 0.03s 2026-02-19 22:41:24.105418 | fa163ee8-850d-8ed0-c135-000000004b4f | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-02-19 22:41:24.143256 | fa163ee8-850d-8ed0-c135-000000004b4f | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-02-19 22:41:24.143979 | fa163ee8-850d-8ed0-c135-000000004b4f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:03.262970 | 0.04s 2026-02-19 22:41:24.166619 | fa163ee8-850d-8ed0-c135-000000004b50 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:41:24.203947 | fa163ee8-850d-8ed0-c135-000000004b50 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:41:24.204670 | fa163ee8-850d-8ed0-c135-000000004b50 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:03.323663 | 0.04s 2026-02-19 22:41:24.225009 | fa163ee8-850d-8ed0-c135-000000004b51 | TASK | Remove update marker for bundle openstack-cinder-volume 2026-02-19 22:41:24.272006 | fa163ee8-850d-8ed0-c135-000000004b51 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-02-19 22:41:24.272699 | fa163ee8-850d-8ed0-c135-000000004b51 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:03.391690 | 0.05s 2026-02-19 22:41:24.309391 | fa163ee8-850d-8ed0-c135-000000004b72 | TASK | Gather variables for each operating system 2026-02-19 22:41:24.410377 | fa163ee8-850d-8ed0-c135-000000004b72 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:03.529348 | 0.10s 2026-02-19 22:41:24.441736 | fa163ee8-850d-8ed0-c135-000000004b73 | TASK | Detect if resource is being created or already exists 2026-02-19 22:41:25.261290 | fa163ee8-850d-8ed0-c135-000000004b73 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 22:41:25.262419 | fa163ee8-850d-8ed0-c135-000000004b73 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:04.381409 | 0.82s 2026-02-19 22:41:25.286555 | fa163ee8-850d-8ed0-c135-000000004b74 | TASK | Run init bundle puppet on the host for manila_share 2026-02-19 22:41:49.897625 | fa163ee8-850d-8ed0-c135-000000004b74 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-02-19 22:41:49.898830 | fa163ee8-850d-8ed0-c135-000000004b74 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:29.017822 | 24.61s 2026-02-19 22:41:49.920002 | fa163ee8-850d-8ed0-c135-000000004b75 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-02-19 22:41:50.135319 | fa163ee8-850d-8ed0-c135-000000004b75 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-02-19 22:41:50.136153 | fa163ee8-850d-8ed0-c135-000000004b75 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:29.255145 | 0.22s 2026-02-19 22:41:50.155988 | fa163ee8-850d-8ed0-c135-000000004b76 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 22:41:50.502358 | fa163ee8-850d-8ed0-c135-000000004b76 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 22:41:50.503231 | fa163ee8-850d-8ed0-c135-000000004b76 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:29.622224 | 0.35s 2026-02-19 22:41:50.523660 | fa163ee8-850d-8ed0-c135-000000004b77 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-02-19 22:41:50.726889 | fa163ee8-850d-8ed0-c135-000000004b77 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-02-19 22:41:50.727737 | fa163ee8-850d-8ed0-c135-000000004b77 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:29.846730 | 0.20s 2026-02-19 22:41:50.748325 | fa163ee8-850d-8ed0-c135-000000004b79 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-02-19 22:41:50.784791 | fa163ee8-850d-8ed0-c135-000000004b79 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-02-19 22:41:50.785391 | fa163ee8-850d-8ed0-c135-000000004b79 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:29.904383 | 0.04s 2026-02-19 22:41:50.806085 | fa163ee8-850d-8ed0-c135-000000004b7a | TASK | Get container image tag from bundle openstack-manila-share 2026-02-19 22:41:50.836377 | fa163ee8-850d-8ed0-c135-000000004b7a | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-02-19 22:41:50.836939 | fa163ee8-850d-8ed0-c135-000000004b7a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:29.955933 | 0.03s 2026-02-19 22:41:50.856428 | fa163ee8-850d-8ed0-c135-000000004b7b | TASK | Compare tags between marker and bundle openstack-manila-share 2026-02-19 22:41:50.893953 | fa163ee8-850d-8ed0-c135-000000004b7b | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-02-19 22:41:50.894561 | fa163ee8-850d-8ed0-c135-000000004b7b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:30.013555 | 0.04s 2026-02-19 22:41:50.920643 | fa163ee8-850d-8ed0-c135-000000004b7c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 22:41:50.961347 | fa163ee8-850d-8ed0-c135-000000004b7c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 22:41:50.962550 | fa163ee8-850d-8ed0-c135-000000004b7c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:30.081535 | 0.04s 2026-02-19 22:41:50.986195 | fa163ee8-850d-8ed0-c135-000000004b7d | TASK | Remove update marker for bundle openstack-manila-share 2026-02-19 22:41:51.016319 | fa163ee8-850d-8ed0-c135-000000004b7d | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-02-19 22:41:51.017146 | fa163ee8-850d-8ed0-c135-000000004b7d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:30.136137 | 0.03s 2026-02-19 22:41:51.055344 | fa163ee8-850d-8ed0-c135-000000004b9e | TASK | Run kolla_set_configs to copy ring files 2026-02-19 22:41:51.501246 | fa163ee8-850d-8ed0-c135-000000004b9e | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-02-19 22:41:51.502532 | fa163ee8-850d-8ed0-c135-000000004b9e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.621521 | 0.45s 2026-02-19 22:41:51.507297 | fa163ee8-850d-8ed0-c135-000000004b9e | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.626291 | 0.45s 2026-02-19 22:41:51.526178 | fa163ee8-850d-8ed0-c135-000000004b9f | TASK | Run kolla_set_configs to copy ring files 2026-02-19 22:41:51.877554 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-02-19 22:41:51.879201 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.998188 | 0.35s 2026-02-19 22:41:52.224848 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-02-19 22:41:52.225972 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:31.344962 | 0.70s 2026-02-19 22:41:52.595162 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-02-19 22:41:52.595982 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:31.714976 | 1.07s 2026-02-19 22:41:53.085880 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-02-19 22:41:53.086841 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.205835 | 1.56s 2026-02-19 22:41:53.408635 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-02-19 22:41:53.410291 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.529248 | 1.88s 2026-02-19 22:41:53.733640 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-02-19 22:41:53.735532 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.854515 | 2.21s 2026-02-19 22:41:54.423357 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-02-19 22:41:54.425542 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:33.544526 | 2.90s 2026-02-19 22:41:54.798017 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-02-19 22:41:54.798963 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:33.917956 | 3.27s 2026-02-19 22:41:55.061248 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-02-19 22:41:55.061962 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:34.180956 | 3.53s 2026-02-19 22:41:55.549048 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-02-19 22:41:55.551093 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:34.670079 | 4.02s 2026-02-19 22:41:55.856048 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-02-19 22:41:55.857152 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:34.976138 | 4.33s 2026-02-19 22:41:56.318904 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-02-19 22:41:56.320214 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:35.439200 | 4.79s 2026-02-19 22:41:56.798423 | fa163ee8-850d-8ed0-c135-000000004b9f | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-02-19 22:41:56.800323 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:35.919310 | 5.27s 2026-02-19 22:41:56.814649 | fa163ee8-850d-8ed0-c135-000000004b9f | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:35.933631 | 5.29s 2026-02-19 22:41:56.849878 | fa163ee8-850d-8ed0-c135-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-02-19 22:41:57.096903 | fa163ee8-850d-8ed0-c135-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-02-19 22:41:57.097952 | fa163ee8-850d-8ed0-c135-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:36.216942 | 0.25s 2026-02-19 22:41:57.172838 | fa163ee8-850d-8ed0-c135-0000000000f3 | TIMING | include_tasks | standalone | 0:29:36.291818 | 0.05s 2026-02-19 22:41:57.213624 | 529b01c5-2d4b-4458-bde6-d843ae7c3e88 | INCLUDED | /root/standalone-ansible-3xmt_kv6/common_deploy_steps_tasks.yaml | standalone 2026-02-19 22:41:57.239156 | fa163ee8-850d-8ed0-c135-000000004c1c | TASK | Write the config_step hieradata 2026-02-19 22:41:57.707302 | fa163ee8-850d-8ed0-c135-000000004c1c | OK | Write the config_step hieradata | standalone 2026-02-19 22:41:57.708352 | fa163ee8-850d-8ed0-c135-000000004c1c | TIMING | Write the config_step hieradata | standalone | 0:29:36.827340 | 0.47s 2026-02-19 22:41:57.730790 | fa163ee8-850d-8ed0-c135-000000004c1d | TASK | Run puppet host configuration for step 5 2026-02-19 22:41:58.023488 | fa163ee8-850d-8ed0-c135-000000004c1d | CHANGED | Run puppet host configuration for step 5 | standalone 2026-02-19 22:41:58.024943 | fa163ee8-850d-8ed0-c135-000000004c1d | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:37.143923 | 0.29s 2026-02-19 22:41:58.054056 | fa163ee8-850d-8ed0-c135-000000004c1e | TASK | Wait for puppet host configuration to finish 2026-02-19 22:41:58.269198 | fa163ee8-850d-8ed0-c135-000000004c1e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 22:42:08.492947 | fa163ee8-850d-8ed0-c135-000000004c1e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 22:42:18.710049 | fa163ee8-850d-8ed0-c135-000000004c1e | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 22:42:18.711601 | fa163ee8-850d-8ed0-c135-000000004c1e | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:57.830585 | 20.66s 2026-02-19 22:42:18.743785 | fa163ee8-850d-8ed0-c135-000000004c1f | TASK | Debug output for task: Run puppet host configuration for step 5 2026-02-19 22:42:18.810947 | fa163ee8-850d-8ed0-c135-000000004c1f | 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 19 22:41:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Feb 19 22:42:05 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 22:42:05 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 22:42:05 puppet-user: (file & line not available)", "<13>Feb 19 22:42:05 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 22:42:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 22:42:05 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\", 7]", "<13>Feb 19 22:42:05 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 19 22:42:05 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 19 22:42:05 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\", 7]", "<13>Feb 19 22:42:05 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\", 7]", "<13>Feb 19 22:42:05 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\", 7]", "<13>Feb 19 22:42:05 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\", 7]", "<13>Feb 19 22:42:05 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\", 7]", "<13>Feb 19 22:42:05 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 22:42:05 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.64 seconds", "<13>Feb 19 22:42:10 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 22:42:12 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 22:42:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 22:42:14 puppet-user: Notice: Applied catalog in 8.51 seconds", "<13>Feb 19 22:42:14 puppet-user: Application:", "<13>Feb 19 22:42:14 puppet-user: Initial environment: production", "<13>Feb 19 22:42:14 puppet-user: Converged environment: production", "<13>Feb 19 22:42:14 puppet-user: Run mode: user", "<13>Feb 19 22:42:14 puppet-user: Changes:", "<13>Feb 19 22:42:14 puppet-user: Total: 2", "<13>Feb 19 22:42:14 puppet-user: Events:", "<13>Feb 19 22:42:14 puppet-user: Success: 2", "<13>Feb 19 22:42:14 puppet-user: Resources:", "<13>Feb 19 22:42:14 puppet-user: Changed: 2", "<13>Feb 19 22:42:14 puppet-user: Out of sync: 2", "<13>Feb 19 22:42:14 puppet-user: Total: 37", "<13>Feb 19 22:42:14 puppet-user: Time:", "<13>Feb 19 22:42:14 puppet-user: Filebucket: 0.00", "<13>Feb 19 22:42:14 puppet-user: Schedule: 0.00", "<13>Feb 19 22:42:14 puppet-user: File line: 0.00", "<13>Feb 19 22:42:14 puppet-user: Package: 0.00", "<13>Feb 19 22:42:14 puppet-user: Augeas: 0.01", "<13>Feb 19 22:42:14 puppet-user: User: 0.01", "<13>Feb 19 22:42:14 puppet-user: File: 0.09", "<13>Feb 19 22:42:14 puppet-user: Service: 0.14", "<13>Feb 19 22:42:14 puppet-user: Config retrieval: 0.75", "<13>Feb 19 22:42:14 puppet-user: Pcmk property: 1.52", "<13>Feb 19 22:42:14 puppet-user: Last run: 1771540934", "<13>Feb 19 22:42:14 puppet-user: Exec: 2.09", "<13>Feb 19 22:42:14 puppet-user: Pcmk resource default: 2.19", "<13>Feb 19 22:42:14 puppet-user: Pcmk resource op default: 2.25", "<13>Feb 19 22:42:14 puppet-user: Transaction evaluation: 8.49", "<13>Feb 19 22:42:14 puppet-user: Catalog application: 8.51", "<13>Feb 19 22:42:14 puppet-user: Total: 8.52", "<13>Feb 19 22:42:14 puppet-user: Version:", "<13>Feb 19 22:42:14 puppet-user: Config: 1771540925", "<13>Feb 19 22:42:14 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 22:42:18.812496 | fa163ee8-850d-8ed0-c135-000000004c1f | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:57.931479 | 0.07s 2026-02-19 22:42:18.842061 | fa163ee8-850d-8ed0-c135-000000004c20 | TASK | Pre-cache facts for puppet containers 2026-02-19 22:42:18.863578 | fa163ee8-850d-8ed0-c135-000000004c20 | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:57.982540 | 0.02s 2026-02-19 22:42:18.930192 | fa163ee8-850d-8ed0-c135-000000004c5f | TASK | Gather variables for each operating system 2026-02-19 22:42:19.053867 | fa163ee8-850d-8ed0-c135-000000004c5f | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:58.172834 | 0.12s 2026-02-19 22:42:19.085050 | fa163ee8-850d-8ed0-c135-000000004c60 | TASK | Create puppet caching structures 2026-02-19 22:42:19.330876 | fa163ee8-850d-8ed0-c135-000000004c60 | CHANGED | Create puppet caching structures | standalone 2026-02-19 22:42:19.332736 | fa163ee8-850d-8ed0-c135-000000004c60 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:58.451714 | 0.25s 2026-02-19 22:42:19.362827 | fa163ee8-850d-8ed0-c135-000000004c61 | TASK | Check for facter.conf 2026-02-19 22:42:19.620102 | fa163ee8-850d-8ed0-c135-000000004c61 | OK | Check for facter.conf | standalone 2026-02-19 22:42:19.621855 | fa163ee8-850d-8ed0-c135-000000004c61 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:58.740837 | 0.26s 2026-02-19 22:42:19.652109 | fa163ee8-850d-8ed0-c135-000000004c62 | TASK | Remove facter.conf if directory 2026-02-19 22:42:19.704144 | fa163ee8-850d-8ed0-c135-000000004c62 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 22:42:19.705527 | fa163ee8-850d-8ed0-c135-000000004c62 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:58.824508 | 0.05s 2026-02-19 22:42:19.735083 | fa163ee8-850d-8ed0-c135-000000004c63 | TASK | Write facter cache config 2026-02-19 22:42:20.228698 | fa163ee8-850d-8ed0-c135-000000004c63 | CHANGED | Write facter cache config | standalone 2026-02-19 22:42:20.230412 | fa163ee8-850d-8ed0-c135-000000004c63 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:59.349387 | 0.49s 2026-02-19 22:42:20.262985 | fa163ee8-850d-8ed0-c135-000000004c64 | TASK | Cleanup facter cache if exists 2026-02-19 22:42:20.503792 | fa163ee8-850d-8ed0-c135-000000004c64 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 22:42:20.504789 | fa163ee8-850d-8ed0-c135-000000004c64 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:59.623760 | 0.24s 2026-02-19 22:42:20.527761 | fa163ee8-850d-8ed0-c135-000000004c65 | TASK | Pre-cache facts 2026-02-19 22:42:21.186481 | fa163ee8-850d-8ed0-c135-000000004c65 | CHANGED | Pre-cache facts | standalone 2026-02-19 22:42:21.188321 | fa163ee8-850d-8ed0-c135-000000004c65 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:00.307303 | 0.66s 2026-02-19 22:42:21.225311 | fa163ee8-850d-8ed0-c135-000000004c66 | TASK | Failed deployment if facter fails 2026-02-19 22:42:21.266419 | fa163ee8-850d-8ed0-c135-000000004c66 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 22:42:21.267277 | fa163ee8-850d-8ed0-c135-000000004c66 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:00.386249 | 0.04s 2026-02-19 22:42:21.311698 | fa163ee8-850d-8ed0-c135-000000004c67 | TASK | Sync cached facts 2026-02-19 22:42:21.624993 | fa163ee8-850d-8ed0-c135-000000004c67 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee8-850d-8ed0-c135-000000004c67') missing from stats 2026-02-19 22:42:21.688916 | fa163ee8-850d-8ed0-c135-000000004c21 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 22:42:21.740931 | fa163ee8-850d-8ed0-c135-000000004c21 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 22:42:21.742482 | fa163ee8-850d-8ed0-c135-000000004c21 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:00.861454 | 0.05s 2026-02-19 22:42:21.775736 | fa163ee8-850d-8ed0-c135-000000004c23 | TASK | Manage containers for step 5 with tripleo-ansible 2026-02-19 22:42:21.809387 | fa163ee8-850d-8ed0-c135-000000004c23 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:00.928363 | 0.03s 2026-02-19 22:42:21.871920 | fa163ee8-850d-8ed0-c135-000000004cbe | TASK | Gather variables for each operating system 2026-02-19 22:42:21.985589 | fa163ee8-850d-8ed0-c135-000000004cbe | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:01.104565 | 0.11s 2026-02-19 22:42:22.005564 | fa163ee8-850d-8ed0-c135-000000004cbf | TASK | Create container logs path 2026-02-19 22:42:22.267681 | fa163ee8-850d-8ed0-c135-000000004cbf | OK | Create container logs path | standalone 2026-02-19 22:42:22.269314 | fa163ee8-850d-8ed0-c135-000000004cbf | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:01.388297 | 0.26s 2026-02-19 22:42:22.301387 | fa163ee8-850d-8ed0-c135-000000004cc1 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:42:22.567625 | fa163ee8-850d-8ed0-c135-000000004cc1 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 22:42:22.568780 | fa163ee8-850d-8ed0-c135-000000004cc1 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:01.687769 | 0.27s 2026-02-19 22:42:22.591743 | fa163ee8-850d-8ed0-c135-000000004cc2 | TASK | Finalise hashes for all containers 2026-02-19 22:42:22.632237 | fa163ee8-850d-8ed0-c135-000000004cc2 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:42:22.633433 | fa163ee8-850d-8ed0-c135-000000004cc2 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:01.752421 | 0.04s 2026-02-19 22:42:22.654400 | fa163ee8-850d-8ed0-c135-000000004cc4 | TASK | Manage systemd shutdown files 2026-02-19 22:42:22.675022 | fa163ee8-850d-8ed0-c135-000000004cc4 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:01.794002 | 0.02s 2026-02-19 22:42:22.692782 | d6535a09-67a7-4041-a191-b2a3ad9f4d6d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 22:42:22.717518 | fa163ee8-850d-8ed0-c135-000000004cf7 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 22:42:22.924409 | fa163ee8-850d-8ed0-c135-000000004cf7 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 22:42:22.925452 | fa163ee8-850d-8ed0-c135-000000004cf7 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:02.044439 | 0.21s 2026-02-19 22:42:22.955595 | fa163ee8-850d-8ed0-c135-000000004cf8 | TASK | Set podman_drop_in fact 2026-02-19 22:42:22.999873 | fa163ee8-850d-8ed0-c135-000000004cf8 | OK | Set podman_drop_in fact | standalone 2026-02-19 22:42:23.002453 | fa163ee8-850d-8ed0-c135-000000004cf8 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:02.121433 | 0.04s 2026-02-19 22:42:23.034211 | fa163ee8-850d-8ed0-c135-000000004cfa | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 22:42:23.549353 | fa163ee8-850d-8ed0-c135-000000004cfa | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 22:42:23.550322 | fa163ee8-850d-8ed0-c135-000000004cfa | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:02.669311 | 0.51s 2026-02-19 22:42:24.003419 | fa163ee8-850d-8ed0-c135-000000004cfa | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 22:42:24.005779 | fa163ee8-850d-8ed0-c135-000000004cfa | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:03.124764 | 0.97s 2026-02-19 22:42:24.013247 | fa163ee8-850d-8ed0-c135-000000004cfa | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:03.132224 | 0.98s 2026-02-19 22:42:24.043372 | fa163ee8-850d-8ed0-c135-000000004cfb | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 22:42:24.519755 | fa163ee8-850d-8ed0-c135-000000004cfb | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 22:42:24.521041 | fa163ee8-850d-8ed0-c135-000000004cfb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:03.640024 | 0.48s 2026-02-19 22:42:24.551304 | fa163ee8-850d-8ed0-c135-000000004cfc | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 22:42:25.047586 | fa163ee8-850d-8ed0-c135-000000004cfc | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 22:42:25.048665 | fa163ee8-850d-8ed0-c135-000000004cfc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:04.167655 | 0.50s 2026-02-19 22:42:25.072735 | fa163ee8-850d-8ed0-c135-000000004cfd | TASK | Enable and start tripleo-container-shutdown 2026-02-19 22:42:25.995256 | fa163ee8-850d-8ed0-c135-000000004cfd | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 22:42:25.998002 | fa163ee8-850d-8ed0-c135-000000004cfd | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:05.116976 | 0.92s 2026-02-19 22:42:26.029685 | fa163ee8-850d-8ed0-c135-000000004cfe | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 22:42:26.555667 | fa163ee8-850d-8ed0-c135-000000004cfe | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 22:42:26.558383 | fa163ee8-850d-8ed0-c135-000000004cfe | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:05.677362 | 0.53s 2026-02-19 22:42:26.589401 | fa163ee8-850d-8ed0-c135-000000004cff | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 22:42:27.112621 | fa163ee8-850d-8ed0-c135-000000004cff | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 22:42:27.114404 | fa163ee8-850d-8ed0-c135-000000004cff | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:06.233393 | 0.52s 2026-02-19 22:42:27.136650 | fa163ee8-850d-8ed0-c135-000000004d00 | TASK | Enable and start netns-placeholder 2026-02-19 22:42:28.096094 | fa163ee8-850d-8ed0-c135-000000004d00 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 22:42:28.100004 | fa163ee8-850d-8ed0-c135-000000004d00 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:07.218962 | 0.96s 2026-02-19 22:42:28.133689 | fa163ee8-850d-8ed0-c135-000000004cc6 | TASK | Update container configs with new config hashes 2026-02-19 22:42:28.175859 | fa163ee8-850d-8ed0-c135-000000004cc6 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:07.294833 | 0.04s 2026-02-19 22:42:28.193801 | 8aab0455-27e3-4520-8b3f-afdd17855eaa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 22:42:28.223168 | fa163ee8-850d-8ed0-c135-000000004d28 | TASK | Update config hashes for container startup configs 2026-02-19 22:42:28.491205 | fa163ee8-850d-8ed0-c135-000000004d28 | OK | Update config hashes for container startup configs | standalone 2026-02-19 22:42:28.493897 | fa163ee8-850d-8ed0-c135-000000004d28 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:07.612875 | 0.27s 2026-02-19 22:42:28.528112 | fa163ee8-850d-8ed0-c135-000000004cc7 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:42:28.568984 | fa163ee8-850d-8ed0-c135-000000004cc7 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:07.687958 | 0.04s 2026-02-19 22:42:28.593088 | 17357553-3774-473e-9283-7259675da9b6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 22:42:28.629597 | fa163ee8-850d-8ed0-c135-000000004d47 | TASK | Gather podman infos 2026-02-19 22:42:30.758555 | fa163ee8-850d-8ed0-c135-000000004d47 | OK | Gather podman infos | standalone 2026-02-19 22:42:30.759623 | fa163ee8-850d-8ed0-c135-000000004d47 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:09.878616 | 2.13s 2026-02-19 22:42:30.914111 | fa163ee8-850d-8ed0-c135-000000004d48 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:42:30.987314 | fa163ee8-850d-8ed0-c135-000000004d48 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:10.106297 | 0.06s 2026-02-19 22:42:31.244308 | fa163ee8-850d-8ed0-c135-000000004d91 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:10.363285 | 0.21s 2026-02-19 22:42:31.292101 | fa163ee8-850d-8ed0-c135-000000004cc8 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:42:31.343209 | fa163ee8-850d-8ed0-c135-000000004cc8 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:10.462167 | 0.05s 2026-02-19 22:42:31.364856 | 2838cd92-6f9a-48be-9700-b5a4396e0b85 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 22:42:31.396938 | fa163ee8-850d-8ed0-c135-000000004db7 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:42:56.822033 | fa163ee8-850d-8ed0-c135-000000004db7 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 22:42:56.824891 | fa163ee8-850d-8ed0-c135-000000004db7 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:35.943878 | 25.43s 2026-02-19 22:42:56.847998 | fa163ee8-850d-8ed0-c135-000000004db8 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 22:43:24.339552 | fa163ee8-850d-8ed0-c135-000000004db8 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 22:43:24.340658 | fa163ee8-850d-8ed0-c135-000000004db8 | 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:31:03.459649 | 27.49s 2026-02-19 22:43:24.400685 | fa163ee8-850d-8ed0-c135-000000004c25 | TASK | Clean container_puppet_tasks for standalone step 5 2026-02-19 22:43:24.614833 | fa163ee8-850d-8ed0-c135-000000004c25 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-02-19 22:43:24.615623 | fa163ee8-850d-8ed0-c135-000000004c25 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:03.734614 | 0.21s 2026-02-19 22:43:24.663117 | fa163ee8-850d-8ed0-c135-000000004c26 | TASK | Calculate container_puppet_tasks for standalone step 5 2026-02-19 22:43:24.701987 | fa163ee8-850d-8ed0-c135-000000004c26 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:03.820966 | 0.04s 2026-02-19 22:43:24.726841 | fa163ee8-850d-8ed0-c135-000000004c27 | TASK | Include container-puppet tasks for step 5 2026-02-19 22:43:24.755124 | fa163ee8-850d-8ed0-c135-000000004c27 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:03.874093 | 0.03s 2026-02-19 22:43:24.784798 | ded0ac0f-6206-44ce-8b90-74f1ad171622 | INCLUDED | /root/standalone-ansible-3xmt_kv6/host-container-puppet-tasks.yaml | standalone 2026-02-19 22:43:24.832600 | fa163ee8-850d-8ed0-c135-000000004e03 | TASK | Write container-puppet-tasks json file for standalone step 5 2026-02-19 22:43:25.353226 | fa163ee8-850d-8ed0-c135-000000004e03 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-02-19 22:43:25.354468 | fa163ee8-850d-8ed0-c135-000000004e03 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:04.473449 | 0.52s 2026-02-19 22:43:25.379898 | fa163ee8-850d-8ed0-c135-000000004e05 | TASK | Generate container puppet configs for step 5 2026-02-19 22:43:25.626454 | fa163ee8-850d-8ed0-c135-000000004e05 | OK | Generate container puppet configs for step 5 | standalone 2026-02-19 22:43:25.628105 | fa163ee8-850d-8ed0-c135-000000004e05 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:04.747091 | 0.25s 2026-02-19 22:43:25.658797 | fa163ee8-850d-8ed0-c135-000000004e06 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-02-19 22:43:25.689369 | fa163ee8-850d-8ed0-c135-000000004e06 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:04.808341 | 0.03s 2026-02-19 22:43:25.766385 | fa163ee8-850d-8ed0-c135-000000004e35 | TASK | Gather variables for each operating system 2026-02-19 22:43:25.890347 | fa163ee8-850d-8ed0-c135-000000004e35 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:05.009324 | 0.12s 2026-02-19 22:43:25.913710 | fa163ee8-850d-8ed0-c135-000000004e36 | TASK | Create container logs path 2026-02-19 22:43:26.147994 | fa163ee8-850d-8ed0-c135-000000004e36 | OK | Create container logs path | standalone 2026-02-19 22:43:26.148758 | fa163ee8-850d-8ed0-c135-000000004e36 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:05.267751 | 0.23s 2026-02-19 22:43:26.172663 | fa163ee8-850d-8ed0-c135-000000004e38 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 22:43:26.427938 | fa163ee8-850d-8ed0-c135-000000004e38 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 22:43:26.429345 | fa163ee8-850d-8ed0-c135-000000004e38 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:05.548322 | 0.26s 2026-02-19 22:43:26.463068 | fa163ee8-850d-8ed0-c135-000000004e39 | TASK | Finalise hashes for all containers 2026-02-19 22:43:26.500053 | fa163ee8-850d-8ed0-c135-000000004e39 | OK | Finalise hashes for all containers | standalone 2026-02-19 22:43:26.501539 | fa163ee8-850d-8ed0-c135-000000004e39 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:05.620517 | 0.03s 2026-02-19 22:43:26.533054 | fa163ee8-850d-8ed0-c135-000000004e3b | TASK | Manage systemd shutdown files 2026-02-19 22:43:26.562747 | fa163ee8-850d-8ed0-c135-000000004e3b | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 22:43:26.563582 | fa163ee8-850d-8ed0-c135-000000004e3b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:05.682572 | 0.03s 2026-02-19 22:43:26.591495 | fa163ee8-850d-8ed0-c135-000000004e3d | TASK | Update container configs with new config hashes 2026-02-19 22:43:26.631438 | fa163ee8-850d-8ed0-c135-000000004e3d | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 22:43:26.632545 | fa163ee8-850d-8ed0-c135-000000004e3d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:05.751527 | 0.04s 2026-02-19 22:43:26.665610 | fa163ee8-850d-8ed0-c135-000000004e3e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 22:43:26.707253 | fa163ee8-850d-8ed0-c135-000000004e3e | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 22:43:26.708498 | fa163ee8-850d-8ed0-c135-000000004e3e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:05.827481 | 0.04s 2026-02-19 22:43:26.740958 | fa163ee8-850d-8ed0-c135-000000004e3f | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 22:43:26.782951 | fa163ee8-850d-8ed0-c135-000000004e3f | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 22:43:26.784238 | fa163ee8-850d-8ed0-c135-000000004e3f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:05.903218 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-02-19 22:43:26.962400 | fa163ee8-850d-8ed0-c135-0000000000f7 | TASK | Server Post Deployments 2026-02-19 22:43:27.000234 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000f7') missing from stats 2026-02-19 22:43:27.074347 | fa163ee8-850d-8ed0-c135-0000000000f8 | TIMING | include_tasks | standalone | 0:31:06.193330 | 0.05s PLAY [External deployment Post Deploy tasks] *********************************** 2026-02-19 22:43:27.196531 | fa163ee8-850d-8ed0-c135-0000000000fc | TASK | External deployment Post Deploy tasks 2026-02-19 22:43:27.223896 | fa163ee8-850d-8ed0-c135-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', 'fa163ee8-850d-8ed0-c135-0000000000fc') missing from stats 2026-02-19 22:43:27.239348 | fa163ee8-850d-8ed0-c135-000000000100 | TASK | is additonal Cell? 2026-02-19 22:43:27.266854 | fa163ee8-850d-8ed0-c135-000000000100 | OK | is additonal Cell? | undercloud 2026-02-19 22:43:27.267659 | fa163ee8-850d-8ed0-c135-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:06.386649 | 0.03s 2026-02-19 22:43:27.281803 | fa163ee8-850d-8ed0-c135-000000000102 | TASK | discover via nova_manager? 2026-02-19 22:43:27.339613 | fa163ee8-850d-8ed0-c135-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-02-19 22:43:27.340356 | fa163ee8-850d-8ed0-c135-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:06.459348 | 0.06s 2026-02-19 22:43:27.354290 | fa163ee8-850d-8ed0-c135-000000000103 | TASK | discover via nova_api? 2026-02-19 22:43:27.421977 | fa163ee8-850d-8ed0-c135-000000000103 | OK | discover via nova_api? | undercloud 2026-02-19 22:43:27.422872 | fa163ee8-850d-8ed0-c135-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:06.541859 | 0.07s 2026-02-19 22:43:27.436969 | fa163ee8-850d-8ed0-c135-000000000104 | TASK | Warn if no discovery host available 2026-02-19 22:43:27.474169 | fa163ee8-850d-8ed0-c135-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-02-19 22:43:27.475150 | fa163ee8-850d-8ed0-c135-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:06.594133 | 0.04s 2026-02-19 22:43:27.498223 | fa163ee8-850d-8ed0-c135-000000000105 | TASK | Discovering nova hosts 2026-02-19 22:43:30.024800 | fa163ee8-850d-8ed0-c135-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee8-850d-8ed0-c135-000000000105') missing from stats 2026-02-19 22:43:30.087106 | fa163ee8-850d-8ed0-c135-000000000106 | OK | set_fact | undercloud 2026-02-19 22:43:30.088555 | fa163ee8-850d-8ed0-c135-000000000106 | TIMING | set_fact | undercloud | 0:31:09.207533 | 0.05s 2026-02-19 22:43:30.106674 | fa163ee8-850d-8ed0-c135-000000000108 | TASK | Set up group_vars 2026-02-19 22:43:30.155849 | fa163ee8-850d-8ed0-c135-000000000108 | OK | Set up group_vars | undercloud 2026-02-19 22:43:30.157239 | fa163ee8-850d-8ed0-c135-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:09.276219 | 0.05s 2026-02-19 22:43:30.175431 | fa163ee8-850d-8ed0-c135-000000000109 | TASK | Make needed directories on the undercloud 2026-02-19 22:43:30.421211 | fa163ee8-850d-8ed0-c135-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-3xmt_kv6/octavia-ansible 2026-02-19 22:43:30.422812 | fa163ee8-850d-8ed0-c135-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:09.541789 | 0.25s 2026-02-19 22:43:30.634579 | fa163ee8-850d-8ed0-c135-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-3xmt_kv6/octavia-ansible/local_dir 2026-02-19 22:43:30.635689 | fa163ee8-850d-8ed0-c135-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:09.754674 | 0.46s 2026-02-19 22:43:30.836590 | fa163ee8-850d-8ed0-c135-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-3xmt_kv6/octavia-ansible/group_vars 2026-02-19 22:43:30.837657 | fa163ee8-850d-8ed0-c135-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:09.956650 | 0.66s 2026-02-19 22:43:30.842924 | fa163ee8-850d-8ed0-c135-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:09.961920 | 0.67s 2026-02-19 22:43:30.856939 | fa163ee8-850d-8ed0-c135-00000000010a | TASK | Write group_vars file 2026-02-19 22:43:31.280718 | fa163ee8-850d-8ed0-c135-00000000010a | CHANGED | Write group_vars file | undercloud 2026-02-19 22:43:31.281483 | fa163ee8-850d-8ed0-c135-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:10.400466 | 0.42s 2026-02-19 22:43:31.303830 | fa163ee8-850d-8ed0-c135-00000000010b | TASK | Gather missing facts 2026-02-19 22:43:31.668336 | fa163ee8-850d-8ed0-c135-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee8-850d-8ed0-c135-00000000010b') missing from stats 2026-02-19 22:43:31.676390 | fa163ee8-850d-8ed0-c135-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:10.795383 | 0.37s 2026-02-19 22:43:31.690256 | fa163ee8-850d-8ed0-c135-00000000010c | TASK | Write octavia inventory 2026-02-19 22:43:32.208840 | fa163ee8-850d-8ed0-c135-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-02-19 22:43:32.209856 | fa163ee8-850d-8ed0-c135-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:11.328842 | 0.52s 2026-02-19 22:43:32.224720 | fa163ee8-850d-8ed0-c135-00000000010d | TASK | Check for ssh_private_key in working directory 2026-02-19 22:43:32.457680 | fa163ee8-850d-8ed0-c135-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-02-19 22:43:32.458483 | fa163ee8-850d-8ed0-c135-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:11.577475 | 0.23s 2026-02-19 22:43:32.472308 | fa163ee8-850d-8ed0-c135-00000000010e | TASK | Set private key location 2026-02-19 22:43:32.507424 | fa163ee8-850d-8ed0-c135-00000000010e | SKIPPED | Set private key location | undercloud 2026-02-19 22:43:32.508114 | fa163ee8-850d-8ed0-c135-00000000010e | TIMING | Set private key location | undercloud | 0:31:11.627107 | 0.04s 2026-02-19 22:43:32.521935 | fa163ee8-850d-8ed0-c135-00000000010f | TASK | Configure octavia command 2026-02-19 22:43:32.559559 | fa163ee8-850d-8ed0-c135-00000000010f | OK | Configure octavia command | undercloud 2026-02-19 22:43:32.560673 | fa163ee8-850d-8ed0-c135-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:11.679653 | 0.04s 2026-02-19 22:43:32.605683 | fa163ee8-850d-8ed0-c135-000000000110 | OK | set_fact | undercloud 2026-02-19 22:43:32.606752 | fa163ee8-850d-8ed0-c135-000000000110 | TIMING | set_fact | undercloud | 0:31:11.725734 | 0.03s 2026-02-19 22:43:32.647152 | fa163ee8-850d-8ed0-c135-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-3xmt_kv6/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-3xmt_kv6/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-3xmt_kv6/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-02-19 22:43:32.648001 | fa163ee8-850d-8ed0-c135-000000000111 | TIMING | debug | undercloud | 0:31:11.766994 | 0.03s 2026-02-19 22:43:32.662646 | fa163ee8-850d-8ed0-c135-000000000112 | TASK | Configure octavia on overcloud 2026-02-19 22:46:51.992067 | fa163ee8-850d-8ed0-c135-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-02-19 22:46:51.994613 | fa163ee8-850d-8ed0-c135-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:31.113599 | 199.33s 2026-02-19 22:46:52.010394 | fa163ee8-850d-8ed0-c135-000000000113 | TASK | Purge temp dirs 2026-02-19 22:46:52.209987 | fa163ee8-850d-8ed0-c135-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-3xmt_kv6/octavia-ansible/local_dir 2026-02-19 22:46:52.210818 | fa163ee8-850d-8ed0-c135-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:31.329807 | 0.20s 2026-02-19 22:46:52.214845 | fa163ee8-850d-8ed0-c135-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:31.333830 | 0.20s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2026-02-19 22:46:52.294921 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 22:46:52.295424 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 22:46:52.295972 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:31.414963 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 22:46:52.296598 | UUID | Info | Host | Task Name | Run Time 2026-02-19 22:46:52.297160 | fa163ee8-850d-8ed0-c135-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 227.04s 2026-02-19 22:46:52.297726 | fa163ee8-850d-8ed0-c135-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 199.33s 2026-02-19 22:46:52.298292 | fa163ee8-850d-8ed0-c135-000000004a21 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 133.57s 2026-02-19 22:46:52.298883 | fa163ee8-850d-8ed0-c135-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 109.26s 2026-02-19 22:46:52.299469 | fa163ee8-850d-8ed0-c135-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.66s 2026-02-19 22:46:52.300049 | fa163ee8-850d-8ed0-c135-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 51.38s 2026-02-19 22:46:52.300682 | fa163ee8-850d-8ed0-c135-000000004885 | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.00s 2026-02-19 22:46:52.301245 | fa163ee8-850d-8ed0-c135-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.67s 2026-02-19 22:46:52.301836 | fa163ee8-850d-8ed0-c135-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 30.49s 2026-02-19 22:46:52.302438 | fa163ee8-850d-8ed0-c135-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 29.02s 2026-02-19 22:46:52.303003 | fa163ee8-850d-8ed0-c135-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.86s 2026-02-19 22:46:52.303621 | fa163ee8-850d-8ed0-c135-000000004db8 | 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.49s 2026-02-19 22:46:52.307485 | fa163ee8-850d-8ed0-c135-000000004db7 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.43s 2026-02-19 22:46:52.308096 | fa163ee8-850d-8ed0-c135-000000004b1c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.10s 2026-02-19 22:46:52.308678 | fa163ee8-850d-8ed0-c135-000000004b48 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.76s 2026-02-19 22:46:52.309223 | fa163ee8-850d-8ed0-c135-000000004b74 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.61s 2026-02-19 22:46:52.309845 | fa163ee8-850d-8ed0-c135-0000000038a1 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 23.72s 2026-02-19 22:46:52.310439 | fa163ee8-850d-8ed0-c135-000000004a20 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 20.98s 2026-02-19 22:46:52.310921 | fa163ee8-850d-8ed0-c135-0000000031a3 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2026-02-19 22:46:52.311424 | fa163ee8-850d-8ed0-c135-000000004c1e | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.66s 2026-02-19 22:46:52.312184 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-3xmt_kv6 Install artifact is located at /root/standalone-install-20260219224652.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.uakqBvyFcg + exit 0 ~/ci-framework-data/artifacts