~/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.pXEsJAIs3D + 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.pXEsJAIs3D/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.pXEsJAIs3D/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.pXEsJAIs3D + J2_VARS_FILE=/tmp/tmp.pXEsJAIs3D/tmp.df6eVWbsvz.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.pXEsJAIs3D/tmp.df6eVWbsvz.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/tmp.df6eVWbsvz.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/tmp.df6eVWbsvz.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/tmp.df6eVWbsvz.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/tmp.df6eVWbsvz.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.pXEsJAIs3D/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.pXEsJAIs3D/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.pXEsJAIs3D/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.pXEsJAIs3D/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.pXEsJAIs3D/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 6.0 MB/s | 2.5 MB 00:00 Last metadata expiration check: 0:00:01 ago on Thu Feb 19 13:36:55 2026. Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-381.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 335 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-common noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-heat-monolith noarch 1:16.1.1-17.1.20251201150838.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251223131207.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 603 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20251217160845.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 190 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20251029140810.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 197 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20251217140851.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 564 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): device-mapper-persistent-data-0.9.0-13 4.1 MB/s | 786 kB 00:00 (2/399): libaio-0.3.111-13.el9.x86_64.rpm 139 kB/s | 26 kB 00:00 (3/399): bash-completion-2.11-4.el9.noarch.rpm 1.9 MB/s | 459 kB 00:00 (4/399): glibc-langpack-en-2.34-60.el9.x86_64.r 4.4 MB/s | 675 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 414 kB/s | 62 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 3.0 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 761 kB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 354 kB/s | 37 kB 00:00 (9/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 178 kB/s | 16 kB 00:00 (10/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 137 kB/s | 12 kB 00:00 (11/399): pkgconf-1.7.3-10.el9.x86_64.rpm 277 kB/s | 45 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 4.1 MB/s | 418 kB 00:00 (13/399): ansible-collection-ansible-netcommon- 1.7 MB/s | 181 kB 00:00 (14/399): ansible-collection-ansible-posix-1.2. 1.2 MB/s | 124 kB 00:00 (15/399): ansible-collection-ansible-utils-2.3. 1.0 MB/s | 91 kB 00:00 (16/399): ansible-collection-community-general- 11 MB/s | 1.3 MB 00:00 (17/399): golang-github-vbatts-tar-split-0.11.1 10 MB/s | 1.0 MB 00:00 (18/399): heat-cfntools-1.4.2-6.1.el9ost.noarch 699 kB/s | 77 kB 00:00 (19/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.7 MB/s | 162 kB 00:00 (20/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.6 MB/s | 178 kB 00:00 (21/399): puppet-fdio-18.2-1.20220727113954.6fd 267 kB/s | 25 kB 00:00 (22/399): python3-ansible-runner-2.0.0a1-3.el9o 1.3 MB/s | 122 kB 00:00 (23/399): python3-bcrypt-3.1.7-7.el9ost.x86_64. 378 kB/s | 44 kB 00:00 (24/399): python3-croniter-0.3.35-2.el9ost.noar 569 kB/s | 49 kB 00:00 (25/399): python3-beautifulsoup4-4.9.3-2.el9ost 1.1 MB/s | 204 kB 00:00 (26/399): python3-daemon-2.3.0-1.el9ost.noarch. 323 kB/s | 39 kB 00:00 (27/399): python3-docutils-0.16-6.el9ost.noarch 12 MB/s | 1.5 MB 00:00 (28/399): python3-etcd3gw-0.2.6-2.el9ost.noarch 324 kB/s | 44 kB 00:00 (29/399): python3-gevent-21.1.2-2.el9ost.x86_64 12 MB/s | 1.6 MB 00:00 (30/399): python3-gitdb-4.0.5-2.el9ost.noarch.r 994 kB/s | 107 kB 00:00 (31/399): python3-jeepney-0.6.0-2.el9ost.noarch 2.9 MB/s | 284 kB 00:00 (32/399): python3-jmespath-0.10.0-1.el9ost.noar 491 kB/s | 46 kB 00:00 (33/399): python3-lockfile-0.12.2-2.el9ost.noar 227 kB/s | 31 kB 00:00 (34/399): python3-logutils-0.3.5-15.el9ost.noar 439 kB/s | 47 kB 00:00 (35/399): python3-memcached-1.59-3.el9ost.noarc 413 kB/s | 40 kB 00:00 (36/399): python3-migrate-0.13.0-1.el9ost.noarc 2.0 MB/s | 224 kB 00:00 (37/399): python3-natsort-7.1.1-2.el9ost.noarch 655 kB/s | 59 kB 00:00 (38/399): python3-mimeparse-1.6.0-16.el9ost.noa 124 kB/s | 16 kB 00:00 (39/399): python3-passlib-1.7.4-3.el9ost.noarch 5.9 MB/s | 712 kB 00:00 (40/399): python3-pecan-1.4.0-2.el9ost.noarch.r 2.8 MB/s | 273 kB 00:00 (41/399): python3-pyOpenSSL-20.0.1-2.el9ost.noa 756 kB/s | 90 kB 00:00 (42/399): python3-pyperclip-1.8.0-3.el9ost.noar 284 kB/s | 25 kB 00:00 (43/399): python3-pynacl-1.4.0-1.el9ost.x86_64. 1.1 MB/s | 111 kB 00:00 (44/399): python3-setproctitle-1.2.2-1.el9ost.x 226 kB/s | 23 kB 00:00 (45/399): python3-smmap-3.0.1-4.el9ost.noarch.r 529 kB/s | 47 kB 00:00 (46/399): python3-soupsieve-2.2-1.el9ost.noarch 629 kB/s | 67 kB 00:00 (47/399): python3-sqlalchemy13-1.3.24-3.el9ost. 16 MB/s | 1.7 MB 00:00 (48/399): python3-tenacity-6.3.1-1.el9ost.noarc 538 kB/s | 51 kB 00:00 (49/399): python3-webtest-2.0.35-6.el9ost.noarc 903 kB/s | 82 kB 00:00 (50/399): python3-zope-event-4.2.0-20.el9ost.no 2.2 MB/s | 205 kB 00:00 (51/399): python3-zmq-22.0.3-1.el9ost.x86_64.rp 3.0 MB/s | 396 kB 00:00 (52/399): rubygem-concurrent-ruby-1.1.5-2.el9os 2.6 MB/s | 243 kB 00:00 (53/399): python3-zope-interface-5.4.0-1.el9ost 1.1 MB/s | 202 kB 00:00 (54/399): rubygem-deep_merge-1.2.1-7.el9ost.noa 158 kB/s | 14 kB 00:00 (55/399): rubygem-fast_gettext-1.2.0-9.el9ost.n 385 kB/s | 34 kB 00:00 (56/399): rubygem-hocon-1.3.1-2.el9ost.noarch.r 942 kB/s | 90 kB 00:00 (57/399): rubygem-multi_json-1.15.0-2.el9ost.no 248 kB/s | 22 kB 00:00 (58/399): rubygem-puppet-resource_api-1.8.13-1. 368 kB/s | 34 kB 00:00 (59/399): rubygem-semantic_puppet-1.0.4-2.el9os 226 kB/s | 21 kB 00:00 (60/399): rubygem-ruby-shadow-2.5.0-15.el9ost.x 146 kB/s | 16 kB 00:00 (61/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.2 MB/s | 433 kB 00:00 (62/399): ansible-config_template-2.0.1-17.1.20 333 kB/s | 29 kB 00:00 (63/399): ansible-role-atos-hsm-1.0.1-17.1.2023 200 kB/s | 17 kB 00:00 (64/399): ansible-role-collectd-config-0.0.3-17 600 kB/s | 53 kB 00:00 (65/399): ansible-role-chrony-1.3.1-17.1.202306 189 kB/s | 22 kB 00:00 (66/399): ansible-role-container-registry-1.4.1 227 kB/s | 24 kB 00:00 (67/399): ansible-role-openstack-operations-0.0 269 kB/s | 30 kB 00:00 (68/399): ansible-role-redhat-subscription-1.3. 296 kB/s | 28 kB 00:00 (69/399): ansible-role-qdr-config-0.0.2-17.1.20 209 kB/s | 21 kB 00:00 (70/399): ansible-role-thales-hsm-3.0.1-17.1.20 227 kB/s | 21 kB 00:00 (71/399): ansible-role-tripleo-modify-image-1.5 301 kB/s | 27 kB 00:00 (72/399): ansible-tripleo-ipa-0.3.1-17.1.202306 366 kB/s | 36 kB 00:00 (73/399): ansible-tripleo-ipsec-11.0.1-17.1.202 432 kB/s | 38 kB 00:00 (74/399): dib-utils-0.0.11-17.1.20230620173328. 142 kB/s | 12 kB 00:00 (75/399): openstack-heat-agents-2.2.1-17.1.2023 109 kB/s | 9.6 kB 00:00 (76/399): os-apply-config-13.1.1-17.1.202310200 601 kB/s | 54 kB 00:00 (77/399): os-collect-config-13.1.1-17.1.2023102 527 kB/s | 50 kB 00:00 (78/399): os-refresh-config-13.1.1-17.1.2023102 241 kB/s | 21 kB 00:00 (79/399): puppet-aodh-18.4.2-17.1.2023062015121 689 kB/s | 62 kB 00:00 (80/399): puppet-auditd-2.2.1-17.1.202306201924 326 kB/s | 28 kB 00:00 (81/399): puppet-archive-4.6.1-17.1.20230620181 413 kB/s | 44 kB 00:00 (82/399): puppet-ceilometer-18.4.3-17.1.2023092 746 kB/s | 70 kB 00:00 (83/399): puppet-certmonger-2.7.1-17.1.20230620 301 kB/s | 26 kB 00:00 (84/399): puppet-cinder-18.5.2-17.1.20230621054 1.3 MB/s | 120 kB 00:00 (85/399): puppet-collectd-13.0.1-17.1.202306201 1.5 MB/s | 135 kB 00:00 (86/399): puppet-corosync-8.0.1-17.1.2023062110 745 kB/s | 68 kB 00:00 (87/399): puppet-designate-18.6.1-17.1.20230621 768 kB/s | 69 kB 00:00 (88/399): puppet-dns-8.2.1-17.1.20230621002045. 397 kB/s | 36 kB 00:00 (89/399): puppet-etcd-1.12.3-17.1.2023062019322 276 kB/s | 25 kB 00:00 (90/399): puppet-gnocchi-18.4.3-17.1.2023062106 650 kB/s | 58 kB 00:00 (91/399): puppet-heat-18.4.1-17.1.2023062111163 782 kB/s | 70 kB 00:00 (92/399): puppet-kmod-2.5.0-17.1.20230620190646 233 kB/s | 21 kB 00:00 (93/399): puppet-manila-18.5.2-17.1.20231102190 914 kB/s | 81 kB 00:00 (94/399): puppet-mysql-10.6.1-17.1.202306210221 1.1 MB/s | 99 kB 00:00 (95/399): puppet-memcached-6.0.0-17.1.202306201 236 kB/s | 23 kB 00:00 (96/399): puppet-nova-18.6.1-17.1.2023062109044 2.2 MB/s | 200 kB 00:00 (97/399): puppet-nssdb-1.0.2-17.1.2023062018564 133 kB/s | 12 kB 00:00 (98/399): puppet-octavia-18.5.1-17.1.2023062106 847 kB/s | 76 kB 00:00 (99/399): puppet-openstack_extras-18.5.1-17.1.2 515 kB/s | 48 kB 00:00 (100/399): puppet-openstacklib-18.5.2-17.1.2023 682 kB/s | 62 kB 00:00 (101/399): puppet-oslo-18.5.1-17.1.202306210523 542 kB/s | 48 kB 00:00 (102/399): puppet-placement-5.4.3-17.1.20230621 467 kB/s | 41 kB 00:00 (103/399): puppet-qdr-7.4.1-17.1.20230620195605 360 kB/s | 31 kB 00:00 (104/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.9 MB/s | 266 kB 00:00 (105/399): puppet-redis-6.1.1-17.1.202306201917 569 kB/s | 51 kB 00:00 (106/399): puppet-rsyslog-4.0.1-17.1.2023062020 635 kB/s | 58 kB 00:00 (107/399): puppet-ssh-6.2.1-17.1.20230620190251 296 kB/s | 29 kB 00:00 (108/399): puppet-stdlib-6.3.1-17.1.20230621000 1.7 MB/s | 160 kB 00:00 (109/399): puppet-swift-18.6.1-17.1.20230621052 1.2 MB/s | 115 kB 00:00 (110/399): puppet-systemd-2.12.1-17.1.202306201 423 kB/s | 42 kB 00:00 (111/399): puppet-vswitch-14.4.3-17.1.202306210 434 kB/s | 41 kB 00:00 (112/399): puppet-xinetd-3.3.1-17.1.20230620185 301 kB/s | 26 kB 00:00 (113/399): python-oslo-cache-lang-2.7.1-17.1.20 215 kB/s | 19 kB 00:00 (114/399): python-oslo-log-lang-4.4.0-17.1.2023 161 kB/s | 14 kB 00:00 (115/399): python-oslo-middleware-lang-4.2.1-17 154 kB/s | 13 kB 00:00 (116/399): python-oslo-policy-lang-3.7.1-17.1.2 156 kB/s | 14 kB 00:00 (117/399): python-oslo-versionedobjects-lang-2. 153 kB/s | 14 kB 00:00 (118/399): python-pycadf-common-3.1.1-17.1.2023 178 kB/s | 15 kB 00:00 (119/399): python3-GitPython-3.1.14-2.el9ost.no 2.6 MB/s | 238 kB 00:00 (120/399): python3-aodhclient-2.2.0-17.1.202306 622 kB/s | 56 kB 00:00 (121/399): python3-barbicanclient-5.3.0-17.1.20 1.4 MB/s | 127 kB 00:00 (122/399): python3-cinderclient-7.4.1-17.1.2023 2.4 MB/s | 218 kB 00:00 (123/399): python3-cliff-3.7.0-17.1.20230620172 1.0 MB/s | 95 kB 00:00 (124/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (125/399): python3-heat-agent-2.2.1-17.1.202306 222 kB/s | 19 kB 00:00 (126/399): python3-futurist-2.3.0-17.1.20230621 673 kB/s | 64 kB 00:00 (127/399): python3-heat-agent-ansible-2.2.1-17. 120 kB/s | 11 kB 00:00 (128/399): python3-heat-agent-apply-config-2.2. 106 kB/s | 9.9 kB 00:00 (129/399): python3-heat-agent-docker-cmd-2.2.1- 133 kB/s | 12 kB 00:00 (130/399): python3-heat-agent-hiera-2.2.1-17.1. 122 kB/s | 10 kB 00:00 (131/399): python3-heat-agent-json-file-2.2.1-1 113 kB/s | 9.8 kB 00:00 (132/399): python3-heat-agent-puppet-2.2.1-17.1 127 kB/s | 11 kB 00:00 (133/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (134/399): python3-ironic-inspector-client-4.5. 758 kB/s | 67 kB 00:00 (135/399): python3-ironicclient-4.6.4-17.1.2023 3.6 MB/s | 342 kB 00:00 (136/399): python3-keystoneclient-4.3.0-17.1.20 2.3 MB/s | 239 kB 00:00 (137/399): python3-keystonemiddleware-9.2.0-17. 942 kB/s | 92 kB 00:00 (138/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (139/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (140/399): python3-neutronclient-7.3.1-17.1.202 3.2 MB/s | 298 kB 00:00 (141/399): python3-novaclient-17.4.1-17.1.20230 2.2 MB/s | 201 kB 00:00 (142/399): python3-os-client-config-2.1.0-17.1. 601 kB/s | 55 kB 00:00 (143/399): python3-os-service-types-1.7.0-17.1. 426 kB/s | 38 kB 00:00 (144/399): python3-os-traits-2.5.0-17.1.2023062 419 kB/s | 45 kB 00:00 (145/399): python3-osc-lib-2.3.1-17.1.202306202 868 kB/s | 78 kB 00:00 (146/399): python3-oslo-cache-2.7.1-17.1.202306 579 kB/s | 56 kB 00:00 (147/399): python3-oslo-context-3.2.1-17.1.2023 307 kB/s | 27 kB 00:00 (148/399): python3-oslo-log-4.4.0-17.1.20230620 697 kB/s | 64 kB 00:00 (149/399): python3-oslo-middleware-4.2.1-17.1.2 637 kB/s | 55 kB 00:00 (150/399): python3-oslo-policy-3.7.1-17.1.20230 824 kB/s | 76 kB 00:00 (151/399): python3-oslo-reports-2.2.0-17.1.2023 574 kB/s | 59 kB 00:00 (152/399): python3-oslo-rootwrap-6.3.1-17.1.202 454 kB/s | 46 kB 00:00 (153/399): python3-oslo-upgradecheck-1.3.1-17.1 325 kB/s | 29 kB 00:00 (154/399): python3-oslo-serialization-4.1.1-17. 163 kB/s | 34 kB 00:00 (155/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (156/399): python3-oslo-versionedobjects-2.4.1- 360 kB/s | 79 kB 00:00 (157/399): python3-pycadf-3.1.1-17.1.2023062021 581 kB/s | 53 kB 00:00 (158/399): python3-requestsexceptions-1.4.0-17. 152 kB/s | 17 kB 00:00 (159/399): python3-saharaclient-3.3.0-17.1.2023 1.7 MB/s | 188 kB 00:00 (160/399): python3-shade-1.33.0-17.1.2023062022 4.6 MB/s | 523 kB 00:00 (161/399): python3-statsd-3.2.1-20.1.el9ost.noa 387 kB/s | 35 kB 00:00 (162/399): python3-swiftclient-3.11.1-17.1.2023 1.4 MB/s | 136 kB 00:00 (163/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 566 kB/s | 50 kB 00:00 (164/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (165/399): python3-troveclient-7.0.0-17.1.20230 1.9 MB/s | 344 kB 00:00 (166/399): python3-validations-libs-1.9.1-17.1. 1.2 MB/s | 137 kB 00:00 (167/399): validations-common-1.9.1-17.1.202310 1.2 MB/s | 111 kB 00:00 (168/399): python3-paramiko-2.11.0-2.el9ost.noa 3.0 MB/s | 299 kB 00:00 (169/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.2 MB/s | 427 kB 00:00 (170/399): ansible-pacemaker-1.0.4-17.1.2023121 238 kB/s | 21 kB 00:00 (171/399): python3-manilaclient-2.6.4-17.1.2024 5.5 MB/s | 528 kB 00:00 (172/399): python3-sqlparse-0.4.1-2.el9ost.noar 949 kB/s | 83 kB 00:00 (173/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.4 MB/s | 230 kB 00:00 (174/399): ansible-role-metalsmith-deployment-1 244 kB/s | 21 kB 00:00 (175/399): openstack-selinux-0.8.37-17.1.202311 2.3 MB/s | 221 kB 00:00 (176/399): puppet-ironic-18.7.1-17.1.2024030521 1.3 MB/s | 121 kB 00:00 (177/399): python-oslo-db-lang-8.5.2-17.1.20240 155 kB/s | 14 kB 00:00 (178/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (179/399): python3-keystoneauth1-4.4.0-17.1.202 4.3 MB/s | 409 kB 00:00 (180/399): python3-metalsmith-1.4.4-17.1.202405 698 kB/s | 65 kB 00:00 (181/399): python3-neutron-lib-2.10.3-17.1.2023 3.8 MB/s | 375 kB 00:00 (182/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (183/399): python3-oslo-db-8.5.2-17.1.202408201 1.5 MB/s | 144 kB 00:00 (184/399): python3-oslo-messaging-12.7.3-17.1.2 2.2 MB/s | 216 kB 00:00 (185/399): python3-oslo-service-2.5.1-17.1.2024 792 kB/s | 71 kB 00:00 (186/399): python3-rhosp-openvswitch-3.3-1.el9o 93 kB/s | 8.3 kB 00:00 (187/399): python3-waitress-2.0.0-4.el9ost.noar 1.1 MB/s | 109 kB 00:00 (188/399): openstack-ansible-core-2.14.2-4.7.el 19 MB/s | 2.3 MB 00:00 (189/399): openstack-tripleo-validations-14.3.2 2.0 MB/s | 204 kB 00:00 (190/399): puppet-glance-18.6.1-17.1.2025022015 933 kB/s | 87 kB 00:00 (191/399): puppet-ovn-18.6.1-17.1.2024092509490 329 kB/s | 29 kB 00:00 (192/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (193/399): python3-os-ken-1.4.1-17.1.2024120509 18 MB/s | 2.1 MB 00:00 (194/399): puppet-tripleo-14.2.3-17.1.202503201 2.4 MB/s | 239 kB 00:00 (195/399): ansible-collection-containers-podman 2.5 MB/s | 243 kB 00:00 (196/399): ansible-collections-openstack-1.9.1- 1.3 MB/s | 146 kB 00:00 (197/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 2.0 MB/s | 351 kB 00:00 (198/399): hiera-3.6.0-6.el9ost.noarch.rpm 281 kB/s | 33 kB 00:00 (199/399): facter-3.14.19-3.el9ost.x86_64.rpm 2.9 MB/s | 518 kB 00:00 (200/399): leatherman-1.12.6-5.el9ost.x86_64.rp 4.2 MB/s | 405 kB 00:00 (201/399): puppet-7.10.0-4.el9ost.noarch.rpm 113 kB/s | 11 kB 00:00 (202/399): puppet-headless-7.10.0-4.el9ost.noar 13 MB/s | 1.4 MB 00:00 (203/399): python3-amqp-5.0.6-5.el9ost.noarch.r 925 kB/s | 92 kB 00:00 (204/399): python3-boto-2.45.0-8.1.el9ost.noarc 11 MB/s | 1.3 MB 00:00 (205/399): python3-cachetools-4.2.2-3.el9ost.no 344 kB/s | 33 kB 00:00 (206/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 2.6 MB/s | 284 kB 00:00 (207/399): python3-colorama-0.4.4-4.el9ost.noar 383 kB/s | 35 kB 00:00 (208/399): python3-dogpile-cache-1.1.5-5.el9ost 963 kB/s | 89 kB 00:00 (209/399): python3-extras-1.0.0-17.el9ost.noarc 237 kB/s | 21 kB 00:00 (210/399): python3-keyring-21.8.0-4.el9ost.noar 875 kB/s | 77 kB 00:00 (211/399): python3-fixtures-3.0.0-24.el9ost.noa 924 kB/s | 93 kB 00:00 (212/399): python3-msgpack-1.0.2-4.el9ost.x86_6 955 kB/s | 87 kB 00:00 (213/399): python3-munch-2.5.0-6.el9ost.noarch. 274 kB/s | 25 kB 00:00 (214/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.6 MB/s | 313 kB 00:00 (215/399): python3-openstacksdk-0.55.1-17.1.202 7.4 MB/s | 735 kB 00:00 (216/399): python3-paste-deploy-2.1.1-4.el9ost. 449 kB/s | 41 kB 00:00 (217/399): python3-paste-3.5.0-5.el9ost.noarch. 6.9 MB/s | 776 kB 00:00 (218/399): python3-pystache-0.5.4-15.el9ost.noa 1.3 MB/s | 132 kB 00:00 (219/399): python3-repoze-lru-0.7-12.el9ost.noa 340 kB/s | 32 kB 00:00 (220/399): python3-routes-2.4.1-14.el9ost.noarc 1.9 MB/s | 188 kB 00:00 (221/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 649 kB/s | 57 kB 00:00 (222/399): python3-secretstorage-3.3.1-3.el9ost 402 kB/s | 36 kB 00:00 (223/399): python3-simplejson-3.17.5-3.el9ost.x 2.4 MB/s | 266 kB 00:00 (224/399): python3-tempita-0.5.1-27.el9ost.noar 404 kB/s | 36 kB 00:00 (225/399): python3-testtools-2.4.0-10.el9ost.no 3.0 MB/s | 333 kB 00:00 (226/399): python3-vine-5.0.0-5.el9ost.noarch.r 289 kB/s | 26 kB 00:00 (227/399): python3-warlock-1.3.3-7.el9ost.noarc 234 kB/s | 21 kB 00:00 (228/399): python3-yappi-1.3.1-5.el9ost.x86_64. 582 kB/s | 56 kB 00:00 (229/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.9 MB/s | 180 kB 00:00 (230/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 317 kB/s | 29 kB 00:00 (231/399): ruby-facter-3.14.19-3.el9ost.x86_64. 109 kB/s | 9.5 kB 00:00 (232/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.2 MB/s | 123 kB 00:00 (233/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 214 kB/s | 19 kB 00:00 (234/399): puppet-barbican-18.4.2-17.1.20250625 586 kB/s | 57 kB 00:00 (235/399): python-openstackclient-lang-5.5.2-17 663 kB/s | 58 kB 00:00 (236/399): python3-openstackclient-5.5.2-17.1.2 8.3 MB/s | 1.1 MB 00:00 (237/399): puppet-concat-6.2.1-17.1.20250725131 492 kB/s | 44 kB 00:00 (238/399): puppet-apache-6.5.2-17.1.20250811150 2.4 MB/s | 253 kB 00:00 (239/399): puppet-firewall-3.4.1-17.1.202508041 795 kB/s | 73 kB 00:00 (240/399): puppet-git-0.5.0-17.1.20250725114148 246 kB/s | 26 kB 00:00 (241/399): puppet-haproxy-4.2.2-17.1.2025072511 524 kB/s | 55 kB 00:00 (242/399): puppet-inifile-4.2.1-17.1.2025080415 463 kB/s | 46 kB 00:00 (243/399): puppet-ipaclient-2.5.2-17.1.20250725 242 kB/s | 21 kB 00:00 (244/399): puppet-keepalived-0.0.2-17.1.2025072 199 kB/s | 17 kB 00:00 (245/399): puppet-module-data-0.5.1-17.1.202507 185 kB/s | 16 kB 00:00 (246/399): puppet-remote-10.0.0-17.1.2025072511 225 kB/s | 19 kB 00:00 (247/399): puppet-rsync-1.1.4-17.1.202508041515 314 kB/s | 28 kB 00:00 (248/399): puppet-snmp-3.9.1-17.1.2025072511575 415 kB/s | 38 kB 00:00 (249/399): puppet-vcsrepo-3.1.1-17.1.2025072511 618 kB/s | 53 kB 00:00 (250/399): puppet-sysctl-0.0.13-17.1.2025072511 193 kB/s | 19 kB 00:00 (251/399): python3-tripleoclient-16.5.1-17.1.20 5.6 MB/s | 552 kB 00:00 (252/399): puppet-horizon-18.6.1-17.1.202510081 616 kB/s | 59 kB 00:00 (253/399): puppet-keystone-18.6.1-17.1.20251008 1.3 MB/s | 126 kB 00:00 (254/399): openstack-heat-engine-16.1.1-17.1.20 164 kB/s | 14 kB 00:00 (255/399): openstack-heat-common-16.1.1-17.1.20 15 MB/s | 1.6 MB 00:00 (256/399): openstack-heat-api-16.1.1-17.1.20251 125 kB/s | 15 kB 00:00 (257/399): openstack-heat-monolith-16.1.1-17.1. 162 kB/s | 14 kB 00:00 (258/399): openstack-tripleo-common-15.4.1-17.1 519 kB/s | 48 kB 00:00 (259/399): openstack-tripleo-common-containers- 785 kB/s | 74 kB 00:00 (260/399): openstack-tripleo-heat-templates-14. 5.9 MB/s | 603 kB 00:00 (261/399): puppet-neutron-18.6.1-17.1.202512171 1.9 MB/s | 190 kB 00:00 (262/399): python3-tripleo-common-15.4.1-17.1.2 1.8 MB/s | 197 kB 00:00 (263/399): tripleo-ansible-3.3.1-17.1.202512171 5.8 MB/s | 564 kB 00:00 (264/399): perl-IO-Socket-SSL-2.073-1.el9.noarc 2.4 MB/s | 223 kB 00:00 (265/399): boost-system-1.75.0-8.el9.x86_64.rpm 161 kB/s | 15 kB 00:00 (266/399): perl-Getopt-Long-2.52-4.el9.noarch.r 684 kB/s | 64 kB 00:00 (267/399): perl-Storable-3.21-460.el9.x86_64.rp 1.1 MB/s | 98 kB 00:00 (268/399): python3-urllib-gssapi-1.0.2-4.el9.no 260 kB/s | 24 kB 00:00 (269/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.3 MB/s | 216 kB 00:00 (270/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 194 kB/s | 17 kB 00:00 (271/399): boost-thread-1.75.0-8.el9.x86_64.rpm 634 kB/s | 57 kB 00:00 (272/399): perl-Data-Dumper-2.174-462.el9.x86_6 664 kB/s | 59 kB 00:00 (273/399): perl-Exporter-5.74-461.el9.noarch.rp 376 kB/s | 34 kB 00:00 (274/399): perl-File-Temp-0.231.100-4.el9.noarc 686 kB/s | 63 kB 00:00 (275/399): perl-Text-Tabs+Wrap-2013.0523-460.el 261 kB/s | 25 kB 00:00 (276/399): perl-parent-0.238-460.el9.noarch.rpm 173 kB/s | 16 kB 00:00 (277/399): python3-pyasn1-modules-0.4.8-6.el9.n 3.0 MB/s | 283 kB 00:00 (278/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.4 MB/s | 224 kB 00:00 (279/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.0 MB/s | 321 kB 00:00 (280/399): perl-IO-Socket-IP-0.41-5.el9.noarch. 411 kB/s | 45 kB 00:00 (281/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 4.0 MB/s | 392 kB 00:00 (282/399): perl-PathTools-3.78-461.el9.x86_64.r 1.0 MB/s | 92 kB 00:00 (283/399): perl-Pod-Simple-3.42-4.el9.noarch.rp 2.4 MB/s | 229 kB 00:00 (284/399): perl-Term-ANSIColor-5.01-461.el9.noa 552 kB/s | 51 kB 00:00 (285/399): perl-Text-ParseWords-3.30-460.el9.no 178 kB/s | 18 kB 00:00 (286/399): perl-URI-5.09-3.el9.noarch.rpm 1.2 MB/s | 125 kB 00:00 (287/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (288/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 (289/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 238 kB/s | 26 kB 00:00 (290/399): iptables-nft-services-1.8.8-6.el9_1. 309 kB/s | 28 kB 00:00 (291/399): perl-Carp-1.50-460.el9.noarch.rpm 268 kB/s | 31 kB 00:00 (292/399): perl-Mozilla-CA-20200520-6.el9.noarc 152 kB/s | 14 kB 00:00 (293/399): perl-Encode-3.08-462.el9.x86_64.rpm 11 MB/s | 1.7 MB 00:00 (294/399): perl-Time-Local-1.300-7.el9.noarch.r 405 kB/s | 37 kB 00:00 (295/399): perl-Term-Cap-1.17-460.el9.noarch.rp 142 kB/s | 24 kB 00:00 (296/399): python3-yubico-1.3.3-7.el9.noarch.rp 815 kB/s | 73 kB 00:00 (297/399): python3-psutil-5.8.0-12.el9.x86_64.r 1.4 MB/s | 218 kB 00:00 (298/399): perl-Pod-Escapes-1.07-460.el9.noarch 201 kB/s | 22 kB 00:00 (299/399): python3-jwcrypto-0.8-4.el9.noarch.rp 718 kB/s | 76 kB 00:00 (300/399): sshpass-1.09-4.el9.x86_64.rpm 258 kB/s | 30 kB 00:00 (301/399): boost-log-1.75.0-8.el9.x86_64.rpm 3.5 MB/s | 410 kB 00:00 (302/399): boost-filesystem-1.75.0-8.el9.x86_64 357 kB/s | 59 kB 00:00 (303/399): boost-program-options-1.75.0-8.el9.x 835 kB/s | 108 kB 00:00 (304/399): libburn-1.5.4-4.el9.x86_64.rpm 1.6 MB/s | 175 kB 00:00 (305/399): perl-Digest-MD5-2.58-4.el9.x86_64.rp 326 kB/s | 39 kB 00:00 (306/399): perl-MIME-Base64-3.16-4.el9.x86_64.r 309 kB/s | 34 kB 00:00 (307/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 205 kB/s | 19 kB 00:00 (308/399): libisoburn-1.5.4-4.el9.x86_64.rpm 4.2 MB/s | 419 kB 00:00 (309/399): perl-Digest-1.19-4.el9.noarch.rpm 265 kB/s | 29 kB 00:00 (310/399): perl-File-Path-2.18-4.el9.noarch.rpm 404 kB/s | 38 kB 00:00 (311/399): perl-Pod-Perldoc-3.28.01-461.el9.noa 990 kB/s | 92 kB 00:00 (312/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 446 kB/s | 43 kB 00:00 (313/399): perl-Scalar-List-Utils-1.56-461.el9. 784 kB/s | 77 kB 00:00 (314/399): perl-Socket-2.031-4.el9.x86_64.rpm 586 kB/s | 58 kB 00:00 (315/399): perl-constant-1.33-461.el9.noarch.rp 281 kB/s | 25 kB 00:00 (316/399): perl-podlators-4.14-460.el9.noarch.r 1.2 MB/s | 118 kB 00:00 (317/399): python3-pyasn1-0.4.8-6.el9.noarch.rp 1.7 MB/s | 163 kB 00:00 (318/399): python3-PyMySQL-0.10.1-6.el9.noarch. 572 kB/s | 112 kB 00:00 (319/399): python3-appdirs-1.4.4-4.el9.noarch.r 144 kB/s | 27 kB 00:00 (320/399): python3-pyusb-1.0.2-13.el9.noarch.rp 935 kB/s | 96 kB 00:00 (321/399): python3-qrcode-core-6.1-12.el9.noarc 468 kB/s | 61 kB 00:00 (322/399): python3-wcwidth-0.2.5-8.el9.noarch.r 396 kB/s | 48 kB 00:00 (323/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.3 MB/s | 279 kB 00:00 (324/399): python3-augeas-0.5.0-25.el9.noarch.r 330 kB/s | 31 kB 00:00 (325/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.4 MB/s | 221 kB 00:00 (326/399): python3-alembic-1.7.5-3.el9.noarch.r 5.3 MB/s | 900 kB 00:00 (327/399): python3-gssapi-1.6.9-5.el9.x86_64.rp 4.5 MB/s | 489 kB 00:00 (328/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 622 kB/s | 59 kB 00:00 (329/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 2.3 MB/s | 459 kB 00:00 (330/399): jq-1.6-14.el9.x86_64.rpm 875 kB/s | 190 kB 00:00 (331/399): perl-AutoLoader-5.74-480.el9.noarch. 251 kB/s | 23 kB 00:00 (332/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (333/399): perl-Class-Struct-0.66-480.el9.noarc 262 kB/s | 24 kB 00:00 (334/399): perl-Errno-1.30-480.el9.x86_64.rpm 153 kB/s | 17 kB 00:00 (335/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 219 kB/s | 23 kB 00:00 (336/399): perl-File-Basename-2.85-480.el9.noar 150 kB/s | 19 kB 00:00 (337/399): perl-File-stat-1.09-480.el9.noarch.r 217 kB/s | 19 kB 00:00 (338/399): perl-FileHandle-2.03-480.el9.noarch. 172 kB/s | 17 kB 00:00 (339/399): perl-Getopt-Std-1.12-480.el9.noarch. 160 kB/s | 17 kB 00:00 (340/399): perl-IPC-Open3-1.21-480.el9.noarch.r 288 kB/s | 25 kB 00:00 (341/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (342/399): perl-SelectSaver-1.02-480.el9.noarch 151 kB/s | 13 kB 00:00 (343/399): perl-Symbol-1.08-480.el9.noarch.rpm 176 kB/s | 16 kB 00:00 (344/399): perl-interpreter-5.32.1-480.el9.x86_ 702 kB/s | 75 kB 00:00 (345/399): perl-overload-1.31-480.el9.noarch.rp 516 kB/s | 47 kB 00:00 (346/399): perl-libs-5.32.1-480.el9.x86_64.rpm 18 MB/s | 2.2 MB 00:00 (347/399): perl-overloading-0.02-480.el9.noarch 165 kB/s | 15 kB 00:00 (348/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.3 MB/s | 259 kB 00:00 (349/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 396 kB/s | 40 kB 00:00 (350/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 468 kB/s | 42 kB 00:00 (351/399): perl-IO-1.43-480.el9.x86_64.rpm 982 kB/s | 94 kB 00:00 (352/399): perl-base-2.27-480.el9.noarch.rpm 194 kB/s | 18 kB 00:00 (353/399): perl-NDBM_File-1.15-480.el9.x86_64.r 237 kB/s | 25 kB 00:00 (354/399): perl-if-0.60.800-480.el9.noarch.rpm 176 kB/s | 16 kB 00:00 (355/399): perl-mro-1.23-480.el9.x86_64.rpm 340 kB/s | 31 kB 00:00 (356/399): perl-subs-1.03-480.el9.noarch.rpm 119 kB/s | 13 kB 00:00 (357/399): perl-vars-1.05-480.el9.noarch.rpm 147 kB/s | 15 kB 00:00 (358/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.6 MB/s | 176 kB 00:00 (359/399): ansible-freeipa-1.9.2-3.el9_2.noarch 3.9 MB/s | 452 kB 00:00 (360/399): rhel-system-roles-1.21.2-1.el9_2.noa 20 MB/s | 2.4 MB 00:00 (361/399): ipa-client-common-4.10.1-12.el9_2.2. 439 kB/s | 44 kB 00:00 (362/399): ipa-common-4.10.1-12.el9_2.2.noarch. 6.6 MB/s | 656 kB 00:00 (363/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.2 MB/s | 648 kB 00:00 (364/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.3 MB/s | 663 kB 00:00 (365/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 623 kB/s | 57 kB 00:00 (366/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 420 kB/s | 41 kB 00:00 (367/399): ruby-default-gems-3.0.4-161.el9_2.2. 518 kB/s | 46 kB 00:00 (368/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 42 MB/s | 7.9 MB 00:00 (369/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 607 kB/s | 55 kB 00:00 (370/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 27 MB/s | 3.3 MB 00:00 (371/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.9 MB/s | 456 kB 00:00 (372/399): rubygem-io-console-0.5.7-161.el9_2.2 296 kB/s | 26 kB 00:00 (373/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 652 kB/s | 59 kB 00:00 (374/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 664 kB/s | 60 kB 00:00 (375/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.2 MB/s | 441 kB 00:00 (376/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (377/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.2 MB/s | 306 kB 00:00 (378/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 2.2 MB/s | 245 kB 00:00 (379/399): buildah-1.29.5-1.el9_2.x86_64.rpm 44 MB/s | 8.6 MB 00:00 (380/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 15 MB/s | 2.2 MB 00:00 (381/399): python3-openvswitch3.3-3.3.6-141.el9 3.9 MB/s | 383 kB 00:00 (382/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 753 kB/s | 68 kB 00:00 (383/399): cephadm-18.2.1-381.el9cp.noarch.rpm 3.2 MB/s | 335 kB 00:00 (384/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 362 kB/s | 36 kB 00:00 (385/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 333 kB/s | 30 kB 00:00 (386/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 211 kB/s | 19 kB 00:00 (387/399): device-mapper-event-1.02.187-7.el9_2 322 kB/s | 32 kB 00:00 (388/399): device-mapper-event-libs-1.02.187-7. 349 kB/s | 31 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 13 MB/s | 1.5 MB 00:00 (390/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.6 MB/s | 156 kB 00:00 (391/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 6.4 MB/s | 1.0 MB 00:00 (392/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 331 kB/s | 30 kB 00:00 (394/399): util-linux-2.37.4-11.el9_2.x86_64.rp 18 MB/s | 2.3 MB 00:00 (395/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.6 MB/s | 464 kB 00:00 (396/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 109 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 711 kB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 1.5 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 1.8 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 7.0 MB/s | 97 MB 00:13 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 16/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 17/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 89/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 90/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 91/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 92/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 93/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 94/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 95/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 96/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 97/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 98/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 99/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 100/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 101/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 102/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 103/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 104/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 105/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 106/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 107/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 108/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 109/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 110/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 111/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 112/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 113/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 114/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 115/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 116/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 117/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 118/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 121/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 122/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 123/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 124/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 125/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 126/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 127/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 128/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 129/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 130/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 131/408 Installing : python3-yubico-1.3.3-7.el9.noarch 132/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-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 : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 171/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 172/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 173/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 174/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 174/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 174/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 175/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 176/408 Installing : jq-1.6-14.el9.x86_64 177/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 178/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 179/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 180/408 Installing : boost-log-1.75.0-8.el9.x86_64 181/408 Installing : libburn-1.5.4-4.el9.x86_64 182/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 183/408 Installing : sshpass-1.09-4.el9.x86_64 184/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 185/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 186/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 187/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 188/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 189/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 190/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 191/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 192/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 193/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 194/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 195/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 196/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 197/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 198/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 199/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 200/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 201/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 202/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 203/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 204/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 205/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 206/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 207/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 208/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 209/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 209/408 Installing : libisofs-1.5.4-4.el9.x86_64 210/408 Installing : libisoburn-1.5.4-4.el9.x86_64 211/408 Installing : xorriso-1.5.4-4.el9.x86_64 212/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 212/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 213/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 214/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 215/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 216/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 217/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 218/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 219/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 220/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 221/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 222/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 222/408 Installing : puppet-7.10.0-4.el9ost.noarch 223/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 223/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 224/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 225/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 226/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 227/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 228/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 229/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 230/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 231/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 232/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 233/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 234/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 235/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 236/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 237/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 238/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 239/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 240/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 241/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 242/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 243/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 244/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 245/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 246/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 247/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 248/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 249/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 250/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 251/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 252/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 253/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 254/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 255/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 256/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 257/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 258/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 259/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 260/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 261/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 262/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 263/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 264/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 265/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 266/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 267/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 268/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 269/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 270/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 271/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 272/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 273/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 274/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 275/408 Installing : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 276/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 277/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 278/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 279/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 280/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 281/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 282/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 283/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 284/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 285/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 286/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 287/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 288/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 289/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 290/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 291/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 292/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 292/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 293/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 294/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 295/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 296/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 297/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 298/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 299/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 300/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 301/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 302/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 303/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 304/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 305/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 306/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 307/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 308/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 309/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 310/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 311/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 312/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 313/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 314/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 315/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 316/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 317/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 318/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 319/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 320/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 321/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 322/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 323/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 324/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 325/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 326/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 327/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 328/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 329/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 330/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 331/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 331/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 332/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 333/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 334/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 335/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 336/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 337/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 338/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 339/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 340/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 341/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 342/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 343/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 344/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 345/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 346/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 347/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 348/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 349/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 350/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 351/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 352/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 353/408 Installing : python3-memcached-1.59-3.el9ost.noarch 354/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 355/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 356/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 357/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 358/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 359/408 Installing : python3-docutils-0.16-6.el9ost.noarch 360/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 361/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 362/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 363/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 364/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 365/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 366/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 367/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 368/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 369/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 370/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 371/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 372/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025102914081 381/408 Installing : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202512011508 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20251201150838. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202512011508 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025120115 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20251029140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-381.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-381.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 13/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 14/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 15/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 16/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 17/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 18/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 19/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 20/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 21/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 22/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 23/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 24/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 25/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 26/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 27/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 28/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 29/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 30/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 31/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 32/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 33/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 34/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 35/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 36/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 37/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 38/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 39/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 40/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 41/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 42/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 43/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 44/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 45/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 46/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 47/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 48/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 49/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 50/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 51/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 52/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 53/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 54/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 55/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 56/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 57/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 58/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 59/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 60/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 61/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 62/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 63/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 64/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 65/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 66/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 67/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 68/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 69/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 70/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 71/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 72/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 73/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 74/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 75/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 76/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 77/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 78/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 79/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 80/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 81/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 82/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 83/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 84/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 85/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 86/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 87/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 88/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 89/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 90/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 91/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 92/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 93/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 94/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 95/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 96/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 97/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 98/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 99/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 100/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 101/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 102/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 103/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 104/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 105/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 106/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 107/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 108/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 109/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 110/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 111/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 112/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 113/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 114/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 115/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 116/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 117/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 118/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 119/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 120/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 121/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 122/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 123/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 124/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 125/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 126/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 127/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 128/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 129/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 130/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 131/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 132/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 133/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 134/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 135/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 136/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 137/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 138/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 139/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 140/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 141/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 142/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 143/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 144/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 145/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 146/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 147/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 148/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 149/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 150/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 151/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 152/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 153/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 154/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 155/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 156/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 157/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 158/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 159/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 160/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 161/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 162/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 163/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 164/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 165/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 166/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 167/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 168/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 169/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 170/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 171/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 172/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 173/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 174/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 175/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 176/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 177/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 178/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 179/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 180/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 181/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 182/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 183/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 184/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 185/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 186/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 187/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 188/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 189/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 190/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 191/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 192/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 193/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 194/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 195/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 196/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 197/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 198/408 Verifying : hiera-3.6.0-6.el9ost.noarch 199/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 200/408 Verifying : puppet-7.10.0-4.el9ost.noarch 201/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 202/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 203/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 204/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 205/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 206/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 207/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 208/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 209/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 210/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 211/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 212/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 213/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 214/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 215/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 216/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 217/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 218/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 219/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 220/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 221/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 222/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 223/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 224/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 225/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 226/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 227/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 228/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 229/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 230/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 231/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 232/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 233/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 234/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 235/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 236/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 237/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 238/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 239/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 240/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 241/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 242/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 243/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 244/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 245/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 246/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 247/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 248/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 249/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 250/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 251/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 252/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 253/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20251201150838. 254/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202512011508 255/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202512011508 256/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025120115 257/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20251029140 258/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 259/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 260/408 Verifying : puppet-neutron-18.6.1-17.1.20251217160845.c9d467 261/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025102914081 262/408 Verifying : tripleo-ansible-3.3.1-17.1.20251217140851.8debef 263/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 264/408 Verifying : boost-system-1.75.0-8.el9.x86_64 265/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 266/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 267/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 268/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 269/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 270/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 271/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 272/408 Verifying : perl-Exporter-5.74-461.el9.noarch 273/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 274/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 275/408 Verifying : perl-parent-1:0.238-460.el9.noarch 276/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 277/408 Verifying : xorriso-1.5.4-4.el9.x86_64 278/408 Verifying : libisofs-1.5.4-4.el9.x86_64 279/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 280/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 281/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 282/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 283/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 284/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 285/408 Verifying : perl-URI-5.09-3.el9.noarch 286/408 Verifying : perl-libnet-3.13-4.el9.noarch 287/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 288/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 289/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 290/408 Verifying : perl-Carp-1.50-460.el9.noarch 291/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 292/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 293/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 294/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 295/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 296/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 297/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 298/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 299/408 Verifying : sshpass-1.09-4.el9.x86_64 300/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 301/408 Verifying : boost-log-1.75.0-8.el9.x86_64 302/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 303/408 Verifying : libburn-1.5.4-4.el9.x86_64 304/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 305/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 306/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 307/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 308/408 Verifying : perl-Digest-1.19-4.el9.noarch 309/408 Verifying : perl-File-Path-2.18-4.el9.noarch 310/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 311/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 312/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 313/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 314/408 Verifying : perl-constant-1.33-461.el9.noarch 315/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 316/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 317/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 318/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 319/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 320/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 321/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 322/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 323/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 324/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 325/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 326/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 327/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 328/408 Verifying : jq-1.6-14.el9.x86_64 329/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 330/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 331/408 Verifying : perl-B-1.80-480.el9.x86_64 332/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 333/408 Verifying : perl-Errno-1.30-480.el9.x86_64 334/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 335/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 336/408 Verifying : perl-File-stat-1.09-480.el9.noarch 337/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 338/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 339/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 340/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 341/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 342/408 Verifying : perl-Symbol-1.08-480.el9.noarch 343/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 344/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 345/408 Verifying : perl-overload-1.31-480.el9.noarch 346/408 Verifying : perl-overloading-0.02-480.el9.noarch 347/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 348/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 349/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 350/408 Verifying : perl-IO-1.43-480.el9.x86_64 351/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 352/408 Verifying : perl-base-2.27-480.el9.noarch 353/408 Verifying : perl-if-0.60.800-480.el9.noarch 354/408 Verifying : perl-mro-1.23-480.el9.x86_64 355/408 Verifying : perl-subs-1.03-480.el9.noarch 356/408 Verifying : perl-vars-1.05-480.el9.noarch 357/408 Verifying : python3-mako-1.1.4-6.el9.noarch 358/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 359/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 360/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 361/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 362/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 363/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 364/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 365/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 366/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 367/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 368/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 369/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 370/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 371/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 372/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 373/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 374/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 375/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 376/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 377/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 378/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 379/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 380/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 381/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 382/408 Verifying : cephadm-2:18.2.1-381.el9cp.noarch 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-381.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20251201150838.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251223131207.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20251217160845.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20251029140810.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20251217140851.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.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-19T13:38:57.192444 # # 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:a6527310e320a29c1c159c609e1e81ec99e55459687393490ae72a82bf8c7ecc Copying blob sha256:c3619dab814189023e7c2fb167c1ac2813a15688b7b79e655a7604f043f7bb86 Copying blob sha256:802b4d71a70046fb2dc84e13101c5a2d8d8960f138a1c5464f6f83b0dec13500 Copying blob sha256:550a2235725a3cd0c4031383499e65291bd1f1819418fec99865663c8799ff2c Copying blob sha256:f67cf0c0b402fb434fb8e6bf69592cea38e310bfe803348deb70ef512683b28e 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 369b5e1fc7d46a9af14041b0c12a1df9b6a23066c764d26e5415adb26aa62353 + 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 13:45:47.278 44005 INFO migrate.versioning.api [-] 72 -> 73...  2026-02-19 13:45:47.303 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.303 44005 INFO migrate.versioning.api [-] 73 -> 74...  2026-02-19 13:45:47.304 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.304 44005 INFO migrate.versioning.api [-] 74 -> 75...  2026-02-19 13:45:47.306 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.306 44005 INFO migrate.versioning.api [-] 75 -> 76...  2026-02-19 13:45:47.308 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.308 44005 INFO migrate.versioning.api [-] 76 -> 77...  2026-02-19 13:45:47.310 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.310 44005 INFO migrate.versioning.api [-] 77 -> 78...  2026-02-19 13:45:47.312 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.312 44005 INFO migrate.versioning.api [-] 78 -> 79...  2026-02-19 13:45:47.337 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.337 44005 INFO migrate.versioning.api [-] 79 -> 80...  2026-02-19 13:45:47.355 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.355 44005 INFO migrate.versioning.api [-] 80 -> 81...  2026-02-19 13:45:47.357 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.357 44005 INFO migrate.versioning.api [-] 81 -> 82...  2026-02-19 13:45:47.359 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.359 44005 INFO migrate.versioning.api [-] 82 -> 83...  2026-02-19 13:45:47.360 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.361 44005 INFO migrate.versioning.api [-] 83 -> 84...  2026-02-19 13:45:47.362 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.362 44005 INFO migrate.versioning.api [-] 84 -> 85...  2026-02-19 13:45:47.364 44005 INFO migrate.versioning.api [-] done 2026-02-19 13:45:47.364 44005 INFO migrate.versioning.api [-] 85 -> 86...  2026-02-19 13:45:47.387 44005 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 13:45:55Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:45:56Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:45:56Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:45:56Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 13:45:56Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 13:45:56Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:45:57Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2026-02-19 13:45:57Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2026-02-19 13:45:57Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2026-02-19 13:45:58Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2026-02-19 13:45:58Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2026-02-19 13:45:59Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:45:59Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:45:59Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:45:59Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2026-02-19 13:45:59Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:00Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:00Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:00Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:00Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2026-02-19 13:46:00Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2026-02-19 13:46:00Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:00Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:00Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:00Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 13:46:00Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2026-02-19 13:46:00Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:01Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:01Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2026-02-19 13:46:01Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:01Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:01Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2026-02-19 13:46:01Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 13:46:01Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:01Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:02Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:02Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2026-02-19 13:46:02Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:02Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:02Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:02Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 13:46:02Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2026-02-19 13:46:02Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:02Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:02Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2026-02-19 13:46:02Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:03Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:03Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2026-02-19 13:46:03Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2026-02-19 13:46:03Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2026-02-19 13:46:03Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:03Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2026-02-19 13:46:04Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:04Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2026-02-19 13:46:05Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:05Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 13:46:05Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:06Z [standalone.Networks]: CREATE_COMPLETE state changed 2026-02-19 13:46:06Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:06Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:06Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:06Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:06Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:06Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:06Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:06Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2026-02-19 13:46:06Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:06Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:07Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 13:46:07Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 13:46:07Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 13:46:07Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2026-02-19 13:46:07Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:07Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:07Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:07Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:07Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:08Z [standalone.VipMap]: CREATE_COMPLETE state changed 2026-02-19 13:46:08Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:09Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:09Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2026-02-19 13:46:10Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2026-02-19 13:46:10Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:10Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2026-02-19 13:46:10Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:10Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:10Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:46:13Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:14Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:15Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:15Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:16Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:46:17Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:18Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:18Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:19Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2026-02-19 13:46:19Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:20Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:20Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:21Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:21Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:22Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:22Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:23Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:24Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2026-02-19 13:46:24Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:24Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:24Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:25Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:25Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:25Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:26Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:27Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:27Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:46:28Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:29Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2026-02-19 13:46:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:30Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:30Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:31Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:31Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:31Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:32Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:33Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:33Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:46:34Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:34Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:35Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2026-02-19 13:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:35Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:36Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2026-02-19 13:46:37Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:38Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2026-02-19 13:46:38Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:38Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:38Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:39Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:39Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:39Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:40Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:41Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:41Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:42Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2026-02-19 13:46:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:43Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:43Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:44Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:44Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:44Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:45Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:46Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:46Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:47Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2026-02-19 13:46:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:47Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:48Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:49Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:49Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:46:49Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:46:50Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:51Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:52Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:46:53Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:54Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:54Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:54Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:55Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2026-02-19 13:46:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:55Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:55Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:56Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 13:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:57Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:58Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:46:59Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:00Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:01Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:01Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:02Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2026-02-19 13:47:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:03Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:03Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:04Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:05Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:05Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:06Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:06Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:47:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:47:06Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:07Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:07Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:07Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:07Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:08Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:09Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:09Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2026-02-19 13:47:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:10Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:10Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:11Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:11Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:12Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:13Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:13Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:14Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:47:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:47:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:15Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:16Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:16Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:17Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2026-02-19 13:47:18Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:18Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:19Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:20Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:21Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:22Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:23Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:24Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:24Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:25Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2026-02-19 13:47:25Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:25Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:25Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:25Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:26Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:27Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:27Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:28Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:28Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:29Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2026-02-19 13:47:30Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:31Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2026-02-19 13:47:31Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:31Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:31Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:32Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:32Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:32Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:32Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:33Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2026-02-19 13:47:34Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:35Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2026-02-19 13:47:35Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:35Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:35Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:36Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:36Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:36Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:47:36Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:36Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:36Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:37Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:37Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:37Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 13:47:38Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:38Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:38Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:38Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:47:38Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:39Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:39Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:40Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:40Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:47:41Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:41Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:42Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2026-02-19 13:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:43Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:44Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:44Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:45Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:46Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:46Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 13:47:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:46Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2026-02-19 13:47:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:47:47Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:48Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:47:49Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2026-02-19 13:47:50Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:51Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2026-02-19 13:47:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:52Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:52Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:53Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:53Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:47:53Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:47:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:47:54Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:55Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:55Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:56Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:56Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:47:57Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:47:57Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:47:58Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2026-02-19 13:47:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:58Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:47:58Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:47:59Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:00Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:00Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:01Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:01Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:01Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:03Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:48:03Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:03Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2026-02-19 13:48:04Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:04Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:04Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:05Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:05Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:48:06Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:06Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:06Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:07Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:08Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:08Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:09Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2026-02-19 13:48:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:10Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:10Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:11Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:48:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:12Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:12Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:12Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-19 13:48:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:13Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:13Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-19 13:48:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:14Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:14Z [HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:14Z [HAProxyNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:48:14Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2026-02-19 13:48:15Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2026-02-19 13:48:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2026-02-19 13:48:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:16Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:16Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:17Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2026-02-19 13:48:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:18Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:18Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:18Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:19Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:20Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:20Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:20Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2026-02-19 13:48:20Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:20Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:48:20Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:21Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:21Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:22Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:22Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:23Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:23Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:24Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2026-02-19 13:48:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:24Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:24Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2026-02-19 13:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:48:26Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:27Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:27Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:27Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:28Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:29Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:29Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:30Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:30Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2026-02-19 13:48:31Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:31Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:31Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:31Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:32Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:33Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:33Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2026-02-19 13:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:34Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:48:35Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:35Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:36Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:36Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:37Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2026-02-19 13:48:38Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:38Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:38Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:39Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:40Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2026-02-19 13:48:40Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:41Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2026-02-19 13:48:42Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:42Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:42Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:42Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:43Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:44Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:44Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:45Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2026-02-19 13:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:45Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:46Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2026-02-19 13:48:47Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:47Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:47Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:47Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:47Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:47Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:47Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:48Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:48Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:48Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2026-02-19 13:48:49Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:48:50Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:51Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:51Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:52Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:48:52Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:53Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2026-02-19 13:48:53Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:53Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:53Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:54Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:55Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:48:56Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:56Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:57Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:48:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:48:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:48:58Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:59Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:48:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:48:59Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2026-02-19 13:49:00Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:01Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2026-02-19 13:49:01Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:01Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:02Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:03Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:03Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:03Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:49:04Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:05Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:05Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:06Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:06Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:06Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2026-02-19 13:49:07Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:07Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:07Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:08Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:49:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:08Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:09Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:09Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:09Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:10Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:11Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:12Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:49:13Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:14Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:14Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:15Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2026-02-19 13:49:16Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:16Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:16Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:16Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:17Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:18Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:18Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:19Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2026-02-19 13:49:19Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:20Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:20Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:21Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:22Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:22Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:23Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:23Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:24Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2026-02-19 13:49:24Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:25Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2026-02-19 13:49:25Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:26Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:26Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:26Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:27Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:27Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:27Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:27Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:27Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:28Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 13:49:29Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:29Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:29Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:29Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:29Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:49:29Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:30Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:30Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:31Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:31Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:49:32Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:32Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:33Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2026-02-19 13:49:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:33Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:34Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:34Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:34Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:34Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:35Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:35Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:35Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:36Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2026-02-19 13:49:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:37Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:37Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:38Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2026-02-19 13:49:39Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:39Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:39Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:40Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:40Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:41Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:41Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:41Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 13:49:42Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:43Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:43Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:44Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2026-02-19 13:49:44Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:45Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:45Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:45Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:46Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:47Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:47Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:48Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:48Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:49Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 13:49:49Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:50Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2026-02-19 13:49:50Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:50Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:50Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:50Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:51Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:52Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:52Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:53Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2026-02-19 13:49:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:49:53Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:53Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:54Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:54Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:55Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:49:55Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:56Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:49:56Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:49:57Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:49:58Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:49:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:49:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:49:58Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:59Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 13:49:59Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:49:59Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2026-02-19 13:50:00Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:00Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:00Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:01Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:01Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:01Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 13:50:02Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 13:50:03Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:04Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:04Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:05Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:05Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:06Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:06Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:07Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2026-02-19 13:50:08Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:08Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:08Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:09Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:09Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:50:10Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:10Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:11Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:11Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:12Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:12Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:12Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:13Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:14Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:15Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2026-02-19 13:50:16Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:17Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:18Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:19Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:20Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:20Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 13:50:21Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:21Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:22Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:22Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:23Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:23Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:24Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:24Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:25Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2026-02-19 13:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:26Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:27Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:28Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:28Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:29Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:29Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:30Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:30Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:30Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2026-02-19 13:50:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:30Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 13:50:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:31Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:32Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 13:50:32Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:33Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2026-02-19 13:50:34Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:34Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:34Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:34Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:35Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:36Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:36Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:37Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:37Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2026-02-19 13:50:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:38Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:39Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:39Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:40Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2026-02-19 13:50:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:40Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:41Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:42Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:43Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:44Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:44Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:45Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2026-02-19 13:50:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:45Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:45Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:46Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:47Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:48Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2026-02-19 13:50:48Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2026-02-19 13:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:49Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:50Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:50:50Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:51Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2026-02-19 13:50:52Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:52Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:52Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:52Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:53Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:54Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:55Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:55Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:56Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2026-02-19 13:50:56Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:56Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:50:56Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:57Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:50:57Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:50:59Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:50:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:50:59Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2026-02-19 13:51:00Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:00Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:00Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:00Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:01Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:02Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:02Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:03Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:04Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2026-02-19 13:51:04Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:05Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2026-02-19 13:51:05Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:06Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:06Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:07Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2026-02-19 13:51:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:08Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:09Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:09Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:51:09Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:10Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:10Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2026-02-19 13:51:11Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:11Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:12Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:51:12Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:13Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2026-02-19 13:51:13Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:13Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:13Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:13Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2026-02-19 13:51:13Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:14Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2026-02-19 13:51:15Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:15Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:15Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:16Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:16Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:17Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:17Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:18Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:18Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:18Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:51:18Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:19Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2026-02-19 13:51:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:19Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:20Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:21Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:21Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:51:21Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:22Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:23Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:23Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:24Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:24Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2026-02-19 13:51:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:25Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:25Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:26Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:26Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:27Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:27Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:28Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:28Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:28Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:51:28Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:29Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2026-02-19 13:51:30Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:31Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2026-02-19 13:51:31Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:31Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:31Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:32Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:32Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:33Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2026-02-19 13:51:33Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:33Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:34Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:34Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:34Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:35Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:36Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:37Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:37Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:38Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:38Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:39Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2026-02-19 13:51:39Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:40Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2026-02-19 13:51:41Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:41Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:41Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:41Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:51:42Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:43Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:43Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:44Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:45Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:45Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2026-02-19 13:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2026-02-19 13:51:46Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:47Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2026-02-19 13:51:47Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:48Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2026-02-19 13:51:49Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:49Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:49Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:49Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:50Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:51:51Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:51Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:51:52Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:53Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:51:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:54Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:55Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2026-02-19 13:51:55Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:51:56Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2026-02-19 13:51:56Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:58Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2026-02-19 13:51:58Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2026-02-19 13:51:59Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2026-02-19 13:51:59Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:00Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2026-02-19 13:52:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:01Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:01Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:01Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2026-02-19 13:52:02Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:03Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2026-02-19 13:52:04Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:04Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2026-02-19 13:52:05Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:06Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2026-02-19 13:52:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:06Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:07Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:07Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:07Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:07Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2026-02-19 13:52:08Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:08Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:08Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:09Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:09Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2026-02-19 13:52:10Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:11Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2026-02-19 13:52:11Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:12Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2026-02-19 13:52:12Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:13Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2026-02-19 13:52:14Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:15Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2026-02-19 13:52:15Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:16Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2026-02-19 13:52:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:17Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:17Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:17Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:18Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2026-02-19 13:52:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:18Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:18Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:19Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:19Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:19Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2026-02-19 13:52:19Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:20Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2026-02-19 13:52:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:21Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:21Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:21Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:22Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2026-02-19 13:52:22Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:22Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2026-02-19 13:52:24Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:24Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:25Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:25Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2026-02-19 13:52:25Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:25Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:25Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:26Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2026-02-19 13:52:26Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:26Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:26Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:26Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:26Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:27Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:27Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:27Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:27Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-19 13:52:28Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:28Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:28Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:28Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:28Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:28Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:29Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:29Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:29Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:29Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:29Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:29Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:30Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:30Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:30Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:30Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:30Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:30Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:31Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2026-02-19 13:52:31Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:31Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:31Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:31Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:31Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:31Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2026-02-19 13:52:32Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:32Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 13:52:32Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:32Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:32Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:32Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:33Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:33Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:33Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:33Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 13:52:33Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:33Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:34Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2026-02-19 13:52:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2026-02-19 13:52:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2026-02-19 13:52:35Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:36Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2026-02-19 13:52:36Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:36Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2026-02-19 13:52:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:37Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2026-02-19 13:52:37Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:37Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:37Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2026-02-19 13:52:38Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2026-02-19 13:52:38Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:38Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:38Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:38Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:38Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2026-02-19 13:52:38Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2026-02-19 13:52:38Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:38Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:38Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:38Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2026-02-19 13:52:39Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2026-02-19 13:52:40Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:40Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:40Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:40Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2026-02-19 13:52:41Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:41Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:41Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:42Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:42Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2026-02-19 13:52:42Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2026-02-19 13:52:42Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:43Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2026-02-19 13:52:43Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:44Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:44Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:44Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:44Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:44Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:44Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:44Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:44Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:44Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:44Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:45Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:45Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:45Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:46Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:46Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2026-02-19 13:52:46Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:47Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2026-02-19 13:52:47Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2026-02-19 13:52:48Z [standalone.Standalone]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2026-02-19 13:52:48Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:48Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:49Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:49Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:49Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2026-02-19 13:52:49Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:49Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:49Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:49Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:50Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:50Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2026-02-19 13:52:50Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:50Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:50Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:51Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2026-02-19 13:52:51Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:52Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:52Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:52Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2026-02-19 13:52:52Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:52Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2026-02-19 13:52:53Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:53Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2026-02-19 13:52:54Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:54Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:55Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:55Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:56Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2026-02-19 13:52:56Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2026-02-19 13:52:56Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2026-02-19 13:52:57Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2026-02-19 13:52:57Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/dc92fb6a-bdf6-4005-9858-28fba9de9423 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 13:53:19.666049 | fa163e14-6a36-ecc9-a21d-000000000006 | TASK | External deployment step 0 2026-02-19 13:53:19.692255 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-000000000006') missing from stats 2026-02-19 13:53:19.735277 | fa163e14-6a36-ecc9-a21d-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.118331 | 0.03s 2026-02-19 13:53:19.743747 | cb784425-02ee-4740-8e5d-cb2493dd85d7 | INCLUDED | /root/standalone-ansible-5aeqp2q2/external_deploy_steps_tasks_step0.yaml | undercloud 2026-02-19 13:53:19.759398 | fa163e14-6a36-ecc9-a21d-000000000127 | TASK | create ovn mac address for Standalone role nodes 2026-02-19 13:53:20.653660 | fa163e14-6a36-ecc9-a21d-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2026-02-19 13:53:20.655005 | fa163e14-6a36-ecc9-a21d-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.038062 | 0.89s 2026-02-19 13:53:20.672334 | fa163e14-6a36-ecc9-a21d-000000000129 | TASK | create redis virtual ip 2026-02-19 13:53:21.558310 | fa163e14-6a36-ecc9-a21d-000000000129 | CHANGED | create redis virtual ip | undercloud 2026-02-19 13:53:21.559744 | fa163e14-6a36-ecc9-a21d-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.942800 | 0.89s PLAY [Check if required variables are defined] ********************************* 2026-02-19 13:53:21.634884 | fa163e14-6a36-ecc9-a21d-000000000138 | TASK | Gathering Facts 2026-02-19 13:53:22.214110 | fa163e14-6a36-ecc9-a21d-000000000138 | OK | Gathering Facts | localhost 2026-02-19 13:53:22.215730 | fa163e14-6a36-ecc9-a21d-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.598784 | 0.58s 2026-02-19 13:53:22.268469 | fa163e14-6a36-ecc9-a21d-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2026-02-19 13:53:22.269664 | fa163e14-6a36-ecc9-a21d-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.652718 | 0.04s 2026-02-19 13:53:22.312726 | fa163e14-6a36-ecc9-a21d-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2026-02-19 13:53:22.314019 | fa163e14-6a36-ecc9-a21d-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.697073 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2026-02-19 13:53:22.427024 | fa163e14-6a36-ecc9-a21d-000000000160 | TASK | Gathering Facts 2026-02-19 13:53:22.436672 | fa163e14-6a36-ecc9-a21d-000000000160 | TASK | Gathering Facts 2026-02-19 13:53:22.767346 | fa163e14-6a36-ecc9-a21d-000000000160 | OK | Gathering Facts | undercloud 2026-02-19 13:53:22.768174 | fa163e14-6a36-ecc9-a21d-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.151238 | 0.34s 2026-02-19 13:53:22.769490 | fa163e14-6a36-ecc9-a21d-000000000160 | OK | Gathering Facts | standalone 2026-02-19 13:53:22.770012 | fa163e14-6a36-ecc9-a21d-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.153081 | 0.33s 2026-02-19 13:53:22.815112 | fa163e14-6a36-ecc9-a21d-000000000012 | TASK | Set legacy facts 2026-02-19 13:53:22.828597 | fa163e14-6a36-ecc9-a21d-000000000012 | TASK | Set legacy facts 2026-02-19 13:53:22.844375 | fa163e14-6a36-ecc9-a21d-000000000012 | OK | Set legacy facts | undercloud 2026-02-19 13:53:22.845252 | fa163e14-6a36-ecc9-a21d-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.228316 | 0.03s 2026-02-19 13:53:22.863365 | fa163e14-6a36-ecc9-a21d-000000000012 | OK | Set legacy facts | standalone 2026-02-19 13:53:22.864046 | fa163e14-6a36-ecc9-a21d-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.247108 | 0.03s PLAY [Load global variables] *************************************************** 2026-02-19 13:53:23.022478 | fa163e14-6a36-ecc9-a21d-000000000015 | OK | ansible.builtin.include_vars | undercloud 2026-02-19 13:53:23.023300 | fa163e14-6a36-ecc9-a21d-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.406361 | 0.04s 2026-02-19 13:53:23.033815 | fa163e14-6a36-ecc9-a21d-000000000015 | OK | ansible.builtin.include_vars | standalone 2026-02-19 13:53:23.034158 | fa163e14-6a36-ecc9-a21d-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.417225 | 0.04s PLAY [Include extra variables from files] ************************************** 2026-02-19 13:53:23.090306 | fa163e14-6a36-ecc9-a21d-000000000018 | TASK | Include Service VIP vars 2026-02-19 13:53:23.113311 | fa163e14-6a36-ecc9-a21d-000000000018 | OK | Include Service VIP vars | undercloud 2026-02-19 13:53:23.114107 | fa163e14-6a36-ecc9-a21d-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.497168 | 0.02s 2026-02-19 13:53:23.124596 | fa163e14-6a36-ecc9-a21d-000000000018 | OK | Include Service VIP vars | standalone 2026-02-19 13:53:23.124914 | fa163e14-6a36-ecc9-a21d-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.507982 | 0.02s 2026-02-19 13:53:23.128028 | fa163e14-6a36-ecc9-a21d-000000000019 | TASK | Include OVN bridge MAC address variables 2026-02-19 13:53:23.150976 | fa163e14-6a36-ecc9-a21d-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2026-02-19 13:53:23.151978 | fa163e14-6a36-ecc9-a21d-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.535036 | 0.02s 2026-02-19 13:53:23.162714 | fa163e14-6a36-ecc9-a21d-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2026-02-19 13:53:23.163432 | fa163e14-6a36-ecc9-a21d-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.546493 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2026-02-19 13:53:23.252271 | fa163e14-6a36-ecc9-a21d-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2026-02-19 13:53:23.940606 | fa163e14-6a36-ecc9-a21d-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2026-02-19 13:53:24.025574 | fa163e14-6a36-ecc9-a21d-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2026-02-19 13:53:24.061506 | fa163e14-6a36-ecc9-a21d-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2026-02-19 13:53:24.062399 | fa163e14-6a36-ecc9-a21d-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.445459 | 0.04s PLAY [Manage SELinux] ********************************************************** 2026-02-19 13:53:24.138008 | fa163e14-6a36-ecc9-a21d-000000000023 | TASK | Set selinux state 2026-02-19 13:53:24.666272 | fa163e14-6a36-ecc9-a21d-000000000023 | OK | Set selinux state | standalone 2026-02-19 13:53:24.667683 | fa163e14-6a36-ecc9-a21d-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.050737 | 0.53s PLAY [Generate /etc/hosts] ***************************************************** 2026-02-19 13:53:24.803464 | fa163e14-6a36-ecc9-a21d-000000000026 | TASK | Configure Hosts Entries 2026-02-19 13:53:24.835204 | fa163e14-6a36-ecc9-a21d-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.218232 | 0.03s 2026-02-19 13:53:24.852648 | fa163e14-6a36-ecc9-a21d-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.235707 | 0.02s 2026-02-19 13:53:24.903143 | fa163e14-6a36-ecc9-a21d-0000000001f1 | TASK | Create temporary file for hosts 2026-02-19 13:53:25.247067 | fa163e14-6a36-ecc9-a21d-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2026-02-19 13:53:25.248330 | fa163e14-6a36-ecc9-a21d-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.631384 | 0.34s 2026-02-19 13:53:25.249189 | fa163e14-6a36-ecc9-a21d-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2026-02-19 13:53:25.249988 | fa163e14-6a36-ecc9-a21d-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.633049 | 0.33s 2026-02-19 13:53:25.268143 | fa163e14-6a36-ecc9-a21d-0000000001f2 | TASK | Prepare temporary /etc/hosts 2026-02-19 13:53:25.659055 | fa163e14-6a36-ecc9-a21d-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2026-02-19 13:53:25.660439 | fa163e14-6a36-ecc9-a21d-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.043492 | 0.39s 2026-02-19 13:53:25.661363 | fa163e14-6a36-ecc9-a21d-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2026-02-19 13:53:25.662051 | fa163e14-6a36-ecc9-a21d-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.045111 | 0.37s 2026-02-19 13:53:25.680807 | fa163e14-6a36-ecc9-a21d-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2026-02-19 13:53:26.041794 | fa163e14-6a36-ecc9-a21d-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2026-02-19 13:53:26.043148 | fa163e14-6a36-ecc9-a21d-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.426199 | 0.34s 2026-02-19 13:53:26.044642 | fa163e14-6a36-ecc9-a21d-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2026-02-19 13:53:26.045423 | fa163e14-6a36-ecc9-a21d-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.428483 | 0.36s 2026-02-19 13:53:26.064035 | fa163e14-6a36-ecc9-a21d-0000000001f4 | TASK | Render out the hosts entries 2026-02-19 13:53:26.193775 | fa163e14-6a36-ecc9-a21d-0000000001f4 | OK | Render out the hosts entries | undercloud 2026-02-19 13:53:26.195246 | fa163e14-6a36-ecc9-a21d-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.578300 | 0.13s 2026-02-19 13:53:26.214308 | fa163e14-6a36-ecc9-a21d-0000000001f5 | TASK | Prepare new /etc/hosts 2026-02-19 13:53:26.496498 | fa163e14-6a36-ecc9-a21d-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2026-02-19 13:53:26.498281 | fa163e14-6a36-ecc9-a21d-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.881330 | 0.28s 2026-02-19 13:53:26.520458 | fa163e14-6a36-ecc9-a21d-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2026-02-19 13:53:26.521375 | fa163e14-6a36-ecc9-a21d-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.904433 | 0.29s 2026-02-19 13:53:26.540157 | fa163e14-6a36-ecc9-a21d-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2026-02-19 13:53:26.902952 | fa163e14-6a36-ecc9-a21d-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2026-02-19 13:53:26.903869 | fa163e14-6a36-ecc9-a21d-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.286929 | 0.36s 2026-02-19 13:53:26.924685 | fa163e14-6a36-ecc9-a21d-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2026-02-19 13:53:26.925046 | fa163e14-6a36-ecc9-a21d-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.308115 | 0.36s 2026-02-19 13:53:26.938764 | fa163e14-6a36-ecc9-a21d-0000000001f7 | TASK | Clean up temporary hosts file 2026-02-19 13:53:27.310503 | fa163e14-6a36-ecc9-a21d-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2026-02-19 13:53:27.311789 | fa163e14-6a36-ecc9-a21d-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.694843 | 0.36s 2026-02-19 13:53:27.313023 | fa163e14-6a36-ecc9-a21d-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2026-02-19 13:53:27.313780 | fa163e14-6a36-ecc9-a21d-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.696841 | 0.37s PLAY [Common roles for TripleO servers] **************************************** 2026-02-19 13:53:27.435191 | fa163e14-6a36-ecc9-a21d-00000000002a | TASK | Common roles for TripleO servers 2026-02-19 13:53:27.463379 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-00000000002a') missing from stats 2026-02-19 13:53:27.552799 | fa163e14-6a36-ecc9-a21d-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.935839 | 0.03s 2026-02-19 13:53:27.627065 | fa163e14-6a36-ecc9-a21d-000000000254 | TASK | Gather variables for each operating system 2026-02-19 13:53:27.744154 | fa163e14-6a36-ecc9-a21d-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 13:53:27.745798 | fa163e14-6a36-ecc9-a21d-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.128850 | 0.12s 2026-02-19 13:53:27.755586 | fa163e14-6a36-ecc9-a21d-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.138604 | 0.13s 2026-02-19 13:53:27.780540 | fa163e14-6a36-ecc9-a21d-000000000256 | TASK | Check release version package is installed 2026-02-19 13:53:28.047924 | fa163e14-6a36-ecc9-a21d-000000000256 | CHANGED | Check release version package is installed | standalone 2026-02-19 13:53:28.049376 | fa163e14-6a36-ecc9-a21d-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.432428 | 0.27s 2026-02-19 13:53:28.077223 | fa163e14-6a36-ecc9-a21d-000000000257 | TASK | Deploy release version package 2026-02-19 13:53:32.975409 | fa163e14-6a36-ecc9-a21d-000000000257 | CHANGED | Deploy release version package | standalone 2026-02-19 13:53:32.977000 | fa163e14-6a36-ecc9-a21d-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.360051 | 4.90s 2026-02-19 13:53:33.002428 | fa163e14-6a36-ecc9-a21d-000000000259 | TASK | Include packages tasks 2026-02-19 13:53:33.024904 | fa163e14-6a36-ecc9-a21d-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.407945 | 0.02s 2026-02-19 13:53:33.049973 | 5f28a9a7-e39e-407c-aec3-d9a0763f8cec | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2026-02-19 13:53:33.081761 | fa163e14-6a36-ecc9-a21d-0000000002ad | TASK | Gather facts if they don't exist 2026-02-19 13:53:33.129138 | fa163e14-6a36-ecc9-a21d-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2026-02-19 13:53:33.130218 | fa163e14-6a36-ecc9-a21d-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.513269 | 0.05s 2026-02-19 13:53:33.154270 | fa163e14-6a36-ecc9-a21d-0000000002ae | TASK | Gather variables for each operating system 2026-02-19 13:53:33.270301 | fa163e14-6a36-ecc9-a21d-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 13:53:33.276303 | fa163e14-6a36-ecc9-a21d-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.659349 | 0.12s 2026-02-19 13:53:33.300321 | fa163e14-6a36-ecc9-a21d-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-19 13:53:33.566905 | fa163e14-6a36-ecc9-a21d-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-19 13:53:33.568162 | fa163e14-6a36-ecc9-a21d-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.951220 | 0.27s 2026-02-19 13:53:33.591086 | fa163e14-6a36-ecc9-a21d-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2026-02-19 13:53:39.303720 | fa163e14-6a36-ecc9-a21d-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2026-02-19 13:53:39.304507 | fa163e14-6a36-ecc9-a21d-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.687571 | 5.71s 2026-02-19 13:53:39.321493 | fa163e14-6a36-ecc9-a21d-0000000002b2 | TASK | Ensure packages are actually well installed 2026-02-19 13:53:40.312118 | fa163e14-6a36-ecc9-a21d-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-19 13:53:40.313425 | fa163e14-6a36-ecc9-a21d-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.696478 | 0.99s 2026-02-19 13:53:40.338296 | fa163e14-6a36-ecc9-a21d-00000000025a | TASK | Enable openvswitch service if installed 2026-02-19 13:53:41.229395 | fa163e14-6a36-ecc9-a21d-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2026-02-19 13:53:41.231310 | fa163e14-6a36-ecc9-a21d-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.614360 | 0.89s 2026-02-19 13:53:41.257410 | fa163e14-6a36-ecc9-a21d-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2026-02-19 13:53:41.470491 | fa163e14-6a36-ecc9-a21d-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2026-02-19 13:53:41.472003 | fa163e14-6a36-ecc9-a21d-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.855056 | 0.21s 2026-02-19 13:53:41.497428 | fa163e14-6a36-ecc9-a21d-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2026-02-19 13:53:41.780126 | fa163e14-6a36-ecc9-a21d-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2026-02-19 13:53:41.781468 | fa163e14-6a36-ecc9-a21d-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.164521 | 0.28s 2026-02-19 13:53:41.806110 | fa163e14-6a36-ecc9-a21d-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2026-02-19 13:53:41.866209 | fa163e14-6a36-ecc9-a21d-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2026-02-19 13:53:41.867317 | fa163e14-6a36-ecc9-a21d-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.250371 | 0.06s 2026-02-19 13:53:41.891983 | fa163e14-6a36-ecc9-a21d-00000000025f | TASK | Ensure network service is enabled 2026-02-19 13:53:42.247303 | fa163e14-6a36-ecc9-a21d-00000000025f | OK | Ensure network service is enabled | standalone 2026-02-19 13:53:42.249085 | fa163e14-6a36-ecc9-a21d-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.632137 | 0.36s 2026-02-19 13:53:42.270254 | fa163e14-6a36-ecc9-a21d-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 13:53:42.604793 | fa163e14-6a36-ecc9-a21d-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 13:53:42.606158 | fa163e14-6a36-ecc9-a21d-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.989211 | 0.33s 2026-02-19 13:53:42.623715 | fa163e14-6a36-ecc9-a21d-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 13:53:42.862028 | fa163e14-6a36-ecc9-a21d-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 13:53:42.863359 | fa163e14-6a36-ecc9-a21d-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.246413 | 0.24s 2026-02-19 13:53:42.888852 | fa163e14-6a36-ecc9-a21d-000000000263 | TASK | Reload NetworkManager 2026-02-19 13:53:43.294001 | fa163e14-6a36-ecc9-a21d-000000000263 | CHANGED | Reload NetworkManager | standalone 2026-02-19 13:53:43.295863 | fa163e14-6a36-ecc9-a21d-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.678916 | 0.41s 2026-02-19 13:53:43.322247 | fa163e14-6a36-ecc9-a21d-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2026-02-19 13:53:43.544468 | fa163e14-6a36-ecc9-a21d-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2026-02-19 13:53:43.545739 | fa163e14-6a36-ecc9-a21d-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.928792 | 0.22s 2026-02-19 13:53:43.570320 | fa163e14-6a36-ecc9-a21d-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2026-02-19 13:53:43.907022 | fa163e14-6a36-ecc9-a21d-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2026-02-19 13:53:43.908436 | fa163e14-6a36-ecc9-a21d-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.291488 | 0.34s 2026-02-19 13:53:43.933153 | fa163e14-6a36-ecc9-a21d-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2026-02-19 13:53:44.147776 | fa163e14-6a36-ecc9-a21d-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2026-02-19 13:53:44.149065 | fa163e14-6a36-ecc9-a21d-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.532118 | 0.21s 2026-02-19 13:53:44.174670 | fa163e14-6a36-ecc9-a21d-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2026-02-19 13:53:44.411430 | fa163e14-6a36-ecc9-a21d-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2026-02-19 13:53:44.412893 | fa163e14-6a36-ecc9-a21d-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.795945 | 0.24s 2026-02-19 13:53:44.489827 | fa163e14-6a36-ecc9-a21d-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.872868 | 0.02s 2026-02-19 13:53:44.569612 | fa163e14-6a36-ecc9-a21d-000000000361 | TASK | Create temporary file for ssh_known_hosts 2026-02-19 13:53:44.789938 | fa163e14-6a36-ecc9-a21d-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2026-02-19 13:53:44.791255 | fa163e14-6a36-ecc9-a21d-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.174305 | 0.22s 2026-02-19 13:53:44.816405 | fa163e14-6a36-ecc9-a21d-000000000362 | TASK | Check for ssh_known_hosts file 2026-02-19 13:53:45.028436 | fa163e14-6a36-ecc9-a21d-000000000362 | OK | Check for ssh_known_hosts file | standalone 2026-02-19 13:53:45.029804 | fa163e14-6a36-ecc9-a21d-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.412857 | 0.21s 2026-02-19 13:53:45.057515 | fa163e14-6a36-ecc9-a21d-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2026-02-19 13:53:45.089593 | fa163e14-6a36-ecc9-a21d-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2026-02-19 13:53:45.090982 | fa163e14-6a36-ecc9-a21d-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.474033 | 0.03s 2026-02-19 13:53:45.116485 | fa163e14-6a36-ecc9-a21d-000000000364 | TASK | Write temporary file 2026-02-19 13:53:45.143686 | fa163e14-6a36-ecc9-a21d-000000000364 | SKIPPED | Write temporary file | standalone 2026-02-19 13:53:45.144967 | fa163e14-6a36-ecc9-a21d-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.528020 | 0.03s 2026-02-19 13:53:45.169487 | fa163e14-6a36-ecc9-a21d-000000000365 | TASK | Set ssh_known_hosts fact 2026-02-19 13:53:45.231033 | fa163e14-6a36-ecc9-a21d-000000000365 | OK | Set ssh_known_hosts fact | standalone 2026-02-19 13:53:45.232363 | fa163e14-6a36-ecc9-a21d-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.615416 | 0.06s 2026-02-19 13:53:45.257183 | fa163e14-6a36-ecc9-a21d-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2026-02-19 13:53:45.459239 | fa163e14-6a36-ecc9-a21d-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2026-02-19 13:53:45.460766 | fa163e14-6a36-ecc9-a21d-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.843818 | 0.20s 2026-02-19 13:53:45.487038 | fa163e14-6a36-ecc9-a21d-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2026-02-19 13:53:45.711082 | fa163e14-6a36-ecc9-a21d-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2026-02-19 13:53:45.712471 | fa163e14-6a36-ecc9-a21d-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.095524 | 0.22s 2026-02-19 13:53:45.737163 | fa163e14-6a36-ecc9-a21d-000000000368 | TASK | Remove temp file 2026-02-19 13:53:45.969519 | fa163e14-6a36-ecc9-a21d-000000000368 | CHANGED | Remove temp file | standalone 2026-02-19 13:53:45.971272 | fa163e14-6a36-ecc9-a21d-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.354321 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2026-02-19 13:53:46.158638 | fa163e14-6a36-ecc9-a21d-000000000034 | TASK | Deploy step tasks for step 0 2026-02-19 13:53:46.220511 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-000000000034') missing from stats 2026-02-19 13:53:46.241599 | fa163e14-6a36-ecc9-a21d-000000000035 | TASK | Ensure /var/log/journal exists 2026-02-19 13:53:46.468841 | fa163e14-6a36-ecc9-a21d-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2026-02-19 13:53:46.470195 | fa163e14-6a36-ecc9-a21d-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.853249 | 0.23s 2026-02-19 13:53:46.494753 | fa163e14-6a36-ecc9-a21d-000000000036 | TASK | Check cloud-init status 2026-02-19 13:53:46.714664 | fa163e14-6a36-ecc9-a21d-000000000036 | CHANGED | Check cloud-init status | standalone 2026-02-19 13:53:46.716026 | fa163e14-6a36-ecc9-a21d-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.099080 | 0.22s 2026-02-19 13:53:46.744615 | fa163e14-6a36-ecc9-a21d-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2026-02-19 13:53:46.976026 | fa163e14-6a36-ecc9-a21d-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2026-02-19 13:53:46.977466 | fa163e14-6a36-ecc9-a21d-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.360522 | 0.23s 2026-02-19 13:53:47.003342 | fa163e14-6a36-ecc9-a21d-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2026-02-19 13:53:47.399301 | fa163e14-6a36-ecc9-a21d-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2026-02-19 13:53:47.400594 | fa163e14-6a36-ecc9-a21d-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.783650 | 0.40s 2026-02-19 13:53:47.426437 | fa163e14-6a36-ecc9-a21d-000000000039 | TASK | Create /var/lib/container-puppet 2026-02-19 13:53:47.637720 | fa163e14-6a36-ecc9-a21d-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2026-02-19 13:53:47.638942 | fa163e14-6a36-ecc9-a21d-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.021999 | 0.21s 2026-02-19 13:53:47.663406 | fa163e14-6a36-ecc9-a21d-00000000003a | TASK | Write container-puppet.sh 2026-02-19 13:53:48.138178 | fa163e14-6a36-ecc9-a21d-00000000003a | CHANGED | Write container-puppet.sh | standalone 2026-02-19 13:53:48.139508 | fa163e14-6a36-ecc9-a21d-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.522563 | 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 13:53:48.207032 | fa163e14-6a36-ecc9-a21d-00000000003b | TIMING | include_tasks | standalone | 0:00:28.590086 | 0.04s 2026-02-19 13:53:48.226753 | ea2bad17-1d54-4830-9471-c674e1caeaab | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/deploy_steps_tasks_step0.yaml | standalone 2026-02-19 13:53:48.259260 | fa163e14-6a36-ecc9-a21d-000000000416 | TASK | Configure tuned before reboot 2026-02-19 13:53:48.310342 | fa163e14-6a36-ecc9-a21d-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.693389 | 0.05s 2026-02-19 13:53:48.370464 | fa163e14-6a36-ecc9-a21d-000000000455 | TASK | Gather variables for each operating system 2026-02-19 13:53:48.490879 | fa163e14-6a36-ecc9-a21d-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-19 13:53:48.492102 | fa163e14-6a36-ecc9-a21d-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.875155 | 0.12s 2026-02-19 13:53:48.497863 | fa163e14-6a36-ecc9-a21d-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.880922 | 0.13s 2026-02-19 13:53:48.573167 | fa163e14-6a36-ecc9-a21d-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.956209 | 0.05s 2026-02-19 13:53:48.595086 | 497be3a7-6d51-4b19-8b8e-070b8f4f0577 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-19 13:53:48.630676 | fa163e14-6a36-ecc9-a21d-00000000047f | TASK | Check tuned package is installed 2026-02-19 13:53:48.906714 | fa163e14-6a36-ecc9-a21d-00000000047f | CHANGED | Check tuned package is installed | standalone 2026-02-19 13:53:48.908048 | fa163e14-6a36-ecc9-a21d-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.291103 | 0.28s 2026-02-19 13:53:48.933617 | fa163e14-6a36-ecc9-a21d-000000000480 | TASK | Install tuned 2026-02-19 13:53:55.479175 | fa163e14-6a36-ecc9-a21d-000000000480 | CHANGED | Install tuned | standalone 2026-02-19 13:53:55.480007 | fa163e14-6a36-ecc9-a21d-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.863070 | 6.55s 2026-02-19 13:53:55.497763 | fa163e14-6a36-ecc9-a21d-000000000481 | TASK | Restart tuned 2026-02-19 13:53:57.302336 | fa163e14-6a36-ecc9-a21d-000000000481 | CHANGED | Restart tuned | standalone 2026-02-19 13:53:57.304191 | fa163e14-6a36-ecc9-a21d-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.687246 | 1.81s 2026-02-19 13:53:57.331145 | fa163e14-6a36-ecc9-a21d-000000000457 | TASK | Check for tuned-adm 2026-02-19 13:53:57.556922 | fa163e14-6a36-ecc9-a21d-000000000457 | OK | Check for tuned-adm | standalone 2026-02-19 13:53:57.558158 | fa163e14-6a36-ecc9-a21d-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.941215 | 0.23s 2026-02-19 13:53:57.622885 | fa163e14-6a36-ecc9-a21d-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:38.005935 | 0.04s 2026-02-19 13:53:57.651611 | cb7e48ab-8d80-4225-be9e-468c6f2fb335 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-19 13:53:57.687956 | fa163e14-6a36-ecc9-a21d-0000000004b6 | TASK | Ensure profile directory exists 2026-02-19 13:53:57.756472 | fa163e14-6a36-ecc9-a21d-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2026-02-19 13:53:57.757813 | fa163e14-6a36-ecc9-a21d-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:38.140864 | 0.07s 2026-02-19 13:53:57.784108 | fa163e14-6a36-ecc9-a21d-0000000004b7 | TASK | Create custom tuned profile 2026-02-19 13:53:57.858472 | fa163e14-6a36-ecc9-a21d-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2026-02-19 13:53:57.859809 | fa163e14-6a36-ecc9-a21d-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:38.242865 | 0.07s 2026-02-19 13:53:57.931455 | fa163e14-6a36-ecc9-a21d-0000000004b8 | TASK | Check tuned active profile 2026-02-19 13:53:58.286663 | fa163e14-6a36-ecc9-a21d-0000000004b8 | OK | Check tuned active profile | standalone 2026-02-19 13:53:58.288069 | fa163e14-6a36-ecc9-a21d-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:38.671123 | 0.36s 2026-02-19 13:53:58.315375 | fa163e14-6a36-ecc9-a21d-0000000004b9 | TASK | Check Tuned Configuration file exists 2026-02-19 13:53:58.537236 | fa163e14-6a36-ecc9-a21d-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2026-02-19 13:53:58.538476 | fa163e14-6a36-ecc9-a21d-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.921531 | 0.22s 2026-02-19 13:53:58.564215 | fa163e14-6a36-ecc9-a21d-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-19 13:53:58.629071 | fa163e14-6a36-ecc9-a21d-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-19 13:53:58.630391 | fa163e14-6a36-ecc9-a21d-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:39.013445 | 0.06s 2026-02-19 13:53:58.659512 | fa163e14-6a36-ecc9-a21d-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2026-02-19 13:53:58.724395 | fa163e14-6a36-ecc9-a21d-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-19 13:53:58.725615 | fa163e14-6a36-ecc9-a21d-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:39.108671 | 0.06s 2026-02-19 13:53:58.751353 | fa163e14-6a36-ecc9-a21d-0000000004bc | TASK | Enable tuned profile 2026-02-19 13:54:00.182122 | fa163e14-6a36-ecc9-a21d-0000000004bc | CHANGED | Enable tuned profile | standalone 2026-02-19 13:54:00.183481 | fa163e14-6a36-ecc9-a21d-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:40.566538 | 1.43s 2026-02-19 13:54:00.233063 | fa163e14-6a36-ecc9-a21d-000000000417 | TASK | Configure kernel args and reboot 2026-02-19 13:54:00.273656 | fa163e14-6a36-ecc9-a21d-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:40.656704 | 0.04s 2026-02-19 13:54:00.413190 | fa163e14-6a36-ecc9-a21d-000000000569 | TASK | Get the command line args of the node 2026-02-19 13:54:00.632531 | fa163e14-6a36-ecc9-a21d-000000000569 | CHANGED | Get the command line args of the node | standalone 2026-02-19 13:54:00.633924 | fa163e14-6a36-ecc9-a21d-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:41.016980 | 0.22s 2026-02-19 13:54:00.659908 | fa163e14-6a36-ecc9-a21d-00000000056b | TASK | Check if node has a nova.conf 2026-02-19 13:54:00.863893 | fa163e14-6a36-ecc9-a21d-00000000056b | OK | Check if node has a nova.conf | standalone 2026-02-19 13:54:00.865250 | fa163e14-6a36-ecc9-a21d-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:41.248304 | 0.20s 2026-02-19 13:54:00.892221 | fa163e14-6a36-ecc9-a21d-00000000056d | TASK | Warn operator about workload protection 2026-02-19 13:54:00.920595 | fa163e14-6a36-ecc9-a21d-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2026-02-19 13:54:00.921688 | fa163e14-6a36-ecc9-a21d-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:41.304743 | 0.03s 2026-02-19 13:54:00.947027 | fa163e14-6a36-ecc9-a21d-00000000056e | TASK | Setting defer reboot fact 2026-02-19 13:54:00.979476 | fa163e14-6a36-ecc9-a21d-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2026-02-19 13:54:00.980581 | fa163e14-6a36-ecc9-a21d-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:41.363600 | 0.03s 2026-02-19 13:54:01.006006 | fa163e14-6a36-ecc9-a21d-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2026-02-19 13:54:01.036215 | fa163e14-6a36-ecc9-a21d-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:41.419264 | 0.03s 2026-02-19 13:54:01.061728 | fa163e14-6a36-ecc9-a21d-000000000575 | TASK | Find hugepages in cmdline 2026-02-19 13:54:01.105304 | fa163e14-6a36-ecc9-a21d-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2026-02-19 13:54:01.106505 | fa163e14-6a36-ecc9-a21d-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:41.489558 | 0.04s 2026-02-19 13:54:01.132327 | fa163e14-6a36-ecc9-a21d-000000000576 | TASK | Finding human-readable hugepages in cmdline 2026-02-19 13:54:01.175233 | fa163e14-6a36-ecc9-a21d-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2026-02-19 13:54:01.176509 | fa163e14-6a36-ecc9-a21d-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:41.559562 | 0.04s 2026-02-19 13:54:01.202729 | fa163e14-6a36-ecc9-a21d-00000000057a | TASK | Find desired default hugepage size 2026-02-19 13:54:01.254666 | fa163e14-6a36-ecc9-a21d-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2026-02-19 13:54:01.255785 | fa163e14-6a36-ecc9-a21d-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.638840 | 0.05s 2026-02-19 13:54:01.280954 | fa163e14-6a36-ecc9-a21d-00000000057c | TASK | Storing non-configured hugepages 2026-02-19 13:54:01.311504 | fa163e14-6a36-ecc9-a21d-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.694549 | 0.03s 2026-02-19 13:54:01.337421 | fa163e14-6a36-ecc9-a21d-00000000057e | TASK | Validating against hugepages config received from TripleO 2026-02-19 13:54:01.380530 | fa163e14-6a36-ecc9-a21d-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2026-02-19 13:54:01.381805 | fa163e14-6a36-ecc9-a21d-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.764860 | 0.04s 2026-02-19 13:54:01.407819 | fa163e14-6a36-ecc9-a21d-00000000057f | TASK | Determining the default hugepagesz 2026-02-19 13:54:01.450693 | fa163e14-6a36-ecc9-a21d-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2026-02-19 13:54:01.451948 | fa163e14-6a36-ecc9-a21d-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.835003 | 0.04s 2026-02-19 13:54:01.478124 | fa163e14-6a36-ecc9-a21d-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2026-02-19 13:54:01.521764 | fa163e14-6a36-ecc9-a21d-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2026-02-19 13:54:01.522971 | fa163e14-6a36-ecc9-a21d-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.906026 | 0.04s 2026-02-19 13:54:01.548885 | fa163e14-6a36-ecc9-a21d-000000000581 | TASK | Making sure that we have a default hugepagesz 2026-02-19 13:54:01.598900 | fa163e14-6a36-ecc9-a21d-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2026-02-19 13:54:01.600158 | fa163e14-6a36-ecc9-a21d-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.983213 | 0.05s 2026-02-19 13:54:01.629598 | fa163e14-6a36-ecc9-a21d-000000000583 | TASK | Warn about possible modifications 2026-02-19 13:54:01.671126 | fa163e14-6a36-ecc9-a21d-000000000583 | SKIPPED | Warn about possible modifications | standalone 2026-02-19 13:54:01.672251 | fa163e14-6a36-ecc9-a21d-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:42.055305 | 0.04s 2026-02-19 13:54:01.698638 | fa163e14-6a36-ecc9-a21d-000000000584 | TASK | Remove hugepage settings from kernelargs 2026-02-19 13:54:01.740996 | fa163e14-6a36-ecc9-a21d-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2026-02-19 13:54:01.742110 | fa163e14-6a36-ecc9-a21d-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:42.125165 | 0.04s 2026-02-19 13:54:01.770969 | fa163e14-6a36-ecc9-a21d-000000000585 | TASK | Cleaning up whitespaces 2026-02-19 13:54:01.824057 | fa163e14-6a36-ecc9-a21d-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2026-02-19 13:54:01.825326 | fa163e14-6a36-ecc9-a21d-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:42.208380 | 0.05s 2026-02-19 13:54:01.850667 | fa163e14-6a36-ecc9-a21d-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2026-02-19 13:54:02.205131 | fa163e14-6a36-ecc9-a21d-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2026-02-19 13:54:02.206668 | fa163e14-6a36-ecc9-a21d-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:42.589715 | 0.35s 2026-02-19 13:54:02.233670 | fa163e14-6a36-ecc9-a21d-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2026-02-19 13:54:02.297021 | fa163e14-6a36-ecc9-a21d-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2026-02-19 13:54:02.298183 | fa163e14-6a36-ecc9-a21d-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.681238 | 0.06s 2026-02-19 13:54:02.325742 | fa163e14-6a36-ecc9-a21d-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2026-02-19 13:54:02.368091 | fa163e14-6a36-ecc9-a21d-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2026-02-19 13:54:02.369355 | fa163e14-6a36-ecc9-a21d-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.752410 | 0.04s 2026-02-19 13:54:02.395174 | fa163e14-6a36-ecc9-a21d-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2026-02-19 13:54:02.456000 | fa163e14-6a36-ecc9-a21d-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2026-02-19 13:54:02.457270 | fa163e14-6a36-ecc9-a21d-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.840323 | 0.06s 2026-02-19 13:54:02.483690 | fa163e14-6a36-ecc9-a21d-00000000058c | TASK | Generate grub config 2026-02-19 13:54:02.544216 | fa163e14-6a36-ecc9-a21d-00000000058c | SKIPPED | Generate grub config | standalone 2026-02-19 13:54:02.545510 | fa163e14-6a36-ecc9-a21d-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.928564 | 0.06s 2026-02-19 13:54:02.571382 | fa163e14-6a36-ecc9-a21d-000000000590 | TASK | Get the block device that /boot is on 2026-02-19 13:54:02.635491 | fa163e14-6a36-ecc9-a21d-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2026-02-19 13:54:02.636721 | fa163e14-6a36-ecc9-a21d-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:43.019773 | 0.06s 2026-02-19 13:54:02.662389 | fa163e14-6a36-ecc9-a21d-000000000591 | TASK | Get the mount point that /boot is in 2026-02-19 13:54:02.723712 | fa163e14-6a36-ecc9-a21d-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2026-02-19 13:54:02.724787 | fa163e14-6a36-ecc9-a21d-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:43.107842 | 0.06s 2026-02-19 13:54:02.749923 | fa163e14-6a36-ecc9-a21d-000000000592 | TASK | Set facts for EFI grub.cfg generation 2026-02-19 13:54:02.810185 | fa163e14-6a36-ecc9-a21d-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2026-02-19 13:54:02.811313 | fa163e14-6a36-ecc9-a21d-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:43.194368 | 0.06s 2026-02-19 13:54:02.836872 | fa163e14-6a36-ecc9-a21d-000000000593 | TASK | Executed script to fix grub-menu 2026-02-19 13:54:02.899879 | fa163e14-6a36-ecc9-a21d-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2026-02-19 13:54:02.900957 | fa163e14-6a36-ecc9-a21d-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:43.284012 | 0.06s 2026-02-19 13:54:02.926349 | fa163e14-6a36-ecc9-a21d-000000000594 | TASK | Check grub config paths 2026-02-19 13:54:02.991682 | fa163e14-6a36-ecc9-a21d-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2026-02-19 13:54:03.007154 | fa163e14-6a36-ecc9-a21d-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2026-02-19 13:54:03.019041 | fa163e14-6a36-ecc9-a21d-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:43.402088 | 0.09s 2026-02-19 13:54:03.045491 | fa163e14-6a36-ecc9-a21d-000000000595 | TASK | Write EFI grub.cfg 2026-02-19 13:54:03.087022 | fa163e14-6a36-ecc9-a21d-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 13:54:03.098039 | fa163e14-6a36-ecc9-a21d-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 13:54:03.111134 | fa163e14-6a36-ecc9-a21d-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:43.494177 | 0.06s 2026-02-19 13:54:03.132594 | fa163e14-6a36-ecc9-a21d-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2026-02-19 13:54:03.180044 | fa163e14-6a36-ecc9-a21d-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2026-02-19 13:54:03.181223 | fa163e14-6a36-ecc9-a21d-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:43.564276 | 0.05s 2026-02-19 13:54:03.207319 | fa163e14-6a36-ecc9-a21d-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2026-02-19 13:54:03.267096 | fa163e14-6a36-ecc9-a21d-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2026-02-19 13:54:03.268129 | fa163e14-6a36-ecc9-a21d-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.651185 | 0.06s 2026-02-19 13:54:03.294129 | fa163e14-6a36-ecc9-a21d-000000000598 | TASK | Execute grub2-mkconfig 2026-02-19 13:54:03.354521 | fa163e14-6a36-ecc9-a21d-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2026-02-19 13:54:03.355647 | fa163e14-6a36-ecc9-a21d-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.738702 | 0.06s 2026-02-19 13:54:03.381146 | fa163e14-6a36-ecc9-a21d-000000000599 | TASK | Check for active tuned profile 2026-02-19 13:54:03.434173 | fa163e14-6a36-ecc9-a21d-000000000599 | SKIPPED | Check for active tuned profile | standalone 2026-02-19 13:54:03.435211 | fa163e14-6a36-ecc9-a21d-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.818267 | 0.05s 2026-02-19 13:54:03.460250 | fa163e14-6a36-ecc9-a21d-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2026-02-19 13:54:03.521618 | fa163e14-6a36-ecc9-a21d-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2026-02-19 13:54:03.522760 | fa163e14-6a36-ecc9-a21d-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.905815 | 0.06s 2026-02-19 13:54:03.547914 | fa163e14-6a36-ecc9-a21d-00000000059b | TASK | Set reboot required fact 2026-02-19 13:54:03.606844 | fa163e14-6a36-ecc9-a21d-00000000059b | SKIPPED | Set reboot required fact | standalone 2026-02-19 13:54:03.607493 | fa163e14-6a36-ecc9-a21d-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.990557 | 0.06s 2026-02-19 13:54:03.624812 | fa163e14-6a36-ecc9-a21d-00000000059d | TASK | Apply DPDK workarounds 2026-02-19 13:54:03.671404 | fa163e14-6a36-ecc9-a21d-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2026-02-19 13:54:03.672417 | fa163e14-6a36-ecc9-a21d-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:44.055473 | 0.05s 2026-02-19 13:54:03.698763 | fa163e14-6a36-ecc9-a21d-00000000059f | TASK | Ensure /etc/modules-load.d exists 2026-02-19 13:54:03.738082 | fa163e14-6a36-ecc9-a21d-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2026-02-19 13:54:03.739210 | fa163e14-6a36-ecc9-a21d-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:44.122266 | 0.04s 2026-02-19 13:54:03.764848 | fa163e14-6a36-ecc9-a21d-0000000005a0 | TASK | Load modules 2026-02-19 13:54:03.808647 | fa163e14-6a36-ecc9-a21d-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2026-02-19 13:54:03.814962 | fa163e14-6a36-ecc9-a21d-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:44.198012 | 0.05s 2026-02-19 13:54:03.840350 | fa163e14-6a36-ecc9-a21d-0000000005a2 | TASK | Persist modules via modules-load.d 2026-02-19 13:54:03.884492 | fa163e14-6a36-ecc9-a21d-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2026-02-19 13:54:03.892691 | fa163e14-6a36-ecc9-a21d-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:44.275742 | 0.05s 2026-02-19 13:54:03.919068 | fa163e14-6a36-ecc9-a21d-0000000005a4 | TASK | Drop module persistence 2026-02-19 13:54:03.964928 | fa163e14-6a36-ecc9-a21d-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2026-02-19 13:54:03.971135 | fa163e14-6a36-ecc9-a21d-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:44.354179 | 0.05s 2026-02-19 13:54:03.996995 | fa163e14-6a36-ecc9-a21d-0000000005a6 | TASK | Set modules persistence via /etc/modules 2026-02-19 13:54:04.041311 | fa163e14-6a36-ecc9-a21d-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2026-02-19 13:54:04.047437 | fa163e14-6a36-ecc9-a21d-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:44.430486 | 0.05s 2026-02-19 13:54:04.072944 | fa163e14-6a36-ecc9-a21d-0000000005a8 | TASK | Modules reload 2026-02-19 13:54:04.113395 | fa163e14-6a36-ecc9-a21d-0000000005a8 | SKIPPED | Modules reload | standalone 2026-02-19 13:54:04.114728 | fa163e14-6a36-ecc9-a21d-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:44.497782 | 0.04s 2026-02-19 13:54:04.140806 | fa163e14-6a36-ecc9-a21d-0000000005aa | TASK | Reboot tasks 2026-02-19 13:54:04.191047 | fa163e14-6a36-ecc9-a21d-0000000005aa | SKIPPED | Reboot tasks | standalone 2026-02-19 13:54:04.192288 | fa163e14-6a36-ecc9-a21d-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.575342 | 0.05s 2026-02-19 13:54:04.218806 | fa163e14-6a36-ecc9-a21d-0000000005ab | TASK | Skipping reboot for deployed node 2026-02-19 13:54:04.269177 | fa163e14-6a36-ecc9-a21d-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2026-02-19 13:54:04.270211 | fa163e14-6a36-ecc9-a21d-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.653267 | 0.05s PLAY [Server pre network steps] ************************************************ 2026-02-19 13:54:04.449838 | fa163e14-6a36-ecc9-a21d-00000000003f | TASK | Server pre-network deployments 2026-02-19 13:54:04.478862 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-00000000003f') missing from stats 2026-02-19 13:54:04.499770 | fa163e14-6a36-ecc9-a21d-000000000043 | TASK | Hiera config 2026-02-19 13:54:04.525586 | fa163e14-6a36-ecc9-a21d-000000000043 | TIMING | Hiera config | standalone | 0:00:44.908641 | 0.02s 2026-02-19 13:54:04.565515 | fa163e14-6a36-ecc9-a21d-000000000721 | TASK | Create /etc/puppet/hieradata 2026-02-19 13:54:04.783377 | fa163e14-6a36-ecc9-a21d-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2026-02-19 13:54:04.784780 | fa163e14-6a36-ecc9-a21d-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:45.167833 | 0.22s 2026-02-19 13:54:04.809691 | fa163e14-6a36-ecc9-a21d-000000000722 | TASK | Write hiera config 2026-02-19 13:54:05.256128 | fa163e14-6a36-ecc9-a21d-000000000722 | CHANGED | Write hiera config | standalone 2026-02-19 13:54:05.257723 | fa163e14-6a36-ecc9-a21d-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.640775 | 0.45s 2026-02-19 13:54:05.306205 | fa163e14-6a36-ecc9-a21d-000000000044 | TASK | Hiera symlink 2026-02-19 13:54:05.528537 | fa163e14-6a36-ecc9-a21d-000000000044 | CHANGED | Hiera symlink | standalone 2026-02-19 13:54:05.530014 | fa163e14-6a36-ecc9-a21d-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.913068 | 0.22s 2026-02-19 13:54:05.555184 | fa163e14-6a36-ecc9-a21d-000000000045 | TASK | Hieradata from vars 2026-02-19 13:54:05.583030 | fa163e14-6a36-ecc9-a21d-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.966080 | 0.03s 2026-02-19 13:54:05.642841 | fa163e14-6a36-ecc9-a21d-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2026-02-19 13:54:06.126377 | fa163e14-6a36-ecc9-a21d-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2026-02-19 13:54:06.127777 | fa163e14-6a36-ecc9-a21d-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:46.510831 | 0.48s 2026-02-19 13:54:06.152993 | fa163e14-6a36-ecc9-a21d-00000000077d | TASK | Render hieradata from template 2026-02-19 13:54:06.678898 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2026-02-19 13:54:06.681038 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.064081 | 0.53s 2026-02-19 13:54:07.181650 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2026-02-19 13:54:07.183454 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.566514 | 1.03s 2026-02-19 13:54:07.787243 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2026-02-19 13:54:07.788635 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.171685 | 1.63s 2026-02-19 13:54:08.289996 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2026-02-19 13:54:08.292241 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.675292 | 2.14s 2026-02-19 13:54:08.833677 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2026-02-19 13:54:08.835004 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.218058 | 2.68s 2026-02-19 13:54:09.332443 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2026-02-19 13:54:09.333736 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.716790 | 3.18s 2026-02-19 13:54:09.854019 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2026-02-19 13:54:09.855371 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.238424 | 3.70s 2026-02-19 13:54:10.323676 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2026-02-19 13:54:10.325001 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.708056 | 4.17s 2026-02-19 13:54:10.837429 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2026-02-19 13:54:10.839958 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.223009 | 4.69s 2026-02-19 13:54:11.348854 | fa163e14-6a36-ecc9-a21d-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-19 13:54:11.351507 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.734555 | 5.20s 2026-02-19 13:54:11.363847 | fa163e14-6a36-ecc9-a21d-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.746889 | 5.21s 2026-02-19 13:54:11.414301 | fa163e14-6a36-ecc9-a21d-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2026-02-19 13:54:11.435629 | fa163e14-6a36-ecc9-a21d-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.818677 | 0.02s 2026-02-19 13:54:11.503591 | fa163e14-6a36-ecc9-a21d-000000000821 | TASK | Check for hieradata file 2026-02-19 13:54:11.734152 | fa163e14-6a36-ecc9-a21d-000000000821 | OK | Check for hieradata file | standalone 2026-02-19 13:54:11.735480 | fa163e14-6a36-ecc9-a21d-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:52.118532 | 0.23s 2026-02-19 13:54:11.761299 | fa163e14-6a36-ecc9-a21d-000000000823 | TASK | Get existing data 2026-02-19 13:54:11.812268 | fa163e14-6a36-ecc9-a21d-000000000823 | SKIPPED | Get existing data | standalone 2026-02-19 13:54:11.813461 | fa163e14-6a36-ecc9-a21d-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:52.196515 | 0.05s 2026-02-19 13:54:11.838789 | fa163e14-6a36-ecc9-a21d-000000000824 | TASK | Set data fact 2026-02-19 13:54:11.891893 | fa163e14-6a36-ecc9-a21d-000000000824 | SKIPPED | Set data fact | standalone 2026-02-19 13:54:11.893039 | fa163e14-6a36-ecc9-a21d-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:52.276094 | 0.05s 2026-02-19 13:54:11.917987 | fa163e14-6a36-ecc9-a21d-000000000826 | TASK | Write ansible hieradata file 2026-02-19 13:54:12.395452 | fa163e14-6a36-ecc9-a21d-000000000826 | CHANGED | Write ansible hieradata file | standalone 2026-02-19 13:54:12.396973 | fa163e14-6a36-ecc9-a21d-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.780027 | 0.48s 2026-02-19 13:54:12.486215 | fa163e14-6a36-ecc9-a21d-000000000047 | TIMING | include_tasks | standalone | 0:00:52.869250 | 0.04s PLAY [Server network deployments] ********************************************** 2026-02-19 13:54:12.646465 | fa163e14-6a36-ecc9-a21d-00000000004b | TASK | Network Configuration 2026-02-19 13:54:12.673998 | fa163e14-6a36-ecc9-a21d-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-00000000004b') missing from stats 2026-02-19 13:54:12.696820 | fa163e14-6a36-ecc9-a21d-00000000004c | TASK | Check NetworkConfig script existence 2026-02-19 13:54:12.723230 | fa163e14-6a36-ecc9-a21d-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2026-02-19 13:54:12.724052 | fa163e14-6a36-ecc9-a21d-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:53.107113 | 0.03s 2026-02-19 13:54:12.744253 | fa163e14-6a36-ecc9-a21d-000000000052 | TASK | Gather SELinux fact if needed 2026-02-19 13:54:12.798017 | fa163e14-6a36-ecc9-a21d-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2026-02-19 13:54:12.799336 | fa163e14-6a36-ecc9-a21d-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:53.182390 | 0.05s 2026-02-19 13:54:12.824104 | fa163e14-6a36-ecc9-a21d-000000000053 | TASK | Create fcontext entry for tripleoconfig 2026-02-19 13:54:13.530063 | fa163e14-6a36-ecc9-a21d-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2026-02-19 13:54:13.531486 | fa163e14-6a36-ecc9-a21d-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.914540 | 0.68s 2026-02-19 13:54:13.557186 | fa163e14-6a36-ecc9-a21d-000000000054 | TASK | Ensure requirements are satisfied 2026-02-19 13:54:13.586143 | fa163e14-6a36-ecc9-a21d-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.969192 | 0.03s 2026-02-19 13:54:13.648279 | fa163e14-6a36-ecc9-a21d-0000000008bf | TASK | Gather facts if they don't exist 2026-02-19 13:54:13.696308 | fa163e14-6a36-ecc9-a21d-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2026-02-19 13:54:13.697655 | fa163e14-6a36-ecc9-a21d-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:54.080707 | 0.05s 2026-02-19 13:54:13.723539 | fa163e14-6a36-ecc9-a21d-0000000008c0 | TASK | Gather variables for each operating system 2026-02-19 13:54:13.838525 | fa163e14-6a36-ecc9-a21d-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2026-02-19 13:54:13.850605 | fa163e14-6a36-ecc9-a21d-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:54.233649 | 0.13s 2026-02-19 13:54:13.875961 | fa163e14-6a36-ecc9-a21d-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2026-02-19 13:54:14.162065 | fa163e14-6a36-ecc9-a21d-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2026-02-19 13:54:14.163584 | fa163e14-6a36-ecc9-a21d-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:54.546609 | 0.29s 2026-02-19 13:54:14.189296 | fa163e14-6a36-ecc9-a21d-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2026-02-19 13:54:14.217127 | fa163e14-6a36-ecc9-a21d-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2026-02-19 13:54:14.218182 | fa163e14-6a36-ecc9-a21d-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.601238 | 0.03s 2026-02-19 13:54:14.243807 | fa163e14-6a36-ecc9-a21d-0000000008c4 | TASK | Ensure packages are actually well installed 2026-02-19 13:54:15.237006 | fa163e14-6a36-ecc9-a21d-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2026-02-19 13:54:15.238797 | fa163e14-6a36-ecc9-a21d-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.621850 | 0.99s 2026-02-19 13:54:15.287105 | fa163e14-6a36-ecc9-a21d-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2026-02-19 13:54:15.528697 | fa163e14-6a36-ecc9-a21d-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2026-02-19 13:54:15.529519 | fa163e14-6a36-ecc9-a21d-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.912582 | 0.24s 2026-02-19 13:54:15.546638 | fa163e14-6a36-ecc9-a21d-000000000057 | TASK | Reload NetworkManager 2026-02-19 13:54:16.979306 | fa163e14-6a36-ecc9-a21d-000000000057 | CHANGED | Reload NetworkManager | standalone 2026-02-19 13:54:16.981498 | fa163e14-6a36-ecc9-a21d-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.364550 | 1.43s 2026-02-19 13:54:17.009529 | fa163e14-6a36-ecc9-a21d-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2026-02-19 13:54:17.255226 | fa163e14-6a36-ecc9-a21d-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2026-02-19 13:54:17.256825 | fa163e14-6a36-ecc9-a21d-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:57.639880 | 0.25s 2026-02-19 13:54:17.283854 | fa163e14-6a36-ecc9-a21d-00000000005a | TASK | Check for previous run of NetworkConfig 2026-02-19 13:54:17.508204 | fa163e14-6a36-ecc9-a21d-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2026-02-19 13:54:17.509526 | fa163e14-6a36-ecc9-a21d-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:57.892582 | 0.22s 2026-02-19 13:54:17.536503 | fa163e14-6a36-ecc9-a21d-00000000005b | TASK | Check result of previous run of NetworkConfig 2026-02-19 13:54:17.565634 | fa163e14-6a36-ecc9-a21d-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2026-02-19 13:54:17.566964 | fa163e14-6a36-ecc9-a21d-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:57.950011 | 0.03s 2026-02-19 13:54:17.593017 | fa163e14-6a36-ecc9-a21d-00000000005c | TASK | Ensure we get cloud-init 2026-02-19 13:54:17.842777 | fa163e14-6a36-ecc9-a21d-00000000005c | OK | Ensure we get cloud-init | standalone 2026-02-19 13:54:17.844375 | fa163e14-6a36-ecc9-a21d-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.227428 | 0.25s 2026-02-19 13:54:17.872018 | fa163e14-6a36-ecc9-a21d-00000000005e | TASK | Create /etc/os-net-config directory 2026-02-19 13:54:18.177889 | fa163e14-6a36-ecc9-a21d-00000000005e | OK | Create /etc/os-net-config directory | standalone 2026-02-19 13:54:18.179307 | fa163e14-6a36-ecc9-a21d-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.562362 | 0.31s 2026-02-19 13:54:18.204710 | fa163e14-6a36-ecc9-a21d-00000000005f | TASK | Create os-net-config mappings from lookup data 2026-02-19 13:54:18.601298 | fa163e14-6a36-ecc9-a21d-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2026-02-19 13:54:18.602933 | fa163e14-6a36-ecc9-a21d-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:58.985981 | 0.40s 2026-02-19 13:54:18.628723 | fa163e14-6a36-ecc9-a21d-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2026-02-19 13:54:18.701287 | fa163e14-6a36-ecc9-a21d-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2026-02-19 13:54:18.702710 | fa163e14-6a36-ecc9-a21d-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.085757 | 0.07s 2026-02-19 13:54:18.728968 | fa163e14-6a36-ecc9-a21d-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2026-02-19 13:54:18.993918 | fa163e14-6a36-ecc9-a21d-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2026-02-19 13:54:18.995243 | fa163e14-6a36-ecc9-a21d-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.378298 | 0.26s 2026-02-19 13:54:19.021069 | fa163e14-6a36-ecc9-a21d-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2026-02-19 13:54:19.092178 | fa163e14-6a36-ecc9-a21d-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.475227 | 0.07s 2026-02-19 13:54:19.118172 | 04b9176b-8e2c-4e1d-ac7b-dba156e996a5 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2026-02-19 13:54:19.150816 | fa163e14-6a36-ecc9-a21d-000000000909 | TASK | Set nic_config_file fact 2026-02-19 13:54:19.225147 | fa163e14-6a36-ecc9-a21d-000000000909 | OK | Set nic_config_file fact | standalone 2026-02-19 13:54:19.226195 | fa163e14-6a36-ecc9-a21d-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.609251 | 0.07s 2026-02-19 13:54:19.251489 | fa163e14-6a36-ecc9-a21d-00000000090a | TASK | Render overidden network config 2026-02-19 13:54:19.333324 | fa163e14-6a36-ecc9-a21d-00000000090a | SKIPPED | Render overidden network config | standalone 2026-02-19 13:54:19.334594 | fa163e14-6a36-ecc9-a21d-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:59.717609 | 0.08s 2026-02-19 13:54:19.360669 | fa163e14-6a36-ecc9-a21d-00000000090b | TASK | Render network_config 2026-02-19 13:54:19.431280 | fa163e14-6a36-ecc9-a21d-00000000090b | SKIPPED | Render network_config | standalone 2026-02-19 13:54:19.432516 | fa163e14-6a36-ecc9-a21d-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:59.815565 | 0.07s 2026-02-19 13:54:19.458223 | fa163e14-6a36-ecc9-a21d-00000000090c | TASK | Render network_config from template 2026-02-19 13:54:20.000679 | fa163e14-6a36-ecc9-a21d-00000000090c | CHANGED | Render network_config from template | standalone 2026-02-19 13:54:20.003507 | fa163e14-6a36-ecc9-a21d-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.386561 | 0.54s 2026-02-19 13:54:20.030257 | fa163e14-6a36-ecc9-a21d-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=687196594006.46701 2026-02-19 13:54:24.089151 | fa163e14-6a36-ecc9-a21d-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2026-02-19 13:54:24.091328 | fa163e14-6a36-ecc9-a21d-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.474382 | 4.06s 2026-02-19 13:54:24.121582 | fa163e14-6a36-ecc9-a21d-000000000064 | TASK | Write rc of NetworkConfig script 2026-02-19 13:54:24.612792 | fa163e14-6a36-ecc9-a21d-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2026-02-19 13:54:24.614189 | fa163e14-6a36-ecc9-a21d-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:04.997244 | 0.49s 2026-02-19 13:54:24.640572 | fa163e14-6a36-ecc9-a21d-000000000065 | TASK | Disable cloud-init network config 2026-02-19 13:54:25.163440 | fa163e14-6a36-ecc9-a21d-000000000065 | CHANGED | Disable cloud-init network config | standalone 2026-02-19 13:54:25.165954 | fa163e14-6a36-ecc9-a21d-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.549001 | 0.52s 2026-02-19 13:54:25.191774 | fa163e14-6a36-ecc9-a21d-000000000066 | TASK | Ensure network service is enabled 2026-02-19 13:54:25.641872 | fa163e14-6a36-ecc9-a21d-000000000066 | OK | Ensure network service is enabled | standalone 2026-02-19 13:54:25.643735 | fa163e14-6a36-ecc9-a21d-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.026789 | 0.45s PLAY [Server network validation] *********************************************** 2026-02-19 13:54:25.819283 | fa163e14-6a36-ecc9-a21d-000000000096 | TASK | Basic Network Validation 2026-02-19 13:54:25.845079 | fa163e14-6a36-ecc9-a21d-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.228138 | 0.03s 2026-02-19 13:54:25.885988 | fa163e14-6a36-ecc9-a21d-000000000945 | TASK | Collect default network fact 2026-02-19 13:54:26.451255 | fa163e14-6a36-ecc9-a21d-000000000945 | OK | Collect default network fact | standalone 2026-02-19 13:54:26.452427 | fa163e14-6a36-ecc9-a21d-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.835483 | 0.57s 2026-02-19 13:54:26.477060 | fa163e14-6a36-ecc9-a21d-000000000946 | TASK | Check Default IPv4 Gateway availability 2026-02-19 13:54:26.505784 | fa163e14-6a36-ecc9-a21d-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2026-02-19 13:54:26.506847 | fa163e14-6a36-ecc9-a21d-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.889903 | 0.03s 2026-02-19 13:54:26.530802 | fa163e14-6a36-ecc9-a21d-000000000947 | TASK | Check all networks Gateway availability 2026-02-19 13:54:26.558511 | fa163e14-6a36-ecc9-a21d-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.941561 | 0.03s 2026-02-19 13:54:26.582991 | fa163e14-6a36-ecc9-a21d-000000000949 | TASK | Check Controllers availability 2026-02-19 13:54:26.650673 | fa163e14-6a36-ecc9-a21d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2026-02-19 13:54:26.656854 | fa163e14-6a36-ecc9-a21d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2026-02-19 13:54:26.664921 | fa163e14-6a36-ecc9-a21d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2026-02-19 13:54:26.671874 | fa163e14-6a36-ecc9-a21d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2026-02-19 13:54:26.680567 | fa163e14-6a36-ecc9-a21d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2026-02-19 13:54:26.686111 | fa163e14-6a36-ecc9-a21d-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2026-02-19 13:54:26.698060 | fa163e14-6a36-ecc9-a21d-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.081111 | 0.11s 2026-02-19 13:54:26.722020 | fa163e14-6a36-ecc9-a21d-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2026-02-19 13:54:26.749913 | fa163e14-6a36-ecc9-a21d-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2026-02-19 13:54:26.750952 | fa163e14-6a36-ecc9-a21d-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.134007 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2026-02-19 13:54:26.928875 | fa163e14-6a36-ecc9-a21d-00000000009a | TASK | Server pre deployments 2026-02-19 13:54:26.957431 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-00000000009a') missing from stats 2026-02-19 13:54:26.977631 | fa163e14-6a36-ecc9-a21d-00000000009e | TASK | Hiera config 2026-02-19 13:54:27.007127 | fa163e14-6a36-ecc9-a21d-00000000009e | TIMING | Hiera config | standalone | 0:01:07.390174 | 0.03s 2026-02-19 13:54:27.056156 | fa163e14-6a36-ecc9-a21d-00000000099e | TASK | Create /etc/puppet/hieradata 2026-02-19 13:54:27.294658 | fa163e14-6a36-ecc9-a21d-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2026-02-19 13:54:27.296047 | fa163e14-6a36-ecc9-a21d-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.679100 | 0.24s 2026-02-19 13:54:27.321228 | fa163e14-6a36-ecc9-a21d-00000000099f | TASK | Write hiera config 2026-02-19 13:54:27.767471 | fa163e14-6a36-ecc9-a21d-00000000099f | OK | Write hiera config | standalone 2026-02-19 13:54:27.768907 | fa163e14-6a36-ecc9-a21d-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.151963 | 0.45s 2026-02-19 13:54:27.816728 | fa163e14-6a36-ecc9-a21d-00000000009f | TASK | Hiera symlink 2026-02-19 13:54:28.041382 | fa163e14-6a36-ecc9-a21d-00000000009f | OK | Hiera symlink | standalone 2026-02-19 13:54:28.042791 | fa163e14-6a36-ecc9-a21d-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.425846 | 0.22s 2026-02-19 13:54:28.068207 | fa163e14-6a36-ecc9-a21d-0000000000a0 | TASK | Hieradata from vars 2026-02-19 13:54:28.096224 | fa163e14-6a36-ecc9-a21d-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.479272 | 0.03s 2026-02-19 13:54:28.157293 | fa163e14-6a36-ecc9-a21d-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2026-02-19 13:54:28.609142 | fa163e14-6a36-ecc9-a21d-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2026-02-19 13:54:28.610339 | fa163e14-6a36-ecc9-a21d-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.993393 | 0.45s 2026-02-19 13:54:28.634973 | fa163e14-6a36-ecc9-a21d-0000000009fa | TASK | Render hieradata from template 2026-02-19 13:54:29.182398 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2026-02-19 13:54:29.185021 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.568072 | 0.55s 2026-02-19 13:54:29.698043 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2026-02-19 13:54:29.699267 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.082323 | 1.06s 2026-02-19 13:54:30.302103 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2026-02-19 13:54:30.302893 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.685954 | 1.67s 2026-02-19 13:54:30.733274 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2026-02-19 13:54:30.735194 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.118249 | 2.10s 2026-02-19 13:54:31.236403 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2026-02-19 13:54:31.237209 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.620270 | 2.60s 2026-02-19 13:54:31.680749 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2026-02-19 13:54:31.681493 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.064556 | 3.05s 2026-02-19 13:54:32.173803 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2026-02-19 13:54:32.175592 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.558654 | 3.54s 2026-02-19 13:54:32.619814 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2026-02-19 13:54:32.621969 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.005024 | 3.99s 2026-02-19 13:54:33.114191 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2026-02-19 13:54:33.114835 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.497899 | 4.48s 2026-02-19 13:54:33.578327 | fa163e14-6a36-ecc9-a21d-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2026-02-19 13:54:33.579424 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.962480 | 4.94s 2026-02-19 13:54:33.588923 | fa163e14-6a36-ecc9-a21d-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.971972 | 4.95s 2026-02-19 13:54:33.639290 | fa163e14-6a36-ecc9-a21d-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2026-02-19 13:54:33.667980 | fa163e14-6a36-ecc9-a21d-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.051025 | 0.03s 2026-02-19 13:54:33.736616 | fa163e14-6a36-ecc9-a21d-000000000a9e | TASK | Check for hieradata file 2026-02-19 13:54:33.958517 | fa163e14-6a36-ecc9-a21d-000000000a9e | OK | Check for hieradata file | standalone 2026-02-19 13:54:33.959852 | fa163e14-6a36-ecc9-a21d-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.342906 | 0.22s 2026-02-19 13:54:33.985280 | fa163e14-6a36-ecc9-a21d-000000000aa0 | TASK | Get existing data 2026-02-19 13:54:34.023327 | fa163e14-6a36-ecc9-a21d-000000000aa0 | SKIPPED | Get existing data | standalone 2026-02-19 13:54:34.024611 | fa163e14-6a36-ecc9-a21d-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.407665 | 0.04s 2026-02-19 13:54:34.050255 | fa163e14-6a36-ecc9-a21d-000000000aa1 | TASK | Set data fact 2026-02-19 13:54:34.091827 | fa163e14-6a36-ecc9-a21d-000000000aa1 | SKIPPED | Set data fact | standalone 2026-02-19 13:54:34.093306 | fa163e14-6a36-ecc9-a21d-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.476353 | 0.04s 2026-02-19 13:54:34.120626 | fa163e14-6a36-ecc9-a21d-000000000aa3 | TASK | Write ansible hieradata file 2026-02-19 13:54:34.609093 | fa163e14-6a36-ecc9-a21d-000000000aa3 | OK | Write ansible hieradata file | standalone 2026-02-19 13:54:34.610642 | fa163e14-6a36-ecc9-a21d-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.993696 | 0.49s 2026-02-19 13:54:34.708840 | fa163e14-6a36-ecc9-a21d-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.091887 | 0.05s PLAY [Host prep steps] ********************************************************* 2026-02-19 13:54:34.861481 | fa163e14-6a36-ecc9-a21d-0000000000a6 | TASK | Host prep steps 2026-02-19 13:54:34.888942 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000a6') missing from stats 2026-02-19 13:54:35.002315 | fa163e14-6a36-ecc9-a21d-0000000000a7 | TASK | Deploy Artifacts 2026-02-19 13:54:35.113746 | fa163e14-6a36-ecc9-a21d-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2026-02-19 13:54:35.115028 | fa163e14-6a36-ecc9-a21d-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.498083 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 13:54:35.180172 | fa163e14-6a36-ecc9-a21d-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.563219 | 0.04s 2026-02-19 13:54:35.353655 | 4edf52d1-c1e7-40c3-a155-e117ab630d19 | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/host_prep_tasks.yaml | standalone 2026-02-19 13:54:35.407366 | fa163e14-6a36-ecc9-a21d-000000000b1e | TASK | Run firewall role 2026-02-19 13:54:35.431877 | fa163e14-6a36-ecc9-a21d-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.814931 | 0.02s 2026-02-19 13:54:35.495747 | fa163e14-6a36-ecc9-a21d-000000000c1d | TASK | Gather variables for each operating system 2026-02-19 13:54:35.613454 | fa163e14-6a36-ecc9-a21d-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2026-02-19 13:54:35.614791 | fa163e14-6a36-ecc9-a21d-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.997842 | 0.12s 2026-02-19 13:54:35.620449 | fa163e14-6a36-ecc9-a21d-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.003498 | 0.12s 2026-02-19 13:54:35.646461 | fa163e14-6a36-ecc9-a21d-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2026-02-19 13:54:38.644089 | fa163e14-6a36-ecc9-a21d-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2026-02-19 13:54:38.645619 | fa163e14-6a36-ecc9-a21d-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:19.028650 | 3.00s 2026-02-19 13:54:38.671821 | fa163e14-6a36-ecc9-a21d-000000000c22 | TASK | Create empty var for masquerade rules 2026-02-19 13:54:38.711121 | fa163e14-6a36-ecc9-a21d-000000000c22 | OK | Create empty var for masquerade rules | standalone 2026-02-19 13:54:38.712245 | fa163e14-6a36-ecc9-a21d-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:19.095299 | 0.04s 2026-02-19 13:54:38.737817 | fa163e14-6a36-ecc9-a21d-000000000c23 | TASK | Enable masquerade 2026-02-19 13:54:38.787930 | fa163e14-6a36-ecc9-a21d-000000000c23 | SKIPPED | Enable masquerade | standalone 2026-02-19 13:54:38.789249 | fa163e14-6a36-ecc9-a21d-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:19.172304 | 0.05s 2026-02-19 13:54:38.813997 | fa163e14-6a36-ecc9-a21d-000000000c24 | TASK | Set the default frontend firewall rules 2026-02-19 13:54:38.854814 | fa163e14-6a36-ecc9-a21d-000000000c24 | OK | Set the default frontend firewall rules | standalone 2026-02-19 13:54:38.855926 | fa163e14-6a36-ecc9-a21d-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.238982 | 0.04s 2026-02-19 13:54:38.880158 | fa163e14-6a36-ecc9-a21d-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2026-02-19 13:54:38.930166 | fa163e14-6a36-ecc9-a21d-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2026-02-19 13:54:38.931603 | fa163e14-6a36-ecc9-a21d-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.314659 | 0.05s 2026-02-19 13:54:38.957105 | fa163e14-6a36-ecc9-a21d-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2026-02-19 13:54:39.018946 | fa163e14-6a36-ecc9-a21d-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2026-02-19 13:54:39.021221 | fa163e14-6a36-ecc9-a21d-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.404270 | 0.06s 2026-02-19 13:54:39.047276 | fa163e14-6a36-ecc9-a21d-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2026-02-19 13:54:39.078799 | fa163e14-6a36-ecc9-a21d-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2026-02-19 13:54:39.079855 | fa163e14-6a36-ecc9-a21d-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.462912 | 0.03s 2026-02-19 13:54:39.104825 | fa163e14-6a36-ecc9-a21d-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2026-02-19 13:54:39.136575 | fa163e14-6a36-ecc9-a21d-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2026-02-19 13:54:39.137792 | fa163e14-6a36-ecc9-a21d-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.520842 | 0.03s 2026-02-19 13:54:39.162961 | fa163e14-6a36-ecc9-a21d-000000000c2d | TASK | Enable LOG rules 2026-02-19 13:54:39.192607 | fa163e14-6a36-ecc9-a21d-000000000c2d | SKIPPED | Enable LOG rules | standalone 2026-02-19 13:54:39.193639 | fa163e14-6a36-ecc9-a21d-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.576694 | 0.03s 2026-02-19 13:54:39.218805 | fa163e14-6a36-ecc9-a21d-000000000c2e | TASK | Set rule fact 2026-02-19 13:54:39.323206 | fa163e14-6a36-ecc9-a21d-000000000c2e | OK | Set rule fact | standalone 2026-02-19 13:54:39.326452 | fa163e14-6a36-ecc9-a21d-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.709507 | 0.11s 2026-02-19 13:54:39.355567 | fa163e14-6a36-ecc9-a21d-000000000c2f | TASK | Manage rules via nftables 2026-02-19 13:54:39.375985 | fa163e14-6a36-ecc9-a21d-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:19.759029 | 0.02s 2026-02-19 13:54:39.448220 | fa163e14-6a36-ecc9-a21d-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.831268 | 0.02s 2026-02-19 13:54:39.462072 | 617c6c6b-9058-4c43-879d-8c6e45129ba7 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2026-02-19 13:54:39.486774 | fa163e14-6a36-ecc9-a21d-000000000cf2 | TASK | Ensure legacy iptables services are off 2026-02-19 13:54:39.867468 | fa163e14-6a36-ecc9-a21d-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2026-02-19 13:54:39.870068 | fa163e14-6a36-ecc9-a21d-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.253117 | 0.38s 2026-02-19 13:54:41.201610 | fa163e14-6a36-ecc9-a21d-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2026-02-19 13:54:41.203103 | fa163e14-6a36-ecc9-a21d-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.586158 | 1.72s 2026-02-19 13:54:41.213125 | fa163e14-6a36-ecc9-a21d-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:21.596180 | 1.73s 2026-02-19 13:54:41.240070 | fa163e14-6a36-ecc9-a21d-000000000cf3 | TASK | Ensure nftables service is enabled and running 2026-02-19 13:54:41.974187 | fa163e14-6a36-ecc9-a21d-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2026-02-19 13:54:41.976021 | fa163e14-6a36-ecc9-a21d-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:22.359075 | 0.73s 2026-02-19 13:54:42.004478 | fa163e14-6a36-ecc9-a21d-000000000cf4 | TASK | Empty nftables from anything that may lay around 2026-02-19 13:54:42.044416 | fa163e14-6a36-ecc9-a21d-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2026-02-19 13:54:42.045764 | fa163e14-6a36-ecc9-a21d-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:22.428817 | 0.04s 2026-02-19 13:54:42.100315 | fa163e14-6a36-ecc9-a21d-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.483361 | 0.03s 2026-02-19 13:54:42.139006 | f94e6493-6c47-43d5-8c95-250302d43cc5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2026-02-19 13:54:42.175351 | fa163e14-6a36-ecc9-a21d-000000000d23 | TASK | Push empty ruleset 2026-02-19 13:54:42.661493 | fa163e14-6a36-ecc9-a21d-000000000d23 | CHANGED | Push empty ruleset | standalone 2026-02-19 13:54:42.662949 | fa163e14-6a36-ecc9-a21d-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:23.046001 | 0.49s 2026-02-19 13:54:42.690189 | fa163e14-6a36-ecc9-a21d-000000000d24 | TASK | Load empty ruleset 2026-02-19 13:54:42.936495 | fa163e14-6a36-ecc9-a21d-000000000d24 | CHANGED | Load empty ruleset | standalone 2026-02-19 13:54:42.937847 | fa163e14-6a36-ecc9-a21d-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:23.320902 | 0.25s 2026-02-19 13:54:42.964532 | fa163e14-6a36-ecc9-a21d-000000000d26 | TASK | Use default rules 2026-02-19 13:54:43.058953 | fa163e14-6a36-ecc9-a21d-000000000d26 | OK | Use default rules | standalone 2026-02-19 13:54:43.062289 | fa163e14-6a36-ecc9-a21d-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:23.445340 | 0.10s 2026-02-19 13:54:43.092819 | fa163e14-6a36-ecc9-a21d-000000000d27 | TASK | Enable LOG rules 2026-02-19 13:54:43.189029 | fa163e14-6a36-ecc9-a21d-000000000d27 | OK | Enable LOG rules | standalone 2026-02-19 13:54:43.192676 | fa163e14-6a36-ecc9-a21d-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:23.575729 | 0.10s 2026-02-19 13:54:43.224006 | fa163e14-6a36-ecc9-a21d-000000000d29 | TASK | Get current nftables content 2026-02-19 13:54:43.467150 | fa163e14-6a36-ecc9-a21d-000000000d29 | CHANGED | Get current nftables content | standalone 2026-02-19 13:54:43.468510 | fa163e14-6a36-ecc9-a21d-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:23.851564 | 0.24s 2026-02-19 13:54:43.495917 | fa163e14-6a36-ecc9-a21d-000000000d2b | TASK | Generate chain jumps 2026-02-19 13:54:44.048289 | fa163e14-6a36-ecc9-a21d-000000000d2b | CHANGED | Generate chain jumps | standalone 2026-02-19 13:54:44.049086 | fa163e14-6a36-ecc9-a21d-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:24.432150 | 0.55s 2026-02-19 13:54:44.068468 | fa163e14-6a36-ecc9-a21d-000000000d2c | TASK | Generate chain jumps 2026-02-19 13:54:44.640670 | fa163e14-6a36-ecc9-a21d-000000000d2c | CHANGED | Generate chain jumps | standalone 2026-02-19 13:54:44.642108 | fa163e14-6a36-ecc9-a21d-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:25.025160 | 0.57s 2026-02-19 13:54:44.677364 | fa163e14-6a36-ecc9-a21d-000000000d2d | TASK | Generate nft flushes 2026-02-19 13:54:45.183005 | fa163e14-6a36-ecc9-a21d-000000000d2d | CHANGED | Generate nft flushes | standalone 2026-02-19 13:54:45.184509 | fa163e14-6a36-ecc9-a21d-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:25.567563 | 0.50s 2026-02-19 13:54:45.211853 | fa163e14-6a36-ecc9-a21d-000000000d2e | TASK | Generate nft tripleo chains 2026-02-19 13:54:45.789355 | fa163e14-6a36-ecc9-a21d-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2026-02-19 13:54:45.790845 | fa163e14-6a36-ecc9-a21d-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:26.173900 | 0.58s 2026-02-19 13:54:45.817020 | fa163e14-6a36-ecc9-a21d-000000000d2f | TASK | Generate nft ruleset in static file 2026-02-19 13:54:47.538909 | fa163e14-6a36-ecc9-a21d-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2026-02-19 13:54:47.540380 | fa163e14-6a36-ecc9-a21d-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:27.923433 | 1.72s 2026-02-19 13:54:47.567380 | fa163e14-6a36-ecc9-a21d-000000000d31 | TASK | Validate all of the generated content before loading 2026-02-19 13:54:48.092506 | fa163e14-6a36-ecc9-a21d-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2026-02-19 13:54:48.093450 | fa163e14-6a36-ecc9-a21d-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:28.476512 | 0.52s 2026-02-19 13:54:48.116978 | fa163e14-6a36-ecc9-a21d-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2026-02-19 13:54:48.333535 | fa163e14-6a36-ecc9-a21d-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2026-02-19 13:54:48.335030 | fa163e14-6a36-ecc9-a21d-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:28.718081 | 0.22s 2026-02-19 13:54:48.397613 | fa163e14-6a36-ecc9-a21d-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:28.780663 | 0.03s 2026-02-19 13:54:48.413707 | 9717048a-9b09-4b7d-a570-02254fd1d151 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2026-02-19 13:54:48.459171 | fa163e14-6a36-ecc9-a21d-000000000d9a | TASK | Inject our custom chains in nftables 2026-02-19 13:54:48.711320 | fa163e14-6a36-ecc9-a21d-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2026-02-19 13:54:48.712862 | fa163e14-6a36-ecc9-a21d-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:29.095910 | 0.25s 2026-02-19 13:54:48.739703 | fa163e14-6a36-ecc9-a21d-000000000d9b | TASK | Reload custom nftables ruleset files 2026-02-19 13:54:49.026098 | fa163e14-6a36-ecc9-a21d-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2026-02-19 13:54:49.027433 | fa163e14-6a36-ecc9-a21d-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:29.410488 | 0.29s 2026-02-19 13:54:49.101839 | fa163e14-6a36-ecc9-a21d-000000000b1f | TASK | create persistent logs directory 2026-02-19 13:54:49.369002 | fa163e14-6a36-ecc9-a21d-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 13:54:49.371519 | fa163e14-6a36-ecc9-a21d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.754569 | 0.27s 2026-02-19 13:54:49.586709 | fa163e14-6a36-ecc9-a21d-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2026-02-19 13:54:49.588586 | fa163e14-6a36-ecc9-a21d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.971612 | 0.49s 2026-02-19 13:54:49.600087 | fa163e14-6a36-ecc9-a21d-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:29.983129 | 0.50s 2026-02-19 13:54:49.626180 | fa163e14-6a36-ecc9-a21d-000000000b20 | TASK | create persistent directories 2026-02-19 13:54:49.872586 | fa163e14-6a36-ecc9-a21d-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 13:54:49.874748 | fa163e14-6a36-ecc9-a21d-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.257800 | 0.25s 2026-02-19 13:54:49.885054 | fa163e14-6a36-ecc9-a21d-000000000b20 | TIMING | create persistent directories | standalone | 0:01:30.268101 | 0.26s 2026-02-19 13:54:49.910807 | fa163e14-6a36-ecc9-a21d-000000000b21 | TASK | create persistent directories 2026-02-19 13:54:50.176581 | fa163e14-6a36-ecc9-a21d-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2026-02-19 13:54:50.178948 | fa163e14-6a36-ecc9-a21d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.561999 | 0.27s 2026-02-19 13:54:50.381065 | fa163e14-6a36-ecc9-a21d-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2026-02-19 13:54:50.382662 | fa163e14-6a36-ecc9-a21d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.765720 | 0.47s 2026-02-19 13:54:50.393358 | fa163e14-6a36-ecc9-a21d-000000000b21 | TIMING | create persistent directories | standalone | 0:01:30.776407 | 0.48s 2026-02-19 13:54:50.418675 | fa163e14-6a36-ecc9-a21d-000000000b22 | TASK | create persistent directories 2026-02-19 13:54:50.693613 | fa163e14-6a36-ecc9-a21d-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2026-02-19 13:54:50.695706 | fa163e14-6a36-ecc9-a21d-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.078759 | 0.28s 2026-02-19 13:54:50.705862 | fa163e14-6a36-ecc9-a21d-000000000b22 | TIMING | create persistent directories | standalone | 0:01:31.088910 | 0.29s 2026-02-19 13:54:50.730969 | fa163e14-6a36-ecc9-a21d-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2026-02-19 13:54:51.910524 | fa163e14-6a36-ecc9-a21d-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2026-02-19 13:54:51.912227 | fa163e14-6a36-ecc9-a21d-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:32.295282 | 1.18s 2026-02-19 13:54:51.938320 | fa163e14-6a36-ecc9-a21d-000000000b24 | TASK | create persistent directories 2026-02-19 13:54:52.206090 | fa163e14-6a36-ecc9-a21d-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 13:54:52.207919 | fa163e14-6a36-ecc9-a21d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.590967 | 0.27s 2026-02-19 13:54:52.398287 | fa163e14-6a36-ecc9-a21d-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2026-02-19 13:54:52.399972 | fa163e14-6a36-ecc9-a21d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.783030 | 0.46s 2026-02-19 13:54:52.410705 | fa163e14-6a36-ecc9-a21d-000000000b24 | TIMING | create persistent directories | standalone | 0:01:32.793754 | 0.47s 2026-02-19 13:54:52.435137 | fa163e14-6a36-ecc9-a21d-000000000b25 | TASK | create fcontext entry for cinder data 2026-02-19 13:54:53.760345 | fa163e14-6a36-ecc9-a21d-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2026-02-19 13:54:53.761897 | fa163e14-6a36-ecc9-a21d-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:34.144952 | 1.32s 2026-02-19 13:54:53.786263 | fa163e14-6a36-ecc9-a21d-000000000b26 | TASK | create persistent directories 2026-02-19 13:54:54.004386 | fa163e14-6a36-ecc9-a21d-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 13:54:54.007823 | fa163e14-6a36-ecc9-a21d-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.390874 | 0.22s 2026-02-19 13:54:54.199268 | fa163e14-6a36-ecc9-a21d-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2026-02-19 13:54:54.202052 | fa163e14-6a36-ecc9-a21d-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.585108 | 0.41s 2026-02-19 13:54:54.211614 | fa163e14-6a36-ecc9-a21d-000000000b26 | TIMING | create persistent directories | standalone | 0:01:34.594666 | 0.42s 2026-02-19 13:54:54.237854 | fa163e14-6a36-ecc9-a21d-000000000b27 | TASK | ensure ceph configurations exist 2026-02-19 13:54:54.466769 | fa163e14-6a36-ecc9-a21d-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2026-02-19 13:54:54.468125 | fa163e14-6a36-ecc9-a21d-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:34.851179 | 0.23s 2026-02-19 13:54:54.492695 | fa163e14-6a36-ecc9-a21d-000000000b28 | TASK | create persistent directories 2026-02-19 13:54:54.720151 | fa163e14-6a36-ecc9-a21d-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2026-02-19 13:54:54.722740 | fa163e14-6a36-ecc9-a21d-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.105791 | 0.23s 2026-02-19 13:54:54.734841 | fa163e14-6a36-ecc9-a21d-000000000b28 | TIMING | create persistent directories | standalone | 0:01:35.117890 | 0.24s 2026-02-19 13:54:54.759800 | fa163e14-6a36-ecc9-a21d-000000000b2a | TASK | Create cinder image conversion directory 2026-02-19 13:54:54.790432 | fa163e14-6a36-ecc9-a21d-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2026-02-19 13:54:54.791497 | fa163e14-6a36-ecc9-a21d-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:35.174552 | 0.03s 2026-02-19 13:54:54.817466 | fa163e14-6a36-ecc9-a21d-000000000b2b | TASK | Mount cinder's image conversion NFS share 2026-02-19 13:54:54.848605 | fa163e14-6a36-ecc9-a21d-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2026-02-19 13:54:54.849900 | fa163e14-6a36-ecc9-a21d-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:35.232948 | 0.03s 2026-02-19 13:54:54.874684 | fa163e14-6a36-ecc9-a21d-000000000b2d | TASK | cinder_configure_lvm fact 2026-02-19 13:54:54.905682 | fa163e14-6a36-ecc9-a21d-000000000b2d | OK | cinder_configure_lvm fact | standalone 2026-02-19 13:54:54.906930 | fa163e14-6a36-ecc9-a21d-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:35.289980 | 0.03s 2026-02-19 13:54:54.931686 | fa163e14-6a36-ecc9-a21d-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2026-02-19 13:54:57.890749 | fa163e14-6a36-ecc9-a21d-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2026-02-19 13:54:57.892201 | fa163e14-6a36-ecc9-a21d-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:38.275255 | 2.96s 2026-02-19 13:54:57.918050 | fa163e14-6a36-ecc9-a21d-000000000b30 | TASK | cinder create LVM volume group dd 2026-02-19 13:54:58.141718 | fa163e14-6a36-ecc9-a21d-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2026-02-19 13:54:58.143014 | fa163e14-6a36-ecc9-a21d-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:38.526068 | 0.22s 2026-02-19 13:54:58.167786 | fa163e14-6a36-ecc9-a21d-000000000b31 | TASK | Get or create LVM loopback device 2026-02-19 13:54:58.400706 | fa163e14-6a36-ecc9-a21d-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2026-02-19 13:54:58.402283 | fa163e14-6a36-ecc9-a21d-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:38.785338 | 0.23s 2026-02-19 13:54:58.427995 | fa163e14-6a36-ecc9-a21d-000000000b32 | TASK | Create LVM volume group 2026-02-19 13:54:59.025441 | fa163e14-6a36-ecc9-a21d-000000000b32 | CHANGED | Create LVM volume group | standalone 2026-02-19 13:54:59.026763 | fa163e14-6a36-ecc9-a21d-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:39.409812 | 0.60s 2026-02-19 13:54:59.053231 | fa163e14-6a36-ecc9-a21d-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2026-02-19 13:54:59.518113 | fa163e14-6a36-ecc9-a21d-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2026-02-19 13:54:59.519714 | fa163e14-6a36-ecc9-a21d-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:39.902767 | 0.46s 2026-02-19 13:54:59.545406 | fa163e14-6a36-ecc9-a21d-000000000b34 | TASK | cinder enable the LVM losetup service 2026-02-19 13:55:00.456299 | fa163e14-6a36-ecc9-a21d-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2026-02-19 13:55:00.458227 | fa163e14-6a36-ecc9-a21d-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:40.841280 | 0.91s 2026-02-19 13:55:00.485382 | fa163e14-6a36-ecc9-a21d-000000000b36 | TASK | allow logrotate to read inside containers 2026-02-19 13:55:01.442417 | fa163e14-6a36-ecc9-a21d-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2026-02-19 13:55:01.444291 | fa163e14-6a36-ecc9-a21d-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:41.827344 | 0.96s 2026-02-19 13:55:01.470655 | fa163e14-6a36-ecc9-a21d-000000000b37 | TASK | authorize httpd to listen on registry ports 2026-02-19 13:55:03.704957 | fa163e14-6a36-ecc9-a21d-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2026-02-19 13:55:03.706676 | fa163e14-6a36-ecc9-a21d-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:44.089730 | 2.23s 2026-02-19 13:55:03.764317 | fa163e14-6a36-ecc9-a21d-000000000b39 | OK | set_fact | standalone 2026-02-19 13:55:03.765701 | fa163e14-6a36-ecc9-a21d-000000000b39 | TIMING | set_fact | standalone | 0:01:44.148757 | 0.03s 2026-02-19 13:55:03.820096 | fa163e14-6a36-ecc9-a21d-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:44.203136 | 0.03s 2026-02-19 13:55:03.877670 | fa163e14-6a36-ecc9-a21d-000000000ee1 | TASK | ensure apache is installed 2026-02-19 13:55:10.528138 | fa163e14-6a36-ecc9-a21d-000000000ee1 | CHANGED | ensure apache is installed | standalone 2026-02-19 13:55:10.529755 | fa163e14-6a36-ecc9-a21d-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:50.912807 | 6.65s 2026-02-19 13:55:10.555278 | fa163e14-6a36-ecc9-a21d-000000000ee2 | TASK | create image data directory 2026-02-19 13:55:10.774273 | fa163e14-6a36-ecc9-a21d-000000000ee2 | CHANGED | create image data directory | standalone 2026-02-19 13:55:10.775626 | fa163e14-6a36-ecc9-a21d-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:51.158682 | 0.22s 2026-02-19 13:55:10.800674 | fa163e14-6a36-ecc9-a21d-000000000ee3 | TASK | create /v2/ response file 2026-02-19 13:55:11.245720 | fa163e14-6a36-ecc9-a21d-000000000ee3 | CHANGED | create /v2/ response file | standalone 2026-02-19 13:55:11.247077 | fa163e14-6a36-ecc9-a21d-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:51.630134 | 0.45s 2026-02-19 13:55:11.269197 | fa163e14-6a36-ecc9-a21d-000000000ee4 | TASK | Add listen line 2026-02-19 13:55:11.637587 | fa163e14-6a36-ecc9-a21d-000000000ee4 | CHANGED | Add listen line | standalone 2026-02-19 13:55:11.639063 | fa163e14-6a36-ecc9-a21d-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:52.022117 | 0.37s 2026-02-19 13:55:11.664816 | fa163e14-6a36-ecc9-a21d-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2026-02-19 13:55:12.255483 | fa163e14-6a36-ecc9-a21d-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2026-02-19 13:55:12.256827 | fa163e14-6a36-ecc9-a21d-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:52.639883 | 0.59s 2026-02-19 13:55:12.282492 | fa163e14-6a36-ecc9-a21d-000000000ee6 | TASK | Image-Serve | restart httpd 2026-02-19 13:55:13.263418 | fa163e14-6a36-ecc9-a21d-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2026-02-19 13:55:13.266192 | fa163e14-6a36-ecc9-a21d-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:53.649243 | 0.98s 2026-02-19 13:55:13.304530 | fa163e14-6a36-ecc9-a21d-000000000b3c | TASK | create persistent logs directory 2026-02-19 13:55:13.536635 | fa163e14-6a36-ecc9-a21d-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2026-02-19 13:55:13.537873 | fa163e14-6a36-ecc9-a21d-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.920935 | 0.23s 2026-02-19 13:55:13.755711 | fa163e14-6a36-ecc9-a21d-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2026-02-19 13:55:13.757465 | fa163e14-6a36-ecc9-a21d-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.140521 | 0.45s 2026-02-19 13:55:13.768410 | fa163e14-6a36-ecc9-a21d-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:54.151459 | 0.46s 2026-02-19 13:55:13.795129 | fa163e14-6a36-ecc9-a21d-000000000b3d | TASK | Mount NFS on host 2026-02-19 13:55:13.825352 | fa163e14-6a36-ecc9-a21d-000000000b3d | SKIPPED | Mount NFS on host | standalone 2026-02-19 13:55:13.826719 | fa163e14-6a36-ecc9-a21d-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:54.209772 | 0.03s 2026-02-19 13:55:13.852746 | fa163e14-6a36-ecc9-a21d-000000000b3e | TASK | Mount Node Staging Location 2026-02-19 13:55:13.882240 | fa163e14-6a36-ecc9-a21d-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2026-02-19 13:55:13.883359 | fa163e14-6a36-ecc9-a21d-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:54.266413 | 0.03s 2026-02-19 13:55:13.916403 | fa163e14-6a36-ecc9-a21d-000000000b3f | TASK | ensure /var/lib/glance exists 2026-02-19 13:55:14.131524 | fa163e14-6a36-ecc9-a21d-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2026-02-19 13:55:14.133006 | fa163e14-6a36-ecc9-a21d-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:54.516061 | 0.21s 2026-02-19 13:55:14.158985 | fa163e14-6a36-ecc9-a21d-000000000b40 | TASK | create logs directory 2026-02-19 13:55:14.381763 | fa163e14-6a36-ecc9-a21d-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-19 13:55:14.382635 | fa163e14-6a36-ecc9-a21d-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.765696 | 0.22s 2026-02-19 13:55:14.582415 | fa163e14-6a36-ecc9-a21d-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2026-02-19 13:55:14.584089 | fa163e14-6a36-ecc9-a21d-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.967144 | 0.42s 2026-02-19 13:55:14.594919 | fa163e14-6a36-ecc9-a21d-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.977963 | 0.43s 2026-02-19 13:55:14.622031 | fa163e14-6a36-ecc9-a21d-000000000b41 | TASK | Mount Gnocchi NFS on host 2026-02-19 13:55:14.650452 | fa163e14-6a36-ecc9-a21d-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2026-02-19 13:55:14.651652 | fa163e14-6a36-ecc9-a21d-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:55.034707 | 0.03s 2026-02-19 13:55:14.676397 | fa163e14-6a36-ecc9-a21d-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2026-02-19 13:55:14.911816 | fa163e14-6a36-ecc9-a21d-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2026-02-19 13:55:14.913197 | fa163e14-6a36-ecc9-a21d-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:55.296253 | 0.24s 2026-02-19 13:55:14.938061 | fa163e14-6a36-ecc9-a21d-000000000b43 | TASK | create persistent directories 2026-02-19 13:55:15.177652 | fa163e14-6a36-ecc9-a21d-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2026-02-19 13:55:15.179063 | fa163e14-6a36-ecc9-a21d-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.562116 | 0.24s 2026-02-19 13:55:15.191108 | fa163e14-6a36-ecc9-a21d-000000000b43 | TIMING | create persistent directories | standalone | 0:01:55.574162 | 0.25s 2026-02-19 13:55:15.218290 | fa163e14-6a36-ecc9-a21d-000000000b44 | TASK | create persistent data directory 2026-02-19 13:55:15.450212 | fa163e14-6a36-ecc9-a21d-000000000b44 | OK | create persistent data directory | standalone 2026-02-19 13:55:15.451749 | fa163e14-6a36-ecc9-a21d-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:55.834803 | 0.23s 2026-02-19 13:55:15.478993 | fa163e14-6a36-ecc9-a21d-000000000b45 | TASK | create persistent directories 2026-02-19 13:55:15.709907 | fa163e14-6a36-ecc9-a21d-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2026-02-19 13:55:15.710938 | fa163e14-6a36-ecc9-a21d-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.093999 | 0.23s 2026-02-19 13:55:15.925890 | fa163e14-6a36-ecc9-a21d-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2026-02-19 13:55:15.927702 | fa163e14-6a36-ecc9-a21d-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.310758 | 0.45s 2026-02-19 13:55:15.938413 | fa163e14-6a36-ecc9-a21d-000000000b45 | TIMING | create persistent directories | standalone | 0:01:56.321463 | 0.46s 2026-02-19 13:55:15.965725 | fa163e14-6a36-ecc9-a21d-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2026-02-19 13:55:22.633104 | fa163e14-6a36-ecc9-a21d-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2026-02-19 13:55:22.634716 | fa163e14-6a36-ecc9-a21d-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:03.017770 | 6.67s 2026-02-19 13:55:22.662446 | fa163e14-6a36-ecc9-a21d-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2026-02-19 13:55:22.738264 | fa163e14-6a36-ecc9-a21d-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.67 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.23", " Catalog application: 0.25", " Config retrieval: 0.75", " Last run: 1771509322", " Total: 0.25", "Version:", " Config: 1771509321", " 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 13:55:22.739607 | fa163e14-6a36-ecc9-a21d-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:03.122637 | 0.08s 2026-02-19 13:55:22.768093 | fa163e14-6a36-ecc9-a21d-000000000b48 | TASK | create persistent directories 2026-02-19 13:55:22.996688 | fa163e14-6a36-ecc9-a21d-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 13:55:22.998847 | fa163e14-6a36-ecc9-a21d-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.381895 | 0.23s 2026-02-19 13:55:23.165048 | fa163e14-6a36-ecc9-a21d-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2026-02-19 13:55:23.166148 | fa163e14-6a36-ecc9-a21d-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.549206 | 0.40s 2026-02-19 13:55:23.173254 | fa163e14-6a36-ecc9-a21d-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.556306 | 0.40s 2026-02-19 13:55:23.198734 | fa163e14-6a36-ecc9-a21d-000000000b49 | TASK | create persistent directories 2026-02-19 13:55:23.453942 | fa163e14-6a36-ecc9-a21d-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 13:55:23.455671 | fa163e14-6a36-ecc9-a21d-000000000b49 | TIMING | create persistent directories | standalone | 0:02:03.838701 | 0.26s 2026-02-19 13:55:23.629783 | fa163e14-6a36-ecc9-a21d-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2026-02-19 13:55:23.631797 | fa163e14-6a36-ecc9-a21d-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.014852 | 0.43s 2026-02-19 13:55:23.642293 | fa163e14-6a36-ecc9-a21d-000000000b49 | TIMING | create persistent directories | standalone | 0:02:04.025343 | 0.44s 2026-02-19 13:55:23.668251 | fa163e14-6a36-ecc9-a21d-000000000b4a | TASK | create persistent directories 2026-02-19 13:55:23.908625 | fa163e14-6a36-ecc9-a21d-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2026-02-19 13:55:23.910825 | fa163e14-6a36-ecc9-a21d-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.293876 | 0.24s 2026-02-19 13:55:23.920774 | fa163e14-6a36-ecc9-a21d-000000000b4a | TIMING | create persistent directories | standalone | 0:02:04.303824 | 0.25s 2026-02-19 13:55:23.946140 | fa163e14-6a36-ecc9-a21d-000000000b4b | TASK | create persistent directories 2026-02-19 13:55:24.203028 | fa163e14-6a36-ecc9-a21d-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2026-02-19 13:55:24.204663 | fa163e14-6a36-ecc9-a21d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.587714 | 0.26s 2026-02-19 13:55:24.429332 | fa163e14-6a36-ecc9-a21d-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2026-02-19 13:55:24.431506 | fa163e14-6a36-ecc9-a21d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.814560 | 0.48s 2026-02-19 13:55:24.631525 | fa163e14-6a36-ecc9-a21d-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2026-02-19 13:55:24.633325 | fa163e14-6a36-ecc9-a21d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.016380 | 0.69s 2026-02-19 13:55:24.818528 | fa163e14-6a36-ecc9-a21d-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2026-02-19 13:55:24.819811 | fa163e14-6a36-ecc9-a21d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.202867 | 0.87s 2026-02-19 13:55:24.828494 | fa163e14-6a36-ecc9-a21d-000000000b4b | TIMING | create persistent directories | standalone | 0:02:05.211542 | 0.88s 2026-02-19 13:55:24.855622 | fa163e14-6a36-ecc9-a21d-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2026-02-19 13:55:25.319022 | fa163e14-6a36-ecc9-a21d-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2026-02-19 13:55:25.319885 | fa163e14-6a36-ecc9-a21d-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:05.702942 | 0.46s 2026-02-19 13:55:25.340099 | fa163e14-6a36-ecc9-a21d-000000000b4d | TASK | create fcontext entry for iscsi 2026-02-19 13:55:26.645962 | fa163e14-6a36-ecc9-a21d-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-19 13:55:26.648401 | fa163e14-6a36-ecc9-a21d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.031449 | 1.31s 2026-02-19 13:55:28.004678 | fa163e14-6a36-ecc9-a21d-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-19 13:55:28.006159 | fa163e14-6a36-ecc9-a21d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:08.389215 | 2.67s 2026-02-19 13:55:29.170971 | fa163e14-6a36-ecc9-a21d-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-19 13:55:29.173331 | fa163e14-6a36-ecc9-a21d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.556387 | 3.83s 2026-02-19 13:55:29.183633 | fa163e14-6a36-ecc9-a21d-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.566692 | 3.84s 2026-02-19 13:55:29.208638 | fa163e14-6a36-ecc9-a21d-000000000b4e | TASK | create persistent directories 2026-02-19 13:55:29.437914 | fa163e14-6a36-ecc9-a21d-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2026-02-19 13:55:29.439540 | fa163e14-6a36-ecc9-a21d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:09.822592 | 0.23s 2026-02-19 13:55:29.654304 | fa163e14-6a36-ecc9-a21d-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2026-02-19 13:55:29.655365 | fa163e14-6a36-ecc9-a21d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.038424 | 0.45s 2026-02-19 13:55:29.836043 | fa163e14-6a36-ecc9-a21d-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2026-02-19 13:55:29.837160 | fa163e14-6a36-ecc9-a21d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.220214 | 0.63s 2026-02-19 13:55:29.844169 | fa163e14-6a36-ecc9-a21d-000000000b4e | TIMING | create persistent directories | standalone | 0:02:10.227227 | 0.63s 2026-02-19 13:55:29.869759 | fa163e14-6a36-ecc9-a21d-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2026-02-19 13:55:30.081466 | fa163e14-6a36-ecc9-a21d-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2026-02-19 13:55:30.082691 | fa163e14-6a36-ecc9-a21d-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:10.465749 | 0.21s 2026-02-19 13:55:30.106748 | fa163e14-6a36-ecc9-a21d-000000000b50 | TASK | Stop and disable iscsid.socket service 2026-02-19 13:55:30.134036 | fa163e14-6a36-ecc9-a21d-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2026-02-19 13:55:30.135148 | fa163e14-6a36-ecc9-a21d-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:10.518205 | 0.03s 2026-02-19 13:55:30.159092 | fa163e14-6a36-ecc9-a21d-000000000b51 | TASK | Check if iscsi.service is enabled 2026-02-19 13:55:30.392275 | fa163e14-6a36-ecc9-a21d-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2026-02-19 13:55:30.393065 | fa163e14-6a36-ecc9-a21d-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:10.776129 | 0.23s 2026-02-19 13:55:30.418166 | fa163e14-6a36-ecc9-a21d-000000000b52 | TASK | Stop iscsi.service 2026-02-19 13:55:30.458601 | fa163e14-6a36-ecc9-a21d-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2026-02-19 13:55:30.459965 | fa163e14-6a36-ecc9-a21d-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:10.843016 | 0.04s 2026-02-19 13:55:30.512536 | fa163e14-6a36-ecc9-a21d-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:10.895590 | 0.03s 2026-02-19 13:55:30.584837 | fa163e14-6a36-ecc9-a21d-00000000104c | TASK | Install additional packages 2026-02-19 13:55:30.599260 | fa163e14-6a36-ecc9-a21d-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:10.982316 | 0.01s 2026-02-19 13:55:30.619106 | fa163e14-6a36-ecc9-a21d-00000000104d | TASK | Remove dracut-config-generic 2026-02-19 13:55:34.561144 | fa163e14-6a36-ecc9-a21d-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2026-02-19 13:55:34.562431 | fa163e14-6a36-ecc9-a21d-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:14.945487 | 3.94s 2026-02-19 13:55:34.587512 | fa163e14-6a36-ecc9-a21d-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2026-02-19 13:55:34.819050 | fa163e14-6a36-ecc9-a21d-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2026-02-19 13:55:34.820462 | fa163e14-6a36-ecc9-a21d-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:15.203517 | 0.23s 2026-02-19 13:55:34.846021 | fa163e14-6a36-ecc9-a21d-00000000104f | TASK | Write list of modules to load at boot 2026-02-19 13:55:35.327837 | fa163e14-6a36-ecc9-a21d-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2026-02-19 13:55:35.328973 | fa163e14-6a36-ecc9-a21d-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:15.712033 | 0.48s 2026-02-19 13:55:35.350888 | fa163e14-6a36-ecc9-a21d-000000001050 | TASK | Modules reload 2026-02-19 13:55:35.754337 | fa163e14-6a36-ecc9-a21d-000000001050 | CHANGED | Modules reload | standalone 2026-02-19 13:55:35.756210 | fa163e14-6a36-ecc9-a21d-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:16.139265 | 0.40s 2026-02-19 13:55:35.782515 | fa163e14-6a36-ecc9-a21d-000000001051 | TASK | Set default sysctl options 2026-02-19 13:55:36.249013 | fa163e14-6a36-ecc9-a21d-000000001051 | CHANGED | Set default sysctl options | standalone 2026-02-19 13:55:36.250416 | fa163e14-6a36-ecc9-a21d-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:16.633471 | 0.47s 2026-02-19 13:55:36.275607 | fa163e14-6a36-ecc9-a21d-000000001052 | TASK | Set extra sysctl options 2026-02-19 13:55:36.655682 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2026-02-19 13:55:36.657689 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.040741 | 0.38s 2026-02-19 13:55:36.903527 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2026-02-19 13:55:36.904974 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.288029 | 0.63s 2026-02-19 13:55:37.143150 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2026-02-19 13:55:37.143787 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.526852 | 0.87s 2026-02-19 13:55:37.384571 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2026-02-19 13:55:37.385239 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.768303 | 1.11s 2026-02-19 13:55:37.596403 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2026-02-19 13:55:37.597190 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.980251 | 1.32s 2026-02-19 13:55:37.839001 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2026-02-19 13:55:37.840900 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.223949 | 1.56s 2026-02-19 13:55:38.066292 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2026-02-19 13:55:38.068181 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.451236 | 1.79s 2026-02-19 13:55:38.283495 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2026-02-19 13:55:38.285348 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.668398 | 2.01s 2026-02-19 13:55:38.535645 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2026-02-19 13:55:38.537146 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.920195 | 2.26s 2026-02-19 13:55:38.755624 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2026-02-19 13:55:38.757494 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.140550 | 2.48s 2026-02-19 13:55:38.987717 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2026-02-19 13:55:38.989600 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.372653 | 2.71s 2026-02-19 13:55:39.228158 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2026-02-19 13:55:39.229698 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.612749 | 2.95s 2026-02-19 13:55:39.472285 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2026-02-19 13:55:39.473398 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.856454 | 3.20s 2026-02-19 13:55:39.705450 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2026-02-19 13:55:39.707732 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.090786 | 3.43s 2026-02-19 13:55:39.948083 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2026-02-19 13:55:39.949759 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.332814 | 3.67s 2026-02-19 13:55:40.175351 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2026-02-19 13:55:40.176475 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.559526 | 3.90s 2026-02-19 13:55:40.407752 | fa163e14-6a36-ecc9-a21d-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2026-02-19 13:55:40.408776 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.791832 | 4.13s 2026-02-19 13:55:40.419194 | fa163e14-6a36-ecc9-a21d-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.802238 | 4.14s 2026-02-19 13:55:40.452728 | fa163e14-6a36-ecc9-a21d-000000001054 | TASK | Sysctl reload 2026-02-19 13:55:40.874943 | fa163e14-6a36-ecc9-a21d-000000001054 | CHANGED | Sysctl reload | standalone 2026-02-19 13:55:40.876823 | fa163e14-6a36-ecc9-a21d-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:21.259877 | 0.42s 2026-02-19 13:55:40.925410 | fa163e14-6a36-ecc9-a21d-000000000b54 | TASK | create persistent directories 2026-02-19 13:55:41.184179 | fa163e14-6a36-ecc9-a21d-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2026-02-19 13:55:41.185859 | fa163e14-6a36-ecc9-a21d-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.568908 | 0.26s 2026-02-19 13:55:41.392220 | fa163e14-6a36-ecc9-a21d-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2026-02-19 13:55:41.394218 | fa163e14-6a36-ecc9-a21d-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.777275 | 0.47s 2026-02-19 13:55:41.404679 | fa163e14-6a36-ecc9-a21d-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.787732 | 0.48s 2026-02-19 13:55:41.422577 | fa163e14-6a36-ecc9-a21d-000000000b55 | TASK | Check if file certs_valid exist 2026-02-19 13:55:41.596238 | fa163e14-6a36-ecc9-a21d-000000000b55 | OK | Check if file certs_valid exist | standalone 2026-02-19 13:55:41.597258 | fa163e14-6a36-ecc9-a21d-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.980320 | 0.17s 2026-02-19 13:55:41.618518 | fa163e14-6a36-ecc9-a21d-000000000b56 | TASK | Check if file cert9.db exist 2026-02-19 13:55:41.812513 | fa163e14-6a36-ecc9-a21d-000000000b56 | OK | Check if file cert9.db exist | standalone 2026-02-19 13:55:41.813267 | fa163e14-6a36-ecc9-a21d-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:22.196332 | 0.19s 2026-02-19 13:55:41.830207 | fa163e14-6a36-ecc9-a21d-000000000b57 | TASK | Check if file key4.db exist 2026-02-19 13:55:42.031263 | fa163e14-6a36-ecc9-a21d-000000000b57 | OK | Check if file key4.db exist | standalone 2026-02-19 13:55:42.032689 | fa163e14-6a36-ecc9-a21d-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:22.415744 | 0.20s 2026-02-19 13:55:42.090684 | fa163e14-6a36-ecc9-a21d-000000000b58 | SKIPPED | fail | standalone 2026-02-19 13:55:42.091946 | fa163e14-6a36-ecc9-a21d-000000000b58 | TIMING | fail | standalone | 0:02:22.474999 | 0.03s 2026-02-19 13:55:42.120414 | fa163e14-6a36-ecc9-a21d-000000000b59 | TASK | Create persistent directories 2026-02-19 13:55:42.378412 | fa163e14-6a36-ecc9-a21d-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 13:55:42.380001 | fa163e14-6a36-ecc9-a21d-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.763047 | 0.26s 2026-02-19 13:55:42.593817 | fa163e14-6a36-ecc9-a21d-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2026-02-19 13:55:42.594907 | fa163e14-6a36-ecc9-a21d-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.977964 | 0.47s 2026-02-19 13:55:42.601514 | fa163e14-6a36-ecc9-a21d-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.984561 | 0.48s 2026-02-19 13:55:42.626799 | fa163e14-6a36-ecc9-a21d-000000000b5a | TASK | create persistent directories 2026-02-19 13:55:42.871273 | fa163e14-6a36-ecc9-a21d-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 13:55:42.873059 | fa163e14-6a36-ecc9-a21d-000000000b5a | TIMING | create persistent directories | standalone | 0:02:23.256112 | 0.24s 2026-02-19 13:55:42.882798 | fa163e14-6a36-ecc9-a21d-000000000b5a | TIMING | create persistent directories | standalone | 0:02:23.265856 | 0.25s 2026-02-19 13:55:42.899988 | fa163e14-6a36-ecc9-a21d-000000000b5b | TASK | create persistent directories 2026-02-19 13:55:43.164743 | fa163e14-6a36-ecc9-a21d-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2026-02-19 13:55:43.166974 | fa163e14-6a36-ecc9-a21d-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.550025 | 0.27s 2026-02-19 13:55:43.393500 | fa163e14-6a36-ecc9-a21d-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2026-02-19 13:55:43.394635 | fa163e14-6a36-ecc9-a21d-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.777693 | 0.49s 2026-02-19 13:55:43.401347 | fa163e14-6a36-ecc9-a21d-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.784396 | 0.50s 2026-02-19 13:55:43.428634 | fa163e14-6a36-ecc9-a21d-000000000b5c | TASK | create persistent directories 2026-02-19 13:55:43.675160 | fa163e14-6a36-ecc9-a21d-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2026-02-19 13:55:43.676618 | fa163e14-6a36-ecc9-a21d-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.059671 | 0.25s 2026-02-19 13:55:43.686189 | fa163e14-6a36-ecc9-a21d-000000000b5c | TIMING | create persistent directories | standalone | 0:02:24.069238 | 0.26s 2026-02-19 13:55:43.711581 | fa163e14-6a36-ecc9-a21d-000000000b5d | TASK | create persistent directories 2026-02-19 13:55:43.964096 | fa163e14-6a36-ecc9-a21d-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2026-02-19 13:55:43.966454 | fa163e14-6a36-ecc9-a21d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.349502 | 0.25s 2026-02-19 13:55:44.190607 | fa163e14-6a36-ecc9-a21d-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2026-02-19 13:55:44.192394 | fa163e14-6a36-ecc9-a21d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.575449 | 0.48s 2026-02-19 13:55:44.413448 | fa163e14-6a36-ecc9-a21d-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2026-02-19 13:55:44.415292 | fa163e14-6a36-ecc9-a21d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.798346 | 0.70s 2026-02-19 13:55:44.426529 | fa163e14-6a36-ecc9-a21d-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.809577 | 0.71s 2026-02-19 13:55:44.453655 | fa163e14-6a36-ecc9-a21d-000000000b5e | TASK | create persistent directories 2026-02-19 13:55:44.703024 | fa163e14-6a36-ecc9-a21d-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-19 13:55:44.704727 | fa163e14-6a36-ecc9-a21d-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.087777 | 0.25s 2026-02-19 13:55:44.877475 | fa163e14-6a36-ecc9-a21d-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2026-02-19 13:55:44.879146 | fa163e14-6a36-ecc9-a21d-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.262203 | 0.42s 2026-02-19 13:55:44.890032 | fa163e14-6a36-ecc9-a21d-000000000b5e | TIMING | create persistent directories | standalone | 0:02:25.273081 | 0.44s 2026-02-19 13:55:44.916634 | fa163e14-6a36-ecc9-a21d-000000000b5f | TASK | create persistent directories 2026-02-19 13:55:45.141710 | fa163e14-6a36-ecc9-a21d-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2026-02-19 13:55:45.142837 | fa163e14-6a36-ecc9-a21d-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.525897 | 0.22s 2026-02-19 13:55:45.146975 | fa163e14-6a36-ecc9-a21d-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.530027 | 0.23s 2026-02-19 13:55:45.172146 | fa163e14-6a36-ecc9-a21d-000000000b60 | TASK | creating directory 2026-02-19 13:55:45.402009 | fa163e14-6a36-ecc9-a21d-000000000b60 | CHANGED | creating directory | standalone 2026-02-19 13:55:45.403407 | fa163e14-6a36-ecc9-a21d-000000000b60 | TIMING | creating directory | standalone | 0:02:25.786461 | 0.23s 2026-02-19 13:55:45.427769 | fa163e14-6a36-ecc9-a21d-000000000b61 | TASK | derive pci passthrough whitelist 2026-02-19 13:55:45.900949 | fa163e14-6a36-ecc9-a21d-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2026-02-19 13:55:45.902312 | fa163e14-6a36-ecc9-a21d-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:26.285367 | 0.47s 2026-02-19 13:55:45.927581 | fa163e14-6a36-ecc9-a21d-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2026-02-19 13:55:46.765262 | fa163e14-6a36-ecc9-a21d-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2026-02-19 13:55:46.766884 | fa163e14-6a36-ecc9-a21d-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:27.149937 | 0.84s 2026-02-19 13:55:46.792900 | fa163e14-6a36-ecc9-a21d-000000000b63 | TASK | create /run/netns with temp namespace 2026-02-19 13:55:47.025423 | fa163e14-6a36-ecc9-a21d-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2026-02-19 13:55:47.026875 | fa163e14-6a36-ecc9-a21d-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:27.409930 | 0.23s 2026-02-19 13:55:47.052144 | fa163e14-6a36-ecc9-a21d-000000000b64 | TASK | remove temp namespace 2026-02-19 13:55:47.295573 | fa163e14-6a36-ecc9-a21d-000000000b64 | CHANGED | remove temp namespace | standalone 2026-02-19 13:55:47.296990 | fa163e14-6a36-ecc9-a21d-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:27.680044 | 0.24s 2026-02-19 13:55:47.322847 | fa163e14-6a36-ecc9-a21d-000000000b65 | TASK | create /var/lib/neutron 2026-02-19 13:55:47.556360 | fa163e14-6a36-ecc9-a21d-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2026-02-19 13:55:47.557833 | fa163e14-6a36-ecc9-a21d-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:27.940887 | 0.23s 2026-02-19 13:55:47.583165 | fa163e14-6a36-ecc9-a21d-000000000b66 | TASK | set conditions 2026-02-19 13:55:47.615695 | fa163e14-6a36-ecc9-a21d-000000000b66 | OK | set conditions | standalone 2026-02-19 13:55:47.616985 | fa163e14-6a36-ecc9-a21d-000000000b66 | TIMING | set conditions | standalone | 0:02:28.000041 | 0.03s 2026-02-19 13:55:47.642868 | fa163e14-6a36-ecc9-a21d-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2026-02-19 13:55:47.875883 | fa163e14-6a36-ecc9-a21d-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2026-02-19 13:55:47.877472 | fa163e14-6a36-ecc9-a21d-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:28.260524 | 0.23s 2026-02-19 13:55:47.902922 | fa163e14-6a36-ecc9-a21d-000000000b68 | TASK | create dnsmasq dhcp kill script 2026-02-19 13:55:48.370248 | fa163e14-6a36-ecc9-a21d-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2026-02-19 13:55:48.371284 | fa163e14-6a36-ecc9-a21d-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:28.754344 | 0.47s 2026-02-19 13:55:48.390496 | fa163e14-6a36-ecc9-a21d-000000000b69 | TASK | create haproxy kill script 2026-02-19 13:55:48.849687 | fa163e14-6a36-ecc9-a21d-000000000b69 | CHANGED | create haproxy kill script | standalone 2026-02-19 13:55:48.851461 | fa163e14-6a36-ecc9-a21d-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:29.234510 | 0.46s 2026-02-19 13:55:48.878339 | fa163e14-6a36-ecc9-a21d-000000000b6a | TASK | create persistent directories 2026-02-19 13:55:49.133892 | fa163e14-6a36-ecc9-a21d-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 13:55:49.136653 | fa163e14-6a36-ecc9-a21d-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.519702 | 0.26s 2026-02-19 13:55:49.344943 | fa163e14-6a36-ecc9-a21d-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2026-02-19 13:55:49.345874 | fa163e14-6a36-ecc9-a21d-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.728932 | 0.47s 2026-02-19 13:55:49.352420 | fa163e14-6a36-ecc9-a21d-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.735463 | 0.47s 2026-02-19 13:55:49.377923 | fa163e14-6a36-ecc9-a21d-000000000b6b | TASK | create persistent directories 2026-02-19 13:55:49.627009 | fa163e14-6a36-ecc9-a21d-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 13:55:49.629076 | fa163e14-6a36-ecc9-a21d-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.012123 | 0.25s 2026-02-19 13:55:49.640763 | fa163e14-6a36-ecc9-a21d-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.023818 | 0.26s 2026-02-19 13:55:49.659526 | fa163e14-6a36-ecc9-a21d-000000000b6c | TASK | create persistent directories 2026-02-19 13:55:49.894974 | fa163e14-6a36-ecc9-a21d-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2026-02-19 13:55:49.896946 | fa163e14-6a36-ecc9-a21d-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.279997 | 0.24s 2026-02-19 13:55:50.072358 | fa163e14-6a36-ecc9-a21d-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2026-02-19 13:55:50.073521 | fa163e14-6a36-ecc9-a21d-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.456578 | 0.41s 2026-02-19 13:55:50.079737 | fa163e14-6a36-ecc9-a21d-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.462805 | 0.42s 2026-02-19 13:55:50.106301 | fa163e14-6a36-ecc9-a21d-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2026-02-19 13:55:50.317092 | fa163e14-6a36-ecc9-a21d-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2026-02-19 13:55:50.318523 | fa163e14-6a36-ecc9-a21d-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.701578 | 0.21s 2026-02-19 13:55:50.343355 | fa163e14-6a36-ecc9-a21d-000000000b6e | TASK | create persistent directories 2026-02-19 13:55:50.560622 | fa163e14-6a36-ecc9-a21d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-19 13:55:50.561568 | fa163e14-6a36-ecc9-a21d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.944612 | 0.22s 2026-02-19 13:55:50.741605 | fa163e14-6a36-ecc9-a21d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2026-02-19 13:55:50.742300 | fa163e14-6a36-ecc9-a21d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.125365 | 0.40s 2026-02-19 13:55:50.992305 | fa163e14-6a36-ecc9-a21d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2026-02-19 13:55:50.994115 | fa163e14-6a36-ecc9-a21d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.377172 | 0.65s 2026-02-19 13:55:51.221098 | fa163e14-6a36-ecc9-a21d-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-19 13:55:51.222283 | fa163e14-6a36-ecc9-a21d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.605338 | 0.88s 2026-02-19 13:55:51.424858 | fa163e14-6a36-ecc9-a21d-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2026-02-19 13:55:51.426038 | fa163e14-6a36-ecc9-a21d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.809093 | 1.08s 2026-02-19 13:55:51.435014 | fa163e14-6a36-ecc9-a21d-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.818062 | 1.09s 2026-02-19 13:55:51.463454 | fa163e14-6a36-ecc9-a21d-000000000b6f | TASK | ensure /run/nova is present upon reboot 2026-02-19 13:55:51.940019 | fa163e14-6a36-ecc9-a21d-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2026-02-19 13:55:51.941426 | fa163e14-6a36-ecc9-a21d-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:32.324482 | 0.48s 2026-02-19 13:55:51.967951 | fa163e14-6a36-ecc9-a21d-000000000b70 | TASK | create tempfiles 2026-02-19 13:55:52.273248 | fa163e14-6a36-ecc9-a21d-000000000b70 | CHANGED | create tempfiles | standalone 2026-02-19 13:55:52.274760 | fa163e14-6a36-ecc9-a21d-000000000b70 | TIMING | create tempfiles | standalone | 0:02:32.657814 | 0.31s 2026-02-19 13:55:52.300079 | fa163e14-6a36-ecc9-a21d-000000000b71 | TASK | Mount Nova NFS Share 2026-02-19 13:55:52.330455 | fa163e14-6a36-ecc9-a21d-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2026-02-19 13:55:52.331513 | fa163e14-6a36-ecc9-a21d-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:32.714568 | 0.03s 2026-02-19 13:55:52.355660 | fa163e14-6a36-ecc9-a21d-000000000b73 | TASK | check systemd-container package installed or not 2026-02-19 13:55:52.383649 | fa163e14-6a36-ecc9-a21d-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2026-02-19 13:55:52.384741 | fa163e14-6a36-ecc9-a21d-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:32.767797 | 0.03s 2026-02-19 13:55:52.409522 | fa163e14-6a36-ecc9-a21d-000000000b74 | TASK | get latest package from downloaded package versions 2026-02-19 13:55:52.438981 | fa163e14-6a36-ecc9-a21d-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2026-02-19 13:55:52.440285 | fa163e14-6a36-ecc9-a21d-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:32.823265 | 0.03s 2026-02-19 13:55:52.464705 | fa163e14-6a36-ecc9-a21d-000000000b75 | TASK | Install systemd-container package on boot 2026-02-19 13:55:52.492783 | fa163e14-6a36-ecc9-a21d-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2026-02-19 13:55:52.493890 | fa163e14-6a36-ecc9-a21d-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:32.876943 | 0.03s 2026-02-19 13:55:52.518224 | fa163e14-6a36-ecc9-a21d-000000000b76 | TASK | enable install-systemd-container on compute boot 2026-02-19 13:55:52.546848 | fa163e14-6a36-ecc9-a21d-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2026-02-19 13:55:52.547945 | fa163e14-6a36-ecc9-a21d-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:32.931000 | 0.03s 2026-02-19 13:55:52.573617 | fa163e14-6a36-ecc9-a21d-000000000b77 | TASK | check if install-systemd-container service exists 2026-02-19 13:55:52.604131 | fa163e14-6a36-ecc9-a21d-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2026-02-19 13:55:52.605472 | fa163e14-6a36-ecc9-a21d-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:32.988525 | 0.03s 2026-02-19 13:55:52.630447 | fa163e14-6a36-ecc9-a21d-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2026-02-19 13:55:52.659669 | fa163e14-6a36-ecc9-a21d-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2026-02-19 13:55:52.661315 | fa163e14-6a36-ecc9-a21d-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:33.044363 | 0.03s 2026-02-19 13:55:52.687357 | fa163e14-6a36-ecc9-a21d-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2026-02-19 13:55:52.719030 | fa163e14-6a36-ecc9-a21d-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2026-02-19 13:55:52.720307 | fa163e14-6a36-ecc9-a21d-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:33.103363 | 0.03s 2026-02-19 13:55:52.747265 | fa163e14-6a36-ecc9-a21d-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2026-02-19 13:55:52.777854 | fa163e14-6a36-ecc9-a21d-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2026-02-19 13:55:52.780639 | fa163e14-6a36-ecc9-a21d-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:33.163691 | 0.03s 2026-02-19 13:55:52.804943 | fa163e14-6a36-ecc9-a21d-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2026-02-19 13:55:52.833985 | fa163e14-6a36-ecc9-a21d-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-19 13:55:52.835299 | fa163e14-6a36-ecc9-a21d-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.218353 | 0.03s 2026-02-19 13:55:52.867729 | fa163e14-6a36-ecc9-a21d-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2026-02-19 13:55:52.899927 | fa163e14-6a36-ecc9-a21d-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-19 13:55:52.900890 | fa163e14-6a36-ecc9-a21d-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.283951 | 0.03s 2026-02-19 13:55:52.920322 | fa163e14-6a36-ecc9-a21d-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2026-02-19 13:55:52.949232 | fa163e14-6a36-ecc9-a21d-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2026-02-19 13:55:52.950098 | fa163e14-6a36-ecc9-a21d-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:33.333159 | 0.03s 2026-02-19 13:55:52.971285 | fa163e14-6a36-ecc9-a21d-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2026-02-19 13:55:52.999457 | fa163e14-6a36-ecc9-a21d-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2026-02-19 13:55:53.000240 | fa163e14-6a36-ecc9-a21d-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:33.383302 | 0.03s 2026-02-19 13:55:53.019129 | fa163e14-6a36-ecc9-a21d-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2026-02-19 13:55:53.046503 | fa163e14-6a36-ecc9-a21d-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2026-02-19 13:55:53.047363 | fa163e14-6a36-ecc9-a21d-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:33.430424 | 0.03s 2026-02-19 13:55:53.066792 | fa163e14-6a36-ecc9-a21d-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2026-02-19 13:55:53.096444 | fa163e14-6a36-ecc9-a21d-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2026-02-19 13:55:53.097782 | fa163e14-6a36-ecc9-a21d-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:33.480837 | 0.03s 2026-02-19 13:55:53.122419 | fa163e14-6a36-ecc9-a21d-000000000b85 | TASK | Do we prepend nova startup with a delay 2026-02-19 13:55:53.156604 | fa163e14-6a36-ecc9-a21d-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2026-02-19 13:55:53.157514 | fa163e14-6a36-ecc9-a21d-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:33.540576 | 0.03s 2026-02-19 13:55:53.177197 | fa163e14-6a36-ecc9-a21d-000000000b86 | TASK | install nova-compute delay wrapper script 2026-02-19 13:55:53.215518 | fa163e14-6a36-ecc9-a21d-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2026-02-19 13:55:53.216565 | fa163e14-6a36-ecc9-a21d-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:33.599602 | 0.04s 2026-02-19 13:55:53.236689 | fa163e14-6a36-ecc9-a21d-000000000b87 | TASK | Is irqbalance enabled 2026-02-19 13:55:53.275448 | fa163e14-6a36-ecc9-a21d-000000000b87 | OK | Is irqbalance enabled | standalone 2026-02-19 13:55:53.276496 | fa163e14-6a36-ecc9-a21d-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:33.659557 | 0.04s 2026-02-19 13:55:53.296794 | fa163e14-6a36-ecc9-a21d-000000000b88 | TASK | disable irqbalance service on compute 2026-02-19 13:55:53.340074 | fa163e14-6a36-ecc9-a21d-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2026-02-19 13:55:53.341215 | fa163e14-6a36-ecc9-a21d-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:33.724270 | 0.04s 2026-02-19 13:55:53.366199 | fa163e14-6a36-ecc9-a21d-000000000b89 | TASK | create persistent directories 2026-02-19 13:55:53.614055 | fa163e14-6a36-ecc9-a21d-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2026-02-19 13:55:53.615591 | fa163e14-6a36-ecc9-a21d-000000000b89 | TIMING | create persistent directories | standalone | 0:02:33.998611 | 0.25s 2026-02-19 13:55:53.622415 | fa163e14-6a36-ecc9-a21d-000000000b89 | TIMING | create persistent directories | standalone | 0:02:34.005466 | 0.25s 2026-02-19 13:55:53.649539 | fa163e14-6a36-ecc9-a21d-000000000b8a | TASK | create libvirt persistent data directories 2026-02-19 13:55:53.920084 | fa163e14-6a36-ecc9-a21d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2026-02-19 13:55:53.921758 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.304806 | 0.27s 2026-02-19 13:55:54.104953 | fa163e14-6a36-ecc9-a21d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2026-02-19 13:55:54.106626 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.489678 | 0.46s 2026-02-19 13:55:54.314398 | fa163e14-6a36-ecc9-a21d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2026-02-19 13:55:54.315471 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.698528 | 0.66s 2026-02-19 13:55:54.560222 | fa163e14-6a36-ecc9-a21d-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2026-02-19 13:55:54.561407 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.944464 | 0.91s 2026-02-19 13:55:54.777801 | fa163e14-6a36-ecc9-a21d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2026-02-19 13:55:54.781754 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.164804 | 1.13s 2026-02-19 13:55:54.994812 | fa163e14-6a36-ecc9-a21d-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2026-02-19 13:55:54.998267 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.381321 | 1.35s 2026-02-19 13:55:55.196180 | fa163e14-6a36-ecc9-a21d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2026-02-19 13:55:55.198462 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.581517 | 1.55s 2026-02-19 13:55:55.436702 | fa163e14-6a36-ecc9-a21d-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2026-02-19 13:55:55.438772 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.821822 | 1.79s 2026-02-19 13:55:55.452405 | fa163e14-6a36-ecc9-a21d-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.835458 | 1.80s 2026-02-19 13:55:55.480371 | fa163e14-6a36-ecc9-a21d-000000000b8b | TASK | ensure qemu group is present on the host 2026-02-19 13:55:56.103060 | fa163e14-6a36-ecc9-a21d-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2026-02-19 13:55:56.104466 | fa163e14-6a36-ecc9-a21d-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:36.487521 | 0.62s 2026-02-19 13:55:56.129272 | fa163e14-6a36-ecc9-a21d-000000000b8c | TASK | ensure qemu user is present on the host 2026-02-19 13:55:56.780797 | fa163e14-6a36-ecc9-a21d-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2026-02-19 13:55:56.782413 | fa163e14-6a36-ecc9-a21d-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:37.165467 | 0.65s 2026-02-19 13:55:56.808738 | fa163e14-6a36-ecc9-a21d-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2026-02-19 13:55:57.038649 | fa163e14-6a36-ecc9-a21d-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2026-02-19 13:55:57.039446 | fa163e14-6a36-ecc9-a21d-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:37.422509 | 0.23s 2026-02-19 13:55:57.056381 | fa163e14-6a36-ecc9-a21d-000000000b8e | TASK | check if libvirt is installed 2026-02-19 13:55:57.253411 | fa163e14-6a36-ecc9-a21d-000000000b8e | CHANGED | check if libvirt is installed | standalone 2026-02-19 13:55:57.254959 | fa163e14-6a36-ecc9-a21d-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:37.638012 | 0.20s 2026-02-19 13:55:57.281908 | fa163e14-6a36-ecc9-a21d-000000000b8f | TASK | make sure libvirt services are disabled and masked 2026-02-19 13:55:57.323787 | fa163e14-6a36-ecc9-a21d-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2026-02-19 13:55:57.330239 | fa163e14-6a36-ecc9-a21d-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2026-02-19 13:55:57.336422 | fa163e14-6a36-ecc9-a21d-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:37.719459 | 0.05s 2026-02-19 13:55:57.363300 | fa163e14-6a36-ecc9-a21d-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2026-02-19 13:55:57.826854 | fa163e14-6a36-ecc9-a21d-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2026-02-19 13:55:57.828458 | fa163e14-6a36-ecc9-a21d-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:38.211512 | 0.46s 2026-02-19 13:55:57.856298 | fa163e14-6a36-ecc9-a21d-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2026-02-19 13:55:58.873595 | fa163e14-6a36-ecc9-a21d-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2026-02-19 13:55:58.875291 | fa163e14-6a36-ecc9-a21d-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:39.258344 | 1.02s 2026-02-19 13:55:58.903411 | fa163e14-6a36-ecc9-a21d-000000000b92 | TASK | remove gnutls-qemu.config 2026-02-19 13:55:59.126858 | fa163e14-6a36-ecc9-a21d-000000000b92 | OK | remove gnutls-qemu.config | standalone 2026-02-19 13:55:59.128264 | fa163e14-6a36-ecc9-a21d-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:39.511319 | 0.22s 2026-02-19 13:55:59.153798 | fa163e14-6a36-ecc9-a21d-000000000b93 | TASK | update crypto policies 2026-02-19 13:55:59.181909 | fa163e14-6a36-ecc9-a21d-000000000b93 | SKIPPED | update crypto policies | standalone 2026-02-19 13:55:59.183220 | fa163e14-6a36-ecc9-a21d-000000000b93 | TIMING | update crypto policies | standalone | 0:02:39.566274 | 0.03s 2026-02-19 13:55:59.208708 | fa163e14-6a36-ecc9-a21d-000000000b94 | TASK | Create libvirt persistent data directories 2026-02-19 13:55:59.439595 | fa163e14-6a36-ecc9-a21d-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2026-02-19 13:55:59.441880 | fa163e14-6a36-ecc9-a21d-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.824932 | 0.23s 2026-02-19 13:55:59.453603 | fa163e14-6a36-ecc9-a21d-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:39.836665 | 0.24s 2026-02-19 13:55:59.473009 | fa163e14-6a36-ecc9-a21d-000000000b95 | TASK | create persistent directories 2026-02-19 13:55:59.719908 | fa163e14-6a36-ecc9-a21d-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-19 13:55:59.721663 | fa163e14-6a36-ecc9-a21d-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.104711 | 0.25s 2026-02-19 13:55:59.951078 | fa163e14-6a36-ecc9-a21d-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-19 13:55:59.953137 | fa163e14-6a36-ecc9-a21d-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.336189 | 0.48s 2026-02-19 13:55:59.963677 | fa163e14-6a36-ecc9-a21d-000000000b95 | TIMING | create persistent directories | standalone | 0:02:40.346734 | 0.49s 2026-02-19 13:55:59.989595 | fa163e14-6a36-ecc9-a21d-000000000b96 | TASK | Copy in cleanup script 2026-02-19 13:56:00.434522 | fa163e14-6a36-ecc9-a21d-000000000b96 | CHANGED | Copy in cleanup script | standalone 2026-02-19 13:56:00.435758 | fa163e14-6a36-ecc9-a21d-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:40.818816 | 0.44s 2026-02-19 13:56:00.461537 | fa163e14-6a36-ecc9-a21d-000000000b97 | TASK | Copy in cleanup service 2026-02-19 13:56:00.885597 | fa163e14-6a36-ecc9-a21d-000000000b97 | CHANGED | Copy in cleanup service | standalone 2026-02-19 13:56:00.887102 | fa163e14-6a36-ecc9-a21d-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:41.270156 | 0.42s 2026-02-19 13:56:00.913655 | fa163e14-6a36-ecc9-a21d-000000000b98 | TASK | Enabling the cleanup service 2026-02-19 13:56:01.538949 | fa163e14-6a36-ecc9-a21d-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2026-02-19 13:56:01.540936 | fa163e14-6a36-ecc9-a21d-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:41.923988 | 0.63s 2026-02-19 13:56:01.571050 | fa163e14-6a36-ecc9-a21d-000000000b99 | TASK | create persistent directories 2026-02-19 13:56:01.831154 | fa163e14-6a36-ecc9-a21d-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2026-02-19 13:56:01.833119 | fa163e14-6a36-ecc9-a21d-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.216168 | 0.26s 2026-02-19 13:56:02.033991 | fa163e14-6a36-ecc9-a21d-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2026-02-19 13:56:02.035731 | fa163e14-6a36-ecc9-a21d-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.418789 | 0.46s 2026-02-19 13:56:02.046212 | fa163e14-6a36-ecc9-a21d-000000000b99 | TIMING | create persistent directories | standalone | 0:02:42.429264 | 0.47s 2026-02-19 13:56:02.071391 | fa163e14-6a36-ecc9-a21d-000000000b9a | TASK | set conditions 2026-02-19 13:56:02.100039 | fa163e14-6a36-ecc9-a21d-000000000b9a | OK | set conditions | standalone 2026-02-19 13:56:02.101161 | fa163e14-6a36-ecc9-a21d-000000000b9a | TIMING | set conditions | standalone | 0:02:42.484216 | 0.03s 2026-02-19 13:56:02.125402 | fa163e14-6a36-ecc9-a21d-000000000b9b | TASK | create persistent directories 2026-02-19 13:56:02.388412 | fa163e14-6a36-ecc9-a21d-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 13:56:02.390648 | fa163e14-6a36-ecc9-a21d-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.773699 | 0.26s 2026-02-19 13:56:02.596381 | fa163e14-6a36-ecc9-a21d-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2026-02-19 13:56:02.598204 | fa163e14-6a36-ecc9-a21d-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.981255 | 0.47s 2026-02-19 13:56:02.824308 | fa163e14-6a36-ecc9-a21d-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2026-02-19 13:56:02.825153 | fa163e14-6a36-ecc9-a21d-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.208214 | 0.70s 2026-02-19 13:56:02.830346 | fa163e14-6a36-ecc9-a21d-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.213399 | 0.70s 2026-02-19 13:56:02.857275 | fa163e14-6a36-ecc9-a21d-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2026-02-19 13:56:03.338957 | fa163e14-6a36-ecc9-a21d-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2026-02-19 13:56:03.340260 | fa163e14-6a36-ecc9-a21d-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:43.723316 | 0.48s 2026-02-19 13:56:03.364910 | fa163e14-6a36-ecc9-a21d-000000000b9d | TASK | create persistent directories 2026-02-19 13:56:03.618293 | fa163e14-6a36-ecc9-a21d-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 13:56:03.620874 | fa163e14-6a36-ecc9-a21d-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.003913 | 0.25s 2026-02-19 13:56:03.800362 | fa163e14-6a36-ecc9-a21d-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2026-02-19 13:56:03.802494 | fa163e14-6a36-ecc9-a21d-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.185550 | 0.44s 2026-02-19 13:56:03.813203 | fa163e14-6a36-ecc9-a21d-000000000b9d | TIMING | create persistent directories | standalone | 0:02:44.196250 | 0.45s 2026-02-19 13:56:03.839694 | fa163e14-6a36-ecc9-a21d-000000000b9e | TASK | create empty log files 2026-02-19 13:56:04.094043 | fa163e14-6a36-ecc9-a21d-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 13:56:04.096491 | fa163e14-6a36-ecc9-a21d-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.479540 | 0.26s 2026-02-19 13:56:04.301408 | fa163e14-6a36-ecc9-a21d-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 13:56:04.302519 | fa163e14-6a36-ecc9-a21d-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.685577 | 0.46s 2026-02-19 13:56:04.309113 | fa163e14-6a36-ecc9-a21d-000000000b9e | TIMING | create empty log files | standalone | 0:02:44.692170 | 0.47s 2026-02-19 13:56:04.334951 | fa163e14-6a36-ecc9-a21d-000000000b9f | TASK | create persistent directories 2026-02-19 13:56:04.581625 | fa163e14-6a36-ecc9-a21d-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2026-02-19 13:56:04.582494 | fa163e14-6a36-ecc9-a21d-000000000b9f | TIMING | create persistent directories | standalone | 0:02:44.965558 | 0.25s 2026-02-19 13:56:04.588689 | fa163e14-6a36-ecc9-a21d-000000000b9f | TIMING | create persistent directories | standalone | 0:02:44.971753 | 0.25s 2026-02-19 13:56:04.608539 | fa163e14-6a36-ecc9-a21d-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2026-02-19 13:56:07.628051 | fa163e14-6a36-ecc9-a21d-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2026-02-19 13:56:07.629580 | fa163e14-6a36-ecc9-a21d-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:48.012606 | 3.02s 2026-02-19 13:56:07.685643 | fa163e14-6a36-ecc9-a21d-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:48.068677 | 0.03s 2026-02-19 13:56:07.740765 | fa163e14-6a36-ecc9-a21d-00000000129e | TASK | Gather variables for each operating system 2026-02-19 13:56:07.833387 | fa163e14-6a36-ecc9-a21d-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:48.216423 | 0.09s 2026-02-19 13:56:07.860692 | fa163e14-6a36-ecc9-a21d-00000000129f | TASK | Set packages facts 2026-02-19 13:56:07.892274 | fa163e14-6a36-ecc9-a21d-00000000129f | OK | Set packages facts | standalone 2026-02-19 13:56:07.893774 | fa163e14-6a36-ecc9-a21d-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:48.276822 | 0.03s 2026-02-19 13:56:07.915207 | fa163e14-6a36-ecc9-a21d-0000000012a0 | TASK | Manage package 2026-02-19 13:56:07.975372 | fa163e14-6a36-ecc9-a21d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2026-02-19 13:56:07.991577 | fa163e14-6a36-ecc9-a21d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2026-02-19 13:56:08.012837 | fa163e14-6a36-ecc9-a21d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2026-02-19 13:56:12.592782 | fa163e14-6a36-ecc9-a21d-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:52.975822 | 4.68s 2026-02-19 13:56:12.614475 | fa163e14-6a36-ecc9-a21d-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2026-02-19 13:56:12.621868 | fa163e14-6a36-ecc9-a21d-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:53.004912 | 4.71s 2026-02-19 13:56:12.673684 | fa163e14-6a36-ecc9-a21d-000000000ba4 | TASK | create fcontext for rabbitmq data 2026-02-19 13:56:13.966852 | fa163e14-6a36-ecc9-a21d-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2026-02-19 13:56:13.968669 | fa163e14-6a36-ecc9-a21d-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:54.351722 | 1.29s 2026-02-19 13:56:13.996047 | fa163e14-6a36-ecc9-a21d-000000000ba5 | TASK | create persistent directories 2026-02-19 13:56:14.291823 | fa163e14-6a36-ecc9-a21d-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2026-02-19 13:56:14.293359 | fa163e14-6a36-ecc9-a21d-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.676419 | 0.30s 2026-02-19 13:56:14.467085 | fa163e14-6a36-ecc9-a21d-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2026-02-19 13:56:14.467750 | fa163e14-6a36-ecc9-a21d-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.850815 | 0.47s 2026-02-19 13:56:14.473866 | fa163e14-6a36-ecc9-a21d-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:54.856914 | 0.48s 2026-02-19 13:56:14.499810 | fa163e14-6a36-ecc9-a21d-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 13:56:14.772615 | fa163e14-6a36-ecc9-a21d-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 13:56:14.773968 | fa163e14-6a36-ecc9-a21d-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:55.157024 | 0.27s 2026-02-19 13:56:14.798413 | fa163e14-6a36-ecc9-a21d-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2026-02-19 13:56:14.826751 | fa163e14-6a36-ecc9-a21d-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2026-02-19 13:56:14.827832 | fa163e14-6a36-ecc9-a21d-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:55.210888 | 0.03s 2026-02-19 13:56:14.852197 | fa163e14-6a36-ecc9-a21d-000000000ba8 | TASK | Remove existing entries from logind conf 2026-02-19 13:56:15.082485 | fa163e14-6a36-ecc9-a21d-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2026-02-19 13:56:15.083933 | fa163e14-6a36-ecc9-a21d-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:55.466988 | 0.23s 2026-02-19 13:56:15.108410 | fa163e14-6a36-ecc9-a21d-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2026-02-19 13:56:15.307159 | fa163e14-6a36-ecc9-a21d-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2026-02-19 13:56:15.308618 | fa163e14-6a36-ecc9-a21d-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:55.691672 | 0.20s 2026-02-19 13:56:15.333932 | fa163e14-6a36-ecc9-a21d-000000000baa | TASK | Restart systemd-logind 2026-02-19 13:56:15.810824 | fa163e14-6a36-ecc9-a21d-000000000baa | CHANGED | Restart systemd-logind | standalone 2026-02-19 13:56:15.813068 | fa163e14-6a36-ecc9-a21d-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:56.196101 | 0.48s 2026-02-19 13:56:15.839335 | fa163e14-6a36-ecc9-a21d-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 13:56:15.911070 | fa163e14-6a36-ecc9-a21d-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2026-02-19 13:56:15.912145 | fa163e14-6a36-ecc9-a21d-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:56.295171 | 0.07s 2026-02-19 13:56:15.937488 | fa163e14-6a36-ecc9-a21d-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 13:56:16.001087 | fa163e14-6a36-ecc9-a21d-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2026-02-19 13:56:16.002207 | fa163e14-6a36-ecc9-a21d-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:56.385259 | 0.06s 2026-02-19 13:56:16.026751 | fa163e14-6a36-ecc9-a21d-000000000bad | TASK | create persistent logs directory 2026-02-19 13:56:16.267232 | fa163e14-6a36-ecc9-a21d-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2026-02-19 13:56:16.268861 | fa163e14-6a36-ecc9-a21d-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.651910 | 0.24s 2026-02-19 13:56:16.474301 | fa163e14-6a36-ecc9-a21d-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2026-02-19 13:56:16.475896 | fa163e14-6a36-ecc9-a21d-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.858954 | 0.45s 2026-02-19 13:56:16.486842 | fa163e14-6a36-ecc9-a21d-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:56.869892 | 0.46s 2026-02-19 13:56:16.511265 | fa163e14-6a36-ecc9-a21d-000000000baf | TASK | Set login facts 2026-02-19 13:56:16.541319 | fa163e14-6a36-ecc9-a21d-000000000baf | OK | Set login facts | standalone 2026-02-19 13:56:16.542357 | fa163e14-6a36-ecc9-a21d-000000000baf | TIMING | Set login facts | standalone | 0:02:56.925414 | 0.03s 2026-02-19 13:56:16.565975 | fa163e14-6a36-ecc9-a21d-000000000bb0 | TASK | Convert logins json to dict 2026-02-19 13:56:16.606795 | fa163e14-6a36-ecc9-a21d-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2026-02-19 13:56:16.607426 | fa163e14-6a36-ecc9-a21d-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:56.990491 | 0.04s 2026-02-19 13:56:16.624114 | fa163e14-6a36-ecc9-a21d-000000000bb1 | TASK | Set registry logins 2026-02-19 13:56:16.669904 | fa163e14-6a36-ecc9-a21d-000000000bb1 | SKIPPED | Set registry logins | standalone 2026-02-19 13:56:16.670939 | fa163e14-6a36-ecc9-a21d-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:57.053995 | 0.05s 2026-02-19 13:56:16.696371 | fa163e14-6a36-ecc9-a21d-000000000bb2 | TASK | Run podman install 2026-02-19 13:56:16.724746 | fa163e14-6a36-ecc9-a21d-000000000bb2 | TIMING | Run podman install | standalone | 0:02:57.107796 | 0.03s 2026-02-19 13:56:16.806708 | fa163e14-6a36-ecc9-a21d-000000001330 | TASK | Gather variables for each operating system 2026-02-19 13:56:16.947347 | fa163e14-6a36-ecc9-a21d-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2026-02-19 13:56:16.948629 | fa163e14-6a36-ecc9-a21d-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.331680 | 0.14s 2026-02-19 13:56:16.954416 | fa163e14-6a36-ecc9-a21d-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:57.337466 | 0.15s 2026-02-19 13:56:16.980135 | fa163e14-6a36-ecc9-a21d-000000001332 | TASK | ensure podman and deps are installed 2026-02-19 13:56:19.993604 | fa163e14-6a36-ecc9-a21d-000000001332 | OK | ensure podman and deps are installed | standalone 2026-02-19 13:56:19.995022 | fa163e14-6a36-ecc9-a21d-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:00.378077 | 3.01s 2026-02-19 13:56:20.020171 | fa163e14-6a36-ecc9-a21d-000000001333 | TASK | Ensure we get the ansible interfaces facts 2026-02-19 13:56:20.594753 | fa163e14-6a36-ecc9-a21d-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2026-02-19 13:56:20.595899 | fa163e14-6a36-ecc9-a21d-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:00.978953 | 0.57s 2026-02-19 13:56:20.621489 | fa163e14-6a36-ecc9-a21d-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2026-02-19 13:56:20.651010 | fa163e14-6a36-ecc9-a21d-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2026-02-19 13:56:20.652268 | fa163e14-6a36-ecc9-a21d-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:01.035323 | 0.03s 2026-02-19 13:56:20.677342 | fa163e14-6a36-ecc9-a21d-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2026-02-19 13:56:20.716076 | fa163e14-6a36-ecc9-a21d-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2026-02-19 13:56:20.717459 | fa163e14-6a36-ecc9-a21d-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:01.100514 | 0.04s 2026-02-19 13:56:20.745127 | fa163e14-6a36-ecc9-a21d-000000001337 | TASK | Update default network configuration if possible 2026-02-19 13:56:20.779199 | fa163e14-6a36-ecc9-a21d-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2026-02-19 13:56:20.780684 | fa163e14-6a36-ecc9-a21d-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:01.163736 | 0.03s 2026-02-19 13:56:20.809062 | fa163e14-6a36-ecc9-a21d-000000001339 | TASK | Make sure /etc/containers/networks exists 2026-02-19 13:56:21.013031 | fa163e14-6a36-ecc9-a21d-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2026-02-19 13:56:21.014342 | fa163e14-6a36-ecc9-a21d-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:01.397398 | 0.20s 2026-02-19 13:56:21.034820 | fa163e14-6a36-ecc9-a21d-00000000133a | TASK | Get current podman network 2026-02-19 13:56:21.308622 | fa163e14-6a36-ecc9-a21d-00000000133a | CHANGED | Get current podman network | standalone 2026-02-19 13:56:21.310370 | fa163e14-6a36-ecc9-a21d-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:01.693422 | 0.27s 2026-02-19 13:56:21.336886 | fa163e14-6a36-ecc9-a21d-00000000133b | TASK | Update the default network configuration 2026-02-19 13:56:21.936045 | fa163e14-6a36-ecc9-a21d-00000000133b | CHANGED | Update the default network configuration | standalone 2026-02-19 13:56:21.937539 | fa163e14-6a36-ecc9-a21d-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:02.320593 | 0.60s 2026-02-19 13:56:21.971766 | fa163e14-6a36-ecc9-a21d-00000000133c | TASK | Write containers registries.conf 2026-02-19 13:56:22.504720 | fa163e14-6a36-ecc9-a21d-00000000133c | CHANGED | Write containers registries.conf | standalone 2026-02-19 13:56:22.506125 | fa163e14-6a36-ecc9-a21d-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:02.889178 | 0.53s 2026-02-19 13:56:22.531294 | fa163e14-6a36-ecc9-a21d-00000000133d | TASK | Write containers.conf 2026-02-19 13:56:22.785744 | fa163e14-6a36-ecc9-a21d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2026-02-19 13:56:22.789251 | fa163e14-6a36-ecc9-a21d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.172292 | 0.26s 2026-02-19 13:56:22.968287 | fa163e14-6a36-ecc9-a21d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2026-02-19 13:56:22.969065 | fa163e14-6a36-ecc9-a21d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.352128 | 0.44s 2026-02-19 13:56:23.135865 | fa163e14-6a36-ecc9-a21d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2026-02-19 13:56:23.136856 | fa163e14-6a36-ecc9-a21d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.519913 | 0.60s 2026-02-19 13:56:23.331272 | fa163e14-6a36-ecc9-a21d-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2026-02-19 13:56:23.332785 | fa163e14-6a36-ecc9-a21d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.715841 | 0.80s 2026-02-19 13:56:23.344031 | fa163e14-6a36-ecc9-a21d-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:03.727054 | 0.81s 2026-02-19 13:56:23.370416 | fa163e14-6a36-ecc9-a21d-00000000133e | TASK | Enable podman.socket service 2026-02-19 13:56:23.400598 | fa163e14-6a36-ecc9-a21d-00000000133e | SKIPPED | Enable podman.socket service | standalone 2026-02-19 13:56:23.401687 | fa163e14-6a36-ecc9-a21d-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:03.784743 | 0.03s 2026-02-19 13:56:23.448779 | fa163e14-6a36-ecc9-a21d-000000000bb3 | TASK | Run podman login 2026-02-19 13:56:23.476905 | fa163e14-6a36-ecc9-a21d-000000000bb3 | TIMING | Run podman login | standalone | 0:03:03.859954 | 0.03s 2026-02-19 13:56:23.553746 | fa163e14-6a36-ecc9-a21d-00000000143e | TASK | Perform container registry login(s) with podman 2026-02-19 13:56:23.581000 | fa163e14-6a36-ecc9-a21d-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:03.964052 | 0.03s 2026-02-19 13:56:23.618121 | fa163e14-6a36-ecc9-a21d-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2026-02-19 13:56:24.067002 | fa163e14-6a36-ecc9-a21d-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2026-02-19 13:56:24.068367 | fa163e14-6a36-ecc9-a21d-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:04.451422 | 0.45s 2026-02-19 13:56:24.092788 | fa163e14-6a36-ecc9-a21d-000000000bb6 | TASK | create persistent directories 2026-02-19 13:56:24.319350 | fa163e14-6a36-ecc9-a21d-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2026-02-19 13:56:24.320397 | fa163e14-6a36-ecc9-a21d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:04.703460 | 0.23s 2026-02-19 13:56:24.487363 | fa163e14-6a36-ecc9-a21d-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2026-02-19 13:56:24.488101 | fa163e14-6a36-ecc9-a21d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:04.871163 | 0.39s 2026-02-19 13:56:24.679209 | fa163e14-6a36-ecc9-a21d-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2026-02-19 13:56:24.680681 | fa163e14-6a36-ecc9-a21d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.063734 | 0.59s 2026-02-19 13:56:24.693745 | fa163e14-6a36-ecc9-a21d-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:05.076793 | 0.60s 2026-02-19 13:56:24.719889 | fa163e14-6a36-ecc9-a21d-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2026-02-19 13:56:25.189003 | fa163e14-6a36-ecc9-a21d-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2026-02-19 13:56:25.190425 | fa163e14-6a36-ecc9-a21d-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:05.573478 | 0.47s 2026-02-19 13:56:25.215309 | fa163e14-6a36-ecc9-a21d-000000000bb8 | TASK | Ensure rsyslog is installed 2026-02-19 13:56:28.129841 | fa163e14-6a36-ecc9-a21d-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2026-02-19 13:56:28.131216 | fa163e14-6a36-ecc9-a21d-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:08.514271 | 2.91s 2026-02-19 13:56:28.156059 | fa163e14-6a36-ecc9-a21d-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2026-02-19 13:56:28.521913 | fa163e14-6a36-ecc9-a21d-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2026-02-19 13:56:28.523869 | fa163e14-6a36-ecc9-a21d-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:08.906923 | 0.37s 2026-02-19 13:56:28.578319 | fa163e14-6a36-ecc9-a21d-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:08.961362 | 0.03s 2026-02-19 13:56:28.665457 | fa163e14-6a36-ecc9-a21d-000000001559 | TASK | Gather variables for each operating system 2026-02-19 13:56:28.780156 | fa163e14-6a36-ecc9-a21d-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2026-02-19 13:56:28.782332 | fa163e14-6a36-ecc9-a21d-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.165381 | 0.12s 2026-02-19 13:56:28.792439 | fa163e14-6a36-ecc9-a21d-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:09.175490 | 0.13s 2026-02-19 13:56:28.817618 | fa163e14-6a36-ecc9-a21d-00000000155b | TASK | Install the OpenSSH server 2026-02-19 13:56:31.791818 | fa163e14-6a36-ecc9-a21d-00000000155b | OK | Install the OpenSSH server | standalone 2026-02-19 13:56:31.793098 | fa163e14-6a36-ecc9-a21d-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:12.176158 | 2.97s 2026-02-19 13:56:31.814357 | fa163e14-6a36-ecc9-a21d-00000000155c | TASK | Start sshd 2026-02-19 13:56:31.842976 | fa163e14-6a36-ecc9-a21d-00000000155c | SKIPPED | Start sshd | standalone 2026-02-19 13:56:31.844031 | fa163e14-6a36-ecc9-a21d-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:12.227091 | 0.03s 2026-02-19 13:56:31.872027 | fa163e14-6a36-ecc9-a21d-00000000155d | TASK | PasswordAuthentication notice 2026-02-19 13:56:31.915413 | fa163e14-6a36-ecc9-a21d-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 13:56:31.916838 | fa163e14-6a36-ecc9-a21d-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:12.299893 | 0.04s 2026-02-19 13:56:31.944396 | fa163e14-6a36-ecc9-a21d-00000000155e | TASK | PasswordAuthentication duplication notice 2026-02-19 13:56:31.976377 | fa163e14-6a36-ecc9-a21d-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2026-02-19 13:56:31.977644 | fa163e14-6a36-ecc9-a21d-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:12.360690 | 0.03s 2026-02-19 13:56:32.004211 | fa163e14-6a36-ecc9-a21d-00000000155f | TASK | Motd duplication notice 2026-02-19 13:56:32.043998 | fa163e14-6a36-ecc9-a21d-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 13:56:32.044812 | fa163e14-6a36-ecc9-a21d-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:12.427873 | 0.04s 2026-02-19 13:56:32.071822 | fa163e14-6a36-ecc9-a21d-000000001560 | TASK | Configure the banner text 2026-02-19 13:56:32.103737 | fa163e14-6a36-ecc9-a21d-000000001560 | SKIPPED | Configure the banner text | standalone 2026-02-19 13:56:32.104981 | fa163e14-6a36-ecc9-a21d-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:12.488034 | 0.03s 2026-02-19 13:56:32.132336 | fa163e14-6a36-ecc9-a21d-000000001561 | TASK | Configure the motd banner 2026-02-19 13:56:32.164952 | fa163e14-6a36-ecc9-a21d-000000001561 | SKIPPED | Configure the motd banner | standalone 2026-02-19 13:56:32.166306 | fa163e14-6a36-ecc9-a21d-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:12.549360 | 0.03s 2026-02-19 13:56:32.193624 | fa163e14-6a36-ecc9-a21d-000000001562 | TASK | Update sshd configuration options from vars 2026-02-19 13:56:32.224999 | fa163e14-6a36-ecc9-a21d-000000001562 | OK | Update sshd configuration options from vars | standalone 2026-02-19 13:56:32.226662 | fa163e14-6a36-ecc9-a21d-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:12.609713 | 0.03s 2026-02-19 13:56:32.253890 | fa163e14-6a36-ecc9-a21d-000000001563 | TASK | Adjust ssh server configuration 2026-02-19 13:56:32.802035 | fa163e14-6a36-ecc9-a21d-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2026-02-19 13:56:32.803598 | fa163e14-6a36-ecc9-a21d-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:13.186652 | 0.55s 2026-02-19 13:56:32.826197 | fa163e14-6a36-ecc9-a21d-000000001564 | TASK | Restart sshd 2026-02-19 13:56:34.279614 | fa163e14-6a36-ecc9-a21d-000000001564 | CHANGED | Restart sshd | standalone 2026-02-19 13:56:34.281812 | fa163e14-6a36-ecc9-a21d-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:14.664865 | 1.45s 2026-02-19 13:56:34.332089 | fa163e14-6a36-ecc9-a21d-000000000bbb | TASK | create persistent directories 2026-02-19 13:56:34.599868 | fa163e14-6a36-ecc9-a21d-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-19 13:56:34.601363 | fa163e14-6a36-ecc9-a21d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:14.984415 | 0.27s 2026-02-19 13:56:34.827218 | fa163e14-6a36-ecc9-a21d-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2026-02-19 13:56:34.829015 | fa163e14-6a36-ecc9-a21d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:15.212073 | 0.50s 2026-02-19 13:56:35.060142 | fa163e14-6a36-ecc9-a21d-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-19 13:56:35.061801 | fa163e14-6a36-ecc9-a21d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:15.444859 | 0.73s 2026-02-19 13:56:35.072711 | fa163e14-6a36-ecc9-a21d-000000000bbb | TIMING | create persistent directories | standalone | 0:03:15.455768 | 0.74s 2026-02-19 13:56:35.098321 | fa163e14-6a36-ecc9-a21d-000000000bbc | TASK | create persistent directories 2026-02-19 13:56:35.359832 | fa163e14-6a36-ecc9-a21d-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2026-02-19 13:56:35.362230 | fa163e14-6a36-ecc9-a21d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:15.745282 | 0.26s 2026-02-19 13:56:35.556027 | fa163e14-6a36-ecc9-a21d-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2026-02-19 13:56:35.557651 | fa163e14-6a36-ecc9-a21d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:15.940708 | 0.46s 2026-02-19 13:56:35.750607 | fa163e14-6a36-ecc9-a21d-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2026-02-19 13:56:35.752338 | fa163e14-6a36-ecc9-a21d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.135396 | 0.65s 2026-02-19 13:56:35.763369 | fa163e14-6a36-ecc9-a21d-000000000bbc | TIMING | create persistent directories | standalone | 0:03:16.146427 | 0.66s 2026-02-19 13:56:35.788991 | fa163e14-6a36-ecc9-a21d-000000000bbd | TASK | Set swift_use_local_disks fact 2026-02-19 13:56:35.820799 | fa163e14-6a36-ecc9-a21d-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2026-02-19 13:56:35.821963 | fa163e14-6a36-ecc9-a21d-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:16.205020 | 0.03s 2026-02-19 13:56:35.846328 | fa163e14-6a36-ecc9-a21d-000000000bbe | TASK | Set use_node_data_lookup fact 2026-02-19 13:56:35.876186 | fa163e14-6a36-ecc9-a21d-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2026-02-19 13:56:35.877241 | fa163e14-6a36-ecc9-a21d-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:16.260298 | 0.03s 2026-02-19 13:56:35.901692 | fa163e14-6a36-ecc9-a21d-000000000bbf | TASK | Create Swift d1 directory if needed 2026-02-19 13:56:36.144356 | fa163e14-6a36-ecc9-a21d-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2026-02-19 13:56:36.145752 | fa163e14-6a36-ecc9-a21d-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:16.528807 | 0.24s 2026-02-19 13:56:36.170054 | fa163e14-6a36-ecc9-a21d-000000000bc0 | TASK | Set fact for SwiftRawDisks 2026-02-19 13:56:36.209488 | fa163e14-6a36-ecc9-a21d-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2026-02-19 13:56:36.210621 | fa163e14-6a36-ecc9-a21d-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:16.593677 | 0.04s 2026-02-19 13:56:36.234534 | fa163e14-6a36-ecc9-a21d-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2026-02-19 13:56:36.262726 | fa163e14-6a36-ecc9-a21d-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2026-02-19 13:56:36.263766 | fa163e14-6a36-ecc9-a21d-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:16.646822 | 0.03s 2026-02-19 13:56:36.287806 | fa163e14-6a36-ecc9-a21d-000000000bc2 | TASK | Set fact for swift_raw_disks 2026-02-19 13:56:36.317974 | fa163e14-6a36-ecc9-a21d-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2026-02-19 13:56:36.319085 | fa163e14-6a36-ecc9-a21d-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:16.702140 | 0.03s 2026-02-19 13:56:36.344051 | fa163e14-6a36-ecc9-a21d-000000000bc3 | TASK | Format SwiftRawDisks 2026-02-19 13:56:36.372372 | fa163e14-6a36-ecc9-a21d-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:16.755415 | 0.03s 2026-02-19 13:56:36.397722 | fa163e14-6a36-ecc9-a21d-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2026-02-19 13:56:36.446774 | fa163e14-6a36-ecc9-a21d-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2026-02-19 13:56:36.447829 | fa163e14-6a36-ecc9-a21d-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:16.830885 | 0.05s 2026-02-19 13:56:36.472758 | fa163e14-6a36-ecc9-a21d-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2026-02-19 13:56:36.501203 | fa163e14-6a36-ecc9-a21d-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:16.884254 | 0.03s 2026-02-19 13:56:36.526175 | fa163e14-6a36-ecc9-a21d-000000000bc6 | TASK | Check for NTP service 2026-02-19 13:56:36.777788 | fa163e14-6a36-ecc9-a21d-000000000bc6 | CHANGED | Check for NTP service | standalone 2026-02-19 13:56:36.779181 | fa163e14-6a36-ecc9-a21d-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:17.162234 | 0.25s 2026-02-19 13:56:36.804144 | fa163e14-6a36-ecc9-a21d-000000000bc7 | TASK | Disable NTP before configuring Chrony 2026-02-19 13:56:36.847592 | fa163e14-6a36-ecc9-a21d-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-19 13:56:36.848710 | fa163e14-6a36-ecc9-a21d-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:17.231764 | 0.04s 2026-02-19 13:56:36.872999 | fa163e14-6a36-ecc9-a21d-000000000bc8 | TASK | Install, Configure and Run Chrony 2026-02-19 13:56:36.900961 | fa163e14-6a36-ecc9-a21d-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:17.284012 | 0.03s 2026-02-19 13:56:36.998171 | fa163e14-6a36-ecc9-a21d-0000000016f5 | TASK | Load distro-specific variables 2026-02-19 13:56:37.023335 | fa163e14-6a36-ecc9-a21d-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.406392 | 0.02s 2026-02-19 13:56:37.031276 | 640fef90-053b-480d-ba86-609a2518f344 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 13:56:37.051746 | fa163e14-6a36-ecc9-a21d-0000000017da | TASK | Load distro-specific variables 2026-02-19 13:56:37.103394 | fa163e14-6a36-ecc9-a21d-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 13:56:37.104629 | fa163e14-6a36-ecc9-a21d-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.487674 | 0.05s 2026-02-19 13:56:37.111109 | fa163e14-6a36-ecc9-a21d-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.494169 | 0.06s 2026-02-19 13:56:37.137074 | fa163e14-6a36-ecc9-a21d-0000000016f6 | TASK | Install chronyd 2026-02-19 13:56:37.165625 | fa163e14-6a36-ecc9-a21d-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:17.548675 | 0.03s 2026-02-19 13:56:37.187503 | 943c09ce-6c6b-4bca-af5f-fba778434cd9 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2026-02-19 13:56:37.219102 | fa163e14-6a36-ecc9-a21d-000000001813 | TASK | Load distro-specific variables 2026-02-19 13:56:37.244944 | fa163e14-6a36-ecc9-a21d-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.627999 | 0.02s 2026-02-19 13:56:37.255518 | 42770f91-891c-4618-abd2-54addb9b8342 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 13:56:37.279992 | fa163e14-6a36-ecc9-a21d-00000000185a | TASK | Load distro-specific variables 2026-02-19 13:56:37.337771 | fa163e14-6a36-ecc9-a21d-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 13:56:37.339866 | fa163e14-6a36-ecc9-a21d-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.722916 | 0.06s 2026-02-19 13:56:37.350081 | fa163e14-6a36-ecc9-a21d-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:17.733133 | 0.07s 2026-02-19 13:56:37.377767 | fa163e14-6a36-ecc9-a21d-000000001814 | TASK | Check for NTP service 2026-02-19 13:56:37.631873 | fa163e14-6a36-ecc9-a21d-000000001814 | CHANGED | Check for NTP service | standalone 2026-02-19 13:56:37.633215 | fa163e14-6a36-ecc9-a21d-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:18.016270 | 0.25s 2026-02-19 13:56:37.658872 | fa163e14-6a36-ecc9-a21d-000000001815 | TASK | Disable NTP before configuring Chrony 2026-02-19 13:56:37.709183 | fa163e14-6a36-ecc9-a21d-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2026-02-19 13:56:37.710231 | fa163e14-6a36-ecc9-a21d-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:18.093286 | 0.05s 2026-02-19 13:56:37.734964 | fa163e14-6a36-ecc9-a21d-000000001816 | TASK | Install chronyd package 2026-02-19 13:56:40.658685 | fa163e14-6a36-ecc9-a21d-000000001816 | OK | Install chronyd package | standalone 2026-02-19 13:56:40.660076 | fa163e14-6a36-ecc9-a21d-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:21.043130 | 2.92s 2026-02-19 13:56:40.686057 | fa163e14-6a36-ecc9-a21d-0000000016f7 | TASK | Upgrade chronyd 2026-02-19 13:56:40.716353 | fa163e14-6a36-ecc9-a21d-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2026-02-19 13:56:40.717451 | fa163e14-6a36-ecc9-a21d-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:21.100501 | 0.03s 2026-02-19 13:56:40.743585 | fa163e14-6a36-ecc9-a21d-0000000016f8 | TASK | Configure chronyd 2026-02-19 13:56:40.782790 | fa163e14-6a36-ecc9-a21d-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:21.165825 | 0.04s 2026-02-19 13:56:40.803536 | 1a0801ef-8d97-48f1-a584-4e4407200e22 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2026-02-19 13:56:40.841518 | fa163e14-6a36-ecc9-a21d-000000001893 | TASK | Load distro-specific variables 2026-02-19 13:56:40.869168 | fa163e14-6a36-ecc9-a21d-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.252220 | 0.03s 2026-02-19 13:56:40.880247 | 74ea3166-c6fd-4385-81de-9c077518992b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 13:56:40.902101 | fa163e14-6a36-ecc9-a21d-0000000018ff | TASK | Load distro-specific variables 2026-02-19 13:56:40.958402 | fa163e14-6a36-ecc9-a21d-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 13:56:40.960304 | fa163e14-6a36-ecc9-a21d-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.343350 | 0.06s 2026-02-19 13:56:40.972968 | fa163e14-6a36-ecc9-a21d-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:21.356010 | 0.07s 2026-02-19 13:56:40.999098 | fa163e14-6a36-ecc9-a21d-000000001894 | TASK | Install chrony configuration file 2026-02-19 13:56:41.627344 | fa163e14-6a36-ecc9-a21d-000000001894 | CHANGED | Install chrony configuration file | standalone 2026-02-19 13:56:41.629491 | fa163e14-6a36-ecc9-a21d-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:22.012539 | 0.63s 2026-02-19 13:56:41.658165 | fa163e14-6a36-ecc9-a21d-0000000016f9 | TASK | Run chronyd 2026-02-19 13:56:41.693960 | fa163e14-6a36-ecc9-a21d-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:22.077006 | 0.03s 2026-02-19 13:56:41.716704 | 1a2de6b0-949f-4710-9095-2800bafe60c5 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2026-02-19 13:56:41.761778 | fa163e14-6a36-ecc9-a21d-000000001922 | TASK | Load distro-specific variables 2026-02-19 13:56:41.793216 | fa163e14-6a36-ecc9-a21d-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.176242 | 0.03s 2026-02-19 13:56:41.805045 | 3f75a70a-21f3-46e9-a8e0-278b69b1d432 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2026-02-19 13:56:41.828857 | fa163e14-6a36-ecc9-a21d-0000000019a6 | TASK | Load distro-specific variables 2026-02-19 13:56:41.888968 | fa163e14-6a36-ecc9-a21d-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2026-02-19 13:56:41.891534 | fa163e14-6a36-ecc9-a21d-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.274578 | 0.06s 2026-02-19 13:56:41.902873 | fa163e14-6a36-ecc9-a21d-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.285922 | 0.07s 2026-02-19 13:56:41.928574 | fa163e14-6a36-ecc9-a21d-000000001923 | TASK | Ensure chronyd is running 2026-02-19 13:56:42.348010 | fa163e14-6a36-ecc9-a21d-000000001923 | OK | Ensure chronyd is running | standalone 2026-02-19 13:56:42.350014 | fa163e14-6a36-ecc9-a21d-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:22.733067 | 0.42s 2026-02-19 13:56:42.376513 | fa163e14-6a36-ecc9-a21d-000000001924 | TASK | Force chronyd restart 2026-02-19 13:56:42.903376 | fa163e14-6a36-ecc9-a21d-000000001924 | CHANGED | Force chronyd restart | standalone 2026-02-19 13:56:42.905696 | fa163e14-6a36-ecc9-a21d-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:23.288732 | 0.53s 2026-02-19 13:56:42.934502 | fa163e14-6a36-ecc9-a21d-0000000016fa | TASK | Enable online service 2026-02-19 13:56:42.965126 | fa163e14-6a36-ecc9-a21d-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:23.348164 | 0.03s 2026-02-19 13:56:42.987113 | a9982b81-b2dd-4331-b4f2-f4ca0eb1e479 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2026-02-19 13:56:43.033192 | fa163e14-6a36-ecc9-a21d-0000000019d3 | TASK | Create chrony-online.service unit file 2026-02-19 13:56:43.516026 | fa163e14-6a36-ecc9-a21d-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2026-02-19 13:56:43.517105 | fa163e14-6a36-ecc9-a21d-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:23.900165 | 0.48s 2026-02-19 13:56:43.538790 | fa163e14-6a36-ecc9-a21d-0000000019d4 | TASK | Enable chrony-online.service 2026-02-19 13:56:44.393424 | fa163e14-6a36-ecc9-a21d-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2026-02-19 13:56:44.397069 | fa163e14-6a36-ecc9-a21d-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:24.780121 | 0.86s 2026-02-19 13:56:44.424140 | fa163e14-6a36-ecc9-a21d-0000000016fb | TASK | Sync chronyc 2026-02-19 13:56:44.456766 | fa163e14-6a36-ecc9-a21d-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:24.839811 | 0.03s 2026-02-19 13:56:44.475297 | f26ab85a-827d-4395-8d8a-dd3dd2ae1052 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2026-02-19 13:56:44.524964 | fa163e14-6a36-ecc9-a21d-000000001a79 | TASK | Force NTP sync 2026-02-19 13:56:44.765417 | fa163e14-6a36-ecc9-a21d-000000001a79 | CHANGED | Force NTP sync | standalone 2026-02-19 13:56:44.766949 | fa163e14-6a36-ecc9-a21d-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:25.150000 | 0.24s 2026-02-19 13:56:44.793587 | fa163e14-6a36-ecc9-a21d-000000001a7a | TASK | Ensure system is NTP time synced 2026-02-19 13:56:55.044831 | fa163e14-6a36-ecc9-a21d-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2026-02-19 13:56:55.046280 | fa163e14-6a36-ecc9-a21d-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:35.429336 | 10.25s 2026-02-19 13:56:55.095323 | fa163e14-6a36-ecc9-a21d-000000000bc9 | TASK | Force NTP sync 2026-02-19 13:56:55.325634 | fa163e14-6a36-ecc9-a21d-000000000bc9 | CHANGED | Force NTP sync | standalone 2026-02-19 13:56:55.327149 | fa163e14-6a36-ecc9-a21d-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:35.710204 | 0.23s 2026-02-19 13:56:55.351271 | fa163e14-6a36-ecc9-a21d-000000000bca | TASK | Ensure system is NTP time synced 2026-02-19 13:56:55.563281 | fa163e14-6a36-ecc9-a21d-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2026-02-19 13:56:55.564781 | fa163e14-6a36-ecc9-a21d-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:35.947834 | 0.21s 2026-02-19 13:56:55.590013 | fa163e14-6a36-ecc9-a21d-000000000bcb | TASK | Run timezone role 2026-02-19 13:56:55.618312 | fa163e14-6a36-ecc9-a21d-000000000bcb | TIMING | Run timezone role | standalone | 0:03:36.001357 | 0.03s 2026-02-19 13:56:55.716968 | fa163e14-6a36-ecc9-a21d-000000001c3a | TASK | Set timezone 2026-02-19 13:56:56.246646 | fa163e14-6a36-ecc9-a21d-000000001c3a | OK | Set timezone | standalone 2026-02-19 13:56:56.247942 | fa163e14-6a36-ecc9-a21d-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:36.630996 | 0.53s 2026-02-19 13:56:56.273260 | fa163e14-6a36-ecc9-a21d-000000001c3b | TASK | Restart time services 2026-02-19 13:56:56.313079 | fa163e14-6a36-ecc9-a21d-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2026-02-19 13:56:56.321669 | fa163e14-6a36-ecc9-a21d-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2026-02-19 13:56:56.329147 | fa163e14-6a36-ecc9-a21d-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:36.712187 | 0.05s 2026-02-19 13:56:56.384776 | fa163e14-6a36-ecc9-a21d-000000000bcc | TASK | install tmpwatch on the host 2026-02-19 13:56:59.287375 | fa163e14-6a36-ecc9-a21d-000000000bcc | OK | install tmpwatch on the host | standalone 2026-02-19 13:56:59.288819 | fa163e14-6a36-ecc9-a21d-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:39.671873 | 2.90s 2026-02-19 13:56:59.313501 | fa163e14-6a36-ecc9-a21d-000000000bcd | TASK | Notice - ctlplane subnet is set 2026-02-19 13:56:59.345669 | fa163e14-6a36-ecc9-a21d-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2026-02-19 13:56:59.346825 | fa163e14-6a36-ecc9-a21d-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:39.729880 | 0.03s 2026-02-19 13:56:59.402413 | fa163e14-6a36-ecc9-a21d-000000000bce | TIMING | include_role : tuned | standalone | 0:03:39.785455 | 0.03s 2026-02-19 13:56:59.503110 | fa163e14-6a36-ecc9-a21d-000000001e6e | TASK | Gather variables for each operating system 2026-02-19 13:56:59.622047 | fa163e14-6a36-ecc9-a21d-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2026-02-19 13:56:59.623724 | fa163e14-6a36-ecc9-a21d-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:40.006775 | 0.12s 2026-02-19 13:56:59.633288 | fa163e14-6a36-ecc9-a21d-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:40.016332 | 0.13s 2026-02-19 13:56:59.701984 | fa163e14-6a36-ecc9-a21d-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:40.085025 | 0.04s 2026-02-19 13:56:59.725874 | a91f7f07-f8b8-4f5d-808f-9972293dcda0 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2026-02-19 13:56:59.755087 | fa163e14-6a36-ecc9-a21d-000000001f9f | TASK | Check tuned package is installed 2026-02-19 13:57:00.021500 | fa163e14-6a36-ecc9-a21d-000000001f9f | CHANGED | Check tuned package is installed | standalone 2026-02-19 13:57:00.022339 | fa163e14-6a36-ecc9-a21d-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:40.405403 | 0.27s 2026-02-19 13:57:00.039608 | fa163e14-6a36-ecc9-a21d-000000001fa0 | TASK | Install tuned 2026-02-19 13:57:00.075784 | fa163e14-6a36-ecc9-a21d-000000001fa0 | SKIPPED | Install tuned | standalone 2026-02-19 13:57:00.077147 | fa163e14-6a36-ecc9-a21d-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:40.460200 | 0.04s 2026-02-19 13:57:00.104242 | fa163e14-6a36-ecc9-a21d-000000001fa1 | TASK | Restart tuned 2026-02-19 13:57:00.135712 | fa163e14-6a36-ecc9-a21d-000000001fa1 | SKIPPED | Restart tuned | standalone 2026-02-19 13:57:00.136945 | fa163e14-6a36-ecc9-a21d-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:40.519998 | 0.03s 2026-02-19 13:57:00.163339 | fa163e14-6a36-ecc9-a21d-000000001e70 | TASK | Check for tuned-adm 2026-02-19 13:57:00.402961 | fa163e14-6a36-ecc9-a21d-000000001e70 | OK | Check for tuned-adm | standalone 2026-02-19 13:57:00.404430 | fa163e14-6a36-ecc9-a21d-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:40.787484 | 0.24s 2026-02-19 13:57:00.470216 | fa163e14-6a36-ecc9-a21d-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:40.853260 | 0.04s 2026-02-19 13:57:00.502309 | 6653b463-c9d1-446a-9d33-7af40b1c33dc | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2026-02-19 13:57:00.536509 | fa163e14-6a36-ecc9-a21d-000000001fcc | TASK | Ensure profile directory exists 2026-02-19 13:57:00.601047 | fa163e14-6a36-ecc9-a21d-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2026-02-19 13:57:00.602068 | fa163e14-6a36-ecc9-a21d-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:40.985128 | 0.06s 2026-02-19 13:57:00.624640 | fa163e14-6a36-ecc9-a21d-000000001fcd | TASK | Create custom tuned profile 2026-02-19 13:57:00.715691 | fa163e14-6a36-ecc9-a21d-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2026-02-19 13:57:00.716380 | fa163e14-6a36-ecc9-a21d-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:41.099444 | 0.09s 2026-02-19 13:57:00.733500 | fa163e14-6a36-ecc9-a21d-000000001fce | TASK | Check tuned active profile 2026-02-19 13:57:01.004348 | fa163e14-6a36-ecc9-a21d-000000001fce | OK | Check tuned active profile | standalone 2026-02-19 13:57:01.005455 | fa163e14-6a36-ecc9-a21d-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:41.388513 | 0.27s 2026-02-19 13:57:01.031772 | fa163e14-6a36-ecc9-a21d-000000001fcf | TASK | Check Tuned Configuration file exists 2026-02-19 13:57:01.220313 | fa163e14-6a36-ecc9-a21d-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2026-02-19 13:57:01.222698 | fa163e14-6a36-ecc9-a21d-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:41.605760 | 0.19s 2026-02-19 13:57:01.240445 | fa163e14-6a36-ecc9-a21d-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2026-02-19 13:57:01.300039 | fa163e14-6a36-ecc9-a21d-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2026-02-19 13:57:01.300818 | fa163e14-6a36-ecc9-a21d-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:41.683879 | 0.06s 2026-02-19 13:57:01.322728 | fa163e14-6a36-ecc9-a21d-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2026-02-19 13:57:01.386363 | fa163e14-6a36-ecc9-a21d-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2026-02-19 13:57:01.387630 | fa163e14-6a36-ecc9-a21d-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:41.770684 | 0.06s 2026-02-19 13:57:01.415266 | fa163e14-6a36-ecc9-a21d-000000001fd2 | TASK | Enable tuned profile 2026-02-19 13:57:01.444959 | fa163e14-6a36-ecc9-a21d-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2026-02-19 13:57:01.446328 | fa163e14-6a36-ecc9-a21d-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:41.829381 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2026-02-19 13:57:01.628949 | fa163e14-6a36-ecc9-a21d-0000000000ac | TASK | Overcloud container setup tasks 2026-02-19 13:57:01.647850 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000ac') missing from stats 2026-02-19 13:57:01.667607 | fa163e14-6a36-ecc9-a21d-0000000000ad | TASK | Write config data 2026-02-19 13:57:01.714137 | fa163e14-6a36-ecc9-a21d-0000000000ad | TIMING | Write config data | standalone | 0:03:42.097193 | 0.05s 2026-02-19 13:57:01.753957 | bff99f6a-8ad8-4834-a6db-cc4e02d648c1 | INCLUDED | /root/standalone-ansible-5aeqp2q2/common_container_setup_tasks.yaml | standalone 2026-02-19 13:57:01.777424 | fa163e14-6a36-ecc9-a21d-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2026-02-19 13:57:01.963707 | fa163e14-6a36-ecc9-a21d-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2026-02-19 13:57:01.965029 | fa163e14-6a36-ecc9-a21d-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:42.348085 | 0.19s 2026-02-19 13:57:01.990136 | fa163e14-6a36-ecc9-a21d-000000002031 | TASK | Create ContainerLogStdoutPath directory 2026-02-19 13:57:02.191800 | fa163e14-6a36-ecc9-a21d-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2026-02-19 13:57:02.193122 | fa163e14-6a36-ecc9-a21d-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:42.576178 | 0.20s 2026-02-19 13:57:02.218280 | fa163e14-6a36-ecc9-a21d-000000002032 | TASK | Create /var/lib/tripleo-config directory 2026-02-19 13:57:02.418804 | fa163e14-6a36-ecc9-a21d-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2026-02-19 13:57:02.420132 | fa163e14-6a36-ecc9-a21d-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:42.803187 | 0.20s 2026-02-19 13:57:02.445855 | fa163e14-6a36-ecc9-a21d-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2026-02-19 13:57:02.666374 | fa163e14-6a36-ecc9-a21d-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2026-02-19 13:57:02.667740 | fa163e14-6a36-ecc9-a21d-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:43.050796 | 0.22s 2026-02-19 13:57:02.692903 | fa163e14-6a36-ecc9-a21d-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2026-02-19 13:57:02.912182 | fa163e14-6a36-ecc9-a21d-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2026-02-19 13:57:02.913624 | fa163e14-6a36-ecc9-a21d-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:43.296679 | 0.22s 2026-02-19 13:57:02.940455 | fa163e14-6a36-ecc9-a21d-000000002038 | TASK | Create fcontext entry for container-config-scripts 2026-02-19 13:57:04.159797 | fa163e14-6a36-ecc9-a21d-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2026-02-19 13:57:04.160887 | fa163e14-6a36-ecc9-a21d-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:44.543948 | 1.22s 2026-02-19 13:57:04.181612 | fa163e14-6a36-ecc9-a21d-000000002039 | TASK | Create /var/lib/container-config-scripts 2026-02-19 13:57:04.386041 | fa163e14-6a36-ecc9-a21d-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2026-02-19 13:57:04.387161 | fa163e14-6a36-ecc9-a21d-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:44.770222 | 0.20s 2026-02-19 13:57:04.412250 | fa163e14-6a36-ecc9-a21d-00000000203a | TASK | Write container config scripts 2026-02-19 13:57:04.742575 | fa163e14-6a36-ecc9-a21d-00000000203a | CHANGED | Write container config scripts | standalone 2026-02-19 13:57:04.743761 | fa163e14-6a36-ecc9-a21d-00000000203a | TIMING | Write container config scripts | standalone | 0:03:45.126817 | 0.33s 2026-02-19 13:57:04.768853 | fa163e14-6a36-ecc9-a21d-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2026-02-19 13:57:05.232377 | fa163e14-6a36-ecc9-a21d-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2026-02-19 13:57:05.233270 | fa163e14-6a36-ecc9-a21d-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:45.616331 | 0.46s 2026-02-19 13:57:05.257720 | fa163e14-6a36-ecc9-a21d-00000000203c | TASK | Generate startup configs files per step and per container 2026-02-19 13:57:05.829879 | fa163e14-6a36-ecc9-a21d-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2026-02-19 13:57:05.839236 | fa163e14-6a36-ecc9-a21d-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:46.222289 | 0.58s 2026-02-19 13:57:05.879178 | fa163e14-6a36-ecc9-a21d-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2026-02-19 13:57:06.109821 | fa163e14-6a36-ecc9-a21d-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2026-02-19 13:57:06.111174 | fa163e14-6a36-ecc9-a21d-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:46.494230 | 0.23s 2026-02-19 13:57:06.135821 | fa163e14-6a36-ecc9-a21d-00000000203e | TASK | Create /var/lib/config-data directory 2026-02-19 13:57:06.365417 | fa163e14-6a36-ecc9-a21d-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2026-02-19 13:57:06.366803 | fa163e14-6a36-ecc9-a21d-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:46.749859 | 0.23s 2026-02-19 13:57:06.391945 | fa163e14-6a36-ecc9-a21d-00000000203f | TASK | Write container config json files 2026-02-19 13:57:06.895340 | fa163e14-6a36-ecc9-a21d-00000000203f | CHANGED | Write container config json files | standalone 2026-02-19 13:57:06.902944 | fa163e14-6a36-ecc9-a21d-00000000203f | TIMING | Write container config json files | standalone | 0:03:47.285997 | 0.51s PLAY [Pre Deployment Step Tasks] *********************************************** 2026-02-19 13:57:07.060105 | fa163e14-6a36-ecc9-a21d-0000000000b1 | TASK | Pre Deployment Step Tasks 2026-02-19 13:57:07.090451 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-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 13:57:07.154850 | fa163e14-6a36-ecc9-a21d-0000000000b2 | TIMING | include_tasks | standalone | 0:03:47.537910 | 0.05s 2026-02-19 13:57:07.168865 | 42693c53-434f-4908-8c88-d153e13991f3 | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/pre_deploy_step_tasks.yaml | standalone 2026-02-19 13:57:07.196142 | fa163e14-6a36-ecc9-a21d-000000002073 | TASK | Get undercloud FQDN 2026-02-19 13:57:07.264817 | fa163e14-6a36-ecc9-a21d-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-000000002073') missing from stats 2026-02-19 13:57:07.336135 | fa163e14-6a36-ecc9-a21d-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:47.719177 | 0.04s 2026-02-19 13:57:07.412274 | fa163e14-6a36-ecc9-a21d-000000002098 | TASK | set main facts 2026-02-19 13:57:07.481428 | fa163e14-6a36-ecc9-a21d-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-000000002098') missing from stats 2026-02-19 13:57:07.530014 | fa163e14-6a36-ecc9-a21d-000000002099 | TASK | get the default.conf file 2026-02-19 13:57:07.783571 | fa163e14-6a36-ecc9-a21d-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-000000002099') missing from stats 2026-02-19 13:57:07.834932 | fa163e14-6a36-ecc9-a21d-00000000209a | TASK | set the principal 2026-02-19 13:57:07.916908 | fa163e14-6a36-ecc9-a21d-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-00000000209a') missing from stats 2026-02-19 13:57:07.967495 | fa163e14-6a36-ecc9-a21d-00000000209c | TASK | add new host with one-time password 2026-02-19 13:57:09.368220 | fa163e14-6a36-ecc9-a21d-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-00000000209c') missing from stats 2026-02-19 13:57:09.409787 | fa163e14-6a36-ecc9-a21d-00000000209d | TASK | set otp as a host fact 2026-02-19 13:57:09.448945 | fa163e14-6a36-ecc9-a21d-00000000209d | SKIPPED | set otp as a host fact | standalone 2026-02-19 13:57:09.450527 | fa163e14-6a36-ecc9-a21d-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:49.833573 | 0.04s 2026-02-19 13:57:09.498474 | fa163e14-6a36-ecc9-a21d-00000000209f | TASK | add required services using custom module 2026-02-19 13:57:12.926817 | fa163e14-6a36-ecc9-a21d-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e14-6a36-ecc9-a21d-00000000209f') missing from stats 2026-02-19 13:57:12.999001 | fa163e14-6a36-ecc9-a21d-000000002076 | TASK | check if default.conf exists 2026-02-19 13:57:13.249598 | fa163e14-6a36-ecc9-a21d-000000002076 | OK | check if default.conf exists | standalone 2026-02-19 13:57:13.251100 | fa163e14-6a36-ecc9-a21d-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:53.634153 | 0.25s 2026-02-19 13:57:13.276101 | fa163e14-6a36-ecc9-a21d-000000002077 | TASK | install openssl-perl 2026-02-19 13:57:13.309467 | fa163e14-6a36-ecc9-a21d-000000002077 | SKIPPED | install openssl-perl | standalone 2026-02-19 13:57:13.310746 | fa163e14-6a36-ecc9-a21d-000000002077 | TIMING | install openssl-perl | standalone | 0:03:53.693799 | 0.03s 2026-02-19 13:57:13.335799 | fa163e14-6a36-ecc9-a21d-000000002078 | TASK | register as an ipa client 2026-02-19 13:57:13.375914 | fa163e14-6a36-ecc9-a21d-000000002078 | SKIPPED | register as an ipa client | standalone 2026-02-19 13:57:13.377025 | fa163e14-6a36-ecc9-a21d-000000002078 | TIMING | register as an ipa client | standalone | 0:03:53.760079 | 0.04s 2026-02-19 13:57:13.401695 | fa163e14-6a36-ecc9-a21d-000000002079 | TASK | restart certmonger service 2026-02-19 13:57:13.441987 | fa163e14-6a36-ecc9-a21d-000000002079 | SKIPPED | restart certmonger service | standalone 2026-02-19 13:57:13.443310 | fa163e14-6a36-ecc9-a21d-000000002079 | TIMING | restart certmonger service | standalone | 0:03:53.826359 | 0.04s 2026-02-19 13:57:13.469422 | fa163e14-6a36-ecc9-a21d-00000000207a | TASK | set discovered ipa realm 2026-02-19 13:57:13.520050 | fa163e14-6a36-ecc9-a21d-00000000207a | OK | set discovered ipa realm | standalone 2026-02-19 13:57:13.521222 | fa163e14-6a36-ecc9-a21d-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:53.904278 | 0.05s PLAY [External deployment step 1] ********************************************** 2026-02-19 13:57:13.630878 | fa163e14-6a36-ecc9-a21d-0000000000b6 | TASK | External deployment step 1 2026-02-19 13:57:13.656832 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000b6') missing from stats 2026-02-19 13:57:13.707939 | fa163e14-6a36-ecc9-a21d-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:54.090982 | 0.04s 2026-02-19 13:57:13.743753 | 2a26954e-deab-434a-8b5f-df12c155757b | INCLUDED | /root/standalone-ansible-5aeqp2q2/external_deploy_steps_tasks_step1.yaml | undercloud 2026-02-19 13:57:13.761741 | fa163e14-6a36-ecc9-a21d-0000000020f5 | TASK | Container image prepare 2026-02-19 13:57:14.782722 | fa163e14-6a36-ecc9-a21d-0000000020f5 | CHANGED | Container image prepare | undercloud 2026-02-19 13:57:14.785163 | fa163e14-6a36-ecc9-a21d-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:55.168211 | 1.02s 2026-02-19 13:57:14.872859 | fa163e14-6a36-ecc9-a21d-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:55.255903 | 0.05s 2026-02-19 13:57:14.917859 | fa163e14-6a36-ecc9-a21d-00000000211b | TASK | get dns zones and entries to add 2026-02-19 13:57:14.981912 | fa163e14-6a36-ecc9-a21d-00000000211b | OK | get dns zones and entries to add | undercloud 2026-02-19 13:57:14.983959 | fa163e14-6a36-ecc9-a21d-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:55.367007 | 0.06s 2026-02-19 13:57:15.066574 | fa163e14-6a36-ecc9-a21d-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "storage.ooo.test", "ctlplane.ooo.test", "storagemgmt.ooo.test", "0.17.172.in-addr.arpa", "external.ooo.test", "ooo.test", "tenant.ooo.test", "122.168.192.in-addr.arpa", "internalapi.ooo.test", "0.21.172.in-addr.arpa", "0.19.172.in-addr.arpa", "0.18.172.in-addr.arpa", "0.20.172.in-addr.arpa" ] } 2026-02-19 13:57:15.067956 | fa163e14-6a36-ecc9-a21d-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.451010 | 0.06s 2026-02-19 13:57:15.163193 | fa163e14-6a36-ecc9-a21d-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 13:57:15.164939 | fa163e14-6a36-ecc9-a21d-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.547991 | 0.08s 2026-02-19 13:57:15.185350 | fa163e14-6a36-ecc9-a21d-00000000211e | TASK | add dns zones and records 2026-02-19 13:57:18.619450 | fa163e14-6a36-ecc9-a21d-00000000211e | CHANGED | add dns zones and records | undercloud 2026-02-19 13:57:18.620739 | fa163e14-6a36-ecc9-a21d-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:59.003799 | 3.43s 2026-02-19 13:57:18.651812 | fa163e14-6a36-ecc9-a21d-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2026-02-19 13:57:18.908676 | fa163e14-6a36-ecc9-a21d-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2026-02-19 13:57:18.909680 | fa163e14-6a36-ecc9-a21d-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:59.292742 | 0.26s 2026-02-19 13:57:18.924934 | fa163e14-6a36-ecc9-a21d-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2026-02-19 13:57:18.976173 | fa163e14-6a36-ecc9-a21d-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:59.359224 | 0.05s 2026-02-19 13:57:19.009819 | fa163e14-6a36-ecc9-a21d-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2026-02-19 13:57:19.250195 | fa163e14-6a36-ecc9-a21d-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2026-02-19 13:57:19.251603 | fa163e14-6a36-ecc9-a21d-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:59.634655 | 0.24s 2026-02-19 13:57:19.272152 | fa163e14-6a36-ecc9-a21d-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2026-02-19 13:57:19.740261 | fa163e14-6a36-ecc9-a21d-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2026-02-19 13:57:19.741525 | fa163e14-6a36-ecc9-a21d-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:00.124581 | 0.47s 2026-02-19 13:57:19.761811 | fa163e14-6a36-ecc9-a21d-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2026-02-19 13:57:19.814020 | fa163e14-6a36-ecc9-a21d-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.197069 | 0.05s 2026-02-19 13:57:19.858949 | fa163e14-6a36-ecc9-a21d-00000000218c | TASK | Check for a configured destination 2026-02-19 13:57:19.919662 | fa163e14-6a36-ecc9-a21d-00000000218c | SKIPPED | Check for a configured destination | undercloud 2026-02-19 13:57:19.920753 | fa163e14-6a36-ecc9-a21d-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:00.303809 | 0.06s 2026-02-19 13:57:19.956169 | fa163e14-6a36-ecc9-a21d-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2026-02-19 13:57:20.453352 | fa163e14-6a36-ecc9-a21d-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2026-02-19 13:57:20.454269 | fa163e14-6a36-ecc9-a21d-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:00.837330 | 0.50s PLAY [Deploy step tasks for 1] ************************************************* 2026-02-19 13:57:20.572971 | fa163e14-6a36-ecc9-a21d-0000000000ba | TASK | Deploy step tasks for 1 2026-02-19 13:57:20.610173 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000ba') missing from stats 2026-02-19 13:57:20.627561 | fa163e14-6a36-ecc9-a21d-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2026-02-19 13:57:21.135709 | fa163e14-6a36-ecc9-a21d-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2026-02-19 13:57:21.136933 | fa163e14-6a36-ecc9-a21d-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:01.519988 | 0.51s 2026-02-19 13:57:21.157713 | fa163e14-6a36-ecc9-a21d-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-19 13:57:21.398339 | fa163e14-6a36-ecc9-a21d-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-19 13:57:21.399907 | fa163e14-6a36-ecc9-a21d-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:01.782961 | 0.24s 2026-02-19 13:57:21.424836 | fa163e14-6a36-ecc9-a21d-0000000000be | TASK | Write config data at the start of step 1 2026-02-19 13:57:21.501642 | fa163e14-6a36-ecc9-a21d-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:01.884685 | 0.08s 2026-02-19 13:57:21.545327 | 40cec6c8-1784-427d-80e5-1832e8a01a09 | INCLUDED | /root/standalone-ansible-5aeqp2q2/common_deploy_steps_tasks_step_1.yaml | standalone 2026-02-19 13:57:21.570502 | fa163e14-6a36-ecc9-a21d-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2026-02-19 13:57:21.597591 | fa163e14-6a36-ecc9-a21d-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-19 13:57:21.598487 | fa163e14-6a36-ecc9-a21d-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:01.981547 | 0.03s 2026-02-19 13:57:21.617177 | fa163e14-6a36-ecc9-a21d-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2026-02-19 13:57:21.644294 | fa163e14-6a36-ecc9-a21d-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2026-02-19 13:57:21.644876 | fa163e14-6a36-ecc9-a21d-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.027940 | 0.03s 2026-02-19 13:57:21.661861 | fa163e14-6a36-ecc9-a21d-0000000021cd | TASK | Write the puppet step_config manifest 2026-02-19 13:57:22.157000 | fa163e14-6a36-ecc9-a21d-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2026-02-19 13:57:22.158158 | fa163e14-6a36-ecc9-a21d-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:02.541214 | 0.50s 2026-02-19 13:57:22.182786 | fa163e14-6a36-ecc9-a21d-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2026-02-19 13:57:22.211516 | fa163e14-6a36-ecc9-a21d-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-19 13:57:22.212787 | fa163e14-6a36-ecc9-a21d-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.595841 | 0.03s 2026-02-19 13:57:22.237947 | fa163e14-6a36-ecc9-a21d-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2026-02-19 13:57:22.267056 | fa163e14-6a36-ecc9-a21d-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2026-02-19 13:57:22.268287 | fa163e14-6a36-ecc9-a21d-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.651342 | 0.03s 2026-02-19 13:57:22.286427 | fa163e14-6a36-ecc9-a21d-0000000021d0 | TASK | Create /var/lib/container-puppet 2026-02-19 13:57:22.525208 | fa163e14-6a36-ecc9-a21d-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2026-02-19 13:57:22.526615 | fa163e14-6a36-ecc9-a21d-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:02.909665 | 0.24s 2026-02-19 13:57:22.551465 | fa163e14-6a36-ecc9-a21d-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2026-02-19 13:57:22.582030 | fa163e14-6a36-ecc9-a21d-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-19 13:57:22.582723 | fa163e14-6a36-ecc9-a21d-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:02.965787 | 0.03s 2026-02-19 13:57:22.599682 | fa163e14-6a36-ecc9-a21d-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2026-02-19 13:57:22.627395 | fa163e14-6a36-ecc9-a21d-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2026-02-19 13:57:22.627987 | fa163e14-6a36-ecc9-a21d-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.011052 | 0.03s 2026-02-19 13:57:22.644759 | fa163e14-6a36-ecc9-a21d-0000000021d3 | TASK | Write container-puppet.json file 2026-02-19 13:57:23.191414 | fa163e14-6a36-ecc9-a21d-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2026-02-19 13:57:23.192757 | fa163e14-6a36-ecc9-a21d-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:03.575813 | 0.55s 2026-02-19 13:57:23.217055 | fa163e14-6a36-ecc9-a21d-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2026-02-19 13:57:23.246149 | fa163e14-6a36-ecc9-a21d-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-19 13:57:23.247242 | fa163e14-6a36-ecc9-a21d-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.630296 | 0.03s 2026-02-19 13:57:23.271614 | fa163e14-6a36-ecc9-a21d-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2026-02-19 13:57:23.303101 | fa163e14-6a36-ecc9-a21d-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2026-02-19 13:57:23.304250 | fa163e14-6a36-ecc9-a21d-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.687305 | 0.03s 2026-02-19 13:57:23.328957 | fa163e14-6a36-ecc9-a21d-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2026-02-19 13:57:23.685071 | fa163e14-6a36-ecc9-a21d-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2026-02-19 13:57:23.686052 | fa163e14-6a36-ecc9-a21d-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:04.069113 | 0.36s 2026-02-19 13:57:23.710245 | fa163e14-6a36-ecc9-a21d-0000000021d7 | TASK | Set host puppet debugging fact string 2026-02-19 13:57:23.749998 | fa163e14-6a36-ecc9-a21d-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2026-02-19 13:57:23.750916 | fa163e14-6a36-ecc9-a21d-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:04.133975 | 0.04s 2026-02-19 13:57:23.777092 | fa163e14-6a36-ecc9-a21d-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2026-02-19 13:57:23.807102 | fa163e14-6a36-ecc9-a21d-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2026-02-19 13:57:23.808373 | fa163e14-6a36-ecc9-a21d-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:04.191426 | 0.03s 2026-02-19 13:57:23.833785 | fa163e14-6a36-ecc9-a21d-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2026-02-19 13:57:23.862959 | fa163e14-6a36-ecc9-a21d-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2026-02-19 13:57:23.864075 | fa163e14-6a36-ecc9-a21d-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:04.247129 | 0.03s 2026-02-19 13:57:23.892535 | fa163e14-6a36-ecc9-a21d-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2026-02-19 13:57:23.923971 | fa163e14-6a36-ecc9-a21d-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2026-02-19 13:57:23.925345 | fa163e14-6a36-ecc9-a21d-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:04.308399 | 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 13:57:23.990032 | fa163e14-6a36-ecc9-a21d-0000000000c0 | TIMING | include_tasks | standalone | 0:04:04.373081 | 0.04s 2026-02-19 13:57:24.155868 | d515a7b3-9d0d-4e3e-8ab5-4e44526d90e8 | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/deploy_steps_tasks_step1.yaml | standalone 2026-02-19 13:57:24.201580 | fa163e14-6a36-ecc9-a21d-000000002205 | TASK | Create dirs for certificates and keys 2026-02-19 13:57:24.488013 | fa163e14-6a36-ecc9-a21d-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2026-02-19 13:57:24.490603 | fa163e14-6a36-ecc9-a21d-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:04.873649 | 0.29s 2026-02-19 13:57:24.720351 | fa163e14-6a36-ecc9-a21d-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2026-02-19 13:57:24.722252 | fa163e14-6a36-ecc9-a21d-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.105308 | 0.52s 2026-02-19 13:57:24.732710 | fa163e14-6a36-ecc9-a21d-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.115767 | 0.53s 2026-02-19 13:57:24.810890 | fa163e14-6a36-ecc9-a21d-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:05.193938 | 0.05s 2026-02-19 13:57:24.868935 | fa163e14-6a36-ecc9-a21d-00000000231c | TASK | Set version specific variables 2026-02-19 13:57:24.916832 | fa163e14-6a36-ecc9-a21d-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:05.299881 | 0.05s 2026-02-19 13:57:24.929540 | db801e6b-da49-4c21-a24b-c12f1dc63a74 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 13:57:24.952694 | fa163e14-6a36-ecc9-a21d-00000000234f | TASK | Ensure ansible_facts used by role 2026-02-19 13:57:25.336208 | fa163e14-6a36-ecc9-a21d-00000000234f | OK | Ensure ansible_facts used by role | standalone 2026-02-19 13:57:25.337771 | fa163e14-6a36-ecc9-a21d-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:05.720826 | 0.38s 2026-02-19 13:57:25.364122 | fa163e14-6a36-ecc9-a21d-000000002350 | TASK | Set platform/version specific variables 2026-02-19 13:57:25.449884 | fa163e14-6a36-ecc9-a21d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:57:25.480301 | fa163e14-6a36-ecc9-a21d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:57:25.508391 | fa163e14-6a36-ecc9-a21d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 13:57:25.528317 | fa163e14-6a36-ecc9-a21d-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 13:57:25.534590 | fa163e14-6a36-ecc9-a21d-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:05.917605 | 0.17s 2026-02-19 13:57:25.560243 | fa163e14-6a36-ecc9-a21d-00000000231d | TASK | Ensure certificate role dependencies are installed 2026-02-19 13:57:28.625004 | fa163e14-6a36-ecc9-a21d-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 13:57:28.626349 | fa163e14-6a36-ecc9-a21d-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:09.009403 | 3.06s 2026-02-19 13:57:28.651611 | fa163e14-6a36-ecc9-a21d-00000000231f | TASK | Ensure provider packages are installed 2026-02-19 13:57:31.633969 | fa163e14-6a36-ecc9-a21d-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:12.017011 | 2.98s 2026-02-19 13:57:31.646037 | fa163e14-6a36-ecc9-a21d-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:12.029093 | 2.99s 2026-02-19 13:57:31.672325 | fa163e14-6a36-ecc9-a21d-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 13:57:31.961435 | fa163e14-6a36-ecc9-a21d-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:57:31.963666 | fa163e14-6a36-ecc9-a21d-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.346717 | 0.29s 2026-02-19 13:57:31.973729 | fa163e14-6a36-ecc9-a21d-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.356788 | 0.30s 2026-02-19 13:57:31.995512 | fa163e14-6a36-ecc9-a21d-000000002323 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 13:57:32.289008 | fa163e14-6a36-ecc9-a21d-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:57:32.291006 | fa163e14-6a36-ecc9-a21d-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.674060 | 0.29s 2026-02-19 13:57:32.301201 | fa163e14-6a36-ecc9-a21d-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.684250 | 0.30s 2026-02-19 13:57:32.327038 | fa163e14-6a36-ecc9-a21d-000000002325 | TASK | Ensure provider service is running 2026-02-19 13:57:33.056987 | fa163e14-6a36-ecc9-a21d-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2026-02-19 13:57:33.059418 | fa163e14-6a36-ecc9-a21d-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.442469 | 0.73s 2026-02-19 13:57:33.069828 | fa163e14-6a36-ecc9-a21d-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.452886 | 0.74s 2026-02-19 13:57:33.088665 | fa163e14-6a36-ecc9-a21d-000000002328 | TASK | Ensure certificate requests 2026-02-19 13:57:35.466503 | fa163e14-6a36-ecc9-a21d-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 13:57:35.468033 | fa163e14-6a36-ecc9-a21d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:15.851087 | 2.38s 2026-02-19 13:57:37.434349 | fa163e14-6a36-ecc9-a21d-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 13:57:37.435733 | fa163e14-6a36-ecc9-a21d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.818789 | 4.35s 2026-02-19 13:57:38.796974 | fa163e14-6a36-ecc9-a21d-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 13:57:38.798793 | fa163e14-6a36-ecc9-a21d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.181854 | 5.71s 2026-02-19 13:57:40.453225 | fa163e14-6a36-ecc9-a21d-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 13:57:40.453918 | fa163e14-6a36-ecc9-a21d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.836981 | 7.36s 2026-02-19 13:57:42.076704 | fa163e14-6a36-ecc9-a21d-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 13:57:42.077855 | fa163e14-6a36-ecc9-a21d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.460913 | 8.99s 2026-02-19 13:57:42.091779 | fa163e14-6a36-ecc9-a21d-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.474829 | 9.00s 2026-02-19 13:57:42.145305 | fa163e14-6a36-ecc9-a21d-00000000220d | TASK | Fail if container image is undefined 2026-02-19 13:57:42.207089 | fa163e14-6a36-ecc9-a21d-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 13:57:42.208494 | fa163e14-6a36-ecc9-a21d-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:22.591547 | 0.06s 2026-02-19 13:57:42.255618 | fa163e14-6a36-ecc9-a21d-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2026-02-19 13:57:56.537815 | fa163e14-6a36-ecc9-a21d-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2026-02-19 13:57:56.540978 | fa163e14-6a36-ecc9-a21d-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:36.924024 | 14.28s 2026-02-19 13:57:56.595835 | fa163e14-6a36-ecc9-a21d-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 13:57:56.952691 | fa163e14-6a36-ecc9-a21d-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 13:57:56.954025 | fa163e14-6a36-ecc9-a21d-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:37.337080 | 0.36s 2026-02-19 13:57:57.005033 | fa163e14-6a36-ecc9-a21d-00000000221e | TASK | Fail if container image is undefined 2026-02-19 13:57:57.067744 | fa163e14-6a36-ecc9-a21d-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 13:57:57.068792 | fa163e14-6a36-ecc9-a21d-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:37.451847 | 0.06s 2026-02-19 13:57:57.111934 | fa163e14-6a36-ecc9-a21d-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2026-02-19 13:58:01.641157 | fa163e14-6a36-ecc9-a21d-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2026-02-19 13:58:01.642686 | fa163e14-6a36-ecc9-a21d-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:42.025738 | 4.53s 2026-02-19 13:58:01.698826 | fa163e14-6a36-ecc9-a21d-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 13:58:02.045983 | fa163e14-6a36-ecc9-a21d-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 13:58:02.047337 | fa163e14-6a36-ecc9-a21d-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:42.430382 | 0.35s 2026-02-19 13:58:02.098366 | fa163e14-6a36-ecc9-a21d-00000000222b | TASK | Check if rsyslog exists 2026-02-19 13:58:02.362787 | fa163e14-6a36-ecc9-a21d-00000000222b | CHANGED | Check if rsyslog exists | standalone 2026-02-19 13:58:02.364170 | fa163e14-6a36-ecc9-a21d-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:42.747219 | 0.26s 2026-02-19 13:58:02.391595 | fa163e14-6a36-ecc9-a21d-00000000222d | TASK | Forward logging to haproxy.log file 2026-02-19 13:58:02.656223 | fa163e14-6a36-ecc9-a21d-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2026-02-19 13:58:02.657349 | fa163e14-6a36-ecc9-a21d-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:43.040408 | 0.26s 2026-02-19 13:58:02.678267 | fa163e14-6a36-ecc9-a21d-00000000222e | TASK | restart rsyslog service after logging conf change 2026-02-19 13:58:03.381972 | fa163e14-6a36-ecc9-a21d-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2026-02-19 13:58:03.383895 | fa163e14-6a36-ecc9-a21d-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:43.766948 | 0.70s 2026-02-19 13:58:03.413080 | fa163e14-6a36-ecc9-a21d-000000002235 | TASK | Fail if container image is undefined 2026-02-19 13:58:03.452444 | fa163e14-6a36-ecc9-a21d-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 13:58:03.453761 | fa163e14-6a36-ecc9-a21d-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:43.836815 | 0.04s 2026-02-19 13:58:03.496941 | fa163e14-6a36-ecc9-a21d-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-19 13:58:08.566100 | fa163e14-6a36-ecc9-a21d-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-19 13:58:08.567911 | fa163e14-6a36-ecc9-a21d-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:48.950915 | 5.07s 2026-02-19 13:58:08.624422 | fa163e14-6a36-ecc9-a21d-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2026-02-19 13:58:09.006042 | fa163e14-6a36-ecc9-a21d-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2026-02-19 13:58:09.007524 | fa163e14-6a36-ecc9-a21d-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:04:49.390578 | 0.38s 2026-02-19 13:58:09.057467 | fa163e14-6a36-ecc9-a21d-000000002242 | TASK | make sure certmonger is installed 2026-02-19 13:58:12.078167 | fa163e14-6a36-ecc9-a21d-000000002242 | OK | make sure certmonger is installed | standalone 2026-02-19 13:58:12.079646 | fa163e14-6a36-ecc9-a21d-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:04:52.462700 | 3.02s 2026-02-19 13:58:12.105080 | fa163e14-6a36-ecc9-a21d-000000002243 | TASK | make sure certmonger service is started 2026-02-19 13:58:12.531257 | fa163e14-6a36-ecc9-a21d-000000002243 | OK | make sure certmonger service is started | standalone 2026-02-19 13:58:12.533373 | fa163e14-6a36-ecc9-a21d-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:04:52.916426 | 0.43s 2026-02-19 13:58:12.560841 | fa163e14-6a36-ecc9-a21d-000000002244 | TASK | Create dirs for certificates and keys 2026-02-19 13:58:12.831056 | fa163e14-6a36-ecc9-a21d-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-02-19 13:58:12.832884 | fa163e14-6a36-ecc9-a21d-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:53.215933 | 0.27s 2026-02-19 13:58:13.056999 | fa163e14-6a36-ecc9-a21d-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-02-19 13:58:13.058376 | fa163e14-6a36-ecc9-a21d-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:53.441441 | 0.50s 2026-02-19 13:58:13.069267 | fa163e14-6a36-ecc9-a21d-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:53.452317 | 0.51s 2026-02-19 13:58:13.094946 | fa163e14-6a36-ecc9-a21d-000000002245 | TASK | Extract and trust certmonger's local CA 2026-02-19 13:58:14.346131 | fa163e14-6a36-ecc9-a21d-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2026-02-19 13:58:14.347587 | fa163e14-6a36-ecc9-a21d-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:54.730605 | 1.25s 2026-02-19 13:58:14.422405 | fa163e14-6a36-ecc9-a21d-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:54.805448 | 0.05s 2026-02-19 13:58:14.491401 | fa163e14-6a36-ecc9-a21d-0000000023d0 | TASK | Set version specific variables 2026-02-19 13:58:14.540266 | fa163e14-6a36-ecc9-a21d-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:54.923316 | 0.05s 2026-02-19 13:58:14.558698 | c0cdb65e-dfde-4c91-98be-8b6053ea0ba0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 13:58:14.588929 | fa163e14-6a36-ecc9-a21d-00000000240f | TASK | Ensure ansible_facts used by role 2026-02-19 13:58:14.988496 | fa163e14-6a36-ecc9-a21d-00000000240f | OK | Ensure ansible_facts used by role | standalone 2026-02-19 13:58:14.990160 | fa163e14-6a36-ecc9-a21d-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:55.373214 | 0.40s 2026-02-19 13:58:15.016375 | fa163e14-6a36-ecc9-a21d-000000002410 | TASK | Set platform/version specific variables 2026-02-19 13:58:15.069877 | fa163e14-6a36-ecc9-a21d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:58:15.081804 | fa163e14-6a36-ecc9-a21d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:58:15.094697 | fa163e14-6a36-ecc9-a21d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 13:58:15.105289 | fa163e14-6a36-ecc9-a21d-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 13:58:15.111189 | fa163e14-6a36-ecc9-a21d-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:55.494231 | 0.09s 2026-02-19 13:58:15.137531 | fa163e14-6a36-ecc9-a21d-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2026-02-19 13:58:18.131737 | fa163e14-6a36-ecc9-a21d-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 13:58:18.132751 | fa163e14-6a36-ecc9-a21d-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:58.515813 | 2.99s 2026-02-19 13:58:18.150877 | fa163e14-6a36-ecc9-a21d-0000000023d3 | TASK | Ensure provider packages are installed 2026-02-19 13:58:21.185715 | fa163e14-6a36-ecc9-a21d-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:01.568755 | 3.03s 2026-02-19 13:58:21.192111 | fa163e14-6a36-ecc9-a21d-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:01.575165 | 3.04s 2026-02-19 13:58:21.210492 | fa163e14-6a36-ecc9-a21d-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 13:58:21.530937 | fa163e14-6a36-ecc9-a21d-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:58:21.533225 | fa163e14-6a36-ecc9-a21d-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:01.916277 | 0.32s 2026-02-19 13:58:21.543122 | fa163e14-6a36-ecc9-a21d-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:01.926170 | 0.33s 2026-02-19 13:58:21.570287 | fa163e14-6a36-ecc9-a21d-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 13:58:21.885518 | fa163e14-6a36-ecc9-a21d-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:58:21.888055 | fa163e14-6a36-ecc9-a21d-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:02.271102 | 0.32s 2026-02-19 13:58:21.898074 | fa163e14-6a36-ecc9-a21d-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:02.281121 | 0.33s 2026-02-19 13:58:21.925096 | fa163e14-6a36-ecc9-a21d-0000000023d9 | TASK | Ensure provider service is running 2026-02-19 13:58:22.385117 | fa163e14-6a36-ecc9-a21d-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 13:58:22.387994 | fa163e14-6a36-ecc9-a21d-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:02.771043 | 0.46s 2026-02-19 13:58:22.398634 | fa163e14-6a36-ecc9-a21d-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:02.781671 | 0.47s 2026-02-19 13:58:22.428861 | fa163e14-6a36-ecc9-a21d-0000000023dc | TASK | Ensure certificate requests 2026-02-19 13:58:24.463708 | fa163e14-6a36-ecc9-a21d-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 13:58:24.465521 | fa163e14-6a36-ecc9-a21d-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:04.848572 | 2.03s 2026-02-19 13:58:24.477208 | fa163e14-6a36-ecc9-a21d-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:04.860272 | 2.05s 2026-02-19 13:58:24.516258 | fa163e14-6a36-ecc9-a21d-000000002248 | TASK | Create dirs for certificates and keys 2026-02-19 13:58:26.478236 | fa163e14-6a36-ecc9-a21d-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2026-02-19 13:58:26.479720 | fa163e14-6a36-ecc9-a21d-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:06.862779 | 1.96s 2026-02-19 13:58:26.701784 | fa163e14-6a36-ecc9-a21d-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2026-02-19 13:58:26.703411 | fa163e14-6a36-ecc9-a21d-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:07.086464 | 2.18s 2026-02-19 13:58:26.713353 | fa163e14-6a36-ecc9-a21d-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:07.096408 | 2.19s 2026-02-19 13:58:26.776750 | fa163e14-6a36-ecc9-a21d-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:07.159798 | 0.04s 2026-02-19 13:58:26.841699 | fa163e14-6a36-ecc9-a21d-00000000245e | TASK | Set version specific variables 2026-02-19 13:58:26.878485 | fa163e14-6a36-ecc9-a21d-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:07.261540 | 0.04s 2026-02-19 13:58:26.890370 | 154bb34c-ca55-403c-9947-814f3f11872b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 13:58:26.913305 | fa163e14-6a36-ecc9-a21d-000000002491 | TASK | Ensure ansible_facts used by role 2026-02-19 13:58:27.286530 | fa163e14-6a36-ecc9-a21d-000000002491 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 13:58:27.288203 | fa163e14-6a36-ecc9-a21d-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:07.671256 | 0.37s 2026-02-19 13:58:27.314473 | fa163e14-6a36-ecc9-a21d-000000002492 | TASK | Set platform/version specific variables 2026-02-19 13:58:27.383883 | fa163e14-6a36-ecc9-a21d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:58:27.404685 | fa163e14-6a36-ecc9-a21d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:58:27.423831 | fa163e14-6a36-ecc9-a21d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 13:58:27.434854 | fa163e14-6a36-ecc9-a21d-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 13:58:27.440893 | fa163e14-6a36-ecc9-a21d-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:07.823939 | 0.12s 2026-02-19 13:58:27.469169 | fa163e14-6a36-ecc9-a21d-00000000245f | TASK | Ensure certificate role dependencies are installed 2026-02-19 13:58:30.570714 | fa163e14-6a36-ecc9-a21d-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 13:58:30.573155 | fa163e14-6a36-ecc9-a21d-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:10.956205 | 3.10s 2026-02-19 13:58:30.602591 | fa163e14-6a36-ecc9-a21d-000000002461 | TASK | Ensure provider packages are installed 2026-02-19 13:58:33.693470 | fa163e14-6a36-ecc9-a21d-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:14.076503 | 3.09s 2026-02-19 13:58:33.703086 | fa163e14-6a36-ecc9-a21d-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:14.086123 | 3.10s 2026-02-19 13:58:33.732389 | fa163e14-6a36-ecc9-a21d-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 13:58:34.037904 | fa163e14-6a36-ecc9-a21d-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:58:34.038877 | fa163e14-6a36-ecc9-a21d-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:14.421939 | 0.30s 2026-02-19 13:58:34.043961 | fa163e14-6a36-ecc9-a21d-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:14.427000 | 0.31s 2026-02-19 13:58:34.070891 | fa163e14-6a36-ecc9-a21d-000000002465 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 13:58:34.341805 | fa163e14-6a36-ecc9-a21d-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:58:34.344399 | fa163e14-6a36-ecc9-a21d-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:14.727448 | 0.27s 2026-02-19 13:58:34.354384 | fa163e14-6a36-ecc9-a21d-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:14.737421 | 0.28s 2026-02-19 13:58:34.381303 | fa163e14-6a36-ecc9-a21d-000000002467 | TASK | Ensure provider service is running 2026-02-19 13:58:34.823348 | fa163e14-6a36-ecc9-a21d-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 13:58:34.824511 | fa163e14-6a36-ecc9-a21d-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:15.207572 | 0.44s 2026-02-19 13:58:34.829971 | fa163e14-6a36-ecc9-a21d-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:15.213003 | 0.45s 2026-02-19 13:58:34.858179 | fa163e14-6a36-ecc9-a21d-00000000246a | TASK | Ensure certificate requests 2026-02-19 13:58:36.936451 | fa163e14-6a36-ecc9-a21d-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 13:58:36.938319 | fa163e14-6a36-ecc9-a21d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:17.321364 | 2.08s 2026-02-19 13:58:38.898244 | fa163e14-6a36-ecc9-a21d-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 13:58:38.899634 | fa163e14-6a36-ecc9-a21d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:19.282686 | 4.04s 2026-02-19 13:58:42.029261 | fa163e14-6a36-ecc9-a21d-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 13:58:42.031660 | fa163e14-6a36-ecc9-a21d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.414714 | 7.17s 2026-02-19 13:58:43.821333 | fa163e14-6a36-ecc9-a21d-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 13:58:43.824358 | fa163e14-6a36-ecc9-a21d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.207414 | 8.96s 2026-02-19 13:58:43.836109 | fa163e14-6a36-ecc9-a21d-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.219146 | 8.98s 2026-02-19 13:58:43.883988 | fa163e14-6a36-ecc9-a21d-00000000224b | TASK | Run lvmfilter role 2026-02-19 13:58:43.934324 | fa163e14-6a36-ecc9-a21d-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:24.317376 | 0.05s 2026-02-19 13:58:43.991484 | fa163e14-6a36-ecc9-a21d-0000000024fe | TASK | Check if lvm2 is installed 2026-02-19 13:58:44.241218 | fa163e14-6a36-ecc9-a21d-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2026-02-19 13:58:44.242789 | fa163e14-6a36-ecc9-a21d-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:24.625840 | 0.25s 2026-02-19 13:58:44.269266 | fa163e14-6a36-ecc9-a21d-000000002500 | TASK | collect ansible devices 2026-02-19 13:58:44.309169 | fa163e14-6a36-ecc9-a21d-000000002500 | SKIPPED | collect ansible devices | standalone 2026-02-19 13:58:44.310326 | fa163e14-6a36-ecc9-a21d-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:24.693379 | 0.04s 2026-02-19 13:58:44.336463 | fa163e14-6a36-ecc9-a21d-000000002501 | TASK | collect in-use lvm2 devices list 2026-02-19 13:58:44.376366 | fa163e14-6a36-ecc9-a21d-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2026-02-19 13:58:44.377672 | fa163e14-6a36-ecc9-a21d-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:24.760724 | 0.04s 2026-02-19 13:58:44.403223 | fa163e14-6a36-ecc9-a21d-000000002502 | TASK | set allowed_devices 2026-02-19 13:58:44.454264 | fa163e14-6a36-ecc9-a21d-000000002502 | SKIPPED | set allowed_devices | standalone 2026-02-19 13:58:44.455747 | fa163e14-6a36-ecc9-a21d-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:24.838800 | 0.05s 2026-02-19 13:58:44.481704 | fa163e14-6a36-ecc9-a21d-000000002503 | TASK | build lvm2 allow list 2026-02-19 13:58:44.535243 | fa163e14-6a36-ecc9-a21d-000000002503 | SKIPPED | build lvm2 allow list | standalone 2026-02-19 13:58:44.536309 | fa163e14-6a36-ecc9-a21d-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:24.919364 | 0.05s 2026-02-19 13:58:44.560896 | fa163e14-6a36-ecc9-a21d-000000002504 | TASK | build lvm2 deny list 2026-02-19 13:58:44.621851 | fa163e14-6a36-ecc9-a21d-000000002504 | SKIPPED | build lvm2 deny list | standalone 2026-02-19 13:58:44.623005 | fa163e14-6a36-ecc9-a21d-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:25.006060 | 0.06s 2026-02-19 13:58:44.648277 | fa163e14-6a36-ecc9-a21d-000000002505 | TASK | build lvm2 filter 2026-02-19 13:58:44.699277 | fa163e14-6a36-ecc9-a21d-000000002505 | SKIPPED | build lvm2 filter | standalone 2026-02-19 13:58:44.700383 | fa163e14-6a36-ecc9-a21d-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:25.083439 | 0.05s 2026-02-19 13:58:44.726760 | fa163e14-6a36-ecc9-a21d-000000002506 | TASK | regenerate lvm config 2026-02-19 13:58:44.776847 | fa163e14-6a36-ecc9-a21d-000000002506 | SKIPPED | regenerate lvm config | standalone 2026-02-19 13:58:44.778033 | fa163e14-6a36-ecc9-a21d-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:25.161087 | 0.05s 2026-02-19 13:58:44.803410 | fa163e14-6a36-ecc9-a21d-000000002507 | TASK | copy new lvm.conf in place 2026-02-19 13:58:44.854385 | fa163e14-6a36-ecc9-a21d-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2026-02-19 13:58:44.855473 | fa163e14-6a36-ecc9-a21d-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:25.238528 | 0.05s 2026-02-19 13:58:44.904800 | fa163e14-6a36-ecc9-a21d-000000002251 | TASK | Fail if container image is undefined 2026-02-19 13:58:44.954918 | fa163e14-6a36-ecc9-a21d-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 13:58:44.956025 | fa163e14-6a36-ecc9-a21d-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:25.339081 | 0.05s 2026-02-19 13:58:44.997315 | fa163e14-6a36-ecc9-a21d-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2026-02-19 13:58:53.703457 | fa163e14-6a36-ecc9-a21d-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2026-02-19 13:58:53.705473 | fa163e14-6a36-ecc9-a21d-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:34.088520 | 8.71s 2026-02-19 13:58:53.765511 | fa163e14-6a36-ecc9-a21d-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 13:58:54.119870 | fa163e14-6a36-ecc9-a21d-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 13:58:54.121367 | fa163e14-6a36-ecc9-a21d-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:34.504419 | 0.35s 2026-02-19 13:58:54.221731 | fa163e14-6a36-ecc9-a21d-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:34.604772 | 0.05s 2026-02-19 13:58:54.284050 | fa163e14-6a36-ecc9-a21d-000000002576 | TASK | Set version specific variables 2026-02-19 13:58:54.333429 | fa163e14-6a36-ecc9-a21d-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:34.716470 | 0.05s 2026-02-19 13:58:54.352405 | e06b99c7-bf26-422a-a72d-f04b98d436fd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 13:58:54.383578 | fa163e14-6a36-ecc9-a21d-0000000025a5 | TASK | Ensure ansible_facts used by role 2026-02-19 13:58:54.759676 | fa163e14-6a36-ecc9-a21d-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 13:58:54.761273 | fa163e14-6a36-ecc9-a21d-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:35.144325 | 0.38s 2026-02-19 13:58:54.788775 | fa163e14-6a36-ecc9-a21d-0000000025a6 | TASK | Set platform/version specific variables 2026-02-19 13:58:54.870614 | fa163e14-6a36-ecc9-a21d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:58:54.890582 | fa163e14-6a36-ecc9-a21d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:58:54.910133 | fa163e14-6a36-ecc9-a21d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 13:58:54.924784 | fa163e14-6a36-ecc9-a21d-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 13:58:54.930346 | fa163e14-6a36-ecc9-a21d-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:35.313399 | 0.14s 2026-02-19 13:58:54.956440 | fa163e14-6a36-ecc9-a21d-000000002577 | TASK | Ensure certificate role dependencies are installed 2026-02-19 13:58:57.984315 | fa163e14-6a36-ecc9-a21d-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 13:58:57.985981 | fa163e14-6a36-ecc9-a21d-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:38.369030 | 3.03s 2026-02-19 13:58:58.014777 | fa163e14-6a36-ecc9-a21d-000000002579 | TASK | Ensure provider packages are installed 2026-02-19 13:59:01.057393 | fa163e14-6a36-ecc9-a21d-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:41.440432 | 3.04s 2026-02-19 13:59:01.063680 | fa163e14-6a36-ecc9-a21d-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:41.446732 | 3.05s 2026-02-19 13:59:01.090611 | fa163e14-6a36-ecc9-a21d-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 13:59:01.381794 | fa163e14-6a36-ecc9-a21d-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:01.383401 | fa163e14-6a36-ecc9-a21d-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:41.766448 | 0.29s 2026-02-19 13:59:01.390264 | fa163e14-6a36-ecc9-a21d-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:41.773304 | 0.30s 2026-02-19 13:59:01.418447 | fa163e14-6a36-ecc9-a21d-00000000257d | TASK | Ensure post-scripts hooks directory exists 2026-02-19 13:59:01.705667 | fa163e14-6a36-ecc9-a21d-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:01.708103 | fa163e14-6a36-ecc9-a21d-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:42.091154 | 0.29s 2026-02-19 13:59:01.718440 | fa163e14-6a36-ecc9-a21d-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:42.101484 | 0.30s 2026-02-19 13:59:01.745478 | fa163e14-6a36-ecc9-a21d-00000000257f | TASK | Ensure provider service is running 2026-02-19 13:59:02.171367 | fa163e14-6a36-ecc9-a21d-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 13:59:02.174694 | fa163e14-6a36-ecc9-a21d-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:42.557743 | 0.43s 2026-02-19 13:59:02.184785 | fa163e14-6a36-ecc9-a21d-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:42.567834 | 0.44s 2026-02-19 13:59:02.212929 | fa163e14-6a36-ecc9-a21d-000000002582 | TASK | Ensure certificate requests 2026-02-19 13:59:05.078768 | fa163e14-6a36-ecc9-a21d-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 13:59:05.081171 | fa163e14-6a36-ecc9-a21d-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:45.464223 | 2.87s 2026-02-19 13:59:05.091701 | fa163e14-6a36-ecc9-a21d-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:45.474750 | 2.88s 2026-02-19 13:59:05.194519 | fa163e14-6a36-ecc9-a21d-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:45.577549 | 0.05s 2026-02-19 13:59:05.258299 | fa163e14-6a36-ecc9-a21d-0000000025ea | TASK | Set version specific variables 2026-02-19 13:59:05.307856 | fa163e14-6a36-ecc9-a21d-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:45.690900 | 0.05s 2026-02-19 13:59:05.327359 | 2784026d-61b3-46ae-b81f-f38adcde1f90 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 13:59:05.358165 | fa163e14-6a36-ecc9-a21d-000000002619 | TASK | Ensure ansible_facts used by role 2026-02-19 13:59:05.747070 | fa163e14-6a36-ecc9-a21d-000000002619 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 13:59:05.748868 | fa163e14-6a36-ecc9-a21d-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:46.131921 | 0.39s 2026-02-19 13:59:05.776091 | fa163e14-6a36-ecc9-a21d-00000000261a | TASK | Set platform/version specific variables 2026-02-19 13:59:05.862410 | fa163e14-6a36-ecc9-a21d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:59:05.893324 | fa163e14-6a36-ecc9-a21d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:59:05.921364 | fa163e14-6a36-ecc9-a21d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 13:59:05.941614 | fa163e14-6a36-ecc9-a21d-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 13:59:05.953643 | fa163e14-6a36-ecc9-a21d-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:46.336685 | 0.18s 2026-02-19 13:59:05.989646 | fa163e14-6a36-ecc9-a21d-0000000025eb | TASK | Ensure certificate role dependencies are installed 2026-02-19 13:59:09.092433 | fa163e14-6a36-ecc9-a21d-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 13:59:09.093980 | fa163e14-6a36-ecc9-a21d-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:49.477035 | 3.10s 2026-02-19 13:59:09.119415 | fa163e14-6a36-ecc9-a21d-0000000025ed | TASK | Ensure provider packages are installed 2026-02-19 13:59:12.312764 | fa163e14-6a36-ecc9-a21d-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:52.695813 | 3.19s 2026-02-19 13:59:12.320740 | fa163e14-6a36-ecc9-a21d-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:52.703798 | 3.20s 2026-02-19 13:59:12.348104 | fa163e14-6a36-ecc9-a21d-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 13:59:12.660323 | fa163e14-6a36-ecc9-a21d-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:12.662275 | fa163e14-6a36-ecc9-a21d-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:53.045329 | 0.31s 2026-02-19 13:59:12.672430 | fa163e14-6a36-ecc9-a21d-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:53.055488 | 0.32s 2026-02-19 13:59:12.700236 | fa163e14-6a36-ecc9-a21d-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 13:59:13.095164 | fa163e14-6a36-ecc9-a21d-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:13.097378 | fa163e14-6a36-ecc9-a21d-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:53.480431 | 0.40s 2026-02-19 13:59:13.107513 | fa163e14-6a36-ecc9-a21d-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:53.490561 | 0.41s 2026-02-19 13:59:13.134107 | fa163e14-6a36-ecc9-a21d-0000000025f3 | TASK | Ensure provider service is running 2026-02-19 13:59:13.576414 | fa163e14-6a36-ecc9-a21d-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 13:59:13.578390 | fa163e14-6a36-ecc9-a21d-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:53.961442 | 0.44s 2026-02-19 13:59:13.587603 | fa163e14-6a36-ecc9-a21d-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:53.970652 | 0.45s 2026-02-19 13:59:13.614648 | fa163e14-6a36-ecc9-a21d-0000000025f6 | TASK | Ensure certificate requests 2026-02-19 13:59:15.239273 | fa163e14-6a36-ecc9-a21d-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 13:59:15.242092 | fa163e14-6a36-ecc9-a21d-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:55.625143 | 1.63s 2026-02-19 13:59:15.252631 | fa163e14-6a36-ecc9-a21d-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:55.635677 | 1.64s 2026-02-19 13:59:15.305375 | fa163e14-6a36-ecc9-a21d-000000002267 | TASK | Fail if container image is undefined 2026-02-19 13:59:15.355669 | fa163e14-6a36-ecc9-a21d-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 13:59:15.357052 | fa163e14-6a36-ecc9-a21d-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:55.740104 | 0.05s 2026-02-19 13:59:15.403375 | fa163e14-6a36-ecc9-a21d-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-19 13:59:23.966451 | fa163e14-6a36-ecc9-a21d-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-19 13:59:23.968730 | fa163e14-6a36-ecc9-a21d-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:04.351779 | 8.56s 2026-02-19 13:59:24.032578 | fa163e14-6a36-ecc9-a21d-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2026-02-19 13:59:24.419788 | fa163e14-6a36-ecc9-a21d-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2026-02-19 13:59:24.421508 | fa163e14-6a36-ecc9-a21d-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:04.804560 | 0.39s 2026-02-19 13:59:24.530285 | fa163e14-6a36-ecc9-a21d-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:04.913318 | 0.06s 2026-02-19 13:59:24.595797 | fa163e14-6a36-ecc9-a21d-000000002664 | TASK | Set version specific variables 2026-02-19 13:59:24.650157 | fa163e14-6a36-ecc9-a21d-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:05.033202 | 0.05s 2026-02-19 13:59:24.668946 | be330bc7-c291-4c6a-85ad-5fe92d31b637 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 13:59:24.700919 | fa163e14-6a36-ecc9-a21d-000000002693 | TASK | Ensure ansible_facts used by role 2026-02-19 13:59:25.108630 | fa163e14-6a36-ecc9-a21d-000000002693 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 13:59:25.110664 | fa163e14-6a36-ecc9-a21d-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:05.493712 | 0.41s 2026-02-19 13:59:25.138951 | fa163e14-6a36-ecc9-a21d-000000002694 | TASK | Set platform/version specific variables 2026-02-19 13:59:25.218777 | fa163e14-6a36-ecc9-a21d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:59:25.235249 | fa163e14-6a36-ecc9-a21d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:59:25.253626 | fa163e14-6a36-ecc9-a21d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 13:59:25.267368 | fa163e14-6a36-ecc9-a21d-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 13:59:25.280114 | fa163e14-6a36-ecc9-a21d-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:05.663140 | 0.14s 2026-02-19 13:59:25.307809 | fa163e14-6a36-ecc9-a21d-000000002665 | TASK | Ensure certificate role dependencies are installed 2026-02-19 13:59:28.766011 | fa163e14-6a36-ecc9-a21d-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 13:59:28.767537 | fa163e14-6a36-ecc9-a21d-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:09.150591 | 3.46s 2026-02-19 13:59:28.793277 | fa163e14-6a36-ecc9-a21d-000000002667 | TASK | Ensure provider packages are installed 2026-02-19 13:59:32.916249 | fa163e14-6a36-ecc9-a21d-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:13.299290 | 4.12s 2026-02-19 13:59:32.928427 | fa163e14-6a36-ecc9-a21d-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:13.311472 | 4.13s 2026-02-19 13:59:32.954062 | fa163e14-6a36-ecc9-a21d-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 13:59:33.239470 | fa163e14-6a36-ecc9-a21d-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:33.241841 | fa163e14-6a36-ecc9-a21d-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.624876 | 0.29s 2026-02-19 13:59:33.252201 | fa163e14-6a36-ecc9-a21d-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.635252 | 0.30s 2026-02-19 13:59:33.278485 | fa163e14-6a36-ecc9-a21d-00000000266b | TASK | Ensure post-scripts hooks directory exists 2026-02-19 13:59:33.567886 | fa163e14-6a36-ecc9-a21d-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:33.568998 | fa163e14-6a36-ecc9-a21d-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.952056 | 0.29s 2026-02-19 13:59:33.574625 | fa163e14-6a36-ecc9-a21d-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.957674 | 0.29s 2026-02-19 13:59:33.601151 | fa163e14-6a36-ecc9-a21d-00000000266d | TASK | Ensure provider service is running 2026-02-19 13:59:34.021821 | fa163e14-6a36-ecc9-a21d-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 13:59:34.024060 | fa163e14-6a36-ecc9-a21d-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:14.407118 | 0.42s 2026-02-19 13:59:34.035112 | fa163e14-6a36-ecc9-a21d-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:14.418158 | 0.43s 2026-02-19 13:59:34.062369 | fa163e14-6a36-ecc9-a21d-000000002670 | TASK | Ensure certificate requests 2026-02-19 13:59:35.617627 | fa163e14-6a36-ecc9-a21d-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 13:59:35.620474 | fa163e14-6a36-ecc9-a21d-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.003524 | 1.56s 2026-02-19 13:59:35.630718 | fa163e14-6a36-ecc9-a21d-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:16.013765 | 1.57s 2026-02-19 13:59:35.735803 | fa163e14-6a36-ecc9-a21d-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:16.118846 | 0.05s 2026-02-19 13:59:35.806404 | fa163e14-6a36-ecc9-a21d-0000000026d8 | TASK | Set version specific variables 2026-02-19 13:59:35.865405 | fa163e14-6a36-ecc9-a21d-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:16.248445 | 0.06s 2026-02-19 13:59:35.888064 | be6597c5-8048-4476-8a6f-8bd618f3d85b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 13:59:35.916657 | fa163e14-6a36-ecc9-a21d-000000002707 | TASK | Ensure ansible_facts used by role 2026-02-19 13:59:36.297179 | fa163e14-6a36-ecc9-a21d-000000002707 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 13:59:36.299445 | fa163e14-6a36-ecc9-a21d-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:16.682496 | 0.38s 2026-02-19 13:59:36.328293 | fa163e14-6a36-ecc9-a21d-000000002708 | TASK | Set platform/version specific variables 2026-02-19 13:59:36.413158 | fa163e14-6a36-ecc9-a21d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:59:36.444231 | fa163e14-6a36-ecc9-a21d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 13:59:36.471347 | fa163e14-6a36-ecc9-a21d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 13:59:36.491114 | fa163e14-6a36-ecc9-a21d-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 13:59:36.503068 | fa163e14-6a36-ecc9-a21d-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:16.886111 | 0.17s 2026-02-19 13:59:36.530140 | fa163e14-6a36-ecc9-a21d-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2026-02-19 13:59:39.526491 | fa163e14-6a36-ecc9-a21d-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 13:59:39.527981 | fa163e14-6a36-ecc9-a21d-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:19.911036 | 3.00s 2026-02-19 13:59:39.553672 | fa163e14-6a36-ecc9-a21d-0000000026db | TASK | Ensure provider packages are installed 2026-02-19 13:59:42.536645 | fa163e14-6a36-ecc9-a21d-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.919684 | 2.98s 2026-02-19 13:59:42.548873 | fa163e14-6a36-ecc9-a21d-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.931917 | 2.99s 2026-02-19 13:59:42.575907 | fa163e14-6a36-ecc9-a21d-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 13:59:42.853020 | fa163e14-6a36-ecc9-a21d-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:42.860945 | fa163e14-6a36-ecc9-a21d-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.243993 | 0.28s 2026-02-19 13:59:42.870635 | fa163e14-6a36-ecc9-a21d-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:23.253682 | 0.29s 2026-02-19 13:59:42.898119 | fa163e14-6a36-ecc9-a21d-0000000026df | TASK | Ensure post-scripts hooks directory exists 2026-02-19 13:59:43.171377 | fa163e14-6a36-ecc9-a21d-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 13:59:43.173611 | fa163e14-6a36-ecc9-a21d-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:23.556662 | 0.27s 2026-02-19 13:59:43.183672 | fa163e14-6a36-ecc9-a21d-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:23.566717 | 0.28s 2026-02-19 13:59:43.209740 | fa163e14-6a36-ecc9-a21d-0000000026e1 | TASK | Ensure provider service is running 2026-02-19 13:59:43.639756 | fa163e14-6a36-ecc9-a21d-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 13:59:43.641636 | fa163e14-6a36-ecc9-a21d-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.024688 | 0.43s 2026-02-19 13:59:43.650728 | fa163e14-6a36-ecc9-a21d-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:24.033775 | 0.44s 2026-02-19 13:59:43.677983 | fa163e14-6a36-ecc9-a21d-0000000026e4 | TASK | Ensure certificate requests 2026-02-19 13:59:45.415835 | fa163e14-6a36-ecc9-a21d-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 13:59:45.418310 | fa163e14-6a36-ecc9-a21d-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:25.801364 | 1.74s 2026-02-19 13:59:45.428651 | fa163e14-6a36-ecc9-a21d-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:25.811699 | 1.75s 2026-02-19 13:59:45.477340 | fa163e14-6a36-ecc9-a21d-000000002278 | TASK | install systemd-container for a greenfield 2026-02-19 14:00:02.104904 | fa163e14-6a36-ecc9-a21d-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2026-02-19 14:00:02.106485 | fa163e14-6a36-ecc9-a21d-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:42.489539 | 16.63s 2026-02-19 14:00:02.131763 | fa163e14-6a36-ecc9-a21d-000000002279 | TASK | manage PMEM namespaces for vPMEM 2026-02-19 14:00:02.182020 | fa163e14-6a36-ecc9-a21d-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2026-02-19 14:00:02.183244 | fa163e14-6a36-ecc9-a21d-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:42.566298 | 0.05s 2026-02-19 14:00:02.208261 | fa163e14-6a36-ecc9-a21d-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2026-02-19 14:00:02.503755 | fa163e14-6a36-ecc9-a21d-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2026-02-19 14:00:02.505082 | fa163e14-6a36-ecc9-a21d-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:42.888137 | 0.30s 2026-02-19 14:00:02.530646 | fa163e14-6a36-ecc9-a21d-00000000227d | TASK | is KSM enabled 2026-02-19 14:00:02.582347 | fa163e14-6a36-ecc9-a21d-00000000227d | OK | is KSM enabled | standalone 2026-02-19 14:00:02.583747 | fa163e14-6a36-ecc9-a21d-00000000227d | TIMING | is KSM enabled | standalone | 0:06:42.966802 | 0.05s 2026-02-19 14:00:02.609394 | fa163e14-6a36-ecc9-a21d-00000000227f | TASK | Check for ksm 2026-02-19 14:00:02.878971 | fa163e14-6a36-ecc9-a21d-00000000227f | CHANGED | Check for ksm | standalone 2026-02-19 14:00:02.879991 | fa163e14-6a36-ecc9-a21d-00000000227f | TIMING | Check for ksm | standalone | 0:06:43.263052 | 0.27s 2026-02-19 14:00:02.899655 | fa163e14-6a36-ecc9-a21d-000000002280 | TASK | disable KSM services 2026-02-19 14:00:02.990281 | fa163e14-6a36-ecc9-a21d-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2026-02-19 14:00:03.025162 | fa163e14-6a36-ecc9-a21d-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2026-02-19 14:00:03.036380 | fa163e14-6a36-ecc9-a21d-000000002280 | TIMING | disable KSM services | standalone | 0:06:43.419433 | 0.14s 2026-02-19 14:00:03.056467 | fa163e14-6a36-ecc9-a21d-000000002281 | TASK | delete PageKSM after disable ksm on compute 2026-02-19 14:00:03.125749 | fa163e14-6a36-ecc9-a21d-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2026-02-19 14:00:03.127174 | fa163e14-6a36-ecc9-a21d-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:43.510227 | 0.07s 2026-02-19 14:00:03.152873 | fa163e14-6a36-ecc9-a21d-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2026-02-19 14:00:03.195732 | fa163e14-6a36-ecc9-a21d-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2026-02-19 14:00:03.196899 | fa163e14-6a36-ecc9-a21d-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:43.579953 | 0.04s 2026-02-19 14:00:03.222960 | fa163e14-6a36-ecc9-a21d-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2026-02-19 14:00:03.276348 | fa163e14-6a36-ecc9-a21d-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2026-02-19 14:00:03.277753 | fa163e14-6a36-ecc9-a21d-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:43.660807 | 0.05s 2026-02-19 14:00:03.303086 | fa163e14-6a36-ecc9-a21d-000000002285 | TASK | enable ksmtunded 2026-02-19 14:00:03.371425 | fa163e14-6a36-ecc9-a21d-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2026-02-19 14:00:03.393713 | fa163e14-6a36-ecc9-a21d-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2026-02-19 14:00:03.398496 | fa163e14-6a36-ecc9-a21d-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:43.781534 | 0.09s 2026-02-19 14:00:03.415646 | fa163e14-6a36-ecc9-a21d-000000002287 | TASK | Create dirs for certificates and keys 2026-02-19 14:00:03.673261 | fa163e14-6a36-ecc9-a21d-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2026-02-19 14:00:03.674888 | fa163e14-6a36-ecc9-a21d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.057932 | 0.26s 2026-02-19 14:00:03.882829 | fa163e14-6a36-ecc9-a21d-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2026-02-19 14:00:03.883649 | fa163e14-6a36-ecc9-a21d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.266710 | 0.47s 2026-02-19 14:00:04.045485 | fa163e14-6a36-ecc9-a21d-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2026-02-19 14:00:04.047316 | fa163e14-6a36-ecc9-a21d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.430368 | 0.63s 2026-02-19 14:00:04.058112 | fa163e14-6a36-ecc9-a21d-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.441162 | 0.64s 2026-02-19 14:00:04.129395 | fa163e14-6a36-ecc9-a21d-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:44.512438 | 0.05s 2026-02-19 14:00:04.197805 | fa163e14-6a36-ecc9-a21d-000000002774 | TASK | Set version specific variables 2026-02-19 14:00:04.245975 | fa163e14-6a36-ecc9-a21d-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:44.629018 | 0.05s 2026-02-19 14:00:04.265749 | 7e8428b6-78c7-426a-b861-8fb94c3fb0fc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:00:04.296847 | fa163e14-6a36-ecc9-a21d-0000000027a7 | TASK | Ensure ansible_facts used by role 2026-02-19 14:00:04.683681 | fa163e14-6a36-ecc9-a21d-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:00:04.685475 | fa163e14-6a36-ecc9-a21d-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:45.068526 | 0.39s 2026-02-19 14:00:04.717739 | fa163e14-6a36-ecc9-a21d-0000000027a8 | TASK | Set platform/version specific variables 2026-02-19 14:00:04.792435 | fa163e14-6a36-ecc9-a21d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:04.815614 | fa163e14-6a36-ecc9-a21d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:04.835011 | fa163e14-6a36-ecc9-a21d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:00:04.849051 | fa163e14-6a36-ecc9-a21d-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:00:04.854741 | fa163e14-6a36-ecc9-a21d-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:45.237793 | 0.14s 2026-02-19 14:00:04.875187 | fa163e14-6a36-ecc9-a21d-000000002775 | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:00:07.774655 | fa163e14-6a36-ecc9-a21d-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:00:07.776191 | fa163e14-6a36-ecc9-a21d-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:48.159246 | 2.90s 2026-02-19 14:00:07.802427 | fa163e14-6a36-ecc9-a21d-000000002777 | TASK | Ensure provider packages are installed 2026-02-19 14:00:10.899077 | fa163e14-6a36-ecc9-a21d-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.282118 | 3.10s 2026-02-19 14:00:10.905650 | fa163e14-6a36-ecc9-a21d-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.288698 | 3.10s 2026-02-19 14:00:10.932438 | fa163e14-6a36-ecc9-a21d-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:00:11.239201 | fa163e14-6a36-ecc9-a21d-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:11.241294 | fa163e14-6a36-ecc9-a21d-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.624348 | 0.31s 2026-02-19 14:00:11.251573 | fa163e14-6a36-ecc9-a21d-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.634600 | 0.32s 2026-02-19 14:00:11.278634 | fa163e14-6a36-ecc9-a21d-00000000277b | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:00:11.529918 | fa163e14-6a36-ecc9-a21d-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:11.531438 | fa163e14-6a36-ecc9-a21d-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.914491 | 0.25s 2026-02-19 14:00:11.543616 | fa163e14-6a36-ecc9-a21d-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.926663 | 0.26s 2026-02-19 14:00:11.571360 | fa163e14-6a36-ecc9-a21d-00000000277d | TASK | Ensure provider service is running 2026-02-19 14:00:11.991998 | fa163e14-6a36-ecc9-a21d-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:00:11.993327 | fa163e14-6a36-ecc9-a21d-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.376385 | 0.42s 2026-02-19 14:00:11.999829 | fa163e14-6a36-ecc9-a21d-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.382874 | 0.43s 2026-02-19 14:00:12.028120 | fa163e14-6a36-ecc9-a21d-000000002780 | TASK | Ensure certificate requests 2026-02-19 14:00:13.865581 | fa163e14-6a36-ecc9-a21d-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 14:00:13.867413 | fa163e14-6a36-ecc9-a21d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:54.250456 | 1.84s 2026-02-19 14:00:15.778695 | fa163e14-6a36-ecc9-a21d-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 14:00:15.780036 | fa163e14-6a36-ecc9-a21d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:56.163086 | 3.75s 2026-02-19 14:00:18.058881 | fa163e14-6a36-ecc9-a21d-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 14:00:18.060028 | fa163e14-6a36-ecc9-a21d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.443084 | 6.03s 2026-02-19 14:00:19.658222 | fa163e14-6a36-ecc9-a21d-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 14:00:19.659540 | fa163e14-6a36-ecc9-a21d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.042590 | 7.63s 2026-02-19 14:00:19.677439 | fa163e14-6a36-ecc9-a21d-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.060478 | 7.65s 2026-02-19 14:00:19.732428 | fa163e14-6a36-ecc9-a21d-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2026-02-19 14:00:19.824097 | fa163e14-6a36-ecc9-a21d-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:00.207133 | 0.09s 2026-02-19 14:00:19.835133 | fa163e14-6a36-ecc9-a21d-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:00.218191 | 0.10s 2026-02-19 14:00:19.847722 | fa163e14-6a36-ecc9-a21d-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:00.230772 | 0.11s 2026-02-19 14:00:19.938432 | fa163e14-6a36-ecc9-a21d-0000000027fe | TASK | Set version specific variables 2026-02-19 14:00:19.986803 | fa163e14-6a36-ecc9-a21d-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:00.369842 | 0.05s 2026-02-19 14:00:20.008038 | aad27879-3b7b-40bc-a230-711229ae868d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:00:20.039322 | fa163e14-6a36-ecc9-a21d-000000002856 | TASK | Ensure ansible_facts used by role 2026-02-19 14:00:20.424899 | fa163e14-6a36-ecc9-a21d-000000002856 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:00:20.426496 | fa163e14-6a36-ecc9-a21d-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:00.809551 | 0.39s 2026-02-19 14:00:20.452897 | fa163e14-6a36-ecc9-a21d-000000002857 | TASK | Set platform/version specific variables 2026-02-19 14:00:20.508860 | fa163e14-6a36-ecc9-a21d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:20.525956 | fa163e14-6a36-ecc9-a21d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:20.539719 | fa163e14-6a36-ecc9-a21d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:00:20.550711 | fa163e14-6a36-ecc9-a21d-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:00:20.562700 | fa163e14-6a36-ecc9-a21d-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:00.945748 | 0.11s 2026-02-19 14:00:20.588508 | fa163e14-6a36-ecc9-a21d-0000000027ff | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:00:23.529677 | fa163e14-6a36-ecc9-a21d-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:00:23.531091 | fa163e14-6a36-ecc9-a21d-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:03.914146 | 2.94s 2026-02-19 14:00:23.557134 | fa163e14-6a36-ecc9-a21d-000000002801 | TASK | Ensure provider packages are installed 2026-02-19 14:00:26.533846 | fa163e14-6a36-ecc9-a21d-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:06.916886 | 2.98s 2026-02-19 14:00:26.540315 | fa163e14-6a36-ecc9-a21d-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:06.923359 | 2.98s 2026-02-19 14:00:26.566832 | fa163e14-6a36-ecc9-a21d-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:00:26.856175 | fa163e14-6a36-ecc9-a21d-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:26.858333 | fa163e14-6a36-ecc9-a21d-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:07.241386 | 0.29s 2026-02-19 14:00:26.868188 | fa163e14-6a36-ecc9-a21d-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:07.251236 | 0.30s 2026-02-19 14:00:26.895233 | fa163e14-6a36-ecc9-a21d-000000002805 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:00:27.170932 | fa163e14-6a36-ecc9-a21d-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:27.172670 | fa163e14-6a36-ecc9-a21d-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:07.555723 | 0.28s 2026-02-19 14:00:27.182383 | fa163e14-6a36-ecc9-a21d-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:07.565441 | 0.29s 2026-02-19 14:00:27.200167 | fa163e14-6a36-ecc9-a21d-000000002807 | TASK | Ensure provider service is running 2026-02-19 14:00:27.613291 | fa163e14-6a36-ecc9-a21d-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:00:27.615872 | fa163e14-6a36-ecc9-a21d-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:07.998924 | 0.41s 2026-02-19 14:00:27.626627 | fa163e14-6a36-ecc9-a21d-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:08.009674 | 0.43s 2026-02-19 14:00:27.653738 | fa163e14-6a36-ecc9-a21d-00000000280a | TASK | Ensure certificate requests 2026-02-19 14:00:29.666915 | fa163e14-6a36-ecc9-a21d-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 14:00:29.668453 | fa163e14-6a36-ecc9-a21d-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:10.051505 | 2.01s 2026-02-19 14:00:29.681137 | fa163e14-6a36-ecc9-a21d-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:10.064186 | 2.03s 2026-02-19 14:00:29.733215 | fa163e14-6a36-ecc9-a21d-000000002827 | TASK | Set version specific variables 2026-02-19 14:00:29.786098 | fa163e14-6a36-ecc9-a21d-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:10.169141 | 0.05s 2026-02-19 14:00:29.806777 | 3867c466-ad92-4c3d-973f-b2cbbc1d9094 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:00:29.836609 | fa163e14-6a36-ecc9-a21d-000000002890 | TASK | Ensure ansible_facts used by role 2026-02-19 14:00:30.231534 | fa163e14-6a36-ecc9-a21d-000000002890 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:00:30.233150 | fa163e14-6a36-ecc9-a21d-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:10.616202 | 0.40s 2026-02-19 14:00:30.262013 | fa163e14-6a36-ecc9-a21d-000000002891 | TASK | Set platform/version specific variables 2026-02-19 14:00:30.336252 | fa163e14-6a36-ecc9-a21d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:30.353392 | fa163e14-6a36-ecc9-a21d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:30.372095 | fa163e14-6a36-ecc9-a21d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:00:30.386834 | fa163e14-6a36-ecc9-a21d-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:00:30.399018 | fa163e14-6a36-ecc9-a21d-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:10.782061 | 0.14s 2026-02-19 14:00:30.426440 | fa163e14-6a36-ecc9-a21d-000000002828 | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:00:33.420275 | fa163e14-6a36-ecc9-a21d-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:00:33.421652 | fa163e14-6a36-ecc9-a21d-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:13.804708 | 2.99s 2026-02-19 14:00:33.446630 | fa163e14-6a36-ecc9-a21d-00000000282a | TASK | Ensure provider packages are installed 2026-02-19 14:00:36.511480 | fa163e14-6a36-ecc9-a21d-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:16.894521 | 3.06s 2026-02-19 14:00:36.518135 | fa163e14-6a36-ecc9-a21d-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:16.901183 | 3.07s 2026-02-19 14:00:36.543934 | fa163e14-6a36-ecc9-a21d-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:00:36.835504 | fa163e14-6a36-ecc9-a21d-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:36.837228 | fa163e14-6a36-ecc9-a21d-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:17.220273 | 0.29s 2026-02-19 14:00:36.843806 | fa163e14-6a36-ecc9-a21d-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:17.226863 | 0.30s 2026-02-19 14:00:36.864163 | fa163e14-6a36-ecc9-a21d-00000000282e | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:00:37.212788 | fa163e14-6a36-ecc9-a21d-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:37.214137 | fa163e14-6a36-ecc9-a21d-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:17.597190 | 0.35s 2026-02-19 14:00:37.220135 | fa163e14-6a36-ecc9-a21d-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:17.603185 | 0.36s 2026-02-19 14:00:37.247880 | fa163e14-6a36-ecc9-a21d-000000002830 | TASK | Ensure provider service is running 2026-02-19 14:00:38.679463 | fa163e14-6a36-ecc9-a21d-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:00:38.682073 | fa163e14-6a36-ecc9-a21d-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:19.065126 | 1.43s 2026-02-19 14:00:38.692874 | fa163e14-6a36-ecc9-a21d-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:19.075922 | 1.44s 2026-02-19 14:00:38.720596 | fa163e14-6a36-ecc9-a21d-000000002833 | TASK | Ensure certificate requests 2026-02-19 14:00:41.055416 | fa163e14-6a36-ecc9-a21d-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 14:00:41.057822 | fa163e14-6a36-ecc9-a21d-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:21.440876 | 2.34s 2026-02-19 14:00:41.068280 | fa163e14-6a36-ecc9-a21d-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:21.451330 | 2.35s 2026-02-19 14:00:41.168055 | fa163e14-6a36-ecc9-a21d-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:21.551098 | 0.05s 2026-02-19 14:00:41.230947 | fa163e14-6a36-ecc9-a21d-0000000028d5 | TASK | Set version specific variables 2026-02-19 14:00:41.288616 | fa163e14-6a36-ecc9-a21d-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:21.671653 | 0.06s 2026-02-19 14:00:41.307349 | 19179516-a2ea-4672-a4da-982341f514de | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:00:41.337403 | fa163e14-6a36-ecc9-a21d-000000002904 | TASK | Ensure ansible_facts used by role 2026-02-19 14:00:41.694867 | fa163e14-6a36-ecc9-a21d-000000002904 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:00:41.696615 | fa163e14-6a36-ecc9-a21d-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:22.079668 | 0.36s 2026-02-19 14:00:41.723159 | fa163e14-6a36-ecc9-a21d-000000002905 | TASK | Set platform/version specific variables 2026-02-19 14:00:41.814613 | fa163e14-6a36-ecc9-a21d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:41.849332 | fa163e14-6a36-ecc9-a21d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:41.875003 | fa163e14-6a36-ecc9-a21d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:00:41.899613 | fa163e14-6a36-ecc9-a21d-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:00:41.905710 | fa163e14-6a36-ecc9-a21d-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:22.288763 | 0.18s 2026-02-19 14:00:41.931572 | fa163e14-6a36-ecc9-a21d-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:00:44.907579 | fa163e14-6a36-ecc9-a21d-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:00:44.909378 | fa163e14-6a36-ecc9-a21d-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:25.292428 | 2.98s 2026-02-19 14:00:44.935267 | fa163e14-6a36-ecc9-a21d-0000000028d8 | TASK | Ensure provider packages are installed 2026-02-19 14:00:47.890803 | fa163e14-6a36-ecc9-a21d-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:28.273847 | 2.95s 2026-02-19 14:00:47.903344 | fa163e14-6a36-ecc9-a21d-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:28.286396 | 2.97s 2026-02-19 14:00:47.929478 | fa163e14-6a36-ecc9-a21d-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:00:48.220022 | fa163e14-6a36-ecc9-a21d-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:48.221394 | fa163e14-6a36-ecc9-a21d-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:28.604447 | 0.29s 2026-02-19 14:00:48.227892 | fa163e14-6a36-ecc9-a21d-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:28.610942 | 0.30s 2026-02-19 14:00:48.254652 | fa163e14-6a36-ecc9-a21d-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:00:48.527119 | fa163e14-6a36-ecc9-a21d-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:00:48.529096 | fa163e14-6a36-ecc9-a21d-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:28.912150 | 0.27s 2026-02-19 14:00:48.539295 | fa163e14-6a36-ecc9-a21d-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:28.922348 | 0.28s 2026-02-19 14:00:48.565481 | fa163e14-6a36-ecc9-a21d-0000000028de | TASK | Ensure provider service is running 2026-02-19 14:00:48.983729 | fa163e14-6a36-ecc9-a21d-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:00:48.985602 | fa163e14-6a36-ecc9-a21d-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:29.368651 | 0.42s 2026-02-19 14:00:48.994533 | fa163e14-6a36-ecc9-a21d-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:29.377580 | 0.43s 2026-02-19 14:00:49.021589 | fa163e14-6a36-ecc9-a21d-0000000028e1 | TASK | Ensure certificate requests 2026-02-19 14:00:50.583841 | fa163e14-6a36-ecc9-a21d-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 14:00:50.585675 | fa163e14-6a36-ecc9-a21d-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.968725 | 1.56s 2026-02-19 14:00:50.593080 | fa163e14-6a36-ecc9-a21d-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:30.976138 | 1.57s 2026-02-19 14:00:50.641895 | fa163e14-6a36-ecc9-a21d-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-19 14:00:50.715923 | fa163e14-6a36-ecc9-a21d-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-19 14:00:50.717190 | fa163e14-6a36-ecc9-a21d-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:31.100244 | 0.07s 2026-02-19 14:00:50.740751 | fa163e14-6a36-ecc9-a21d-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2026-02-19 14:00:53.760302 | fa163e14-6a36-ecc9-a21d-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2026-02-19 14:00:53.765179 | fa163e14-6a36-ecc9-a21d-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:34.148233 | 3.02s 2026-02-19 14:00:53.799989 | fa163e14-6a36-ecc9-a21d-000000002292 | TASK | Fetch ovn-dbs-bundle 2026-02-19 14:00:53.871174 | fa163e14-6a36-ecc9-a21d-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2026-02-19 14:00:53.872474 | fa163e14-6a36-ecc9-a21d-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:34.255525 | 0.07s 2026-02-19 14:00:53.901471 | fa163e14-6a36-ecc9-a21d-000000002293 | TASK | Fetch ovn VIP 2026-02-19 14:00:53.972697 | fa163e14-6a36-ecc9-a21d-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2026-02-19 14:00:53.974031 | fa163e14-6a36-ecc9-a21d-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:34.357085 | 0.07s 2026-02-19 14:00:54.003000 | fa163e14-6a36-ecc9-a21d-000000002294 | TASK | Remove OVNDBs from pacemaker 2026-02-19 14:00:54.074478 | fa163e14-6a36-ecc9-a21d-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2026-02-19 14:00:54.075794 | fa163e14-6a36-ecc9-a21d-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:34.458849 | 0.07s 2026-02-19 14:00:54.104531 | fa163e14-6a36-ecc9-a21d-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2026-02-19 14:00:54.176006 | fa163e14-6a36-ecc9-a21d-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2026-02-19 14:00:54.177364 | fa163e14-6a36-ecc9-a21d-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:34.560417 | 0.07s 2026-02-19 14:00:54.207357 | fa163e14-6a36-ecc9-a21d-000000002296 | TASK | Clean up pacemaker remote nodes cache 2026-02-19 14:00:54.279138 | fa163e14-6a36-ecc9-a21d-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2026-02-19 14:00:54.280490 | fa163e14-6a36-ecc9-a21d-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:34.663543 | 0.07s 2026-02-19 14:00:54.310288 | fa163e14-6a36-ecc9-a21d-000000002297 | TASK | Remove pacemaker attributes 2026-02-19 14:00:54.384310 | fa163e14-6a36-ecc9-a21d-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2026-02-19 14:00:54.397473 | fa163e14-6a36-ecc9-a21d-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:34.780517 | 0.09s 2026-02-19 14:00:54.479687 | fa163e14-6a36-ecc9-a21d-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:34.862732 | 0.05s 2026-02-19 14:00:54.546309 | fa163e14-6a36-ecc9-a21d-00000000295d | TASK | Set version specific variables 2026-02-19 14:00:54.597882 | fa163e14-6a36-ecc9-a21d-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:34.980926 | 0.05s 2026-02-19 14:00:54.620227 | 41459d51-cd87-4080-8c17-9501b353ca4d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:00:54.653524 | fa163e14-6a36-ecc9-a21d-00000000298e | TASK | Ensure ansible_facts used by role 2026-02-19 14:00:55.050720 | fa163e14-6a36-ecc9-a21d-00000000298e | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:00:55.052302 | fa163e14-6a36-ecc9-a21d-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:35.435357 | 0.40s 2026-02-19 14:00:55.080919 | fa163e14-6a36-ecc9-a21d-00000000298f | TASK | Set platform/version specific variables 2026-02-19 14:00:55.156390 | fa163e14-6a36-ecc9-a21d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:55.185000 | fa163e14-6a36-ecc9-a21d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:00:55.209042 | fa163e14-6a36-ecc9-a21d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:00:55.230170 | fa163e14-6a36-ecc9-a21d-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:00:55.236243 | fa163e14-6a36-ecc9-a21d-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:35.619291 | 0.15s 2026-02-19 14:00:55.265799 | fa163e14-6a36-ecc9-a21d-00000000295e | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:00:58.194495 | fa163e14-6a36-ecc9-a21d-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:00:58.196151 | fa163e14-6a36-ecc9-a21d-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:38.579205 | 2.93s 2026-02-19 14:00:58.225054 | fa163e14-6a36-ecc9-a21d-000000002960 | TASK | Ensure provider packages are installed 2026-02-19 14:01:01.257288 | fa163e14-6a36-ecc9-a21d-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:41.640329 | 3.03s 2026-02-19 14:01:01.269691 | fa163e14-6a36-ecc9-a21d-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:41.652743 | 3.04s 2026-02-19 14:01:01.290731 | fa163e14-6a36-ecc9-a21d-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:01:01.544205 | fa163e14-6a36-ecc9-a21d-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:01.545673 | fa163e14-6a36-ecc9-a21d-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:41.928725 | 0.25s 2026-02-19 14:01:01.551814 | fa163e14-6a36-ecc9-a21d-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:41.934870 | 0.26s 2026-02-19 14:01:01.571559 | fa163e14-6a36-ecc9-a21d-000000002964 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:01:01.842703 | fa163e14-6a36-ecc9-a21d-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:01.844220 | fa163e14-6a36-ecc9-a21d-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:42.227273 | 0.27s 2026-02-19 14:01:01.856158 | fa163e14-6a36-ecc9-a21d-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:42.239206 | 0.28s 2026-02-19 14:01:01.885094 | fa163e14-6a36-ecc9-a21d-000000002966 | TASK | Ensure provider service is running 2026-02-19 14:01:02.307510 | fa163e14-6a36-ecc9-a21d-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:01:02.309329 | fa163e14-6a36-ecc9-a21d-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.692390 | 0.42s 2026-02-19 14:01:02.321248 | fa163e14-6a36-ecc9-a21d-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:42.704298 | 0.43s 2026-02-19 14:01:02.351412 | fa163e14-6a36-ecc9-a21d-000000002969 | TASK | Ensure certificate requests 2026-02-19 14:01:04.604853 | fa163e14-6a36-ecc9-a21d-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 14:01:04.607533 | fa163e14-6a36-ecc9-a21d-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:44.990584 | 2.25s 2026-02-19 14:01:04.618127 | fa163e14-6a36-ecc9-a21d-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:45.001174 | 2.27s 2026-02-19 14:01:04.675889 | fa163e14-6a36-ecc9-a21d-00000000229c | TASK | Configure OVN DBs and northd 2026-02-19 14:01:04.729107 | fa163e14-6a36-ecc9-a21d-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:45.112151 | 0.05s 2026-02-19 14:01:04.793859 | fa163e14-6a36-ecc9-a21d-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2026-02-19 14:01:05.056424 | fa163e14-6a36-ecc9-a21d-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2026-02-19 14:01:05.057911 | fa163e14-6a36-ecc9-a21d-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:45.440964 | 0.26s 2026-02-19 14:01:05.087187 | fa163e14-6a36-ecc9-a21d-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2026-02-19 14:01:05.153178 | fa163e14-6a36-ecc9-a21d-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2026-02-19 14:01:05.154153 | fa163e14-6a36-ecc9-a21d-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:45.537212 | 0.07s 2026-02-19 14:01:05.176311 | fa163e14-6a36-ecc9-a21d-0000000029da | TASK | check ovsdb-tool election-timer options 2026-02-19 14:01:05.448255 | fa163e14-6a36-ecc9-a21d-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2026-02-19 14:01:05.449761 | fa163e14-6a36-ecc9-a21d-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:45.832816 | 0.27s 2026-02-19 14:01:05.479532 | fa163e14-6a36-ecc9-a21d-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2026-02-19 14:01:05.552262 | fa163e14-6a36-ecc9-a21d-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2026-02-19 14:01:05.553597 | fa163e14-6a36-ecc9-a21d-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:45.936652 | 0.07s 2026-02-19 14:01:05.583649 | fa163e14-6a36-ecc9-a21d-0000000029dc | TASK | render OVN cluster configuration 2026-02-19 14:01:06.119132 | fa163e14-6a36-ecc9-a21d-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2026-02-19 14:01:06.119821 | fa163e14-6a36-ecc9-a21d-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:46.502886 | 0.53s 2026-02-19 14:01:06.138554 | fa163e14-6a36-ecc9-a21d-0000000029dd | TASK | restart OVN northd and north and south databases 2026-02-19 14:01:06.197191 | fa163e14-6a36-ecc9-a21d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.580231 | 0.06s 2026-02-19 14:01:06.226072 | fa163e14-6a36-ecc9-a21d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.609125 | 0.09s 2026-02-19 14:01:06.239064 | fa163e14-6a36-ecc9-a21d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.622120 | 0.10s 2026-02-19 14:01:06.245902 | fa163e14-6a36-ecc9-a21d-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:46.628960 | 0.11s 2026-02-19 14:01:06.271478 | a041852a-8492-47d1-b7b3-8e731c98fd94 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 14:01:06.279878 | 048a2a7b-7f2b-474d-a6de-db894b47b0b3 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 14:01:06.287987 | dcb5000a-3bc4-4795-9866-e87bee00e740 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2026-02-19 14:01:06.316803 | fa163e14-6a36-ecc9-a21d-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2026-02-19 14:01:06.565714 | fa163e14-6a36-ecc9-a21d-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2026-02-19 14:01:06.566931 | fa163e14-6a36-ecc9-a21d-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:46.949986 | 0.25s 2026-02-19 14:01:06.597367 | fa163e14-6a36-ecc9-a21d-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2026-02-19 14:01:06.627662 | fa163e14-6a36-ecc9-a21d-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2026-02-19 14:01:06.628764 | fa163e14-6a36-ecc9-a21d-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:47.011818 | 0.03s 2026-02-19 14:01:06.658690 | fa163e14-6a36-ecc9-a21d-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2026-02-19 14:01:06.901155 | fa163e14-6a36-ecc9-a21d-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2026-02-19 14:01:06.902381 | fa163e14-6a36-ecc9-a21d-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:47.285438 | 0.24s 2026-02-19 14:01:06.932509 | fa163e14-6a36-ecc9-a21d-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2026-02-19 14:01:06.982086 | fa163e14-6a36-ecc9-a21d-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2026-02-19 14:01:06.983348 | fa163e14-6a36-ecc9-a21d-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:47.366399 | 0.05s 2026-02-19 14:01:07.013947 | fa163e14-6a36-ecc9-a21d-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2026-02-19 14:01:07.271135 | fa163e14-6a36-ecc9-a21d-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2026-02-19 14:01:07.272381 | fa163e14-6a36-ecc9-a21d-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:47.655437 | 0.26s 2026-02-19 14:01:07.302585 | fa163e14-6a36-ecc9-a21d-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2026-02-19 14:01:07.353196 | fa163e14-6a36-ecc9-a21d-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2026-02-19 14:01:07.354309 | fa163e14-6a36-ecc9-a21d-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:47.737363 | 0.05s 2026-02-19 14:01:07.460479 | fa163e14-6a36-ecc9-a21d-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:47.843523 | 0.05s 2026-02-19 14:01:07.557404 | fa163e14-6a36-ecc9-a21d-000000002a64 | TASK | Set version specific variables 2026-02-19 14:01:07.604145 | fa163e14-6a36-ecc9-a21d-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:47.987202 | 0.05s 2026-02-19 14:01:07.615066 | 336aabc3-3c9a-444f-91f1-1e71b2d8d383 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:01:07.635652 | fa163e14-6a36-ecc9-a21d-000000002a93 | TASK | Ensure ansible_facts used by role 2026-02-19 14:01:08.033261 | fa163e14-6a36-ecc9-a21d-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:01:08.035256 | fa163e14-6a36-ecc9-a21d-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:48.418302 | 0.40s 2026-02-19 14:01:08.064428 | fa163e14-6a36-ecc9-a21d-000000002a94 | TASK | Set platform/version specific variables 2026-02-19 14:01:08.157502 | fa163e14-6a36-ecc9-a21d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:01:08.188661 | fa163e14-6a36-ecc9-a21d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:01:08.211130 | fa163e14-6a36-ecc9-a21d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:01:08.231124 | fa163e14-6a36-ecc9-a21d-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:01:08.236982 | fa163e14-6a36-ecc9-a21d-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:48.620034 | 0.17s 2026-02-19 14:01:08.275732 | fa163e14-6a36-ecc9-a21d-000000002a65 | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:01:11.233288 | fa163e14-6a36-ecc9-a21d-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:01:11.234759 | fa163e14-6a36-ecc9-a21d-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:51.617813 | 2.96s 2026-02-19 14:01:11.264317 | fa163e14-6a36-ecc9-a21d-000000002a67 | TASK | Ensure provider packages are installed 2026-02-19 14:01:14.222750 | fa163e14-6a36-ecc9-a21d-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.605778 | 2.96s 2026-02-19 14:01:14.234851 | fa163e14-6a36-ecc9-a21d-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.617907 | 2.97s 2026-02-19 14:01:14.265044 | fa163e14-6a36-ecc9-a21d-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:01:14.573784 | fa163e14-6a36-ecc9-a21d-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:14.576206 | fa163e14-6a36-ecc9-a21d-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:54.959253 | 0.31s 2026-02-19 14:01:14.585846 | fa163e14-6a36-ecc9-a21d-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:54.968905 | 0.32s 2026-02-19 14:01:14.616013 | fa163e14-6a36-ecc9-a21d-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:01:14.921953 | fa163e14-6a36-ecc9-a21d-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:14.923721 | fa163e14-6a36-ecc9-a21d-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.306769 | 0.31s 2026-02-19 14:01:14.935509 | fa163e14-6a36-ecc9-a21d-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.318568 | 0.32s 2026-02-19 14:01:14.966978 | fa163e14-6a36-ecc9-a21d-000000002a6d | TASK | Ensure provider service is running 2026-02-19 14:01:16.389379 | fa163e14-6a36-ecc9-a21d-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:01:16.391578 | fa163e14-6a36-ecc9-a21d-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.774603 | 1.42s 2026-02-19 14:01:16.404331 | fa163e14-6a36-ecc9-a21d-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.787390 | 1.44s 2026-02-19 14:01:16.434656 | fa163e14-6a36-ecc9-a21d-000000002a70 | TASK | Ensure certificate requests 2026-02-19 14:01:17.919480 | fa163e14-6a36-ecc9-a21d-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 14:01:17.921304 | fa163e14-6a36-ecc9-a21d-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.304354 | 1.48s 2026-02-19 14:01:17.928899 | fa163e14-6a36-ecc9-a21d-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:58.311939 | 1.49s 2026-02-19 14:01:18.039951 | fa163e14-6a36-ecc9-a21d-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:58.422981 | 0.05s 2026-02-19 14:01:18.108005 | fa163e14-6a36-ecc9-a21d-000000002ad8 | TASK | Set version specific variables 2026-02-19 14:01:18.159631 | fa163e14-6a36-ecc9-a21d-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:58.542665 | 0.05s 2026-02-19 14:01:18.183590 | 2584ec6e-3972-4644-8312-73d6d5f48f82 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:01:18.211209 | fa163e14-6a36-ecc9-a21d-000000002b07 | TASK | Ensure ansible_facts used by role 2026-02-19 14:01:18.602531 | fa163e14-6a36-ecc9-a21d-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:01:18.604478 | fa163e14-6a36-ecc9-a21d-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:58.987526 | 0.39s 2026-02-19 14:01:18.635586 | fa163e14-6a36-ecc9-a21d-000000002b08 | TASK | Set platform/version specific variables 2026-02-19 14:01:18.722884 | fa163e14-6a36-ecc9-a21d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:01:18.739968 | fa163e14-6a36-ecc9-a21d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:01:18.759387 | fa163e14-6a36-ecc9-a21d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:01:18.774332 | fa163e14-6a36-ecc9-a21d-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:01:18.786788 | fa163e14-6a36-ecc9-a21d-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:59.169817 | 0.15s 2026-02-19 14:01:18.822463 | fa163e14-6a36-ecc9-a21d-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:01:21.832733 | fa163e14-6a36-ecc9-a21d-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:01:21.834187 | fa163e14-6a36-ecc9-a21d-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:02.217240 | 3.01s 2026-02-19 14:01:21.863310 | fa163e14-6a36-ecc9-a21d-000000002adb | TASK | Ensure provider packages are installed 2026-02-19 14:01:24.867219 | fa163e14-6a36-ecc9-a21d-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:05.250259 | 3.00s 2026-02-19 14:01:24.879330 | fa163e14-6a36-ecc9-a21d-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:05.262388 | 3.01s 2026-02-19 14:01:24.908710 | fa163e14-6a36-ecc9-a21d-000000002add | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:01:25.180257 | fa163e14-6a36-ecc9-a21d-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:25.182122 | fa163e14-6a36-ecc9-a21d-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:05.565169 | 0.27s 2026-02-19 14:01:25.194686 | fa163e14-6a36-ecc9-a21d-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:05.577734 | 0.28s 2026-02-19 14:01:25.224456 | fa163e14-6a36-ecc9-a21d-000000002adf | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:01:25.500920 | fa163e14-6a36-ecc9-a21d-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:25.503160 | fa163e14-6a36-ecc9-a21d-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:05.886212 | 0.28s 2026-02-19 14:01:25.513331 | fa163e14-6a36-ecc9-a21d-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:05.896380 | 0.29s 2026-02-19 14:01:25.542624 | fa163e14-6a36-ecc9-a21d-000000002ae1 | TASK | Ensure provider service is running 2026-02-19 14:01:25.966344 | fa163e14-6a36-ecc9-a21d-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:01:25.969000 | fa163e14-6a36-ecc9-a21d-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:06.352052 | 0.42s 2026-02-19 14:01:25.979903 | fa163e14-6a36-ecc9-a21d-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:06.362948 | 0.44s 2026-02-19 14:01:26.009921 | fa163e14-6a36-ecc9-a21d-000000002ae4 | TASK | Ensure certificate requests 2026-02-19 14:01:27.620062 | fa163e14-6a36-ecc9-a21d-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 14:01:27.621413 | fa163e14-6a36-ecc9-a21d-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:08.004469 | 1.61s 2026-02-19 14:01:27.634131 | fa163e14-6a36-ecc9-a21d-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:08.017182 | 1.62s 2026-02-19 14:01:27.741230 | fa163e14-6a36-ecc9-a21d-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:08.124269 | 0.04s 2026-02-19 14:01:27.805387 | fa163e14-6a36-ecc9-a21d-000000002b4c | TASK | Set version specific variables 2026-02-19 14:01:27.864511 | fa163e14-6a36-ecc9-a21d-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:08.247553 | 0.06s 2026-02-19 14:01:27.887867 | 4a810e19-73ca-4303-a715-fcbada4cc957 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:01:27.915998 | fa163e14-6a36-ecc9-a21d-000000002b7b | TASK | Ensure ansible_facts used by role 2026-02-19 14:01:28.323234 | fa163e14-6a36-ecc9-a21d-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:01:28.324521 | fa163e14-6a36-ecc9-a21d-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:08.707582 | 0.41s 2026-02-19 14:01:28.347419 | fa163e14-6a36-ecc9-a21d-000000002b7c | TASK | Set platform/version specific variables 2026-02-19 14:01:28.440359 | fa163e14-6a36-ecc9-a21d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:01:28.472625 | fa163e14-6a36-ecc9-a21d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:01:28.502931 | fa163e14-6a36-ecc9-a21d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:01:28.523177 | fa163e14-6a36-ecc9-a21d-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:01:28.528823 | fa163e14-6a36-ecc9-a21d-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:08.911877 | 0.18s 2026-02-19 14:01:28.559603 | fa163e14-6a36-ecc9-a21d-000000002b4d | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:01:31.572936 | fa163e14-6a36-ecc9-a21d-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:01:31.574350 | fa163e14-6a36-ecc9-a21d-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:11.957404 | 3.01s 2026-02-19 14:01:31.602925 | fa163e14-6a36-ecc9-a21d-000000002b4f | TASK | Ensure provider packages are installed 2026-02-19 14:01:34.724037 | fa163e14-6a36-ecc9-a21d-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:15.107089 | 3.12s 2026-02-19 14:01:34.736270 | fa163e14-6a36-ecc9-a21d-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:15.119318 | 3.13s 2026-02-19 14:01:34.766072 | fa163e14-6a36-ecc9-a21d-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:01:35.030712 | fa163e14-6a36-ecc9-a21d-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:35.032732 | fa163e14-6a36-ecc9-a21d-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:15.415784 | 0.26s 2026-02-19 14:01:35.042969 | fa163e14-6a36-ecc9-a21d-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:15.426018 | 0.28s 2026-02-19 14:01:35.072292 | fa163e14-6a36-ecc9-a21d-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:01:35.357813 | fa163e14-6a36-ecc9-a21d-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:01:35.358725 | fa163e14-6a36-ecc9-a21d-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:15.741787 | 0.28s 2026-02-19 14:01:35.370835 | fa163e14-6a36-ecc9-a21d-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:15.753883 | 0.30s 2026-02-19 14:01:35.400983 | fa163e14-6a36-ecc9-a21d-000000002b55 | TASK | Ensure provider service is running 2026-02-19 14:01:35.836960 | fa163e14-6a36-ecc9-a21d-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:01:35.838984 | fa163e14-6a36-ecc9-a21d-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:16.222036 | 0.44s 2026-02-19 14:01:35.852256 | fa163e14-6a36-ecc9-a21d-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:16.235303 | 0.45s 2026-02-19 14:01:35.882870 | fa163e14-6a36-ecc9-a21d-000000002b58 | TASK | Ensure certificate requests 2026-02-19 14:01:38.236385 | fa163e14-6a36-ecc9-a21d-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 14:01:38.237771 | fa163e14-6a36-ecc9-a21d-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:18.620826 | 2.35s 2026-02-19 14:01:38.244592 | fa163e14-6a36-ecc9-a21d-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:18.627657 | 2.36s 2026-02-19 14:01:38.286301 | fa163e14-6a36-ecc9-a21d-0000000022a9 | TASK | Fail if container image is undefined 2026-02-19 14:01:38.355064 | fa163e14-6a36-ecc9-a21d-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 14:01:38.356351 | fa163e14-6a36-ecc9-a21d-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:18.739405 | 0.07s 2026-02-19 14:01:38.401321 | fa163e14-6a36-ecc9-a21d-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-19 14:01:45.613239 | fa163e14-6a36-ecc9-a21d-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-19 14:01:45.616677 | fa163e14-6a36-ecc9-a21d-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:25.999729 | 7.21s 2026-02-19 14:01:45.673399 | fa163e14-6a36-ecc9-a21d-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2026-02-19 14:01:46.038304 | fa163e14-6a36-ecc9-a21d-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2026-02-19 14:01:46.039617 | fa163e14-6a36-ecc9-a21d-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:26.422672 | 0.37s 2026-02-19 14:01:46.094350 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TASK | Pre-fetch all the containers 2026-02-19 14:01:51.268833 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2026-02-19 14:01:51.272011 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:31.655061 | 5.18s 2026-02-19 14:01:56.577179 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2026-02-19 14:01:56.579160 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:36.962221 | 10.48s 2026-02-19 14:02:01.651020 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2026-02-19 14:02:01.654935 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.037988 | 15.56s 2026-02-19 14:02:06.339172 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2026-02-19 14:02:06.342002 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.725057 | 20.25s 2026-02-19 14:02:08.300294 | fa163e14-6a36-ecc9-a21d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2026-02-19 14:02:08.305523 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.688571 | 22.21s 2026-02-19 14:02:10.223640 | fa163e14-6a36-ecc9-a21d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2026-02-19 14:02:10.226261 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.609316 | 24.13s 2026-02-19 14:02:16.685075 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2026-02-19 14:02:16.687959 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.071014 | 30.59s 2026-02-19 14:02:21.271885 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2026-02-19 14:02:21.275925 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:01.658981 | 35.18s 2026-02-19 14:02:26.154245 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2026-02-19 14:02:26.156150 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:06.539210 | 40.06s 2026-02-19 14:02:28.564931 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2026-02-19 14:02:28.568904 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:08.951954 | 42.47s 2026-02-19 14:02:36.639690 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2026-02-19 14:02:36.642435 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:17.025491 | 50.55s 2026-02-19 14:02:39.563661 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2026-02-19 14:02:39.567722 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.950774 | 53.47s 2026-02-19 14:03:01.893259 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2026-02-19 14:03:01.895300 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:42.278361 | 75.80s 2026-02-19 14:03:13.017079 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2026-02-19 14:03:13.021350 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:53.404398 | 86.93s 2026-02-19 14:03:27.880126 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2026-02-19 14:03:27.883853 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:08.266907 | 101.79s 2026-02-19 14:03:35.887198 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2026-02-19 14:03:35.890151 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:16.273206 | 109.79s 2026-02-19 14:03:44.004991 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2026-02-19 14:03:44.008115 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:24.391170 | 117.91s 2026-02-19 14:03:49.549877 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2026-02-19 14:03:49.551864 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:29.934925 | 123.46s 2026-02-19 14:03:52.888101 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2026-02-19 14:03:52.890864 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:33.273925 | 126.79s 2026-02-19 14:03:56.989003 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2026-02-19 14:03:56.992908 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:37.375962 | 130.90s 2026-02-19 14:04:01.939629 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2026-02-19 14:04:01.942659 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:42.325713 | 135.85s 2026-02-19 14:04:14.604807 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2026-02-19 14:04:14.607815 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:54.990875 | 148.51s 2026-02-19 14:04:17.618305 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2026-02-19 14:04:17.621261 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:58.004309 | 151.53s 2026-02-19 14:04:25.738877 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2026-02-19 14:04:25.744456 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:06.127508 | 159.65s 2026-02-19 14:04:28.605962 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2026-02-19 14:04:28.609822 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:08.992876 | 162.51s 2026-02-19 14:04:36.523972 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2026-02-19 14:04:36.528005 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.911059 | 170.43s 2026-02-19 14:04:39.325187 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2026-02-19 14:04:39.329402 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.712457 | 173.23s 2026-02-19 14:04:43.456323 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2026-02-19 14:04:43.458956 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:23.842012 | 177.36s 2026-02-19 14:04:47.470790 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2026-02-19 14:04:47.474921 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:27.857974 | 181.38s 2026-02-19 14:04:49.657259 | fa163e14-6a36-ecc9-a21d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2026-02-19 14:04:49.661281 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:30.044330 | 183.57s 2026-02-19 14:04:51.797652 | fa163e14-6a36-ecc9-a21d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2026-02-19 14:04:51.801510 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:32.184564 | 185.71s 2026-02-19 14:04:54.556612 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2026-02-19 14:04:54.559276 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.942331 | 188.46s 2026-02-19 14:04:56.807319 | fa163e14-6a36-ecc9-a21d-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2026-02-19 14:04:56.811682 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:37.194736 | 190.72s 2026-02-19 14:05:01.459720 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2026-02-19 14:05:01.463147 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:41.846201 | 195.37s 2026-02-19 14:05:04.218190 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2026-02-19 14:05:04.221548 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.604596 | 198.13s 2026-02-19 14:05:07.280871 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2026-02-19 14:05:07.284870 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.667922 | 201.19s 2026-02-19 14:05:10.167610 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2026-02-19 14:05:10.171484 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:50.554537 | 204.08s 2026-02-19 14:05:14.001352 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2026-02-19 14:05:14.005241 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:54.388295 | 207.91s 2026-02-19 14:05:16.941810 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2026-02-19 14:05:16.946080 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.329134 | 210.85s 2026-02-19 14:05:20.384573 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2026-02-19 14:05:20.388701 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:00.771752 | 214.29s 2026-02-19 14:05:22.960921 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2026-02-19 14:05:22.963748 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.346802 | 216.87s 2026-02-19 14:05:25.587501 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2026-02-19 14:05:25.591406 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:05.974460 | 219.50s 2026-02-19 14:05:28.775182 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2026-02-19 14:05:28.779063 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.162116 | 222.68s 2026-02-19 14:05:32.040097 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2026-02-19 14:05:32.043913 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:12.426968 | 225.95s 2026-02-19 14:05:34.674305 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2026-02-19 14:05:34.679013 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:15.062061 | 228.58s 2026-02-19 14:05:37.735694 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2026-02-19 14:05:37.740414 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:18.123466 | 231.64s 2026-02-19 14:05:41.083180 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2026-02-19 14:05:41.087212 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.470266 | 234.99s 2026-02-19 14:05:45.091706 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2026-02-19 14:05:45.095817 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:25.478869 | 239.00s 2026-02-19 14:05:48.015074 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2026-02-19 14:05:48.017995 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.401052 | 241.92s 2026-02-19 14:05:50.657702 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2026-02-19 14:05:50.661883 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:31.044938 | 244.57s 2026-02-19 14:05:53.640963 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2026-02-19 14:05:53.643997 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:34.027051 | 247.55s 2026-02-19 14:05:57.062257 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2026-02-19 14:05:57.066350 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:37.449404 | 250.97s 2026-02-19 14:06:00.080382 | fa163e14-6a36-ecc9-a21d-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2026-02-19 14:06:00.084278 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:40.467340 | 253.99s 2026-02-19 14:06:00.391313 | fa163e14-6a36-ecc9-a21d-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:40.774297 | 254.29s 2026-02-19 14:06:00.622237 | fa163e14-6a36-ecc9-a21d-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:41.005293 | 0.04s 2026-02-19 14:06:00.662217 | fa163e14-6a36-ecc9-a21d-000000002c32 | TASK | Set version specific variables 2026-02-19 14:06:00.719003 | fa163e14-6a36-ecc9-a21d-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:41.102046 | 0.06s 2026-02-19 14:06:00.740910 | f5d04a27-9d61-4208-b6d1-80789c155d37 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2026-02-19 14:06:00.767187 | fa163e14-6a36-ecc9-a21d-000000002c61 | TASK | Ensure ansible_facts used by role 2026-02-19 14:06:01.199662 | fa163e14-6a36-ecc9-a21d-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2026-02-19 14:06:01.201717 | fa163e14-6a36-ecc9-a21d-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:41.584768 | 0.43s 2026-02-19 14:06:01.233239 | fa163e14-6a36-ecc9-a21d-000000002c62 | TASK | Set platform/version specific variables 2026-02-19 14:06:01.317570 | fa163e14-6a36-ecc9-a21d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:06:01.341322 | fa163e14-6a36-ecc9-a21d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2026-02-19 14:06:01.365559 | fa163e14-6a36-ecc9-a21d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2026-02-19 14:06:01.387631 | fa163e14-6a36-ecc9-a21d-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2026-02-19 14:06:01.399607 | fa163e14-6a36-ecc9-a21d-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:41.782651 | 0.16s 2026-02-19 14:06:01.430848 | fa163e14-6a36-ecc9-a21d-000000002c33 | TASK | Ensure certificate role dependencies are installed 2026-02-19 14:06:04.444462 | fa163e14-6a36-ecc9-a21d-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2026-02-19 14:06:04.445202 | fa163e14-6a36-ecc9-a21d-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:44.828267 | 3.01s 2026-02-19 14:06:04.463988 | fa163e14-6a36-ecc9-a21d-000000002c35 | TASK | Ensure provider packages are installed 2026-02-19 14:06:07.554703 | fa163e14-6a36-ecc9-a21d-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:47.937744 | 3.09s 2026-02-19 14:06:07.561421 | fa163e14-6a36-ecc9-a21d-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:47.944473 | 3.10s 2026-02-19 14:06:07.590926 | fa163e14-6a36-ecc9-a21d-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2026-02-19 14:06:07.867940 | fa163e14-6a36-ecc9-a21d-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:06:07.870013 | fa163e14-6a36-ecc9-a21d-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:48.253067 | 0.28s 2026-02-19 14:06:07.879738 | fa163e14-6a36-ecc9-a21d-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:48.262806 | 0.29s 2026-02-19 14:06:07.899181 | fa163e14-6a36-ecc9-a21d-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2026-02-19 14:06:08.164330 | fa163e14-6a36-ecc9-a21d-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2026-02-19 14:06:08.165187 | fa163e14-6a36-ecc9-a21d-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:48.548249 | 0.27s 2026-02-19 14:06:08.171530 | fa163e14-6a36-ecc9-a21d-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:48.554598 | 0.27s 2026-02-19 14:06:08.190791 | fa163e14-6a36-ecc9-a21d-000000002c3b | TASK | Ensure provider service is running 2026-02-19 14:06:08.638870 | fa163e14-6a36-ecc9-a21d-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2026-02-19 14:06:08.641995 | fa163e14-6a36-ecc9-a21d-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:49.025045 | 0.45s 2026-02-19 14:06:08.688398 | fa163e14-6a36-ecc9-a21d-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:49.071448 | 0.50s 2026-02-19 14:06:08.719818 | fa163e14-6a36-ecc9-a21d-000000002c3e | TASK | Ensure certificate requests 2026-02-19 14:06:10.971675 | fa163e14-6a36-ecc9-a21d-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 14:06:10.974581 | fa163e14-6a36-ecc9-a21d-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:51.357604 | 2.25s 2026-02-19 14:06:10.987485 | fa163e14-6a36-ecc9-a21d-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:51.370534 | 2.27s 2026-02-19 14:06:11.042729 | fa163e14-6a36-ecc9-a21d-0000000022c0 | TASK | Fail if container image is undefined 2026-02-19 14:06:11.105858 | fa163e14-6a36-ecc9-a21d-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2026-02-19 14:06:11.107187 | fa163e14-6a36-ecc9-a21d-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:51.490240 | 0.06s 2026-02-19 14:06:11.152764 | fa163e14-6a36-ecc9-a21d-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-19 14:06:13.489120 | fa163e14-6a36-ecc9-a21d-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-19 14:06:13.490690 | fa163e14-6a36-ecc9-a21d-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:53.873744 | 2.34s 2026-02-19 14:06:13.547198 | fa163e14-6a36-ecc9-a21d-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2026-02-19 14:06:13.907638 | fa163e14-6a36-ecc9-a21d-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2026-02-19 14:06:13.908983 | fa163e14-6a36-ecc9-a21d-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:54.292038 | 0.36s 2026-02-19 14:06:13.963191 | fa163e14-6a36-ecc9-a21d-0000000022cd | TASK | Check if rsyslog exists 2026-02-19 14:06:14.219531 | fa163e14-6a36-ecc9-a21d-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2026-02-19 14:06:14.220891 | fa163e14-6a36-ecc9-a21d-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:54.603946 | 0.26s 2026-02-19 14:06:14.248208 | fa163e14-6a36-ecc9-a21d-0000000022ce | TASK | Forward logging to swift.log file 2026-02-19 14:06:14.623793 | fa163e14-6a36-ecc9-a21d-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2026-02-19 14:06:14.625027 | fa163e14-6a36-ecc9-a21d-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:55.008083 | 0.38s 2026-02-19 14:06:14.653101 | fa163e14-6a36-ecc9-a21d-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2026-02-19 14:06:15.379434 | fa163e14-6a36-ecc9-a21d-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2026-02-19 14:06:15.381404 | fa163e14-6a36-ecc9-a21d-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:55.764458 | 0.73s 2026-02-19 14:06:15.410836 | fa163e14-6a36-ecc9-a21d-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2026-02-19 14:06:15.636874 | fa163e14-6a36-ecc9-a21d-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2026-02-19 14:06:15.638490 | fa163e14-6a36-ecc9-a21d-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:56.021543 | 0.23s 2026-02-19 14:06:15.754099 | fa163e14-6a36-ecc9-a21d-0000000000c3 | TIMING | include_tasks | standalone | 0:12:56.137133 | 0.08s 2026-02-19 14:06:15.799737 | e7279114-e852-4f41-ace8-013bfdb56794 | INCLUDED | /root/standalone-ansible-5aeqp2q2/common_deploy_steps_tasks.yaml | standalone 2026-02-19 14:06:15.827453 | fa163e14-6a36-ecc9-a21d-000000002ca9 | TASK | Write the config_step hieradata 2026-02-19 14:06:16.267401 | fa163e14-6a36-ecc9-a21d-000000002ca9 | OK | Write the config_step hieradata | standalone 2026-02-19 14:06:16.268904 | fa163e14-6a36-ecc9-a21d-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:56.651949 | 0.44s 2026-02-19 14:06:16.301053 | fa163e14-6a36-ecc9-a21d-000000002caa | TASK | Run puppet host configuration for step 1 2026-02-19 14:06:16.628848 | fa163e14-6a36-ecc9-a21d-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2026-02-19 14:06:16.630230 | fa163e14-6a36-ecc9-a21d-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:57.013285 | 0.33s 2026-02-19 14:06:16.659680 | fa163e14-6a36-ecc9-a21d-000000002cab | TASK | Wait for puppet host configuration to finish 2026-02-19 14:06:16.902041 | fa163e14-6a36-ecc9-a21d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 14:06:27.394849 | fa163e14-6a36-ecc9-a21d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 14:06:37.661740 | fa163e14-6a36-ecc9-a21d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-19 14:06:47.912224 | fa163e14-6a36-ecc9-a21d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2026-02-19 14:06:58.128691 | fa163e14-6a36-ecc9-a21d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2026-02-19 14:07:08.349713 | fa163e14-6a36-ecc9-a21d-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2026-02-19 14:07:18.573174 | fa163e14-6a36-ecc9-a21d-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 14:07:18.574603 | fa163e14-6a36-ecc9-a21d-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:58.957658 | 61.91s 2026-02-19 14:07:18.605002 | fa163e14-6a36-ecc9-a21d-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2026-02-19 14:07:18.699053 | fa163e14-6a36-ecc9-a21d-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 14:06:16 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 14:06:23 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 14:06:23 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 14:06:23 puppet-user: (file & line not available)", "<13>Feb 19 14:06:23 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 14:06:23 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 14:06:23 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 14:06:23 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Feb 19 14:06:23 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Feb 19 14:06:23 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Feb 19 14:06:23 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Feb 19 14:06:31 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Feb 19 14:06:39 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Feb 19 14:06:39 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Feb 19 14:06:39 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Feb 19 14:06:40 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Feb 19 14:06:42 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 19 14:06:43 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Feb 19 14:06:44 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Feb 19 14:06:47 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 19 14:06:49 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Feb 19 14:06:50 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Feb 19 14:06:50 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Feb 19 14:07:13 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Feb 19 14:07:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 14:07:17 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Feb 19 14:07:17 puppet-user: Notice: Applied catalog in 53.18 seconds", "<13>Feb 19 14:07:17 puppet-user: Application:", "<13>Feb 19 14:07:17 puppet-user: Initial environment: production", "<13>Feb 19 14:07:17 puppet-user: Converged environment: production", "<13>Feb 19 14:07:17 puppet-user: Run mode: user", "<13>Feb 19 14:07:17 puppet-user: Changes:", "<13>Feb 19 14:07:17 puppet-user: Total: 17", "<13>Feb 19 14:07:17 puppet-user: Events:", "<13>Feb 19 14:07:17 puppet-user: Success: 17", "<13>Feb 19 14:07:17 puppet-user: Resources:", "<13>Feb 19 14:07:17 puppet-user: Restarted: 1", "<13>Feb 19 14:07:17 puppet-user: Changed: 16", "<13>Feb 19 14:07:17 puppet-user: Out of sync: 16", "<13>Feb 19 14:07:17 puppet-user: Total: 26", "<13>Feb 19 14:07:17 puppet-user: Time:", "<13>Feb 19 14:07:17 puppet-user: Filebucket: 0.00", "<13>Feb 19 14:07:17 puppet-user: Schedule: 0.00", "<13>Feb 19 14:07:17 puppet-user: File line: 0.00", "<13>Feb 19 14:07:17 puppet-user: File: 0.00", "<13>Feb 19 14:07:17 puppet-user: Augeas: 0.03", "<13>Feb 19 14:07:17 puppet-user: Config retrieval: 0.43", "<13>Feb 19 14:07:17 puppet-user: User: 0.58", "<13>Feb 19 14:07:17 puppet-user: Package: 15.36", "<13>Feb 19 14:07:17 puppet-user: Last run: 1771510037", "<13>Feb 19 14:07:17 puppet-user: Exec: 28.78", "<13>Feb 19 14:07:17 puppet-user: Pcmk property: 3.32", "<13>Feb 19 14:07:17 puppet-user: Service: 3.78", "<13>Feb 19 14:07:17 puppet-user: Transaction evaluation: 53.17", "<13>Feb 19 14:07:17 puppet-user: Catalog application: 53.18", "<13>Feb 19 14:07:17 puppet-user: Total: 53.18", "<13>Feb 19 14:07:17 puppet-user: Version:", "<13>Feb 19 14:07:17 puppet-user: Config: 1771509983", "<13>Feb 19 14:07:17 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 14:07:18.700974 | fa163e14-6a36-ecc9-a21d-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:59.084028 | 0.09s 2026-02-19 14:07:18.730288 | fa163e14-6a36-ecc9-a21d-000000002cad | TASK | Pre-cache facts for puppet containers 2026-02-19 14:07:18.759134 | fa163e14-6a36-ecc9-a21d-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:59.142181 | 0.03s 2026-02-19 14:07:18.830424 | fa163e14-6a36-ecc9-a21d-000000002cf4 | TASK | Gather variables for each operating system 2026-02-19 14:07:18.954405 | fa163e14-6a36-ecc9-a21d-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:59.337444 | 0.12s 2026-02-19 14:07:18.983877 | fa163e14-6a36-ecc9-a21d-000000002cf5 | TASK | Create puppet caching structures 2026-02-19 14:07:19.185418 | fa163e14-6a36-ecc9-a21d-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2026-02-19 14:07:19.186888 | fa163e14-6a36-ecc9-a21d-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:59.569942 | 0.20s 2026-02-19 14:07:19.216047 | fa163e14-6a36-ecc9-a21d-000000002cf6 | TASK | Check for facter.conf 2026-02-19 14:07:19.406031 | fa163e14-6a36-ecc9-a21d-000000002cf6 | OK | Check for facter.conf | standalone 2026-02-19 14:07:19.407523 | fa163e14-6a36-ecc9-a21d-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:59.790577 | 0.19s 2026-02-19 14:07:19.438934 | fa163e14-6a36-ecc9-a21d-000000002cf7 | TASK | Remove facter.conf if directory 2026-02-19 14:07:19.472924 | fa163e14-6a36-ecc9-a21d-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 14:07:19.473792 | fa163e14-6a36-ecc9-a21d-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:59.856853 | 0.03s 2026-02-19 14:07:19.496046 | fa163e14-6a36-ecc9-a21d-000000002cf8 | TASK | Write facter cache config 2026-02-19 14:07:19.987900 | fa163e14-6a36-ecc9-a21d-000000002cf8 | CHANGED | Write facter cache config | standalone 2026-02-19 14:07:19.989322 | fa163e14-6a36-ecc9-a21d-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:00.372375 | 0.49s 2026-02-19 14:07:20.018650 | fa163e14-6a36-ecc9-a21d-000000002cf9 | TASK | Cleanup facter cache if exists 2026-02-19 14:07:20.248158 | fa163e14-6a36-ecc9-a21d-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2026-02-19 14:07:20.249605 | fa163e14-6a36-ecc9-a21d-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:00.632659 | 0.23s 2026-02-19 14:07:20.278443 | fa163e14-6a36-ecc9-a21d-000000002cfa | TASK | Pre-cache facts 2026-02-19 14:07:20.934874 | fa163e14-6a36-ecc9-a21d-000000002cfa | CHANGED | Pre-cache facts | standalone 2026-02-19 14:07:20.936353 | fa163e14-6a36-ecc9-a21d-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:01.319407 | 0.66s 2026-02-19 14:07:20.968440 | fa163e14-6a36-ecc9-a21d-000000002cfb | TASK | Failed deployment if facter fails 2026-02-19 14:07:21.000232 | fa163e14-6a36-ecc9-a21d-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 14:07:21.001587 | fa163e14-6a36-ecc9-a21d-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:01.384607 | 0.03s 2026-02-19 14:07:21.053143 | fa163e14-6a36-ecc9-a21d-000000002cfc | TASK | Sync cached facts 2026-02-19 14:07:21.520934 | fa163e14-6a36-ecc9-a21d-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e14-6a36-ecc9-a21d-000000002cfc') missing from stats 2026-02-19 14:07:21.576612 | fa163e14-6a36-ecc9-a21d-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 14:07:21.626156 | fa163e14-6a36-ecc9-a21d-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:02.009199 | 0.05s 2026-02-19 14:07:21.656259 | 5b398c5a-a0d0-439f-921f-c6cbc9f71354 | INCLUDED | /root/standalone-ansible-5aeqp2q2/generate-config-tasks.yaml | standalone 2026-02-19 14:07:21.694982 | fa163e14-6a36-ecc9-a21d-000000002d46 | TASK | Create base directory puppet configs 2026-02-19 14:07:21.940294 | fa163e14-6a36-ecc9-a21d-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2026-02-19 14:07:21.941679 | fa163e14-6a36-ecc9-a21d-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:14:02.324732 | 0.25s 2026-02-19 14:07:21.973211 | fa163e14-6a36-ecc9-a21d-000000002d47 | TASK | Generate container puppet configs for step 1 2026-02-19 14:07:22.270482 | fa163e14-6a36-ecc9-a21d-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2026-02-19 14:07:22.271857 | fa163e14-6a36-ecc9-a21d-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:02.654909 | 0.30s 2026-02-19 14:07:22.304328 | fa163e14-6a36-ecc9-a21d-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2026-02-19 14:07:22.332927 | fa163e14-6a36-ecc9-a21d-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:02.715966 | 0.03s 2026-02-19 14:07:22.409251 | fa163e14-6a36-ecc9-a21d-000000002dd2 | TASK | Gather variables for each operating system 2026-02-19 14:07:22.532794 | fa163e14-6a36-ecc9-a21d-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:02.915832 | 0.12s 2026-02-19 14:07:22.563840 | fa163e14-6a36-ecc9-a21d-000000002dd3 | TASK | Create container logs path 2026-02-19 14:07:22.815506 | fa163e14-6a36-ecc9-a21d-000000002dd3 | OK | Create container logs path | standalone 2026-02-19 14:07:22.816962 | fa163e14-6a36-ecc9-a21d-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:03.200015 | 0.25s 2026-02-19 14:07:22.849047 | fa163e14-6a36-ecc9-a21d-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:07:23.317197 | fa163e14-6a36-ecc9-a21d-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 14:07:23.318616 | fa163e14-6a36-ecc9-a21d-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:03.701669 | 0.47s 2026-02-19 14:07:23.349768 | fa163e14-6a36-ecc9-a21d-000000002dd6 | TASK | Finalise hashes for all containers 2026-02-19 14:07:23.438421 | fa163e14-6a36-ecc9-a21d-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:07:23.439730 | fa163e14-6a36-ecc9-a21d-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:03.822785 | 0.09s 2026-02-19 14:07:23.470046 | fa163e14-6a36-ecc9-a21d-000000002dd8 | TASK | Manage systemd shutdown files 2026-02-19 14:07:23.503211 | fa163e14-6a36-ecc9-a21d-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:07:23.504354 | fa163e14-6a36-ecc9-a21d-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:03.887408 | 0.03s 2026-02-19 14:07:23.533411 | fa163e14-6a36-ecc9-a21d-000000002dda | TASK | Update container configs with new config hashes 2026-02-19 14:07:23.594698 | fa163e14-6a36-ecc9-a21d-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:07:23.595947 | fa163e14-6a36-ecc9-a21d-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:03.979002 | 0.06s 2026-02-19 14:07:23.628173 | fa163e14-6a36-ecc9-a21d-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:07:23.689306 | fa163e14-6a36-ecc9-a21d-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:04.072353 | 0.06s 2026-02-19 14:07:23.714412 | 2967faf3-32ee-460d-9fcb-198c43e576eb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:07:23.751073 | fa163e14-6a36-ecc9-a21d-000000002e1f | TASK | Gather podman infos 2026-02-19 14:07:24.330045 | fa163e14-6a36-ecc9-a21d-000000002e1f | OK | Gather podman infos | standalone 2026-02-19 14:07:24.331525 | fa163e14-6a36-ecc9-a21d-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:04.714574 | 0.58s 2026-02-19 14:07:24.366965 | fa163e14-6a36-ecc9-a21d-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:07:24.428317 | fa163e14-6a36-ecc9-a21d-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 14:07:24.429659 | fa163e14-6a36-ecc9-a21d-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:04.812712 | 0.06s 2026-02-19 14:07:24.461607 | fa163e14-6a36-ecc9-a21d-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:07:24.517327 | fa163e14-6a36-ecc9-a21d-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:04.900369 | 0.05s 2026-02-19 14:07:24.543511 | a1a1c214-e4c1-4647-86e2-628912fa66b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:07:24.579169 | fa163e14-6a36-ecc9-a21d-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:07:55.998990 | fa163e14-6a36-ecc9-a21d-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 14:07:56.001056 | fa163e14-6a36-ecc9-a21d-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:36.384096 | 31.42s 2026-02-19 14:07:56.079124 | fa163e14-6a36-ecc9-a21d-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:07:56.162177 | fa163e14-6a36-ecc9-a21d-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 14:07:56.163496 | fa163e14-6a36-ecc9-a21d-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:36.546548 | 0.08s 2026-02-19 14:07:56.220365 | fa163e14-6a36-ecc9-a21d-000000002d4a | TASK | Diff puppet-generated changes for check mode 2026-02-19 14:07:56.253088 | fa163e14-6a36-ecc9-a21d-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-19 14:07:56.254251 | fa163e14-6a36-ecc9-a21d-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:36.637305 | 0.03s 2026-02-19 14:07:56.284249 | fa163e14-6a36-ecc9-a21d-000000002d4b | TASK | Diff puppet-generated changes for check mode 2026-02-19 14:07:56.315532 | fa163e14-6a36-ecc9-a21d-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2026-02-19 14:07:56.316669 | fa163e14-6a36-ecc9-a21d-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:36.699720 | 0.03s 2026-02-19 14:07:56.348132 | fa163e14-6a36-ecc9-a21d-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2026-02-19 14:07:56.377952 | fa163e14-6a36-ecc9-a21d-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:36.760999 | 0.03s 2026-02-19 14:07:56.447315 | fa163e14-6a36-ecc9-a21d-000000002e9f | TASK | Gather variables for each operating system 2026-02-19 14:07:56.563589 | fa163e14-6a36-ecc9-a21d-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:36.946596 | 0.11s 2026-02-19 14:07:56.593635 | fa163e14-6a36-ecc9-a21d-000000002ea0 | TASK | Create container logs path 2026-02-19 14:07:56.880819 | fa163e14-6a36-ecc9-a21d-000000002ea0 | OK | Create container logs path | standalone 2026-02-19 14:07:56.882243 | fa163e14-6a36-ecc9-a21d-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:37.265296 | 0.29s 2026-02-19 14:07:56.914151 | fa163e14-6a36-ecc9-a21d-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 14:07:57.179632 | fa163e14-6a36-ecc9-a21d-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 14:07:57.180999 | fa163e14-6a36-ecc9-a21d-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:37.564054 | 0.27s 2026-02-19 14:07:57.211809 | fa163e14-6a36-ecc9-a21d-000000002ea3 | TASK | Finalise hashes for all containers 2026-02-19 14:07:57.254129 | fa163e14-6a36-ecc9-a21d-000000002ea3 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:07:57.255489 | fa163e14-6a36-ecc9-a21d-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:37.638542 | 0.04s 2026-02-19 14:07:57.287171 | fa163e14-6a36-ecc9-a21d-000000002ea5 | TASK | Manage systemd shutdown files 2026-02-19 14:07:57.316466 | fa163e14-6a36-ecc9-a21d-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:37.699511 | 0.03s 2026-02-19 14:07:57.355605 | 5c371163-e2fd-4b4c-ac81-547ce79f9322 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 14:07:57.383956 | fa163e14-6a36-ecc9-a21d-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 14:07:57.647567 | fa163e14-6a36-ecc9-a21d-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 14:07:57.649188 | fa163e14-6a36-ecc9-a21d-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:38.032241 | 0.26s 2026-02-19 14:07:57.678254 | fa163e14-6a36-ecc9-a21d-000000002ed9 | TASK | Set podman_drop_in fact 2026-02-19 14:07:57.737839 | fa163e14-6a36-ecc9-a21d-000000002ed9 | OK | Set podman_drop_in fact | standalone 2026-02-19 14:07:57.738950 | fa163e14-6a36-ecc9-a21d-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:38.122006 | 0.06s 2026-02-19 14:07:57.767451 | fa163e14-6a36-ecc9-a21d-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 14:07:58.238234 | fa163e14-6a36-ecc9-a21d-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 14:07:58.240071 | fa163e14-6a36-ecc9-a21d-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:38.623121 | 0.47s 2026-02-19 14:07:58.691333 | fa163e14-6a36-ecc9-a21d-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 14:07:58.692440 | fa163e14-6a36-ecc9-a21d-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:39.075497 | 0.92s 2026-02-19 14:07:58.699299 | fa163e14-6a36-ecc9-a21d-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:39.082357 | 0.93s 2026-02-19 14:07:58.728165 | fa163e14-6a36-ecc9-a21d-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 14:07:59.228905 | fa163e14-6a36-ecc9-a21d-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 14:07:59.229694 | fa163e14-6a36-ecc9-a21d-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:39.612757 | 0.50s 2026-02-19 14:07:59.257824 | fa163e14-6a36-ecc9-a21d-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 14:07:59.747331 | fa163e14-6a36-ecc9-a21d-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 14:07:59.748760 | fa163e14-6a36-ecc9-a21d-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:40.131813 | 0.49s 2026-02-19 14:07:59.777565 | fa163e14-6a36-ecc9-a21d-000000002ede | TASK | Enable and start tripleo-container-shutdown 2026-02-19 14:08:00.633018 | fa163e14-6a36-ecc9-a21d-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2026-02-19 14:08:00.635034 | fa163e14-6a36-ecc9-a21d-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:41.018087 | 0.86s 2026-02-19 14:08:00.658781 | fa163e14-6a36-ecc9-a21d-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 14:08:01.100475 | fa163e14-6a36-ecc9-a21d-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 14:08:01.101955 | fa163e14-6a36-ecc9-a21d-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:41.485010 | 0.44s 2026-02-19 14:08:01.131320 | fa163e14-6a36-ecc9-a21d-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 14:08:01.640093 | fa163e14-6a36-ecc9-a21d-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 14:08:01.641604 | fa163e14-6a36-ecc9-a21d-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:42.024654 | 0.51s 2026-02-19 14:08:01.672041 | fa163e14-6a36-ecc9-a21d-000000002ee1 | TASK | Enable and start netns-placeholder 2026-02-19 14:08:02.575643 | fa163e14-6a36-ecc9-a21d-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 14:08:02.577767 | fa163e14-6a36-ecc9-a21d-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:42.960820 | 0.90s 2026-02-19 14:08:02.608164 | fa163e14-6a36-ecc9-a21d-000000002ea7 | TASK | Update container configs with new config hashes 2026-02-19 14:08:02.669018 | fa163e14-6a36-ecc9-a21d-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:43.052064 | 0.06s 2026-02-19 14:08:02.689624 | 16e82bbc-3a2d-4f4f-bafc-9a3cabf1ff77 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 14:08:02.723362 | fa163e14-6a36-ecc9-a21d-000000002f09 | TASK | Update config hashes for container startup configs 2026-02-19 14:08:03.030426 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2026-02-19 14:08:03.031629 | | WARNING | Config change detected for mysql_bootstrap, new hash: eba93aeefc933372969f7c79f42d4d8a 2026-02-19 14:08:03.032188 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: c43c462e4645c6eb7b538619f662ed17 2026-02-19 14:08:03.032715 | | WARNING | Config change detected for redis_tls_proxy, new hash: 8d6f8a5e5c28589aaf9e782c936be342 2026-02-19 14:08:03.033345 | | WARNING | Config change detected for clustercheck, new hash: 216376a95a3b1efad9b4d390a6a68731 2026-02-19 14:08:03.033959 | | WARNING | Config change detected for horizon_fix_perms, new hash: 23c01b111f798e83361c4e3096779f0f 2026-02-19 14:08:03.034534 | | WARNING | Config change detected for mysql_wait_bundle, new hash: eba93aeefc933372969f7c79f42d4d8a 2026-02-19 14:08:03.035150 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.035733 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.036331 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.036912 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.037443 | | WARNING | Config change detected for aodh_db_sync, new hash: 029b0182b904e6067b2b18b81f3301e3 2026-02-19 14:08:03.038045 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 686c07ac6323bb8610c0557da7c31e03 2026-02-19 14:08:03.038616 | | WARNING | Config change detected for glance_api_db_sync, new hash: 8240ac22cab80642b9729e94aaac7eb3-b1a1d07c4d1d3b0f6bc57f41e4eee360 2026-02-19 14:08:03.039193 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 1798e3eae1780b8cfb1bbebc7b835d45 2026-02-19 14:08:03.039802 | | WARNING | Config change detected for horizon, new hash: 23c01b111f798e83361c4e3096779f0f 2026-02-19 14:08:03.040392 | | WARNING | Config change detected for iscsid, new hash: b1a1d07c4d1d3b0f6bc57f41e4eee360 2026-02-19 14:08:03.040954 | | WARNING | Config change detected for keystone, new hash: 89478890e010dc58f95aecac2ebd00ad 2026-02-19 14:08:03.041496 | | WARNING | Config change detected for keystone_cron, new hash: 89478890e010dc58f95aecac2ebd00ad 2026-02-19 14:08:03.042075 | | WARNING | Config change detected for keystone_db_sync, new hash: 89478890e010dc58f95aecac2ebd00ad 2026-02-19 14:08:03.042706 | | WARNING | Config change detected for manila_api_db_sync, new hash: 1cb873c36c10dc86c0751f6f7335dac1 2026-02-19 14:08:03.043287 | | WARNING | Config change detected for neutron_db_sync, new hash: 173731b2903f991c98d7106b0e393b81 2026-02-19 14:08:03.043918 | | WARNING | Config change detected for nova_api_db_sync, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.044482 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.045071 | | WARNING | Config change detected for nova_db_sync, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.045660 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.046217 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.046785 | | WARNING | Config change detected for nova_virtproxyd, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.047313 | | WARNING | Config change detected for nova_virtqemud, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.048284 | | WARNING | Config change detected for nova_virtsecretd, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.048901 | | WARNING | Config change detected for nova_virtstoraged, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.049483 | | WARNING | Config change detected for octavia_db_sync, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.050064 | | WARNING | Config change detected for placement_api_db_sync, new hash: 3523ac58be141510556eed2ee0241870 2026-02-19 14:08:03.050624 | | WARNING | Config change detected for swift_copy_rings, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17-5fd75522ab117a175056e6c57ef04ee5 2026-02-19 14:08:03.051198 | | WARNING | Config change detected for aodh_api, new hash: 029b0182b904e6067b2b18b81f3301e3 2026-02-19 14:08:03.051798 | | WARNING | Config change detected for aodh_api_cron, new hash: 029b0182b904e6067b2b18b81f3301e3 2026-02-19 14:08:03.052287 | | WARNING | Config change detected for aodh_evaluator, new hash: 029b0182b904e6067b2b18b81f3301e3 2026-02-19 14:08:03.052887 | | WARNING | Config change detected for aodh_listener, new hash: 029b0182b904e6067b2b18b81f3301e3 2026-02-19 14:08:03.053410 | | WARNING | Config change detected for aodh_notifier, new hash: 029b0182b904e6067b2b18b81f3301e3 2026-02-19 14:08:03.053982 | | WARNING | Config change detected for ceilometer_agent_central, new hash: a1c81e893f288248c6eefa8577079785 2026-02-19 14:08:03.054511 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: a1c81e893f288248c6eefa8577079785 2026-02-19 14:08:03.055096 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: a1c81e893f288248c6eefa8577079785 2026-02-19 14:08:03.055662 | | WARNING | Config change detected for cinder_api, new hash: 686c07ac6323bb8610c0557da7c31e03 2026-02-19 14:08:03.056229 | | WARNING | Config change detected for cinder_api_cron, new hash: 686c07ac6323bb8610c0557da7c31e03 2026-02-19 14:08:03.056788 | | WARNING | Config change detected for cinder_scheduler, new hash: 686c07ac6323bb8610c0557da7c31e03 2026-02-19 14:08:03.057313 | | WARNING | Config change detected for glance_api, new hash: 8240ac22cab80642b9729e94aaac7eb3-b1a1d07c4d1d3b0f6bc57f41e4eee360 2026-02-19 14:08:03.057882 | | WARNING | Config change detected for glance_api_cron, new hash: 8240ac22cab80642b9729e94aaac7eb3 2026-02-19 14:08:03.058406 | | WARNING | Config change detected for glance_api_internal, new hash: 9478f0aaa756c3449145b2a0b77d77bf-b1a1d07c4d1d3b0f6bc57f41e4eee360 2026-02-19 14:08:03.058976 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 9478f0aaa756c3449145b2a0b77d77bf 2026-02-19 14:08:03.059529 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 8240ac22cab80642b9729e94aaac7eb3 2026-02-19 14:08:03.060141 | | WARNING | Config change detected for heat_api, new hash: c64d969784a40d39633b7f1b4bf5d438 2026-02-19 14:08:03.060748 | | WARNING | Config change detected for heat_api_cfn, new hash: 4f18caf5a2eff9f83b58cb6ef18fb6d8 2026-02-19 14:08:03.061286 | | WARNING | Config change detected for heat_api_cron, new hash: c64d969784a40d39633b7f1b4bf5d438 2026-02-19 14:08:03.061861 | | WARNING | Config change detected for heat_engine, new hash: 1798e3eae1780b8cfb1bbebc7b835d45 2026-02-19 14:08:03.062445 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2026-02-19 14:08:03.063073 | | WARNING | Config change detected for manila_api, new hash: 1cb873c36c10dc86c0751f6f7335dac1 2026-02-19 14:08:03.063662 | | WARNING | Config change detected for manila_api_cron, new hash: 1cb873c36c10dc86c0751f6f7335dac1 2026-02-19 14:08:03.064245 | | WARNING | Config change detected for manila_scheduler, new hash: 1cb873c36c10dc86c0751f6f7335dac1 2026-02-19 14:08:03.064880 | | WARNING | Config change detected for neutron_api, new hash: 173731b2903f991c98d7106b0e393b81 2026-02-19 14:08:03.065412 | | WARNING | Config change detected for neutron_dhcp, new hash: 173731b2903f991c98d7106b0e393b81 2026-02-19 14:08:03.066019 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 173731b2903f991c98d7106b0e393b81 2026-02-19 14:08:03.066665 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 173731b2903f991c98d7106b0e393b81 2026-02-19 14:08:03.067230 | | WARNING | Config change detected for nova_api, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.067848 | | WARNING | Config change detected for nova_api_cron, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.068406 | | WARNING | Config change detected for nova_conductor, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.069022 | | WARNING | Config change detected for nova_metadata, new hash: 36f537b3c0936af42450adbf854842e1 2026-02-19 14:08:03.069610 | | WARNING | Config change detected for nova_migration_target, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.070140 | | WARNING | Config change detected for nova_scheduler, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.070669 | | WARNING | Config change detected for nova_vnc_proxy, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.071236 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: cf4cb94d007f0455f807813faa260274 2026-02-19 14:08:03.071830 | | WARNING | Config change detected for octavia_api, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.072367 | | WARNING | Config change detected for octavia_driver_agent, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.072855 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 173731b2903f991c98d7106b0e393b81 2026-02-19 14:08:03.073596 | | WARNING | Config change detected for placement_api, new hash: 3523ac58be141510556eed2ee0241870 2026-02-19 14:08:03.073944 | | WARNING | Config change detected for placement_wait_for_service, new hash: 3523ac58be141510556eed2ee0241870 2026-02-19 14:08:03.074257 | | WARNING | Config change detected for swift_account_reaper, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.074592 | | WARNING | Config change detected for swift_account_server, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.074917 | | WARNING | Config change detected for swift_container_server, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.075249 | | WARNING | Config change detected for swift_container_updater, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.075577 | | WARNING | Config change detected for swift_object_expirer, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.075958 | | WARNING | Config change detected for swift_object_server, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.076292 | | WARNING | Config change detected for swift_object_updater, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.076625 | | WARNING | Config change detected for swift_proxy, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.076974 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 8ad5e7ba4496ef0a80b1e0e72765ed17 2026-02-19 14:08:03.077308 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: a1c81e893f288248c6eefa8577079785 2026-02-19 14:08:03.077656 | | WARNING | Config change detected for gnocchi_api, new hash: cd94031ae83d318dc55026faeb71e051 2026-02-19 14:08:03.078014 | | WARNING | Config change detected for gnocchi_db_sync, new hash: cd94031ae83d318dc55026faeb71e051 2026-02-19 14:08:03.078350 | | WARNING | Config change detected for gnocchi_metricd, new hash: cd94031ae83d318dc55026faeb71e051 2026-02-19 14:08:03.078682 | | WARNING | Config change detected for gnocchi_statsd, new hash: cd94031ae83d318dc55026faeb71e051 2026-02-19 14:08:03.079014 | | WARNING | Config change detected for nova_compute, new hash: b1a1d07c4d1d3b0f6bc57f41e4eee360-92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.079347 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 92a225307c0be34cc84c86750b143d52 2026-02-19 14:08:03.079741 | | WARNING | Config change detected for octavia_health_manager, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.080053 | | WARNING | Config change detected for octavia_housekeeping, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.080419 | | WARNING | Config change detected for octavia_rsyslog, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.080775 | | WARNING | Config change detected for octavia_worker, new hash: 66fbec9c2aa60df3268ba347ae92a0f5 2026-02-19 14:08:03.081103 | fa163e14-6a36-ecc9-a21d-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2026-02-19 14:08:03.081709 | fa163e14-6a36-ecc9-a21d-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:43.464747 | 0.36s 2026-02-19 14:08:03.105572 | fa163e14-6a36-ecc9-a21d-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 14:08:03.143696 | fa163e14-6a36-ecc9-a21d-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:43.526742 | 0.04s 2026-02-19 14:08:03.166406 | 693a77cc-a572-439a-beb0-6644b66f356f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:08:03.194084 | fa163e14-6a36-ecc9-a21d-000000002f28 | TASK | Gather podman infos 2026-02-19 14:08:04.082353 | fa163e14-6a36-ecc9-a21d-000000002f28 | OK | Gather podman infos | standalone 2026-02-19 14:08:04.083600 | fa163e14-6a36-ecc9-a21d-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:44.466655 | 0.89s 2026-02-19 14:08:04.149842 | fa163e14-6a36-ecc9-a21d-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 14:08:04.211456 | fa163e14-6a36-ecc9-a21d-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:44.594504 | 0.06s 2026-02-19 14:08:04.336735 | fa163e14-6a36-ecc9-a21d-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:44.719769 | 0.06s 2026-02-19 14:08:04.394793 | fa163e14-6a36-ecc9-a21d-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 14:08:04.447383 | fa163e14-6a36-ecc9-a21d-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:44.830429 | 0.05s 2026-02-19 14:08:04.470389 | 4627bfb4-d14f-418b-b769-cc1c740c172b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:08:04.506440 | fa163e14-6a36-ecc9-a21d-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 14:08:13.393832 | fa163e14-6a36-ecc9-a21d-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2026-02-19 14:08:13.395414 | fa163e14-6a36-ecc9-a21d-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:53.778467 | 8.89s 2026-02-19 14:08:13.430484 | fa163e14-6a36-ecc9-a21d-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2026-02-19 14:08:17.890490 | fa163e14-6a36-ecc9-a21d-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 14:08:17.891952 | fa163e14-6a36-ecc9-a21d-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:58.275007 | 4.46s 2026-02-19 14:08:17.965377 | fa163e14-6a36-ecc9-a21d-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2026-02-19 14:08:18.199777 | fa163e14-6a36-ecc9-a21d-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2026-02-19 14:08:18.201218 | fa163e14-6a36-ecc9-a21d-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:58.584271 | 0.23s 2026-02-19 14:08:18.248729 | fa163e14-6a36-ecc9-a21d-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2026-02-19 14:08:18.302997 | fa163e14-6a36-ecc9-a21d-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:58.686046 | 0.05s 2026-02-19 14:08:18.333656 | fa163e14-6a36-ecc9-a21d-000000002cb4 | TASK | Include container-puppet tasks for step 1 2026-02-19 14:08:18.378640 | fa163e14-6a36-ecc9-a21d-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:58.761687 | 0.04s 2026-02-19 14:08:18.405287 | ea528e6d-fc11-4a00-8c2c-c570d82c3a9f | INCLUDED | /root/standalone-ansible-5aeqp2q2/host-container-puppet-tasks.yaml | standalone 2026-02-19 14:08:18.452982 | fa163e14-6a36-ecc9-a21d-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2026-02-19 14:08:18.957360 | fa163e14-6a36-ecc9-a21d-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2026-02-19 14:08:18.958673 | fa163e14-6a36-ecc9-a21d-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:59.341729 | 0.50s 2026-02-19 14:08:18.991309 | fa163e14-6a36-ecc9-a21d-000000002fe6 | TASK | Generate container puppet configs for step 1 2026-02-19 14:08:19.280657 | fa163e14-6a36-ecc9-a21d-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2026-02-19 14:08:19.282023 | fa163e14-6a36-ecc9-a21d-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:59.665077 | 0.29s 2026-02-19 14:08:19.313241 | fa163e14-6a36-ecc9-a21d-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2026-02-19 14:08:19.343141 | fa163e14-6a36-ecc9-a21d-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:59.726187 | 0.03s 2026-02-19 14:08:19.402031 | fa163e14-6a36-ecc9-a21d-000000002dd2 | TASK | Gather variables for each operating system 2026-02-19 14:08:19.517805 | fa163e14-6a36-ecc9-a21d-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:59.900847 | 0.11s 2026-02-19 14:08:19.547720 | fa163e14-6a36-ecc9-a21d-000000002dd3 | TASK | Create container logs path 2026-02-19 14:08:19.813166 | fa163e14-6a36-ecc9-a21d-000000002dd3 | OK | Create container logs path | standalone 2026-02-19 14:08:19.814611 | fa163e14-6a36-ecc9-a21d-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:00.197664 | 0.27s 2026-02-19 14:08:19.848678 | fa163e14-6a36-ecc9-a21d-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:08:20.105966 | fa163e14-6a36-ecc9-a21d-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 14:08:20.107257 | fa163e14-6a36-ecc9-a21d-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.490311 | 0.26s 2026-02-19 14:08:20.137089 | fa163e14-6a36-ecc9-a21d-000000002dd6 | TASK | Finalise hashes for all containers 2026-02-19 14:08:20.181814 | fa163e14-6a36-ecc9-a21d-000000002dd6 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:08:20.182953 | fa163e14-6a36-ecc9-a21d-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:00.566009 | 0.04s 2026-02-19 14:08:20.213271 | fa163e14-6a36-ecc9-a21d-000000002dd8 | TASK | Manage systemd shutdown files 2026-02-19 14:08:20.246348 | fa163e14-6a36-ecc9-a21d-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:08:20.247452 | fa163e14-6a36-ecc9-a21d-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:00.630507 | 0.03s 2026-02-19 14:08:20.276400 | fa163e14-6a36-ecc9-a21d-000000002dda | TASK | Update container configs with new config hashes 2026-02-19 14:08:20.327900 | fa163e14-6a36-ecc9-a21d-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:08:20.329001 | fa163e14-6a36-ecc9-a21d-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:00.712055 | 0.05s 2026-02-19 14:08:20.360346 | fa163e14-6a36-ecc9-a21d-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:08:20.410722 | fa163e14-6a36-ecc9-a21d-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 14:08:20.411831 | fa163e14-6a36-ecc9-a21d-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.794887 | 0.05s 2026-02-19 14:08:20.443498 | fa163e14-6a36-ecc9-a21d-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2026-02-19 14:08:20.495027 | fa163e14-6a36-ecc9-a21d-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2026-02-19 14:08:20.496238 | fa163e14-6a36-ecc9-a21d-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.879291 | 0.05s PLAY [External deployment step 2] ********************************************** 2026-02-19 14:08:20.675715 | fa163e14-6a36-ecc9-a21d-0000000000c6 | TASK | External deployment step 2 2026-02-19 14:08:20.704925 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000c6') missing from stats 2026-02-19 14:08:20.763089 | fa163e14-6a36-ecc9-a21d-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:01.146136 | 0.04s 2026-02-19 14:08:20.769680 | aa89230b-3828-47b0-8971-45ad20aca4a6 | INCLUDED | /root/standalone-ansible-5aeqp2q2/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2026-02-19 14:08:20.904262 | fa163e14-6a36-ecc9-a21d-0000000000ca | TASK | Deploy step tasks for 2 2026-02-19 14:08:20.932474 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000ca') missing from stats 2026-02-19 14:08:20.953916 | fa163e14-6a36-ecc9-a21d-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2026-02-19 14:08:21.453082 | fa163e14-6a36-ecc9-a21d-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2026-02-19 14:08:21.454379 | fa163e14-6a36-ecc9-a21d-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:01.837434 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 14:08:21.530892 | fa163e14-6a36-ecc9-a21d-0000000000cc | TIMING | include_tasks | standalone | 0:15:01.913947 | 0.05s 2026-02-19 14:08:21.624864 | a8d93f4d-5a60-494d-abba-b6ce33265d6b | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/deploy_steps_tasks_step2.yaml | standalone 2026-02-19 14:08:21.659428 | fa163e14-6a36-ecc9-a21d-000000003075 | TASK | Push script 2026-02-19 14:08:22.129709 | fa163e14-6a36-ecc9-a21d-000000003075 | CHANGED | Push script | standalone 2026-02-19 14:08:22.131024 | fa163e14-6a36-ecc9-a21d-000000003075 | TIMING | Push script | standalone | 0:15:02.514078 | 0.47s 2026-02-19 14:08:22.159030 | fa163e14-6a36-ecc9-a21d-000000003076 | TASK | Insert cronjob in root crontab 2026-02-19 14:08:22.582566 | fa163e14-6a36-ecc9-a21d-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2026-02-19 14:08:22.583518 | fa163e14-6a36-ecc9-a21d-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:15:02.966578 | 0.42s 2026-02-19 14:08:22.604923 | fa163e14-6a36-ecc9-a21d-00000000307d | TASK | Gather variables for each operating system 2026-02-19 14:08:22.688901 | fa163e14-6a36-ecc9-a21d-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:03.071943 | 0.08s 2026-02-19 14:08:22.719080 | fa163e14-6a36-ecc9-a21d-00000000307e | TASK | Detect if resource is being created or already exists 2026-02-19 14:08:23.427908 | fa163e14-6a36-ecc9-a21d-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 14:08:23.429275 | fa163e14-6a36-ecc9-a21d-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:03.812331 | 0.71s 2026-02-19 14:08:23.460094 | fa163e14-6a36-ecc9-a21d-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2026-02-19 14:10:08.332342 | fa163e14-6a36-ecc9-a21d-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2026-02-19 14:10:08.334320 | fa163e14-6a36-ecc9-a21d-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:48.717372 | 104.87s 2026-02-19 14:10:08.368508 | fa163e14-6a36-ecc9-a21d-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2026-02-19 14:10:08.639927 | fa163e14-6a36-ecc9-a21d-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2026-02-19 14:10:08.641295 | fa163e14-6a36-ecc9-a21d-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:49.024350 | 0.27s 2026-02-19 14:10:08.670918 | fa163e14-6a36-ecc9-a21d-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 14:10:09.286049 | fa163e14-6a36-ecc9-a21d-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 14:10:09.287401 | fa163e14-6a36-ecc9-a21d-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:49.670456 | 0.61s 2026-02-19 14:10:09.318223 | fa163e14-6a36-ecc9-a21d-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2026-02-19 14:10:09.574970 | fa163e14-6a36-ecc9-a21d-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2026-02-19 14:10:09.576315 | fa163e14-6a36-ecc9-a21d-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:49.959369 | 0.26s 2026-02-19 14:10:09.607101 | fa163e14-6a36-ecc9-a21d-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2026-02-19 14:10:09.660116 | fa163e14-6a36-ecc9-a21d-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2026-02-19 14:10:09.661377 | fa163e14-6a36-ecc9-a21d-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:50.044430 | 0.05s 2026-02-19 14:10:09.693119 | fa163e14-6a36-ecc9-a21d-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2026-02-19 14:10:09.744785 | fa163e14-6a36-ecc9-a21d-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2026-02-19 14:10:09.745965 | fa163e14-6a36-ecc9-a21d-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:50.129020 | 0.05s 2026-02-19 14:10:09.777255 | fa163e14-6a36-ecc9-a21d-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2026-02-19 14:10:09.828279 | fa163e14-6a36-ecc9-a21d-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2026-02-19 14:10:09.829573 | fa163e14-6a36-ecc9-a21d-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:50.212597 | 0.05s 2026-02-19 14:10:09.863744 | fa163e14-6a36-ecc9-a21d-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 14:10:09.918927 | fa163e14-6a36-ecc9-a21d-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 14:10:09.920265 | fa163e14-6a36-ecc9-a21d-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:50.303318 | 0.05s 2026-02-19 14:10:09.952776 | fa163e14-6a36-ecc9-a21d-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2026-02-19 14:10:10.004714 | fa163e14-6a36-ecc9-a21d-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2026-02-19 14:10:10.005894 | fa163e14-6a36-ecc9-a21d-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:50.388949 | 0.05s 2026-02-19 14:10:10.061580 | fa163e14-6a36-ecc9-a21d-0000000030a9 | TASK | Gather variables for each operating system 2026-02-19 14:10:10.179400 | fa163e14-6a36-ecc9-a21d-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:50.562445 | 0.12s 2026-02-19 14:10:10.210255 | fa163e14-6a36-ecc9-a21d-0000000030aa | TASK | Detect if resource is being created or already exists 2026-02-19 14:10:10.949646 | fa163e14-6a36-ecc9-a21d-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 14:10:10.950964 | fa163e14-6a36-ecc9-a21d-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:51.334019 | 0.74s 2026-02-19 14:10:10.981058 | fa163e14-6a36-ecc9-a21d-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2026-02-19 14:10:39.761972 | fa163e14-6a36-ecc9-a21d-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2026-02-19 14:10:39.763744 | fa163e14-6a36-ecc9-a21d-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:20.146797 | 28.78s 2026-02-19 14:10:39.796239 | fa163e14-6a36-ecc9-a21d-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2026-02-19 14:10:40.064227 | fa163e14-6a36-ecc9-a21d-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2026-02-19 14:10:40.065766 | fa163e14-6a36-ecc9-a21d-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:20.448819 | 0.27s 2026-02-19 14:10:40.095765 | fa163e14-6a36-ecc9-a21d-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 14:10:40.508013 | fa163e14-6a36-ecc9-a21d-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 14:10:40.509001 | fa163e14-6a36-ecc9-a21d-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:20.892063 | 0.41s 2026-02-19 14:10:40.529208 | fa163e14-6a36-ecc9-a21d-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2026-02-19 14:10:40.790392 | fa163e14-6a36-ecc9-a21d-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2026-02-19 14:10:40.791749 | fa163e14-6a36-ecc9-a21d-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:21.174803 | 0.26s 2026-02-19 14:10:40.822638 | fa163e14-6a36-ecc9-a21d-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2026-02-19 14:10:40.862042 | fa163e14-6a36-ecc9-a21d-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2026-02-19 14:10:40.863101 | fa163e14-6a36-ecc9-a21d-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:21.246157 | 0.04s 2026-02-19 14:10:40.890693 | fa163e14-6a36-ecc9-a21d-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2026-02-19 14:10:40.929806 | fa163e14-6a36-ecc9-a21d-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2026-02-19 14:10:40.930937 | fa163e14-6a36-ecc9-a21d-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:21.313991 | 0.04s 2026-02-19 14:10:40.954498 | fa163e14-6a36-ecc9-a21d-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2026-02-19 14:10:40.996025 | fa163e14-6a36-ecc9-a21d-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2026-02-19 14:10:40.997000 | fa163e14-6a36-ecc9-a21d-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:21.380055 | 0.04s 2026-02-19 14:10:41.025674 | fa163e14-6a36-ecc9-a21d-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 14:10:41.062968 | fa163e14-6a36-ecc9-a21d-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 14:10:41.064012 | fa163e14-6a36-ecc9-a21d-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:21.447068 | 0.04s 2026-02-19 14:10:41.090193 | fa163e14-6a36-ecc9-a21d-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2026-02-19 14:10:41.120125 | fa163e14-6a36-ecc9-a21d-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2026-02-19 14:10:41.121127 | fa163e14-6a36-ecc9-a21d-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:21.504183 | 0.03s 2026-02-19 14:10:41.166221 | fa163e14-6a36-ecc9-a21d-0000000030d5 | TASK | Gather variables for each operating system 2026-02-19 14:10:41.247002 | fa163e14-6a36-ecc9-a21d-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:21.630055 | 0.08s 2026-02-19 14:10:41.269965 | fa163e14-6a36-ecc9-a21d-0000000030d6 | TASK | Detect if resource is being created or already exists 2026-02-19 14:10:42.055068 | fa163e14-6a36-ecc9-a21d-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 14:10:42.056977 | fa163e14-6a36-ecc9-a21d-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:22.440027 | 0.79s 2026-02-19 14:10:42.091347 | fa163e14-6a36-ecc9-a21d-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2026-02-19 14:11:09.687138 | fa163e14-6a36-ecc9-a21d-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2026-02-19 14:11:09.689050 | fa163e14-6a36-ecc9-a21d-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:50.072105 | 27.60s 2026-02-19 14:11:09.721253 | fa163e14-6a36-ecc9-a21d-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2026-02-19 14:11:09.984372 | fa163e14-6a36-ecc9-a21d-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2026-02-19 14:11:09.985194 | fa163e14-6a36-ecc9-a21d-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:50.368258 | 0.26s 2026-02-19 14:11:10.004715 | fa163e14-6a36-ecc9-a21d-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 14:11:10.485893 | fa163e14-6a36-ecc9-a21d-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 14:11:10.486863 | fa163e14-6a36-ecc9-a21d-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:50.869927 | 0.48s 2026-02-19 14:11:10.506879 | fa163e14-6a36-ecc9-a21d-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2026-02-19 14:11:10.726728 | fa163e14-6a36-ecc9-a21d-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2026-02-19 14:11:10.728229 | fa163e14-6a36-ecc9-a21d-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:51.111281 | 0.22s 2026-02-19 14:11:10.773303 | fa163e14-6a36-ecc9-a21d-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2026-02-19 14:11:10.813041 | fa163e14-6a36-ecc9-a21d-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2026-02-19 14:11:10.814457 | fa163e14-6a36-ecc9-a21d-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:51.197509 | 0.04s 2026-02-19 14:11:10.849788 | fa163e14-6a36-ecc9-a21d-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2026-02-19 14:11:10.888863 | fa163e14-6a36-ecc9-a21d-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2026-02-19 14:11:10.889830 | fa163e14-6a36-ecc9-a21d-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:51.272890 | 0.04s 2026-02-19 14:11:10.913277 | fa163e14-6a36-ecc9-a21d-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2026-02-19 14:11:10.971814 | fa163e14-6a36-ecc9-a21d-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2026-02-19 14:11:10.973074 | fa163e14-6a36-ecc9-a21d-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:51.356128 | 0.06s 2026-02-19 14:11:11.007170 | fa163e14-6a36-ecc9-a21d-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 14:11:11.048841 | fa163e14-6a36-ecc9-a21d-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 14:11:11.051103 | fa163e14-6a36-ecc9-a21d-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:51.434155 | 0.04s 2026-02-19 14:11:11.089644 | fa163e14-6a36-ecc9-a21d-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2026-02-19 14:11:11.141471 | fa163e14-6a36-ecc9-a21d-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2026-02-19 14:11:11.142912 | fa163e14-6a36-ecc9-a21d-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:51.525966 | 0.05s 2026-02-19 14:11:11.199882 | fa163e14-6a36-ecc9-a21d-000000003101 | TASK | Gather variables for each operating system 2026-02-19 14:11:11.314037 | fa163e14-6a36-ecc9-a21d-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:51.697081 | 0.11s 2026-02-19 14:11:11.344845 | fa163e14-6a36-ecc9-a21d-000000003102 | TASK | Detect if resource is being created or already exists 2026-02-19 14:11:12.132279 | fa163e14-6a36-ecc9-a21d-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 14:11:12.134173 | fa163e14-6a36-ecc9-a21d-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:52.517226 | 0.79s 2026-02-19 14:11:12.164999 | fa163e14-6a36-ecc9-a21d-000000003103 | TASK | Run init bundle puppet on the host for redis 2026-02-19 14:11:40.365395 | fa163e14-6a36-ecc9-a21d-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2026-02-19 14:11:40.366635 | fa163e14-6a36-ecc9-a21d-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:20.749696 | 28.20s 2026-02-19 14:11:40.389322 | fa163e14-6a36-ecc9-a21d-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2026-02-19 14:11:40.616280 | fa163e14-6a36-ecc9-a21d-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2026-02-19 14:11:40.617817 | fa163e14-6a36-ecc9-a21d-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:21.000869 | 0.23s 2026-02-19 14:11:40.650664 | fa163e14-6a36-ecc9-a21d-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 14:11:41.058388 | fa163e14-6a36-ecc9-a21d-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 14:11:41.060003 | fa163e14-6a36-ecc9-a21d-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:21.443055 | 0.41s 2026-02-19 14:11:41.091145 | fa163e14-6a36-ecc9-a21d-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2026-02-19 14:11:41.344374 | fa163e14-6a36-ecc9-a21d-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2026-02-19 14:11:41.345999 | fa163e14-6a36-ecc9-a21d-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:21.729052 | 0.25s 2026-02-19 14:11:41.378039 | fa163e14-6a36-ecc9-a21d-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2026-02-19 14:11:41.418031 | fa163e14-6a36-ecc9-a21d-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2026-02-19 14:11:41.418983 | fa163e14-6a36-ecc9-a21d-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:21.802042 | 0.04s 2026-02-19 14:11:41.445682 | fa163e14-6a36-ecc9-a21d-000000003109 | TASK | Get container image tag from bundle redis-bundle 2026-02-19 14:11:41.482652 | fa163e14-6a36-ecc9-a21d-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2026-02-19 14:11:41.483864 | fa163e14-6a36-ecc9-a21d-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:21.866917 | 0.04s 2026-02-19 14:11:41.516536 | fa163e14-6a36-ecc9-a21d-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2026-02-19 14:11:41.566794 | fa163e14-6a36-ecc9-a21d-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2026-02-19 14:11:41.568071 | fa163e14-6a36-ecc9-a21d-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:21.951124 | 0.05s 2026-02-19 14:11:41.599858 | fa163e14-6a36-ecc9-a21d-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 14:11:41.658641 | fa163e14-6a36-ecc9-a21d-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 14:11:41.659525 | fa163e14-6a36-ecc9-a21d-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:22.042584 | 0.06s 2026-02-19 14:11:41.686481 | fa163e14-6a36-ecc9-a21d-00000000310c | TASK | Remove update marker for bundle redis-bundle 2026-02-19 14:11:41.735446 | fa163e14-6a36-ecc9-a21d-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2026-02-19 14:11:41.736383 | fa163e14-6a36-ecc9-a21d-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:22.119442 | 0.05s 2026-02-19 14:11:41.782457 | fa163e14-6a36-ecc9-a21d-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2026-02-19 14:11:41.995602 | fa163e14-6a36-ecc9-a21d-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2026-02-19 14:11:41.996594 | fa163e14-6a36-ecc9-a21d-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:22.379654 | 0.21s 2026-02-19 14:11:42.099853 | fa163e14-6a36-ecc9-a21d-0000000000cf | TIMING | include_tasks | standalone | 0:18:22.482858 | 0.08s 2026-02-19 14:11:42.140409 | 64266bc1-ea1c-46b7-bd85-daf39c9aaa5d | INCLUDED | /root/standalone-ansible-5aeqp2q2/common_deploy_steps_tasks.yaml | standalone 2026-02-19 14:11:42.166502 | fa163e14-6a36-ecc9-a21d-0000000031a1 | TASK | Write the config_step hieradata 2026-02-19 14:11:42.695700 | fa163e14-6a36-ecc9-a21d-0000000031a1 | OK | Write the config_step hieradata | standalone 2026-02-19 14:11:42.698368 | fa163e14-6a36-ecc9-a21d-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:23.081420 | 0.53s 2026-02-19 14:11:42.729213 | fa163e14-6a36-ecc9-a21d-0000000031a2 | TASK | Run puppet host configuration for step 2 2026-02-19 14:11:43.006186 | fa163e14-6a36-ecc9-a21d-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2026-02-19 14:11:43.008912 | fa163e14-6a36-ecc9-a21d-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:23.391862 | 0.28s 2026-02-19 14:11:43.039387 | fa163e14-6a36-ecc9-a21d-0000000031a3 | TASK | Wait for puppet host configuration to finish 2026-02-19 14:11:43.252429 | fa163e14-6a36-ecc9-a21d-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 14:11:53.476015 | fa163e14-6a36-ecc9-a21d-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 14:12:03.716002 | fa163e14-6a36-ecc9-a21d-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 14:12:03.717331 | fa163e14-6a36-ecc9-a21d-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:44.100385 | 20.68s 2026-02-19 14:12:03.747716 | fa163e14-6a36-ecc9-a21d-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2026-02-19 14:12:03.842189 | fa163e14-6a36-ecc9-a21d-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 14:11:43 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 14:11:49 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 14:11:49 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 14:11:49 puppet-user: (file & line not available)", "<13>Feb 19 14:11:49 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Feb 19 14:11:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Feb 19 14:11:49 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 14:11:49 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Feb 19 14:11:55 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 14:11:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 14:12:00 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 14:12:00 puppet-user: Notice: Applied catalog in 10.28 seconds", "<13>Feb 19 14:12:00 puppet-user: Application:", "<13>Feb 19 14:12:00 puppet-user: Initial environment: production", "<13>Feb 19 14:12:00 puppet-user: Converged environment: production", "<13>Feb 19 14:12:00 puppet-user: Run mode: user", "<13>Feb 19 14:12:00 puppet-user: Changes:", "<13>Feb 19 14:12:00 puppet-user: Total: 2", "<13>Feb 19 14:12:00 puppet-user: Events:", "<13>Feb 19 14:12:00 puppet-user: Success: 2", "<13>Feb 19 14:12:00 puppet-user: Resources:", "<13>Feb 19 14:12:00 puppet-user: Changed: 2", "<13>Feb 19 14:12:00 puppet-user: Out of sync: 2", "<13>Feb 19 14:12:00 puppet-user: Total: 28", "<13>Feb 19 14:12:00 puppet-user: Time:", "<13>Feb 19 14:12:00 puppet-user: Filebucket: 0.00", "<13>Feb 19 14:12:00 puppet-user: Schedule: 0.00", "<13>Feb 19 14:12:00 puppet-user: File line: 0.00", "<13>Feb 19 14:12:00 puppet-user: Package: 0.00", "<13>Feb 19 14:12:00 puppet-user: File: 0.00", "<13>Feb 19 14:12:00 puppet-user: Augeas: 0.01", "<13>Feb 19 14:12:00 puppet-user: User: 0.01", "<13>Feb 19 14:12:00 puppet-user: Service: 0.12", "<13>Feb 19 14:12:00 puppet-user: Config retrieval: 0.50", "<13>Feb 19 14:12:00 puppet-user: Pcmk property: 1.49", "<13>Feb 19 14:12:00 puppet-user: Transaction evaluation: 10.26", "<13>Feb 19 14:12:00 puppet-user: Catalog application: 10.28", "<13>Feb 19 14:12:00 puppet-user: Last run: 1771510320", "<13>Feb 19 14:12:00 puppet-user: Exec: 2.07", "<13>Feb 19 14:12:00 puppet-user: Pcmk resource default: 3.12", "<13>Feb 19 14:12:00 puppet-user: Pcmk resource op default: 3.23", "<13>Feb 19 14:12:00 puppet-user: Total: 10.29", "<13>Feb 19 14:12:00 puppet-user: Version:", "<13>Feb 19 14:12:00 puppet-user: Config: 1771510309", "<13>Feb 19 14:12:00 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 14:12:03.843699 | fa163e14-6a36-ecc9-a21d-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:44.226753 | 0.09s 2026-02-19 14:12:03.873596 | fa163e14-6a36-ecc9-a21d-0000000031a5 | TASK | Pre-cache facts for puppet containers 2026-02-19 14:12:03.903784 | fa163e14-6a36-ecc9-a21d-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:44.286823 | 0.03s 2026-02-19 14:12:03.967847 | fa163e14-6a36-ecc9-a21d-0000000031e4 | TASK | Gather variables for each operating system 2026-02-19 14:12:04.069487 | fa163e14-6a36-ecc9-a21d-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:44.452499 | 0.10s 2026-02-19 14:12:04.099391 | fa163e14-6a36-ecc9-a21d-0000000031e5 | TASK | Create puppet caching structures 2026-02-19 14:12:04.342021 | fa163e14-6a36-ecc9-a21d-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2026-02-19 14:12:04.343459 | fa163e14-6a36-ecc9-a21d-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:44.726513 | 0.24s 2026-02-19 14:12:04.372411 | fa163e14-6a36-ecc9-a21d-0000000031e6 | TASK | Check for facter.conf 2026-02-19 14:12:04.600218 | fa163e14-6a36-ecc9-a21d-0000000031e6 | OK | Check for facter.conf | standalone 2026-02-19 14:12:04.601221 | fa163e14-6a36-ecc9-a21d-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:44.984281 | 0.23s 2026-02-19 14:12:04.620760 | fa163e14-6a36-ecc9-a21d-0000000031e7 | TASK | Remove facter.conf if directory 2026-02-19 14:12:04.668830 | fa163e14-6a36-ecc9-a21d-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 14:12:04.670120 | fa163e14-6a36-ecc9-a21d-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:45.053172 | 0.05s 2026-02-19 14:12:04.698800 | fa163e14-6a36-ecc9-a21d-0000000031e8 | TASK | Write facter cache config 2026-02-19 14:12:05.184233 | fa163e14-6a36-ecc9-a21d-0000000031e8 | CHANGED | Write facter cache config | standalone 2026-02-19 14:12:05.185621 | fa163e14-6a36-ecc9-a21d-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:45.568676 | 0.49s 2026-02-19 14:12:05.216858 | fa163e14-6a36-ecc9-a21d-0000000031e9 | TASK | Cleanup facter cache if exists 2026-02-19 14:12:05.450174 | fa163e14-6a36-ecc9-a21d-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 14:12:05.451469 | fa163e14-6a36-ecc9-a21d-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:45.834525 | 0.23s 2026-02-19 14:12:05.474645 | fa163e14-6a36-ecc9-a21d-0000000031ea | TASK | Pre-cache facts 2026-02-19 14:12:06.076452 | fa163e14-6a36-ecc9-a21d-0000000031ea | CHANGED | Pre-cache facts | standalone 2026-02-19 14:12:06.077786 | fa163e14-6a36-ecc9-a21d-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:46.460841 | 0.60s 2026-02-19 14:12:06.108782 | fa163e14-6a36-ecc9-a21d-0000000031eb | TASK | Failed deployment if facter fails 2026-02-19 14:12:06.141732 | fa163e14-6a36-ecc9-a21d-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 14:12:06.143054 | fa163e14-6a36-ecc9-a21d-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:46.526108 | 0.03s 2026-02-19 14:12:06.188240 | fa163e14-6a36-ecc9-a21d-0000000031ec | TASK | Sync cached facts 2026-02-19 14:12:06.498718 | fa163e14-6a36-ecc9-a21d-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e14-6a36-ecc9-a21d-0000000031ec') missing from stats 2026-02-19 14:12:06.543827 | fa163e14-6a36-ecc9-a21d-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 14:12:06.594004 | fa163e14-6a36-ecc9-a21d-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 14:12:06.595259 | fa163e14-6a36-ecc9-a21d-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:46.978312 | 0.05s 2026-02-19 14:12:06.620326 | fa163e14-6a36-ecc9-a21d-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2026-02-19 14:12:06.650660 | fa163e14-6a36-ecc9-a21d-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:47.033702 | 0.03s 2026-02-19 14:12:06.722719 | fa163e14-6a36-ecc9-a21d-000000003243 | TASK | Gather variables for each operating system 2026-02-19 14:12:06.845231 | fa163e14-6a36-ecc9-a21d-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:47.228274 | 0.12s 2026-02-19 14:12:06.874436 | fa163e14-6a36-ecc9-a21d-000000003244 | TASK | Create container logs path 2026-02-19 14:12:07.128191 | fa163e14-6a36-ecc9-a21d-000000003244 | OK | Create container logs path | standalone 2026-02-19 14:12:07.129694 | fa163e14-6a36-ecc9-a21d-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:47.512746 | 0.25s 2026-02-19 14:12:07.163231 | fa163e14-6a36-ecc9-a21d-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 14:12:07.440288 | fa163e14-6a36-ecc9-a21d-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 14:12:07.441617 | fa163e14-6a36-ecc9-a21d-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:47.824671 | 0.28s 2026-02-19 14:12:07.472313 | fa163e14-6a36-ecc9-a21d-000000003247 | TASK | Finalise hashes for all containers 2026-02-19 14:12:07.548304 | fa163e14-6a36-ecc9-a21d-000000003247 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:12:07.549575 | fa163e14-6a36-ecc9-a21d-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:47.932604 | 0.08s 2026-02-19 14:12:07.579772 | fa163e14-6a36-ecc9-a21d-000000003249 | TASK | Manage systemd shutdown files 2026-02-19 14:12:07.613762 | fa163e14-6a36-ecc9-a21d-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:47.996806 | 0.03s 2026-02-19 14:12:07.647708 | cc4ba027-9dce-4191-a665-fbf1526dd99b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 14:12:07.675632 | fa163e14-6a36-ecc9-a21d-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 14:12:07.937244 | fa163e14-6a36-ecc9-a21d-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 14:12:07.938661 | fa163e14-6a36-ecc9-a21d-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:48.321715 | 0.26s 2026-02-19 14:12:07.970173 | fa163e14-6a36-ecc9-a21d-00000000327d | TASK | Set podman_drop_in fact 2026-02-19 14:12:08.023411 | fa163e14-6a36-ecc9-a21d-00000000327d | OK | Set podman_drop_in fact | standalone 2026-02-19 14:12:08.024842 | fa163e14-6a36-ecc9-a21d-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:48.407897 | 0.05s 2026-02-19 14:12:08.054424 | fa163e14-6a36-ecc9-a21d-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 14:12:08.554822 | fa163e14-6a36-ecc9-a21d-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 14:12:08.557242 | fa163e14-6a36-ecc9-a21d-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:48.940287 | 0.50s 2026-02-19 14:12:09.060908 | fa163e14-6a36-ecc9-a21d-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 14:12:09.062752 | fa163e14-6a36-ecc9-a21d-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:49.445807 | 1.01s 2026-02-19 14:12:09.073268 | fa163e14-6a36-ecc9-a21d-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:49.456317 | 1.02s 2026-02-19 14:12:09.104183 | fa163e14-6a36-ecc9-a21d-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 14:12:09.628988 | fa163e14-6a36-ecc9-a21d-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 14:12:09.630415 | fa163e14-6a36-ecc9-a21d-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:50.013469 | 0.52s 2026-02-19 14:12:09.659445 | fa163e14-6a36-ecc9-a21d-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 14:12:10.150341 | fa163e14-6a36-ecc9-a21d-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 14:12:10.151733 | fa163e14-6a36-ecc9-a21d-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:50.534788 | 0.49s 2026-02-19 14:12:10.180734 | fa163e14-6a36-ecc9-a21d-000000003282 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 14:12:10.897049 | fa163e14-6a36-ecc9-a21d-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 14:12:10.899997 | fa163e14-6a36-ecc9-a21d-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:51.283044 | 0.72s 2026-02-19 14:12:10.925428 | fa163e14-6a36-ecc9-a21d-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 14:12:11.428985 | fa163e14-6a36-ecc9-a21d-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 14:12:11.430382 | fa163e14-6a36-ecc9-a21d-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:51.813436 | 0.50s 2026-02-19 14:12:11.459106 | fa163e14-6a36-ecc9-a21d-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 14:12:11.983004 | fa163e14-6a36-ecc9-a21d-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 14:12:11.984416 | fa163e14-6a36-ecc9-a21d-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:52.367470 | 0.52s 2026-02-19 14:12:12.015709 | fa163e14-6a36-ecc9-a21d-000000003285 | TASK | Enable and start netns-placeholder 2026-02-19 14:12:12.680205 | fa163e14-6a36-ecc9-a21d-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 14:12:12.682320 | fa163e14-6a36-ecc9-a21d-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:53.065374 | 0.66s 2026-02-19 14:12:12.713798 | fa163e14-6a36-ecc9-a21d-00000000324b | TASK | Update container configs with new config hashes 2026-02-19 14:12:12.776513 | fa163e14-6a36-ecc9-a21d-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:53.159558 | 0.06s 2026-02-19 14:12:12.798619 | 01799fc6-9de4-4c91-a46d-57a33b6611da | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 14:12:12.833423 | fa163e14-6a36-ecc9-a21d-0000000032ad | TASK | Update config hashes for container startup configs 2026-02-19 14:12:13.080104 | fa163e14-6a36-ecc9-a21d-0000000032ad | OK | Update config hashes for container startup configs | standalone 2026-02-19 14:12:13.081487 | fa163e14-6a36-ecc9-a21d-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:53.464540 | 0.25s 2026-02-19 14:12:13.116138 | fa163e14-6a36-ecc9-a21d-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 14:12:13.158956 | fa163e14-6a36-ecc9-a21d-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:53.542003 | 0.04s 2026-02-19 14:12:13.184340 | 262bab2f-56b5-4f34-9e97-0952d3f1eca3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:12:13.217341 | fa163e14-6a36-ecc9-a21d-0000000032cc | TASK | Gather podman infos 2026-02-19 14:12:14.169975 | fa163e14-6a36-ecc9-a21d-0000000032cc | OK | Gather podman infos | standalone 2026-02-19 14:12:14.171196 | fa163e14-6a36-ecc9-a21d-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:54.554251 | 0.95s 2026-02-19 14:12:14.242225 | fa163e14-6a36-ecc9-a21d-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 14:12:14.305879 | fa163e14-6a36-ecc9-a21d-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:54.688924 | 0.06s 2026-02-19 14:12:14.438117 | fa163e14-6a36-ecc9-a21d-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:54.821157 | 0.07s 2026-02-19 14:12:14.500405 | fa163e14-6a36-ecc9-a21d-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 14:12:14.557262 | fa163e14-6a36-ecc9-a21d-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:54.940307 | 0.06s 2026-02-19 14:12:14.580617 | 8c5b5b1f-f22e-4005-bf5d-f4dedcf71f67 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:12:14.616606 | fa163e14-6a36-ecc9-a21d-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 14:12:35.407415 | fa163e14-6a36-ecc9-a21d-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2026-02-19 14:12:35.408929 | fa163e14-6a36-ecc9-a21d-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:15.791982 | 20.79s 2026-02-19 14:12:35.440678 | fa163e14-6a36-ecc9-a21d-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2026-02-19 14:12:38.274502 | fa163e14-6a36-ecc9-a21d-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 14:12:38.277136 | fa163e14-6a36-ecc9-a21d-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:18.660185 | 2.83s 2026-02-19 14:12:38.351733 | fa163e14-6a36-ecc9-a21d-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2026-02-19 14:12:38.586335 | fa163e14-6a36-ecc9-a21d-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2026-02-19 14:12:38.587639 | fa163e14-6a36-ecc9-a21d-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:18.970693 | 0.23s 2026-02-19 14:12:38.633937 | fa163e14-6a36-ecc9-a21d-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2026-02-19 14:12:38.684934 | fa163e14-6a36-ecc9-a21d-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:19.067980 | 0.05s 2026-02-19 14:12:38.708922 | fa163e14-6a36-ecc9-a21d-0000000031ac | TASK | Include container-puppet tasks for step 2 2026-02-19 14:12:38.737801 | fa163e14-6a36-ecc9-a21d-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:19.120835 | 0.03s 2026-02-19 14:12:38.763405 | 638e6aee-c850-49d8-8e39-9def1597ff64 | INCLUDED | /root/standalone-ansible-5aeqp2q2/host-container-puppet-tasks.yaml | standalone 2026-02-19 14:12:38.801865 | fa163e14-6a36-ecc9-a21d-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2026-02-19 14:12:39.273123 | fa163e14-6a36-ecc9-a21d-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2026-02-19 14:12:39.274065 | fa163e14-6a36-ecc9-a21d-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:19.657121 | 0.47s 2026-02-19 14:12:39.297628 | fa163e14-6a36-ecc9-a21d-00000000338a | TASK | Generate container puppet configs for step 2 2026-02-19 14:12:39.583647 | fa163e14-6a36-ecc9-a21d-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2026-02-19 14:12:39.585049 | fa163e14-6a36-ecc9-a21d-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:19.968104 | 0.29s 2026-02-19 14:12:39.619747 | fa163e14-6a36-ecc9-a21d-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2026-02-19 14:12:39.649696 | fa163e14-6a36-ecc9-a21d-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:20.032737 | 0.03s 2026-02-19 14:12:39.726114 | fa163e14-6a36-ecc9-a21d-0000000033ba | TASK | Gather variables for each operating system 2026-02-19 14:12:39.851026 | fa163e14-6a36-ecc9-a21d-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:20.234057 | 0.12s 2026-02-19 14:12:39.886095 | fa163e14-6a36-ecc9-a21d-0000000033bb | TASK | Create container logs path 2026-02-19 14:12:40.133619 | fa163e14-6a36-ecc9-a21d-0000000033bb | OK | Create container logs path | standalone 2026-02-19 14:12:40.135058 | fa163e14-6a36-ecc9-a21d-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:20.518113 | 0.25s 2026-02-19 14:12:40.168092 | fa163e14-6a36-ecc9-a21d-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 14:12:40.374209 | fa163e14-6a36-ecc9-a21d-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 14:12:40.375064 | fa163e14-6a36-ecc9-a21d-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:20.758123 | 0.21s 2026-02-19 14:12:40.394365 | fa163e14-6a36-ecc9-a21d-0000000033be | TASK | Finalise hashes for all containers 2026-02-19 14:12:40.443446 | fa163e14-6a36-ecc9-a21d-0000000033be | OK | Finalise hashes for all containers | standalone 2026-02-19 14:12:40.444171 | fa163e14-6a36-ecc9-a21d-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:20.827236 | 0.05s 2026-02-19 14:12:40.464245 | fa163e14-6a36-ecc9-a21d-0000000033c0 | TASK | Manage systemd shutdown files 2026-02-19 14:12:40.501221 | fa163e14-6a36-ecc9-a21d-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:12:40.502042 | fa163e14-6a36-ecc9-a21d-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:20.885105 | 0.04s 2026-02-19 14:12:40.526290 | fa163e14-6a36-ecc9-a21d-0000000033c2 | TASK | Update container configs with new config hashes 2026-02-19 14:12:40.577973 | fa163e14-6a36-ecc9-a21d-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:12:40.579037 | fa163e14-6a36-ecc9-a21d-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:20.962095 | 0.05s 2026-02-19 14:12:40.601319 | fa163e14-6a36-ecc9-a21d-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 14:12:40.653421 | fa163e14-6a36-ecc9-a21d-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 14:12:40.654235 | fa163e14-6a36-ecc9-a21d-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:21.037295 | 0.05s 2026-02-19 14:12:40.678473 | fa163e14-6a36-ecc9-a21d-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2026-02-19 14:12:40.728075 | fa163e14-6a36-ecc9-a21d-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2026-02-19 14:12:40.728858 | fa163e14-6a36-ecc9-a21d-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:21.111922 | 0.05s PLAY [External deployment step 3] ********************************************** 2026-02-19 14:12:40.845880 | fa163e14-6a36-ecc9-a21d-0000000000d2 | TASK | External deployment step 3 2026-02-19 14:12:40.882159 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000d2') missing from stats 2026-02-19 14:12:40.933844 | fa163e14-6a36-ecc9-a21d-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:21.316890 | 0.04s 2026-02-19 14:12:40.942347 | 328acd0a-f288-4ab0-bec0-73d900e14041 | INCLUDED | /root/standalone-ansible-5aeqp2q2/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2026-02-19 14:12:41.078790 | fa163e14-6a36-ecc9-a21d-0000000000d6 | TASK | Deploy step tasks for 3 2026-02-19 14:12:41.105033 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000d6') missing from stats 2026-02-19 14:12:41.128049 | fa163e14-6a36-ecc9-a21d-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2026-02-19 14:12:41.624981 | fa163e14-6a36-ecc9-a21d-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2026-02-19 14:12:41.626997 | fa163e14-6a36-ecc9-a21d-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:22.010045 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 14:12:41.689885 | fa163e14-6a36-ecc9-a21d-0000000000d8 | TIMING | include_tasks | standalone | 0:19:22.072933 | 0.04s 2026-02-19 14:12:41.717398 | 0dce279b-e207-4e2b-a468-efc1499b602f | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/deploy_steps_tasks_step3.yaml | standalone 2026-02-19 14:12:41.742813 | fa163e14-6a36-ecc9-a21d-000000003428 | TASK | Start OVN container 2026-02-19 14:12:41.821796 | fa163e14-6a36-ecc9-a21d-000000003428 | TIMING | Start OVN container | standalone | 0:19:22.204836 | 0.08s 2026-02-19 14:12:41.855028 | fa163e14-6a36-ecc9-a21d-000000003428 | TIMING | Start OVN container | standalone | 0:19:22.238086 | 0.11s 2026-02-19 14:12:41.881736 | fa163e14-6a36-ecc9-a21d-000000003428 | TIMING | Start OVN container | standalone | 0:19:22.264796 | 0.14s 2026-02-19 14:12:41.893595 | fa163e14-6a36-ecc9-a21d-000000003428 | TIMING | Start OVN container | standalone | 0:19:22.276603 | 0.15s 2026-02-19 14:12:42.023394 | fa163e14-6a36-ecc9-a21d-000000003460 | TASK | Gather variables for each operating system 2026-02-19 14:12:42.145838 | fa163e14-6a36-ecc9-a21d-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:22.528882 | 0.12s 2026-02-19 14:12:42.175478 | fa163e14-6a36-ecc9-a21d-000000003461 | TASK | Create container logs path 2026-02-19 14:12:42.464855 | fa163e14-6a36-ecc9-a21d-000000003461 | OK | Create container logs path | standalone 2026-02-19 14:12:42.466251 | fa163e14-6a36-ecc9-a21d-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:22.849305 | 0.29s 2026-02-19 14:12:42.487195 | fa163e14-6a36-ecc9-a21d-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:42.849115 | fa163e14-6a36-ecc9-a21d-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 14:12:42.851079 | fa163e14-6a36-ecc9-a21d-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:23.234129 | 0.36s 2026-02-19 14:12:42.883326 | fa163e14-6a36-ecc9-a21d-000000003464 | TASK | Finalise hashes for all containers 2026-02-19 14:12:42.991744 | fa163e14-6a36-ecc9-a21d-000000003464 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:12:42.993011 | fa163e14-6a36-ecc9-a21d-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:23.376066 | 0.11s 2026-02-19 14:12:43.024075 | fa163e14-6a36-ecc9-a21d-000000003466 | TASK | Manage systemd shutdown files 2026-02-19 14:12:43.078615 | fa163e14-6a36-ecc9-a21d-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:12:43.079894 | fa163e14-6a36-ecc9-a21d-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:23.462948 | 0.05s 2026-02-19 14:12:43.110884 | fa163e14-6a36-ecc9-a21d-000000003468 | TASK | Update container configs with new config hashes 2026-02-19 14:12:43.183613 | fa163e14-6a36-ecc9-a21d-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:12:43.185043 | fa163e14-6a36-ecc9-a21d-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:23.568096 | 0.07s 2026-02-19 14:12:43.217800 | fa163e14-6a36-ecc9-a21d-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:43.291208 | fa163e14-6a36-ecc9-a21d-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:23.674251 | 0.07s 2026-02-19 14:12:43.316250 | 71aa6a27-0ed0-4578-b272-08e4f5b8f427 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:12:43.352946 | fa163e14-6a36-ecc9-a21d-0000000034f5 | TASK | Gather podman infos 2026-02-19 14:12:44.462989 | fa163e14-6a36-ecc9-a21d-0000000034f5 | OK | Gather podman infos | standalone 2026-02-19 14:12:44.464026 | fa163e14-6a36-ecc9-a21d-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:24.847083 | 1.11s 2026-02-19 14:12:44.549983 | fa163e14-6a36-ecc9-a21d-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:44.606212 | fa163e14-6a36-ecc9-a21d-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:24.989264 | 0.05s 2026-02-19 14:12:44.710715 | fa163e14-6a36-ecc9-a21d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:25.093757 | 0.06s 2026-02-19 14:12:44.768423 | fa163e14-6a36-ecc9-a21d-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:44.811439 | fa163e14-6a36-ecc9-a21d-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:25.194489 | 0.04s 2026-02-19 14:12:44.835016 | 9b723f99-2095-4a03-b451-df151541ae9e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:12:44.869585 | fa163e14-6a36-ecc9-a21d-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:45.830034 | fa163e14-6a36-ecc9-a21d-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 14:12:45.831577 | fa163e14-6a36-ecc9-a21d-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:26.214601 | 0.96s 2026-02-19 14:12:45.865150 | fa163e14-6a36-ecc9-a21d-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:48.712455 | fa163e14-6a36-ecc9-a21d-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 14:12:48.714152 | fa163e14-6a36-ecc9-a21d-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:29.097206 | 2.85s 2026-02-19 14:12:48.771577 | fa163e14-6a36-ecc9-a21d-00000000348b | TASK | Gather variables for each operating system 2026-02-19 14:12:48.897385 | fa163e14-6a36-ecc9-a21d-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:29.280431 | 0.12s 2026-02-19 14:12:48.920868 | fa163e14-6a36-ecc9-a21d-00000000348c | TASK | Create container logs path 2026-02-19 14:12:49.217168 | fa163e14-6a36-ecc9-a21d-00000000348c | OK | Create container logs path | standalone 2026-02-19 14:12:49.218617 | fa163e14-6a36-ecc9-a21d-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:29.601668 | 0.30s 2026-02-19 14:12:49.251298 | fa163e14-6a36-ecc9-a21d-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:49.570713 | fa163e14-6a36-ecc9-a21d-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 14:12:49.572020 | fa163e14-6a36-ecc9-a21d-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:29.955074 | 0.32s 2026-02-19 14:12:49.601864 | fa163e14-6a36-ecc9-a21d-00000000348f | TASK | Finalise hashes for all containers 2026-02-19 14:12:49.707964 | fa163e14-6a36-ecc9-a21d-00000000348f | OK | Finalise hashes for all containers | standalone 2026-02-19 14:12:49.709257 | fa163e14-6a36-ecc9-a21d-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:30.092309 | 0.11s 2026-02-19 14:12:49.740514 | fa163e14-6a36-ecc9-a21d-000000003491 | TASK | Manage systemd shutdown files 2026-02-19 14:12:49.794741 | fa163e14-6a36-ecc9-a21d-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:12:49.795962 | fa163e14-6a36-ecc9-a21d-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:30.179016 | 0.05s 2026-02-19 14:12:49.826381 | fa163e14-6a36-ecc9-a21d-000000003493 | TASK | Update container configs with new config hashes 2026-02-19 14:12:49.900657 | fa163e14-6a36-ecc9-a21d-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:12:49.902001 | fa163e14-6a36-ecc9-a21d-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:30.285052 | 0.07s 2026-02-19 14:12:49.933262 | fa163e14-6a36-ecc9-a21d-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:50.004330 | fa163e14-6a36-ecc9-a21d-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:30.387379 | 0.07s 2026-02-19 14:12:50.027800 | cf9aac81-5f6b-44b3-9aab-b393fe315a92 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:12:50.062509 | fa163e14-6a36-ecc9-a21d-0000000035ac | TASK | Gather podman infos 2026-02-19 14:12:51.331409 | fa163e14-6a36-ecc9-a21d-0000000035ac | OK | Gather podman infos | standalone 2026-02-19 14:12:51.332710 | fa163e14-6a36-ecc9-a21d-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:31.715765 | 1.27s 2026-02-19 14:12:51.418638 | fa163e14-6a36-ecc9-a21d-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:51.507120 | fa163e14-6a36-ecc9-a21d-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.890173 | 0.08s 2026-02-19 14:12:51.641619 | fa163e14-6a36-ecc9-a21d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:32.024660 | 0.09s 2026-02-19 14:12:51.695655 | fa163e14-6a36-ecc9-a21d-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:51.750478 | fa163e14-6a36-ecc9-a21d-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:32.133519 | 0.05s 2026-02-19 14:12:51.775856 | bcc32a32-7555-4611-9081-50b9650e41b3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:12:51.809709 | fa163e14-6a36-ecc9-a21d-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:52.758678 | fa163e14-6a36-ecc9-a21d-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 14:12:52.759684 | fa163e14-6a36-ecc9-a21d-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:33.142745 | 0.95s 2026-02-19 14:12:52.781088 | fa163e14-6a36-ecc9-a21d-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:55.512989 | fa163e14-6a36-ecc9-a21d-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 14:12:55.514072 | fa163e14-6a36-ecc9-a21d-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:35.897132 | 2.73s 2026-02-19 14:12:55.566562 | fa163e14-6a36-ecc9-a21d-0000000034b6 | TASK | Gather variables for each operating system 2026-02-19 14:12:55.678584 | fa163e14-6a36-ecc9-a21d-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:36.061637 | 0.11s 2026-02-19 14:12:55.698217 | fa163e14-6a36-ecc9-a21d-0000000034b7 | TASK | Create container logs path 2026-02-19 14:12:55.960082 | fa163e14-6a36-ecc9-a21d-0000000034b7 | OK | Create container logs path | standalone 2026-02-19 14:12:55.960862 | fa163e14-6a36-ecc9-a21d-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:36.343925 | 0.26s 2026-02-19 14:12:55.980862 | fa163e14-6a36-ecc9-a21d-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:56.297424 | fa163e14-6a36-ecc9-a21d-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 14:12:56.298736 | fa163e14-6a36-ecc9-a21d-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.681791 | 0.32s 2026-02-19 14:12:56.327754 | fa163e14-6a36-ecc9-a21d-0000000034ba | TASK | Finalise hashes for all containers 2026-02-19 14:12:56.426392 | fa163e14-6a36-ecc9-a21d-0000000034ba | OK | Finalise hashes for all containers | standalone 2026-02-19 14:12:56.427662 | fa163e14-6a36-ecc9-a21d-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:36.810717 | 0.10s 2026-02-19 14:12:56.457219 | fa163e14-6a36-ecc9-a21d-0000000034bc | TASK | Manage systemd shutdown files 2026-02-19 14:12:56.498919 | fa163e14-6a36-ecc9-a21d-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:12:56.500121 | fa163e14-6a36-ecc9-a21d-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:36.883175 | 0.04s 2026-02-19 14:12:56.529071 | fa163e14-6a36-ecc9-a21d-0000000034be | TASK | Update container configs with new config hashes 2026-02-19 14:12:56.582093 | fa163e14-6a36-ecc9-a21d-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:12:56.583451 | fa163e14-6a36-ecc9-a21d-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:36.966503 | 0.05s 2026-02-19 14:12:56.616860 | fa163e14-6a36-ecc9-a21d-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:56.699007 | fa163e14-6a36-ecc9-a21d-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:37.082043 | 0.08s 2026-02-19 14:12:56.723869 | 1c6cdabe-85d7-4525-9094-29b52bd08535 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:12:56.759963 | fa163e14-6a36-ecc9-a21d-00000000365e | TASK | Gather podman infos 2026-02-19 14:12:58.051908 | fa163e14-6a36-ecc9-a21d-00000000365e | OK | Gather podman infos | standalone 2026-02-19 14:12:58.053386 | fa163e14-6a36-ecc9-a21d-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:38.436441 | 1.29s 2026-02-19 14:12:58.143849 | fa163e14-6a36-ecc9-a21d-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:58.235846 | fa163e14-6a36-ecc9-a21d-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:38.618888 | 0.09s 2026-02-19 14:12:58.394329 | fa163e14-6a36-ecc9-a21d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:38.777366 | 0.10s 2026-02-19 14:12:58.457835 | fa163e14-6a36-ecc9-a21d-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:58.532323 | fa163e14-6a36-ecc9-a21d-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:38.915368 | 0.07s 2026-02-19 14:12:58.555005 | e1e7437d-6101-49eb-bfb1-df85fa79826d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:12:58.594980 | fa163e14-6a36-ecc9-a21d-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:12:59.833815 | fa163e14-6a36-ecc9-a21d-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2026-02-19 14:12:59.835610 | fa163e14-6a36-ecc9-a21d-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:40.218662 | 1.24s 2026-02-19 14:12:59.869103 | fa163e14-6a36-ecc9-a21d-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2026-02-19 14:13:02.691465 | fa163e14-6a36-ecc9-a21d-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 14:13:02.693104 | fa163e14-6a36-ecc9-a21d-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:43.076158 | 2.82s 2026-02-19 14:13:02.750582 | fa163e14-6a36-ecc9-a21d-00000000342a | TASK | Set NB connection 2026-02-19 14:13:03.245259 | fa163e14-6a36-ecc9-a21d-00000000342a | CHANGED | Set NB connection | standalone 2026-02-19 14:13:03.246936 | fa163e14-6a36-ecc9-a21d-00000000342a | TIMING | Set NB connection | standalone | 0:19:43.629989 | 0.49s 2026-02-19 14:13:03.275871 | fa163e14-6a36-ecc9-a21d-00000000342b | TASK | Set SB connection 2026-02-19 14:13:03.730952 | fa163e14-6a36-ecc9-a21d-00000000342b | CHANGED | Set SB connection | standalone 2026-02-19 14:13:03.732594 | fa163e14-6a36-ecc9-a21d-00000000342b | TIMING | Set SB connection | standalone | 0:19:44.115607 | 0.46s 2026-02-19 14:13:03.761778 | fa163e14-6a36-ecc9-a21d-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2026-02-19 14:13:03.978287 | fa163e14-6a36-ecc9-a21d-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2026-02-19 14:13:03.980005 | fa163e14-6a36-ecc9-a21d-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:44.363057 | 0.22s 2026-02-19 14:13:04.092627 | fa163e14-6a36-ecc9-a21d-0000000000db | TIMING | include_tasks | standalone | 0:19:44.475669 | 0.08s 2026-02-19 14:13:04.132088 | ac260dfc-5db1-417a-90f8-4c985de6b04c | INCLUDED | /root/standalone-ansible-5aeqp2q2/common_deploy_steps_tasks.yaml | standalone 2026-02-19 14:13:04.158843 | fa163e14-6a36-ecc9-a21d-00000000370a | TASK | Write the config_step hieradata 2026-02-19 14:13:04.633282 | fa163e14-6a36-ecc9-a21d-00000000370a | OK | Write the config_step hieradata | standalone 2026-02-19 14:13:04.634218 | fa163e14-6a36-ecc9-a21d-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:45.017280 | 0.47s 2026-02-19 14:13:04.656868 | fa163e14-6a36-ecc9-a21d-00000000370b | TASK | Run puppet host configuration for step 3 2026-02-19 14:13:04.985900 | fa163e14-6a36-ecc9-a21d-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2026-02-19 14:13:04.987445 | fa163e14-6a36-ecc9-a21d-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:45.370494 | 0.33s 2026-02-19 14:13:05.016972 | fa163e14-6a36-ecc9-a21d-00000000370c | TASK | Wait for puppet host configuration to finish 2026-02-19 14:13:05.279076 | fa163e14-6a36-ecc9-a21d-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 14:13:15.503598 | fa163e14-6a36-ecc9-a21d-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 14:13:25.729877 | fa163e14-6a36-ecc9-a21d-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 14:13:25.731476 | fa163e14-6a36-ecc9-a21d-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:06.114525 | 20.71s 2026-02-19 14:13:25.763051 | fa163e14-6a36-ecc9-a21d-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2026-02-19 14:13:25.837127 | fa163e14-6a36-ecc9-a21d-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 14:13:05 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 14:13:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 14:13:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 14:13:11 puppet-user: (file & line not available)", "<13>Feb 19 14:13:11 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 14:13:11 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 14:13:12 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 14:13:12 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.43 seconds", "<13>Feb 19 14:13:16 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 14:13:18 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 14:13:20 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 14:13:20 puppet-user: Notice: Applied catalog in 7.78 seconds", "<13>Feb 19 14:13:20 puppet-user: Application:", "<13>Feb 19 14:13:20 puppet-user: Initial environment: production", "<13>Feb 19 14:13:20 puppet-user: Converged environment: production", "<13>Feb 19 14:13:20 puppet-user: Run mode: user", "<13>Feb 19 14:13:20 puppet-user: Changes:", "<13>Feb 19 14:13:20 puppet-user: Total: 2", "<13>Feb 19 14:13:20 puppet-user: Events:", "<13>Feb 19 14:13:20 puppet-user: Success: 2", "<13>Feb 19 14:13:20 puppet-user: Resources:", "<13>Feb 19 14:13:20 puppet-user: Changed: 2", "<13>Feb 19 14:13:20 puppet-user: Out of sync: 2", "<13>Feb 19 14:13:20 puppet-user: Total: 28", "<13>Feb 19 14:13:20 puppet-user: Time:", "<13>Feb 19 14:13:20 puppet-user: Schedule: 0.00", "<13>Feb 19 14:13:20 puppet-user: Package: 0.00", "<13>Feb 19 14:13:20 puppet-user: File line: 0.00", "<13>Feb 19 14:13:20 puppet-user: File: 0.00", "<13>Feb 19 14:13:20 puppet-user: Augeas: 0.01", "<13>Feb 19 14:13:20 puppet-user: User: 0.08", "<13>Feb 19 14:13:20 puppet-user: Service: 0.09", "<13>Feb 19 14:13:20 puppet-user: Config retrieval: 0.48", "<13>Feb 19 14:13:20 puppet-user: Pcmk property: 1.47", "<13>Feb 19 14:13:20 puppet-user: Exec: 1.93", "<13>Feb 19 14:13:20 puppet-user: Pcmk resource default: 1.95", "<13>Feb 19 14:13:20 puppet-user: Last run: 1771510400", "<13>Feb 19 14:13:20 puppet-user: Pcmk resource op default: 2.06", "<13>Feb 19 14:13:20 puppet-user: Transaction evaluation: 7.76", "<13>Feb 19 14:13:20 puppet-user: Catalog application: 7.78", "<13>Feb 19 14:13:20 puppet-user: Filebucket: 0.00", "<13>Feb 19 14:13:20 puppet-user: Total: 7.78", "<13>Feb 19 14:13:20 puppet-user: Version:", "<13>Feb 19 14:13:20 puppet-user: Config: 1771510391", "<13>Feb 19 14:13:20 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 14:13:25.838534 | fa163e14-6a36-ecc9-a21d-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:06.221589 | 0.07s 2026-02-19 14:13:25.868988 | fa163e14-6a36-ecc9-a21d-00000000370e | TASK | Pre-cache facts for puppet containers 2026-02-19 14:13:25.900750 | fa163e14-6a36-ecc9-a21d-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:06.283791 | 0.03s 2026-02-19 14:13:25.975589 | fa163e14-6a36-ecc9-a21d-00000000374d | TASK | Gather variables for each operating system 2026-02-19 14:13:26.099837 | fa163e14-6a36-ecc9-a21d-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:06.482880 | 0.12s 2026-02-19 14:13:26.129717 | fa163e14-6a36-ecc9-a21d-00000000374e | TASK | Create puppet caching structures 2026-02-19 14:13:26.353308 | fa163e14-6a36-ecc9-a21d-00000000374e | CHANGED | Create puppet caching structures | standalone 2026-02-19 14:13:26.354864 | fa163e14-6a36-ecc9-a21d-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:06.737917 | 0.22s 2026-02-19 14:13:26.386653 | fa163e14-6a36-ecc9-a21d-00000000374f | TASK | Check for facter.conf 2026-02-19 14:13:26.634252 | fa163e14-6a36-ecc9-a21d-00000000374f | OK | Check for facter.conf | standalone 2026-02-19 14:13:26.636813 | fa163e14-6a36-ecc9-a21d-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:07.019867 | 0.25s 2026-02-19 14:13:26.658135 | fa163e14-6a36-ecc9-a21d-000000003750 | TASK | Remove facter.conf if directory 2026-02-19 14:13:26.708749 | fa163e14-6a36-ecc9-a21d-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 14:13:26.711017 | fa163e14-6a36-ecc9-a21d-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:07.094066 | 0.05s 2026-02-19 14:13:26.740217 | fa163e14-6a36-ecc9-a21d-000000003751 | TASK | Write facter cache config 2026-02-19 14:13:27.195636 | fa163e14-6a36-ecc9-a21d-000000003751 | CHANGED | Write facter cache config | standalone 2026-02-19 14:13:27.197055 | fa163e14-6a36-ecc9-a21d-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:07.580109 | 0.45s 2026-02-19 14:13:27.225648 | fa163e14-6a36-ecc9-a21d-000000003752 | TASK | Cleanup facter cache if exists 2026-02-19 14:13:27.457285 | fa163e14-6a36-ecc9-a21d-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 14:13:27.458748 | fa163e14-6a36-ecc9-a21d-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:07.841800 | 0.23s 2026-02-19 14:13:27.487144 | fa163e14-6a36-ecc9-a21d-000000003753 | TASK | Pre-cache facts 2026-02-19 14:13:28.136757 | fa163e14-6a36-ecc9-a21d-000000003753 | CHANGED | Pre-cache facts | standalone 2026-02-19 14:13:28.138058 | fa163e14-6a36-ecc9-a21d-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:08.521113 | 0.65s 2026-02-19 14:13:28.169436 | fa163e14-6a36-ecc9-a21d-000000003754 | TASK | Failed deployment if facter fails 2026-02-19 14:13:28.203439 | fa163e14-6a36-ecc9-a21d-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 14:13:28.204601 | fa163e14-6a36-ecc9-a21d-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:08.587656 | 0.03s 2026-02-19 14:13:28.248626 | fa163e14-6a36-ecc9-a21d-000000003755 | TASK | Sync cached facts 2026-02-19 14:13:28.572766 | fa163e14-6a36-ecc9-a21d-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e14-6a36-ecc9-a21d-000000003755') missing from stats 2026-02-19 14:13:28.629597 | fa163e14-6a36-ecc9-a21d-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 14:13:28.680493 | fa163e14-6a36-ecc9-a21d-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 14:13:28.681611 | fa163e14-6a36-ecc9-a21d-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:09.064663 | 0.05s 2026-02-19 14:13:28.711540 | fa163e14-6a36-ecc9-a21d-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2026-02-19 14:13:28.741176 | fa163e14-6a36-ecc9-a21d-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:09.124226 | 0.03s 2026-02-19 14:13:28.806164 | fa163e14-6a36-ecc9-a21d-0000000037ac | TASK | Gather variables for each operating system 2026-02-19 14:13:28.939342 | fa163e14-6a36-ecc9-a21d-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:09.322384 | 0.13s 2026-02-19 14:13:28.969086 | fa163e14-6a36-ecc9-a21d-0000000037ad | TASK | Create container logs path 2026-02-19 14:13:29.223577 | fa163e14-6a36-ecc9-a21d-0000000037ad | OK | Create container logs path | standalone 2026-02-19 14:13:29.226082 | fa163e14-6a36-ecc9-a21d-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:09.609128 | 0.26s 2026-02-19 14:13:29.251588 | fa163e14-6a36-ecc9-a21d-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 14:13:29.530104 | fa163e14-6a36-ecc9-a21d-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 14:13:29.531330 | fa163e14-6a36-ecc9-a21d-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:09.914382 | 0.28s 2026-02-19 14:13:29.562024 | fa163e14-6a36-ecc9-a21d-0000000037b0 | TASK | Finalise hashes for all containers 2026-02-19 14:13:29.646129 | fa163e14-6a36-ecc9-a21d-0000000037b0 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:13:29.647484 | fa163e14-6a36-ecc9-a21d-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:10.030536 | 0.08s 2026-02-19 14:13:29.678127 | fa163e14-6a36-ecc9-a21d-0000000037b2 | TASK | Manage systemd shutdown files 2026-02-19 14:13:29.712540 | fa163e14-6a36-ecc9-a21d-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:10.095580 | 0.03s 2026-02-19 14:13:29.746296 | c63aa69f-13b4-4980-a752-ca9cbec92d21 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 14:13:29.774895 | fa163e14-6a36-ecc9-a21d-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 14:13:30.038387 | fa163e14-6a36-ecc9-a21d-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 14:13:30.039827 | fa163e14-6a36-ecc9-a21d-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:10.422883 | 0.26s 2026-02-19 14:13:30.068190 | fa163e14-6a36-ecc9-a21d-0000000037e6 | TASK | Set podman_drop_in fact 2026-02-19 14:13:30.129415 | fa163e14-6a36-ecc9-a21d-0000000037e6 | OK | Set podman_drop_in fact | standalone 2026-02-19 14:13:30.130537 | fa163e14-6a36-ecc9-a21d-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:10.513594 | 0.06s 2026-02-19 14:13:30.158787 | fa163e14-6a36-ecc9-a21d-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 14:13:30.633791 | fa163e14-6a36-ecc9-a21d-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 14:13:30.636740 | fa163e14-6a36-ecc9-a21d-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:11.019787 | 0.48s 2026-02-19 14:13:31.114442 | fa163e14-6a36-ecc9-a21d-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 14:13:31.116341 | fa163e14-6a36-ecc9-a21d-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:11.499397 | 0.96s 2026-02-19 14:13:31.126842 | fa163e14-6a36-ecc9-a21d-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:11.509901 | 0.97s 2026-02-19 14:13:31.156428 | fa163e14-6a36-ecc9-a21d-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 14:13:31.668193 | fa163e14-6a36-ecc9-a21d-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 14:13:31.669090 | fa163e14-6a36-ecc9-a21d-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:12.052153 | 0.51s 2026-02-19 14:13:31.688072 | fa163e14-6a36-ecc9-a21d-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 14:13:32.206865 | fa163e14-6a36-ecc9-a21d-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 14:13:32.208221 | fa163e14-6a36-ecc9-a21d-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:12.591276 | 0.52s 2026-02-19 14:13:32.238014 | fa163e14-6a36-ecc9-a21d-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2026-02-19 14:13:32.921792 | fa163e14-6a36-ecc9-a21d-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 14:13:32.923869 | fa163e14-6a36-ecc9-a21d-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:13.306923 | 0.68s 2026-02-19 14:13:32.955238 | fa163e14-6a36-ecc9-a21d-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 14:13:33.443229 | fa163e14-6a36-ecc9-a21d-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 14:13:33.444713 | fa163e14-6a36-ecc9-a21d-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:13.827768 | 0.49s 2026-02-19 14:13:33.473132 | fa163e14-6a36-ecc9-a21d-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 14:13:33.958285 | fa163e14-6a36-ecc9-a21d-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 14:13:33.959722 | fa163e14-6a36-ecc9-a21d-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:14.342776 | 0.48s 2026-02-19 14:13:33.989069 | fa163e14-6a36-ecc9-a21d-0000000037ee | TASK | Enable and start netns-placeholder 2026-02-19 14:13:35.727705 | fa163e14-6a36-ecc9-a21d-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 14:13:35.729725 | fa163e14-6a36-ecc9-a21d-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:16.112781 | 1.74s 2026-02-19 14:13:35.759640 | fa163e14-6a36-ecc9-a21d-0000000037b4 | TASK | Update container configs with new config hashes 2026-02-19 14:13:35.814346 | fa163e14-6a36-ecc9-a21d-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:16.197392 | 0.05s 2026-02-19 14:13:35.835123 | b7aacf48-6453-4ae6-9696-df44cde46ef7 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 14:13:35.868925 | fa163e14-6a36-ecc9-a21d-000000003816 | TASK | Update config hashes for container startup configs 2026-02-19 14:13:36.165140 | fa163e14-6a36-ecc9-a21d-000000003816 | OK | Update config hashes for container startup configs | standalone 2026-02-19 14:13:36.166339 | fa163e14-6a36-ecc9-a21d-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:16.549394 | 0.30s 2026-02-19 14:13:36.198457 | fa163e14-6a36-ecc9-a21d-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 14:13:36.240652 | fa163e14-6a36-ecc9-a21d-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:16.623699 | 0.04s 2026-02-19 14:13:36.263712 | 3a5f010d-e68b-4d36-9bf2-98cd059b69b8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:13:36.299707 | fa163e14-6a36-ecc9-a21d-000000003835 | TASK | Gather podman infos 2026-02-19 14:13:37.542162 | fa163e14-6a36-ecc9-a21d-000000003835 | OK | Gather podman infos | standalone 2026-02-19 14:13:37.544844 | fa163e14-6a36-ecc9-a21d-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:17.927885 | 1.24s 2026-02-19 14:13:37.634476 | fa163e14-6a36-ecc9-a21d-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 14:13:37.705590 | fa163e14-6a36-ecc9-a21d-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:18.088641 | 0.06s 2026-02-19 14:13:37.837423 | fa163e14-6a36-ecc9-a21d-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:18.220465 | 0.09s 2026-02-19 14:13:37.886342 | fa163e14-6a36-ecc9-a21d-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 14:13:37.940311 | fa163e14-6a36-ecc9-a21d-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:18.323352 | 0.05s 2026-02-19 14:13:37.965192 | 5b99f65c-4f63-4e09-a810-0c0075fe49ba | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:13:38.006752 | fa163e14-6a36-ecc9-a21d-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 14:14:31.829267 | fa163e14-6a36-ecc9-a21d-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2026-02-19 14:14:31.830415 | fa163e14-6a36-ecc9-a21d-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:12.213474 | 53.82s 2026-02-19 14:14:31.854521 | fa163e14-6a36-ecc9-a21d-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2026-02-19 14:14:57.412780 | fa163e14-6a36-ecc9-a21d-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 14:14:57.414647 | fa163e14-6a36-ecc9-a21d-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:37.797699 | 25.56s 2026-02-19 14:14:57.487400 | fa163e14-6a36-ecc9-a21d-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2026-02-19 14:14:57.736705 | fa163e14-6a36-ecc9-a21d-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2026-02-19 14:14:57.738267 | fa163e14-6a36-ecc9-a21d-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:38.121321 | 0.25s 2026-02-19 14:14:57.784913 | fa163e14-6a36-ecc9-a21d-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2026-02-19 14:14:57.851986 | fa163e14-6a36-ecc9-a21d-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:38.235025 | 0.07s 2026-02-19 14:14:57.884177 | fa163e14-6a36-ecc9-a21d-000000003715 | TASK | Include container-puppet tasks for step 3 2026-02-19 14:14:57.930680 | fa163e14-6a36-ecc9-a21d-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:38.313714 | 0.04s 2026-02-19 14:14:57.957960 | 81ff9eef-ceae-4b75-97af-f921fe3390e2 | INCLUDED | /root/standalone-ansible-5aeqp2q2/host-container-puppet-tasks.yaml | standalone 2026-02-19 14:14:58.001891 | fa163e14-6a36-ecc9-a21d-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2026-02-19 14:14:58.564453 | fa163e14-6a36-ecc9-a21d-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2026-02-19 14:14:58.565924 | fa163e14-6a36-ecc9-a21d-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:38.948977 | 0.56s 2026-02-19 14:14:58.597582 | fa163e14-6a36-ecc9-a21d-0000000038ee | TASK | Generate container puppet configs for step 3 2026-02-19 14:14:58.883352 | fa163e14-6a36-ecc9-a21d-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2026-02-19 14:14:58.884788 | fa163e14-6a36-ecc9-a21d-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:39.267843 | 0.29s 2026-02-19 14:14:58.920327 | fa163e14-6a36-ecc9-a21d-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2026-02-19 14:14:58.954029 | fa163e14-6a36-ecc9-a21d-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:39.337069 | 0.03s 2026-02-19 14:14:59.023106 | fa163e14-6a36-ecc9-a21d-00000000391e | TASK | Gather variables for each operating system 2026-02-19 14:14:59.145274 | fa163e14-6a36-ecc9-a21d-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:39.528322 | 0.12s 2026-02-19 14:14:59.166386 | fa163e14-6a36-ecc9-a21d-00000000391f | TASK | Create container logs path 2026-02-19 14:14:59.404052 | fa163e14-6a36-ecc9-a21d-00000000391f | OK | Create container logs path | standalone 2026-02-19 14:14:59.405727 | fa163e14-6a36-ecc9-a21d-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:39.788779 | 0.24s 2026-02-19 14:14:59.446732 | fa163e14-6a36-ecc9-a21d-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 14:14:59.709594 | fa163e14-6a36-ecc9-a21d-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 14:14:59.710897 | fa163e14-6a36-ecc9-a21d-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:40.093951 | 0.26s 2026-02-19 14:14:59.741765 | fa163e14-6a36-ecc9-a21d-000000003922 | TASK | Finalise hashes for all containers 2026-02-19 14:14:59.771858 | fa163e14-6a36-ecc9-a21d-000000003922 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:14:59.772879 | fa163e14-6a36-ecc9-a21d-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:40.155940 | 0.03s 2026-02-19 14:14:59.795727 | fa163e14-6a36-ecc9-a21d-000000003924 | TASK | Manage systemd shutdown files 2026-02-19 14:14:59.833947 | fa163e14-6a36-ecc9-a21d-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:14:59.834889 | fa163e14-6a36-ecc9-a21d-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:40.217950 | 0.04s 2026-02-19 14:14:59.856791 | fa163e14-6a36-ecc9-a21d-000000003926 | TASK | Update container configs with new config hashes 2026-02-19 14:14:59.904364 | fa163e14-6a36-ecc9-a21d-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:14:59.905258 | fa163e14-6a36-ecc9-a21d-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:40.288319 | 0.05s 2026-02-19 14:14:59.927481 | fa163e14-6a36-ecc9-a21d-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 14:14:59.963910 | fa163e14-6a36-ecc9-a21d-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 14:14:59.964639 | fa163e14-6a36-ecc9-a21d-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:40.347702 | 0.04s 2026-02-19 14:14:59.985081 | fa163e14-6a36-ecc9-a21d-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2026-02-19 14:15:00.021467 | fa163e14-6a36-ecc9-a21d-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2026-02-19 14:15:00.022103 | fa163e14-6a36-ecc9-a21d-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:40.405166 | 0.04s PLAY [External deployment step 4] ********************************************** 2026-02-19 14:15:00.162267 | fa163e14-6a36-ecc9-a21d-0000000000de | TASK | External deployment step 4 2026-02-19 14:15:00.190042 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000de') missing from stats 2026-02-19 14:15:00.245923 | fa163e14-6a36-ecc9-a21d-0000000000df | TIMING | include_tasks | undercloud | 0:21:40.628971 | 0.04s 2026-02-19 14:15:00.269682 | 4b94b03b-c257-42e8-9447-d84bd9f3d224 | INCLUDED | /root/standalone-ansible-5aeqp2q2/external_deploy_steps_tasks_step4.yaml | undercloud 2026-02-19 14:15:00.287985 | fa163e14-6a36-ecc9-a21d-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2026-02-19 14:15:01.951631 | fa163e14-6a36-ecc9-a21d-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2026-02-19 14:15:01.953925 | fa163e14-6a36-ecc9-a21d-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:42.336976 | 1.66s 2026-02-19 14:15:03.263129 | fa163e14-6a36-ecc9-a21d-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2026-02-19 14:15:03.264972 | fa163e14-6a36-ecc9-a21d-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:43.648025 | 2.98s 2026-02-19 14:15:03.275601 | fa163e14-6a36-ecc9-a21d-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:43.658649 | 2.99s 2026-02-19 14:15:03.294070 | fa163e14-6a36-ecc9-a21d-00000000397a | TASK | Manage Keystone resources for OpenStack services 2026-02-19 14:15:03.356031 | fa163e14-6a36-ecc9-a21d-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:43.739074 | 0.06s 2026-02-19 14:15:03.421171 | fa163e14-6a36-ecc9-a21d-0000000039a6 | TASK | Create Keystone Admin resources 2026-02-19 14:15:03.475438 | fa163e14-6a36-ecc9-a21d-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:43.858489 | 0.05s 2026-02-19 14:15:03.503020 | cfc7a689-fadb-42eb-8d1e-5f19f5132f7d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2026-02-19 14:15:03.531673 | fa163e14-6a36-ecc9-a21d-0000000039e7 | TASK | Create admin and service projects 2026-02-19 14:15:03.572059 | fa163e14-6a36-ecc9-a21d-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:43.955096 | 0.04s 2026-02-19 14:15:03.588852 | eba8f980-8d0a-4d20-a7c3-46d96ce3c1ff | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-19 14:15:03.620132 | fa163e14-6a36-ecc9-a21d-000000003a38 | TASK | Async creation of Keystone project 2026-02-19 14:15:04.167059 | fa163e14-6a36-ecc9-a21d-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2026-02-19 14:15:04.169281 | fa163e14-6a36-ecc9-a21d-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:44.552330 | 0.55s 2026-02-19 14:15:04.486454 | fa163e14-6a36-ecc9-a21d-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-19 14:15:04.487233 | fa163e14-6a36-ecc9-a21d-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:44.870292 | 0.86s 2026-02-19 14:15:04.491528 | fa163e14-6a36-ecc9-a21d-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:44.874580 | 0.87s 2026-02-19 14:15:04.506928 | fa163e14-6a36-ecc9-a21d-000000003a3a | TASK | Check Keystone project status 2026-02-19 14:15:04.795116 | fa163e14-6a36-ecc9-a21d-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-19 14:15:10.049401 | fa163e14-6a36-ecc9-a21d-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2026-02-19 14:15:10.052158 | fa163e14-6a36-ecc9-a21d-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:50.435200 | 5.54s 2026-02-19 14:15:10.307193 | fa163e14-6a36-ecc9-a21d-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2026-02-19 14:15:10.308425 | fa163e14-6a36-ecc9-a21d-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:50.691479 | 5.80s 2026-02-19 14:15:10.313723 | fa163e14-6a36-ecc9-a21d-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:50.696776 | 5.81s 2026-02-19 14:15:10.336027 | fa163e14-6a36-ecc9-a21d-0000000039e8 | TASK | Create admin role 2026-02-19 14:15:11.771020 | fa163e14-6a36-ecc9-a21d-0000000039e8 | OK | Create admin role | undercloud 2026-02-19 14:15:11.771972 | fa163e14-6a36-ecc9-a21d-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:52.155036 | 1.43s 2026-02-19 14:15:11.786655 | fa163e14-6a36-ecc9-a21d-0000000039e9 | TASK | Create _member_ role 2026-02-19 14:15:11.845051 | fa163e14-6a36-ecc9-a21d-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2026-02-19 14:15:11.846471 | fa163e14-6a36-ecc9-a21d-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:52.229523 | 0.06s 2026-02-19 14:15:11.866064 | fa163e14-6a36-ecc9-a21d-0000000039ea | TASK | Check admin password 2026-02-19 14:15:13.430415 | fa163e14-6a36-ecc9-a21d-0000000039ea | OK | Check admin password | undercloud 2026-02-19 14:15:13.433128 | fa163e14-6a36-ecc9-a21d-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:53.816175 | 1.57s 2026-02-19 14:15:13.457517 | fa163e14-6a36-ecc9-a21d-0000000039eb | TASK | Create admin user 2026-02-19 14:15:15.215895 | fa163e14-6a36-ecc9-a21d-0000000039eb | CHANGED | Create admin user | undercloud 2026-02-19 14:15:15.217204 | fa163e14-6a36-ecc9-a21d-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:55.600256 | 1.76s 2026-02-19 14:15:15.235980 | fa163e14-6a36-ecc9-a21d-0000000039ec | TASK | Assign admin role to admin project for admin user 2026-02-19 14:15:16.780568 | fa163e14-6a36-ecc9-a21d-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2026-02-19 14:15:16.782081 | fa163e14-6a36-ecc9-a21d-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:57.165129 | 1.54s 2026-02-19 14:15:16.801951 | fa163e14-6a36-ecc9-a21d-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2026-02-19 14:15:16.865510 | fa163e14-6a36-ecc9-a21d-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2026-02-19 14:15:16.866849 | fa163e14-6a36-ecc9-a21d-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:57.249900 | 0.06s 2026-02-19 14:15:16.886327 | fa163e14-6a36-ecc9-a21d-0000000039ee | TASK | Create identity service 2026-02-19 14:15:18.113746 | fa163e14-6a36-ecc9-a21d-0000000039ee | OK | Create identity service | undercloud 2026-02-19 14:15:18.115080 | fa163e14-6a36-ecc9-a21d-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:58.498136 | 1.23s 2026-02-19 14:15:18.134244 | fa163e14-6a36-ecc9-a21d-0000000039ef | TASK | Create identity public endpoint 2026-02-19 14:15:19.662875 | fa163e14-6a36-ecc9-a21d-0000000039ef | OK | Create identity public endpoint | undercloud 2026-02-19 14:15:19.664667 | fa163e14-6a36-ecc9-a21d-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:00.047720 | 1.53s 2026-02-19 14:15:19.684439 | fa163e14-6a36-ecc9-a21d-0000000039f0 | TASK | Create identity internal endpoint 2026-02-19 14:15:20.955268 | fa163e14-6a36-ecc9-a21d-0000000039f0 | OK | Create identity internal endpoint | undercloud 2026-02-19 14:15:20.956235 | fa163e14-6a36-ecc9-a21d-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:01.339298 | 1.27s 2026-02-19 14:15:20.970746 | fa163e14-6a36-ecc9-a21d-0000000039f1 | TASK | Create identity admin endpoint 2026-02-19 14:15:22.157616 | fa163e14-6a36-ecc9-a21d-0000000039f1 | OK | Create identity admin endpoint | undercloud 2026-02-19 14:15:22.159236 | fa163e14-6a36-ecc9-a21d-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:02.542286 | 1.19s 2026-02-19 14:15:22.178343 | fa163e14-6a36-ecc9-a21d-0000000039a7 | TASK | Create Keystone Projects 2026-02-19 14:15:22.281179 | fa163e14-6a36-ecc9-a21d-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:02.664215 | 0.10s 2026-02-19 14:15:22.288166 | fa163e14-6a36-ecc9-a21d-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:02.671224 | 0.11s 2026-02-19 14:15:22.301259 | b51c7fd4-47b3-4e89-b41b-f50a731a75d6 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2026-02-19 14:15:22.349424 | fa163e14-6a36-ecc9-a21d-000000003ac4 | TASK | Async creation of Keystone project 2026-02-19 14:15:22.683580 | fa163e14-6a36-ecc9-a21d-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2026-02-19 14:15:22.685189 | fa163e14-6a36-ecc9-a21d-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:03.068250 | 0.33s 2026-02-19 14:15:22.695239 | fa163e14-6a36-ecc9-a21d-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:03.078305 | 0.34s 2026-02-19 14:15:22.709620 | fa163e14-6a36-ecc9-a21d-000000003ac6 | TASK | Check Keystone project status 2026-02-19 14:15:22.909976 | fa163e14-6a36-ecc9-a21d-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2026-02-19 14:15:28.133696 | fa163e14-6a36-ecc9-a21d-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2026-02-19 14:15:28.134869 | fa163e14-6a36-ecc9-a21d-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:08.517926 | 5.42s 2026-02-19 14:15:28.140418 | fa163e14-6a36-ecc9-a21d-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:08.523478 | 5.43s 2026-02-19 14:15:28.159468 | fa163e14-6a36-ecc9-a21d-0000000039a9 | TASK | Create Keystone Domains 2026-02-19 14:15:28.256823 | fa163e14-6a36-ecc9-a21d-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:08.639866 | 0.10s 2026-02-19 14:15:28.267769 | fa163e14-6a36-ecc9-a21d-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:08.650836 | 0.11s 2026-02-19 14:15:28.274281 | 3f8432f1-0cb4-4cf8-9a0c-4e9ee3531ade | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2026-02-19 14:15:28.303480 | fa163e14-6a36-ecc9-a21d-000000003b79 | TASK | Async creation of Keystone domains 2026-02-19 14:15:28.775841 | fa163e14-6a36-ecc9-a21d-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2026-02-19 14:15:28.776693 | fa163e14-6a36-ecc9-a21d-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:09.159753 | 0.47s 2026-02-19 14:15:28.780536 | fa163e14-6a36-ecc9-a21d-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:09.163587 | 0.48s 2026-02-19 14:15:28.798792 | fa163e14-6a36-ecc9-a21d-000000003b7b | TASK | Check Keystone domain status 2026-02-19 14:15:29.097052 | fa163e14-6a36-ecc9-a21d-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2026-02-19 14:15:34.323652 | fa163e14-6a36-ecc9-a21d-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2026-02-19 14:15:34.324413 | fa163e14-6a36-ecc9-a21d-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:14.707473 | 5.52s 2026-02-19 14:15:34.332798 | fa163e14-6a36-ecc9-a21d-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:14.715848 | 5.53s 2026-02-19 14:15:34.351592 | fa163e14-6a36-ecc9-a21d-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2026-02-19 14:15:34.402533 | fa163e14-6a36-ecc9-a21d-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:14.785578 | 0.05s 2026-02-19 14:15:34.418152 | bae0e1f4-2488-4e20-bed2-f320e9fe2a05 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2026-02-19 14:15:34.467904 | fa163e14-6a36-ecc9-a21d-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2026-02-19 14:15:35.926078 | fa163e14-6a36-ecc9-a21d-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2026-02-19 14:15:35.927589 | fa163e14-6a36-ecc9-a21d-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:16.310604 | 1.46s 2026-02-19 14:15:35.946997 | fa163e14-6a36-ecc9-a21d-000000003c44 | TASK | Set openstack_domains fact 2026-02-19 14:15:36.010711 | fa163e14-6a36-ecc9-a21d-000000003c44 | OK | Set openstack_domains fact | undercloud 2026-02-19 14:15:36.012686 | fa163e14-6a36-ecc9-a21d-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:16.395733 | 0.06s 2026-02-19 14:15:36.037074 | fa163e14-6a36-ecc9-a21d-0000000039ac | TASK | Create Keystone Services 2026-02-19 14:15:36.143052 | fa163e14-6a36-ecc9-a21d-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:16.526087 | 0.10s 2026-02-19 14:15:36.162265 | fa163e14-6a36-ecc9-a21d-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:16.545323 | 0.12s 2026-02-19 14:15:36.172444 | fa163e14-6a36-ecc9-a21d-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:16.555493 | 0.13s 2026-02-19 14:15:36.192916 | f57b0248-b643-46f5-9af2-81c4b0ce374a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-19 14:15:36.202870 | c7517992-c1a9-436d-a106-5939638de129 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2026-02-19 14:15:36.251080 | fa163e14-6a36-ecc9-a21d-000000003d20 | TASK | Async creation of Keystone service 2026-02-19 14:15:36.596486 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2026-02-19 14:15:36.598704 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:16.981750 | 0.35s 2026-02-19 14:15:36.917844 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2026-02-19 14:15:36.918617 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:17.301677 | 0.67s 2026-02-19 14:15:37.236106 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2026-02-19 14:15:37.237993 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:17.621046 | 0.99s 2026-02-19 14:15:37.553175 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2026-02-19 14:15:37.554314 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:17.937361 | 1.30s 2026-02-19 14:15:37.808538 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2026-02-19 14:15:37.809152 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:18.192217 | 1.56s 2026-02-19 14:15:38.106334 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2026-02-19 14:15:38.106954 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:18.490020 | 1.85s 2026-02-19 14:15:38.370819 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2026-02-19 14:15:38.371437 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:18.754501 | 2.12s 2026-02-19 14:15:38.683446 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2026-02-19 14:15:38.684845 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.067909 | 2.43s 2026-02-19 14:15:38.958933 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2026-02-19 14:15:38.959611 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.342674 | 2.71s 2026-02-19 14:15:39.222323 | fa163e14-6a36-ecc9-a21d-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2026-02-19 14:15:39.223612 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.606676 | 2.97s 2026-02-19 14:15:39.236107 | fa163e14-6a36-ecc9-a21d-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.619159 | 2.98s 2026-02-19 14:15:39.256879 | fa163e14-6a36-ecc9-a21d-000000003d22 | TASK | Check Keystone service status 2026-02-19 14:15:39.547664 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2026-02-19 14:15:39.548608 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:19.931670 | 0.29s 2026-02-19 14:15:39.787135 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2026-02-19 14:15:39.788738 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.171793 | 0.53s 2026-02-19 14:15:40.093864 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2026-02-19 14:15:40.095743 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.478799 | 0.84s 2026-02-19 14:15:40.310213 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2026-02-19 14:15:40.311784 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.694847 | 1.05s 2026-02-19 14:15:40.588481 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2026-02-19 14:15:40.589704 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.972759 | 1.33s 2026-02-19 14:15:40.852632 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2026-02-19 14:15:40.855222 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.238276 | 1.60s 2026-02-19 14:15:41.094355 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2026-02-19 14:15:41.096088 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.479145 | 1.84s 2026-02-19 14:15:41.348095 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2026-02-19 14:15:41.349288 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.732344 | 2.09s 2026-02-19 14:15:41.614749 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2026-02-19 14:15:41.615815 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.998873 | 2.36s 2026-02-19 14:15:41.857086 | fa163e14-6a36-ecc9-a21d-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2026-02-19 14:15:41.859461 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:22.242515 | 2.60s 2026-02-19 14:15:41.873158 | fa163e14-6a36-ecc9-a21d-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:22.256215 | 2.61s 2026-02-19 14:15:41.902950 | fa163e14-6a36-ecc9-a21d-000000003d27 | TASK | Async creation of Keystone service 2026-02-19 14:15:42.257040 | fa163e14-6a36-ecc9-a21d-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2026-02-19 14:15:42.259078 | fa163e14-6a36-ecc9-a21d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:22.642127 | 0.35s 2026-02-19 14:15:42.563253 | fa163e14-6a36-ecc9-a21d-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2026-02-19 14:15:42.564109 | fa163e14-6a36-ecc9-a21d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:22.947169 | 0.66s 2026-02-19 14:15:42.788362 | fa163e14-6a36-ecc9-a21d-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2026-02-19 14:15:42.789450 | fa163e14-6a36-ecc9-a21d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.172514 | 0.88s 2026-02-19 14:15:42.794709 | fa163e14-6a36-ecc9-a21d-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.177771 | 0.89s 2026-02-19 14:15:42.812641 | fa163e14-6a36-ecc9-a21d-000000003d29 | TASK | Check Keystone service status 2026-02-19 14:15:43.069597 | fa163e14-6a36-ecc9-a21d-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2026-02-19 14:15:48.310371 | fa163e14-6a36-ecc9-a21d-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2026-02-19 14:15:48.312665 | fa163e14-6a36-ecc9-a21d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:28.695714 | 5.50s 2026-02-19 14:15:48.584526 | fa163e14-6a36-ecc9-a21d-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2026-02-19 14:15:48.586683 | fa163e14-6a36-ecc9-a21d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:28.969738 | 5.77s 2026-02-19 14:15:48.842029 | fa163e14-6a36-ecc9-a21d-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2026-02-19 14:15:48.843064 | fa163e14-6a36-ecc9-a21d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:29.226123 | 6.03s 2026-02-19 14:15:48.849018 | fa163e14-6a36-ecc9-a21d-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:29.232068 | 6.04s 2026-02-19 14:15:48.869786 | fa163e14-6a36-ecc9-a21d-0000000039ae | TASK | Create Keystone Endpoints 2026-02-19 14:15:48.953759 | fa163e14-6a36-ecc9-a21d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.336793 | 0.08s 2026-02-19 14:15:48.983984 | fa163e14-6a36-ecc9-a21d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.367040 | 0.11s 2026-02-19 14:15:49.008095 | fa163e14-6a36-ecc9-a21d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.391153 | 0.14s 2026-02-19 14:15:49.020163 | fa163e14-6a36-ecc9-a21d-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.403212 | 0.15s 2026-02-19 14:15:49.033337 | 92907cb8-4c38-42d2-8d55-6ef57fee4a11 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 14:15:49.039862 | 71c57273-0bfb-4080-8f0f-6a604a47bf11 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 14:15:49.045595 | 8d133567-ba56-4434-82c2-c7c235e65575 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2026-02-19 14:15:49.103459 | fa163e14-6a36-ecc9-a21d-000000003e59 | TASK | Create Keystone public endpoints 2026-02-19 14:15:49.212704 | fa163e14-6a36-ecc9-a21d-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:29.595730 | 0.11s 2026-02-19 14:15:49.230183 | fa163e14-6a36-ecc9-a21d-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:29.613241 | 0.13s 2026-02-19 14:15:49.239674 | fa163e14-6a36-ecc9-a21d-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:29.622724 | 0.14s 2026-02-19 14:15:49.259022 | f265a68d-e5fa-4635-8864-b6c6707de1bc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 14:15:49.268315 | ac483f4d-ed4b-4914-9c7f-bfef7ab0df1f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 14:15:49.293607 | fa163e14-6a36-ecc9-a21d-000000003f81 | TASK | Async creation of Keystone public endpoint 2026-02-19 14:15:49.700878 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2026-02-19 14:15:49.702430 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:30.085477 | 0.41s 2026-02-19 14:15:50.009096 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2026-02-19 14:15:50.010191 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:30.393246 | 0.72s 2026-02-19 14:15:50.311309 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2026-02-19 14:15:50.312789 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:30.695845 | 1.02s 2026-02-19 14:15:50.529363 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2026-02-19 14:15:50.531356 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:30.914411 | 1.24s 2026-02-19 14:15:50.852262 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2026-02-19 14:15:50.852945 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.236009 | 1.56s 2026-02-19 14:15:51.158981 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2026-02-19 14:15:51.159586 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.542650 | 1.86s 2026-02-19 14:15:51.466065 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2026-02-19 14:15:51.466969 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.850030 | 2.17s 2026-02-19 14:15:51.763006 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2026-02-19 14:15:51.764865 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.147920 | 2.47s 2026-02-19 14:15:52.054323 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2026-02-19 14:15:52.055386 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.438443 | 2.76s 2026-02-19 14:15:52.315906 | fa163e14-6a36-ecc9-a21d-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2026-02-19 14:15:52.316921 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.699975 | 3.02s 2026-02-19 14:15:52.323648 | fa163e14-6a36-ecc9-a21d-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.706704 | 3.03s 2026-02-19 14:15:52.339935 | fa163e14-6a36-ecc9-a21d-000000003f83 | TASK | Check Keystone public endpoint status 2026-02-19 14:15:52.634702 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2026-02-19 14:15:52.636318 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.019379 | 0.30s 2026-02-19 14:15:52.933043 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2026-02-19 14:15:52.934309 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.317362 | 0.59s 2026-02-19 14:15:53.177211 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2026-02-19 14:15:53.179143 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.562200 | 0.84s 2026-02-19 14:15:53.422123 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2026-02-19 14:15:53.423294 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.806351 | 1.08s 2026-02-19 14:15:53.690526 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2026-02-19 14:15:53.691752 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.074808 | 1.35s 2026-02-19 14:15:53.963840 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2026-02-19 14:15:53.965390 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.348453 | 1.62s 2026-02-19 14:15:54.172697 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2026-02-19 14:15:54.174800 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.557853 | 1.83s 2026-02-19 14:15:54.405788 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2026-02-19 14:15:54.406942 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.789997 | 2.07s 2026-02-19 14:15:54.665268 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2026-02-19 14:15:54.666442 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:35.049497 | 2.33s 2026-02-19 14:15:54.924292 | fa163e14-6a36-ecc9-a21d-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2026-02-19 14:15:54.925469 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:35.308525 | 2.58s 2026-02-19 14:15:54.937481 | fa163e14-6a36-ecc9-a21d-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:35.320529 | 2.60s 2026-02-19 14:15:54.965411 | fa163e14-6a36-ecc9-a21d-000000003f88 | TASK | Async creation of Keystone public endpoint 2026-02-19 14:15:55.311473 | fa163e14-6a36-ecc9-a21d-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2026-02-19 14:15:55.313447 | fa163e14-6a36-ecc9-a21d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:35.696499 | 0.35s 2026-02-19 14:15:55.609255 | fa163e14-6a36-ecc9-a21d-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2026-02-19 14:15:55.611116 | fa163e14-6a36-ecc9-a21d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:35.994169 | 0.64s 2026-02-19 14:15:55.913089 | fa163e14-6a36-ecc9-a21d-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2026-02-19 14:15:55.914939 | fa163e14-6a36-ecc9-a21d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:36.297994 | 0.95s 2026-02-19 14:15:55.925515 | fa163e14-6a36-ecc9-a21d-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:36.308566 | 0.96s 2026-02-19 14:15:55.947030 | fa163e14-6a36-ecc9-a21d-000000003f8a | TASK | Check Keystone public endpoint status 2026-02-19 14:15:56.217867 | fa163e14-6a36-ecc9-a21d-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2026-02-19 14:16:01.433912 | fa163e14-6a36-ecc9-a21d-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2026-02-19 14:16:01.434727 | fa163e14-6a36-ecc9-a21d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:41.817788 | 5.49s 2026-02-19 14:16:01.709335 | fa163e14-6a36-ecc9-a21d-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2026-02-19 14:16:01.711328 | fa163e14-6a36-ecc9-a21d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.094381 | 5.76s 2026-02-19 14:16:01.955636 | fa163e14-6a36-ecc9-a21d-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2026-02-19 14:16:01.956833 | fa163e14-6a36-ecc9-a21d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.339888 | 6.01s 2026-02-19 14:16:01.971630 | fa163e14-6a36-ecc9-a21d-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.354678 | 6.02s 2026-02-19 14:16:01.995100 | fa163e14-6a36-ecc9-a21d-000000003e5e | TASK | Create Keystone admin endpoints 2026-02-19 14:16:02.083881 | fa163e14-6a36-ecc9-a21d-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:42.466914 | 0.09s 2026-02-19 14:16:02.100371 | fa163e14-6a36-ecc9-a21d-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:42.483431 | 0.10s 2026-02-19 14:16:02.110319 | fa163e14-6a36-ecc9-a21d-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:42.493371 | 0.11s 2026-02-19 14:16:02.128775 | ed062024-343a-468c-af40-b4687fb46c0c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 14:16:02.139160 | 829316a9-bc95-4fef-8940-7a76ed38d40e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 14:16:02.165041 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2026-02-19 14:16:02.521881 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2026-02-19 14:16:02.524799 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:42.907848 | 0.36s 2026-02-19 14:16:02.815165 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2026-02-19 14:16:02.816369 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.199424 | 0.65s 2026-02-19 14:16:03.118998 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2026-02-19 14:16:03.120587 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.503647 | 0.95s 2026-02-19 14:16:03.432355 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2026-02-19 14:16:03.434021 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.817077 | 1.27s 2026-02-19 14:16:03.712305 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2026-02-19 14:16:03.713293 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.096349 | 1.55s 2026-02-19 14:16:04.048406 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2026-02-19 14:16:04.049445 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.432501 | 1.88s 2026-02-19 14:16:04.277814 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2026-02-19 14:16:04.279278 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.662334 | 2.11s 2026-02-19 14:16:04.582055 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2026-02-19 14:16:04.583606 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.966663 | 2.42s 2026-02-19 14:16:04.878350 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2026-02-19 14:16:04.878998 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.262061 | 2.71s 2026-02-19 14:16:05.112933 | fa163e14-6a36-ecc9-a21d-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2026-02-19 14:16:05.115073 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.498122 | 2.95s 2026-02-19 14:16:05.126860 | fa163e14-6a36-ecc9-a21d-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.509912 | 2.96s 2026-02-19 14:16:05.147591 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TASK | Check Keystone admin endpoint status 2026-02-19 14:16:05.428852 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2026-02-19 14:16:05.430009 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:45.813065 | 0.28s 2026-02-19 14:16:05.657097 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2026-02-19 14:16:05.659097 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.042151 | 0.51s 2026-02-19 14:16:05.911418 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2026-02-19 14:16:05.913139 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.296194 | 0.76s 2026-02-19 14:16:06.157312 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2026-02-19 14:16:06.159235 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.542290 | 1.01s 2026-02-19 14:16:06.429088 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2026-02-19 14:16:06.430334 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.813388 | 1.28s 2026-02-19 14:16:06.683599 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2026-02-19 14:16:06.685784 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:47.068835 | 1.54s 2026-02-19 14:16:06.911756 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2026-02-19 14:16:06.913982 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:47.297039 | 1.77s 2026-02-19 14:16:07.173919 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2026-02-19 14:16:07.175887 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:47.558942 | 2.03s 2026-02-19 14:16:07.396116 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2026-02-19 14:16:07.397269 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:47.780324 | 2.25s 2026-02-19 14:16:07.660645 | fa163e14-6a36-ecc9-a21d-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2026-02-19 14:16:07.662643 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:48.045695 | 2.51s 2026-02-19 14:16:07.676986 | fa163e14-6a36-ecc9-a21d-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:48.060033 | 2.53s 2026-02-19 14:16:07.706022 | fa163e14-6a36-ecc9-a21d-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2026-02-19 14:16:08.112943 | fa163e14-6a36-ecc9-a21d-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2026-02-19 14:16:08.114631 | fa163e14-6a36-ecc9-a21d-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:48.497681 | 0.41s 2026-02-19 14:16:08.418226 | fa163e14-6a36-ecc9-a21d-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2026-02-19 14:16:08.420047 | fa163e14-6a36-ecc9-a21d-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:48.803103 | 0.71s 2026-02-19 14:16:08.721678 | fa163e14-6a36-ecc9-a21d-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2026-02-19 14:16:08.723234 | fa163e14-6a36-ecc9-a21d-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:49.106286 | 1.02s 2026-02-19 14:16:08.733235 | fa163e14-6a36-ecc9-a21d-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:49.116292 | 1.03s 2026-02-19 14:16:08.749235 | fa163e14-6a36-ecc9-a21d-000000003feb | TASK | Check Keystone admin endpoint status 2026-02-19 14:16:09.016464 | fa163e14-6a36-ecc9-a21d-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2026-02-19 14:16:14.228441 | fa163e14-6a36-ecc9-a21d-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2026-02-19 14:16:14.229253 | fa163e14-6a36-ecc9-a21d-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:54.612315 | 5.48s 2026-02-19 14:16:14.487928 | fa163e14-6a36-ecc9-a21d-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2026-02-19 14:16:14.489120 | fa163e14-6a36-ecc9-a21d-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:54.872176 | 5.74s 2026-02-19 14:16:14.702852 | fa163e14-6a36-ecc9-a21d-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2026-02-19 14:16:14.703983 | fa163e14-6a36-ecc9-a21d-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:55.087039 | 5.95s 2026-02-19 14:16:14.717859 | fa163e14-6a36-ecc9-a21d-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:55.100903 | 5.97s 2026-02-19 14:16:14.740626 | fa163e14-6a36-ecc9-a21d-000000003e63 | TASK | Create Keystone internal endpoints 2026-02-19 14:16:14.857262 | fa163e14-6a36-ecc9-a21d-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:55.240300 | 0.11s 2026-02-19 14:16:14.902338 | fa163e14-6a36-ecc9-a21d-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:55.285394 | 0.16s 2026-02-19 14:16:14.910655 | fa163e14-6a36-ecc9-a21d-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:55.293708 | 0.17s 2026-02-19 14:16:14.923148 | 4fd9dc2b-66f6-47ce-acc2-371c2a149a15 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 14:16:14.929100 | 570e6a0f-6628-4f1b-906c-7fe49614ff4e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2026-02-19 14:16:14.948812 | fa163e14-6a36-ecc9-a21d-000000004043 | TASK | Async creation of Keystone internal endpoint 2026-02-19 14:16:15.308392 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2026-02-19 14:16:15.310054 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:55.693113 | 0.36s 2026-02-19 14:16:15.632860 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2026-02-19 14:16:15.634780 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:56.017833 | 0.69s 2026-02-19 14:16:15.903089 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2026-02-19 14:16:15.903768 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:56.286830 | 0.95s 2026-02-19 14:16:16.178026 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2026-02-19 14:16:16.178706 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:56.561769 | 1.23s 2026-02-19 14:16:16.442166 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2026-02-19 14:16:16.443261 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:56.826315 | 1.49s 2026-02-19 14:16:16.777099 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2026-02-19 14:16:16.778203 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.161263 | 1.83s 2026-02-19 14:16:17.075929 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2026-02-19 14:16:17.077457 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.460510 | 2.13s 2026-02-19 14:16:17.336347 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2026-02-19 14:16:17.340785 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.723828 | 2.39s 2026-02-19 14:16:17.634432 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2026-02-19 14:16:17.635466 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:58.018524 | 2.69s 2026-02-19 14:16:17.918167 | fa163e14-6a36-ecc9-a21d-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2026-02-19 14:16:17.919151 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:58.302207 | 2.97s 2026-02-19 14:16:17.932652 | fa163e14-6a36-ecc9-a21d-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:58.315711 | 2.98s 2026-02-19 14:16:17.954782 | fa163e14-6a36-ecc9-a21d-000000004045 | TASK | Check Keystone internal endpoint status 2026-02-19 14:16:18.209979 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2026-02-19 14:16:18.210889 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:58.593948 | 0.25s 2026-02-19 14:16:18.458140 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2026-02-19 14:16:18.458818 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:58.841881 | 0.50s 2026-02-19 14:16:18.692281 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2026-02-19 14:16:18.693206 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:59.076264 | 0.74s 2026-02-19 14:16:18.959204 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2026-02-19 14:16:18.961150 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:59.344206 | 1.00s 2026-02-19 14:16:19.210263 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2026-02-19 14:16:19.210968 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:59.594030 | 1.25s 2026-02-19 14:16:19.480978 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2026-02-19 14:16:19.481991 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:59.865052 | 1.53s 2026-02-19 14:16:19.686417 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2026-02-19 14:16:19.688639 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:00.071694 | 1.73s 2026-02-19 14:16:19.949371 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2026-02-19 14:16:19.950913 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:00.333968 | 1.99s 2026-02-19 14:16:20.191530 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2026-02-19 14:16:20.192755 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:00.575809 | 2.24s 2026-02-19 14:16:20.467142 | fa163e14-6a36-ecc9-a21d-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2026-02-19 14:16:20.468467 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:00.851529 | 2.51s 2026-02-19 14:16:20.481114 | fa163e14-6a36-ecc9-a21d-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:00.864169 | 2.52s 2026-02-19 14:16:20.504045 | fa163e14-6a36-ecc9-a21d-00000000404a | TASK | Async creation of Keystone internal endpoint 2026-02-19 14:16:20.850822 | fa163e14-6a36-ecc9-a21d-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2026-02-19 14:16:20.853803 | fa163e14-6a36-ecc9-a21d-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.236841 | 0.35s 2026-02-19 14:16:21.176185 | fa163e14-6a36-ecc9-a21d-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2026-02-19 14:16:21.177715 | fa163e14-6a36-ecc9-a21d-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.560764 | 0.67s 2026-02-19 14:16:21.430129 | fa163e14-6a36-ecc9-a21d-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2026-02-19 14:16:21.431890 | fa163e14-6a36-ecc9-a21d-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.814944 | 0.93s 2026-02-19 14:16:21.442202 | fa163e14-6a36-ecc9-a21d-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.825257 | 0.94s 2026-02-19 14:16:21.460218 | fa163e14-6a36-ecc9-a21d-00000000404c | TASK | Check Keystone internal endpoint status 2026-02-19 14:16:21.713098 | fa163e14-6a36-ecc9-a21d-00000000404c | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2026-02-19 14:16:26.923829 | fa163e14-6a36-ecc9-a21d-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2026-02-19 14:16:26.925317 | fa163e14-6a36-ecc9-a21d-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:07.308367 | 5.46s 2026-02-19 14:16:27.165249 | fa163e14-6a36-ecc9-a21d-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2026-02-19 14:16:27.166740 | fa163e14-6a36-ecc9-a21d-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:07.549803 | 5.71s 2026-02-19 14:16:27.388327 | fa163e14-6a36-ecc9-a21d-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2026-02-19 14:16:27.389449 | fa163e14-6a36-ecc9-a21d-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:07.772505 | 5.93s 2026-02-19 14:16:27.402410 | fa163e14-6a36-ecc9-a21d-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:07.785468 | 5.94s 2026-02-19 14:16:27.423705 | fa163e14-6a36-ecc9-a21d-0000000039b0 | TASK | Run cleanup tasks 2026-02-19 14:16:27.476336 | fa163e14-6a36-ecc9-a21d-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:07.859381 | 0.05s 2026-02-19 14:16:27.491726 | 2a950d24-2a19-40b2-8dcc-5b334e4d3c91 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2026-02-19 14:16:27.559147 | fa163e14-6a36-ecc9-a21d-0000000040a0 | TASK | Get list of enabled services 2026-02-19 14:16:30.135719 | fa163e14-6a36-ecc9-a21d-0000000040a0 | CHANGED | Get list of enabled services | undercloud 2026-02-19 14:16:30.137452 | fa163e14-6a36-ecc9-a21d-0000000040a0 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:10.520504 | 2.58s 2026-02-19 14:16:30.156284 | fa163e14-6a36-ecc9-a21d-0000000040a1 | TASK | List services to be disabled 2026-02-19 14:16:30.240059 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2026-02-19 14:16:30.276673 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2026-02-19 14:16:30.302373 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2026-02-19 14:16:30.328238 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2026-02-19 14:16:30.353816 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2026-02-19 14:16:30.379756 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2026-02-19 14:16:30.404811 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2026-02-19 14:16:30.430275 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2026-02-19 14:16:30.456897 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2026-02-19 14:16:30.481536 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2026-02-19 14:16:30.506483 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2026-02-19 14:16:30.532989 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2026-02-19 14:16:30.557887 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2026-02-19 14:16:30.582658 | fa163e14-6a36-ecc9-a21d-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2026-02-19 14:16:30.595141 | fa163e14-6a36-ecc9-a21d-0000000040a1 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:10.978190 | 0.44s 2026-02-19 14:16:30.615386 | fa163e14-6a36-ecc9-a21d-0000000040a2 | TASK | Delete keystone services not enabled 2026-02-19 14:16:30.638737 | fa163e14-6a36-ecc9-a21d-0000000040a2 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:11.021773 | 0.02s 2026-02-19 14:16:30.658454 | fa163e14-6a36-ecc9-a21d-0000000039b1 | TASK | Create Keystone Roles 2026-02-19 14:16:30.724357 | fa163e14-6a36-ecc9-a21d-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:11.107400 | 0.06s 2026-02-19 14:16:30.736351 | fa163e14-6a36-ecc9-a21d-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:11.119401 | 0.08s 2026-02-19 14:16:30.750217 | e7f918ad-0931-4462-acb4-c3d4b6830087 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2026-02-19 14:16:30.818311 | fa163e14-6a36-ecc9-a21d-00000000420c | TASK | Async creation of Keystone role 2026-02-19 14:16:31.173187 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=service 2026-02-19 14:16:31.175216 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:11.558264 | 0.36s 2026-02-19 14:16:31.479034 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2026-02-19 14:16:31.479780 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:11.862840 | 0.66s 2026-02-19 14:16:31.746273 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2026-02-19 14:16:31.747510 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:12.130570 | 0.93s 2026-02-19 14:16:32.056317 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2026-02-19 14:16:32.057712 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:12.440772 | 1.24s 2026-02-19 14:16:32.289456 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2026-02-19 14:16:32.290448 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:12.673512 | 1.47s 2026-02-19 14:16:32.602591 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2026-02-19 14:16:32.603273 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:12.986337 | 1.78s 2026-02-19 14:16:32.873597 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2026-02-19 14:16:32.884340 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:13.267398 | 2.06s 2026-02-19 14:16:33.231404 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2026-02-19 14:16:33.233799 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:13.616852 | 2.41s 2026-02-19 14:16:33.527368 | fa163e14-6a36-ecc9-a21d-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2026-02-19 14:16:33.528874 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:13.911937 | 2.71s 2026-02-19 14:16:33.541662 | fa163e14-6a36-ecc9-a21d-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:13.924709 | 2.72s 2026-02-19 14:16:33.573876 | fa163e14-6a36-ecc9-a21d-00000000420e | TASK | Check Keystone role status 2026-02-19 14:16:33.854279 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=service 2026-02-19 14:16:33.855245 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:14.238304 | 0.28s 2026-02-19 14:16:34.110237 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2026-02-19 14:16:34.112230 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:14.495284 | 0.54s 2026-02-19 14:16:34.372104 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2026-02-19 14:16:34.373514 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:14.756568 | 0.80s 2026-02-19 14:16:34.623756 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2026-02-19 14:16:34.625717 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:15.008773 | 1.05s 2026-02-19 14:16:34.909260 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2026-02-19 14:16:34.910931 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:15.293986 | 1.34s 2026-02-19 14:16:35.151571 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2026-02-19 14:16:35.153517 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:15.536573 | 1.58s 2026-02-19 14:16:35.418697 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2026-02-19 14:16:35.419723 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:15.802778 | 1.84s 2026-02-19 14:16:35.763991 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2026-02-19 14:16:35.765777 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:16.148832 | 2.19s 2026-02-19 14:16:36.002825 | fa163e14-6a36-ecc9-a21d-00000000420e | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2026-02-19 14:16:36.004943 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:16.387997 | 2.43s 2026-02-19 14:16:36.018073 | fa163e14-6a36-ecc9-a21d-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:16.401122 | 2.44s 2026-02-19 14:16:36.042459 | fa163e14-6a36-ecc9-a21d-0000000039b3 | TASK | Create Keystone Users 2026-02-19 14:16:36.147495 | fa163e14-6a36-ecc9-a21d-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:16.530509 | 0.10s 2026-02-19 14:16:36.190447 | fa163e14-6a36-ecc9-a21d-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:16.573503 | 0.15s 2026-02-19 14:16:36.196647 | fa163e14-6a36-ecc9-a21d-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:16.579694 | 0.15s 2026-02-19 14:16:36.217852 | c2585d93-8dfb-4237-8385-c5965df484ee | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-19 14:16:36.231746 | 07186971-12e4-432f-9082-112b5f8fd4a5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2026-02-19 14:16:36.289997 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TASK | Check password of Keystone user 2026-02-19 14:16:37.405753 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:37.407598 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:17.790615 | 1.12s 2026-02-19 14:16:38.338779 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:38.339857 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:18.722911 | 2.05s 2026-02-19 14:16:39.293375 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:39.295135 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:19.678188 | 3.00s 2026-02-19 14:16:40.206758 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:40.207382 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:20.590445 | 3.92s 2026-02-19 14:16:41.115520 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:41.116319 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:21.499380 | 4.83s 2026-02-19 14:16:42.018303 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:42.019500 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:22.402561 | 5.73s 2026-02-19 14:16:42.940474 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:42.941086 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:23.324149 | 6.65s 2026-02-19 14:16:43.881586 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:43.883217 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:24.266273 | 7.59s 2026-02-19 14:16:44.866522 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:44.867478 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:25.250540 | 8.58s 2026-02-19 14:16:45.823944 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:45.825538 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:26.208595 | 9.53s 2026-02-19 14:16:45.836068 | fa163e14-6a36-ecc9-a21d-0000000043a0 | 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 14:16:45.836922 | fa163e14-6a36-ecc9-a21d-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:26.219979 | 9.55s 2026-02-19 14:16:45.856284 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TASK | Async creation of Keystone user 2026-02-19 14:16:46.274726 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:46.276524 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:26.659581 | 0.42s 2026-02-19 14:16:46.606965 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:46.608438 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:26.991501 | 0.75s 2026-02-19 14:16:46.957049 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:46.957869 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.340929 | 1.10s 2026-02-19 14:16:47.242444 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:47.243718 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.626781 | 1.39s 2026-02-19 14:16:47.590049 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:47.595978 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:27.979034 | 1.74s 2026-02-19 14:16:47.954780 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:47.955689 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:28.338745 | 2.10s 2026-02-19 14:16:48.303449 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:48.305090 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:28.688150 | 2.45s 2026-02-19 14:16:48.633315 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:48.636337 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.019390 | 2.78s 2026-02-19 14:16:48.945369 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:48.946118 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.329179 | 3.09s 2026-02-19 14:16:49.264067 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:49.265739 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.648798 | 3.41s 2026-02-19 14:16:49.276017 | fa163e14-6a36-ecc9-a21d-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:16:49.277512 | fa163e14-6a36-ecc9-a21d-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:29.660565 | 3.42s 2026-02-19 14:16:49.297717 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TASK | Check Keystone user status 2026-02-19 14:16:49.617333 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:49.618172 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:30.001232 | 0.32s 2026-02-19 14:16:49.895162 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:49.896885 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:30.279940 | 0.60s 2026-02-19 14:16:50.184232 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:50.185219 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:30.568281 | 0.89s 2026-02-19 14:16:50.440372 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:50.441134 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:30.824195 | 1.14s 2026-02-19 14:16:50.699918 | fa163e14-6a36-ecc9-a21d-0000000043a4 | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-19 14:16:55.903964 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:55.904577 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:36.287642 | 6.61s 2026-02-19 14:16:56.171068 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:56.172570 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:36.555598 | 6.87s 2026-02-19 14:16:56.350979 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:56.351994 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:36.735050 | 7.05s 2026-02-19 14:16:56.577166 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:56.578209 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:36.961262 | 7.28s 2026-02-19 14:16:56.847033 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:56.848048 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:37.231103 | 7.55s 2026-02-19 14:16:57.106155 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:57.106867 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:37.489926 | 7.81s 2026-02-19 14:16:57.111877 | fa163e14-6a36-ecc9-a21d-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:16:57.112924 | fa163e14-6a36-ecc9-a21d-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:37.495975 | 7.81s 2026-02-19 14:16:57.135644 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TASK | Check password of Keystone user 2026-02-19 14:16:58.098336 | fa163e14-6a36-ecc9-a21d-0000000043a9 | 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 14:16:58.100690 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:38.483739 | 0.96s 2026-02-19 14:16:59.073793 | fa163e14-6a36-ecc9-a21d-0000000043a9 | 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 14:16:59.074444 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.457506 | 1.94s 2026-02-19 14:16:59.989738 | fa163e14-6a36-ecc9-a21d-0000000043a9 | 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 14:16:59.990392 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:40.373455 | 2.85s 2026-02-19 14:17:00.897615 | fa163e14-6a36-ecc9-a21d-0000000043a9 | 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 14:17:00.899299 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.282355 | 3.76s 2026-02-19 14:17:01.854614 | fa163e14-6a36-ecc9-a21d-0000000043a9 | 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 14:17:01.855883 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:42.238933 | 4.72s 2026-02-19 14:17:02.764327 | fa163e14-6a36-ecc9-a21d-0000000043a9 | 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 14:17:02.766381 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:43.149436 | 5.63s 2026-02-19 14:17:02.776491 | fa163e14-6a36-ecc9-a21d-0000000043a9 | 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 14:17:02.777596 | fa163e14-6a36-ecc9-a21d-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:43.160610 | 5.64s 2026-02-19 14:17:02.797228 | fa163e14-6a36-ecc9-a21d-0000000043ab | TASK | Async creation of Keystone user 2026-02-19 14:17:03.166333 | fa163e14-6a36-ecc9-a21d-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:17:03.167287 | fa163e14-6a36-ecc9-a21d-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.550346 | 0.37s 2026-02-19 14:17:03.525584 | fa163e14-6a36-ecc9-a21d-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:17:03.526111 | fa163e14-6a36-ecc9-a21d-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:43.909176 | 0.73s 2026-02-19 14:17:03.869488 | fa163e14-6a36-ecc9-a21d-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:17:03.870051 | fa163e14-6a36-ecc9-a21d-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.253115 | 1.07s 2026-02-19 14:17:04.172309 | fa163e14-6a36-ecc9-a21d-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:17:04.173260 | fa163e14-6a36-ecc9-a21d-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.556316 | 1.37s 2026-02-19 14:17:04.490798 | fa163e14-6a36-ecc9-a21d-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:17:04.492384 | fa163e14-6a36-ecc9-a21d-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:44.875440 | 1.69s 2026-02-19 14:17:04.811282 | fa163e14-6a36-ecc9-a21d-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:17:04.811887 | fa163e14-6a36-ecc9-a21d-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:45.194951 | 2.01s 2026-02-19 14:17:04.818349 | fa163e14-6a36-ecc9-a21d-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2026-02-19 14:17:04.818817 | fa163e14-6a36-ecc9-a21d-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:45.201884 | 2.02s 2026-02-19 14:17:04.832953 | fa163e14-6a36-ecc9-a21d-0000000043ad | TASK | Check Keystone user status 2026-02-19 14:17:05.105430 | fa163e14-6a36-ecc9-a21d-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:17:05.107265 | fa163e14-6a36-ecc9-a21d-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:45.490316 | 0.27s 2026-02-19 14:17:05.364935 | fa163e14-6a36-ecc9-a21d-0000000043ad | WAITING | Check Keystone user status | undercloud | 30 retries left 2026-02-19 14:17:10.587231 | fa163e14-6a36-ecc9-a21d-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:17:10.588875 | fa163e14-6a36-ecc9-a21d-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:50.971928 | 5.76s 2026-02-19 14:17:10.857172 | fa163e14-6a36-ecc9-a21d-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:17:10.858129 | fa163e14-6a36-ecc9-a21d-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.241192 | 6.02s 2026-02-19 14:17:11.130793 | fa163e14-6a36-ecc9-a21d-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:17:11.132479 | fa163e14-6a36-ecc9-a21d-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.515535 | 6.30s 2026-02-19 14:17:11.395686 | fa163e14-6a36-ecc9-a21d-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:17:11.396714 | fa163e14-6a36-ecc9-a21d-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:51.779768 | 6.56s 2026-02-19 14:17:11.671682 | fa163e14-6a36-ecc9-a21d-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:17:11.672255 | fa163e14-6a36-ecc9-a21d-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.055319 | 6.84s 2026-02-19 14:17:11.675736 | fa163e14-6a36-ecc9-a21d-0000000043ad | CHANGED | Check Keystone user status | undercloud 2026-02-19 14:17:11.676731 | fa163e14-6a36-ecc9-a21d-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:52.059787 | 6.84s 2026-02-19 14:17:11.697097 | fa163e14-6a36-ecc9-a21d-0000000039b5 | TASK | Assign Keystone Users to Roles 2026-02-19 14:17:11.781772 | fa163e14-6a36-ecc9-a21d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:52.164802 | 0.08s 2026-02-19 14:17:11.810894 | fa163e14-6a36-ecc9-a21d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:52.193953 | 0.11s 2026-02-19 14:17:11.833627 | fa163e14-6a36-ecc9-a21d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:52.216683 | 0.13s 2026-02-19 14:17:11.849655 | fa163e14-6a36-ecc9-a21d-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:52.232693 | 0.15s 2026-02-19 14:17:11.868777 | c0a8d6b8-ad24-45c7-a31f-70b74ea28ac2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 14:17:11.877785 | 48ab4d32-9911-4213-925b-8b1a7206a806 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 14:17:11.885190 | 8fb38d6c-2be9-4549-9709-168aba70eb9d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2026-02-19 14:17:11.949976 | fa163e14-6a36-ecc9-a21d-0000000045a0 | TASK | Async assignment of Keystone user per role 2026-02-19 14:17:12.014313 | fa163e14-6a36-ecc9-a21d-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:52.397350 | 0.06s 2026-02-19 14:17:12.032971 | fa163e14-6a36-ecc9-a21d-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:52.416029 | 0.08s 2026-02-19 14:17:12.041699 | fa163e14-6a36-ecc9-a21d-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:52.424745 | 0.09s 2026-02-19 14:17:12.058960 | 338c7717-232c-4318-8fe7-49a89a97b787 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 14:17:12.069367 | e0bc1e38-1b9f-4744-a830-0673240c9dbd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 14:17:12.093007 | fa163e14-6a36-ecc9-a21d-000000004769 | TASK | Async assignment of Keystone user to roles 2026-02-19 14:17:12.416979 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2026-02-19 14:17:12.419719 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:52.802764 | 0.33s 2026-02-19 14:17:12.720447 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-19 14:17:12.723515 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:53.106569 | 0.63s 2026-02-19 14:17:13.184804 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-19 14:17:13.190494 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:53.573547 | 1.10s 2026-02-19 14:17:13.487380 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-19 14:17:13.488301 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:53.871366 | 1.39s 2026-02-19 14:17:13.781693 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2026-02-19 14:17:13.783107 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.166167 | 1.69s 2026-02-19 14:17:14.090017 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2026-02-19 14:17:14.090697 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.473763 | 2.00s 2026-02-19 14:17:14.397146 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2026-02-19 14:17:14.399300 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:54.782354 | 2.30s 2026-02-19 14:17:14.695650 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2026-02-19 14:17:14.698401 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:55.081453 | 2.60s 2026-02-19 14:17:14.981738 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2026-02-19 14:17:14.982357 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:55.365421 | 2.89s 2026-02-19 14:17:15.256657 | fa163e14-6a36-ecc9-a21d-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2026-02-19 14:17:15.257234 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:55.640298 | 3.16s 2026-02-19 14:17:15.264816 | fa163e14-6a36-ecc9-a21d-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:55.647871 | 3.17s 2026-02-19 14:17:15.281376 | fa163e14-6a36-ecc9-a21d-00000000476b | TASK | Check Keystone user assignment to roles status 2026-02-19 14:17:15.596769 | fa163e14-6a36-ecc9-a21d-00000000476b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 14:17:20.824415 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2026-02-19 14:17:20.828123 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.211163 | 5.55s 2026-02-19 14:17:21.080186 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-19 14:17:21.082965 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.466011 | 5.80s 2026-02-19 14:17:21.333492 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-19 14:17:21.335332 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.718386 | 6.05s 2026-02-19 14:17:21.600206 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-19 14:17:21.601238 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:01.984294 | 6.32s 2026-02-19 14:17:21.831640 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2026-02-19 14:17:21.833478 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:02.216533 | 6.55s 2026-02-19 14:17:22.069515 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2026-02-19 14:17:22.071418 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:02.454472 | 6.79s 2026-02-19 14:17:22.327050 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2026-02-19 14:17:22.329376 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:02.712437 | 7.05s 2026-02-19 14:17:22.563681 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2026-02-19 14:17:22.564823 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:02.947878 | 7.28s 2026-02-19 14:17:22.805591 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2026-02-19 14:17:22.807892 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:03.190943 | 7.53s 2026-02-19 14:17:23.029578 | fa163e14-6a36-ecc9-a21d-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2026-02-19 14:17:23.031627 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:03.414683 | 7.75s 2026-02-19 14:17:23.044485 | fa163e14-6a36-ecc9-a21d-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:03.427531 | 7.76s 2026-02-19 14:17:23.069320 | fa163e14-6a36-ecc9-a21d-000000004770 | TASK | Async assignment of Keystone user to roles 2026-02-19 14:17:23.436532 | fa163e14-6a36-ecc9-a21d-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2026-02-19 14:17:23.438853 | fa163e14-6a36-ecc9-a21d-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:03.821902 | 0.37s 2026-02-19 14:17:23.796908 | fa163e14-6a36-ecc9-a21d-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2026-02-19 14:17:23.797554 | fa163e14-6a36-ecc9-a21d-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.180606 | 0.73s 2026-02-19 14:17:24.132233 | fa163e14-6a36-ecc9-a21d-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-19 14:17:24.133201 | fa163e14-6a36-ecc9-a21d-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.516264 | 1.06s 2026-02-19 14:17:24.470279 | fa163e14-6a36-ecc9-a21d-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2026-02-19 14:17:24.471707 | fa163e14-6a36-ecc9-a21d-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.854763 | 1.40s 2026-02-19 14:17:24.795916 | fa163e14-6a36-ecc9-a21d-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2026-02-19 14:17:24.796956 | fa163e14-6a36-ecc9-a21d-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:05.180009 | 1.73s 2026-02-19 14:17:25.153008 | fa163e14-6a36-ecc9-a21d-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2026-02-19 14:17:25.154038 | fa163e14-6a36-ecc9-a21d-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:05.537093 | 2.08s 2026-02-19 14:17:25.160836 | fa163e14-6a36-ecc9-a21d-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:05.543883 | 2.09s 2026-02-19 14:17:25.181931 | fa163e14-6a36-ecc9-a21d-000000004772 | TASK | Check Keystone user assignment to roles status 2026-02-19 14:17:25.451723 | fa163e14-6a36-ecc9-a21d-000000004772 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 14:17:30.678643 | fa163e14-6a36-ecc9-a21d-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2026-02-19 14:17:30.680170 | fa163e14-6a36-ecc9-a21d-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:11.063218 | 5.50s 2026-02-19 14:17:30.949899 | fa163e14-6a36-ecc9-a21d-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2026-02-19 14:17:30.951939 | fa163e14-6a36-ecc9-a21d-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:11.334994 | 5.77s 2026-02-19 14:17:31.233349 | fa163e14-6a36-ecc9-a21d-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-19 14:17:31.234614 | fa163e14-6a36-ecc9-a21d-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:11.617667 | 6.05s 2026-02-19 14:17:31.514572 | fa163e14-6a36-ecc9-a21d-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2026-02-19 14:17:31.515937 | fa163e14-6a36-ecc9-a21d-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:11.898986 | 6.33s 2026-02-19 14:17:31.785574 | fa163e14-6a36-ecc9-a21d-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2026-02-19 14:17:31.787000 | fa163e14-6a36-ecc9-a21d-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:12.170054 | 6.60s 2026-02-19 14:17:32.062271 | fa163e14-6a36-ecc9-a21d-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2026-02-19 14:17:32.064449 | fa163e14-6a36-ecc9-a21d-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:12.447498 | 6.88s 2026-02-19 14:17:32.075639 | fa163e14-6a36-ecc9-a21d-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:12.458684 | 6.89s 2026-02-19 14:17:32.094077 | fa163e14-6a36-ecc9-a21d-0000000045a5 | TASK | Async assignment of Keystone user per role 2026-02-19 14:17:32.196753 | fa163e14-6a36-ecc9-a21d-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:12.579782 | 0.10s 2026-02-19 14:17:32.208987 | fa163e14-6a36-ecc9-a21d-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:12.592040 | 0.11s 2026-02-19 14:17:32.218952 | 66502dd7-bb46-4e92-8064-03908698596f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 14:17:32.238579 | fa163e14-6a36-ecc9-a21d-0000000047d6 | TASK | Async assignment of Keystone user to roles 2026-02-19 14:17:32.669054 | fa163e14-6a36-ecc9-a21d-0000000047d6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2026-02-19 14:17:32.671370 | fa163e14-6a36-ecc9-a21d-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:13.054418 | 0.43s 2026-02-19 14:17:32.682395 | fa163e14-6a36-ecc9-a21d-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:13.065432 | 0.44s 2026-02-19 14:17:32.710369 | fa163e14-6a36-ecc9-a21d-0000000047d8 | TASK | Check Keystone user assignment to roles status 2026-02-19 14:17:33.005744 | fa163e14-6a36-ecc9-a21d-0000000047d8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 14:17:38.217407 | fa163e14-6a36-ecc9-a21d-0000000047d8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2026-02-19 14:17:38.218458 | fa163e14-6a36-ecc9-a21d-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.601515 | 5.51s 2026-02-19 14:17:38.224279 | fa163e14-6a36-ecc9-a21d-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:18.607326 | 5.51s 2026-02-19 14:17:38.244397 | fa163e14-6a36-ecc9-a21d-0000000045aa | TASK | Async assignment of Keystone user per role 2026-02-19 14:17:38.319445 | fa163e14-6a36-ecc9-a21d-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:18.702493 | 0.07s 2026-02-19 14:17:38.332455 | fa163e14-6a36-ecc9-a21d-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:18.715502 | 0.09s 2026-02-19 14:17:38.347013 | afe78959-29db-4505-861f-f180c11a6f4d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2026-02-19 14:17:38.372989 | fa163e14-6a36-ecc9-a21d-0000000047fa | TASK | Async assignment of Keystone user to roles 2026-02-19 14:17:38.763771 | fa163e14-6a36-ecc9-a21d-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2026-02-19 14:17:38.765425 | fa163e14-6a36-ecc9-a21d-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.148471 | 0.39s 2026-02-19 14:17:39.099521 | fa163e14-6a36-ecc9-a21d-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2026-02-19 14:17:39.100767 | fa163e14-6a36-ecc9-a21d-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.483821 | 0.73s 2026-02-19 14:17:39.417674 | fa163e14-6a36-ecc9-a21d-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2026-02-19 14:17:39.418976 | fa163e14-6a36-ecc9-a21d-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.802042 | 1.04s 2026-02-19 14:17:39.429770 | fa163e14-6a36-ecc9-a21d-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.812819 | 1.05s 2026-02-19 14:17:39.454851 | fa163e14-6a36-ecc9-a21d-0000000047fc | TASK | Check Keystone user assignment to roles status 2026-02-19 14:17:39.700993 | fa163e14-6a36-ecc9-a21d-0000000047fc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2026-02-19 14:17:44.934729 | fa163e14-6a36-ecc9-a21d-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2026-02-19 14:17:44.937639 | fa163e14-6a36-ecc9-a21d-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.320690 | 5.48s 2026-02-19 14:17:45.205043 | fa163e14-6a36-ecc9-a21d-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2026-02-19 14:17:45.207322 | fa163e14-6a36-ecc9-a21d-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.590370 | 5.75s 2026-02-19 14:17:45.413575 | fa163e14-6a36-ecc9-a21d-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2026-02-19 14:17:45.415627 | fa163e14-6a36-ecc9-a21d-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.798681 | 5.96s 2026-02-19 14:17:45.427655 | fa163e14-6a36-ecc9-a21d-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.810702 | 5.97s 2026-02-19 14:17:45.466350 | fa163e14-6a36-ecc9-a21d-00000000397b | TASK | is Keystone LDAP enabled 2026-02-19 14:17:45.522724 | fa163e14-6a36-ecc9-a21d-00000000397b | OK | is Keystone LDAP enabled | undercloud 2026-02-19 14:17:45.523858 | fa163e14-6a36-ecc9-a21d-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:25.906917 | 0.06s 2026-02-19 14:17:45.538926 | fa163e14-6a36-ecc9-a21d-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2026-02-19 14:17:45.597022 | fa163e14-6a36-ecc9-a21d-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2026-02-19 14:17:45.598034 | fa163e14-6a36-ecc9-a21d-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:25.981094 | 0.06s 2026-02-19 14:17:45.613309 | fa163e14-6a36-ecc9-a21d-00000000397d | TASK | Manage Keystone domains from LDAP config 2026-02-19 14:17:45.665484 | fa163e14-6a36-ecc9-a21d-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2026-02-19 14:17:45.666357 | fa163e14-6a36-ecc9-a21d-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:26.049416 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2026-02-19 14:17:45.779771 | fa163e14-6a36-ecc9-a21d-0000000000e2 | TASK | Deploy step tasks for 4 2026-02-19 14:17:45.808223 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000e2') missing from stats 2026-02-19 14:17:45.831331 | fa163e14-6a36-ecc9-a21d-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2026-02-19 14:17:46.296402 | fa163e14-6a36-ecc9-a21d-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2026-02-19 14:17:46.297825 | fa163e14-6a36-ecc9-a21d-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:26.680878 | 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 14:17:46.361429 | fa163e14-6a36-ecc9-a21d-0000000000e4 | TIMING | include_tasks | standalone | 0:24:26.744481 | 0.03s 2026-02-19 14:17:46.407874 | 18039fba-5448-47e0-b604-b70c0817b291 | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/deploy_steps_tasks_step4.yaml | standalone 2026-02-19 14:17:46.434112 | fa163e14-6a36-ecc9-a21d-00000000483e | TASK | Create virtqemud recovery script 2026-02-19 14:17:46.965934 | fa163e14-6a36-ecc9-a21d-00000000483e | CHANGED | Create virtqemud recovery script | standalone 2026-02-19 14:17:46.967362 | fa163e14-6a36-ecc9-a21d-00000000483e | TIMING | Create virtqemud recovery script | standalone | 0:24:27.350417 | 0.53s 2026-02-19 14:17:46.997920 | fa163e14-6a36-ecc9-a21d-00000000483f | TASK | Create virtqemud recovery trigger service 2026-02-19 14:17:47.493482 | fa163e14-6a36-ecc9-a21d-00000000483f | CHANGED | Create virtqemud recovery trigger service | standalone 2026-02-19 14:17:47.494374 | fa163e14-6a36-ecc9-a21d-00000000483f | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:27.877434 | 0.49s 2026-02-19 14:17:47.513167 | fa163e14-6a36-ecc9-a21d-000000004840 | TASK | Create virtqemud recovery trigger timer 2026-02-19 14:17:48.002765 | fa163e14-6a36-ecc9-a21d-000000004840 | CHANGED | Create virtqemud recovery trigger timer | standalone 2026-02-19 14:17:48.005596 | fa163e14-6a36-ecc9-a21d-000000004840 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:28.388616 | 0.49s 2026-02-19 14:17:48.036342 | fa163e14-6a36-ecc9-a21d-000000004841 | TASK | Enable virtqemud recovery trigger service 2026-02-19 14:17:49.004201 | fa163e14-6a36-ecc9-a21d-000000004841 | CHANGED | Enable virtqemud recovery trigger service | standalone 2026-02-19 14:17:49.005689 | fa163e14-6a36-ecc9-a21d-000000004841 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:29.388748 | 0.97s 2026-02-19 14:17:49.029045 | fa163e14-6a36-ecc9-a21d-000000004842 | TASK | Enable virtqemud recovery trigger timer 2026-02-19 14:17:49.988884 | fa163e14-6a36-ecc9-a21d-000000004842 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2026-02-19 14:17:49.991311 | fa163e14-6a36-ecc9-a21d-000000004842 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:30.374359 | 0.96s 2026-02-19 14:17:50.017912 | fa163e14-6a36-ecc9-a21d-000000004843 | TASK | Really enable virtqemud recovery trigger timer 2026-02-19 14:17:50.601133 | fa163e14-6a36-ecc9-a21d-000000004843 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2026-02-19 14:17:50.602989 | fa163e14-6a36-ecc9-a21d-000000004843 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:30.986038 | 0.58s 2026-02-19 14:17:50.632043 | fa163e14-6a36-ecc9-a21d-000000004845 | TASK | Create systemd file 2026-02-19 14:17:51.189108 | fa163e14-6a36-ecc9-a21d-000000004845 | CHANGED | Create systemd file | standalone 2026-02-19 14:17:51.190642 | fa163e14-6a36-ecc9-a21d-000000004845 | TIMING | Create systemd file | standalone | 0:24:31.573695 | 0.56s 2026-02-19 14:17:51.220013 | fa163e14-6a36-ecc9-a21d-000000004846 | TASK | Reload systemd 2026-02-19 14:17:51.989482 | fa163e14-6a36-ecc9-a21d-000000004846 | CHANGED | Reload systemd | standalone 2026-02-19 14:17:51.990506 | fa163e14-6a36-ecc9-a21d-000000004846 | TIMING | Reload systemd | standalone | 0:24:32.373569 | 0.77s 2026-02-19 14:17:52.013337 | fa163e14-6a36-ecc9-a21d-000000004849 | TASK | Start OVN container 2026-02-19 14:17:52.074719 | fa163e14-6a36-ecc9-a21d-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2026-02-19 14:17:52.092920 | fa163e14-6a36-ecc9-a21d-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2026-02-19 14:17:52.107301 | fa163e14-6a36-ecc9-a21d-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2026-02-19 14:17:52.118616 | fa163e14-6a36-ecc9-a21d-000000004849 | TIMING | Start OVN container | standalone | 0:24:32.501669 | 0.10s 2026-02-19 14:17:52.137807 | fa163e14-6a36-ecc9-a21d-00000000484b | TASK | Set NB connection 2026-02-19 14:17:52.173621 | fa163e14-6a36-ecc9-a21d-00000000484b | SKIPPED | Set NB connection | standalone 2026-02-19 14:17:52.174527 | fa163e14-6a36-ecc9-a21d-00000000484b | TIMING | Set NB connection | standalone | 0:24:32.557588 | 0.04s 2026-02-19 14:17:52.196335 | fa163e14-6a36-ecc9-a21d-00000000484c | TASK | Set SB connection 2026-02-19 14:17:52.243504 | fa163e14-6a36-ecc9-a21d-00000000484c | SKIPPED | Set SB connection | standalone 2026-02-19 14:17:52.244877 | fa163e14-6a36-ecc9-a21d-00000000484c | TIMING | Set SB connection | standalone | 0:24:32.627928 | 0.05s 2026-02-19 14:17:52.275162 | fa163e14-6a36-ecc9-a21d-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2026-02-19 14:17:52.514021 | fa163e14-6a36-ecc9-a21d-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2026-02-19 14:17:52.515949 | fa163e14-6a36-ecc9-a21d-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:32.898999 | 0.24s 2026-02-19 14:17:52.596637 | fa163e14-6a36-ecc9-a21d-0000000000e7 | TIMING | include_tasks | standalone | 0:24:32.979669 | 0.05s 2026-02-19 14:17:52.636428 | 20f45c70-6e00-46be-8a9e-4de79ab7e1cf | INCLUDED | /root/standalone-ansible-5aeqp2q2/common_deploy_steps_tasks.yaml | standalone 2026-02-19 14:17:52.660632 | fa163e14-6a36-ecc9-a21d-00000000487b | TASK | Write the config_step hieradata 2026-02-19 14:17:53.137223 | fa163e14-6a36-ecc9-a21d-00000000487b | OK | Write the config_step hieradata | standalone 2026-02-19 14:17:53.138688 | fa163e14-6a36-ecc9-a21d-00000000487b | TIMING | Write the config_step hieradata | standalone | 0:24:33.521736 | 0.48s 2026-02-19 14:17:53.171116 | fa163e14-6a36-ecc9-a21d-00000000487c | TASK | Run puppet host configuration for step 4 2026-02-19 14:17:53.516511 | fa163e14-6a36-ecc9-a21d-00000000487c | CHANGED | Run puppet host configuration for step 4 | standalone 2026-02-19 14:17:53.521353 | fa163e14-6a36-ecc9-a21d-00000000487c | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:33.904403 | 0.35s 2026-02-19 14:17:53.546525 | fa163e14-6a36-ecc9-a21d-00000000487d | TASK | Wait for puppet host configuration to finish 2026-02-19 14:17:53.783622 | fa163e14-6a36-ecc9-a21d-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 14:18:03.997747 | fa163e14-6a36-ecc9-a21d-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 14:18:14.250990 | fa163e14-6a36-ecc9-a21d-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2026-02-19 14:18:24.456518 | fa163e14-6a36-ecc9-a21d-00000000487d | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 14:18:24.458178 | fa163e14-6a36-ecc9-a21d-00000000487d | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:04.841230 | 30.91s 2026-02-19 14:18:24.489205 | fa163e14-6a36-ecc9-a21d-00000000487e | TASK | Debug output for task: Run puppet host configuration for step 4 2026-02-19 14:18:24.562172 | fa163e14-6a36-ecc9-a21d-00000000487e | 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 14:17:53 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 14:18:00 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 14:18:00 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 14:18:00 puppet-user: (file & line not available)", "<13>Feb 19 14:18:00 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 14:18:00 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 14:18:00 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 14:18:00 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 19 14:18:00 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 19 14:18:00 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 14:18:00 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 14:18:00 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 14:18:00 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 14:18:00 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 14:18:00 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 14:18:00 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.56 seconds", "<13>Feb 19 14:18:05 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 14:18:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 14:18:13 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Feb 19 14:18:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}6cf6fc423efa4bd19c1ad561ee55a047701243b4dece94b5fd61c98b528b75f0'", "<13>Feb 19 14:18:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Feb 19 14:18:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Feb 19 14:18:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Feb 19 14:18:13 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Feb 19 14:18:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 14:18:19 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 14:18:20 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Feb 19 14:18:20 puppet-user: Notice: Applied catalog in 20.30 seconds", "<13>Feb 19 14:18:21 puppet-user: Application:", "<13>Feb 19 14:18:21 puppet-user: Initial environment: production", "<13>Feb 19 14:18:21 puppet-user: Converged environment: production", "<13>Feb 19 14:18:21 puppet-user: Run mode: user", "<13>Feb 19 14:18:21 puppet-user: Changes:", "<13>Feb 19 14:18:21 puppet-user: Total: 10", "<13>Feb 19 14:18:21 puppet-user: Events:", "<13>Feb 19 14:18:21 puppet-user: Success: 10", "<13>Feb 19 14:18:21 puppet-user: Resources:", "<13>Feb 19 14:18:21 puppet-user: Restarted: 1", "<13>Feb 19 14:18:21 puppet-user: Changed: 10", "<13>Feb 19 14:18:21 puppet-user: Out of sync: 10", "<13>Feb 19 14:18:21 puppet-user: Total: 37", "<13>Feb 19 14:18:21 puppet-user: Time:", "<13>Feb 19 14:18:21 puppet-user: Filebucket: 0.00", "<13>Feb 19 14:18:21 puppet-user: Schedule: 0.00", "<13>Feb 19 14:18:21 puppet-user: Augeas: 0.01", "<13>Feb 19 14:18:21 puppet-user: File line: 0.01", "<13>Feb 19 14:18:21 puppet-user: User: 0.02", "<13>Feb 19 14:18:21 puppet-user: File: 0.09", "<13>Feb 19 14:18:21 puppet-user: Config retrieval: 0.68", "<13>Feb 19 14:18:21 puppet-user: Service: 1.43", "<13>Feb 19 14:18:21 puppet-user: Pcmk property: 1.47", "<13>Feb 19 14:18:21 puppet-user: Last run: 1771510701", "<13>Feb 19 14:18:21 puppet-user: Pcmk resource op default: 2.11", "<13>Feb 19 14:18:21 puppet-user: Pcmk resource default: 2.13", "<13>Feb 19 14:18:21 puppet-user: Transaction evaluation: 20.28", "<13>Feb 19 14:18:21 puppet-user: Catalog application: 20.30", "<13>Feb 19 14:18:21 puppet-user: Package: 5.75", "<13>Feb 19 14:18:21 puppet-user: Exec: 7.07", "<13>Feb 19 14:18:21 puppet-user: Total: 20.31", "<13>Feb 19 14:18:21 puppet-user: Version:", "<13>Feb 19 14:18:21 puppet-user: Config: 1771510680", "<13>Feb 19 14:18:21 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 14:18:24.563685 | fa163e14-6a36-ecc9-a21d-00000000487e | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:04.946738 | 0.07s 2026-02-19 14:18:24.593717 | fa163e14-6a36-ecc9-a21d-00000000487f | TASK | Pre-cache facts for puppet containers 2026-02-19 14:18:24.623518 | fa163e14-6a36-ecc9-a21d-00000000487f | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:05.006565 | 0.03s 2026-02-19 14:18:24.691062 | fa163e14-6a36-ecc9-a21d-0000000048c0 | TASK | Gather variables for each operating system 2026-02-19 14:18:24.813751 | fa163e14-6a36-ecc9-a21d-0000000048c0 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:05.196788 | 0.12s 2026-02-19 14:18:24.843962 | fa163e14-6a36-ecc9-a21d-0000000048c1 | TASK | Create puppet caching structures 2026-02-19 14:18:25.070294 | fa163e14-6a36-ecc9-a21d-0000000048c1 | CHANGED | Create puppet caching structures | standalone 2026-02-19 14:18:25.071885 | fa163e14-6a36-ecc9-a21d-0000000048c1 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:05.454939 | 0.23s 2026-02-19 14:18:25.100771 | fa163e14-6a36-ecc9-a21d-0000000048c2 | TASK | Check for facter.conf 2026-02-19 14:18:25.354326 | fa163e14-6a36-ecc9-a21d-0000000048c2 | OK | Check for facter.conf | standalone 2026-02-19 14:18:25.356058 | fa163e14-6a36-ecc9-a21d-0000000048c2 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:05.739106 | 0.25s 2026-02-19 14:18:25.388990 | fa163e14-6a36-ecc9-a21d-0000000048c3 | TASK | Remove facter.conf if directory 2026-02-19 14:18:25.441465 | fa163e14-6a36-ecc9-a21d-0000000048c3 | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 14:18:25.442994 | fa163e14-6a36-ecc9-a21d-0000000048c3 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:05.826045 | 0.05s 2026-02-19 14:18:25.472050 | fa163e14-6a36-ecc9-a21d-0000000048c4 | TASK | Write facter cache config 2026-02-19 14:18:25.976753 | fa163e14-6a36-ecc9-a21d-0000000048c4 | CHANGED | Write facter cache config | standalone 2026-02-19 14:18:25.978209 | fa163e14-6a36-ecc9-a21d-0000000048c4 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:06.361262 | 0.50s 2026-02-19 14:18:26.007349 | fa163e14-6a36-ecc9-a21d-0000000048c5 | TASK | Cleanup facter cache if exists 2026-02-19 14:18:26.253364 | fa163e14-6a36-ecc9-a21d-0000000048c5 | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 14:18:26.254842 | fa163e14-6a36-ecc9-a21d-0000000048c5 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:06.637892 | 0.25s 2026-02-19 14:18:26.287436 | fa163e14-6a36-ecc9-a21d-0000000048c6 | TASK | Pre-cache facts 2026-02-19 14:18:26.943035 | fa163e14-6a36-ecc9-a21d-0000000048c6 | CHANGED | Pre-cache facts | standalone 2026-02-19 14:18:26.944369 | fa163e14-6a36-ecc9-a21d-0000000048c6 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:07.327423 | 0.65s 2026-02-19 14:18:26.979842 | fa163e14-6a36-ecc9-a21d-0000000048c7 | TASK | Failed deployment if facter fails 2026-02-19 14:18:27.015467 | fa163e14-6a36-ecc9-a21d-0000000048c7 | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 14:18:27.017070 | fa163e14-6a36-ecc9-a21d-0000000048c7 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:07.400117 | 0.03s 2026-02-19 14:18:27.065923 | fa163e14-6a36-ecc9-a21d-0000000048c8 | TASK | Sync cached facts 2026-02-19 14:18:27.391524 | fa163e14-6a36-ecc9-a21d-0000000048c8 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e14-6a36-ecc9-a21d-0000000048c8') missing from stats 2026-02-19 14:18:27.450374 | fa163e14-6a36-ecc9-a21d-000000004880 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 14:18:27.501254 | fa163e14-6a36-ecc9-a21d-000000004880 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 14:18:27.502507 | fa163e14-6a36-ecc9-a21d-000000004880 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:07.885558 | 0.05s 2026-02-19 14:18:27.533744 | fa163e14-6a36-ecc9-a21d-000000004882 | TASK | Manage containers for step 4 with tripleo-ansible 2026-02-19 14:18:27.563179 | fa163e14-6a36-ecc9-a21d-000000004882 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:07.946223 | 0.03s 2026-02-19 14:18:27.629065 | fa163e14-6a36-ecc9-a21d-00000000491f | TASK | Gather variables for each operating system 2026-02-19 14:18:27.709858 | fa163e14-6a36-ecc9-a21d-00000000491f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:08.092899 | 0.08s 2026-02-19 14:18:27.739116 | fa163e14-6a36-ecc9-a21d-000000004920 | TASK | Create container logs path 2026-02-19 14:18:27.976410 | fa163e14-6a36-ecc9-a21d-000000004920 | OK | Create container logs path | standalone 2026-02-19 14:18:27.977306 | fa163e14-6a36-ecc9-a21d-000000004920 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:08.360368 | 0.24s 2026-02-19 14:18:27.997813 | fa163e14-6a36-ecc9-a21d-000000004922 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 14:18:28.228107 | fa163e14-6a36-ecc9-a21d-000000004922 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 14:18:28.229048 | fa163e14-6a36-ecc9-a21d-000000004922 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:08.612109 | 0.23s 2026-02-19 14:18:28.259293 | fa163e14-6a36-ecc9-a21d-000000004923 | TASK | Finalise hashes for all containers 2026-02-19 14:18:28.353424 | fa163e14-6a36-ecc9-a21d-000000004923 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:18:28.354671 | fa163e14-6a36-ecc9-a21d-000000004923 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:08.737725 | 0.09s 2026-02-19 14:18:28.383413 | fa163e14-6a36-ecc9-a21d-000000004925 | TASK | Manage systemd shutdown files 2026-02-19 14:18:28.408772 | fa163e14-6a36-ecc9-a21d-000000004925 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:08.791814 | 0.02s 2026-02-19 14:18:28.441625 | 8018fedf-31d3-4f07-bdee-b7909130f8c1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 14:18:28.469664 | fa163e14-6a36-ecc9-a21d-000000004958 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 14:18:28.759502 | fa163e14-6a36-ecc9-a21d-000000004958 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 14:18:28.761133 | fa163e14-6a36-ecc9-a21d-000000004958 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:09.144184 | 0.29s 2026-02-19 14:18:28.792317 | fa163e14-6a36-ecc9-a21d-000000004959 | TASK | Set podman_drop_in fact 2026-02-19 14:18:28.857867 | fa163e14-6a36-ecc9-a21d-000000004959 | OK | Set podman_drop_in fact | standalone 2026-02-19 14:18:28.859387 | fa163e14-6a36-ecc9-a21d-000000004959 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:09.242438 | 0.07s 2026-02-19 14:18:28.890799 | fa163e14-6a36-ecc9-a21d-00000000495b | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 14:18:29.384734 | fa163e14-6a36-ecc9-a21d-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 14:18:29.386296 | fa163e14-6a36-ecc9-a21d-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:09.769345 | 0.49s 2026-02-19 14:18:29.903785 | fa163e14-6a36-ecc9-a21d-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 14:18:29.904880 | fa163e14-6a36-ecc9-a21d-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:10.287935 | 1.01s 2026-02-19 14:18:29.911628 | fa163e14-6a36-ecc9-a21d-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:10.294676 | 1.02s 2026-02-19 14:18:29.940918 | fa163e14-6a36-ecc9-a21d-00000000495c | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 14:18:30.434197 | fa163e14-6a36-ecc9-a21d-00000000495c | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 14:18:30.435832 | fa163e14-6a36-ecc9-a21d-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:10.818885 | 0.49s 2026-02-19 14:18:30.465240 | fa163e14-6a36-ecc9-a21d-00000000495d | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 14:18:30.952899 | fa163e14-6a36-ecc9-a21d-00000000495d | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 14:18:30.953737 | fa163e14-6a36-ecc9-a21d-00000000495d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:11.336801 | 0.49s 2026-02-19 14:18:30.972890 | fa163e14-6a36-ecc9-a21d-00000000495e | TASK | Enable and start tripleo-container-shutdown 2026-02-19 14:18:31.712897 | fa163e14-6a36-ecc9-a21d-00000000495e | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 14:18:31.714067 | fa163e14-6a36-ecc9-a21d-00000000495e | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:12.097131 | 0.74s 2026-02-19 14:18:31.733789 | fa163e14-6a36-ecc9-a21d-00000000495f | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 14:18:32.266293 | fa163e14-6a36-ecc9-a21d-00000000495f | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 14:18:32.267124 | fa163e14-6a36-ecc9-a21d-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:12.650187 | 0.53s 2026-02-19 14:18:32.285864 | fa163e14-6a36-ecc9-a21d-000000004960 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 14:18:32.798703 | fa163e14-6a36-ecc9-a21d-000000004960 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 14:18:32.799558 | fa163e14-6a36-ecc9-a21d-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:13.182609 | 0.51s 2026-02-19 14:18:32.818681 | fa163e14-6a36-ecc9-a21d-000000004961 | TASK | Enable and start netns-placeholder 2026-02-19 14:18:33.583663 | fa163e14-6a36-ecc9-a21d-000000004961 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 14:18:33.585664 | fa163e14-6a36-ecc9-a21d-000000004961 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:13.968708 | 0.77s 2026-02-19 14:18:33.616156 | fa163e14-6a36-ecc9-a21d-000000004927 | TASK | Update container configs with new config hashes 2026-02-19 14:18:33.678942 | fa163e14-6a36-ecc9-a21d-000000004927 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:14.061987 | 0.06s 2026-02-19 14:18:33.700019 | 827c93c6-d6f8-4707-ac39-0048d9a594cf | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 14:18:33.733840 | fa163e14-6a36-ecc9-a21d-000000004989 | TASK | Update config hashes for container startup configs 2026-02-19 14:18:34.031414 | fa163e14-6a36-ecc9-a21d-000000004989 | OK | Update config hashes for container startup configs | standalone 2026-02-19 14:18:34.032967 | fa163e14-6a36-ecc9-a21d-000000004989 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:14.416016 | 0.30s 2026-02-19 14:18:34.064689 | fa163e14-6a36-ecc9-a21d-000000004928 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 14:18:34.115455 | fa163e14-6a36-ecc9-a21d-000000004928 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:14.498499 | 0.05s 2026-02-19 14:18:34.139796 | 37a95638-941b-4210-aac3-5350e34ea5c0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:18:34.170407 | fa163e14-6a36-ecc9-a21d-0000000049a8 | TASK | Gather podman infos 2026-02-19 14:18:35.573182 | fa163e14-6a36-ecc9-a21d-0000000049a8 | OK | Gather podman infos | standalone 2026-02-19 14:18:35.574574 | fa163e14-6a36-ecc9-a21d-0000000049a8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:15.957595 | 1.40s 2026-02-19 14:18:35.676449 | fa163e14-6a36-ecc9-a21d-0000000049a9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 14:18:35.757692 | fa163e14-6a36-ecc9-a21d-0000000049a9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:16.140734 | 0.07s 2026-02-19 14:18:35.924248 | fa163e14-6a36-ecc9-a21d-0000000049f2 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:16.307287 | 0.11s 2026-02-19 14:18:35.982516 | fa163e14-6a36-ecc9-a21d-000000004929 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 14:18:36.045992 | fa163e14-6a36-ecc9-a21d-000000004929 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:16.429038 | 0.06s 2026-02-19 14:18:36.069131 | a3b0f472-df28-458f-a66d-caef26d79d92 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:18:36.108851 | fa163e14-6a36-ecc9-a21d-000000004a18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 14:18:57.735465 | fa163e14-6a36-ecc9-a21d-000000004a18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 14:18:57.736755 | fa163e14-6a36-ecc9-a21d-000000004a18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:38.119811 | 21.63s 2026-02-19 14:18:57.761865 | fa163e14-6a36-ecc9-a21d-000000004a19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2026-02-19 14:21:11.884177 | fa163e14-6a36-ecc9-a21d-000000004a19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2026-02-19 14:21:11.886484 | fa163e14-6a36-ecc9-a21d-000000004a19 | 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:52.269536 | 134.12s 2026-02-19 14:21:11.960623 | fa163e14-6a36-ecc9-a21d-000000004884 | TASK | Clean container_puppet_tasks for standalone step 4 2026-02-19 14:21:12.210648 | fa163e14-6a36-ecc9-a21d-000000004884 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2026-02-19 14:21:12.212445 | fa163e14-6a36-ecc9-a21d-000000004884 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:52.595501 | 0.25s 2026-02-19 14:21:12.258036 | fa163e14-6a36-ecc9-a21d-000000004885 | TASK | Calculate container_puppet_tasks for standalone step 4 2026-02-19 14:21:12.311370 | fa163e14-6a36-ecc9-a21d-000000004885 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:52.694409 | 0.05s 2026-02-19 14:21:12.341954 | fa163e14-6a36-ecc9-a21d-000000004886 | TASK | Include container-puppet tasks for step 4 2026-02-19 14:21:12.394491 | fa163e14-6a36-ecc9-a21d-000000004886 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:52.777528 | 0.05s 2026-02-19 14:21:12.420971 | a88979b2-4e91-4b9f-a785-453c66e8faaf | INCLUDED | /root/standalone-ansible-5aeqp2q2/host-container-puppet-tasks.yaml | standalone 2026-02-19 14:21:12.463654 | fa163e14-6a36-ecc9-a21d-000000004a64 | TASK | Write container-puppet-tasks json file for standalone step 4 2026-02-19 14:21:13.016603 | fa163e14-6a36-ecc9-a21d-000000004a64 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2026-02-19 14:21:13.017940 | fa163e14-6a36-ecc9-a21d-000000004a64 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:53.400994 | 0.55s 2026-02-19 14:21:13.041643 | fa163e14-6a36-ecc9-a21d-000000004a66 | TASK | Generate container puppet configs for step 4 2026-02-19 14:21:13.313720 | fa163e14-6a36-ecc9-a21d-000000004a66 | OK | Generate container puppet configs for step 4 | standalone 2026-02-19 14:21:13.315438 | fa163e14-6a36-ecc9-a21d-000000004a66 | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:53.698485 | 0.27s 2026-02-19 14:21:13.346582 | fa163e14-6a36-ecc9-a21d-000000004a67 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2026-02-19 14:21:13.380617 | fa163e14-6a36-ecc9-a21d-000000004a67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:53.763602 | 0.03s 2026-02-19 14:21:13.453136 | fa163e14-6a36-ecc9-a21d-000000004a96 | TASK | Gather variables for each operating system 2026-02-19 14:21:13.548143 | fa163e14-6a36-ecc9-a21d-000000004a96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:53.931187 | 0.09s 2026-02-19 14:21:13.572313 | fa163e14-6a36-ecc9-a21d-000000004a97 | TASK | Create container logs path 2026-02-19 14:21:13.772666 | fa163e14-6a36-ecc9-a21d-000000004a97 | OK | Create container logs path | standalone 2026-02-19 14:21:13.773913 | fa163e14-6a36-ecc9-a21d-000000004a97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:54.156968 | 0.20s 2026-02-19 14:21:13.799470 | fa163e14-6a36-ecc9-a21d-000000004a99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 14:21:14.012494 | fa163e14-6a36-ecc9-a21d-000000004a99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 14:21:14.013487 | fa163e14-6a36-ecc9-a21d-000000004a99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:54.396548 | 0.21s 2026-02-19 14:21:14.037085 | fa163e14-6a36-ecc9-a21d-000000004a9a | TASK | Finalise hashes for all containers 2026-02-19 14:21:14.088507 | fa163e14-6a36-ecc9-a21d-000000004a9a | OK | Finalise hashes for all containers | standalone 2026-02-19 14:21:14.089588 | fa163e14-6a36-ecc9-a21d-000000004a9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:54.472648 | 0.05s 2026-02-19 14:21:14.113183 | fa163e14-6a36-ecc9-a21d-000000004a9c | TASK | Manage systemd shutdown files 2026-02-19 14:21:14.158178 | fa163e14-6a36-ecc9-a21d-000000004a9c | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:21:14.159193 | fa163e14-6a36-ecc9-a21d-000000004a9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:54.542251 | 0.04s 2026-02-19 14:21:14.181601 | fa163e14-6a36-ecc9-a21d-000000004a9e | TASK | Update container configs with new config hashes 2026-02-19 14:21:14.235076 | fa163e14-6a36-ecc9-a21d-000000004a9e | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:21:14.236134 | fa163e14-6a36-ecc9-a21d-000000004a9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:54.619193 | 0.05s 2026-02-19 14:21:14.261771 | fa163e14-6a36-ecc9-a21d-000000004a9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 14:21:14.299200 | fa163e14-6a36-ecc9-a21d-000000004a9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 14:21:14.299922 | fa163e14-6a36-ecc9-a21d-000000004a9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:54.682984 | 0.04s 2026-02-19 14:21:14.320596 | fa163e14-6a36-ecc9-a21d-000000004aa0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2026-02-19 14:21:14.353060 | fa163e14-6a36-ecc9-a21d-000000004aa0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2026-02-19 14:21:14.353698 | fa163e14-6a36-ecc9-a21d-000000004aa0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:54.736763 | 0.03s PLAY [External deployment step 5] ********************************************** 2026-02-19 14:21:14.471222 | fa163e14-6a36-ecc9-a21d-0000000000ea | TASK | External deployment step 5 2026-02-19 14:21:14.510150 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000ea') missing from stats 2026-02-19 14:21:14.551278 | fa163e14-6a36-ecc9-a21d-0000000000eb | TIMING | include_tasks | undercloud | 0:27:54.934335 | 0.03s 2026-02-19 14:21:14.557305 | 5197feba-d652-41d8-941a-96541a9b4614 | INCLUDED | /root/standalone-ansible-5aeqp2q2/external_deploy_steps_tasks_step5.yaml | undercloud 2026-02-19 14:21:14.571804 | fa163e14-6a36-ecc9-a21d-000000004aef | TASK | Manage Cinder's default volume type 2026-02-19 14:21:25.301781 | fa163e14-6a36-ecc9-a21d-000000004aef | OK | Manage Cinder's default volume type | undercloud 2026-02-19 14:21:25.303386 | fa163e14-6a36-ecc9-a21d-000000004aef | TIMING | Manage Cinder's default volume type | undercloud | 0:28:05.686440 | 10.73s PLAY [Deploy step tasks for 5] ************************************************* 2026-02-19 14:21:25.410899 | fa163e14-6a36-ecc9-a21d-0000000000ee | TASK | Deploy step tasks for 5 2026-02-19 14:21:25.446988 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000ee') missing from stats 2026-02-19 14:21:25.467319 | fa163e14-6a36-ecc9-a21d-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2026-02-19 14:21:26.059838 | fa163e14-6a36-ecc9-a21d-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2026-02-19 14:21:26.061236 | fa163e14-6a36-ecc9-a21d-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:06.444288 | 0.59s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2026-02-19 14:21:26.140244 | fa163e14-6a36-ecc9-a21d-0000000000f0 | TIMING | include_tasks | standalone | 0:28:06.523283 | 0.05s 2026-02-19 14:21:26.205419 | 13a4b4b2-50c6-4d3b-abed-ef6440eb8578 | INCLUDED | /root/standalone-ansible-5aeqp2q2/Standalone/deploy_steps_tasks_step5.yaml | standalone 2026-02-19 14:21:26.239510 | fa163e14-6a36-ecc9-a21d-000000004b12 | TASK | Gather variables for each operating system 2026-02-19 14:21:26.372205 | fa163e14-6a36-ecc9-a21d-000000004b12 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:06.755238 | 0.13s 2026-02-19 14:21:26.403541 | fa163e14-6a36-ecc9-a21d-000000004b13 | TASK | Detect if resource is being created or already exists 2026-02-19 14:21:27.144941 | fa163e14-6a36-ecc9-a21d-000000004b13 | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 14:21:27.146403 | fa163e14-6a36-ecc9-a21d-000000004b13 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:07.529458 | 0.74s 2026-02-19 14:21:27.183089 | fa163e14-6a36-ecc9-a21d-000000004b14 | TASK | Run init bundle puppet on the host for cinder_backup 2026-02-19 14:21:52.469049 | fa163e14-6a36-ecc9-a21d-000000004b14 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2026-02-19 14:21:52.470969 | fa163e14-6a36-ecc9-a21d-000000004b14 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:32.854011 | 25.29s 2026-02-19 14:21:52.505663 | fa163e14-6a36-ecc9-a21d-000000004b15 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-19 14:21:52.802120 | fa163e14-6a36-ecc9-a21d-000000004b15 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-19 14:21:52.803413 | fa163e14-6a36-ecc9-a21d-000000004b15 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:33.186471 | 0.30s 2026-02-19 14:21:52.829980 | fa163e14-6a36-ecc9-a21d-000000004b16 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 14:21:53.353032 | fa163e14-6a36-ecc9-a21d-000000004b16 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 14:21:53.354389 | fa163e14-6a36-ecc9-a21d-000000004b16 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:33.737443 | 0.52s 2026-02-19 14:21:53.387081 | fa163e14-6a36-ecc9-a21d-000000004b17 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2026-02-19 14:21:53.619055 | fa163e14-6a36-ecc9-a21d-000000004b17 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2026-02-19 14:21:53.619855 | fa163e14-6a36-ecc9-a21d-000000004b17 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:34.002918 | 0.23s 2026-02-19 14:21:53.645582 | fa163e14-6a36-ecc9-a21d-000000004b19 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2026-02-19 14:21:53.694562 | fa163e14-6a36-ecc9-a21d-000000004b19 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2026-02-19 14:21:53.695505 | fa163e14-6a36-ecc9-a21d-000000004b19 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:34.078564 | 0.05s 2026-02-19 14:21:53.719726 | fa163e14-6a36-ecc9-a21d-000000004b1a | TASK | Get container image tag from bundle openstack-cinder-backup 2026-02-19 14:21:53.760671 | fa163e14-6a36-ecc9-a21d-000000004b1a | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2026-02-19 14:21:53.761620 | fa163e14-6a36-ecc9-a21d-000000004b1a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:34.144680 | 0.04s 2026-02-19 14:21:53.788041 | fa163e14-6a36-ecc9-a21d-000000004b1b | TASK | Compare tags between marker and bundle openstack-cinder-backup 2026-02-19 14:21:53.829104 | fa163e14-6a36-ecc9-a21d-000000004b1b | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2026-02-19 14:21:53.830096 | fa163e14-6a36-ecc9-a21d-000000004b1b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:34.213156 | 0.04s 2026-02-19 14:21:53.855923 | fa163e14-6a36-ecc9-a21d-000000004b1c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 14:21:53.890856 | fa163e14-6a36-ecc9-a21d-000000004b1c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 14:21:53.891854 | fa163e14-6a36-ecc9-a21d-000000004b1c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:34.274909 | 0.03s 2026-02-19 14:21:53.917445 | fa163e14-6a36-ecc9-a21d-000000004b1d | TASK | Remove update marker for bundle openstack-cinder-backup 2026-02-19 14:21:53.960147 | fa163e14-6a36-ecc9-a21d-000000004b1d | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2026-02-19 14:21:53.961051 | fa163e14-6a36-ecc9-a21d-000000004b1d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:34.344113 | 0.04s 2026-02-19 14:21:53.999750 | fa163e14-6a36-ecc9-a21d-000000004b3e | TASK | Gather variables for each operating system 2026-02-19 14:21:54.089052 | fa163e14-6a36-ecc9-a21d-000000004b3e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:34.472106 | 0.09s 2026-02-19 14:21:54.109309 | fa163e14-6a36-ecc9-a21d-000000004b3f | TASK | Detect if resource is being created or already exists 2026-02-19 14:21:54.841348 | fa163e14-6a36-ecc9-a21d-000000004b3f | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 14:21:54.842186 | fa163e14-6a36-ecc9-a21d-000000004b3f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:35.225250 | 0.73s 2026-02-19 14:21:54.862456 | fa163e14-6a36-ecc9-a21d-000000004b40 | TASK | Run init bundle puppet on the host for cinder_volume 2026-02-19 14:22:19.728410 | fa163e14-6a36-ecc9-a21d-000000004b40 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2026-02-19 14:22:19.730001 | fa163e14-6a36-ecc9-a21d-000000004b40 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:00.113063 | 24.87s 2026-02-19 14:22:19.752318 | fa163e14-6a36-ecc9-a21d-000000004b41 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2026-02-19 14:22:20.019519 | fa163e14-6a36-ecc9-a21d-000000004b41 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2026-02-19 14:22:20.021335 | fa163e14-6a36-ecc9-a21d-000000004b41 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:00.404387 | 0.27s 2026-02-19 14:22:20.054509 | fa163e14-6a36-ecc9-a21d-000000004b42 | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 14:22:20.521089 | fa163e14-6a36-ecc9-a21d-000000004b42 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 14:22:20.522470 | fa163e14-6a36-ecc9-a21d-000000004b42 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:00.905531 | 0.47s 2026-02-19 14:22:20.547680 | fa163e14-6a36-ecc9-a21d-000000004b43 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2026-02-19 14:22:20.784635 | fa163e14-6a36-ecc9-a21d-000000004b43 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2026-02-19 14:22:20.785509 | fa163e14-6a36-ecc9-a21d-000000004b43 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:01.168573 | 0.24s 2026-02-19 14:22:20.806573 | fa163e14-6a36-ecc9-a21d-000000004b45 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2026-02-19 14:22:20.864361 | fa163e14-6a36-ecc9-a21d-000000004b45 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2026-02-19 14:22:20.865531 | fa163e14-6a36-ecc9-a21d-000000004b45 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:01.248572 | 0.06s 2026-02-19 14:22:20.886336 | fa163e14-6a36-ecc9-a21d-000000004b46 | TASK | Get container image tag from bundle openstack-cinder-volume 2026-02-19 14:22:20.916534 | fa163e14-6a36-ecc9-a21d-000000004b46 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2026-02-19 14:22:20.917846 | fa163e14-6a36-ecc9-a21d-000000004b46 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:01.300907 | 0.03s 2026-02-19 14:22:20.938423 | fa163e14-6a36-ecc9-a21d-000000004b47 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2026-02-19 14:22:20.968582 | fa163e14-6a36-ecc9-a21d-000000004b47 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2026-02-19 14:22:20.969791 | fa163e14-6a36-ecc9-a21d-000000004b47 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:01.352853 | 0.03s 2026-02-19 14:22:20.990709 | fa163e14-6a36-ecc9-a21d-000000004b48 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 14:22:21.054217 | fa163e14-6a36-ecc9-a21d-000000004b48 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 14:22:21.056414 | fa163e14-6a36-ecc9-a21d-000000004b48 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:01.439475 | 0.06s 2026-02-19 14:22:21.077286 | fa163e14-6a36-ecc9-a21d-000000004b49 | TASK | Remove update marker for bundle openstack-cinder-volume 2026-02-19 14:22:21.134919 | fa163e14-6a36-ecc9-a21d-000000004b49 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2026-02-19 14:22:21.136211 | fa163e14-6a36-ecc9-a21d-000000004b49 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:01.519274 | 0.06s 2026-02-19 14:22:21.172986 | fa163e14-6a36-ecc9-a21d-000000004b6a | TASK | Gather variables for each operating system 2026-02-19 14:22:21.292987 | fa163e14-6a36-ecc9-a21d-000000004b6a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:01.676041 | 0.12s 2026-02-19 14:22:21.312641 | fa163e14-6a36-ecc9-a21d-000000004b6b | TASK | Detect if resource is being created or already exists 2026-02-19 14:22:22.117276 | fa163e14-6a36-ecc9-a21d-000000004b6b | CHANGED | Detect if resource is being created or already exists | standalone 2026-02-19 14:22:22.118872 | fa163e14-6a36-ecc9-a21d-000000004b6b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:02.501926 | 0.81s 2026-02-19 14:22:22.157406 | fa163e14-6a36-ecc9-a21d-000000004b6c | TASK | Run init bundle puppet on the host for manila_share 2026-02-19 14:22:47.713805 | fa163e14-6a36-ecc9-a21d-000000004b6c | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2026-02-19 14:22:47.717279 | fa163e14-6a36-ecc9-a21d-000000004b6c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:28.100330 | 25.56s 2026-02-19 14:22:47.754693 | fa163e14-6a36-ecc9-a21d-000000004b6d | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2026-02-19 14:22:48.040773 | fa163e14-6a36-ecc9-a21d-000000004b6d | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2026-02-19 14:22:48.042675 | fa163e14-6a36-ecc9-a21d-000000004b6d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:28.425736 | 0.28s 2026-02-19 14:22:48.066405 | fa163e14-6a36-ecc9-a21d-000000004b6e | TASK | Run pacemaker restart if the config file for the service changed 2026-02-19 14:22:48.489797 | fa163e14-6a36-ecc9-a21d-000000004b6e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2026-02-19 14:22:48.492445 | fa163e14-6a36-ecc9-a21d-000000004b6e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:28.875500 | 0.42s 2026-02-19 14:22:48.514852 | fa163e14-6a36-ecc9-a21d-000000004b6f | TASK | Check if an image update marker exists for bundle openstack-manila-share 2026-02-19 14:22:48.754411 | fa163e14-6a36-ecc9-a21d-000000004b6f | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2026-02-19 14:22:48.755325 | fa163e14-6a36-ecc9-a21d-000000004b6f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:29.138389 | 0.24s 2026-02-19 14:22:48.775785 | fa163e14-6a36-ecc9-a21d-000000004b71 | TASK | Get container image tag from marker for bundle openstack-manila-share 2026-02-19 14:22:48.834045 | fa163e14-6a36-ecc9-a21d-000000004b71 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2026-02-19 14:22:48.835921 | fa163e14-6a36-ecc9-a21d-000000004b71 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:29.218981 | 0.06s 2026-02-19 14:22:48.856623 | fa163e14-6a36-ecc9-a21d-000000004b72 | TASK | Get container image tag from bundle openstack-manila-share 2026-02-19 14:22:48.915789 | fa163e14-6a36-ecc9-a21d-000000004b72 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2026-02-19 14:22:48.917664 | fa163e14-6a36-ecc9-a21d-000000004b72 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:29.300722 | 0.06s 2026-02-19 14:22:48.943257 | fa163e14-6a36-ecc9-a21d-000000004b73 | TASK | Compare tags between marker and bundle openstack-manila-share 2026-02-19 14:22:48.984084 | fa163e14-6a36-ecc9-a21d-000000004b73 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2026-02-19 14:22:48.985993 | fa163e14-6a36-ecc9-a21d-000000004b73 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:29.369052 | 0.04s 2026-02-19 14:22:49.011843 | fa163e14-6a36-ecc9-a21d-000000004b74 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2026-02-19 14:22:49.052722 | fa163e14-6a36-ecc9-a21d-000000004b74 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2026-02-19 14:22:49.054299 | fa163e14-6a36-ecc9-a21d-000000004b74 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:29.437359 | 0.04s 2026-02-19 14:22:49.078802 | fa163e14-6a36-ecc9-a21d-000000004b75 | TASK | Remove update marker for bundle openstack-manila-share 2026-02-19 14:22:49.139156 | fa163e14-6a36-ecc9-a21d-000000004b75 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2026-02-19 14:22:49.140859 | fa163e14-6a36-ecc9-a21d-000000004b75 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:29.523917 | 0.06s 2026-02-19 14:22:49.187608 | fa163e14-6a36-ecc9-a21d-000000004b96 | TASK | Run kolla_set_configs to copy ring files 2026-02-19 14:22:49.833509 | fa163e14-6a36-ecc9-a21d-000000004b96 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2026-02-19 14:22:49.835945 | fa163e14-6a36-ecc9-a21d-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.218998 | 0.65s 2026-02-19 14:22:49.846052 | fa163e14-6a36-ecc9-a21d-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.229099 | 0.66s 2026-02-19 14:22:49.877753 | fa163e14-6a36-ecc9-a21d-000000004b97 | TASK | Run kolla_set_configs to copy ring files 2026-02-19 14:22:50.256763 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2026-02-19 14:22:50.258224 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.641279 | 0.38s 2026-02-19 14:22:50.748433 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2026-02-19 14:22:50.749439 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:31.132500 | 0.87s 2026-02-19 14:22:51.064300 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2026-02-19 14:22:51.066121 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:31.449177 | 1.19s 2026-02-19 14:22:51.589947 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2026-02-19 14:22:51.592589 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:31.975594 | 1.71s 2026-02-19 14:22:51.912260 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2026-02-19 14:22:51.914322 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.297376 | 2.03s 2026-02-19 14:22:52.213109 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2026-02-19 14:22:52.214213 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.597269 | 2.33s 2026-02-19 14:22:52.724290 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2026-02-19 14:22:52.725801 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:33.108861 | 2.85s 2026-02-19 14:22:53.207850 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2026-02-19 14:22:53.209108 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:33.592164 | 3.33s 2026-02-19 14:22:53.514872 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2026-02-19 14:22:53.516577 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:33.899590 | 3.64s 2026-02-19 14:22:54.204293 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2026-02-19 14:22:54.205675 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:34.588732 | 4.33s 2026-02-19 14:22:54.495554 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2026-02-19 14:22:54.496578 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:34.879642 | 4.62s 2026-02-19 14:22:54.965403 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2026-02-19 14:22:54.967124 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:35.350183 | 5.09s 2026-02-19 14:22:55.448427 | fa163e14-6a36-ecc9-a21d-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2026-02-19 14:22:55.451668 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:35.834720 | 5.57s 2026-02-19 14:22:55.466494 | fa163e14-6a36-ecc9-a21d-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:35.849541 | 5.59s 2026-02-19 14:22:55.494968 | fa163e14-6a36-ecc9-a21d-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2026-02-19 14:22:55.705082 | fa163e14-6a36-ecc9-a21d-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2026-02-19 14:22:55.706448 | fa163e14-6a36-ecc9-a21d-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:36.089503 | 0.21s 2026-02-19 14:22:55.804079 | fa163e14-6a36-ecc9-a21d-0000000000f3 | TIMING | include_tasks | standalone | 0:29:36.187125 | 0.07s 2026-02-19 14:22:55.852913 | 74034200-a189-4f4a-8a50-c589311de535 | INCLUDED | /root/standalone-ansible-5aeqp2q2/common_deploy_steps_tasks.yaml | standalone 2026-02-19 14:22:55.889255 | fa163e14-6a36-ecc9-a21d-000000004c14 | TASK | Write the config_step hieradata 2026-02-19 14:22:56.454758 | fa163e14-6a36-ecc9-a21d-000000004c14 | OK | Write the config_step hieradata | standalone 2026-02-19 14:22:56.456095 | fa163e14-6a36-ecc9-a21d-000000004c14 | TIMING | Write the config_step hieradata | standalone | 0:29:36.839147 | 0.56s 2026-02-19 14:22:56.488707 | fa163e14-6a36-ecc9-a21d-000000004c15 | TASK | Run puppet host configuration for step 5 2026-02-19 14:22:56.763935 | fa163e14-6a36-ecc9-a21d-000000004c15 | CHANGED | Run puppet host configuration for step 5 | standalone 2026-02-19 14:22:56.764772 | fa163e14-6a36-ecc9-a21d-000000004c15 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:37.147834 | 0.27s 2026-02-19 14:22:56.783436 | fa163e14-6a36-ecc9-a21d-000000004c16 | TASK | Wait for puppet host configuration to finish 2026-02-19 14:22:56.979022 | fa163e14-6a36-ecc9-a21d-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2026-02-19 14:23:07.230805 | fa163e14-6a36-ecc9-a21d-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2026-02-19 14:23:17.413850 | fa163e14-6a36-ecc9-a21d-000000004c16 | CHANGED | Wait for puppet host configuration to finish | standalone 2026-02-19 14:23:17.414885 | fa163e14-6a36-ecc9-a21d-000000004c16 | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:57.797947 | 20.63s 2026-02-19 14:23:17.436801 | fa163e14-6a36-ecc9-a21d-000000004c17 | TASK | Debug output for task: Run puppet host configuration for step 5 2026-02-19 14:23:17.488898 | fa163e14-6a36-ecc9-a21d-000000004c17 | 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 14:22:56 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 14:23:04 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Feb 19 14:23:04 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Feb 19 14:23:04 puppet-user: (file & line not available)", "<13>Feb 19 14:23: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 14:23: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 14:23:04 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Feb 19 14:23:04 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Feb 19 14:23:04 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Feb 19 14:23:04 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Feb 19 14:23:04 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Feb 19 14:23:04 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Feb 19 14:23:04 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Feb 19 14:23:04 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Feb 19 14:23:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Feb 19 14:23:04 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.71 seconds", "<13>Feb 19 14:23:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Feb 19 14:23:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Feb 19 14:23:13 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Feb 19 14:23:13 puppet-user: Notice: Applied catalog in 8.63 seconds", "<13>Feb 19 14:23:13 puppet-user: Application:", "<13>Feb 19 14:23:13 puppet-user: Initial environment: production", "<13>Feb 19 14:23:13 puppet-user: Converged environment: production", "<13>Feb 19 14:23:13 puppet-user: Run mode: user", "<13>Feb 19 14:23:13 puppet-user: Changes:", "<13>Feb 19 14:23:13 puppet-user: Total: 2", "<13>Feb 19 14:23:13 puppet-user: Events:", "<13>Feb 19 14:23:13 puppet-user: Success: 2", "<13>Feb 19 14:23:13 puppet-user: Resources:", "<13>Feb 19 14:23:13 puppet-user: Changed: 2", "<13>Feb 19 14:23:13 puppet-user: Out of sync: 2", "<13>Feb 19 14:23:13 puppet-user: Total: 37", "<13>Feb 19 14:23:13 puppet-user: Time:", "<13>Feb 19 14:23:13 puppet-user: Schedule: 0.00", "<13>Feb 19 14:23:13 puppet-user: File line: 0.00", "<13>Feb 19 14:23:13 puppet-user: Package: 0.00", "<13>Feb 19 14:23:13 puppet-user: Augeas: 0.01", "<13>Feb 19 14:23:13 puppet-user: User: 0.01", "<13>Feb 19 14:23:13 puppet-user: File: 0.09", "<13>Feb 19 14:23:13 puppet-user: Service: 0.17", "<13>Feb 19 14:23:13 puppet-user: Config retrieval: 0.84", "<13>Feb 19 14:23:13 puppet-user: Pcmk property: 1.52", "<13>Feb 19 14:23:13 puppet-user: Last run: 1771510993", "<13>Feb 19 14:23:13 puppet-user: Exec: 2.14", "<13>Feb 19 14:23:13 puppet-user: Pcmk resource op default: 2.19", "<13>Feb 19 14:23:13 puppet-user: Pcmk resource default: 2.25", "<13>Feb 19 14:23:13 puppet-user: Filebucket: 0.00", "<13>Feb 19 14:23:13 puppet-user: Transaction evaluation: 8.58", "<13>Feb 19 14:23:13 puppet-user: Catalog application: 8.63", "<13>Feb 19 14:23:13 puppet-user: Total: 8.64", "<13>Feb 19 14:23:13 puppet-user: Version:", "<13>Feb 19 14:23:13 puppet-user: Config: 1771510983", "<13>Feb 19 14:23:13 puppet-user: Puppet: 7.10.0" ] } 2026-02-19 14:23:17.490314 | fa163e14-6a36-ecc9-a21d-000000004c17 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:57.873372 | 0.05s 2026-02-19 14:23:17.513368 | fa163e14-6a36-ecc9-a21d-000000004c18 | TASK | Pre-cache facts for puppet containers 2026-02-19 14:23:17.530094 | fa163e14-6a36-ecc9-a21d-000000004c18 | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:57.913149 | 0.02s 2026-02-19 14:23:17.579578 | fa163e14-6a36-ecc9-a21d-000000004c57 | TASK | Gather variables for each operating system 2026-02-19 14:23:17.679689 | fa163e14-6a36-ecc9-a21d-000000004c57 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:58.062738 | 0.10s 2026-02-19 14:23:17.703787 | fa163e14-6a36-ecc9-a21d-000000004c58 | TASK | Create puppet caching structures 2026-02-19 14:23:17.948052 | fa163e14-6a36-ecc9-a21d-000000004c58 | CHANGED | Create puppet caching structures | standalone 2026-02-19 14:23:17.949398 | fa163e14-6a36-ecc9-a21d-000000004c58 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:58.332453 | 0.24s 2026-02-19 14:23:17.978219 | fa163e14-6a36-ecc9-a21d-000000004c59 | TASK | Check for facter.conf 2026-02-19 14:23:18.212378 | fa163e14-6a36-ecc9-a21d-000000004c59 | OK | Check for facter.conf | standalone 2026-02-19 14:23:18.213861 | fa163e14-6a36-ecc9-a21d-000000004c59 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:58.596914 | 0.23s 2026-02-19 14:23:18.242635 | fa163e14-6a36-ecc9-a21d-000000004c5a | TASK | Remove facter.conf if directory 2026-02-19 14:23:18.292444 | fa163e14-6a36-ecc9-a21d-000000004c5a | SKIPPED | Remove facter.conf if directory | standalone 2026-02-19 14:23:18.294135 | fa163e14-6a36-ecc9-a21d-000000004c5a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:58.677181 | 0.05s 2026-02-19 14:23:18.324910 | fa163e14-6a36-ecc9-a21d-000000004c5b | TASK | Write facter cache config 2026-02-19 14:23:18.832885 | fa163e14-6a36-ecc9-a21d-000000004c5b | CHANGED | Write facter cache config | standalone 2026-02-19 14:23:18.834506 | fa163e14-6a36-ecc9-a21d-000000004c5b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:59.217551 | 0.51s 2026-02-19 14:23:18.866843 | fa163e14-6a36-ecc9-a21d-000000004c5c | TASK | Cleanup facter cache if exists 2026-02-19 14:23:19.116030 | fa163e14-6a36-ecc9-a21d-000000004c5c | CHANGED | Cleanup facter cache if exists | standalone 2026-02-19 14:23:19.117722 | fa163e14-6a36-ecc9-a21d-000000004c5c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:59.500775 | 0.25s 2026-02-19 14:23:19.146594 | fa163e14-6a36-ecc9-a21d-000000004c5d | TASK | Pre-cache facts 2026-02-19 14:23:19.832733 | fa163e14-6a36-ecc9-a21d-000000004c5d | CHANGED | Pre-cache facts | standalone 2026-02-19 14:23:19.833848 | fa163e14-6a36-ecc9-a21d-000000004c5d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:00.216907 | 0.69s 2026-02-19 14:23:19.863083 | fa163e14-6a36-ecc9-a21d-000000004c5e | TASK | Failed deployment if facter fails 2026-02-19 14:23:19.895728 | fa163e14-6a36-ecc9-a21d-000000004c5e | SKIPPED | Failed deployment if facter fails | standalone 2026-02-19 14:23:19.896967 | fa163e14-6a36-ecc9-a21d-000000004c5e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:00.280025 | 0.03s 2026-02-19 14:23:19.944071 | fa163e14-6a36-ecc9-a21d-000000004c5f | TASK | Sync cached facts 2026-02-19 14:23:20.297779 | fa163e14-6a36-ecc9-a21d-000000004c5f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e14-6a36-ecc9-a21d-000000004c5f') missing from stats 2026-02-19 14:23:20.365055 | fa163e14-6a36-ecc9-a21d-000000004c19 | TASK | Include container-puppet tasks (generate config) during step 1 2026-02-19 14:23:20.424425 | fa163e14-6a36-ecc9-a21d-000000004c19 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2026-02-19 14:23:20.425889 | fa163e14-6a36-ecc9-a21d-000000004c19 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:00.808937 | 0.06s 2026-02-19 14:23:20.458429 | fa163e14-6a36-ecc9-a21d-000000004c1b | TASK | Manage containers for step 5 with tripleo-ansible 2026-02-19 14:23:20.490097 | fa163e14-6a36-ecc9-a21d-000000004c1b | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:00.873142 | 0.03s 2026-02-19 14:23:20.548521 | fa163e14-6a36-ecc9-a21d-000000004cb6 | TASK | Gather variables for each operating system 2026-02-19 14:23:20.666879 | fa163e14-6a36-ecc9-a21d-000000004cb6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:01.049913 | 0.12s 2026-02-19 14:23:20.693962 | fa163e14-6a36-ecc9-a21d-000000004cb7 | TASK | Create container logs path 2026-02-19 14:23:21.002387 | fa163e14-6a36-ecc9-a21d-000000004cb7 | OK | Create container logs path | standalone 2026-02-19 14:23:21.003996 | fa163e14-6a36-ecc9-a21d-000000004cb7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:01.387049 | 0.31s 2026-02-19 14:23:21.046995 | fa163e14-6a36-ecc9-a21d-000000004cb9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 14:23:21.389168 | fa163e14-6a36-ecc9-a21d-000000004cb9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 14:23:21.390691 | fa163e14-6a36-ecc9-a21d-000000004cb9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:01.773740 | 0.34s 2026-02-19 14:23:21.424991 | fa163e14-6a36-ecc9-a21d-000000004cba | TASK | Finalise hashes for all containers 2026-02-19 14:23:21.483084 | fa163e14-6a36-ecc9-a21d-000000004cba | OK | Finalise hashes for all containers | standalone 2026-02-19 14:23:21.484842 | fa163e14-6a36-ecc9-a21d-000000004cba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:01.867891 | 0.06s 2026-02-19 14:23:21.520177 | fa163e14-6a36-ecc9-a21d-000000004cbc | TASK | Manage systemd shutdown files 2026-02-19 14:23:21.567466 | fa163e14-6a36-ecc9-a21d-000000004cbc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:01.950509 | 0.05s 2026-02-19 14:23:21.595597 | 1ebda37e-f874-4892-b3ba-38a742bf915a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2026-02-19 14:23:21.640118 | fa163e14-6a36-ecc9-a21d-000000004cef | TASK | Check if /etc/sysconfig/podman_drop_in exists 2026-02-19 14:23:21.985871 | fa163e14-6a36-ecc9-a21d-000000004cef | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2026-02-19 14:23:21.987933 | fa163e14-6a36-ecc9-a21d-000000004cef | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:02.370980 | 0.35s 2026-02-19 14:23:22.019797 | fa163e14-6a36-ecc9-a21d-000000004cf0 | TASK | Set podman_drop_in fact 2026-02-19 14:23:22.086325 | fa163e14-6a36-ecc9-a21d-000000004cf0 | OK | Set podman_drop_in fact | standalone 2026-02-19 14:23:22.087937 | fa163e14-6a36-ecc9-a21d-000000004cf0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:02.470986 | 0.07s 2026-02-19 14:23:22.118785 | fa163e14-6a36-ecc9-a21d-000000004cf2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2026-02-19 14:23:22.701167 | fa163e14-6a36-ecc9-a21d-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2026-02-19 14:23:22.702112 | fa163e14-6a36-ecc9-a21d-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:03.085171 | 0.58s 2026-02-19 14:23:23.121655 | fa163e14-6a36-ecc9-a21d-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2026-02-19 14:23:23.122963 | fa163e14-6a36-ecc9-a21d-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:03.506019 | 1.00s 2026-02-19 14:23:23.129675 | fa163e14-6a36-ecc9-a21d-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:03.512732 | 1.01s 2026-02-19 14:23:23.160591 | fa163e14-6a36-ecc9-a21d-000000004cf3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2026-02-19 14:23:23.646658 | fa163e14-6a36-ecc9-a21d-000000004cf3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2026-02-19 14:23:23.647911 | fa163e14-6a36-ecc9-a21d-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:04.030966 | 0.49s 2026-02-19 14:23:23.678659 | fa163e14-6a36-ecc9-a21d-000000004cf4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2026-02-19 14:23:24.146947 | fa163e14-6a36-ecc9-a21d-000000004cf4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2026-02-19 14:23:24.148108 | fa163e14-6a36-ecc9-a21d-000000004cf4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:04.531168 | 0.47s 2026-02-19 14:23:24.180686 | fa163e14-6a36-ecc9-a21d-000000004cf5 | TASK | Enable and start tripleo-container-shutdown 2026-02-19 14:23:25.189651 | fa163e14-6a36-ecc9-a21d-000000004cf5 | OK | Enable and start tripleo-container-shutdown | standalone 2026-02-19 14:23:25.191838 | fa163e14-6a36-ecc9-a21d-000000004cf5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:05.574892 | 1.01s 2026-02-19 14:23:25.222195 | fa163e14-6a36-ecc9-a21d-000000004cf6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2026-02-19 14:23:25.716409 | fa163e14-6a36-ecc9-a21d-000000004cf6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2026-02-19 14:23:25.717373 | fa163e14-6a36-ecc9-a21d-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:06.100437 | 0.49s 2026-02-19 14:23:25.736563 | fa163e14-6a36-ecc9-a21d-000000004cf7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2026-02-19 14:23:26.271798 | fa163e14-6a36-ecc9-a21d-000000004cf7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2026-02-19 14:23:26.274380 | fa163e14-6a36-ecc9-a21d-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:06.657432 | 0.54s 2026-02-19 14:23:26.299763 | fa163e14-6a36-ecc9-a21d-000000004cf8 | TASK | Enable and start netns-placeholder 2026-02-19 14:23:28.268956 | fa163e14-6a36-ecc9-a21d-000000004cf8 | CHANGED | Enable and start netns-placeholder | standalone 2026-02-19 14:23:28.277913 | fa163e14-6a36-ecc9-a21d-000000004cf8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:08.660913 | 1.98s 2026-02-19 14:23:28.313841 | fa163e14-6a36-ecc9-a21d-000000004cbe | TASK | Update container configs with new config hashes 2026-02-19 14:23:28.380360 | fa163e14-6a36-ecc9-a21d-000000004cbe | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:08.763390 | 0.06s 2026-02-19 14:23:28.405214 | 55cf6429-2973-4e4e-b8c9-c247915b36ca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2026-02-19 14:23:28.441703 | fa163e14-6a36-ecc9-a21d-000000004d20 | TASK | Update config hashes for container startup configs 2026-02-19 14:23:28.722071 | fa163e14-6a36-ecc9-a21d-000000004d20 | OK | Update config hashes for container startup configs | standalone 2026-02-19 14:23:28.724066 | fa163e14-6a36-ecc9-a21d-000000004d20 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:09.107110 | 0.28s 2026-02-19 14:23:28.761096 | fa163e14-6a36-ecc9-a21d-000000004cbf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 14:23:28.816862 | fa163e14-6a36-ecc9-a21d-000000004cbf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:09.199888 | 0.05s 2026-02-19 14:23:28.846035 | 1f1cb965-9aba-4016-b05d-7204dd882f62 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2026-02-19 14:23:28.877882 | fa163e14-6a36-ecc9-a21d-000000004d3f | TASK | Gather podman infos 2026-02-19 14:23:31.050090 | fa163e14-6a36-ecc9-a21d-000000004d3f | OK | Gather podman infos | standalone 2026-02-19 14:23:31.051502 | fa163e14-6a36-ecc9-a21d-000000004d3f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:11.434558 | 2.17s 2026-02-19 14:23:31.314661 | fa163e14-6a36-ecc9-a21d-000000004d40 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 14:23:31.374773 | fa163e14-6a36-ecc9-a21d-000000004d40 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:11.757814 | 0.05s 2026-02-19 14:23:31.582202 | fa163e14-6a36-ecc9-a21d-000000004d89 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:11.965238 | 0.15s 2026-02-19 14:23:31.648912 | fa163e14-6a36-ecc9-a21d-000000004cc0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 14:23:31.713063 | fa163e14-6a36-ecc9-a21d-000000004cc0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:12.096106 | 0.06s 2026-02-19 14:23:31.738057 | 25430287-0701-4d79-a69f-a4f6a6f87199 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2026-02-19 14:23:31.782033 | fa163e14-6a36-ecc9-a21d-000000004daf | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 14:23:57.823284 | fa163e14-6a36-ecc9-a21d-000000004daf | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 14:23:57.826156 | fa163e14-6a36-ecc9-a21d-000000004daf | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:38.209212 | 26.04s 2026-02-19 14:23:57.847651 | fa163e14-6a36-ecc9-a21d-000000004db0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2026-02-19 14:24:23.671298 | fa163e14-6a36-ecc9-a21d-000000004db0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2026-02-19 14:24:23.672313 | fa163e14-6a36-ecc9-a21d-000000004db0 | 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:04.055375 | 25.82s 2026-02-19 14:24:23.721571 | fa163e14-6a36-ecc9-a21d-000000004c1d | TASK | Clean container_puppet_tasks for standalone step 5 2026-02-19 14:24:23.916998 | fa163e14-6a36-ecc9-a21d-000000004c1d | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2026-02-19 14:24:23.917842 | fa163e14-6a36-ecc9-a21d-000000004c1d | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:04.300905 | 0.20s 2026-02-19 14:24:23.945355 | fa163e14-6a36-ecc9-a21d-000000004c1e | TASK | Calculate container_puppet_tasks for standalone step 5 2026-02-19 14:24:23.972452 | fa163e14-6a36-ecc9-a21d-000000004c1e | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:04.355505 | 0.03s 2026-02-19 14:24:23.992002 | fa163e14-6a36-ecc9-a21d-000000004c1f | TASK | Include container-puppet tasks for step 5 2026-02-19 14:24:24.039097 | fa163e14-6a36-ecc9-a21d-000000004c1f | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:04.422141 | 0.05s 2026-02-19 14:24:24.061394 | 8cae3a1b-4b14-45fc-ab30-9dcbf43e0ed0 | INCLUDED | /root/standalone-ansible-5aeqp2q2/host-container-puppet-tasks.yaml | standalone 2026-02-19 14:24:24.097427 | fa163e14-6a36-ecc9-a21d-000000004dfb | TASK | Write container-puppet-tasks json file for standalone step 5 2026-02-19 14:24:24.540454 | fa163e14-6a36-ecc9-a21d-000000004dfb | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2026-02-19 14:24:24.541560 | fa163e14-6a36-ecc9-a21d-000000004dfb | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:04.924600 | 0.44s 2026-02-19 14:24:24.565923 | fa163e14-6a36-ecc9-a21d-000000004dfd | TASK | Generate container puppet configs for step 5 2026-02-19 14:24:24.815174 | fa163e14-6a36-ecc9-a21d-000000004dfd | OK | Generate container puppet configs for step 5 | standalone 2026-02-19 14:24:24.816201 | fa163e14-6a36-ecc9-a21d-000000004dfd | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:05.199260 | 0.25s 2026-02-19 14:24:24.841783 | fa163e14-6a36-ecc9-a21d-000000004dfe | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2026-02-19 14:24:24.861415 | fa163e14-6a36-ecc9-a21d-000000004dfe | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:05.244463 | 0.02s 2026-02-19 14:24:24.914476 | fa163e14-6a36-ecc9-a21d-000000004e2d | TASK | Gather variables for each operating system 2026-02-19 14:24:25.025352 | fa163e14-6a36-ecc9-a21d-000000004e2d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:05.408403 | 0.11s 2026-02-19 14:24:25.046637 | fa163e14-6a36-ecc9-a21d-000000004e2e | TASK | Create container logs path 2026-02-19 14:24:25.280965 | fa163e14-6a36-ecc9-a21d-000000004e2e | OK | Create container logs path | standalone 2026-02-19 14:24:25.282567 | fa163e14-6a36-ecc9-a21d-000000004e2e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:05.665594 | 0.23s 2026-02-19 14:24:25.316862 | fa163e14-6a36-ecc9-a21d-000000004e30 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 14:24:25.576270 | fa163e14-6a36-ecc9-a21d-000000004e30 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 14:24:25.577500 | fa163e14-6a36-ecc9-a21d-000000004e30 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:05.960555 | 0.26s 2026-02-19 14:24:25.606637 | fa163e14-6a36-ecc9-a21d-000000004e31 | TASK | Finalise hashes for all containers 2026-02-19 14:24:25.648527 | fa163e14-6a36-ecc9-a21d-000000004e31 | OK | Finalise hashes for all containers | standalone 2026-02-19 14:24:25.649598 | fa163e14-6a36-ecc9-a21d-000000004e31 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:06.032657 | 0.04s 2026-02-19 14:24:25.677677 | fa163e14-6a36-ecc9-a21d-000000004e33 | TASK | Manage systemd shutdown files 2026-02-19 14:24:25.705972 | fa163e14-6a36-ecc9-a21d-000000004e33 | SKIPPED | Manage systemd shutdown files | standalone 2026-02-19 14:24:25.706914 | fa163e14-6a36-ecc9-a21d-000000004e33 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:06.089973 | 0.03s 2026-02-19 14:24:25.733862 | fa163e14-6a36-ecc9-a21d-000000004e35 | TASK | Update container configs with new config hashes 2026-02-19 14:24:25.772919 | fa163e14-6a36-ecc9-a21d-000000004e35 | SKIPPED | Update container configs with new config hashes | standalone 2026-02-19 14:24:25.774137 | fa163e14-6a36-ecc9-a21d-000000004e35 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:06.157192 | 0.04s 2026-02-19 14:24:25.800132 | fa163e14-6a36-ecc9-a21d-000000004e36 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 14:24:25.831710 | fa163e14-6a36-ecc9-a21d-000000004e36 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 14:24:25.832720 | fa163e14-6a36-ecc9-a21d-000000004e36 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:06.215778 | 0.03s 2026-02-19 14:24:25.857880 | fa163e14-6a36-ecc9-a21d-000000004e37 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2026-02-19 14:24:25.898032 | fa163e14-6a36-ecc9-a21d-000000004e37 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2026-02-19 14:24:25.898979 | fa163e14-6a36-ecc9-a21d-000000004e37 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:06.282038 | 0.04s PLAY [Server Post Deployments] ************************************************* 2026-02-19 14:24:26.037351 | fa163e14-6a36-ecc9-a21d-0000000000f7 | TASK | Server Post Deployments 2026-02-19 14:24:26.075103 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000f7') missing from stats 2026-02-19 14:24:26.135158 | fa163e14-6a36-ecc9-a21d-0000000000f8 | TIMING | include_tasks | standalone | 0:31:06.518210 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2026-02-19 14:24:26.239767 | fa163e14-6a36-ecc9-a21d-0000000000fc | TASK | External deployment Post Deploy tasks 2026-02-19 14:24:26.270064 | fa163e14-6a36-ecc9-a21d-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', 'fa163e14-6a36-ecc9-a21d-0000000000fc') missing from stats 2026-02-19 14:24:26.284321 | fa163e14-6a36-ecc9-a21d-000000000100 | TASK | is additonal Cell? 2026-02-19 14:24:26.321479 | fa163e14-6a36-ecc9-a21d-000000000100 | OK | is additonal Cell? | undercloud 2026-02-19 14:24:26.322364 | fa163e14-6a36-ecc9-a21d-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:06.705422 | 0.04s 2026-02-19 14:24:26.336474 | fa163e14-6a36-ecc9-a21d-000000000102 | TASK | discover via nova_manager? 2026-02-19 14:24:26.403031 | fa163e14-6a36-ecc9-a21d-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2026-02-19 14:24:26.403961 | fa163e14-6a36-ecc9-a21d-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:06.787019 | 0.07s 2026-02-19 14:24:26.419677 | fa163e14-6a36-ecc9-a21d-000000000103 | TASK | discover via nova_api? 2026-02-19 14:24:26.492643 | fa163e14-6a36-ecc9-a21d-000000000103 | OK | discover via nova_api? | undercloud 2026-02-19 14:24:26.493613 | fa163e14-6a36-ecc9-a21d-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:06.876663 | 0.07s 2026-02-19 14:24:26.508780 | fa163e14-6a36-ecc9-a21d-000000000104 | TASK | Warn if no discovery host available 2026-02-19 14:24:26.567903 | fa163e14-6a36-ecc9-a21d-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2026-02-19 14:24:26.568797 | fa163e14-6a36-ecc9-a21d-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:06.951857 | 0.06s 2026-02-19 14:24:26.591108 | fa163e14-6a36-ecc9-a21d-000000000105 | TASK | Discovering nova hosts 2026-02-19 14:24:29.292962 | fa163e14-6a36-ecc9-a21d-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e14-6a36-ecc9-a21d-000000000105') missing from stats 2026-02-19 14:24:29.369145 | fa163e14-6a36-ecc9-a21d-000000000106 | OK | set_fact | undercloud 2026-02-19 14:24:29.370189 | fa163e14-6a36-ecc9-a21d-000000000106 | TIMING | set_fact | undercloud | 0:31:09.753247 | 0.06s 2026-02-19 14:24:29.384486 | fa163e14-6a36-ecc9-a21d-000000000108 | TASK | Set up group_vars 2026-02-19 14:24:29.421130 | fa163e14-6a36-ecc9-a21d-000000000108 | OK | Set up group_vars | undercloud 2026-02-19 14:24:29.421901 | fa163e14-6a36-ecc9-a21d-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:09.804962 | 0.04s 2026-02-19 14:24:29.435701 | fa163e14-6a36-ecc9-a21d-000000000109 | TASK | Make needed directories on the undercloud 2026-02-19 14:24:29.654622 | fa163e14-6a36-ecc9-a21d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-5aeqp2q2/octavia-ansible 2026-02-19 14:24:29.658017 | fa163e14-6a36-ecc9-a21d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:10.041052 | 0.22s 2026-02-19 14:24:29.881793 | fa163e14-6a36-ecc9-a21d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-5aeqp2q2/octavia-ansible/local_dir 2026-02-19 14:24:29.884202 | fa163e14-6a36-ecc9-a21d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:10.267257 | 0.45s 2026-02-19 14:24:30.097525 | fa163e14-6a36-ecc9-a21d-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-5aeqp2q2/octavia-ansible/group_vars 2026-02-19 14:24:30.100103 | fa163e14-6a36-ecc9-a21d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:10.483156 | 0.66s 2026-02-19 14:24:30.109630 | fa163e14-6a36-ecc9-a21d-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:10.492675 | 0.67s 2026-02-19 14:24:30.130021 | fa163e14-6a36-ecc9-a21d-00000000010a | TASK | Write group_vars file 2026-02-19 14:24:30.546203 | fa163e14-6a36-ecc9-a21d-00000000010a | CHANGED | Write group_vars file | undercloud 2026-02-19 14:24:30.547541 | fa163e14-6a36-ecc9-a21d-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:10.930593 | 0.42s 2026-02-19 14:24:30.586724 | fa163e14-6a36-ecc9-a21d-00000000010b | TASK | Gather missing facts 2026-02-19 14:24:30.949320 | fa163e14-6a36-ecc9-a21d-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e14-6a36-ecc9-a21d-00000000010b') missing from stats 2026-02-19 14:24:30.968988 | fa163e14-6a36-ecc9-a21d-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:11.352041 | 0.38s 2026-02-19 14:24:30.984629 | fa163e14-6a36-ecc9-a21d-00000000010c | TASK | Write octavia inventory 2026-02-19 14:24:31.605823 | fa163e14-6a36-ecc9-a21d-00000000010c | CHANGED | Write octavia inventory | undercloud 2026-02-19 14:24:31.606862 | fa163e14-6a36-ecc9-a21d-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:11.989919 | 0.62s 2026-02-19 14:24:31.622239 | fa163e14-6a36-ecc9-a21d-00000000010d | TASK | Check for ssh_private_key in working directory 2026-02-19 14:24:31.825578 | fa163e14-6a36-ecc9-a21d-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2026-02-19 14:24:31.826576 | fa163e14-6a36-ecc9-a21d-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:12.209634 | 0.20s 2026-02-19 14:24:31.840499 | fa163e14-6a36-ecc9-a21d-00000000010e | TASK | Set private key location 2026-02-19 14:24:31.881839 | fa163e14-6a36-ecc9-a21d-00000000010e | SKIPPED | Set private key location | undercloud 2026-02-19 14:24:31.882729 | fa163e14-6a36-ecc9-a21d-00000000010e | TIMING | Set private key location | undercloud | 0:31:12.265790 | 0.04s 2026-02-19 14:24:31.896477 | fa163e14-6a36-ecc9-a21d-00000000010f | TASK | Configure octavia command 2026-02-19 14:24:31.932231 | fa163e14-6a36-ecc9-a21d-00000000010f | OK | Configure octavia command | undercloud 2026-02-19 14:24:31.932836 | fa163e14-6a36-ecc9-a21d-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:12.315900 | 0.04s 2026-02-19 14:24:31.999669 | fa163e14-6a36-ecc9-a21d-000000000110 | OK | set_fact | undercloud 2026-02-19 14:24:32.000828 | fa163e14-6a36-ecc9-a21d-000000000110 | TIMING | set_fact | undercloud | 0:31:12.383881 | 0.05s 2026-02-19 14:24:32.043106 | fa163e14-6a36-ecc9-a21d-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-5aeqp2q2/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-5aeqp2q2/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-5aeqp2q2/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2026-02-19 14:24:32.043907 | fa163e14-6a36-ecc9-a21d-000000000111 | TIMING | debug | undercloud | 0:31:12.426967 | 0.03s 2026-02-19 14:24:32.058126 | fa163e14-6a36-ecc9-a21d-000000000112 | TASK | Configure octavia on overcloud 2026-02-19 14:27:52.623380 | fa163e14-6a36-ecc9-a21d-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2026-02-19 14:27:52.626440 | fa163e14-6a36-ecc9-a21d-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:33.009490 | 200.57s 2026-02-19 14:27:52.646779 | fa163e14-6a36-ecc9-a21d-000000000113 | TASK | Purge temp dirs 2026-02-19 14:27:52.898603 | fa163e14-6a36-ecc9-a21d-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-5aeqp2q2/octavia-ansible/local_dir 2026-02-19 14:27:52.899595 | fa163e14-6a36-ecc9-a21d-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:33.282653 | 0.25s 2026-02-19 14:27:52.902559 | fa163e14-6a36-ecc9-a21d-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:33.285601 | 0.25s 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 14:27:52.960858 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 14:27:52.961299 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 14:27:52.961536 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:33.344605 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2026-02-19 14:27:52.961779 | UUID | Info | Host | Task Name | Run Time 2026-02-19 14:27:52.962001 | fa163e14-6a36-ecc9-a21d-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 254.29s 2026-02-19 14:27:52.962220 | fa163e14-6a36-ecc9-a21d-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 200.57s 2026-02-19 14:27:52.962436 | fa163e14-6a36-ecc9-a21d-000000004a19 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 134.12s 2026-02-19 14:27:52.962742 | fa163e14-6a36-ecc9-a21d-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.87s 2026-02-19 14:27:52.962969 | fa163e14-6a36-ecc9-a21d-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.91s 2026-02-19 14:27:52.963278 | fa163e14-6a36-ecc9-a21d-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 53.82s 2026-02-19 14:27:52.963591 | fa163e14-6a36-ecc9-a21d-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.42s 2026-02-19 14:27:52.963910 | fa163e14-6a36-ecc9-a21d-00000000487d | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.91s 2026-02-19 14:27:52.964226 | fa163e14-6a36-ecc9-a21d-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.78s 2026-02-19 14:27:52.964555 | fa163e14-6a36-ecc9-a21d-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 28.20s 2026-02-19 14:27:52.964924 | fa163e14-6a36-ecc9-a21d-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.60s 2026-02-19 14:27:52.965210 | fa163e14-6a36-ecc9-a21d-000000004daf | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 26.04s 2026-02-19 14:27:52.965528 | fa163e14-6a36-ecc9-a21d-000000004db0 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.82s 2026-02-19 14:27:52.965882 | fa163e14-6a36-ecc9-a21d-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 | 25.56s 2026-02-19 14:27:52.966210 | fa163e14-6a36-ecc9-a21d-000000004b6c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 25.56s 2026-02-19 14:27:52.966448 | fa163e14-6a36-ecc9-a21d-000000004b14 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.29s 2026-02-19 14:27:52.966708 | fa163e14-6a36-ecc9-a21d-000000004b40 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.87s 2026-02-19 14:27:52.966928 | fa163e14-6a36-ecc9-a21d-000000004a18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.63s 2026-02-19 14:27:52.967158 | fa163e14-6a36-ecc9-a21d-00000000333c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.79s 2026-02-19 14:27:52.967374 | fa163e14-6a36-ecc9-a21d-00000000370c | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.71s 2026-02-19 14:27:52.967600 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-5aeqp2q2 Install artifact is located at /root/standalone-install-20260219142753.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.pXEsJAIs3D + exit 0 ~/ci-framework-data/artifacts