~/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.CztGtWGnfQ + 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.CztGtWGnfQ/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.CztGtWGnfQ/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.CztGtWGnfQ + J2_VARS_FILE=/tmp/tmp.CztGtWGnfQ/tmp.EZWuE7E8f2.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.CztGtWGnfQ/tmp.EZWuE7E8f2.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/tmp.EZWuE7E8f2.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/tmp.EZWuE7E8f2.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/tmp.EZWuE7E8f2.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/tmp.EZWuE7E8f2.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.CztGtWGnfQ/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.CztGtWGnfQ/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.CztGtWGnfQ/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.CztGtWGnfQ/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.CztGtWGnfQ/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 /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 5.5 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-eus-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-eus-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-eus-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-eus-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-heat-common noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M openstack-heat-engine noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k openstack-heat-monolith noarch 1:16.1.1-17.1.20250703110808.edc6d60.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k openstack-selinux noarch 0.8.37-17.1.20231107080825.05dd1b2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 221 k openstack-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-eus-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-eus-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-eus-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): libaio-0.3.111-13.el9.x86_64.rpm 173 kB/s | 26 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 2.4 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 3.9 MB/s | 786 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 612 kB/s | 62 kB 00:00 (5/399): glibc-langpack-en-2.34-60.el9.x86_64.r 3.9 MB/s | 675 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 2.7 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 711 kB/s | 81 kB 00:00 (8/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 161 kB/s | 16 kB 00:00 (9/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 153 kB/s | 37 kB 00:00 (10/399): pkgconf-1.7.3-10.el9.x86_64.rpm 238 kB/s | 45 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 128 kB/s | 12 kB 00:00 (12/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.rp 394 kB/s | 36 kB 00:00 (13/399): python3-dns-2.2.1-2.el9.noarch.rpm 3.6 MB/s | 418 kB 00:00 (14/399): python3-libipa_hbac-2.8.2-5.el9_2.5.x 327 kB/s | 30 kB 00:00 (15/399): device-mapper-event-libs-1.02.187-7.e 332 kB/s | 31 kB 00:00 (16/399): python3-sss-murmur-2.8.2-5.el9_2.5.x8 164 kB/s | 19 kB 00:00 (17/399): device-mapper-event-1.02.187-7.el9_2. 283 kB/s | 32 kB 00:00 (18/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 12 MB/s | 1.5 MB 00:00 (19/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.rp 7.5 MB/s | 1.0 MB 00:00 (20/399): ansible-collection-community-general- 9.5 MB/s | 1.3 MB 00:00 (21/399): ansible-collection-ansible-posix-1.2. 1.3 MB/s | 124 kB 00:00 (22/399): cephadm-18.2.1-361.el9cp.noarch.rpm 3.4 MB/s | 354 kB 00:00 (23/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 468 kB/s | 68 kB 00:00 (24/399): python3-openvswitch3.3-3.3.6-141.el9f 3.9 MB/s | 383 kB 00:00 (25/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 2.2 MB/s | 223 kB 00:00 (26/399): boost-system-1.75.0-8.el9.x86_64.rpm 157 kB/s | 15 kB 00:00 (27/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 720 kB/s | 64 kB 00:00 (28/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.1 MB/s | 98 kB 00:00 (29/399): python3-urllib-gssapi-1.0.2-4.el9.noa 219 kB/s | 24 kB 00:00 (30/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.1 MB/s | 216 kB 00:00 (31/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 189 kB/s | 17 kB 00:00 (32/399): boost-thread-1.75.0-8.el9.x86_64.rpm 650 kB/s | 57 kB 00:00 (33/399): perl-Data-Dumper-2.174-462.el9.x86_64 630 kB/s | 59 kB 00:00 (34/399): perl-File-Temp-0.231.100-4.el9.noarch 697 kB/s | 63 kB 00:00 (35/399): perl-Exporter-5.74-461.el9.noarch.rpm 253 kB/s | 34 kB 00:00 (36/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 263 kB/s | 25 kB 00:00 (37/399): perl-parent-0.238-460.el9.noarch.rpm 168 kB/s | 16 kB 00:00 (38/399): python3-pyasn1-modules-0.4.8-6.el9.no 3.0 MB/s | 283 kB 00:00 (39/399): xorriso-1.5.4-4.el9.x86_64.rpm 3.1 MB/s | 321 kB 00:00 (40/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.9 MB/s | 224 kB 00:00 (41/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 419 kB/s | 45 kB 00:00 (42/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.0 MB/s | 392 kB 00:00 (43/399): perl-PathTools-3.78-461.el9.x86_64.rp 979 kB/s | 92 kB 00:00 (44/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.4 MB/s | 229 kB 00:00 (45/399): perl-Term-ANSIColor-5.01-461.el9.noar 553 kB/s | 51 kB 00:00 (46/399): perl-Text-ParseWords-3.30-460.el9.noa 184 kB/s | 18 kB 00:00 (47/399): perl-URI-5.09-3.el9.noarch.rpm 1.0 MB/s | 125 kB 00:00 (48/399): perl-libnet-3.13-4.el9.noarch.rpm 1.4 MB/s | 134 kB 00:00 (49/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 10 MB/s | 1.2 MB 00:00 (50/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 165 kB/s | 26 kB 00:00 (51/399): iptables-nft-services-1.8.8-6.el9_1.n 174 kB/s | 28 kB 00:00 (52/399): perl-Carp-1.50-460.el9.noarch.rpm 353 kB/s | 31 kB 00:00 (53/399): perl-Mozilla-CA-20200520-6.el9.noarch 153 kB/s | 14 kB 00:00 (54/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 271 kB/s | 24 kB 00:00 (55/399): perl-Encode-3.08-462.el9.x86_64.rpm 13 MB/s | 1.7 MB 00:00 (56/399): perl-Time-Local-1.300-7.el9.noarch.rp 403 kB/s | 37 kB 00:00 (57/399): python3-psutil-5.8.0-12.el9.x86_64.rp 2.3 MB/s | 218 kB 00:00 (58/399): python3-yubico-1.3.3-7.el9.noarch.rpm 767 kB/s | 73 kB 00:00 (59/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 849 kB/s | 76 kB 00:00 (60/399): perl-Pod-Escapes-1.07-460.el9.noarch. 225 kB/s | 22 kB 00:00 (61/399): sshpass-1.09-4.el9.x86_64.rpm 232 kB/s | 30 kB 00:00 (62/399): boost-filesystem-1.75.0-8.el9.x86_64. 658 kB/s | 59 kB 00:00 (63/399): boost-log-1.75.0-8.el9.x86_64.rpm 4.0 MB/s | 410 kB 00:00 (64/399): boost-program-options-1.75.0-8.el9.x8 1.0 MB/s | 108 kB 00:00 (65/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 435 kB/s | 39 kB 00:00 (66/399): libburn-1.5.4-4.el9.x86_64.rpm 1.5 MB/s | 175 kB 00:00 (67/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 376 kB/s | 34 kB 00:00 (68/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 204 kB/s | 19 kB 00:00 (69/399): libisoburn-1.5.4-4.el9.x86_64.rpm 3.6 MB/s | 419 kB 00:00 (70/399): perl-Digest-1.19-4.el9.noarch.rpm 304 kB/s | 29 kB 00:00 (71/399): perl-File-Path-2.18-4.el9.noarch.rpm 400 kB/s | 38 kB 00:00 (72/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 975 kB/s | 92 kB 00:00 (73/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 418 kB/s | 43 kB 00:00 (74/399): perl-Scalar-List-Utils-1.56-461.el9.x 824 kB/s | 77 kB 00:00 (75/399): perl-Socket-2.031-4.el9.x86_64.rpm 623 kB/s | 58 kB 00:00 (76/399): perl-constant-1.33-461.el9.noarch.rpm 279 kB/s | 25 kB 00:00 (77/399): perl-podlators-4.14-460.el9.noarch.rp 1.1 MB/s | 118 kB 00:00 (78/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.2 MB/s | 112 kB 00:00 (79/399): python3-appdirs-1.4.4-4.el9.noarch.rp 302 kB/s | 27 kB 00:00 (80/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 163 kB 00:00 (81/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 929 kB/s | 96 kB 00:00 (82/399): python3-qrcode-core-6.1-12.el9.noarch 552 kB/s | 61 kB 00:00 (83/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 488 kB/s | 48 kB 00:00 (84/399): boost-regex-1.75.0-8.el9.x86_64.rpm 2.8 MB/s | 279 kB 00:00 (85/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 1.8 MB/s | 221 kB 00:00 (86/399): python3-alembic-1.7.5-3.el9.noarch.rp 7.5 MB/s | 900 kB 00:00 (87/399): python3-augeas-0.5.0-25.el9.noarch.rp 286 kB/s | 31 kB 00:00 (88/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 4.5 MB/s | 489 kB 00:00 (89/399): jq-1.6-14.el9.x86_64.rpm 1.8 MB/s | 190 kB 00:00 (90/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 4.0 MB/s | 459 kB 00:00 (91/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 635 kB/s | 59 kB 00:00 (92/399): perl-AutoLoader-5.74-480.el9.noarch.r 256 kB/s | 23 kB 00:00 (93/399): perl-B-1.80-480.el9.x86_64.rpm 1.9 MB/s | 185 kB 00:00 (94/399): perl-Class-Struct-0.66-480.el9.noarch 260 kB/s | 24 kB 00:00 (95/399): perl-Errno-1.30-480.el9.x86_64.rpm 193 kB/s | 17 kB 00:00 (96/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 250 kB/s | 23 kB 00:00 (97/399): perl-File-Basename-2.85-480.el9.noarc 208 kB/s | 19 kB 00:00 (98/399): perl-File-stat-1.09-480.el9.noarch.rp 218 kB/s | 19 kB 00:00 (99/399): perl-FileHandle-2.03-480.el9.noarch.r 168 kB/s | 17 kB 00:00 (100/399): perl-Getopt-Std-1.12-480.el9.noarch. 197 kB/s | 17 kB 00:00 (101/399): perl-IPC-Open3-1.21-480.el9.noarch.r 268 kB/s | 25 kB 00:00 (102/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.0 MB/s | 99 kB 00:00 (103/399): perl-Symbol-1.08-480.el9.noarch.rpm 152 kB/s | 16 kB 00:00 (104/399): perl-SelectSaver-1.02-480.el9.noarch 99 kB/s | 13 kB 00:00 (105/399): perl-interpreter-5.32.1-480.el9.x86_ 793 kB/s | 75 kB 00:00 (106/399): perl-overload-1.31-480.el9.noarch.rp 490 kB/s | 47 kB 00:00 (107/399): perl-libs-5.32.1-480.el9.x86_64.rpm 16 MB/s | 2.2 MB 00:00 (108/399): perl-overloading-0.02-480.el9.noarch 134 kB/s | 15 kB 00:00 (109/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 440 kB/s | 40 kB 00:00 (110/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 2.1 MB/s | 259 kB 00:00 (111/399): openssl-perl-3.0.7-6.el9_2.x86_64.rp 426 kB/s | 42 kB 00:00 (112/399): perl-IO-1.43-480.el9.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (113/399): perl-NDBM_File-1.15-480.el9.x86_64.r 133 kB/s | 25 kB 00:00 (114/399): perl-base-2.27-480.el9.noarch.rpm 94 kB/s | 18 kB 00:00 (115/399): perl-if-0.60.800-480.el9.noarch.rpm 136 kB/s | 16 kB 00:00 (116/399): perl-vars-1.05-480.el9.noarch.rpm 109 kB/s | 15 kB 00:00 (117/399): perl-mro-1.23-480.el9.x86_64.rpm 162 kB/s | 31 kB 00:00 (118/399): perl-subs-1.03-480.el9.noarch.rpm 71 kB/s | 13 kB 00:00 (119/399): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 176 kB 00:00 (120/399): ansible-freeipa-1.9.2-3.el9_2.noarch 3.4 MB/s | 452 kB 00:00 (121/399): rhel-system-roles-1.21.2-1.el9_2.noa 15 MB/s | 2.4 MB 00:00 (122/399): ipa-client-common-4.10.1-12.el9_2.2. 460 kB/s | 44 kB 00:00 (123/399): ipa-common-4.10.1-12.el9_2.2.noarch. 5.4 MB/s | 656 kB 00:00 (124/399): python3-ipaclient-4.10.1-12.el9_2.2. 6.3 MB/s | 648 kB 00:00 (125/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.4 MB/s | 663 kB 00:00 (126/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 554 kB/s | 57 kB 00:00 (127/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 377 kB/s | 41 kB 00:00 (128/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 32 MB/s | 7.9 MB 00:00 (129/399): ruby-default-gems-3.0.4-161.el9_2.2. 289 kB/s | 46 kB 00:00 (130/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 20 MB/s | 3.3 MB 00:00 (131/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 600 kB/s | 55 kB 00:00 (132/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.4 MB/s | 456 kB 00:00 (133/399): rubygem-io-console-0.5.7-161.el9_2.2 291 kB/s | 26 kB 00:00 (134/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 539 kB/s | 59 kB 00:00 (135/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 562 kB/s | 60 kB 00:00 (136/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.5 MB/s | 441 kB 00:00 (137/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 1.1 MB/s | 110 kB 00:00 (138/399): rubygems-3.2.33-161.el9_2.2.noarch.r 2.6 MB/s | 306 kB 00:00 (139/399): buildah-1.29.5-1.el9_2.x86_64.rpm 44 MB/s | 8.6 MB 00:00 (140/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 1.7 MB/s | 245 kB 00:00 (141/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 15 MB/s | 2.2 MB 00:00 (142/399): ansible-collection-ansible-utils-2.3 1.0 MB/s | 91 kB 00:00 (143/399): golang-github-vbatts-tar-split-0.11. 8.7 MB/s | 1.0 MB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 844 kB/s | 77 kB 00:00 (145/399): ansible-collection-ansible-netcommon 832 kB/s | 181 kB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.5 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 1.7 MB/s | 178 kB 00:00 (148/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 353 kB/s | 44 kB 00:00 (149/399): python3-ansible-runner-2.0.0a1-3.el9 768 kB/s | 122 kB 00:00 (150/399): puppet-fdio-18.2-1.20220727113954.6f 119 kB/s | 25 kB 00:00 (151/399): python3-croniter-0.3.35-2.el9ost.noa 480 kB/s | 49 kB 00:00 (152/399): python3-beautifulsoup4-4.9.3-2.el9os 1.7 MB/s | 204 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 322 kB/s | 39 kB 00:00 (154/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 507 kB/s | 44 kB 00:00 (155/399): python3-docutils-0.16-6.el9ost.noarc 13 MB/s | 1.5 MB 00:00 (156/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.1 MB/s | 107 kB 00:00 (157/399): python3-jeepney-0.6.0-2.el9ost.noarc 2.9 MB/s | 284 kB 00:00 (158/399): python3-lockfile-0.12.2-2.el9ost.noa 329 kB/s | 31 kB 00:00 (159/399): python3-gevent-21.1.2-2.el9ost.x86_6 3.9 MB/s | 1.6 MB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 419 kB/s | 47 kB 00:00 (161/399): python3-jmespath-0.10.0-1.el9ost.noa 197 kB/s | 46 kB 00:00 (162/399): python3-mimeparse-1.6.0-16.el9ost.no 179 kB/s | 16 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 2.1 MB/s | 224 kB 00:00 (164/399): python3-memcached-1.59-3.el9ost.noar 186 kB/s | 40 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 373 kB/s | 59 kB 00:00 (166/399): python3-passlib-1.7.4-3.el9ost.noarc 4.2 MB/s | 712 kB 00:00 (167/399): python3-pecan-1.4.0-2.el9ost.noarch. 1.5 MB/s | 273 kB 00:00 (168/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 536 kB/s | 90 kB 00:00 (169/399): python3-pynacl-1.4.0-1.el9ost.x86_64 707 kB/s | 111 kB 00:00 (170/399): python3-setproctitle-1.2.2-1.el9ost. 205 kB/s | 23 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 421 kB/s | 47 kB 00:00 (172/399): python3-pyperclip-1.8.0-3.el9ost.noa 124 kB/s | 25 kB 00:00 (173/399): python3-soupsieve-2.2-1.el9ost.noarc 563 kB/s | 67 kB 00:00 (174/399): python3-sqlalchemy13-1.3.24-3.el9ost 11 MB/s | 1.7 MB 00:00 (175/399): python3-tenacity-6.3.1-1.el9ost.noar 442 kB/s | 51 kB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 838 kB/s | 82 kB 00:00 (177/399): python3-zope-event-4.2.0-20.el9ost.n 1.8 MB/s | 205 kB 00:00 (178/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 1.8 MB/s | 396 kB 00:00 (179/399): rubygem-concurrent-ruby-1.1.5-2.el9o 2.6 MB/s | 243 kB 00:00 (180/399): python3-zope-interface-5.4.0-1.el9os 912 kB/s | 202 kB 00:00 (181/399): rubygem-fast_gettext-1.2.0-9.el9ost. 375 kB/s | 34 kB 00:00 (182/399): rubygem-deep_merge-1.2.1-7.el9ost.no 97 kB/s | 14 kB 00:00 (183/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 835 kB/s | 90 kB 00:00 (184/399): rubygem-multi_json-1.15.0-2.el9ost.n 248 kB/s | 22 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 278 kB/s | 34 kB 00:00 (186/399): rubygem-semantic_puppet-1.0.4-2.el9o 186 kB/s | 21 kB 00:00 (187/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 121 kB/s | 16 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 4.4 MB/s | 433 kB 00:00 (189/399): ansible-config_template-2.0.1-17.1.2 310 kB/s | 29 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 175 kB/s | 17 kB 00:00 (191/399): ansible-role-chrony-1.3.1-17.1.20230 261 kB/s | 22 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 589 kB/s | 53 kB 00:00 (193/399): ansible-role-container-registry-1.4. 274 kB/s | 24 kB 00:00 (194/399): ansible-role-openstack-operations-0. 299 kB/s | 30 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 233 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 251 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 232 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 305 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipsec-11.0.1-17.1.20 431 kB/s | 38 kB 00:00 (200/399): dib-utils-0.0.11-17.1.20230620173328 144 kB/s | 12 kB 00:00 (201/399): ansible-tripleo-ipa-0.3.1-17.1.20230 211 kB/s | 36 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 112 kB/s | 9.6 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 566 kB/s | 54 kB 00:00 (204/399): os-collect-config-13.1.1-17.1.202310 450 kB/s | 50 kB 00:00 (205/399): puppet-aodh-18.4.2-17.1.202306201512 667 kB/s | 62 kB 00:00 (206/399): os-refresh-config-13.1.1-17.1.202310 123 kB/s | 21 kB 00:00 (207/399): puppet-auditd-2.2.1-17.1.20230620192 304 kB/s | 28 kB 00:00 (208/399): puppet-archive-4.6.1-17.1.2023062018 258 kB/s | 44 kB 00:00 (209/399): puppet-ceilometer-18.4.3-17.1.202309 790 kB/s | 70 kB 00:00 (210/399): puppet-certmonger-2.7.1-17.1.2023062 301 kB/s | 26 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 998 kB/s | 120 kB 00:00 (212/399): puppet-collectd-13.0.1-17.1.20230620 1.2 MB/s | 135 kB 00:00 (213/399): puppet-corosync-8.0.1-17.1.202306211 776 kB/s | 68 kB 00:00 (214/399): puppet-designate-18.6.1-17.1.2023062 641 kB/s | 69 kB 00:00 (215/399): puppet-etcd-1.12.3-17.1.202306201932 266 kB/s | 25 kB 00:00 (216/399): puppet-dns-8.2.1-17.1.20230621002045 326 kB/s | 36 kB 00:00 (217/399): puppet-heat-18.4.1-17.1.202306211116 728 kB/s | 70 kB 00:00 (218/399): puppet-gnocchi-18.4.3-17.1.202306210 510 kB/s | 58 kB 00:00 (219/399): puppet-manila-18.5.2-17.1.2023110219 932 kB/s | 81 kB 00:00 (220/399): puppet-kmod-2.5.0-17.1.2023062019064 106 kB/s | 21 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 222 kB/s | 23 kB 00:00 (222/399): puppet-mysql-10.6.1-17.1.20230621022 1.0 MB/s | 99 kB 00:00 (223/399): puppet-neutron-18.6.1-17.1.202306210 1.7 MB/s | 196 kB 00:00 (224/399): puppet-nova-18.6.1-17.1.202306210904 1.5 MB/s | 200 kB 00:00 (225/399): puppet-nssdb-1.0.2-17.1.202306201856 130 kB/s | 12 kB 00:00 (226/399): puppet-octavia-18.5.1-17.1.202306210 795 kB/s | 76 kB 00:00 (227/399): puppet-openstack_extras-18.5.1-17.1. 557 kB/s | 48 kB 00:00 (228/399): puppet-openstacklib-18.5.2-17.1.2023 682 kB/s | 62 kB 00:00 (229/399): puppet-oslo-18.5.1-17.1.202306210523 551 kB/s | 48 kB 00:00 (230/399): puppet-placement-5.4.3-17.1.20230621 470 kB/s | 41 kB 00:00 (231/399): puppet-qdr-7.4.1-17.1.20230620195605 365 kB/s | 31 kB 00:00 (232/399): puppet-rabbitmq-11.0.1-17.1.20230620 2.9 MB/s | 266 kB 00:00 (233/399): puppet-redis-6.1.1-17.1.202306201917 547 kB/s | 51 kB 00:00 (234/399): puppet-rsyslog-4.0.1-17.1.2023062020 655 kB/s | 58 kB 00:00 (235/399): puppet-ssh-6.2.1-17.1.20230620190251 334 kB/s | 29 kB 00:00 (236/399): puppet-stdlib-6.3.1-17.1.20230621000 1.5 MB/s | 160 kB 00:00 (237/399): puppet-systemd-2.12.1-17.1.202306201 422 kB/s | 42 kB 00:00 (238/399): puppet-swift-18.6.1-17.1.20230621052 790 kB/s | 115 kB 00:00 (239/399): puppet-vswitch-14.4.3-17.1.202306210 484 kB/s | 41 kB 00:00 (240/399): puppet-xinetd-3.3.1-17.1.20230620185 297 kB/s | 26 kB 00:00 (241/399): python-oslo-cache-lang-2.7.1-17.1.20 187 kB/s | 19 kB 00:00 (242/399): python-oslo-log-lang-4.4.0-17.1.2023 158 kB/s | 14 kB 00:00 (243/399): python-oslo-middleware-lang-4.2.1-17 124 kB/s | 13 kB 00:00 (244/399): python-oslo-policy-lang-3.7.1-17.1.2 152 kB/s | 14 kB 00:00 (245/399): python-oslo-versionedobjects-lang-2. 140 kB/s | 14 kB 00:00 (246/399): python-pycadf-common-3.1.1-17.1.2023 176 kB/s | 15 kB 00:00 (247/399): python3-GitPython-3.1.14-2.el9ost.no 1.9 MB/s | 238 kB 00:00 (248/399): python3-aodhclient-2.2.0-17.1.202306 411 kB/s | 56 kB 00:00 (249/399): python3-barbicanclient-5.3.0-17.1.20 1.2 MB/s | 127 kB 00:00 (250/399): python3-cinderclient-7.4.1-17.1.2023 2.0 MB/s | 218 kB 00:00 (251/399): python3-cliff-3.7.0-17.1.20230620172 1.1 MB/s | 95 kB 00:00 (252/399): python3-designateclient-4.2.1-17.1.2 1.0 MB/s | 92 kB 00:00 (253/399): python3-futurist-2.3.0-17.1.20230621 173 kB/s | 64 kB 00:00 (254/399): python3-heat-agent-ansible-2.2.1-17. 33 kB/s | 11 kB 00:00 (255/399): python3-heat-agent-2.2.1-17.1.202306 52 kB/s | 19 kB 00:00 (256/399): python3-heat-agent-apply-config-2.2. 113 kB/s | 9.9 kB 00:00 (257/399): python3-heat-agent-docker-cmd-2.2.1- 121 kB/s | 12 kB 00:00 (258/399): python3-heat-agent-hiera-2.2.1-17.1. 105 kB/s | 10 kB 00:00 (259/399): python3-heat-agent-json-file-2.2.1-1 118 kB/s | 9.8 kB 00:00 (260/399): python3-heat-agent-puppet-2.2.1-17.1 130 kB/s | 11 kB 00:00 (261/399): python3-heatclient-2.3.1-17.1.202306 1.7 MB/s | 158 kB 00:00 (262/399): python3-ironic-inspector-client-4.5. 776 kB/s | 67 kB 00:00 (263/399): python3-ironicclient-4.6.4-17.1.2023 3.6 MB/s | 342 kB 00:00 (264/399): python3-keystoneclient-4.3.0-17.1.20 2.5 MB/s | 239 kB 00:00 (265/399): python3-keystonemiddleware-9.2.0-17. 925 kB/s | 92 kB 00:00 (266/399): python3-magnumclient-3.4.1-17.1.2023 1.3 MB/s | 121 kB 00:00 (267/399): python3-mistralclient-4.2.0-17.1.202 1.8 MB/s | 166 kB 00:00 (268/399): python3-neutronclient-7.3.1-17.1.202 3.1 MB/s | 298 kB 00:00 (269/399): python3-os-client-config-2.1.0-17.1. 626 kB/s | 55 kB 00:00 (270/399): python3-os-service-types-1.7.0-17.1. 434 kB/s | 38 kB 00:00 (271/399): python3-novaclient-17.4.1-17.1.20230 1.1 MB/s | 201 kB 00:00 (272/399): python3-os-traits-2.5.0-17.1.2023062 524 kB/s | 45 kB 00:00 (273/399): python3-osc-lib-2.3.1-17.1.202306202 844 kB/s | 78 kB 00:00 (274/399): python3-oslo-cache-2.7.1-17.1.202306 610 kB/s | 56 kB 00:00 (275/399): python3-oslo-context-3.2.1-17.1.2023 297 kB/s | 27 kB 00:00 (276/399): python3-oslo-log-4.4.0-17.1.20230620 719 kB/s | 64 kB 00:00 (277/399): python3-oslo-middleware-4.2.1-17.1.2 547 kB/s | 55 kB 00:00 (278/399): python3-oslo-policy-3.7.1-17.1.20230 745 kB/s | 76 kB 00:00 (279/399): python3-oslo-reports-2.2.0-17.1.2023 597 kB/s | 59 kB 00:00 (280/399): python3-oslo-rootwrap-6.3.1-17.1.202 519 kB/s | 46 kB 00:00 (281/399): python3-oslo-serialization-4.1.1-17. 392 kB/s | 34 kB 00:00 (282/399): python3-oslo-versionedobjects-2.4.1- 880 kB/s | 79 kB 00:00 (283/399): python3-osprofiler-3.4.0-17.1.202306 1.4 MB/s | 130 kB 00:00 (284/399): python3-oslo-upgradecheck-1.3.1-17.1 272 kB/s | 29 kB 00:00 (285/399): python3-pycadf-3.1.1-17.1.2023062021 599 kB/s | 53 kB 00:00 (286/399): python3-requestsexceptions-1.4.0-17. 192 kB/s | 17 kB 00:00 (287/399): python3-saharaclient-3.3.0-17.1.2023 2.0 MB/s | 188 kB 00:00 (288/399): python3-swiftclient-3.11.1-17.1.2023 1.3 MB/s | 136 kB 00:00 (289/399): python3-statsd-3.2.1-20.1.el9ost.noa 304 kB/s | 35 kB 00:00 (290/399): python3-shade-1.33.0-17.1.2023062022 3.9 MB/s | 523 kB 00:00 (291/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 569 kB/s | 50 kB 00:00 (292/399): python3-troveclient-7.0.0-17.1.20230 3.6 MB/s | 344 kB 00:00 (293/399): python3-validations-libs-1.9.1-17.1. 1.3 MB/s | 137 kB 00:00 (294/399): python3-zaqarclient-2.4.0-17.1.20230 1.4 MB/s | 129 kB 00:00 (295/399): validations-common-1.9.1-17.1.202310 1.1 MB/s | 111 kB 00:00 (296/399): python3-paramiko-2.11.0-2.el9ost.noa 2.7 MB/s | 299 kB 00:00 (297/399): python3-werkzeug-2.0.1-7.el9ost.noar 4.5 MB/s | 427 kB 00:00 (298/399): ansible-pacemaker-1.0.4-17.1.2023121 198 kB/s | 21 kB 00:00 (299/399): python3-manilaclient-2.6.4-17.1.2024 5.5 MB/s | 528 kB 00:00 (300/399): python3-sqlparse-0.4.1-2.el9ost.noar 921 kB/s | 83 kB 00:00 (301/399): python3-webob-1.8.7-2.1.el9ost.noarc 2.1 MB/s | 230 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 223 kB/s | 21 kB 00:00 (303/399): openstack-selinux-0.8.37-17.1.202311 2.1 MB/s | 221 kB 00:00 (304/399): python-oslo-db-lang-8.5.2-17.1.20240 154 kB/s | 14 kB 00:00 (305/399): puppet-ironic-18.7.1-17.1.2024030521 1.1 MB/s | 121 kB 00:00 (306/399): python3-glanceclient-3.3.0-17.1.2024 1.6 MB/s | 143 kB 00:00 (307/399): python3-metalsmith-1.4.4-17.1.202405 700 kB/s | 65 kB 00:00 (308/399): python3-keystoneauth1-4.4.0-17.1.202 2.8 MB/s | 409 kB 00:00 (309/399): python3-neutron-lib-2.10.3-17.1.2023 3.2 MB/s | 375 kB 00:00 (310/399): python3-octaviaclient-2.3.1-17.1.202 1.0 MB/s | 91 kB 00:00 (311/399): python3-oslo-db-8.5.2-17.1.202408201 1.6 MB/s | 144 kB 00:00 (312/399): python3-oslo-messaging-12.7.3-17.1.2 1.7 MB/s | 216 kB 00:00 (313/399): python3-oslo-service-2.5.1-17.1.2024 475 kB/s | 71 kB 00:00 (314/399): python3-waitress-2.0.0-4.el9ost.noar 1.2 MB/s | 109 kB 00:00 (315/399): python3-rhosp-openvswitch-3.3-1.el9o 47 kB/s | 8.3 kB 00:00 (316/399): openstack-tripleo-validations-14.3.2 2.2 MB/s | 204 kB 00:00 (317/399): puppet-ovn-18.6.1-17.1.2024092509490 329 kB/s | 29 kB 00:00 (318/399): puppet-glance-18.6.1-17.1.2025022015 479 kB/s | 87 kB 00:00 (319/399): puppet-pacemaker-1.5.1-17.1.20250214 1.7 MB/s | 158 kB 00:00 (320/399): openstack-ansible-core-2.14.2-4.7.el 5.2 MB/s | 2.3 MB 00:00 (321/399): puppet-tripleo-14.2.3-17.1.202503201 1.2 MB/s | 239 kB 00:00 (322/399): ansible-collections-openstack-1.9.1- 1.6 MB/s | 146 kB 00:00 (323/399): ansible-collection-containers-podman 1.1 MB/s | 243 kB 00:00 (324/399): python3-os-ken-1.4.1-17.1.2024120509 4.7 MB/s | 2.1 MB 00:00 (325/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 3.2 MB/s | 351 kB 00:00 (326/399): hiera-3.6.0-6.el9ost.noarch.rpm 364 kB/s | 33 kB 00:00 (327/399): facter-3.14.19-3.el9ost.x86_64.rpm 3.7 MB/s | 518 kB 00:00 (328/399): leatherman-1.12.6-5.el9ost.x86_64.rp 3.9 MB/s | 405 kB 00:00 (329/399): puppet-7.10.0-4.el9ost.noarch.rpm 115 kB/s | 11 kB 00:00 (330/399): puppet-headless-7.10.0-4.el9ost.noar 13 MB/s | 1.4 MB 00:00 (331/399): python3-amqp-5.0.6-5.el9ost.noarch.r 877 kB/s | 92 kB 00:00 (332/399): python3-boto-2.45.0-8.1.el9ost.noarc 11 MB/s | 1.3 MB 00:00 (333/399): python3-cachetools-4.2.2-3.el9ost.no 360 kB/s | 33 kB 00:00 (334/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.0 MB/s | 284 kB 00:00 (335/399): python3-extras-1.0.0-17.el9ost.noarc 233 kB/s | 21 kB 00:00 (336/399): python3-colorama-0.4.4-4.el9ost.noar 343 kB/s | 35 kB 00:00 (337/399): python3-dogpile-cache-1.1.5-5.el9ost 866 kB/s | 89 kB 00:00 (338/399): python3-keyring-21.8.0-4.el9ost.noar 831 kB/s | 77 kB 00:00 (339/399): python3-fixtures-3.0.0-24.el9ost.noa 815 kB/s | 93 kB 00:00 (340/399): python3-kombu-5.0.2-3.el9ost.noarch. 2.6 MB/s | 313 kB 00:00 (341/399): python3-msgpack-1.0.2-4.el9ost.x86_6 957 kB/s | 87 kB 00:00 (342/399): python3-munch-2.5.0-6.el9ost.noarch. 272 kB/s | 25 kB 00:00 (343/399): python3-openstacksdk-0.55.1-17.1.202 5.5 MB/s | 735 kB 00:00 (344/399): python3-paste-3.5.0-5.el9ost.noarch. 7.6 MB/s | 776 kB 00:00 (345/399): python3-paste-deploy-2.1.1-4.el9ost. 461 kB/s | 41 kB 00:00 (346/399): python3-repoze-lru-0.7-12.el9ost.noa 332 kB/s | 32 kB 00:00 (347/399): python3-routes-2.4.1-14.el9ost.noarc 1.9 MB/s | 188 kB 00:00 (348/399): python3-pystache-0.5.4-15.el9ost.noa 615 kB/s | 132 kB 00:00 (349/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 607 kB/s | 57 kB 00:00 (350/399): python3-secretstorage-3.3.1-3.el9ost 387 kB/s | 36 kB 00:00 (351/399): python3-simplejson-3.17.5-3.el9ost.x 2.7 MB/s | 266 kB 00:00 (352/399): python3-tempita-0.5.1-27.el9ost.noar 379 kB/s | 36 kB 00:00 (353/399): python3-testtools-2.4.0-10.el9ost.no 3.3 MB/s | 333 kB 00:00 (354/399): python3-vine-5.0.0-5.el9ost.noarch.r 289 kB/s | 26 kB 00:00 (355/399): python3-yappi-1.3.1-5.el9ost.x86_64. 551 kB/s | 56 kB 00:00 (356/399): python3-warlock-1.3.3-7.el9ost.noarc 190 kB/s | 21 kB 00:00 (357/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.8 MB/s | 180 kB 00:00 (358/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 325 kB/s | 29 kB 00:00 (359/399): ruby-facter-3.14.19-3.el9ost.x86_64. 88 kB/s | 9.5 kB 00:00 (360/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.3 MB/s | 123 kB 00:00 (361/399): openstack-heat-api-16.1.1-17.1.20250 177 kB/s | 16 kB 00:00 (362/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 132 kB/s | 19 kB 00:00 (363/399): openstack-heat-common-16.1.1-17.1.20 13 MB/s | 1.6 MB 00:00 (364/399): openstack-heat-engine-16.1.1-17.1.20 133 kB/s | 15 kB 00:00 (365/399): openstack-heat-monolith-16.1.1-17.1. 168 kB/s | 16 kB 00:00 (366/399): puppet-barbican-18.4.2-17.1.20250625 547 kB/s | 57 kB 00:00 (367/399): python-openstackclient-lang-5.5.2-17 613 kB/s | 58 kB 00:00 (368/399): python3-openstackclient-5.5.2-17.1.2 7.5 MB/s | 1.1 MB 00:00 (369/399): openstack-tripleo-common-15.4.1-17.1 533 kB/s | 48 kB 00:00 (370/399): openstack-tripleo-common-containers- 843 kB/s | 74 kB 00:00 (371/399): puppet-concat-6.2.1-17.1.20250725131 484 kB/s | 44 kB 00:00 (372/399): puppet-apache-6.5.2-17.1.20250811150 2.1 MB/s | 253 kB 00:00 (373/399): puppet-firewall-3.4.1-17.1.202508041 563 kB/s | 73 kB 00:00 (374/399): puppet-git-0.5.0-17.1.20250725114148 199 kB/s | 26 kB 00:00 (375/399): puppet-inifile-4.2.1-17.1.2025080415 479 kB/s | 46 kB 00:00 (376/399): puppet-haproxy-4.2.2-17.1.2025072511 280 kB/s | 55 kB 00:00 (377/399): puppet-ipaclient-2.5.2-17.1.20250725 212 kB/s | 21 kB 00:00 (378/399): puppet-keepalived-0.0.2-17.1.2025072 187 kB/s | 17 kB 00:00 (379/399): puppet-rsync-1.1.4-17.1.202508041515 326 kB/s | 28 kB 00:00 (380/399): puppet-remote-10.0.0-17.1.2025072511 194 kB/s | 19 kB 00:00 (381/399): puppet-snmp-3.9.1-17.1.2025072511575 341 kB/s | 38 kB 00:00 (382/399): puppet-sysctl-0.0.13-17.1.2025072511 176 kB/s | 19 kB 00:00 (383/399): puppet-module-data-0.5.1-17.1.202507 65 kB/s | 16 kB 00:00 (384/399): puppet-vcsrepo-3.1.1-17.1.2025072511 569 kB/s | 53 kB 00:00 (385/399): python3-tripleo-common-15.4.1-17.1.2 2.0 MB/s | 198 kB 00:00 (386/399): tripleo-ansible-3.3.1-17.1.202508040 5.0 MB/s | 569 kB 00:00 (387/399): puppet-horizon-18.6.1-17.1.202510081 626 kB/s | 59 kB 00:00 (388/399): openstack-tripleo-heat-templates-14. 2.9 MB/s | 611 kB 00:00 (389/399): puppet-keystone-18.6.1-17.1.20251008 1.4 MB/s | 126 kB 00:00 (390/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.2 MB/s | 109 kB 00:00 (391/399): python3-tripleoclient-16.5.1-17.1.20 1.3 MB/s | 552 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 1.7 MB/s | 156 kB 00:00 (393/399): libmount-2.37.4-11.el9_2.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (394/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 288 kB/s | 30 kB 00:00 (395/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (396/399): util-linux-core-2.37.4-11.el9_2.x86_ 4.6 MB/s | 464 kB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 254 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.6 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 6.2 MB/s | 97 MB 00:15 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : 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-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 150/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 168/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 169/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 170/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 171/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 172/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 173/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 174/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 175/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 176/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 177/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 178/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 179/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 180/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 181/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 182/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 183/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 184/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 185/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 186/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 187/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 188/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 189/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 190/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 191/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 192/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 193/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 194/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 195/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 196/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 197/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 198/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 199/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 200/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 201/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 202/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 203/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 204/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 205/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 206/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 207/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 208/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 209/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 210/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 211/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 212/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 213/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 214/408 Installing : python3-memcached-1.59-3.el9ost.noarch 215/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 216/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 217/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 218/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 219/408 Installing : python3-docutils-0.16-6.el9ost.noarch 220/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 221/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 222/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 223/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 224/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 225/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 226/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 227/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 228/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 229/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 230/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 231/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 232/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 232/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 232/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 233/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 234/408 Installing : jq-1.6-14.el9.x86_64 235/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 236/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 237/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 238/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 239/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 240/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 241/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 242/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 243/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 244/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 245/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 246/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 246/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 247/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 248/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 249/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 250/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 251/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 252/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 253/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 254/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 255/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 256/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 257/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 258/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 259/408 Installing : boost-log-1.75.0-8.el9.x86_64 260/408 Installing : libburn-1.5.4-4.el9.x86_64 261/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 262/408 Installing : sshpass-1.09-4.el9.x86_64 263/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 264/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 265/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 266/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 267/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 268/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 269/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 270/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 271/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 272/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 273/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 274/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 275/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 276/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 277/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 278/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 279/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 280/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 281/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 282/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 283/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 284/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 285/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 286/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 287/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 288/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 289/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 290/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 291/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 292/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 292/408 Installing : libisofs-1.5.4-4.el9.x86_64 293/408 Installing : libisoburn-1.5.4-4.el9.x86_64 294/408 Installing : xorriso-1.5.4-4.el9.x86_64 295/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 295/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 296/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 297/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 298/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 299/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 300/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 301/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 302/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 302/408 Installing : puppet-7.10.0-4.el9ost.noarch 303/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 303/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 304/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 305/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 306/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 307/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 308/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 309/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 310/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 311/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 312/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 313/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 314/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 315/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 316/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 317/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 318/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 319/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 320/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 321/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 322/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 323/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 324/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 325/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 326/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 327/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 328/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 329/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 330/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 331/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 332/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 333/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 334/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 335/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 336/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 337/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 338/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 339/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 340/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 341/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 342/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 343/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 344/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 345/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 346/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 347/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 348/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 349/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 350/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 351/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 352/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 353/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 354/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 355/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 356/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 357/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 358/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 359/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 360/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 361/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 362/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 363/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 364/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 365/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 366/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 367/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 368/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 369/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 370/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 371/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 372/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.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.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 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.20250908140 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-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 13/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 14/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 15/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 16/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 17/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 18/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 19/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 20/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 21/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 22/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 23/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 24/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 25/408 Verifying : boost-system-1.75.0-8.el9.x86_64 26/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 27/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 28/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 29/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 30/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 31/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 32/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 33/408 Verifying : perl-Exporter-5.74-461.el9.noarch 34/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 35/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 36/408 Verifying : perl-parent-1:0.238-460.el9.noarch 37/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 38/408 Verifying : xorriso-1.5.4-4.el9.x86_64 39/408 Verifying : libisofs-1.5.4-4.el9.x86_64 40/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 41/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 42/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 43/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 44/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 45/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 46/408 Verifying : perl-URI-5.09-3.el9.noarch 47/408 Verifying : perl-libnet-3.13-4.el9.noarch 48/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 49/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 50/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 51/408 Verifying : perl-Carp-1.50-460.el9.noarch 52/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 53/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 54/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 55/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 56/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 57/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 58/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 59/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 60/408 Verifying : sshpass-1.09-4.el9.x86_64 61/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 62/408 Verifying : boost-log-1.75.0-8.el9.x86_64 63/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 64/408 Verifying : libburn-1.5.4-4.el9.x86_64 65/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 66/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 67/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 68/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 69/408 Verifying : perl-Digest-1.19-4.el9.noarch 70/408 Verifying : perl-File-Path-2.18-4.el9.noarch 71/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 72/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 73/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 74/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 75/408 Verifying : perl-constant-1.33-461.el9.noarch 76/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 77/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 78/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 79/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 80/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 81/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 82/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 83/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 84/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 85/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 86/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 87/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 88/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 89/408 Verifying : jq-1.6-14.el9.x86_64 90/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 91/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 92/408 Verifying : perl-B-1.80-480.el9.x86_64 93/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 94/408 Verifying : perl-Errno-1.30-480.el9.x86_64 95/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 96/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 97/408 Verifying : perl-File-stat-1.09-480.el9.noarch 98/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 99/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 100/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 101/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 102/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 103/408 Verifying : perl-Symbol-1.08-480.el9.noarch 104/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 105/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 106/408 Verifying : perl-overload-1.31-480.el9.noarch 107/408 Verifying : perl-overloading-0.02-480.el9.noarch 108/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 109/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 110/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 111/408 Verifying : perl-IO-1.43-480.el9.x86_64 112/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 113/408 Verifying : perl-base-2.27-480.el9.noarch 114/408 Verifying : perl-if-0.60.800-480.el9.noarch 115/408 Verifying : perl-mro-1.23-480.el9.x86_64 116/408 Verifying : perl-subs-1.03-480.el9.noarch 117/408 Verifying : perl-vars-1.05-480.el9.noarch 118/408 Verifying : python3-mako-1.1.4-6.el9.noarch 119/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 120/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 121/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 122/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 123/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 124/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 125/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 126/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 127/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 128/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 129/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 130/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 131/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 132/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 133/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 134/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 135/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 136/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 137/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 138/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 139/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 140/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 142/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 143/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 144/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 146/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 147/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 148/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 149/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 150/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 151/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 152/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 153/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 154/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 155/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 156/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 157/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 158/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 159/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 160/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 161/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 162/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 163/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 164/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 165/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 166/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 167/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 168/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 169/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 170/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 171/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 172/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 173/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 174/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 175/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 176/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 177/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 178/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 179/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 180/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 181/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 182/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 183/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 184/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 185/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 186/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 187/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 188/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 189/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 190/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 191/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 192/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 193/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 194/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 195/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 196/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 197/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 198/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 199/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 200/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 201/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 202/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 203/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 204/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 205/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 206/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 207/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 208/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 209/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 210/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 211/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 212/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 213/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 214/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 215/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 216/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 217/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 218/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 219/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 220/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 221/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 222/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 223/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 224/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 225/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 226/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 227/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 228/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 229/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 230/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 231/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 232/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 233/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 234/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 235/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 236/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 237/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 238/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 239/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 240/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 241/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 242/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 243/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 244/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 245/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 246/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 247/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 248/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 249/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 250/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 251/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 252/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 253/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 254/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 255/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 260/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 261/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 262/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 263/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 264/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 265/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 266/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 267/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 268/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 269/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 270/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 271/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 272/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 273/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 274/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 275/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 276/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 277/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 278/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 279/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 280/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 281/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 282/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 283/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 284/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 285/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 286/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 287/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 288/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 289/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 290/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 291/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 292/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 293/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 294/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 295/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 296/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 297/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 298/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 299/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 300/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 301/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 302/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 303/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 304/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 305/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 306/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 307/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 308/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 309/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 310/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 311/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 312/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 313/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 314/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 315/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 316/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 317/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 318/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 319/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 320/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 321/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 322/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 323/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 324/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 325/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 326/408 Verifying : hiera-3.6.0-6.el9ost.noarch 327/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 328/408 Verifying : puppet-7.10.0-4.el9ost.noarch 329/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 330/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 331/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 332/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 333/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 334/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 335/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 336/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 337/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 338/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 339/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 340/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 341/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 342/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 343/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 344/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 345/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 346/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 347/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 348/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 349/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 350/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 351/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 352/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 353/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 354/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 355/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 356/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 357/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 358/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 359/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 360/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 361/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 362/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 363/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 364/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 365/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 366/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 367/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 368/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 369/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 370/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 371/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 372/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 373/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 374/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 375/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 376/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 377/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 378/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 379/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 380/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 381/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 382/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 383/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 384/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 385/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 386/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 387/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 388/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 389/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 390/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 391/408 Verifying : libblkid-2.37.4-10.el9.x86_64 392/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 393/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 394/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 395/408 Verifying : libmount-2.37.4-10.el9.x86_64 396/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 397/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 398/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 399/408 Verifying : libuuid-2.37.4-10.el9.x86_64 400/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 401/408 Verifying : util-linux-2.37.4-10.el9.x86_64 402/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 403/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-361.el9cp.noarch cpp-hocon-0.3.0-7.el9ost.x86_64 device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 device-mapper-event-libs-9:1.02.187-7.el9_2.2.x86_64 device-mapper-persistent-data-0.9.0-13.el9.x86_64 dib-utils-0.0.11-17.1.20230620173328.51661c3.el9ost.noarch facter-1:3.14.19-3.el9ost.x86_64 glibc-langpack-en-2.34-60.el9.x86_64 golang-github-vbatts-tar-split-0.11.1-9.el9ost.x86_64 heat-cfntools-1.4.2-6.1.el9ost.noarch hiera-3.6.0-6.el9ost.noarch ipa-client-common-4.10.1-12.el9_2.2.noarch ipa-common-4.10.1-12.el9_2.2.noarch ipa-selinux-4.10.1-6.el9.noarch iptables-nft-services-1.8.8-6.el9_1.noarch jq-1.6-14.el9.x86_64 krb5-pkinit-1.20.1-8.el9.x86_64 krb5-workstation-1.20.1-8.el9.x86_64 leatherman-1.12.6-5.el9ost.x86_64 libaio-0.3.111-13.el9.x86_64 libburn-1.5.4-4.el9.x86_64 libipa_hbac-2.8.2-5.el9_2.5.x86_64 libisoburn-1.5.4-4.el9.x86_64 libisofs-1.5.4-4.el9.x86_64 libkadm5-1.20.1-8.el9.x86_64 libpkgconf-1.7.3-10.el9.x86_64 libselinux-ruby-3.5-1.el9.x86_64 libsodium-1.0.18-7.el9ost.x86_64 libunwind-1.6.2-1.el9cp.x86_64 libxslt-1.1.34-11.el9_2.x86_64 lvm2-9:2.03.17-7.el9_2.2.x86_64 lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 oniguruma-6.9.6-1.el9.5.x86_64 openpgm-5.2.122-26.el9ost.x86_64 openssl-perl-1:3.0.7-6.el9_2.x86_64 openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 openstack-heat-agents-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch openstack-heat-api-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-common-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-engine-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-heat-monolith-1:16.1.1-17.1.20250703110808.edc6d60.el9ost.noarch openstack-selinux-0.8.37-17.1.20231107080825.05dd1b2.el9ost.noarch openstack-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250804050821.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.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=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=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 2025-12-03T17:00:58.084295 # # 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=1500 + 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 --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:c08909ff5b979cc0ee074bd124a909827a3ebe67318417746b06d5f5e97bcf29 Copying blob sha256:0520ff02098db2d7422a92cb0820b50239be8a536a139b686f7cd0b723a328f0 Copying blob sha256:f37946c0bd8fe130571355c37c59feb5160de181f4f08ffc8a49475c995de50c Copying blob sha256:c5b35cefa3052cbb4e0341e742352986ee22a5cd957ebc7c551c849d1b8d2bf4 Copying blob sha256:d0e8b268b0f5b220139734a59246c8c716029c4632248e44010bd280cabec44f Copying blob sha256:fd6e6eb93580defc479b84d901a82be3ef49e16418e05f158db7b3c2aa96b052 Copying blob sha256:18d97adb9e18fbdb6f5a6220ddc8961ec940eea1a9d42879ee8401bb89d39b0a Copying blob sha256:a16ef2f7f49d6f32e43cc203ad338696a4e4689778ce4fbb402f56da8f1753ed Copying blob sha256:a15642274642cf9b345737113d2138dd95b20653cc32706cb0eb87e00fdd3403 Copying blob sha256:a2f620c72cb295abc45a06507d6ddf270abb079857031c2f8d2bb19bc097fcb0 Copying blob sha256:d7437dac227bcd88675bf98b78fa8e8939020e647deedac1451e2ec4c966b1b6 Copying blob sha256:7535c191a7798d86cbc3759ecee818475820b23d32af3113351df198e1cf9ff3 Copying blob sha256:b9c1b4899a38ac3b1fb43fca787f7500dbd9c5c3bdedd22f1501935aad1b3c8f Copying blob sha256:af0efe5a2b976a657a6a52b25c591c1eb18623b7bb0217df1cf9f8581adff845 Copying blob sha256:2ab4fbb4d6d19f868ddd94e7beb9b3091e334b84ad1276e480f9d07037b20ed1 Copying blob sha256:5500840e334b1a34ab452bfe089f2a6ff04edb3fbaaeaaaeabde1398ef7c3620 Copying blob sha256:7b7191dee0e07521db89e52d60e603d2fa46a4398cc6edbdb684a248fdd8bfb6 Copying blob sha256:d95569055ff759c9cbb2a519254b3e891f8ebfb817e1a93e1ac4ec3a9ae657df Copying blob sha256:62a225af3695af3bf888e61ca977759369846f0fd2225385aabc8d4a7d16caec Copying blob sha256:bdb75351eafc4b094d2bb62080b6283c2f2144202a642b49cf7ea9bdc85a31f1 Copying blob sha256:59a168ffc35818b5022888090286be52697721e1e622da9cb5e641833bd4f931 Copying blob sha256:393fbc595063f273ca03554746af7354cb98ad098a9e19c832d7bd107cc3817f Copying blob sha256:3aa9431f0c782bd9a8ada3f76a0527d44392194e4c786cc690fa62e2d447dec2 Copying blob sha256:3cda8404fc904196bc385054ca5f35a200b0cc61c1657a2114654c1816e6dc6d Copying blob sha256:435d53f89d42d02035a342d55d7fa996f26656bb7b7c3f576768f9115fad680f Copying blob sha256:8b777104befae166dec5a4486d83386a934c0a3b8d3a77e880b46c1f098b2b38 Copying blob sha256:3e7602b7b3779191840cc51f5020d2caf4b76a1331e9241a42a0e53f6cedc776 Copying blob sha256:f6ec25dd683d707ebb2fee33f8674c5ec80d0bec8408b5d006fae1ab96a7547a Copying blob sha256:6fabc10374064c9a4033f4f69c690c6802052678bc407172b96fe0a01eaf1fe7 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:e57f2bfe69578278481bc2d80bb34830815509e0e41e0602ad6d7dd86fb43cd3 Copying blob sha256:a5de336904a1acd5eb66af90e096efe1f8be704046b17c5151a8579e677b4f6e Copying blob sha256:2f59c621a46027b9d06d96e721a06356072d4ce9f5b6628248917a579ea55250 Copying blob sha256:680d84b368db1ca15d1f6aeb48cf3df9be97c614cfa0bc7a4e6ca9fc9a7e13a6 Copying blob sha256:2ce925e9fff7f05f750565271a894bc8755b672babc36c1a0422df2da56f3ae4 Copying blob sha256:fcf25ad2c7ef5cec00159d8c2541308f8e341bc006dc6a373cd15527d3805b78 Copying blob sha256:ca14cbefdb2b6c9f56f4378c1260e47add7dbf2267d60012f49819b47c5836a8 Copying blob sha256:24eb0133c14b893fcd729b74c6456e7f1b9c4c134add772907cea05d984c0282 Copying blob sha256:4caa215e3a4b4cef23fb4259fe9195ee3ffd6234f577a75ae675d3bc59f9f250 Copying blob sha256:1038248e37e88bd4321f271644b688a9a17eed3c57a256604e631e0937a2e723 Copying blob sha256:bf41320e7e82b1a73badb7b5cd05b2056be30fc9b72a2b35cba85e21c3547b4a Copying blob sha256:4a96c56b601046d8a537f01ce81befd3911c1846fbf956dff77ae57d47deb471 Copying blob sha256:b547137d2eccad8b9b2acd5e345b5ed75a86a8b22faa0f1a9a87dca63885ad6d Copying blob sha256:fe4a43e5e372b24746c7e78ed8dd5d6af5ddbb2c345917b0854e00f526fcbe6c Copying blob sha256:f0fb1d7c1c0f24004154322e80506bf4c306b2af29df47c9418d0d7e8e8a7b60 Copying blob sha256:5896eec65c47ce9fe994e176ba04fd11130ffd51e78e434fa2b24409d6cca282 Copying blob sha256:3dcdcad0db0f35a4eaffef2afb4694363a88830d2b81411b57bb36d41fa27cb8 Copying blob sha256:ee7ad9298009a47f68ab38d507bb7fd0f73fe521f7cc764c501216b11b09c6f4 Copying blob sha256:c6f7ffd6ccd7ea3b2c3de0d6f500d12934395974e197a6ad2c47350c5c53399b Copying blob sha256:e6bb99a86d917a99fbb8d7e906a7aa1c2b670bf68d572a6594b97b74bc0d7758 Copying blob sha256:9b8b3817e3ba2c0ea5e9d44efd2b8a6d0e3c925648c8185a1821bcace974f146 Copying blob sha256:e04bec1634ded289d9ec31a4eac32d57dd740d347e95f17d30bd1c296ea8c399 Copying config sha256:bf4429243835d2a3abca5116f17e569049510d88386bdebafb3cdcf0795e80e6 Writing manifest to image destination Storing signatures a5ce2745e9d50c8a0a876de177983b8817d7138120d47d91edf8596e13df1e38 + 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' + 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 2025-12-03 17:08:05.340 44117 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-03 17:08:05.364 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.364 44117 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-03 17:08:05.366 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.366 44117 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-03 17:08:05.367 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.368 44117 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-03 17:08:05.369 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.369 44117 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-03 17:08:05.371 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.371 44117 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-03 17:08:05.373 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.373 44117 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-03 17:08:05.397 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.397 44117 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-03 17:08:05.415 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.415 44117 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-03 17:08:05.417 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.417 44117 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-03 17:08:05.419 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.419 44117 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-03 17:08:05.421 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.421 44117 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-03 17:08:05.423 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.423 44117 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-03 17:08:05.425 44117 INFO migrate.versioning.api [-] done 2025-12-03 17:08:05.425 44117 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-03 17:08:05.447 44117 INFO migrate.versioning.api [-] done /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:snapshot":"rule:deny_stack_user" was deprecated in W in favor of "actions:snapshot":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:suspend":"rule:deny_stack_user" was deprecated in W in favor of "actions:suspend":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:resume":"rule:deny_stack_user" was deprecated in W in favor of "actions:resume":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:check":"rule:deny_stack_user" was deprecated in W in favor of "actions:check":"(role:reader and system_scope:all) or (role:reader and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_update":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_update":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) /usr/lib/python3.9/site-packages/oslo_policy/policy.py:775: UserWarning: Policy "actions:cancel_without_rollback":"rule:deny_stack_user" was deprecated in W in favor of "actions:cancel_without_rollback":"(role:admin and system_scope:all) or (role:member and project_id:%(project_id)s)". Reason: The actions API now supports system scope and default roles. . Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. warnings.warn(deprecated_msg) ** Handling template files ** jinja2 rendering normal template overcloud-resource-registry-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud-resource-registry-puppet.yaml jinja2 rendering normal template overcloud.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./overcloud.yaml jinja2 rendering normal template post.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/post.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./common/services/standalone-role.yaml jinja2 rendering normal template apache-baremetal-puppet.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/apache/apache-baremetal-puppet.yaml jinja2 rendering normal template container-image-prepare-baremetal-ansible.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/container-image-prepare/container-image-prepare-baremetal-ansible.yaml jinja2 rendering normal template haproxy-internal-tls-certmonger.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/haproxy/haproxy-internal-tls-certmonger.yaml jinja2 rendering normal template octavia-deployment-config.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./deployment/octavia/octavia-deployment-config.yaml jinja2 rendering normal template deployed-server-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-server-environment.yaml jinja2 rendering normal template net-noop.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-noop.yaml jinja2 rendering normal template deployed-network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/deployed-network-environment.yaml jinja2 rendering normal template net-2-linux-bonds-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-2-linux-bonds-with-vlans.yaml jinja2 rendering normal template net-bond-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans-no-external.yaml jinja2 rendering normal template net-bond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-bond-with-vlans.yaml jinja2 rendering normal template net-dpdkbond-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-dpdkbond-with-vlans.yaml jinja2 rendering normal template net-multiple-nics-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics-vlans.yaml jinja2 rendering normal template net-multiple-nics.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-multiple-nics.yaml jinja2 rendering normal template net-single-nic-linux-bridge-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-linux-bridge-with-vlans.yaml jinja2 rendering normal template net-single-nic-with-vlans-no-external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans-no-external.yaml jinja2 rendering normal template net-single-nic-with-vlans.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/net-single-nic-with-vlans.yaml jinja2 rendering normal template network-environment-v6-all.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6-all.yaml jinja2 rendering normal template network-environment-v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment-v6.yaml jinja2 rendering normal template network-environment.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/network-environment.yaml jinja2 rendering normal template networks-disable.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/networks-disable.yaml jinja2 rendering normal template overcloud-baremetal.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/overcloud-baremetal.yaml jinja2 rendering normal template split-stack-consistent-hostname-format.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/split-stack-consistent-hostname-format.yaml jinja2 rendering normal template enable-internal-tls.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./environments/ssl/enable-internal-tls.yaml jinja2 rendering normal template swap-partition.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap-partition.yaml jinja2 rendering normal template swap.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/all_nodes/swap.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./extraconfig/nova_metadata/krb-service-principals/standalone-role.yaml jinja2 rendering network template network.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external.yaml jinja2 rendering network template network_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/external_v6.yaml jinja2 rendering normal template networks.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/networks.yaml jinja2 rendering normal template service_net_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/service_net_map.yaml jinja2 rendering network template deployed_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_external.yaml jinja2 rendering network template deployed_vip_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/deployed_vip_external.yaml jinja2 rendering network template external_resource_port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external.yaml jinja2 rendering network template external_resource_port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_resource_external_v6.yaml jinja2 rendering normal template net_ip_list_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_list_map.yaml jinja2 rendering normal template net_ip_map.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_ip_map.yaml jinja2 rendering normal template net_vip_map_external.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external.yaml jinja2 rendering normal template net_vip_map_external_v6.j2.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/net_vip_map_external_v6.yaml jinja2 rendering network template port.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external.yaml jinja2 rendering network template port_from_pool.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool.yaml jinja2 rendering network template port_from_pool_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_from_pool_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_from_pool_v6.yaml jinja2 rendering network template port_v6.network.j2.yaml jinja2 rendering networks Storage,StorageMgmt,InternalApi,Tenant,External rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/storage_mgmt_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/internal_api_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/tenant_v6.yaml rendering j2 template to file: /root/tripleo-heat-installer-templates/./network/ports/external_v6.yaml jinja2 rendering role template role.role.j2.yaml jinja2 rendering roles Standalone rendering j2 template to file: /root/tripleo-heat-installer-templates/./puppet/standalone-role.yaml ** Performing Heat stack create.. ** 2025-12-03 17:08:13Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:14Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:14Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:14Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:14Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-03 17:08:15Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:15Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-03 17:08:15Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:15Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-03 17:08:15Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:15Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-03 17:08:15Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:16Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-03 17:08:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:16Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:16Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-03 17:08:16Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:17Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:17Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:17Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-03 17:08:17Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:17Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-03 17:08:17Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:17Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-03 17:08:17Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:18Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:18Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-03 17:08:18Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-03 17:08:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:19Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:19Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:19Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:19Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:20Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:20Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-03 17:08:20Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:20Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:20Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:20Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:20Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-03 17:08:20Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-03 17:08:20Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:21Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-03 17:08:21Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:21Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-03 17:08:22Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-03 17:08:22Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:22Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:22Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:22Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-03 17:08:23Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:23Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-03 17:08:24Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:24Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-03 17:08:25Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:25Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-03 17:08:25Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:26Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-03 17:08:26Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:26Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:26Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:26Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:26Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:26Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:26Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:26Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:26Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:26Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-03 17:08:27Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-03 17:08:27Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-03 17:08:27Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-03 17:08:27Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-03 17:08:27Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:27Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:28Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:28Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:28Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:28Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-03 17:08:29Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:29Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:29Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-03 17:08:30Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-03 17:08:30Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:30Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-03 17:08:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:30Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:31Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:32Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:33Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:34Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:34Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:08:35Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-12-03 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:08:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:37Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:37Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:37Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:08:37Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:38Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-03 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:40Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:41Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:41Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-12-03 17:08:42Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:42Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:08:43Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:08:43Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:44Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-03 17:08:44Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:44Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:44Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:45Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:46Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:08:47Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:47Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:47Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:08:47Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-12-03 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:49Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-03 17:08:50Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:50Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:50Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:50Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:51Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:52Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:52Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:08:53Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:53Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-12-03 17:08:54Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:08:54Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:55Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-03 17:08:55Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:56Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:56Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:56Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:08:56Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:08:57Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-03 17:08:57Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:58Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-03 17:08:58Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:58Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:08:59Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:08:59Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:00Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:01Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:01Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:02Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:02Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:03Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-03 17:09:03Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:03Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:03Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:03Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:04Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:05Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:05Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:06Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:06Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:07Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-03 17:09:08Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:08Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:08Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:08Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:09:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:10Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:10Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:11Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:09:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:12Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:12Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:12Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:09:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:13Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:13Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:14Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:14Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:15Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-03 17:09:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:15Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:15Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:15Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:16Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:09:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:18Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:09:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:19Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:09:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:22Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:22Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-03 17:09:23Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:24Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:24Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:25Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:26Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:09:27Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:27Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:27Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:28Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:29Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:09:29Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:30Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-03 17:09:30Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:30Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:31Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:32Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:32Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:09:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:33Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:09:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:09:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:38Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:39Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:39Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:39Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-03 17:09:41Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:41Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:41Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:41Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:42Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:43Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:44Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:46Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:46Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:47Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:47Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:48Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-03 17:09:48Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:48Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:49Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:50Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:50Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:51Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:51Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:51Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:09:51Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:52Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-03 17:09:52Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:53Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-03 17:09:53Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:53Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:54Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:54Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:09:55Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:56Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:09:56Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:09:57Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-03 17:09:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:58Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-03 17:09:58Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-03 17:09:58Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:09:59Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:00Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:00Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:10:01Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:01Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:02Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:02Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:02Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:10:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:03Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:04Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:04Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:04Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-03 17:10:04Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:04Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:10:04Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:05Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:05Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:05Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-03 17:10:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:06Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:06Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-03 17:10:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:08Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:08Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:10:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:09Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:10Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:10:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:10:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:10:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-03 17:10:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-12-03 17:10:14Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:15Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-03 17:10:16Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:16Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:16Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:16Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:10:17Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:18Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:19Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:10:20Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:20Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:21Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:22Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-03 17:10:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:23Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:23Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:24Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:25Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:25Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:26Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:26Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:27Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:10:27Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:28Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-03 17:10:28Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:28Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:28Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:29Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:29Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:29Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:10:30Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:31Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:31Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:32Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:32Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:33Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-03 17:10:34Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:34Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:10:34Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:35Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:35Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-03 17:10:36Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-03 17:10:37Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:37Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:37Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-03 17:10:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:10:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-03 17:10:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-03 17:10:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:44Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:45Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-03 17:10:46Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:46Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:46Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:46Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:46Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:46Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:10:46Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:48Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:48Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:49Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:49Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:49Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-03 17:10:50Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:51Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:51Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:52Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-03 17:10:53Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:53Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:53Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:54Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:54Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-03 17:10:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:10:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:10:55Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:56Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:10:56Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:57Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:58Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-12-03 17:10:58Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:10:59Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-03 17:10:59Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-03 17:10:59Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:10:59Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:00Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:00Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:00Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:01Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:01Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:02Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-03 17:11:02Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:03Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:04Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:11:04Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-03 17:11:06Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:06Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:06Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:06Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:07Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:08Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:09Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-03 17:11:09Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:11Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-03 17:11:11Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:11Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:11Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:12Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:12Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:12Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:12Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:13Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-03 17:11:13Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:13Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:13Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:14Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:14Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:14Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-03 17:11:15Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:15Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:16Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-03 17:11:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:11:16Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:17Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:18Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:19Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:19Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:19Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:11:19Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:20Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-03 17:11:21Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:21Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:21Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:22Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:11:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:25Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:25Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:26Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:11:26Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:27Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-03 17:11:27Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:28Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-03 17:11:29Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:29Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:29Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:30Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:30Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:11:31Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:31Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:31Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:32Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:33Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:33Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:34Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-03 17:11:34Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:34Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:34Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:36Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:36Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:36Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:38Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:39Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:11:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:11:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:44Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:44Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:45Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:45Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:46Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:46Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:46Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-03 17:11:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:47Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:48Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:48Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:49Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:49Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:49Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-03 17:11:50Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:50Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:50Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:51Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:51Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:51Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:11:52Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:53Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:53Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:54Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-03 17:11:54Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:55Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-03 17:11:56Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:56Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:56Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:56Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:11:56Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:56Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:11:56Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:11:57Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:57Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-03 17:11:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:58Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:11:59Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:11:59Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:11:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:00Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:01Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:01Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:02Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-03 17:12:02Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:03Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-03 17:12:03Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:04Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:04Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:04Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-03 17:12:07Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:08Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:08Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:09Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-03 17:12:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:09Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:09Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:10Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:11Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-03 17:12:11Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:12Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:12Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:12Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:13Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:13Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:13Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-03 17:12:14Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:14Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:14Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:15Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:15Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:15Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:16Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:17Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:17Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:18Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-03 17:12:18Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:19Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-03 17:12:20Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:20Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:20Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:21Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:22Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:22Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:22Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:23Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:24Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:24Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-03 17:12:25Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:25Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:26Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:26Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:26Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:26Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:26Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:12:26Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:27Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:27Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:27Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:27Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:27Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:27Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:28Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:28Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:29Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-03 17:12:30Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:30Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:31Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:31Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:31Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-03 17:12:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:33Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-12-03 17:12:34Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:34Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:35Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:35Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:36Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:37Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-03 17:12:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:38Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:38Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:39Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:40Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:12:40Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:42Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:42Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:42Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-03 17:12:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:45Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:45Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:46Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:46Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:47Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-03 17:12:47Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:47Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:49Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:50Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:50Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:51Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:12:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:53Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:53Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:53Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:54Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:54Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-03 17:12:54Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:55Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-12-03 17:12:55Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:55Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-03 17:12:56Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:56Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:12:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-03 17:12:58Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:58Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:58Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:12:58Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-12-03 17:12:59Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:12:59Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:12:59Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-03 17:12:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:00Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:01Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:01Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-03 17:13:01Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:01Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:02Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-12-03 17:13:02Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:02Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-03 17:13:03Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:03Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:03Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:03Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:04Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:04Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:06Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:07Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:07Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:08Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-03 17:13:08Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:09Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-03 17:13:10Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:10Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:10Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:11Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:11Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:11Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:12Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:13Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:13Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:14Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-03 17:13:14Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:15Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:15Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:15Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:16Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-03 17:13:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:17Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:17Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:13:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-12-03 17:13:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:18Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:19Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:19Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:20Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-03 17:13:20Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:21Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-03 17:13:21Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:21Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:21Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:21Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:23Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:23Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:23Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:24Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-03 17:13:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:25Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:25Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:26Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:26Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:26Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:26Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:27Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-03 17:13:27Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:27Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:27Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:28Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:28Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:28Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:29Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:31Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:32Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-03 17:13:32Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:32Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-03 17:13:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:33Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:33Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:34Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:34Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-12-03 17:13:34Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:34Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:34Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:35Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:35Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:35Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:37Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:38Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:13:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:13:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:39Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-12-03 17:13:39Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:40Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-03 17:13:41Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:41Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:41Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:41Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-12-03 17:13:41Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:42Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-03 17:13:42Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:42Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:43Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:43Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:44Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:45Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:45Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:46Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:46Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:47Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:13:47Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:47Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-03 17:13:48Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:48Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:48Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:49Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:49Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:50Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:50Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:50Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:13:51Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:52Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:52Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:53Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-03 17:13:54Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:54Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:13:54Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:54Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:13:55Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:56Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:56Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:13:57Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:13:57Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-03 17:13:58Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:13:58Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:13:59Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-03 17:13:59Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:00Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-03 17:14:01Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:01Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:01Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:02Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:03Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-03 17:14:03Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:03Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:03Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:03Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:03Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:03Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:04Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:04Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:04Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:04Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:04Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:05Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:05Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:05Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:05Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:05Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:06Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:08Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:09Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-03 17:14:10Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:14:11Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:12Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:12Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:13Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:14Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-12-03 17:14:14Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:14Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:15Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:15Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:15Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:15Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:15Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:15Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:16Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-03 17:14:16Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:16Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-03 17:14:17Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:18Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-03 17:14:18Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:18Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:19Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:20Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:20Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:20Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:20Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:21Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:21Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:21Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:21Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:22Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:22Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:22Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:22Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:23Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:24Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-03 17:14:24Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:25Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-03 17:14:25Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:27Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-03 17:14:27Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:28Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-12-03 17:14:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:28Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:28Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:30Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:30Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:31Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:31Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:31Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:31Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:31Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-03 17:14:31Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:31Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:32Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:32Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:32Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:32Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-12-03 17:14:33Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:33Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:33Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:33Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:33Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:34Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-12-03 17:14:34Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:35Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:35Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:36Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:36Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-12-03 17:14:37Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:37Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:37Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-03 17:14:37Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:38Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-12-03 17:14:38Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:39Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-12-03 17:14:39Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:40Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-12-03 17:14:41Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:42Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-12-03 17:14:42Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:42Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:42Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:42Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:42Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:43Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-12-03 17:14:44Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:44Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:44Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:44Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:45Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:46Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-12-03 17:14:46Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:47Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-12-03 17:14:47Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:47Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:47Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:47Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-03 17:14:47Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:48Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-12-03 17:14:48Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:14:49Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-03 17:14:51Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:51Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:52Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:52Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-03 17:14:52Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:52Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-03 17:14:52Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:52Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-03 17:14:53Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:53Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:53Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:53Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-03 17:14:53Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:54Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:54Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:54Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-03 17:14:54Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:54Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:54Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:54Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:55Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:55Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:55Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:55Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:55Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-03 17:14:56Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:56Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:56Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:56Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:56Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:57Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-03 17:14:57Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:14:57Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:57Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:57Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:57Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:57Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:58Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:58Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:58Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-03 17:14:58Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:58Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-03 17:14:58Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:59Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:59Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:59Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:59Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:59Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-03 17:14:59Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:14:59Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:00Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-12-03 17:15:01Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:02Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-03 17:15:02Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:03Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-03 17:15:03Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:03Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-03 17:15:03Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:04Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-03 17:15:04Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:04Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:04Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-03 17:15:04Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-03 17:15:04Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:04Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:04Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:04Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-03 17:15:04Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-03 17:15:04Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:04Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:04Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:04Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-03 17:15:06Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-03 17:15:06Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:06Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:06Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:06Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-03 17:15:07Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:07Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:07Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:07Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-03 17:15:08Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:09Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-03 17:15:09Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:10Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-03 17:15:10Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:10Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:10Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:10Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:11Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:11Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:11Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:11Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:11Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:11Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:11Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:12Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:12Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-03 17:15:12Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:13Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-03 17:15:13Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-03 17:15:13Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:14Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-03 17:15:14Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-03 17:15:15Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-03 17:15:15Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:15Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:15Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-03 17:15:16Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:16Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-03 17:15:16Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-03 17:15:16Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:17Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:17Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-03 17:15:17Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:17Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:17Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:17Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-03 17:15:17Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:17Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-03 17:15:18Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-03 17:15:18Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:18Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:19Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:19Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:20Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:20Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:21Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:21Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:22Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:22Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-03 17:15:23Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-03 17:15:23Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-03 17:15:23Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-03 17:15:24Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-03 17:15:24Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/16dc8636-fa07-4cb0-bedf-22f29c974112 CREATE_COMPLETE ** Downloading standalone ansible.. ** Generating default ansible config file /root/ansible.cfg [DEPRECATION WARNING]: ANSIBLE_CALLBACK_WHITELIST option, normalizing names to new standard, use ANSIBLE_CALLBACKS_ENABLED instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_SUBSET option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: DEFAULT_GATHER_TIMEOUT option, the module_defaults keyword is a more generic version and can apply to all calls to the M(ansible.builtin.gather_facts) or M(ansible.builtin.setup) actions, use module_defaults instead. This feature will be removed from ansible-core in version 2.18. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Found both group and host with same name: standalone PLAY [External deployment step 0] ********************************************** [WARNING]: Using run_once with the tripleo_free strategy is not currently supported. This task will still be executed for every host in the inventory list. [WARNING]: any_errors_fatal only stops any future tasks running on the host that fails with the tripleo_free strategy. 2025-12-03 17:15:46.476387 | fa163ee2-fa81-d288-9367-000000000006 | TASK | External deployment step 0 2025-12-03 17:15:46.501437 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-000000000006') missing from stats 2025-12-03 17:15:46.550212 | fa163ee2-fa81-d288-9367-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.121745 | 0.03s 2025-12-03 17:15:46.561987 | 0bcbecbc-a44d-4331-81e9-409e628bbce0 | INCLUDED | /root/standalone-ansible-qwho_mwh/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-03 17:15:46.581231 | fa163ee2-fa81-d288-9367-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-12-03 17:15:47.449595 | fa163ee2-fa81-d288-9367-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-03 17:15:47.450870 | fa163ee2-fa81-d288-9367-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.022400 | 0.87s 2025-12-03 17:15:47.467941 | fa163ee2-fa81-d288-9367-000000000129 | TASK | create redis virtual ip 2025-12-03 17:15:48.337079 | fa163ee2-fa81-d288-9367-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-12-03 17:15:48.338350 | fa163ee2-fa81-d288-9367-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.909880 | 0.87s PLAY [Check if required variables are defined] ********************************* 2025-12-03 17:15:48.412426 | fa163ee2-fa81-d288-9367-000000000138 | TASK | Gathering Facts 2025-12-03 17:15:48.971041 | fa163ee2-fa81-d288-9367-000000000138 | OK | Gathering Facts | localhost 2025-12-03 17:15:48.972547 | fa163ee2-fa81-d288-9367-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.544076 | 0.56s 2025-12-03 17:15:49.035565 | fa163ee2-fa81-d288-9367-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-03 17:15:49.036660 | fa163ee2-fa81-d288-9367-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.608191 | 0.05s 2025-12-03 17:15:49.081991 | fa163ee2-fa81-d288-9367-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-03 17:15:49.083590 | fa163ee2-fa81-d288-9367-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.655116 | 0.04s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-03 17:15:49.194117 | fa163ee2-fa81-d288-9367-000000000160 | TASK | Gathering Facts 2025-12-03 17:15:49.203588 | fa163ee2-fa81-d288-9367-000000000160 | TASK | Gathering Facts 2025-12-03 17:15:49.530894 | fa163ee2-fa81-d288-9367-000000000160 | OK | Gathering Facts | undercloud 2025-12-03 17:15:49.532417 | fa163ee2-fa81-d288-9367-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.103949 | 0.34s 2025-12-03 17:15:49.535170 | fa163ee2-fa81-d288-9367-000000000160 | OK | Gathering Facts | standalone 2025-12-03 17:15:49.536212 | fa163ee2-fa81-d288-9367-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.107749 | 0.33s 2025-12-03 17:15:49.594766 | fa163ee2-fa81-d288-9367-000000000012 | TASK | Set legacy facts 2025-12-03 17:15:49.613601 | fa163ee2-fa81-d288-9367-000000000012 | TASK | Set legacy facts 2025-12-03 17:15:49.631026 | fa163ee2-fa81-d288-9367-000000000012 | OK | Set legacy facts | undercloud 2025-12-03 17:15:49.631984 | fa163ee2-fa81-d288-9367-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.203521 | 0.04s 2025-12-03 17:15:49.652526 | fa163ee2-fa81-d288-9367-000000000012 | OK | Set legacy facts | standalone 2025-12-03 17:15:49.652968 | fa163ee2-fa81-d288-9367-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.224510 | 0.04s PLAY [Load global variables] *************************************************** 2025-12-03 17:15:49.814339 | fa163ee2-fa81-d288-9367-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-03 17:15:49.815342 | fa163ee2-fa81-d288-9367-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.386873 | 0.04s 2025-12-03 17:15:49.827331 | fa163ee2-fa81-d288-9367-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-03 17:15:49.827743 | fa163ee2-fa81-d288-9367-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.399285 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-12-03 17:15:49.900719 | fa163ee2-fa81-d288-9367-000000000018 | TASK | Include Service VIP vars 2025-12-03 17:15:49.931751 | fa163ee2-fa81-d288-9367-000000000018 | OK | Include Service VIP vars | standalone 2025-12-03 17:15:49.932550 | fa163ee2-fa81-d288-9367-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.504087 | 0.02s 2025-12-03 17:15:49.932892 | fa163ee2-fa81-d288-9367-000000000018 | OK | Include Service VIP vars | undercloud 2025-12-03 17:15:49.933177 | fa163ee2-fa81-d288-9367-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.504721 | 0.03s 2025-12-03 17:15:49.936431 | fa163ee2-fa81-d288-9367-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-03 17:15:49.963426 | fa163ee2-fa81-d288-9367-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-03 17:15:49.964265 | fa163ee2-fa81-d288-9367-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.535797 | 0.03s 2025-12-03 17:15:49.974840 | fa163ee2-fa81-d288-9367-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-03 17:15:49.975216 | fa163ee2-fa81-d288-9367-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.546760 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-03 17:15:50.055386 | fa163ee2-fa81-d288-9367-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-03 17:15:50.760488 | fa163ee2-fa81-d288-9367-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-03 17:15:50.847956 | fa163ee2-fa81-d288-9367-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-03 17:15:50.883657 | fa163ee2-fa81-d288-9367-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-03 17:15:50.884613 | fa163ee2-fa81-d288-9367-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.456131 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-12-03 17:15:50.967335 | fa163ee2-fa81-d288-9367-000000000023 | TASK | Set selinux state 2025-12-03 17:15:51.512035 | fa163ee2-fa81-d288-9367-000000000023 | OK | Set selinux state | standalone 2025-12-03 17:15:51.513328 | fa163ee2-fa81-d288-9367-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.084856 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-03 17:15:51.647201 | fa163ee2-fa81-d288-9367-000000000026 | TASK | Configure Hosts Entries 2025-12-03 17:15:51.673089 | fa163ee2-fa81-d288-9367-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.244600 | 0.02s 2025-12-03 17:15:51.686217 | fa163ee2-fa81-d288-9367-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.257752 | 0.02s 2025-12-03 17:15:51.737094 | fa163ee2-fa81-d288-9367-0000000001f1 | TASK | Create temporary file for hosts 2025-12-03 17:15:52.067797 | fa163ee2-fa81-d288-9367-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-12-03 17:15:52.069060 | fa163ee2-fa81-d288-9367-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.640587 | 0.32s 2025-12-03 17:15:52.070151 | fa163ee2-fa81-d288-9367-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-12-03 17:15:52.070788 | fa163ee2-fa81-d288-9367-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.642325 | 0.33s 2025-12-03 17:15:52.089135 | fa163ee2-fa81-d288-9367-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-12-03 17:15:52.448779 | fa163ee2-fa81-d288-9367-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-03 17:15:52.454263 | fa163ee2-fa81-d288-9367-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.025798 | 0.36s 2025-12-03 17:15:52.454852 | fa163ee2-fa81-d288-9367-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-03 17:15:52.455417 | fa163ee2-fa81-d288-9367-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.026958 | 0.35s 2025-12-03 17:15:52.470519 | fa163ee2-fa81-d288-9367-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-12-03 17:15:52.813997 | fa163ee2-fa81-d288-9367-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-03 17:15:52.819204 | fa163ee2-fa81-d288-9367-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.390726 | 0.33s 2025-12-03 17:15:52.820622 | fa163ee2-fa81-d288-9367-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-03 17:15:52.821376 | fa163ee2-fa81-d288-9367-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.392912 | 0.35s 2025-12-03 17:15:52.839132 | fa163ee2-fa81-d288-9367-0000000001f4 | TASK | Render out the hosts entries 2025-12-03 17:15:52.962003 | fa163ee2-fa81-d288-9367-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-12-03 17:15:52.963079 | fa163ee2-fa81-d288-9367-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.534611 | 0.12s 2025-12-03 17:15:52.980636 | fa163ee2-fa81-d288-9367-0000000001f5 | TASK | Prepare new /etc/hosts 2025-12-03 17:15:53.193280 | fa163ee2-fa81-d288-9367-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-03 17:15:53.194918 | fa163ee2-fa81-d288-9367-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.766427 | 0.21s 2025-12-03 17:15:53.318909 | fa163ee2-fa81-d288-9367-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-03 17:15:53.319763 | fa163ee2-fa81-d288-9367-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.891297 | 0.32s 2025-12-03 17:15:53.338486 | fa163ee2-fa81-d288-9367-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-12-03 17:15:53.651115 | fa163ee2-fa81-d288-9367-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-03 17:15:53.653887 | fa163ee2-fa81-d288-9367-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.225404 | 0.31s 2025-12-03 17:15:53.690316 | fa163ee2-fa81-d288-9367-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-03 17:15:53.692107 | fa163ee2-fa81-d288-9367-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.263641 | 0.33s 2025-12-03 17:15:53.710725 | fa163ee2-fa81-d288-9367-0000000001f7 | TASK | Clean up temporary hosts file 2025-12-03 17:15:54.026403 | fa163ee2-fa81-d288-9367-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-03 17:15:54.029175 | fa163ee2-fa81-d288-9367-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.600693 | 0.32s 2025-12-03 17:15:54.071747 | fa163ee2-fa81-d288-9367-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-12-03 17:15:54.073504 | fa163ee2-fa81-d288-9367-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.645038 | 0.34s PLAY [Common roles for TripleO servers] **************************************** 2025-12-03 17:15:54.195545 | fa163ee2-fa81-d288-9367-00000000002a | TASK | Common roles for TripleO servers 2025-12-03 17:15:54.223158 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-00000000002a') missing from stats 2025-12-03 17:15:54.301345 | fa163ee2-fa81-d288-9367-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.872866 | 0.02s 2025-12-03 17:15:54.380872 | fa163ee2-fa81-d288-9367-000000000254 | TASK | Gather variables for each operating system 2025-12-03 17:15:54.494388 | fa163ee2-fa81-d288-9367-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-03 17:15:54.495547 | fa163ee2-fa81-d288-9367-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.067075 | 0.11s 2025-12-03 17:15:54.500784 | fa163ee2-fa81-d288-9367-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.072318 | 0.12s 2025-12-03 17:15:54.524653 | fa163ee2-fa81-d288-9367-000000000256 | TASK | Check release version package is installed 2025-12-03 17:15:54.828068 | fa163ee2-fa81-d288-9367-000000000256 | CHANGED | Check release version package is installed | standalone 2025-12-03 17:15:54.829349 | fa163ee2-fa81-d288-9367-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.400877 | 0.30s 2025-12-03 17:15:54.856092 | fa163ee2-fa81-d288-9367-000000000257 | TASK | Deploy release version package 2025-12-03 17:15:59.633787 | fa163ee2-fa81-d288-9367-000000000257 | CHANGED | Deploy release version package | standalone 2025-12-03 17:15:59.635210 | fa163ee2-fa81-d288-9367-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.206738 | 4.78s 2025-12-03 17:15:59.662496 | fa163ee2-fa81-d288-9367-000000000259 | TASK | Include packages tasks 2025-12-03 17:15:59.689008 | fa163ee2-fa81-d288-9367-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.260529 | 0.03s 2025-12-03 17:15:59.740120 | 4db6a76e-9f76-4ea2-9c19-f9848184870e | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-03 17:15:59.762830 | fa163ee2-fa81-d288-9367-0000000002ad | TASK | Gather facts if they don't exist 2025-12-03 17:15:59.807973 | fa163ee2-fa81-d288-9367-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-03 17:15:59.809103 | fa163ee2-fa81-d288-9367-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.380632 | 0.05s 2025-12-03 17:15:59.832952 | fa163ee2-fa81-d288-9367-0000000002ae | TASK | Gather variables for each operating system 2025-12-03 17:15:59.954268 | fa163ee2-fa81-d288-9367-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-03 17:15:59.965379 | fa163ee2-fa81-d288-9367-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.536907 | 0.13s 2025-12-03 17:15:59.989149 | fa163ee2-fa81-d288-9367-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-03 17:16:00.270086 | fa163ee2-fa81-d288-9367-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-03 17:16:00.271364 | fa163ee2-fa81-d288-9367-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.842894 | 0.28s 2025-12-03 17:16:00.295464 | fa163ee2-fa81-d288-9367-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-03 17:16:05.716616 | fa163ee2-fa81-d288-9367-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-03 17:16:05.719132 | fa163ee2-fa81-d288-9367-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.290657 | 5.42s 2025-12-03 17:16:05.744802 | fa163ee2-fa81-d288-9367-0000000002b2 | TASK | Ensure packages are actually well installed 2025-12-03 17:16:06.678470 | fa163ee2-fa81-d288-9367-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-03 17:16:06.679760 | fa163ee2-fa81-d288-9367-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.251289 | 0.93s 2025-12-03 17:16:06.704993 | fa163ee2-fa81-d288-9367-00000000025a | TASK | Enable openvswitch service if installed 2025-12-03 17:16:07.563425 | fa163ee2-fa81-d288-9367-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-12-03 17:16:07.566247 | fa163ee2-fa81-d288-9367-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.137774 | 0.86s 2025-12-03 17:16:07.592755 | fa163ee2-fa81-d288-9367-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-03 17:16:07.825417 | fa163ee2-fa81-d288-9367-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-03 17:16:07.828057 | fa163ee2-fa81-d288-9367-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.399582 | 0.23s 2025-12-03 17:16:07.853037 | fa163ee2-fa81-d288-9367-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-03 17:16:08.136768 | fa163ee2-fa81-d288-9367-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-03 17:16:08.139315 | fa163ee2-fa81-d288-9367-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.710832 | 0.28s 2025-12-03 17:16:08.164172 | fa163ee2-fa81-d288-9367-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-12-03 17:16:08.222510 | fa163ee2-fa81-d288-9367-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-03 17:16:08.223381 | fa163ee2-fa81-d288-9367-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.794916 | 0.06s 2025-12-03 17:16:08.246768 | fa163ee2-fa81-d288-9367-00000000025f | TASK | Ensure network service is enabled 2025-12-03 17:16:08.624124 | fa163ee2-fa81-d288-9367-00000000025f | OK | Ensure network service is enabled | standalone 2025-12-03 17:16:08.625949 | fa163ee2-fa81-d288-9367-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.197475 | 0.38s 2025-12-03 17:16:08.650963 | fa163ee2-fa81-d288-9367-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-03 17:16:08.978253 | fa163ee2-fa81-d288-9367-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-03 17:16:08.979735 | fa163ee2-fa81-d288-9367-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.551262 | 0.33s 2025-12-03 17:16:09.004974 | fa163ee2-fa81-d288-9367-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-03 17:16:09.240555 | fa163ee2-fa81-d288-9367-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-03 17:16:09.241856 | fa163ee2-fa81-d288-9367-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.813358 | 0.24s 2025-12-03 17:16:09.265319 | fa163ee2-fa81-d288-9367-000000000263 | TASK | Reload NetworkManager 2025-12-03 17:16:09.681432 | fa163ee2-fa81-d288-9367-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-12-03 17:16:09.683190 | fa163ee2-fa81-d288-9367-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.254719 | 0.42s 2025-12-03 17:16:09.708622 | fa163ee2-fa81-d288-9367-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-03 17:16:09.928531 | fa163ee2-fa81-d288-9367-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-03 17:16:09.929769 | fa163ee2-fa81-d288-9367-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.501297 | 0.22s 2025-12-03 17:16:09.956503 | fa163ee2-fa81-d288-9367-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-03 17:16:10.292096 | fa163ee2-fa81-d288-9367-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-03 17:16:10.293401 | fa163ee2-fa81-d288-9367-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.864929 | 0.34s 2025-12-03 17:16:10.318291 | fa163ee2-fa81-d288-9367-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-03 17:16:10.530567 | fa163ee2-fa81-d288-9367-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-03 17:16:10.531312 | fa163ee2-fa81-d288-9367-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.102850 | 0.21s 2025-12-03 17:16:10.547955 | fa163ee2-fa81-d288-9367-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-03 17:16:10.745864 | fa163ee2-fa81-d288-9367-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-03 17:16:10.746653 | fa163ee2-fa81-d288-9367-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.318188 | 0.20s 2025-12-03 17:16:10.805098 | fa163ee2-fa81-d288-9367-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.376629 | 0.02s 2025-12-03 17:16:10.869515 | fa163ee2-fa81-d288-9367-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-12-03 17:16:11.060402 | fa163ee2-fa81-d288-9367-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-03 17:16:11.061710 | fa163ee2-fa81-d288-9367-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.633236 | 0.19s 2025-12-03 17:16:11.087110 | fa163ee2-fa81-d288-9367-000000000362 | TASK | Check for ssh_known_hosts file 2025-12-03 17:16:11.268907 | fa163ee2-fa81-d288-9367-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-12-03 17:16:11.270238 | fa163ee2-fa81-d288-9367-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.841766 | 0.18s 2025-12-03 17:16:11.294495 | fa163ee2-fa81-d288-9367-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-03 17:16:11.323636 | fa163ee2-fa81-d288-9367-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-03 17:16:11.324677 | fa163ee2-fa81-d288-9367-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.896208 | 0.03s 2025-12-03 17:16:11.348144 | fa163ee2-fa81-d288-9367-000000000364 | TASK | Write temporary file 2025-12-03 17:16:11.374951 | fa163ee2-fa81-d288-9367-000000000364 | SKIPPED | Write temporary file | standalone 2025-12-03 17:16:11.376052 | fa163ee2-fa81-d288-9367-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.947583 | 0.03s 2025-12-03 17:16:11.399263 | fa163ee2-fa81-d288-9367-000000000365 | TASK | Set ssh_known_hosts fact 2025-12-03 17:16:11.477443 | fa163ee2-fa81-d288-9367-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-12-03 17:16:11.478849 | fa163ee2-fa81-d288-9367-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.050318 | 0.08s 2025-12-03 17:16:11.504399 | fa163ee2-fa81-d288-9367-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-03 17:16:11.737109 | fa163ee2-fa81-d288-9367-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-03 17:16:11.738333 | fa163ee2-fa81-d288-9367-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.309862 | 0.23s 2025-12-03 17:16:11.762034 | fa163ee2-fa81-d288-9367-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-03 17:16:11.983968 | fa163ee2-fa81-d288-9367-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-03 17:16:11.985248 | fa163ee2-fa81-d288-9367-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.556776 | 0.22s 2025-12-03 17:16:12.009412 | fa163ee2-fa81-d288-9367-000000000368 | TASK | Remove temp file 2025-12-03 17:16:12.229453 | fa163ee2-fa81-d288-9367-000000000368 | CHANGED | Remove temp file | standalone 2025-12-03 17:16:12.230937 | fa163ee2-fa81-d288-9367-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.802463 | 0.22s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-03 17:16:12.412158 | fa163ee2-fa81-d288-9367-000000000034 | TASK | Deploy step tasks for step 0 2025-12-03 17:16:12.472998 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-000000000034') missing from stats 2025-12-03 17:16:12.492709 | fa163ee2-fa81-d288-9367-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-03 17:16:12.740519 | fa163ee2-fa81-d288-9367-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-03 17:16:12.741893 | fa163ee2-fa81-d288-9367-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.313422 | 0.25s 2025-12-03 17:16:12.766056 | fa163ee2-fa81-d288-9367-000000000036 | TASK | Check cloud-init status 2025-12-03 17:16:13.003595 | fa163ee2-fa81-d288-9367-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-03 17:16:13.004939 | fa163ee2-fa81-d288-9367-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.576469 | 0.24s 2025-12-03 17:16:13.029449 | fa163ee2-fa81-d288-9367-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-03 17:16:13.291326 | fa163ee2-fa81-d288-9367-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-03 17:16:13.292674 | fa163ee2-fa81-d288-9367-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.864204 | 0.26s 2025-12-03 17:16:13.317057 | fa163ee2-fa81-d288-9367-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-03 17:16:13.678785 | fa163ee2-fa81-d288-9367-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-03 17:16:13.680122 | fa163ee2-fa81-d288-9367-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.251649 | 0.36s 2025-12-03 17:16:13.704977 | fa163ee2-fa81-d288-9367-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-03 17:16:13.912451 | fa163ee2-fa81-d288-9367-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-03 17:16:13.913680 | fa163ee2-fa81-d288-9367-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.485210 | 0.21s 2025-12-03 17:16:13.937747 | fa163ee2-fa81-d288-9367-00000000003a | TASK | Write container-puppet.sh 2025-12-03 17:16:14.356240 | fa163ee2-fa81-d288-9367-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-03 17:16:14.358620 | fa163ee2-fa81-d288-9367-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.930150 | 0.42s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:16:14.422032 | fa163ee2-fa81-d288-9367-00000000003b | TIMING | include_tasks | standalone | 0:00:27.993554 | 0.04s 2025-12-03 17:16:14.442194 | 515e9233-e4ac-43ff-9565-d66b90b9beca | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-03 17:16:14.475598 | fa163ee2-fa81-d288-9367-000000000416 | TASK | Configure tuned before reboot 2025-12-03 17:16:14.526490 | fa163ee2-fa81-d288-9367-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.098009 | 0.05s 2025-12-03 17:16:14.590880 | fa163ee2-fa81-d288-9367-000000000455 | TASK | Gather variables for each operating system 2025-12-03 17:16:14.706912 | fa163ee2-fa81-d288-9367-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-03 17:16:14.709858 | fa163ee2-fa81-d288-9367-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.281353 | 0.12s 2025-12-03 17:16:14.720104 | fa163ee2-fa81-d288-9367-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.291633 | 0.13s 2025-12-03 17:16:14.798286 | fa163ee2-fa81-d288-9367-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.369810 | 0.05s 2025-12-03 17:16:14.819033 | 75fe9739-effc-4fd5-9750-1ab99e115d36 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-03 17:16:14.855422 | fa163ee2-fa81-d288-9367-00000000047f | TASK | Check tuned package is installed 2025-12-03 17:16:15.120503 | fa163ee2-fa81-d288-9367-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-12-03 17:16:15.122061 | fa163ee2-fa81-d288-9367-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.693589 | 0.27s 2025-12-03 17:16:15.147905 | fa163ee2-fa81-d288-9367-000000000480 | TASK | Install tuned 2025-12-03 17:16:21.648752 | fa163ee2-fa81-d288-9367-000000000480 | CHANGED | Install tuned | standalone 2025-12-03 17:16:21.650177 | fa163ee2-fa81-d288-9367-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.221706 | 6.50s 2025-12-03 17:16:21.676427 | fa163ee2-fa81-d288-9367-000000000481 | TASK | Restart tuned 2025-12-03 17:16:23.472266 | fa163ee2-fa81-d288-9367-000000000481 | CHANGED | Restart tuned | standalone 2025-12-03 17:16:23.474236 | fa163ee2-fa81-d288-9367-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.045761 | 1.80s 2025-12-03 17:16:23.501099 | fa163ee2-fa81-d288-9367-000000000457 | TASK | Check for tuned-adm 2025-12-03 17:16:23.728850 | fa163ee2-fa81-d288-9367-000000000457 | OK | Check for tuned-adm | standalone 2025-12-03 17:16:23.730189 | fa163ee2-fa81-d288-9367-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.301719 | 0.23s 2025-12-03 17:16:23.800975 | fa163ee2-fa81-d288-9367-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.372499 | 0.04s 2025-12-03 17:16:23.830321 | a7dd6b01-89da-4f56-b13a-d5e8f97e8ec5 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-03 17:16:23.868350 | fa163ee2-fa81-d288-9367-0000000004b6 | TASK | Ensure profile directory exists 2025-12-03 17:16:23.937024 | fa163ee2-fa81-d288-9367-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-12-03 17:16:23.938168 | fa163ee2-fa81-d288-9367-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.509697 | 0.07s 2025-12-03 17:16:23.963772 | fa163ee2-fa81-d288-9367-0000000004b7 | TASK | Create custom tuned profile 2025-12-03 17:16:24.027578 | fa163ee2-fa81-d288-9367-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-12-03 17:16:24.028645 | fa163ee2-fa81-d288-9367-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.600176 | 0.06s 2025-12-03 17:16:24.054443 | fa163ee2-fa81-d288-9367-0000000004b8 | TASK | Check tuned active profile 2025-12-03 17:16:24.402765 | fa163ee2-fa81-d288-9367-0000000004b8 | OK | Check tuned active profile | standalone 2025-12-03 17:16:24.404088 | fa163ee2-fa81-d288-9367-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.975613 | 0.35s 2025-12-03 17:16:24.430379 | fa163ee2-fa81-d288-9367-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-12-03 17:16:24.633141 | fa163ee2-fa81-d288-9367-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-12-03 17:16:24.634441 | fa163ee2-fa81-d288-9367-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.205969 | 0.20s 2025-12-03 17:16:24.660346 | fa163ee2-fa81-d288-9367-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-03 17:16:24.710704 | fa163ee2-fa81-d288-9367-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-03 17:16:24.711973 | fa163ee2-fa81-d288-9367-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.283503 | 0.05s 2025-12-03 17:16:24.734406 | fa163ee2-fa81-d288-9367-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-12-03 17:16:24.795048 | fa163ee2-fa81-d288-9367-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-03 17:16:24.796095 | fa163ee2-fa81-d288-9367-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.367624 | 0.06s 2025-12-03 17:16:24.821129 | fa163ee2-fa81-d288-9367-0000000004bc | TASK | Enable tuned profile 2025-12-03 17:16:26.226349 | fa163ee2-fa81-d288-9367-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-12-03 17:16:26.227695 | fa163ee2-fa81-d288-9367-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.799226 | 1.41s 2025-12-03 17:16:26.276453 | fa163ee2-fa81-d288-9367-000000000417 | TASK | Configure kernel args and reboot 2025-12-03 17:16:26.327050 | fa163ee2-fa81-d288-9367-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.898573 | 0.05s 2025-12-03 17:16:26.469229 | fa163ee2-fa81-d288-9367-000000000569 | TASK | Get the command line args of the node 2025-12-03 17:16:26.655512 | fa163ee2-fa81-d288-9367-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-12-03 17:16:26.656810 | fa163ee2-fa81-d288-9367-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.228340 | 0.19s 2025-12-03 17:16:26.682390 | fa163ee2-fa81-d288-9367-00000000056b | TASK | Check if node has a nova.conf 2025-12-03 17:16:26.913082 | fa163ee2-fa81-d288-9367-00000000056b | OK | Check if node has a nova.conf | standalone 2025-12-03 17:16:26.913870 | fa163ee2-fa81-d288-9367-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.485410 | 0.23s 2025-12-03 17:16:26.939334 | fa163ee2-fa81-d288-9367-00000000056d | TASK | Warn operator about workload protection 2025-12-03 17:16:26.977506 | fa163ee2-fa81-d288-9367-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-12-03 17:16:26.978530 | fa163ee2-fa81-d288-9367-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.550061 | 0.04s 2025-12-03 17:16:27.004570 | fa163ee2-fa81-d288-9367-00000000056e | TASK | Setting defer reboot fact 2025-12-03 17:16:27.043374 | fa163ee2-fa81-d288-9367-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-12-03 17:16:27.044458 | fa163ee2-fa81-d288-9367-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.615989 | 0.04s 2025-12-03 17:16:27.069861 | fa163ee2-fa81-d288-9367-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-03 17:16:27.097908 | fa163ee2-fa81-d288-9367-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.669435 | 0.03s 2025-12-03 17:16:27.124860 | fa163ee2-fa81-d288-9367-000000000575 | TASK | Find hugepages in cmdline 2025-12-03 17:16:27.167304 | fa163ee2-fa81-d288-9367-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-03 17:16:27.168347 | fa163ee2-fa81-d288-9367-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.739877 | 0.04s 2025-12-03 17:16:27.193961 | fa163ee2-fa81-d288-9367-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-12-03 17:16:27.237217 | fa163ee2-fa81-d288-9367-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-03 17:16:27.239383 | fa163ee2-fa81-d288-9367-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.810913 | 0.04s 2025-12-03 17:16:27.264504 | fa163ee2-fa81-d288-9367-00000000057a | TASK | Find desired default hugepage size 2025-12-03 17:16:27.313796 | fa163ee2-fa81-d288-9367-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-12-03 17:16:27.315019 | fa163ee2-fa81-d288-9367-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:40.886548 | 0.05s 2025-12-03 17:16:27.341140 | fa163ee2-fa81-d288-9367-00000000057c | TASK | Storing non-configured hugepages 2025-12-03 17:16:27.370308 | fa163ee2-fa81-d288-9367-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:40.941834 | 0.03s 2025-12-03 17:16:27.395700 | fa163ee2-fa81-d288-9367-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-12-03 17:16:27.439520 | fa163ee2-fa81-d288-9367-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-03 17:16:27.440612 | fa163ee2-fa81-d288-9367-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.012144 | 0.04s 2025-12-03 17:16:27.465720 | fa163ee2-fa81-d288-9367-00000000057f | TASK | Determining the default hugepagesz 2025-12-03 17:16:27.507325 | fa163ee2-fa81-d288-9367-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-12-03 17:16:27.508368 | fa163ee2-fa81-d288-9367-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.079900 | 0.04s 2025-12-03 17:16:27.534115 | fa163ee2-fa81-d288-9367-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-03 17:16:27.577053 | fa163ee2-fa81-d288-9367-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-03 17:16:27.578093 | fa163ee2-fa81-d288-9367-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.149624 | 0.04s 2025-12-03 17:16:27.603517 | fa163ee2-fa81-d288-9367-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-12-03 17:16:27.654148 | fa163ee2-fa81-d288-9367-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-03 17:16:27.655185 | fa163ee2-fa81-d288-9367-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.226717 | 0.05s 2025-12-03 17:16:27.679752 | fa163ee2-fa81-d288-9367-000000000583 | TASK | Warn about possible modifications 2025-12-03 17:16:27.721994 | fa163ee2-fa81-d288-9367-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-12-03 17:16:27.723119 | fa163ee2-fa81-d288-9367-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.294651 | 0.04s 2025-12-03 17:16:27.748180 | fa163ee2-fa81-d288-9367-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-12-03 17:16:27.791052 | fa163ee2-fa81-d288-9367-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-03 17:16:27.792076 | fa163ee2-fa81-d288-9367-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.363607 | 0.04s 2025-12-03 17:16:27.816949 | fa163ee2-fa81-d288-9367-000000000585 | TASK | Cleaning up whitespaces 2025-12-03 17:16:27.859188 | fa163ee2-fa81-d288-9367-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-03 17:16:27.860195 | fa163ee2-fa81-d288-9367-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.431727 | 0.04s 2025-12-03 17:16:27.884892 | fa163ee2-fa81-d288-9367-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-12-03 17:16:28.191051 | fa163ee2-fa81-d288-9367-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-03 17:16:28.192390 | fa163ee2-fa81-d288-9367-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.763919 | 0.31s 2025-12-03 17:16:28.217956 | fa163ee2-fa81-d288-9367-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-03 17:16:28.280094 | fa163ee2-fa81-d288-9367-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-03 17:16:28.281396 | fa163ee2-fa81-d288-9367-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:41.852924 | 0.06s 2025-12-03 17:16:28.310193 | fa163ee2-fa81-d288-9367-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-03 17:16:28.358573 | fa163ee2-fa81-d288-9367-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-03 17:16:28.359626 | fa163ee2-fa81-d288-9367-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:41.931157 | 0.05s 2025-12-03 17:16:28.384700 | fa163ee2-fa81-d288-9367-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-03 17:16:28.445122 | fa163ee2-fa81-d288-9367-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-03 17:16:28.446329 | fa163ee2-fa81-d288-9367-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.017860 | 0.06s 2025-12-03 17:16:28.471324 | fa163ee2-fa81-d288-9367-00000000058c | TASK | Generate grub config 2025-12-03 17:16:28.531423 | fa163ee2-fa81-d288-9367-00000000058c | SKIPPED | Generate grub config | standalone 2025-12-03 17:16:28.532639 | fa163ee2-fa81-d288-9367-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.104169 | 0.06s 2025-12-03 17:16:28.558021 | fa163ee2-fa81-d288-9367-000000000590 | TASK | Get the block device that /boot is on 2025-12-03 17:16:28.617070 | fa163ee2-fa81-d288-9367-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-12-03 17:16:28.618483 | fa163ee2-fa81-d288-9367-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.190013 | 0.06s 2025-12-03 17:16:28.643970 | fa163ee2-fa81-d288-9367-000000000591 | TASK | Get the mount point that /boot is in 2025-12-03 17:16:28.704369 | fa163ee2-fa81-d288-9367-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-03 17:16:28.705576 | fa163ee2-fa81-d288-9367-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.277106 | 0.06s 2025-12-03 17:16:28.730746 | fa163ee2-fa81-d288-9367-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-12-03 17:16:28.793337 | fa163ee2-fa81-d288-9367-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-03 17:16:28.794394 | fa163ee2-fa81-d288-9367-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.365925 | 0.06s 2025-12-03 17:16:28.819588 | fa163ee2-fa81-d288-9367-000000000593 | TASK | Executed script to fix grub-menu 2025-12-03 17:16:28.880605 | fa163ee2-fa81-d288-9367-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-03 17:16:28.881883 | fa163ee2-fa81-d288-9367-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.453413 | 0.06s 2025-12-03 17:16:28.908484 | fa163ee2-fa81-d288-9367-000000000594 | TASK | Check grub config paths 2025-12-03 17:16:28.973259 | fa163ee2-fa81-d288-9367-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-03 17:16:28.989898 | fa163ee2-fa81-d288-9367-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-03 17:16:28.995985 | fa163ee2-fa81-d288-9367-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.567515 | 0.09s 2025-12-03 17:16:29.016597 | fa163ee2-fa81-d288-9367-000000000595 | TASK | Write EFI grub.cfg 2025-12-03 17:16:29.068977 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:16:29.085181 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:16:29.096945 | fa163ee2-fa81-d288-9367-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.668479 | 0.08s 2025-12-03 17:16:29.114349 | fa163ee2-fa81-d288-9367-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-03 17:16:29.160688 | fa163ee2-fa81-d288-9367-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-03 17:16:29.161583 | fa163ee2-fa81-d288-9367-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.733119 | 0.05s 2025-12-03 17:16:29.181549 | fa163ee2-fa81-d288-9367-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-03 17:16:29.241788 | fa163ee2-fa81-d288-9367-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-03 17:16:29.242903 | fa163ee2-fa81-d288-9367-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:42.814435 | 0.06s 2025-12-03 17:16:29.268550 | fa163ee2-fa81-d288-9367-000000000598 | TASK | Execute grub2-mkconfig 2025-12-03 17:16:29.329327 | fa163ee2-fa81-d288-9367-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-03 17:16:29.330378 | fa163ee2-fa81-d288-9367-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:42.901909 | 0.06s 2025-12-03 17:16:29.355231 | fa163ee2-fa81-d288-9367-000000000599 | TASK | Check for active tuned profile 2025-12-03 17:16:29.416319 | fa163ee2-fa81-d288-9367-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-12-03 17:16:29.417520 | fa163ee2-fa81-d288-9367-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:42.989051 | 0.06s 2025-12-03 17:16:29.442476 | fa163ee2-fa81-d288-9367-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-03 17:16:29.505284 | fa163ee2-fa81-d288-9367-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-03 17:16:29.506513 | fa163ee2-fa81-d288-9367-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.078042 | 0.06s 2025-12-03 17:16:29.530943 | fa163ee2-fa81-d288-9367-00000000059b | TASK | Set reboot required fact 2025-12-03 17:16:29.591758 | fa163ee2-fa81-d288-9367-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-12-03 17:16:29.592655 | fa163ee2-fa81-d288-9367-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.164192 | 0.06s 2025-12-03 17:16:29.612408 | fa163ee2-fa81-d288-9367-00000000059d | TASK | Apply DPDK workarounds 2025-12-03 17:16:29.660564 | fa163ee2-fa81-d288-9367-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-12-03 17:16:29.661451 | fa163ee2-fa81-d288-9367-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.232987 | 0.05s 2025-12-03 17:16:29.681688 | fa163ee2-fa81-d288-9367-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-12-03 17:16:29.717892 | fa163ee2-fa81-d288-9367-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-03 17:16:29.719074 | fa163ee2-fa81-d288-9367-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.290604 | 0.04s 2025-12-03 17:16:29.743879 | fa163ee2-fa81-d288-9367-0000000005a0 | TASK | Load modules 2025-12-03 17:16:29.788421 | fa163ee2-fa81-d288-9367-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-03 17:16:29.794917 | fa163ee2-fa81-d288-9367-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.366439 | 0.05s 2025-12-03 17:16:29.820267 | fa163ee2-fa81-d288-9367-0000000005a2 | TASK | Persist modules via modules-load.d 2025-12-03 17:16:29.863235 | fa163ee2-fa81-d288-9367-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-03 17:16:29.870580 | fa163ee2-fa81-d288-9367-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.442106 | 0.05s 2025-12-03 17:16:29.895851 | fa163ee2-fa81-d288-9367-0000000005a4 | TASK | Drop module persistence 2025-12-03 17:16:29.939089 | fa163ee2-fa81-d288-9367-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-03 17:16:29.945354 | fa163ee2-fa81-d288-9367-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.516877 | 0.05s 2025-12-03 17:16:29.970769 | fa163ee2-fa81-d288-9367-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-12-03 17:16:30.015620 | fa163ee2-fa81-d288-9367-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-03 17:16:30.022213 | fa163ee2-fa81-d288-9367-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.593737 | 0.05s 2025-12-03 17:16:30.047453 | fa163ee2-fa81-d288-9367-0000000005a8 | TASK | Modules reload 2025-12-03 17:16:30.088995 | fa163ee2-fa81-d288-9367-0000000005a8 | SKIPPED | Modules reload | standalone 2025-12-03 17:16:30.090275 | fa163ee2-fa81-d288-9367-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.661804 | 0.04s 2025-12-03 17:16:30.115615 | fa163ee2-fa81-d288-9367-0000000005aa | TASK | Reboot tasks 2025-12-03 17:16:30.165913 | fa163ee2-fa81-d288-9367-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-12-03 17:16:30.166784 | fa163ee2-fa81-d288-9367-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:43.738320 | 0.05s 2025-12-03 17:16:30.186285 | fa163ee2-fa81-d288-9367-0000000005ab | TASK | Skipping reboot for deployed node 2025-12-03 17:16:30.235680 | fa163ee2-fa81-d288-9367-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-03 17:16:30.236575 | fa163ee2-fa81-d288-9367-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:43.808112 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-12-03 17:16:30.406796 | fa163ee2-fa81-d288-9367-00000000003f | TASK | Server pre-network deployments 2025-12-03 17:16:30.437470 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-00000000003f') missing from stats 2025-12-03 17:16:30.457055 | fa163ee2-fa81-d288-9367-000000000043 | TASK | Hiera config 2025-12-03 17:16:30.475240 | fa163ee2-fa81-d288-9367-000000000043 | TIMING | Hiera config | standalone | 0:00:44.046771 | 0.02s 2025-12-03 17:16:30.514496 | fa163ee2-fa81-d288-9367-000000000721 | TASK | Create /etc/puppet/hieradata 2025-12-03 17:16:30.730641 | fa163ee2-fa81-d288-9367-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-03 17:16:30.731988 | fa163ee2-fa81-d288-9367-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.303517 | 0.22s 2025-12-03 17:16:30.756631 | fa163ee2-fa81-d288-9367-000000000722 | TASK | Write hiera config 2025-12-03 17:16:31.221975 | fa163ee2-fa81-d288-9367-000000000722 | CHANGED | Write hiera config | standalone 2025-12-03 17:16:31.223262 | fa163ee2-fa81-d288-9367-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:44.794793 | 0.46s 2025-12-03 17:16:31.270666 | fa163ee2-fa81-d288-9367-000000000044 | TASK | Hiera symlink 2025-12-03 17:16:31.492970 | fa163ee2-fa81-d288-9367-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-03 17:16:31.494211 | fa163ee2-fa81-d288-9367-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.065741 | 0.22s 2025-12-03 17:16:31.518338 | fa163ee2-fa81-d288-9367-000000000045 | TASK | Hieradata from vars 2025-12-03 17:16:31.546116 | fa163ee2-fa81-d288-9367-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.117640 | 0.03s 2025-12-03 17:16:31.604607 | fa163ee2-fa81-d288-9367-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-12-03 17:16:32.088263 | fa163ee2-fa81-d288-9367-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-03 17:16:32.089462 | fa163ee2-fa81-d288-9367-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.660992 | 0.48s 2025-12-03 17:16:32.113931 | fa163ee2-fa81-d288-9367-00000000077d | TASK | Render hieradata from template 2025-12-03 17:16:32.572858 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-03 17:16:32.573748 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.145285 | 0.46s 2025-12-03 17:16:33.105061 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-03 17:16:33.105844 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.677381 | 0.99s 2025-12-03 17:16:33.644580 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-03 17:16:33.645301 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.216842 | 1.53s 2025-12-03 17:16:34.062334 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-03 17:16:34.064167 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.635701 | 1.95s 2025-12-03 17:16:34.548370 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-03 17:16:34.549382 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.120915 | 2.43s 2025-12-03 17:16:35.010416 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-03 17:16:35.011519 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.583051 | 2.90s 2025-12-03 17:16:35.503607 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-03 17:16:35.504589 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.076122 | 3.39s 2025-12-03 17:16:35.992344 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-03 17:16:35.993371 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.564903 | 3.88s 2025-12-03 17:16:36.475878 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-03 17:16:36.477768 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.049300 | 4.36s 2025-12-03 17:16:36.910039 | fa163ee2-fa81-d288-9367-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-03 17:16:36.910695 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.482236 | 4.80s 2025-12-03 17:16:36.917753 | fa163ee2-fa81-d288-9367-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.489278 | 4.80s 2025-12-03 17:16:36.967726 | fa163ee2-fa81-d288-9367-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-03 17:16:36.996393 | fa163ee2-fa81-d288-9367-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:50.567916 | 0.03s 2025-12-03 17:16:37.064225 | fa163ee2-fa81-d288-9367-000000000821 | TASK | Check for hieradata file 2025-12-03 17:16:37.270703 | fa163ee2-fa81-d288-9367-000000000821 | OK | Check for hieradata file | standalone 2025-12-03 17:16:37.272058 | fa163ee2-fa81-d288-9367-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:50.843585 | 0.21s 2025-12-03 17:16:37.297062 | fa163ee2-fa81-d288-9367-000000000823 | TASK | Get existing data 2025-12-03 17:16:37.345163 | fa163ee2-fa81-d288-9367-000000000823 | SKIPPED | Get existing data | standalone 2025-12-03 17:16:37.346265 | fa163ee2-fa81-d288-9367-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:50.917794 | 0.05s 2025-12-03 17:16:37.370714 | fa163ee2-fa81-d288-9367-000000000824 | TASK | Set data fact 2025-12-03 17:16:37.422677 | fa163ee2-fa81-d288-9367-000000000824 | SKIPPED | Set data fact | standalone 2025-12-03 17:16:37.423919 | fa163ee2-fa81-d288-9367-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:50.995448 | 0.05s 2025-12-03 17:16:37.448155 | fa163ee2-fa81-d288-9367-000000000826 | TASK | Write ansible hieradata file 2025-12-03 17:16:37.932696 | fa163ee2-fa81-d288-9367-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-12-03 17:16:37.934096 | fa163ee2-fa81-d288-9367-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:51.505627 | 0.48s 2025-12-03 17:16:38.022456 | fa163ee2-fa81-d288-9367-000000000047 | TIMING | include_tasks | standalone | 0:00:51.593980 | 0.04s PLAY [Server network deployments] ********************************************** 2025-12-03 17:16:38.185220 | fa163ee2-fa81-d288-9367-00000000004b | TASK | Network Configuration 2025-12-03 17:16:38.204786 | fa163ee2-fa81-d288-9367-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-00000000004b') missing from stats 2025-12-03 17:16:38.227494 | fa163ee2-fa81-d288-9367-00000000004c | TASK | Check NetworkConfig script existence 2025-12-03 17:16:38.252104 | fa163ee2-fa81-d288-9367-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-03 17:16:38.252786 | fa163ee2-fa81-d288-9367-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:51.824322 | 0.02s 2025-12-03 17:16:38.273194 | fa163ee2-fa81-d288-9367-000000000052 | TASK | Gather SELinux fact if needed 2025-12-03 17:16:38.321412 | fa163ee2-fa81-d288-9367-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-03 17:16:38.322560 | fa163ee2-fa81-d288-9367-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:51.894089 | 0.05s 2025-12-03 17:16:38.347674 | fa163ee2-fa81-d288-9367-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-03 17:16:39.012330 | fa163ee2-fa81-d288-9367-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-03 17:16:39.013581 | fa163ee2-fa81-d288-9367-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:52.585111 | 0.66s 2025-12-03 17:16:39.039131 | fa163ee2-fa81-d288-9367-000000000054 | TASK | Ensure requirements are satisfied 2025-12-03 17:16:39.071645 | fa163ee2-fa81-d288-9367-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:52.643173 | 0.03s 2025-12-03 17:16:39.127151 | fa163ee2-fa81-d288-9367-0000000008bf | TASK | Gather facts if they don't exist 2025-12-03 17:16:39.177893 | fa163ee2-fa81-d288-9367-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-12-03 17:16:39.178897 | fa163ee2-fa81-d288-9367-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:52.750427 | 0.05s 2025-12-03 17:16:39.203181 | fa163ee2-fa81-d288-9367-0000000008c0 | TASK | Gather variables for each operating system 2025-12-03 17:16:39.322179 | fa163ee2-fa81-d288-9367-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-03 17:16:39.328192 | fa163ee2-fa81-d288-9367-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:52.899721 | 0.12s 2025-12-03 17:16:39.354262 | fa163ee2-fa81-d288-9367-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-03 17:16:39.608145 | fa163ee2-fa81-d288-9367-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-03 17:16:39.609595 | fa163ee2-fa81-d288-9367-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.181124 | 0.25s 2025-12-03 17:16:39.634672 | fa163ee2-fa81-d288-9367-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-12-03 17:16:39.663654 | fa163ee2-fa81-d288-9367-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-03 17:16:39.664737 | fa163ee2-fa81-d288-9367-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:53.236269 | 0.03s 2025-12-03 17:16:39.690714 | fa163ee2-fa81-d288-9367-0000000008c4 | TASK | Ensure packages are actually well installed 2025-12-03 17:16:40.684882 | fa163ee2-fa81-d288-9367-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-03 17:16:40.686107 | fa163ee2-fa81-d288-9367-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:54.257639 | 0.99s 2025-12-03 17:16:40.733980 | fa163ee2-fa81-d288-9367-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-03 17:16:40.971669 | fa163ee2-fa81-d288-9367-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-03 17:16:40.972979 | fa163ee2-fa81-d288-9367-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:54.544509 | 0.24s 2025-12-03 17:16:40.997324 | fa163ee2-fa81-d288-9367-000000000057 | TASK | Reload NetworkManager 2025-12-03 17:16:41.410929 | fa163ee2-fa81-d288-9367-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-03 17:16:41.412649 | fa163ee2-fa81-d288-9367-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:54.984179 | 0.41s 2025-12-03 17:16:41.438487 | fa163ee2-fa81-d288-9367-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-03 17:16:41.708180 | fa163ee2-fa81-d288-9367-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-03 17:16:41.709450 | fa163ee2-fa81-d288-9367-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:55.280980 | 0.27s 2025-12-03 17:16:41.734337 | fa163ee2-fa81-d288-9367-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-03 17:16:41.954157 | fa163ee2-fa81-d288-9367-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-03 17:16:41.955290 | fa163ee2-fa81-d288-9367-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:55.526820 | 0.22s 2025-12-03 17:16:41.979920 | fa163ee2-fa81-d288-9367-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-03 17:16:42.010628 | fa163ee2-fa81-d288-9367-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-03 17:16:42.011724 | fa163ee2-fa81-d288-9367-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:55.583255 | 0.03s 2025-12-03 17:16:42.036461 | fa163ee2-fa81-d288-9367-00000000005c | TASK | Ensure we get cloud-init 2025-12-03 17:16:42.265488 | fa163ee2-fa81-d288-9367-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-03 17:16:42.266739 | fa163ee2-fa81-d288-9367-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:55.838269 | 0.23s 2025-12-03 17:16:42.291553 | fa163ee2-fa81-d288-9367-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-03 17:16:42.540865 | fa163ee2-fa81-d288-9367-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-03 17:16:42.542105 | fa163ee2-fa81-d288-9367-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.113636 | 0.25s 2025-12-03 17:16:42.566637 | fa163ee2-fa81-d288-9367-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-03 17:16:42.923528 | fa163ee2-fa81-d288-9367-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-03 17:16:42.924784 | fa163ee2-fa81-d288-9367-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:56.496315 | 0.36s 2025-12-03 17:16:42.950244 | fa163ee2-fa81-d288-9367-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-03 17:16:42.998647 | fa163ee2-fa81-d288-9367-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-03 17:16:42.999806 | fa163ee2-fa81-d288-9367-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:56.571337 | 0.05s 2025-12-03 17:16:43.025870 | fa163ee2-fa81-d288-9367-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-03 17:16:43.287809 | fa163ee2-fa81-d288-9367-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-03 17:16:43.289021 | fa163ee2-fa81-d288-9367-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:56.860552 | 0.26s 2025-12-03 17:16:43.316072 | fa163ee2-fa81-d288-9367-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-03 17:16:43.386516 | fa163ee2-fa81-d288-9367-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:56.958042 | 0.07s 2025-12-03 17:16:43.411349 | 276c21a1-7c62-4b17-9dfb-fe7f6a9889c8 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-03 17:16:43.443005 | fa163ee2-fa81-d288-9367-000000000909 | TASK | Set nic_config_file fact 2025-12-03 17:16:43.524431 | fa163ee2-fa81-d288-9367-000000000909 | OK | Set nic_config_file fact | standalone 2025-12-03 17:16:43.525629 | fa163ee2-fa81-d288-9367-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:57.097158 | 0.08s 2025-12-03 17:16:43.550729 | fa163ee2-fa81-d288-9367-00000000090a | TASK | Render overidden network config 2025-12-03 17:16:43.630386 | fa163ee2-fa81-d288-9367-00000000090a | SKIPPED | Render overidden network config | standalone 2025-12-03 17:16:43.631544 | fa163ee2-fa81-d288-9367-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:57.203075 | 0.08s 2025-12-03 17:16:43.656399 | fa163ee2-fa81-d288-9367-00000000090b | TASK | Render network_config 2025-12-03 17:16:43.726623 | fa163ee2-fa81-d288-9367-00000000090b | SKIPPED | Render network_config | standalone 2025-12-03 17:16:43.727756 | fa163ee2-fa81-d288-9367-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:57.299286 | 0.07s 2025-12-03 17:16:43.753459 | fa163ee2-fa81-d288-9367-00000000090c | TASK | Render network_config from template 2025-12-03 17:16:44.292579 | fa163ee2-fa81-d288-9367-00000000090c | CHANGED | Render network_config from template | standalone 2025-12-03 17:16:44.293802 | fa163ee2-fa81-d288-9367-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:57.865332 | 0.54s 2025-12-03 17:16:44.319417 | fa163ee2-fa81-d288-9367-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=411812620905.46881 2025-12-03 17:16:48.356398 | fa163ee2-fa81-d288-9367-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-03 17:16:48.358228 | fa163ee2-fa81-d288-9367-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:01.929759 | 4.04s 2025-12-03 17:16:48.385099 | fa163ee2-fa81-d288-9367-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-03 17:16:48.879475 | fa163ee2-fa81-d288-9367-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-03 17:16:48.880807 | fa163ee2-fa81-d288-9367-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:02.452337 | 0.49s 2025-12-03 17:16:48.905595 | fa163ee2-fa81-d288-9367-000000000065 | TASK | Disable cloud-init network config 2025-12-03 17:16:49.410221 | fa163ee2-fa81-d288-9367-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-03 17:16:49.411591 | fa163ee2-fa81-d288-9367-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:02.983122 | 0.50s 2025-12-03 17:16:49.436863 | fa163ee2-fa81-d288-9367-000000000066 | TASK | Ensure network service is enabled 2025-12-03 17:16:49.846501 | fa163ee2-fa81-d288-9367-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-03 17:16:49.848295 | fa163ee2-fa81-d288-9367-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:03.419826 | 0.41s PLAY [Server network validation] *********************************************** 2025-12-03 17:16:50.023392 | fa163ee2-fa81-d288-9367-000000000096 | TASK | Basic Network Validation 2025-12-03 17:16:50.049463 | fa163ee2-fa81-d288-9367-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:03.620994 | 0.03s 2025-12-03 17:16:50.090575 | fa163ee2-fa81-d288-9367-000000000945 | TASK | Collect default network fact 2025-12-03 17:16:50.637384 | fa163ee2-fa81-d288-9367-000000000945 | OK | Collect default network fact | standalone 2025-12-03 17:16:50.638583 | fa163ee2-fa81-d288-9367-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:04.210113 | 0.55s 2025-12-03 17:16:50.662878 | fa163ee2-fa81-d288-9367-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-12-03 17:16:50.690298 | fa163ee2-fa81-d288-9367-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-03 17:16:50.691486 | fa163ee2-fa81-d288-9367-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:04.263011 | 0.03s 2025-12-03 17:16:50.715425 | fa163ee2-fa81-d288-9367-000000000947 | TASK | Check all networks Gateway availability 2025-12-03 17:16:50.743042 | fa163ee2-fa81-d288-9367-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:04.314568 | 0.03s 2025-12-03 17:16:50.767526 | fa163ee2-fa81-d288-9367-000000000949 | TASK | Check Controllers availability 2025-12-03 17:16:50.828582 | fa163ee2-fa81-d288-9367-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-03 17:16:50.835621 | fa163ee2-fa81-d288-9367-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-03 17:16:50.841070 | fa163ee2-fa81-d288-9367-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-03 17:16:50.847728 | fa163ee2-fa81-d288-9367-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-03 17:16:50.854415 | fa163ee2-fa81-d288-9367-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-03 17:16:50.861683 | fa163ee2-fa81-d288-9367-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-03 17:16:50.868055 | fa163ee2-fa81-d288-9367-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:04.439579 | 0.10s 2025-12-03 17:16:50.892460 | fa163ee2-fa81-d288-9367-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-03 17:16:50.914167 | fa163ee2-fa81-d288-9367-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-03 17:16:50.915438 | fa163ee2-fa81-d288-9367-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:04.486968 | 0.02s PLAY [Server pre deployment steps] ********************************************* 2025-12-03 17:16:51.090338 | fa163ee2-fa81-d288-9367-00000000009a | TASK | Server pre deployments 2025-12-03 17:16:51.116972 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-00000000009a') missing from stats 2025-12-03 17:16:51.136963 | fa163ee2-fa81-d288-9367-00000000009e | TASK | Hiera config 2025-12-03 17:16:51.162575 | fa163ee2-fa81-d288-9367-00000000009e | TIMING | Hiera config | standalone | 0:01:04.734099 | 0.02s 2025-12-03 17:16:51.209298 | fa163ee2-fa81-d288-9367-00000000099e | TASK | Create /etc/puppet/hieradata 2025-12-03 17:16:51.437004 | fa163ee2-fa81-d288-9367-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-12-03 17:16:51.438328 | fa163ee2-fa81-d288-9367-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:05.009858 | 0.23s 2025-12-03 17:16:51.463027 | fa163ee2-fa81-d288-9367-00000000099f | TASK | Write hiera config 2025-12-03 17:16:51.960920 | fa163ee2-fa81-d288-9367-00000000099f | OK | Write hiera config | standalone 2025-12-03 17:16:51.962377 | fa163ee2-fa81-d288-9367-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:05.533908 | 0.50s 2025-12-03 17:16:52.009621 | fa163ee2-fa81-d288-9367-00000000009f | TASK | Hiera symlink 2025-12-03 17:16:52.238477 | fa163ee2-fa81-d288-9367-00000000009f | OK | Hiera symlink | standalone 2025-12-03 17:16:52.239737 | fa163ee2-fa81-d288-9367-00000000009f | TIMING | Hiera symlink | standalone | 0:01:05.811267 | 0.23s 2025-12-03 17:16:52.264094 | fa163ee2-fa81-d288-9367-0000000000a0 | TASK | Hieradata from vars 2025-12-03 17:16:52.291638 | fa163ee2-fa81-d288-9367-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:05.863163 | 0.03s 2025-12-03 17:16:52.350612 | fa163ee2-fa81-d288-9367-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-12-03 17:16:52.833035 | fa163ee2-fa81-d288-9367-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-03 17:16:52.834552 | fa163ee2-fa81-d288-9367-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:06.406080 | 0.48s 2025-12-03 17:16:52.860610 | fa163ee2-fa81-d288-9367-0000000009fa | TASK | Render hieradata from template 2025-12-03 17:16:53.384033 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-03 17:16:53.384988 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:06.956523 | 0.52s 2025-12-03 17:16:53.942858 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-12-03 17:16:53.944763 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:07.516294 | 1.08s 2025-12-03 17:16:54.497594 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-03 17:16:54.499539 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.071070 | 1.64s 2025-12-03 17:16:54.963411 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-03 17:16:54.964517 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.536049 | 2.10s 2025-12-03 17:16:55.466157 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-12-03 17:16:55.467617 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.039157 | 2.61s 2025-12-03 17:16:55.947256 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-12-03 17:16:55.949284 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.520815 | 3.09s 2025-12-03 17:16:56.415313 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-12-03 17:16:56.417803 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.989326 | 3.56s 2025-12-03 17:16:56.879317 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-03 17:16:56.880517 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.452043 | 4.02s 2025-12-03 17:16:57.351064 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-03 17:16:57.351729 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.923268 | 4.49s 2025-12-03 17:16:57.826507 | fa163ee2-fa81-d288-9367-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-03 17:16:57.828560 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.400084 | 4.97s 2025-12-03 17:16:57.841501 | fa163ee2-fa81-d288-9367-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.413024 | 4.98s 2025-12-03 17:16:57.891794 | fa163ee2-fa81-d288-9367-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-03 17:16:57.920443 | fa163ee2-fa81-d288-9367-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:11.491968 | 0.03s 2025-12-03 17:16:57.988607 | fa163ee2-fa81-d288-9367-000000000a9e | TASK | Check for hieradata file 2025-12-03 17:16:58.198808 | fa163ee2-fa81-d288-9367-000000000a9e | OK | Check for hieradata file | standalone 2025-12-03 17:16:58.200130 | fa163ee2-fa81-d288-9367-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:11.771636 | 0.21s 2025-12-03 17:16:58.226358 | fa163ee2-fa81-d288-9367-000000000aa0 | TASK | Get existing data 2025-12-03 17:16:58.269675 | fa163ee2-fa81-d288-9367-000000000aa0 | SKIPPED | Get existing data | standalone 2025-12-03 17:16:58.270880 | fa163ee2-fa81-d288-9367-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:11.842410 | 0.04s 2025-12-03 17:16:58.296888 | fa163ee2-fa81-d288-9367-000000000aa1 | TASK | Set data fact 2025-12-03 17:16:58.346347 | fa163ee2-fa81-d288-9367-000000000aa1 | SKIPPED | Set data fact | standalone 2025-12-03 17:16:58.347666 | fa163ee2-fa81-d288-9367-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:11.919190 | 0.05s 2025-12-03 17:16:58.373553 | fa163ee2-fa81-d288-9367-000000000aa3 | TASK | Write ansible hieradata file 2025-12-03 17:16:58.884224 | fa163ee2-fa81-d288-9367-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-12-03 17:16:58.885568 | fa163ee2-fa81-d288-9367-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:12.457100 | 0.51s 2025-12-03 17:16:58.993854 | fa163ee2-fa81-d288-9367-0000000000a2 | TIMING | include_tasks | standalone | 0:01:12.565350 | 0.06s PLAY [Host prep steps] ********************************************************* 2025-12-03 17:16:59.146535 | fa163ee2-fa81-d288-9367-0000000000a6 | TASK | Host prep steps 2025-12-03 17:16:59.172683 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000a6') missing from stats 2025-12-03 17:16:59.244509 | fa163ee2-fa81-d288-9367-0000000000a7 | TASK | Deploy Artifacts 2025-12-03 17:16:59.353603 | fa163ee2-fa81-d288-9367-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-03 17:16:59.354718 | fa163ee2-fa81-d288-9367-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:12.926242 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:16:59.417639 | fa163ee2-fa81-d288-9367-0000000000a8 | TIMING | include_tasks | standalone | 0:01:12.989162 | 0.04s 2025-12-03 17:16:59.610545 | 9759493d-4f93-4e2b-8fb1-a8b8c8401dfa | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/host_prep_tasks.yaml | standalone 2025-12-03 17:16:59.663325 | fa163ee2-fa81-d288-9367-000000000b1e | TASK | Run firewall role 2025-12-03 17:16:59.687938 | fa163ee2-fa81-d288-9367-000000000b1e | TIMING | Run firewall role | standalone | 0:01:13.259470 | 0.02s 2025-12-03 17:16:59.739251 | fa163ee2-fa81-d288-9367-000000000c1d | TASK | Gather variables for each operating system 2025-12-03 17:16:59.856162 | fa163ee2-fa81-d288-9367-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-03 17:16:59.858000 | fa163ee2-fa81-d288-9367-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.429518 | 0.12s 2025-12-03 17:16:59.870044 | fa163ee2-fa81-d288-9367-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:13.441570 | 0.13s 2025-12-03 17:16:59.895410 | fa163ee2-fa81-d288-9367-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-03 17:17:02.725999 | fa163ee2-fa81-d288-9367-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-03 17:17:02.727435 | fa163ee2-fa81-d288-9367-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:16.298965 | 2.83s 2025-12-03 17:17:02.753081 | fa163ee2-fa81-d288-9367-000000000c22 | TASK | Create empty var for masquerade rules 2025-12-03 17:17:02.792360 | fa163ee2-fa81-d288-9367-000000000c22 | OK | Create empty var for masquerade rules | standalone 2025-12-03 17:17:02.793499 | fa163ee2-fa81-d288-9367-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:16.365029 | 0.04s 2025-12-03 17:17:02.819037 | fa163ee2-fa81-d288-9367-000000000c23 | TASK | Enable masquerade 2025-12-03 17:17:02.873518 | fa163ee2-fa81-d288-9367-000000000c23 | SKIPPED | Enable masquerade | standalone 2025-12-03 17:17:02.874632 | fa163ee2-fa81-d288-9367-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:16.446159 | 0.05s 2025-12-03 17:17:02.899104 | fa163ee2-fa81-d288-9367-000000000c24 | TASK | Set the default frontend firewall rules 2025-12-03 17:17:02.929622 | fa163ee2-fa81-d288-9367-000000000c24 | OK | Set the default frontend firewall rules | standalone 2025-12-03 17:17:02.930701 | fa163ee2-fa81-d288-9367-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:16.502232 | 0.03s 2025-12-03 17:17:02.955454 | fa163ee2-fa81-d288-9367-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-03 17:17:03.005056 | fa163ee2-fa81-d288-9367-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-03 17:17:03.006478 | fa163ee2-fa81-d288-9367-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.578008 | 0.05s 2025-12-03 17:17:03.032174 | fa163ee2-fa81-d288-9367-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2025-12-03 17:17:03.084247 | fa163ee2-fa81-d288-9367-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2025-12-03 17:17:03.086093 | fa163ee2-fa81-d288-9367-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.657622 | 0.05s 2025-12-03 17:17:03.111872 | fa163ee2-fa81-d288-9367-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2025-12-03 17:17:03.141756 | fa163ee2-fa81-d288-9367-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-03 17:17:03.142861 | fa163ee2-fa81-d288-9367-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:16.714353 | 0.03s 2025-12-03 17:17:03.167682 | fa163ee2-fa81-d288-9367-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2025-12-03 17:17:03.198312 | fa163ee2-fa81-d288-9367-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-03 17:17:03.199430 | fa163ee2-fa81-d288-9367-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:16.770961 | 0.03s 2025-12-03 17:17:03.224004 | fa163ee2-fa81-d288-9367-000000000c2d | TASK | Enable LOG rules 2025-12-03 17:17:03.253709 | fa163ee2-fa81-d288-9367-000000000c2d | SKIPPED | Enable LOG rules | standalone 2025-12-03 17:17:03.254905 | fa163ee2-fa81-d288-9367-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:16.826410 | 0.03s 2025-12-03 17:17:03.278809 | fa163ee2-fa81-d288-9367-000000000c2e | TASK | Set rule fact 2025-12-03 17:17:03.373038 | fa163ee2-fa81-d288-9367-000000000c2e | OK | Set rule fact | standalone 2025-12-03 17:17:03.376289 | fa163ee2-fa81-d288-9367-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:16.947819 | 0.10s 2025-12-03 17:17:03.404983 | fa163ee2-fa81-d288-9367-000000000c2f | TASK | Manage rules via nftables 2025-12-03 17:17:03.433904 | fa163ee2-fa81-d288-9367-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:17.005429 | 0.03s 2025-12-03 17:17:03.517048 | fa163ee2-fa81-d288-9367-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:17.088568 | 0.03s 2025-12-03 17:17:03.538881 | edeb4c77-52f7-499f-a06c-80330565fff3 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-03 17:17:03.564084 | fa163ee2-fa81-d288-9367-000000000cf2 | TASK | Ensure legacy iptables services are off 2025-12-03 17:17:03.953202 | fa163ee2-fa81-d288-9367-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-03 17:17:03.956062 | fa163ee2-fa81-d288-9367-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.527586 | 0.39s 2025-12-03 17:17:04.313182 | fa163ee2-fa81-d288-9367-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-03 17:17:04.315403 | fa163ee2-fa81-d288-9367-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.886936 | 0.75s 2025-12-03 17:17:04.327529 | fa163ee2-fa81-d288-9367-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:17.899053 | 0.76s 2025-12-03 17:17:04.356981 | fa163ee2-fa81-d288-9367-000000000cf3 | TASK | Ensure nftables service is enabled and running 2025-12-03 17:17:06.232743 | fa163ee2-fa81-d288-9367-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-03 17:17:06.235945 | fa163ee2-fa81-d288-9367-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:19.807473 | 1.88s 2025-12-03 17:17:06.265085 | fa163ee2-fa81-d288-9367-000000000cf4 | TASK | Empty nftables from anything that may lay around 2025-12-03 17:17:06.307005 | fa163ee2-fa81-d288-9367-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-03 17:17:06.309594 | fa163ee2-fa81-d288-9367-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:19.881122 | 0.04s 2025-12-03 17:17:06.369057 | fa163ee2-fa81-d288-9367-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.940567 | 0.03s 2025-12-03 17:17:06.415083 | 54a7c433-2a2f-4322-a381-3c9b20e3cad8 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-03 17:17:06.453790 | fa163ee2-fa81-d288-9367-000000000d23 | TASK | Push empty ruleset 2025-12-03 17:17:06.878289 | fa163ee2-fa81-d288-9367-000000000d23 | CHANGED | Push empty ruleset | standalone 2025-12-03 17:17:06.880631 | fa163ee2-fa81-d288-9367-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.452155 | 0.43s 2025-12-03 17:17:06.907183 | fa163ee2-fa81-d288-9367-000000000d24 | TASK | Load empty ruleset 2025-12-03 17:17:07.139516 | fa163ee2-fa81-d288-9367-000000000d24 | CHANGED | Load empty ruleset | standalone 2025-12-03 17:17:07.141858 | fa163ee2-fa81-d288-9367-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:20.713258 | 0.23s 2025-12-03 17:17:07.164117 | fa163ee2-fa81-d288-9367-000000000d26 | TASK | Use default rules 2025-12-03 17:17:07.218025 | fa163ee2-fa81-d288-9367-000000000d26 | OK | Use default rules | standalone 2025-12-03 17:17:07.222323 | fa163ee2-fa81-d288-9367-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:20.793849 | 0.06s 2025-12-03 17:17:07.252135 | fa163ee2-fa81-d288-9367-000000000d27 | TASK | Enable LOG rules 2025-12-03 17:17:07.344792 | fa163ee2-fa81-d288-9367-000000000d27 | OK | Enable LOG rules | standalone 2025-12-03 17:17:07.347947 | fa163ee2-fa81-d288-9367-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:20.919478 | 0.09s 2025-12-03 17:17:07.377035 | fa163ee2-fa81-d288-9367-000000000d29 | TASK | Get current nftables content 2025-12-03 17:17:07.563298 | fa163ee2-fa81-d288-9367-000000000d29 | CHANGED | Get current nftables content | standalone 2025-12-03 17:17:07.564590 | fa163ee2-fa81-d288-9367-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.136121 | 0.19s 2025-12-03 17:17:07.584901 | fa163ee2-fa81-d288-9367-000000000d2b | TASK | Generate chain jumps 2025-12-03 17:17:08.157491 | fa163ee2-fa81-d288-9367-000000000d2b | CHANGED | Generate chain jumps | standalone 2025-12-03 17:17:08.158882 | fa163ee2-fa81-d288-9367-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:21.730409 | 0.57s 2025-12-03 17:17:08.184646 | fa163ee2-fa81-d288-9367-000000000d2c | TASK | Generate chain jumps 2025-12-03 17:17:08.832977 | fa163ee2-fa81-d288-9367-000000000d2c | CHANGED | Generate chain jumps | standalone 2025-12-03 17:17:08.834465 | fa163ee2-fa81-d288-9367-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.405994 | 0.65s 2025-12-03 17:17:08.860499 | fa163ee2-fa81-d288-9367-000000000d2d | TASK | Generate nft flushes 2025-12-03 17:17:09.365411 | fa163ee2-fa81-d288-9367-000000000d2d | CHANGED | Generate nft flushes | standalone 2025-12-03 17:17:09.366861 | fa163ee2-fa81-d288-9367-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:22.938357 | 0.50s 2025-12-03 17:17:09.397101 | fa163ee2-fa81-d288-9367-000000000d2e | TASK | Generate nft tripleo chains 2025-12-03 17:17:09.901386 | fa163ee2-fa81-d288-9367-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2025-12-03 17:17:09.902707 | fa163ee2-fa81-d288-9367-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.474236 | 0.50s 2025-12-03 17:17:09.929642 | fa163ee2-fa81-d288-9367-000000000d2f | TASK | Generate nft ruleset in static file 2025-12-03 17:17:11.730440 | fa163ee2-fa81-d288-9367-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2025-12-03 17:17:11.731755 | fa163ee2-fa81-d288-9367-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.303285 | 1.80s 2025-12-03 17:17:11.758780 | fa163ee2-fa81-d288-9367-000000000d31 | TASK | Validate all of the generated content before loading 2025-12-03 17:17:12.223304 | fa163ee2-fa81-d288-9367-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-03 17:17:12.224568 | fa163ee2-fa81-d288-9367-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:25.796098 | 0.46s 2025-12-03 17:17:12.249894 | fa163ee2-fa81-d288-9367-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2025-12-03 17:17:12.509542 | fa163ee2-fa81-d288-9367-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-03 17:17:12.510875 | fa163ee2-fa81-d288-9367-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.082399 | 0.26s 2025-12-03 17:17:12.566239 | fa163ee2-fa81-d288-9367-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.137760 | 0.03s 2025-12-03 17:17:12.584787 | 314520d2-c61d-40b5-8d3c-1264ef5e3334 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-03 17:17:12.639696 | fa163ee2-fa81-d288-9367-000000000d9a | TASK | Inject our custom chains in nftables 2025-12-03 17:17:12.878199 | fa163ee2-fa81-d288-9367-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2025-12-03 17:17:12.879465 | fa163ee2-fa81-d288-9367-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.450994 | 0.24s 2025-12-03 17:17:12.904894 | fa163ee2-fa81-d288-9367-000000000d9b | TASK | Reload custom nftables ruleset files 2025-12-03 17:17:13.196603 | fa163ee2-fa81-d288-9367-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-03 17:17:13.197964 | fa163ee2-fa81-d288-9367-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:26.769495 | 0.29s 2025-12-03 17:17:13.267803 | fa163ee2-fa81-d288-9367-000000000b1f | TASK | create persistent logs directory 2025-12-03 17:17:13.535489 | fa163ee2-fa81-d288-9367-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-03 17:17:13.537079 | fa163ee2-fa81-d288-9367-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.108605 | 0.27s 2025-12-03 17:17:13.733794 | fa163ee2-fa81-d288-9367-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-12-03 17:17:13.735466 | fa163ee2-fa81-d288-9367-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.306999 | 0.47s 2025-12-03 17:17:13.746013 | fa163ee2-fa81-d288-9367-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.317548 | 0.48s 2025-12-03 17:17:13.770755 | fa163ee2-fa81-d288-9367-000000000b20 | TASK | create persistent directories 2025-12-03 17:17:14.016167 | fa163ee2-fa81-d288-9367-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-03 17:17:14.017472 | fa163ee2-fa81-d288-9367-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.589001 | 0.25s 2025-12-03 17:17:14.023588 | fa163ee2-fa81-d288-9367-000000000b20 | TIMING | create persistent directories | standalone | 0:01:27.595122 | 0.25s 2025-12-03 17:17:14.049089 | fa163ee2-fa81-d288-9367-000000000b21 | TASK | create persistent directories 2025-12-03 17:17:14.317652 | fa163ee2-fa81-d288-9367-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-03 17:17:14.319192 | fa163ee2-fa81-d288-9367-000000000b21 | TIMING | create persistent directories | standalone | 0:01:27.890719 | 0.27s 2025-12-03 17:17:14.550285 | fa163ee2-fa81-d288-9367-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-12-03 17:17:14.551315 | fa163ee2-fa81-d288-9367-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.122849 | 0.50s 2025-12-03 17:17:14.557899 | fa163ee2-fa81-d288-9367-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.129432 | 0.51s 2025-12-03 17:17:14.582867 | fa163ee2-fa81-d288-9367-000000000b22 | TASK | create persistent directories 2025-12-03 17:17:14.821083 | fa163ee2-fa81-d288-9367-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-12-03 17:17:14.822648 | fa163ee2-fa81-d288-9367-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.394174 | 0.24s 2025-12-03 17:17:14.834887 | fa163ee2-fa81-d288-9367-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.406420 | 0.25s 2025-12-03 17:17:14.860744 | fa163ee2-fa81-d288-9367-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-03 17:17:15.978394 | fa163ee2-fa81-d288-9367-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-03 17:17:15.980587 | fa163ee2-fa81-d288-9367-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:29.552111 | 1.12s 2025-12-03 17:17:16.009789 | fa163ee2-fa81-d288-9367-000000000b24 | TASK | create persistent directories 2025-12-03 17:17:16.270366 | fa163ee2-fa81-d288-9367-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-03 17:17:16.272001 | fa163ee2-fa81-d288-9367-000000000b24 | TIMING | create persistent directories | standalone | 0:01:29.843525 | 0.26s 2025-12-03 17:17:16.484539 | fa163ee2-fa81-d288-9367-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-03 17:17:16.485714 | fa163ee2-fa81-d288-9367-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.057245 | 0.47s 2025-12-03 17:17:16.498014 | fa163ee2-fa81-d288-9367-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.069543 | 0.49s 2025-12-03 17:17:16.524367 | fa163ee2-fa81-d288-9367-000000000b25 | TASK | create fcontext entry for cinder data 2025-12-03 17:17:17.877392 | fa163ee2-fa81-d288-9367-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-03 17:17:17.879185 | fa163ee2-fa81-d288-9367-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.450714 | 1.35s 2025-12-03 17:17:17.904585 | fa163ee2-fa81-d288-9367-000000000b26 | TASK | create persistent directories 2025-12-03 17:17:18.170078 | fa163ee2-fa81-d288-9367-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-03 17:17:18.172394 | fa163ee2-fa81-d288-9367-000000000b26 | TIMING | create persistent directories | standalone | 0:01:31.743917 | 0.27s 2025-12-03 17:17:18.448936 | fa163ee2-fa81-d288-9367-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-03 17:17:18.450139 | fa163ee2-fa81-d288-9367-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.021680 | 0.54s 2025-12-03 17:17:18.461328 | fa163ee2-fa81-d288-9367-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.032849 | 0.56s 2025-12-03 17:17:18.486978 | fa163ee2-fa81-d288-9367-000000000b27 | TASK | ensure ceph configurations exist 2025-12-03 17:17:18.719961 | fa163ee2-fa81-d288-9367-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-12-03 17:17:18.721392 | fa163ee2-fa81-d288-9367-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.292923 | 0.23s 2025-12-03 17:17:18.745975 | fa163ee2-fa81-d288-9367-000000000b28 | TASK | create persistent directories 2025-12-03 17:17:18.989897 | fa163ee2-fa81-d288-9367-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-03 17:17:18.992216 | fa163ee2-fa81-d288-9367-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.563744 | 0.24s 2025-12-03 17:17:19.002186 | fa163ee2-fa81-d288-9367-000000000b28 | TIMING | create persistent directories | standalone | 0:01:32.573709 | 0.25s 2025-12-03 17:17:19.028285 | fa163ee2-fa81-d288-9367-000000000b2a | TASK | Create cinder image conversion directory 2025-12-03 17:17:19.136952 | fa163ee2-fa81-d288-9367-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-12-03 17:17:19.138156 | fa163ee2-fa81-d288-9367-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:32.709687 | 0.11s 2025-12-03 17:17:19.161601 | fa163ee2-fa81-d288-9367-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-12-03 17:17:19.190728 | fa163ee2-fa81-d288-9367-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-03 17:17:19.191813 | fa163ee2-fa81-d288-9367-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:32.763343 | 0.03s 2025-12-03 17:17:19.215749 | fa163ee2-fa81-d288-9367-000000000b2d | TASK | cinder_configure_lvm fact 2025-12-03 17:17:19.245759 | fa163ee2-fa81-d288-9367-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-12-03 17:17:19.246860 | fa163ee2-fa81-d288-9367-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:32.818357 | 0.03s 2025-12-03 17:17:19.271463 | fa163ee2-fa81-d288-9367-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-12-03 17:17:22.124216 | fa163ee2-fa81-d288-9367-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-12-03 17:17:22.125594 | fa163ee2-fa81-d288-9367-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:35.697124 | 2.85s 2025-12-03 17:17:22.151928 | fa163ee2-fa81-d288-9367-000000000b30 | TASK | cinder create LVM volume group dd 2025-12-03 17:17:22.383933 | fa163ee2-fa81-d288-9367-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-12-03 17:17:22.385252 | fa163ee2-fa81-d288-9367-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:35.956782 | 0.23s 2025-12-03 17:17:22.419590 | fa163ee2-fa81-d288-9367-000000000b31 | TASK | Get or create LVM loopback device 2025-12-03 17:17:22.694129 | fa163ee2-fa81-d288-9367-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-12-03 17:17:22.695478 | fa163ee2-fa81-d288-9367-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.267009 | 0.27s 2025-12-03 17:17:22.719802 | fa163ee2-fa81-d288-9367-000000000b32 | TASK | Create LVM volume group 2025-12-03 17:17:23.273905 | fa163ee2-fa81-d288-9367-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-12-03 17:17:23.275592 | fa163ee2-fa81-d288-9367-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:36.847121 | 0.55s 2025-12-03 17:17:23.300873 | fa163ee2-fa81-d288-9367-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-12-03 17:17:23.787083 | fa163ee2-fa81-d288-9367-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-12-03 17:17:23.788514 | fa163ee2-fa81-d288-9367-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.360042 | 0.49s 2025-12-03 17:17:23.813789 | fa163ee2-fa81-d288-9367-000000000b34 | TASK | cinder enable the LVM losetup service 2025-12-03 17:17:24.661087 | fa163ee2-fa81-d288-9367-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-12-03 17:17:24.663155 | fa163ee2-fa81-d288-9367-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:38.234683 | 0.85s 2025-12-03 17:17:24.689969 | fa163ee2-fa81-d288-9367-000000000b36 | TASK | allow logrotate to read inside containers 2025-12-03 17:17:25.668238 | fa163ee2-fa81-d288-9367-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-03 17:17:25.669959 | fa163ee2-fa81-d288-9367-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:39.241452 | 0.98s 2025-12-03 17:17:25.694656 | fa163ee2-fa81-d288-9367-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-12-03 17:17:28.068859 | fa163ee2-fa81-d288-9367-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-03 17:17:28.070518 | fa163ee2-fa81-d288-9367-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.642048 | 2.37s 2025-12-03 17:17:28.125383 | fa163ee2-fa81-d288-9367-000000000b39 | OK | set_fact | standalone 2025-12-03 17:17:28.126635 | fa163ee2-fa81-d288-9367-000000000b39 | TIMING | set_fact | standalone | 0:01:41.698166 | 0.03s 2025-12-03 17:17:28.177488 | fa163ee2-fa81-d288-9367-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.749007 | 0.03s 2025-12-03 17:17:28.233784 | fa163ee2-fa81-d288-9367-000000000ee1 | TASK | ensure apache is installed 2025-12-03 17:17:35.038920 | fa163ee2-fa81-d288-9367-000000000ee1 | CHANGED | ensure apache is installed | standalone 2025-12-03 17:17:35.040624 | fa163ee2-fa81-d288-9367-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.612154 | 6.81s 2025-12-03 17:17:35.066299 | fa163ee2-fa81-d288-9367-000000000ee2 | TASK | create image data directory 2025-12-03 17:17:35.342736 | fa163ee2-fa81-d288-9367-000000000ee2 | CHANGED | create image data directory | standalone 2025-12-03 17:17:35.344197 | fa163ee2-fa81-d288-9367-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.915726 | 0.28s 2025-12-03 17:17:35.368806 | fa163ee2-fa81-d288-9367-000000000ee3 | TASK | create /v2/ response file 2025-12-03 17:17:35.830917 | fa163ee2-fa81-d288-9367-000000000ee3 | CHANGED | create /v2/ response file | standalone 2025-12-03 17:17:35.832280 | fa163ee2-fa81-d288-9367-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:49.403811 | 0.46s 2025-12-03 17:17:35.857489 | fa163ee2-fa81-d288-9367-000000000ee4 | TASK | Add listen line 2025-12-03 17:17:36.226251 | fa163ee2-fa81-d288-9367-000000000ee4 | CHANGED | Add listen line | standalone 2025-12-03 17:17:36.227607 | fa163ee2-fa81-d288-9367-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.799136 | 0.37s 2025-12-03 17:17:36.252775 | fa163ee2-fa81-d288-9367-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-03 17:17:36.759937 | fa163ee2-fa81-d288-9367-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-03 17:17:36.761320 | fa163ee2-fa81-d288-9367-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:50.332850 | 0.51s 2025-12-03 17:17:36.786286 | fa163ee2-fa81-d288-9367-000000000ee6 | TASK | Image-Serve | restart httpd 2025-12-03 17:17:37.716430 | fa163ee2-fa81-d288-9367-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2025-12-03 17:17:37.718504 | fa163ee2-fa81-d288-9367-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:51.290031 | 0.93s 2025-12-03 17:17:37.753500 | fa163ee2-fa81-d288-9367-000000000b3c | TASK | create persistent logs directory 2025-12-03 17:17:37.972899 | fa163ee2-fa81-d288-9367-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-03 17:17:37.974050 | fa163ee2-fa81-d288-9367-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.545578 | 0.22s 2025-12-03 17:17:38.174080 | fa163ee2-fa81-d288-9367-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-03 17:17:38.175162 | fa163ee2-fa81-d288-9367-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.746694 | 0.42s 2025-12-03 17:17:38.181903 | fa163ee2-fa81-d288-9367-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.753429 | 0.43s 2025-12-03 17:17:38.207128 | fa163ee2-fa81-d288-9367-000000000b3d | TASK | Mount NFS on host 2025-12-03 17:17:38.235176 | fa163ee2-fa81-d288-9367-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-12-03 17:17:38.236518 | fa163ee2-fa81-d288-9367-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.808047 | 0.03s 2025-12-03 17:17:38.260565 | fa163ee2-fa81-d288-9367-000000000b3e | TASK | Mount Node Staging Location 2025-12-03 17:17:38.286956 | fa163ee2-fa81-d288-9367-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-12-03 17:17:38.288123 | fa163ee2-fa81-d288-9367-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.859654 | 0.03s 2025-12-03 17:17:38.312050 | fa163ee2-fa81-d288-9367-000000000b3f | TASK | ensure /var/lib/glance exists 2025-12-03 17:17:38.540192 | fa163ee2-fa81-d288-9367-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-03 17:17:38.541622 | fa163ee2-fa81-d288-9367-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:52.113151 | 0.23s 2025-12-03 17:17:38.565599 | fa163ee2-fa81-d288-9367-000000000b40 | TASK | create logs directory 2025-12-03 17:17:38.825618 | fa163ee2-fa81-d288-9367-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-03 17:17:38.827358 | fa163ee2-fa81-d288-9367-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.398857 | 0.26s 2025-12-03 17:17:39.009618 | fa163ee2-fa81-d288-9367-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-12-03 17:17:39.011355 | fa163ee2-fa81-d288-9367-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.582886 | 0.44s 2025-12-03 17:17:39.021898 | fa163ee2-fa81-d288-9367-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.593432 | 0.46s 2025-12-03 17:17:39.046620 | fa163ee2-fa81-d288-9367-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-12-03 17:17:39.075548 | fa163ee2-fa81-d288-9367-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-12-03 17:17:39.076989 | fa163ee2-fa81-d288-9367-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.648517 | 0.03s 2025-12-03 17:17:39.102271 | fa163ee2-fa81-d288-9367-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-12-03 17:17:39.325228 | fa163ee2-fa81-d288-9367-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-12-03 17:17:39.326538 | fa163ee2-fa81-d288-9367-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.898068 | 0.22s 2025-12-03 17:17:39.350459 | fa163ee2-fa81-d288-9367-000000000b43 | TASK | create persistent directories 2025-12-03 17:17:39.590216 | fa163ee2-fa81-d288-9367-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-03 17:17:39.592247 | fa163ee2-fa81-d288-9367-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.163774 | 0.24s 2025-12-03 17:17:39.602317 | fa163ee2-fa81-d288-9367-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.173850 | 0.25s 2025-12-03 17:17:39.627201 | fa163ee2-fa81-d288-9367-000000000b44 | TASK | create persistent data directory 2025-12-03 17:17:39.818350 | fa163ee2-fa81-d288-9367-000000000b44 | OK | create persistent data directory | standalone 2025-12-03 17:17:39.819961 | fa163ee2-fa81-d288-9367-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:53.391486 | 0.19s 2025-12-03 17:17:39.844510 | fa163ee2-fa81-d288-9367-000000000b45 | TASK | create persistent directories 2025-12-03 17:17:40.046643 | fa163ee2-fa81-d288-9367-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-03 17:17:40.048243 | fa163ee2-fa81-d288-9367-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.619767 | 0.20s 2025-12-03 17:17:40.204045 | fa163ee2-fa81-d288-9367-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-03 17:17:40.204690 | fa163ee2-fa81-d288-9367-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.776231 | 0.36s 2025-12-03 17:17:40.207557 | fa163ee2-fa81-d288-9367-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.779100 | 0.36s 2025-12-03 17:17:40.224567 | fa163ee2-fa81-d288-9367-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-12-03 17:17:47.274549 | fa163ee2-fa81-d288-9367-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-03 17:17:47.276349 | fa163ee2-fa81-d288-9367-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:00.847877 | 7.05s 2025-12-03 17:17:47.302350 | fa163ee2-fa81-d288-9367-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-03 17:17:47.387340 | fa163ee2-fa81-d288-9367-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.24 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.24", " Config retrieval: 0.74", " Last run: 1764782267", " Total: 0.24", "Version:", " Config: 1764782266", " Puppet: 7.10.0", "Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", " (file & line not available)", "Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", " (file: /etc/puppet/hiera.yaml)", "Warning: Undefined variable '::deploy_config_name'; ", "Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will default to true in the next major release. Please review the documentation regarding the implications." ] } 2025-12-03 17:17:47.388745 | fa163ee2-fa81-d288-9367-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:00.960268 | 0.08s 2025-12-03 17:17:47.414955 | fa163ee2-fa81-d288-9367-000000000b48 | TASK | create persistent directories 2025-12-03 17:17:47.658349 | fa163ee2-fa81-d288-9367-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-03 17:17:47.661879 | fa163ee2-fa81-d288-9367-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.233402 | 0.25s 2025-12-03 17:17:47.867482 | fa163ee2-fa81-d288-9367-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-03 17:17:47.869707 | fa163ee2-fa81-d288-9367-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.441237 | 0.45s 2025-12-03 17:17:47.877125 | fa163ee2-fa81-d288-9367-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.448649 | 0.46s 2025-12-03 17:17:47.902227 | fa163ee2-fa81-d288-9367-000000000b49 | TASK | create persistent directories 2025-12-03 17:17:48.150387 | fa163ee2-fa81-d288-9367-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-03 17:17:48.153118 | fa163ee2-fa81-d288-9367-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.724637 | 0.25s 2025-12-03 17:17:48.359749 | fa163ee2-fa81-d288-9367-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-03 17:17:48.362182 | fa163ee2-fa81-d288-9367-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.933712 | 0.46s 2025-12-03 17:17:48.369768 | fa163ee2-fa81-d288-9367-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.941292 | 0.47s 2025-12-03 17:17:48.395210 | fa163ee2-fa81-d288-9367-000000000b4a | TASK | create persistent directories 2025-12-03 17:17:48.655760 | fa163ee2-fa81-d288-9367-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-03 17:17:48.657774 | fa163ee2-fa81-d288-9367-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.229311 | 0.26s 2025-12-03 17:17:48.667720 | fa163ee2-fa81-d288-9367-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.239244 | 0.27s 2025-12-03 17:17:48.692810 | fa163ee2-fa81-d288-9367-000000000b4b | TASK | create persistent directories 2025-12-03 17:17:48.954374 | fa163ee2-fa81-d288-9367-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-03 17:17:48.957785 | fa163ee2-fa81-d288-9367-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.529307 | 0.26s 2025-12-03 17:17:49.177214 | fa163ee2-fa81-d288-9367-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-03 17:17:49.179661 | fa163ee2-fa81-d288-9367-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.751193 | 0.49s 2025-12-03 17:17:49.401623 | fa163ee2-fa81-d288-9367-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-03 17:17:49.403965 | fa163ee2-fa81-d288-9367-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.975497 | 0.71s 2025-12-03 17:17:49.593458 | fa163ee2-fa81-d288-9367-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-03 17:17:49.595751 | fa163ee2-fa81-d288-9367-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.167284 | 0.90s 2025-12-03 17:17:49.606314 | fa163ee2-fa81-d288-9367-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.177848 | 0.91s 2025-12-03 17:17:49.631862 | fa163ee2-fa81-d288-9367-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-12-03 17:17:50.038790 | fa163ee2-fa81-d288-9367-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-03 17:17:50.040087 | fa163ee2-fa81-d288-9367-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.611619 | 0.41s 2025-12-03 17:17:50.064665 | fa163ee2-fa81-d288-9367-000000000b4d | TASK | create fcontext entry for iscsi 2025-12-03 17:17:51.299981 | fa163ee2-fa81-d288-9367-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-03 17:17:51.302769 | fa163ee2-fa81-d288-9367-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.874286 | 1.24s 2025-12-03 17:17:52.600475 | fa163ee2-fa81-d288-9367-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-03 17:17:52.602567 | fa163ee2-fa81-d288-9367-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.174097 | 2.54s 2025-12-03 17:17:53.893876 | fa163ee2-fa81-d288-9367-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-03 17:17:53.896059 | fa163ee2-fa81-d288-9367-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.467592 | 3.83s 2025-12-03 17:17:53.906506 | fa163ee2-fa81-d288-9367-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.478031 | 3.84s 2025-12-03 17:17:53.938005 | fa163ee2-fa81-d288-9367-000000000b4e | TASK | create persistent directories 2025-12-03 17:17:54.178397 | fa163ee2-fa81-d288-9367-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-03 17:17:54.180152 | fa163ee2-fa81-d288-9367-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.751677 | 0.24s 2025-12-03 17:17:54.379971 | fa163ee2-fa81-d288-9367-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-03 17:17:54.381138 | fa163ee2-fa81-d288-9367-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.952671 | 0.44s 2025-12-03 17:17:54.585362 | fa163ee2-fa81-d288-9367-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-03 17:17:54.587296 | fa163ee2-fa81-d288-9367-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.158830 | 0.65s 2025-12-03 17:17:54.599589 | fa163ee2-fa81-d288-9367-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.171108 | 0.66s 2025-12-03 17:17:54.625112 | fa163ee2-fa81-d288-9367-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-03 17:17:54.838862 | fa163ee2-fa81-d288-9367-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-03 17:17:54.840441 | fa163ee2-fa81-d288-9367-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.411969 | 0.21s 2025-12-03 17:17:54.865079 | fa163ee2-fa81-d288-9367-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-12-03 17:17:54.886440 | fa163ee2-fa81-d288-9367-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-03 17:17:54.887630 | fa163ee2-fa81-d288-9367-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.459160 | 0.02s 2025-12-03 17:17:54.912450 | fa163ee2-fa81-d288-9367-000000000b51 | TASK | Check if iscsi.service is enabled 2025-12-03 17:17:55.144026 | fa163ee2-fa81-d288-9367-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-03 17:17:55.145326 | fa163ee2-fa81-d288-9367-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.716856 | 0.23s 2025-12-03 17:17:55.169653 | fa163ee2-fa81-d288-9367-000000000b52 | TASK | Stop iscsi.service 2025-12-03 17:17:55.208470 | fa163ee2-fa81-d288-9367-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-12-03 17:17:55.209625 | fa163ee2-fa81-d288-9367-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:08.781156 | 0.04s 2025-12-03 17:17:55.260084 | fa163ee2-fa81-d288-9367-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:08.831604 | 0.03s 2025-12-03 17:17:55.347963 | fa163ee2-fa81-d288-9367-00000000104c | TASK | Install additional packages 2025-12-03 17:17:55.372394 | fa163ee2-fa81-d288-9367-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:08.943928 | 0.02s 2025-12-03 17:17:55.389428 | fa163ee2-fa81-d288-9367-00000000104d | TASK | Remove dracut-config-generic 2025-12-03 17:17:59.241563 | fa163ee2-fa81-d288-9367-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2025-12-03 17:17:59.242775 | fa163ee2-fa81-d288-9367-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.814306 | 3.85s 2025-12-03 17:17:59.267040 | fa163ee2-fa81-d288-9367-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-03 17:17:59.465340 | fa163ee2-fa81-d288-9367-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-03 17:17:59.466683 | fa163ee2-fa81-d288-9367-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:13.038213 | 0.20s 2025-12-03 17:17:59.492768 | fa163ee2-fa81-d288-9367-00000000104f | TASK | Write list of modules to load at boot 2025-12-03 17:17:59.952344 | fa163ee2-fa81-d288-9367-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2025-12-03 17:17:59.953732 | fa163ee2-fa81-d288-9367-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.525261 | 0.46s 2025-12-03 17:17:59.978629 | fa163ee2-fa81-d288-9367-000000001050 | TASK | Modules reload 2025-12-03 17:18:00.359131 | fa163ee2-fa81-d288-9367-000000001050 | CHANGED | Modules reload | standalone 2025-12-03 17:18:00.360759 | fa163ee2-fa81-d288-9367-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:13.932289 | 0.38s 2025-12-03 17:18:00.386139 | fa163ee2-fa81-d288-9367-000000001051 | TASK | Set default sysctl options 2025-12-03 17:18:00.830647 | fa163ee2-fa81-d288-9367-000000001051 | CHANGED | Set default sysctl options | standalone 2025-12-03 17:18:00.831932 | fa163ee2-fa81-d288-9367-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.403461 | 0.44s 2025-12-03 17:18:00.856854 | fa163ee2-fa81-d288-9367-000000001052 | TASK | Set extra sysctl options 2025-12-03 17:18:01.265598 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-03 17:18:01.267157 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.838681 | 0.41s 2025-12-03 17:18:01.484933 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-03 17:18:01.486481 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.058013 | 0.63s 2025-12-03 17:18:01.680017 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-03 17:18:01.681603 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.253136 | 0.82s 2025-12-03 17:18:01.870723 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-03 17:18:01.872188 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.443720 | 1.01s 2025-12-03 17:18:02.068843 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-03 17:18:02.070281 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.641814 | 1.21s 2025-12-03 17:18:02.285472 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-03 17:18:02.286514 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.858047 | 1.43s 2025-12-03 17:18:02.532193 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-03 17:18:02.533289 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.104820 | 1.67s 2025-12-03 17:18:02.734442 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-03 17:18:02.735566 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.307098 | 1.88s 2025-12-03 17:18:02.974419 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-03 17:18:02.975090 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.546630 | 2.12s 2025-12-03 17:18:03.210569 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-03 17:18:03.211629 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.783162 | 2.35s 2025-12-03 17:18:03.423105 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-03 17:18:03.424741 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.996273 | 2.57s 2025-12-03 17:18:03.665598 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-03 17:18:03.666635 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.238167 | 2.81s 2025-12-03 17:18:03.899042 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-03 17:18:03.900070 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.471603 | 3.04s 2025-12-03 17:18:04.136021 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-03 17:18:04.137562 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.709096 | 3.28s 2025-12-03 17:18:04.382857 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-03 17:18:04.383584 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.955120 | 3.52s 2025-12-03 17:18:04.612073 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-03 17:18:04.613401 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.184936 | 3.75s 2025-12-03 17:18:04.822811 | fa163ee2-fa81-d288-9367-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-03 17:18:04.824208 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.395742 | 3.97s 2025-12-03 17:18:04.835162 | fa163ee2-fa81-d288-9367-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.406694 | 3.98s 2025-12-03 17:18:04.854102 | fa163ee2-fa81-d288-9367-000000001054 | TASK | Sysctl reload 2025-12-03 17:18:05.272509 | fa163ee2-fa81-d288-9367-000000001054 | CHANGED | Sysctl reload | standalone 2025-12-03 17:18:05.274388 | fa163ee2-fa81-d288-9367-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:18.845919 | 0.42s 2025-12-03 17:18:05.322498 | fa163ee2-fa81-d288-9367-000000000b54 | TASK | create persistent directories 2025-12-03 17:18:05.572241 | fa163ee2-fa81-d288-9367-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-03 17:18:05.574419 | fa163ee2-fa81-d288-9367-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.145942 | 0.25s 2025-12-03 17:18:05.950864 | fa163ee2-fa81-d288-9367-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-03 17:18:05.951901 | fa163ee2-fa81-d288-9367-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.523433 | 0.63s 2025-12-03 17:18:05.958346 | fa163ee2-fa81-d288-9367-000000000b54 | TIMING | create persistent directories | standalone | 0:02:19.529871 | 0.63s 2025-12-03 17:18:05.985522 | fa163ee2-fa81-d288-9367-000000000b55 | TASK | Check if file certs_valid exist 2025-12-03 17:18:06.195521 | fa163ee2-fa81-d288-9367-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-12-03 17:18:06.196926 | fa163ee2-fa81-d288-9367-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:19.768455 | 0.21s 2025-12-03 17:18:06.222842 | fa163ee2-fa81-d288-9367-000000000b56 | TASK | Check if file cert9.db exist 2025-12-03 17:18:06.475376 | fa163ee2-fa81-d288-9367-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-12-03 17:18:06.476864 | fa163ee2-fa81-d288-9367-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:20.048358 | 0.25s 2025-12-03 17:18:06.501459 | fa163ee2-fa81-d288-9367-000000000b57 | TASK | Check if file key4.db exist 2025-12-03 17:18:06.714448 | fa163ee2-fa81-d288-9367-000000000b57 | OK | Check if file key4.db exist | standalone 2025-12-03 17:18:06.715752 | fa163ee2-fa81-d288-9367-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:20.287281 | 0.21s 2025-12-03 17:18:06.771697 | fa163ee2-fa81-d288-9367-000000000b58 | SKIPPED | fail | standalone 2025-12-03 17:18:06.773011 | fa163ee2-fa81-d288-9367-000000000b58 | TIMING | fail | standalone | 0:02:20.344542 | 0.03s 2025-12-03 17:18:06.797889 | fa163ee2-fa81-d288-9367-000000000b59 | TASK | Create persistent directories 2025-12-03 17:18:07.073059 | fa163ee2-fa81-d288-9367-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-03 17:18:07.075633 | fa163ee2-fa81-d288-9367-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.647156 | 0.28s 2025-12-03 17:18:07.265792 | fa163ee2-fa81-d288-9367-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-03 17:18:07.267419 | fa163ee2-fa81-d288-9367-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.838952 | 0.47s 2025-12-03 17:18:07.278147 | fa163ee2-fa81-d288-9367-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:20.849673 | 0.48s 2025-12-03 17:18:07.303120 | fa163ee2-fa81-d288-9367-000000000b5a | TASK | create persistent directories 2025-12-03 17:18:07.545369 | fa163ee2-fa81-d288-9367-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-03 17:18:07.547521 | fa163ee2-fa81-d288-9367-000000000b5a | TIMING | create persistent directories | standalone | 0:02:21.119047 | 0.24s 2025-12-03 17:18:07.557658 | fa163ee2-fa81-d288-9367-000000000b5a | TIMING | create persistent directories | standalone | 0:02:21.129182 | 0.25s 2025-12-03 17:18:07.582468 | fa163ee2-fa81-d288-9367-000000000b5b | TASK | create persistent directories 2025-12-03 17:18:07.845628 | fa163ee2-fa81-d288-9367-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-03 17:18:07.847571 | fa163ee2-fa81-d288-9367-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.419085 | 0.26s 2025-12-03 17:18:08.033935 | fa163ee2-fa81-d288-9367-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-03 17:18:08.035097 | fa163ee2-fa81-d288-9367-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.606624 | 0.45s 2025-12-03 17:18:08.042601 | fa163ee2-fa81-d288-9367-000000000b5b | TIMING | create persistent directories | standalone | 0:02:21.614125 | 0.46s 2025-12-03 17:18:08.067705 | fa163ee2-fa81-d288-9367-000000000b5c | TASK | create persistent directories 2025-12-03 17:18:08.305289 | fa163ee2-fa81-d288-9367-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-03 17:18:08.306713 | fa163ee2-fa81-d288-9367-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.878240 | 0.24s 2025-12-03 17:18:08.318713 | fa163ee2-fa81-d288-9367-000000000b5c | TIMING | create persistent directories | standalone | 0:02:21.890239 | 0.25s 2025-12-03 17:18:08.343551 | fa163ee2-fa81-d288-9367-000000000b5d | TASK | create persistent directories 2025-12-03 17:18:08.601376 | fa163ee2-fa81-d288-9367-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-03 17:18:08.602999 | fa163ee2-fa81-d288-9367-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.174524 | 0.26s 2025-12-03 17:18:08.830374 | fa163ee2-fa81-d288-9367-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-03 17:18:08.832159 | fa163ee2-fa81-d288-9367-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.403691 | 0.49s 2025-12-03 17:18:09.023407 | fa163ee2-fa81-d288-9367-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-03 17:18:09.025572 | fa163ee2-fa81-d288-9367-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.597097 | 0.68s 2025-12-03 17:18:09.036443 | fa163ee2-fa81-d288-9367-000000000b5d | TIMING | create persistent directories | standalone | 0:02:22.607967 | 0.69s 2025-12-03 17:18:09.061887 | fa163ee2-fa81-d288-9367-000000000b5e | TASK | create persistent directories 2025-12-03 17:18:09.311962 | fa163ee2-fa81-d288-9367-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-03 17:18:09.314316 | fa163ee2-fa81-d288-9367-000000000b5e | TIMING | create persistent directories | standalone | 0:02:22.885837 | 0.25s 2025-12-03 17:18:09.521769 | fa163ee2-fa81-d288-9367-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-03 17:18:09.522910 | fa163ee2-fa81-d288-9367-000000000b5e | TIMING | create persistent directories | standalone | 0:02:23.094442 | 0.46s 2025-12-03 17:18:09.529635 | fa163ee2-fa81-d288-9367-000000000b5e | TIMING | create persistent directories | standalone | 0:02:23.101159 | 0.47s 2025-12-03 17:18:09.554856 | fa163ee2-fa81-d288-9367-000000000b5f | TASK | create persistent directories 2025-12-03 17:18:09.798617 | fa163ee2-fa81-d288-9367-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-03 17:18:09.800845 | fa163ee2-fa81-d288-9367-000000000b5f | TIMING | create persistent directories | standalone | 0:02:23.372344 | 0.24s 2025-12-03 17:18:09.810524 | fa163ee2-fa81-d288-9367-000000000b5f | TIMING | create persistent directories | standalone | 0:02:23.382049 | 0.25s 2025-12-03 17:18:09.835285 | fa163ee2-fa81-d288-9367-000000000b60 | TASK | creating directory 2025-12-03 17:18:10.063929 | fa163ee2-fa81-d288-9367-000000000b60 | CHANGED | creating directory | standalone 2025-12-03 17:18:10.065233 | fa163ee2-fa81-d288-9367-000000000b60 | TIMING | creating directory | standalone | 0:02:23.636763 | 0.23s 2025-12-03 17:18:10.098251 | fa163ee2-fa81-d288-9367-000000000b61 | TASK | derive pci passthrough whitelist 2025-12-03 17:18:10.511787 | fa163ee2-fa81-d288-9367-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-03 17:18:10.513147 | fa163ee2-fa81-d288-9367-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:24.084679 | 0.41s 2025-12-03 17:18:10.537874 | fa163ee2-fa81-d288-9367-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-12-03 17:18:11.365678 | fa163ee2-fa81-d288-9367-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-03 17:18:11.366982 | fa163ee2-fa81-d288-9367-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:24.938513 | 0.83s 2025-12-03 17:18:11.391805 | fa163ee2-fa81-d288-9367-000000000b63 | TASK | create /run/netns with temp namespace 2025-12-03 17:18:11.612528 | fa163ee2-fa81-d288-9367-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-12-03 17:18:11.613786 | fa163ee2-fa81-d288-9367-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:25.185316 | 0.22s 2025-12-03 17:18:11.640360 | fa163ee2-fa81-d288-9367-000000000b64 | TASK | remove temp namespace 2025-12-03 17:18:11.890408 | fa163ee2-fa81-d288-9367-000000000b64 | CHANGED | remove temp namespace | standalone 2025-12-03 17:18:11.891665 | fa163ee2-fa81-d288-9367-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:25.463196 | 0.25s 2025-12-03 17:18:11.916541 | fa163ee2-fa81-d288-9367-000000000b65 | TASK | create /var/lib/neutron 2025-12-03 17:18:12.147428 | fa163ee2-fa81-d288-9367-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-12-03 17:18:12.148933 | fa163ee2-fa81-d288-9367-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:25.720463 | 0.23s 2025-12-03 17:18:12.173541 | fa163ee2-fa81-d288-9367-000000000b66 | TASK | set conditions 2025-12-03 17:18:12.203923 | fa163ee2-fa81-d288-9367-000000000b66 | OK | set conditions | standalone 2025-12-03 17:18:12.205014 | fa163ee2-fa81-d288-9367-000000000b66 | TIMING | set conditions | standalone | 0:02:25.776546 | 0.03s 2025-12-03 17:18:12.229504 | fa163ee2-fa81-d288-9367-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-03 17:18:12.459328 | fa163ee2-fa81-d288-9367-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-03 17:18:12.460600 | fa163ee2-fa81-d288-9367-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:26.032131 | 0.23s 2025-12-03 17:18:12.484500 | fa163ee2-fa81-d288-9367-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-12-03 17:18:12.915179 | fa163ee2-fa81-d288-9367-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-03 17:18:12.916537 | fa163ee2-fa81-d288-9367-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:26.488068 | 0.43s 2025-12-03 17:18:12.941258 | fa163ee2-fa81-d288-9367-000000000b69 | TASK | create haproxy kill script 2025-12-03 17:18:13.375045 | fa163ee2-fa81-d288-9367-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-12-03 17:18:13.376385 | fa163ee2-fa81-d288-9367-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:26.947914 | 0.43s 2025-12-03 17:18:13.401026 | fa163ee2-fa81-d288-9367-000000000b6a | TASK | create persistent directories 2025-12-03 17:18:13.653274 | fa163ee2-fa81-d288-9367-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-03 17:18:13.655465 | fa163ee2-fa81-d288-9367-000000000b6a | TIMING | create persistent directories | standalone | 0:02:27.226988 | 0.25s 2025-12-03 17:18:13.870713 | fa163ee2-fa81-d288-9367-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-03 17:18:13.871794 | fa163ee2-fa81-d288-9367-000000000b6a | TIMING | create persistent directories | standalone | 0:02:27.443327 | 0.47s 2025-12-03 17:18:13.878611 | fa163ee2-fa81-d288-9367-000000000b6a | TIMING | create persistent directories | standalone | 0:02:27.450115 | 0.48s 2025-12-03 17:18:13.903546 | fa163ee2-fa81-d288-9367-000000000b6b | TASK | create persistent directories 2025-12-03 17:18:14.140929 | fa163ee2-fa81-d288-9367-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-03 17:18:14.142500 | fa163ee2-fa81-d288-9367-000000000b6b | TIMING | create persistent directories | standalone | 0:02:27.714026 | 0.24s 2025-12-03 17:18:14.148761 | fa163ee2-fa81-d288-9367-000000000b6b | TIMING | create persistent directories | standalone | 0:02:27.720278 | 0.24s 2025-12-03 17:18:14.174033 | fa163ee2-fa81-d288-9367-000000000b6c | TASK | create persistent directories 2025-12-03 17:18:14.420556 | fa163ee2-fa81-d288-9367-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-03 17:18:14.422123 | fa163ee2-fa81-d288-9367-000000000b6c | TIMING | create persistent directories | standalone | 0:02:27.993647 | 0.25s 2025-12-03 17:18:14.644939 | fa163ee2-fa81-d288-9367-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-03 17:18:14.646007 | fa163ee2-fa81-d288-9367-000000000b6c | TIMING | create persistent directories | standalone | 0:02:28.217533 | 0.47s 2025-12-03 17:18:14.652490 | fa163ee2-fa81-d288-9367-000000000b6c | TIMING | create persistent directories | standalone | 0:02:28.224015 | 0.48s 2025-12-03 17:18:14.677626 | fa163ee2-fa81-d288-9367-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-03 17:18:14.891607 | fa163ee2-fa81-d288-9367-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-03 17:18:14.892961 | fa163ee2-fa81-d288-9367-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:28.464489 | 0.21s 2025-12-03 17:18:14.918466 | fa163ee2-fa81-d288-9367-000000000b6e | TASK | create persistent directories 2025-12-03 17:18:15.169924 | fa163ee2-fa81-d288-9367-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-03 17:18:15.172224 | fa163ee2-fa81-d288-9367-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.743747 | 0.25s 2025-12-03 17:18:15.347701 | fa163ee2-fa81-d288-9367-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-03 17:18:15.348854 | fa163ee2-fa81-d288-9367-000000000b6e | TIMING | create persistent directories | standalone | 0:02:28.920351 | 0.43s 2025-12-03 17:18:15.575362 | fa163ee2-fa81-d288-9367-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-03 17:18:15.577239 | fa163ee2-fa81-d288-9367-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.148768 | 0.66s 2025-12-03 17:18:15.782169 | fa163ee2-fa81-d288-9367-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-03 17:18:15.784060 | fa163ee2-fa81-d288-9367-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.355593 | 0.86s 2025-12-03 17:18:15.957545 | fa163ee2-fa81-d288-9367-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-03 17:18:15.958683 | fa163ee2-fa81-d288-9367-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.530211 | 1.04s 2025-12-03 17:18:15.967609 | fa163ee2-fa81-d288-9367-000000000b6e | TIMING | create persistent directories | standalone | 0:02:29.539133 | 1.05s 2025-12-03 17:18:15.993373 | fa163ee2-fa81-d288-9367-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-12-03 17:18:16.476202 | fa163ee2-fa81-d288-9367-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-03 17:18:16.477484 | fa163ee2-fa81-d288-9367-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:30.049015 | 0.48s 2025-12-03 17:18:16.501681 | fa163ee2-fa81-d288-9367-000000000b70 | TASK | create tempfiles 2025-12-03 17:18:16.795431 | fa163ee2-fa81-d288-9367-000000000b70 | CHANGED | create tempfiles | standalone 2025-12-03 17:18:16.796897 | fa163ee2-fa81-d288-9367-000000000b70 | TIMING | create tempfiles | standalone | 0:02:30.368426 | 0.29s 2025-12-03 17:18:16.822516 | fa163ee2-fa81-d288-9367-000000000b71 | TASK | Mount Nova NFS Share 2025-12-03 17:18:16.850993 | fa163ee2-fa81-d288-9367-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-03 17:18:16.852188 | fa163ee2-fa81-d288-9367-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:30.423718 | 0.03s 2025-12-03 17:18:16.876222 | fa163ee2-fa81-d288-9367-000000000b73 | TASK | check systemd-container package installed or not 2025-12-03 17:18:16.903749 | fa163ee2-fa81-d288-9367-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-12-03 17:18:16.904947 | fa163ee2-fa81-d288-9367-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:30.476477 | 0.03s 2025-12-03 17:18:16.930349 | fa163ee2-fa81-d288-9367-000000000b74 | TASK | get latest package from downloaded package versions 2025-12-03 17:18:16.957963 | fa163ee2-fa81-d288-9367-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-03 17:18:16.959140 | fa163ee2-fa81-d288-9367-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:30.530671 | 0.03s 2025-12-03 17:18:16.982930 | fa163ee2-fa81-d288-9367-000000000b75 | TASK | Install systemd-container package on boot 2025-12-03 17:18:17.010996 | fa163ee2-fa81-d288-9367-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-12-03 17:18:17.012133 | fa163ee2-fa81-d288-9367-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:30.583663 | 0.03s 2025-12-03 17:18:17.036518 | fa163ee2-fa81-d288-9367-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-12-03 17:18:17.064626 | fa163ee2-fa81-d288-9367-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-03 17:18:17.065907 | fa163ee2-fa81-d288-9367-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:30.637438 | 0.03s 2025-12-03 17:18:17.090142 | fa163ee2-fa81-d288-9367-000000000b77 | TASK | check if install-systemd-container service exists 2025-12-03 17:18:17.121017 | fa163ee2-fa81-d288-9367-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-03 17:18:17.122200 | fa163ee2-fa81-d288-9367-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:30.693729 | 0.03s 2025-12-03 17:18:17.146452 | fa163ee2-fa81-d288-9367-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-12-03 17:18:17.174976 | fa163ee2-fa81-d288-9367-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-03 17:18:17.176265 | fa163ee2-fa81-d288-9367-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:30.747794 | 0.03s 2025-12-03 17:18:17.201768 | fa163ee2-fa81-d288-9367-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-03 17:18:17.233327 | fa163ee2-fa81-d288-9367-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-03 17:18:17.234551 | fa163ee2-fa81-d288-9367-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:30.806077 | 0.03s 2025-12-03 17:18:17.258871 | fa163ee2-fa81-d288-9367-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-03 17:18:17.288319 | fa163ee2-fa81-d288-9367-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-03 17:18:17.289552 | fa163ee2-fa81-d288-9367-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:30.861080 | 0.03s 2025-12-03 17:18:17.314663 | fa163ee2-fa81-d288-9367-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-12-03 17:18:17.343005 | fa163ee2-fa81-d288-9367-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-03 17:18:17.344222 | fa163ee2-fa81-d288-9367-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:30.915752 | 0.03s 2025-12-03 17:18:17.369041 | fa163ee2-fa81-d288-9367-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-03 17:18:17.397386 | fa163ee2-fa81-d288-9367-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-03 17:18:17.398463 | fa163ee2-fa81-d288-9367-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:30.969994 | 0.03s 2025-12-03 17:18:17.423202 | fa163ee2-fa81-d288-9367-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-03 17:18:17.453529 | fa163ee2-fa81-d288-9367-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-03 17:18:17.454749 | fa163ee2-fa81-d288-9367-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:31.026279 | 0.03s 2025-12-03 17:18:17.479635 | fa163ee2-fa81-d288-9367-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-03 17:18:17.508792 | fa163ee2-fa81-d288-9367-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-03 17:18:17.509997 | fa163ee2-fa81-d288-9367-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:31.081526 | 0.03s 2025-12-03 17:18:17.534037 | fa163ee2-fa81-d288-9367-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-03 17:18:17.563457 | fa163ee2-fa81-d288-9367-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-03 17:18:17.564681 | fa163ee2-fa81-d288-9367-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:31.136212 | 0.03s 2025-12-03 17:18:17.589034 | fa163ee2-fa81-d288-9367-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-03 17:18:17.618944 | fa163ee2-fa81-d288-9367-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-03 17:18:17.620136 | fa163ee2-fa81-d288-9367-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:31.191667 | 0.03s 2025-12-03 17:18:17.644146 | fa163ee2-fa81-d288-9367-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-12-03 17:18:17.676384 | fa163ee2-fa81-d288-9367-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-12-03 17:18:17.677538 | fa163ee2-fa81-d288-9367-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:31.249068 | 0.03s 2025-12-03 17:18:17.700967 | fa163ee2-fa81-d288-9367-000000000b86 | TASK | install nova-compute delay wrapper script 2025-12-03 17:18:17.750358 | fa163ee2-fa81-d288-9367-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-03 17:18:17.751522 | fa163ee2-fa81-d288-9367-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:31.323052 | 0.05s 2025-12-03 17:18:17.775474 | fa163ee2-fa81-d288-9367-000000000b87 | TASK | Is irqbalance enabled 2025-12-03 17:18:17.806702 | fa163ee2-fa81-d288-9367-000000000b87 | OK | Is irqbalance enabled | standalone 2025-12-03 17:18:17.808010 | fa163ee2-fa81-d288-9367-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:31.379540 | 0.03s 2025-12-03 17:18:17.832374 | fa163ee2-fa81-d288-9367-000000000b88 | TASK | disable irqbalance service on compute 2025-12-03 17:18:17.863672 | fa163ee2-fa81-d288-9367-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-12-03 17:18:17.864991 | fa163ee2-fa81-d288-9367-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:31.436515 | 0.03s 2025-12-03 17:18:17.890067 | fa163ee2-fa81-d288-9367-000000000b89 | TASK | create persistent directories 2025-12-03 17:18:18.141651 | fa163ee2-fa81-d288-9367-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-03 17:18:18.143555 | fa163ee2-fa81-d288-9367-000000000b89 | TIMING | create persistent directories | standalone | 0:02:31.715083 | 0.25s 2025-12-03 17:18:18.153752 | fa163ee2-fa81-d288-9367-000000000b89 | TIMING | create persistent directories | standalone | 0:02:31.725280 | 0.26s 2025-12-03 17:18:18.178453 | fa163ee2-fa81-d288-9367-000000000b8a | TASK | create libvirt persistent data directories 2025-12-03 17:18:18.445300 | fa163ee2-fa81-d288-9367-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-03 17:18:18.446919 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.018442 | 0.27s 2025-12-03 17:18:18.650721 | fa163ee2-fa81-d288-9367-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-03 17:18:18.652449 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.223980 | 0.47s 2025-12-03 17:18:18.858273 | fa163ee2-fa81-d288-9367-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-03 17:18:18.859510 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.431041 | 0.68s 2025-12-03 17:18:19.067880 | fa163ee2-fa81-d288-9367-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-03 17:18:19.069487 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.641020 | 0.89s 2025-12-03 17:18:19.275398 | fa163ee2-fa81-d288-9367-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-03 17:18:19.276065 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:32.847604 | 1.10s 2025-12-03 17:18:19.516445 | fa163ee2-fa81-d288-9367-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-03 17:18:19.518033 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.089566 | 1.34s 2025-12-03 17:18:19.727241 | fa163ee2-fa81-d288-9367-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-03 17:18:19.727931 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.299472 | 1.55s 2025-12-03 17:18:19.964030 | fa163ee2-fa81-d288-9367-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-03 17:18:19.965731 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.537264 | 1.79s 2025-12-03 17:18:19.977950 | fa163ee2-fa81-d288-9367-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.549476 | 1.80s 2025-12-03 17:18:20.005333 | fa163ee2-fa81-d288-9367-000000000b8b | TASK | ensure qemu group is present on the host 2025-12-03 17:18:20.637783 | fa163ee2-fa81-d288-9367-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-12-03 17:18:20.639588 | fa163ee2-fa81-d288-9367-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:34.211115 | 0.63s 2025-12-03 17:18:20.664983 | fa163ee2-fa81-d288-9367-000000000b8c | TASK | ensure qemu user is present on the host 2025-12-03 17:18:21.408657 | fa163ee2-fa81-d288-9367-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-12-03 17:18:21.409515 | fa163ee2-fa81-d288-9367-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:34.981054 | 0.74s 2025-12-03 17:18:21.426919 | fa163ee2-fa81-d288-9367-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-03 17:18:21.659168 | fa163ee2-fa81-d288-9367-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-03 17:18:21.660093 | fa163ee2-fa81-d288-9367-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:35.231632 | 0.23s 2025-12-03 17:18:21.684394 | fa163ee2-fa81-d288-9367-000000000b8e | TASK | check if libvirt is installed 2025-12-03 17:18:21.925708 | fa163ee2-fa81-d288-9367-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-12-03 17:18:21.927159 | fa163ee2-fa81-d288-9367-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:35.498685 | 0.24s 2025-12-03 17:18:21.953113 | fa163ee2-fa81-d288-9367-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-12-03 17:18:21.995055 | fa163ee2-fa81-d288-9367-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-03 17:18:22.002552 | fa163ee2-fa81-d288-9367-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-03 17:18:22.008573 | fa163ee2-fa81-d288-9367-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:35.580092 | 0.05s 2025-12-03 17:18:22.034543 | fa163ee2-fa81-d288-9367-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-12-03 17:18:22.502743 | fa163ee2-fa81-d288-9367-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-03 17:18:22.504189 | fa163ee2-fa81-d288-9367-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:36.075718 | 0.47s 2025-12-03 17:18:22.528118 | fa163ee2-fa81-d288-9367-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-03 17:18:23.552176 | fa163ee2-fa81-d288-9367-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-03 17:18:23.553728 | fa163ee2-fa81-d288-9367-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:37.125257 | 1.02s 2025-12-03 17:18:23.579228 | fa163ee2-fa81-d288-9367-000000000b92 | TASK | remove gnutls-qemu.config 2025-12-03 17:18:23.799857 | fa163ee2-fa81-d288-9367-000000000b92 | OK | remove gnutls-qemu.config | standalone 2025-12-03 17:18:23.801243 | fa163ee2-fa81-d288-9367-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:37.372774 | 0.22s 2025-12-03 17:18:23.825444 | fa163ee2-fa81-d288-9367-000000000b93 | TASK | update crypto policies 2025-12-03 17:18:23.842969 | fa163ee2-fa81-d288-9367-000000000b93 | SKIPPED | update crypto policies | standalone 2025-12-03 17:18:23.844034 | fa163ee2-fa81-d288-9367-000000000b93 | TIMING | update crypto policies | standalone | 0:02:37.415566 | 0.02s 2025-12-03 17:18:23.868105 | fa163ee2-fa81-d288-9367-000000000b94 | TASK | Create libvirt persistent data directories 2025-12-03 17:18:24.084217 | fa163ee2-fa81-d288-9367-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-03 17:18:24.085258 | fa163ee2-fa81-d288-9367-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:37.656794 | 0.22s 2025-12-03 17:18:24.089355 | fa163ee2-fa81-d288-9367-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:37.660874 | 0.22s 2025-12-03 17:18:24.114149 | fa163ee2-fa81-d288-9367-000000000b95 | TASK | create persistent directories 2025-12-03 17:18:24.350284 | fa163ee2-fa81-d288-9367-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-03 17:18:24.352390 | fa163ee2-fa81-d288-9367-000000000b95 | TIMING | create persistent directories | standalone | 0:02:37.923908 | 0.24s 2025-12-03 17:18:24.571251 | fa163ee2-fa81-d288-9367-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-03 17:18:24.573171 | fa163ee2-fa81-d288-9367-000000000b95 | TIMING | create persistent directories | standalone | 0:02:38.144702 | 0.46s 2025-12-03 17:18:24.583947 | fa163ee2-fa81-d288-9367-000000000b95 | TIMING | create persistent directories | standalone | 0:02:38.155470 | 0.47s 2025-12-03 17:18:24.610137 | fa163ee2-fa81-d288-9367-000000000b96 | TASK | Copy in cleanup script 2025-12-03 17:18:25.082283 | fa163ee2-fa81-d288-9367-000000000b96 | CHANGED | Copy in cleanup script | standalone 2025-12-03 17:18:25.083148 | fa163ee2-fa81-d288-9367-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:38.654687 | 0.47s 2025-12-03 17:18:25.106299 | fa163ee2-fa81-d288-9367-000000000b97 | TASK | Copy in cleanup service 2025-12-03 17:18:25.516113 | fa163ee2-fa81-d288-9367-000000000b97 | CHANGED | Copy in cleanup service | standalone 2025-12-03 17:18:25.517490 | fa163ee2-fa81-d288-9367-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:39.089020 | 0.41s 2025-12-03 17:18:25.547521 | fa163ee2-fa81-d288-9367-000000000b98 | TASK | Enabling the cleanup service 2025-12-03 17:18:26.189127 | fa163ee2-fa81-d288-9367-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2025-12-03 17:18:26.190931 | fa163ee2-fa81-d288-9367-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:39.762460 | 0.64s 2025-12-03 17:18:26.216559 | fa163ee2-fa81-d288-9367-000000000b99 | TASK | create persistent directories 2025-12-03 17:18:26.479627 | fa163ee2-fa81-d288-9367-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-03 17:18:26.481742 | fa163ee2-fa81-d288-9367-000000000b99 | TIMING | create persistent directories | standalone | 0:02:40.053266 | 0.26s 2025-12-03 17:18:26.647878 | fa163ee2-fa81-d288-9367-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-03 17:18:26.649033 | fa163ee2-fa81-d288-9367-000000000b99 | TIMING | create persistent directories | standalone | 0:02:40.220565 | 0.43s 2025-12-03 17:18:26.660596 | fa163ee2-fa81-d288-9367-000000000b99 | TIMING | create persistent directories | standalone | 0:02:40.232130 | 0.44s 2025-12-03 17:18:26.677686 | fa163ee2-fa81-d288-9367-000000000b9a | TASK | set conditions 2025-12-03 17:18:26.706086 | fa163ee2-fa81-d288-9367-000000000b9a | OK | set conditions | standalone 2025-12-03 17:18:26.706780 | fa163ee2-fa81-d288-9367-000000000b9a | TIMING | set conditions | standalone | 0:02:40.278318 | 0.03s 2025-12-03 17:18:26.725759 | fa163ee2-fa81-d288-9367-000000000b9b | TASK | create persistent directories 2025-12-03 17:18:26.963216 | fa163ee2-fa81-d288-9367-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-03 17:18:26.965551 | fa163ee2-fa81-d288-9367-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.537074 | 0.24s 2025-12-03 17:18:27.159491 | fa163ee2-fa81-d288-9367-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-12-03 17:18:27.161137 | fa163ee2-fa81-d288-9367-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.732670 | 0.43s 2025-12-03 17:18:27.333961 | fa163ee2-fa81-d288-9367-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-12-03 17:18:27.335650 | fa163ee2-fa81-d288-9367-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.907181 | 0.61s 2025-12-03 17:18:27.346059 | fa163ee2-fa81-d288-9367-000000000b9b | TIMING | create persistent directories | standalone | 0:02:40.917588 | 0.62s 2025-12-03 17:18:27.366670 | fa163ee2-fa81-d288-9367-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2025-12-03 17:18:27.767323 | fa163ee2-fa81-d288-9367-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-12-03 17:18:27.768717 | fa163ee2-fa81-d288-9367-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:41.340246 | 0.40s 2025-12-03 17:18:27.793436 | fa163ee2-fa81-d288-9367-000000000b9d | TASK | create persistent directories 2025-12-03 17:18:28.037964 | fa163ee2-fa81-d288-9367-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-03 17:18:28.039468 | fa163ee2-fa81-d288-9367-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.610993 | 0.24s 2025-12-03 17:18:28.205024 | fa163ee2-fa81-d288-9367-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-12-03 17:18:28.206658 | fa163ee2-fa81-d288-9367-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.778191 | 0.41s 2025-12-03 17:18:28.217700 | fa163ee2-fa81-d288-9367-000000000b9d | TIMING | create persistent directories | standalone | 0:02:41.789227 | 0.42s 2025-12-03 17:18:28.242797 | fa163ee2-fa81-d288-9367-000000000b9e | TASK | create empty log files 2025-12-03 17:18:28.430203 | fa163ee2-fa81-d288-9367-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-12-03 17:18:28.432491 | fa163ee2-fa81-d288-9367-000000000b9e | TIMING | create empty log files | standalone | 0:02:42.004013 | 0.19s 2025-12-03 17:18:28.596198 | fa163ee2-fa81-d288-9367-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-12-03 17:18:28.597276 | fa163ee2-fa81-d288-9367-000000000b9e | TIMING | create empty log files | standalone | 0:02:42.168810 | 0.35s 2025-12-03 17:18:28.604304 | fa163ee2-fa81-d288-9367-000000000b9e | TIMING | create empty log files | standalone | 0:02:42.175829 | 0.36s 2025-12-03 17:18:28.629471 | fa163ee2-fa81-d288-9367-000000000b9f | TASK | create persistent directories 2025-12-03 17:18:28.850956 | fa163ee2-fa81-d288-9367-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-03 17:18:28.852391 | fa163ee2-fa81-d288-9367-000000000b9f | TIMING | create persistent directories | standalone | 0:02:42.423917 | 0.22s 2025-12-03 17:18:28.858272 | fa163ee2-fa81-d288-9367-000000000b9f | TIMING | create persistent directories | standalone | 0:02:42.429804 | 0.23s 2025-12-03 17:18:28.875572 | fa163ee2-fa81-d288-9367-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2025-12-03 17:18:31.728303 | fa163ee2-fa81-d288-9367-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2025-12-03 17:18:31.729709 | fa163ee2-fa81-d288-9367-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:45.301241 | 2.85s 2025-12-03 17:18:31.783010 | fa163ee2-fa81-d288-9367-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:45.354528 | 0.03s 2025-12-03 17:18:31.843369 | fa163ee2-fa81-d288-9367-00000000129e | TASK | Gather variables for each operating system 2025-12-03 17:18:31.953688 | fa163ee2-fa81-d288-9367-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:45.525212 | 0.11s 2025-12-03 17:18:31.978632 | fa163ee2-fa81-d288-9367-00000000129f | TASK | Set packages facts 2025-12-03 17:18:32.020381 | fa163ee2-fa81-d288-9367-00000000129f | OK | Set packages facts | standalone 2025-12-03 17:18:32.021695 | fa163ee2-fa81-d288-9367-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:45.593226 | 0.04s 2025-12-03 17:18:32.046382 | fa163ee2-fa81-d288-9367-0000000012a0 | TASK | Manage package 2025-12-03 17:18:32.106125 | fa163ee2-fa81-d288-9367-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-03 17:18:32.131219 | fa163ee2-fa81-d288-9367-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-03 17:18:32.147374 | fa163ee2-fa81-d288-9367-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-03 17:18:36.662254 | fa163ee2-fa81-d288-9367-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.233773 | 4.61s 2025-12-03 17:18:36.685708 | fa163ee2-fa81-d288-9367-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-03 17:18:36.698910 | fa163ee2-fa81-d288-9367-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:50.270433 | 4.65s 2025-12-03 17:18:36.747129 | fa163ee2-fa81-d288-9367-000000000ba4 | TASK | create fcontext for rabbitmq data 2025-12-03 17:18:37.986067 | fa163ee2-fa81-d288-9367-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-03 17:18:37.987152 | fa163ee2-fa81-d288-9367-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:51.558689 | 1.24s 2025-12-03 17:18:38.006103 | fa163ee2-fa81-d288-9367-000000000ba5 | TASK | create persistent directories 2025-12-03 17:18:38.269025 | fa163ee2-fa81-d288-9367-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-03 17:18:38.271395 | fa163ee2-fa81-d288-9367-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:51.842918 | 0.26s 2025-12-03 17:18:38.487184 | fa163ee2-fa81-d288-9367-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-03 17:18:38.488201 | fa163ee2-fa81-d288-9367-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:52.059733 | 0.48s 2025-12-03 17:18:38.495619 | fa163ee2-fa81-d288-9367-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:52.067142 | 0.49s 2025-12-03 17:18:38.523752 | fa163ee2-fa81-d288-9367-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-03 17:18:38.787912 | fa163ee2-fa81-d288-9367-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-12-03 17:18:38.788971 | fa163ee2-fa81-d288-9367-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:52.360506 | 0.26s 2025-12-03 17:18:38.811222 | fa163ee2-fa81-d288-9367-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-03 17:18:38.839888 | fa163ee2-fa81-d288-9367-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-03 17:18:38.841078 | fa163ee2-fa81-d288-9367-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:52.412607 | 0.03s 2025-12-03 17:18:38.865213 | fa163ee2-fa81-d288-9367-000000000ba8 | TASK | Remove existing entries from logind conf 2025-12-03 17:18:39.084768 | fa163ee2-fa81-d288-9367-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2025-12-03 17:18:39.086140 | fa163ee2-fa81-d288-9367-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:52.657670 | 0.22s 2025-12-03 17:18:39.110528 | fa163ee2-fa81-d288-9367-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2025-12-03 17:18:39.340308 | fa163ee2-fa81-d288-9367-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-03 17:18:39.341082 | fa163ee2-fa81-d288-9367-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:52.912622 | 0.23s 2025-12-03 17:18:39.360219 | fa163ee2-fa81-d288-9367-000000000baa | TASK | Restart systemd-logind 2025-12-03 17:18:40.868146 | fa163ee2-fa81-d288-9367-000000000baa | CHANGED | Restart systemd-logind | standalone 2025-12-03 17:18:40.870094 | fa163ee2-fa81-d288-9367-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:54.441622 | 1.51s 2025-12-03 17:18:40.896686 | fa163ee2-fa81-d288-9367-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}} 2025-12-03 17:18:40.955954 | fa163ee2-fa81-d288-9367-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-03 17:18:40.956947 | fa163ee2-fa81-d288-9367-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:54.528476 | 0.06s 2025-12-03 17:18:40.981876 | fa163ee2-fa81-d288-9367-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}} 2025-12-03 17:18:41.052526 | fa163ee2-fa81-d288-9367-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-03 17:18:41.053537 | fa163ee2-fa81-d288-9367-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:54.625067 | 0.07s 2025-12-03 17:18:41.079004 | fa163ee2-fa81-d288-9367-000000000bad | TASK | create persistent logs directory 2025-12-03 17:18:41.334071 | fa163ee2-fa81-d288-9367-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-03 17:18:41.337549 | fa163ee2-fa81-d288-9367-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:54.909073 | 0.26s 2025-12-03 17:18:41.509217 | fa163ee2-fa81-d288-9367-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-03 17:18:41.512272 | fa163ee2-fa81-d288-9367-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:55.083797 | 0.43s 2025-12-03 17:18:41.521737 | fa163ee2-fa81-d288-9367-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:55.093271 | 0.44s 2025-12-03 17:18:41.546801 | fa163ee2-fa81-d288-9367-000000000baf | TASK | Set login facts 2025-12-03 17:18:41.578552 | fa163ee2-fa81-d288-9367-000000000baf | OK | Set login facts | standalone 2025-12-03 17:18:41.579726 | fa163ee2-fa81-d288-9367-000000000baf | TIMING | Set login facts | standalone | 0:02:55.151254 | 0.03s 2025-12-03 17:18:41.604781 | fa163ee2-fa81-d288-9367-000000000bb0 | TASK | Convert logins json to dict 2025-12-03 17:18:41.648186 | fa163ee2-fa81-d288-9367-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2025-12-03 17:18:41.649233 | fa163ee2-fa81-d288-9367-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:55.220764 | 0.04s 2025-12-03 17:18:41.674356 | fa163ee2-fa81-d288-9367-000000000bb1 | TASK | Set registry logins 2025-12-03 17:18:41.722696 | fa163ee2-fa81-d288-9367-000000000bb1 | SKIPPED | Set registry logins | standalone 2025-12-03 17:18:41.723396 | fa163ee2-fa81-d288-9367-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:55.294935 | 0.05s 2025-12-03 17:18:41.744411 | fa163ee2-fa81-d288-9367-000000000bb2 | TASK | Run podman install 2025-12-03 17:18:41.772414 | fa163ee2-fa81-d288-9367-000000000bb2 | TIMING | Run podman install | standalone | 0:02:55.343941 | 0.03s 2025-12-03 17:18:41.851683 | fa163ee2-fa81-d288-9367-000000001330 | TASK | Gather variables for each operating system 2025-12-03 17:18:42.000552 | fa163ee2-fa81-d288-9367-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-03 17:18:42.001735 | fa163ee2-fa81-d288-9367-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:55.573264 | 0.15s 2025-12-03 17:18:42.007342 | fa163ee2-fa81-d288-9367-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:55.578877 | 0.15s 2025-12-03 17:18:42.032458 | fa163ee2-fa81-d288-9367-000000001332 | TASK | ensure podman and deps are installed 2025-12-03 17:18:44.909007 | fa163ee2-fa81-d288-9367-000000001332 | OK | ensure podman and deps are installed | standalone 2025-12-03 17:18:44.910420 | fa163ee2-fa81-d288-9367-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:58.481949 | 2.88s 2025-12-03 17:18:44.936352 | fa163ee2-fa81-d288-9367-000000001333 | TASK | Ensure we get the ansible interfaces facts 2025-12-03 17:18:45.489619 | fa163ee2-fa81-d288-9367-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-03 17:18:45.490805 | fa163ee2-fa81-d288-9367-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:59.062334 | 0.55s 2025-12-03 17:18:45.515582 | fa163ee2-fa81-d288-9367-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-03 17:18:45.543836 | fa163ee2-fa81-d288-9367-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-03 17:18:45.544606 | fa163ee2-fa81-d288-9367-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:59.116143 | 0.03s 2025-12-03 17:18:45.564080 | fa163ee2-fa81-d288-9367-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2025-12-03 17:18:45.601053 | fa163ee2-fa81-d288-9367-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-03 17:18:45.602022 | fa163ee2-fa81-d288-9367-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:59.173558 | 0.04s 2025-12-03 17:18:45.622050 | fa163ee2-fa81-d288-9367-000000001337 | TASK | Update default network configuration if possible 2025-12-03 17:18:45.658483 | fa163ee2-fa81-d288-9367-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2025-12-03 17:18:45.659178 | fa163ee2-fa81-d288-9367-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:59.230716 | 0.04s 2025-12-03 17:18:45.684869 | fa163ee2-fa81-d288-9367-000000001339 | TASK | Make sure /etc/containers/networks exists 2025-12-03 17:18:45.921761 | fa163ee2-fa81-d288-9367-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2025-12-03 17:18:45.923108 | fa163ee2-fa81-d288-9367-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:02:59.494638 | 0.24s 2025-12-03 17:18:45.947724 | fa163ee2-fa81-d288-9367-00000000133a | TASK | Get current podman network 2025-12-03 17:18:46.251152 | fa163ee2-fa81-d288-9367-00000000133a | CHANGED | Get current podman network | standalone 2025-12-03 17:18:46.252495 | fa163ee2-fa81-d288-9367-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:02:59.824024 | 0.30s 2025-12-03 17:18:46.278225 | fa163ee2-fa81-d288-9367-00000000133b | TASK | Update the default network configuration 2025-12-03 17:18:46.872181 | fa163ee2-fa81-d288-9367-00000000133b | CHANGED | Update the default network configuration | standalone 2025-12-03 17:18:46.873502 | fa163ee2-fa81-d288-9367-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:00.445033 | 0.59s 2025-12-03 17:18:46.898285 | fa163ee2-fa81-d288-9367-00000000133c | TASK | Write containers registries.conf 2025-12-03 17:18:47.467197 | fa163ee2-fa81-d288-9367-00000000133c | CHANGED | Write containers registries.conf | standalone 2025-12-03 17:18:47.468476 | fa163ee2-fa81-d288-9367-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:01.040007 | 0.57s 2025-12-03 17:18:47.493498 | fa163ee2-fa81-d288-9367-00000000133d | TASK | Write containers.conf 2025-12-03 17:18:47.756648 | fa163ee2-fa81-d288-9367-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-03 17:18:47.758754 | fa163ee2-fa81-d288-9367-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.330279 | 0.26s 2025-12-03 17:18:47.930084 | fa163ee2-fa81-d288-9367-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-03 17:18:47.931717 | fa163ee2-fa81-d288-9367-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.503246 | 0.44s 2025-12-03 17:18:48.095640 | fa163ee2-fa81-d288-9367-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-03 17:18:48.096743 | fa163ee2-fa81-d288-9367-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.668271 | 0.60s 2025-12-03 17:18:48.257522 | fa163ee2-fa81-d288-9367-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-03 17:18:48.258763 | fa163ee2-fa81-d288-9367-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.830292 | 0.76s 2025-12-03 17:18:48.271677 | fa163ee2-fa81-d288-9367-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.843210 | 0.78s 2025-12-03 17:18:48.298268 | fa163ee2-fa81-d288-9367-00000000133e | TASK | Enable podman.socket service 2025-12-03 17:18:48.328036 | fa163ee2-fa81-d288-9367-00000000133e | SKIPPED | Enable podman.socket service | standalone 2025-12-03 17:18:48.329044 | fa163ee2-fa81-d288-9367-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:01.900575 | 0.03s 2025-12-03 17:18:48.375719 | fa163ee2-fa81-d288-9367-000000000bb3 | TASK | Run podman login 2025-12-03 17:18:48.404605 | fa163ee2-fa81-d288-9367-000000000bb3 | TIMING | Run podman login | standalone | 0:03:01.976086 | 0.03s 2025-12-03 17:18:48.483305 | fa163ee2-fa81-d288-9367-00000000143e | TASK | Perform container registry login(s) with podman 2025-12-03 17:18:48.510515 | fa163ee2-fa81-d288-9367-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:02.082036 | 0.03s 2025-12-03 17:18:48.551622 | fa163ee2-fa81-d288-9367-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-03 17:18:48.990472 | fa163ee2-fa81-d288-9367-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-03 17:18:48.992030 | fa163ee2-fa81-d288-9367-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:02.563554 | 0.44s 2025-12-03 17:18:49.016699 | fa163ee2-fa81-d288-9367-000000000bb6 | TASK | create persistent directories 2025-12-03 17:18:49.278471 | fa163ee2-fa81-d288-9367-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-12-03 17:18:49.280930 | fa163ee2-fa81-d288-9367-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:02.852453 | 0.26s 2025-12-03 17:18:49.475682 | fa163ee2-fa81-d288-9367-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-12-03 17:18:49.476781 | fa163ee2-fa81-d288-9367-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:03.048314 | 0.46s 2025-12-03 17:18:49.662550 | fa163ee2-fa81-d288-9367-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-12-03 17:18:49.663988 | fa163ee2-fa81-d288-9367-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:03.235520 | 0.65s 2025-12-03 17:18:49.674180 | fa163ee2-fa81-d288-9367-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:03.245711 | 0.66s 2025-12-03 17:18:49.691507 | fa163ee2-fa81-d288-9367-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2025-12-03 17:18:50.150682 | fa163ee2-fa81-d288-9367-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-12-03 17:18:50.152003 | fa163ee2-fa81-d288-9367-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:03.723534 | 0.46s 2025-12-03 17:18:50.177223 | fa163ee2-fa81-d288-9367-000000000bb8 | TASK | Ensure rsyslog is installed 2025-12-03 17:18:53.141321 | fa163ee2-fa81-d288-9367-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2025-12-03 17:18:53.142732 | fa163ee2-fa81-d288-9367-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:06.714261 | 2.96s 2025-12-03 17:18:53.167453 | fa163ee2-fa81-d288-9367-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2025-12-03 17:18:53.534955 | fa163ee2-fa81-d288-9367-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2025-12-03 17:18:53.536885 | fa163ee2-fa81-d288-9367-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:07.108414 | 0.37s 2025-12-03 17:18:53.591146 | fa163ee2-fa81-d288-9367-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:07.162668 | 0.03s 2025-12-03 17:18:53.677400 | fa163ee2-fa81-d288-9367-000000001559 | TASK | Gather variables for each operating system 2025-12-03 17:18:53.794968 | fa163ee2-fa81-d288-9367-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-03 17:18:53.796238 | fa163ee2-fa81-d288-9367-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.367743 | 0.12s 2025-12-03 17:18:53.801951 | fa163ee2-fa81-d288-9367-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:07.373478 | 0.12s 2025-12-03 17:18:53.827854 | fa163ee2-fa81-d288-9367-00000000155b | TASK | Install the OpenSSH server 2025-12-03 17:18:56.667528 | fa163ee2-fa81-d288-9367-00000000155b | OK | Install the OpenSSH server | standalone 2025-12-03 17:18:56.669057 | fa163ee2-fa81-d288-9367-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:10.240587 | 2.84s 2025-12-03 17:18:56.693986 | fa163ee2-fa81-d288-9367-00000000155c | TASK | Start sshd 2025-12-03 17:18:56.722151 | fa163ee2-fa81-d288-9367-00000000155c | SKIPPED | Start sshd | standalone 2025-12-03 17:18:56.723207 | fa163ee2-fa81-d288-9367-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:10.294738 | 0.03s 2025-12-03 17:18:56.747603 | fa163ee2-fa81-d288-9367-00000000155d | TASK | PasswordAuthentication notice 2025-12-03 17:18:56.787784 | fa163ee2-fa81-d288-9367-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." } 2025-12-03 17:18:56.788864 | fa163ee2-fa81-d288-9367-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:10.360362 | 0.04s 2025-12-03 17:18:56.813979 | fa163ee2-fa81-d288-9367-00000000155e | TASK | PasswordAuthentication duplication notice 2025-12-03 17:18:56.843727 | fa163ee2-fa81-d288-9367-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-03 17:18:56.844762 | fa163ee2-fa81-d288-9367-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:10.416294 | 0.03s 2025-12-03 17:18:56.869041 | fa163ee2-fa81-d288-9367-00000000155f | TASK | Motd duplication notice 2025-12-03 17:18:56.907880 | fa163ee2-fa81-d288-9367-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`" } 2025-12-03 17:18:56.908903 | fa163ee2-fa81-d288-9367-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:10.480436 | 0.04s 2025-12-03 17:18:56.933208 | fa163ee2-fa81-d288-9367-000000001560 | TASK | Configure the banner text 2025-12-03 17:18:56.964099 | fa163ee2-fa81-d288-9367-000000001560 | SKIPPED | Configure the banner text | standalone 2025-12-03 17:18:56.965125 | fa163ee2-fa81-d288-9367-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:10.536658 | 0.03s 2025-12-03 17:18:56.990386 | fa163ee2-fa81-d288-9367-000000001561 | TASK | Configure the motd banner 2025-12-03 17:18:57.019002 | fa163ee2-fa81-d288-9367-000000001561 | SKIPPED | Configure the motd banner | standalone 2025-12-03 17:18:57.020054 | fa163ee2-fa81-d288-9367-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:10.591586 | 0.03s 2025-12-03 17:18:57.044429 | fa163ee2-fa81-d288-9367-000000001562 | TASK | Update sshd configuration options from vars 2025-12-03 17:18:57.083211 | fa163ee2-fa81-d288-9367-000000001562 | OK | Update sshd configuration options from vars | standalone 2025-12-03 17:18:57.084311 | fa163ee2-fa81-d288-9367-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:10.655843 | 0.04s 2025-12-03 17:18:57.108844 | fa163ee2-fa81-d288-9367-000000001563 | TASK | Adjust ssh server configuration 2025-12-03 17:18:57.669508 | fa163ee2-fa81-d288-9367-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2025-12-03 17:18:57.671168 | fa163ee2-fa81-d288-9367-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:11.242696 | 0.56s 2025-12-03 17:18:57.699355 | fa163ee2-fa81-d288-9367-000000001564 | TASK | Restart sshd 2025-12-03 17:18:58.135153 | fa163ee2-fa81-d288-9367-000000001564 | CHANGED | Restart sshd | standalone 2025-12-03 17:18:58.137033 | fa163ee2-fa81-d288-9367-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:11.708563 | 0.44s 2025-12-03 17:18:58.185380 | fa163ee2-fa81-d288-9367-000000000bbb | TASK | create persistent directories 2025-12-03 17:18:58.449677 | fa163ee2-fa81-d288-9367-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-03 17:18:58.452177 | fa163ee2-fa81-d288-9367-000000000bbb | TIMING | create persistent directories | standalone | 0:03:12.023699 | 0.27s 2025-12-03 17:18:58.647186 | fa163ee2-fa81-d288-9367-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-03 17:18:58.648158 | fa163ee2-fa81-d288-9367-000000000bbb | TIMING | create persistent directories | standalone | 0:03:12.219692 | 0.46s 2025-12-03 17:18:58.833039 | fa163ee2-fa81-d288-9367-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-03 17:18:58.834550 | fa163ee2-fa81-d288-9367-000000000bbb | TIMING | create persistent directories | standalone | 0:03:12.406085 | 0.65s 2025-12-03 17:18:58.845630 | fa163ee2-fa81-d288-9367-000000000bbb | TIMING | create persistent directories | standalone | 0:03:12.417156 | 0.66s 2025-12-03 17:18:58.871215 | fa163ee2-fa81-d288-9367-000000000bbc | TASK | create persistent directories 2025-12-03 17:18:59.143219 | fa163ee2-fa81-d288-9367-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-03 17:18:59.145418 | fa163ee2-fa81-d288-9367-000000000bbc | TIMING | create persistent directories | standalone | 0:03:12.716939 | 0.27s 2025-12-03 17:18:59.337772 | fa163ee2-fa81-d288-9367-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-03 17:18:59.339639 | fa163ee2-fa81-d288-9367-000000000bbc | TIMING | create persistent directories | standalone | 0:03:12.911170 | 0.47s 2025-12-03 17:18:59.522941 | fa163ee2-fa81-d288-9367-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-03 17:18:59.524144 | fa163ee2-fa81-d288-9367-000000000bbc | TIMING | create persistent directories | standalone | 0:03:13.095676 | 0.65s 2025-12-03 17:18:59.531574 | fa163ee2-fa81-d288-9367-000000000bbc | TIMING | create persistent directories | standalone | 0:03:13.103102 | 0.66s 2025-12-03 17:18:59.557851 | fa163ee2-fa81-d288-9367-000000000bbd | TASK | Set swift_use_local_disks fact 2025-12-03 17:18:59.587912 | fa163ee2-fa81-d288-9367-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2025-12-03 17:18:59.589013 | fa163ee2-fa81-d288-9367-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.160543 | 0.03s 2025-12-03 17:18:59.613042 | fa163ee2-fa81-d288-9367-000000000bbe | TASK | Set use_node_data_lookup fact 2025-12-03 17:18:59.642193 | fa163ee2-fa81-d288-9367-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2025-12-03 17:18:59.643275 | fa163ee2-fa81-d288-9367-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:13.214808 | 0.03s 2025-12-03 17:18:59.667557 | fa163ee2-fa81-d288-9367-000000000bbf | TASK | Create Swift d1 directory if needed 2025-12-03 17:18:59.908681 | fa163ee2-fa81-d288-9367-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-03 17:18:59.910320 | fa163ee2-fa81-d288-9367-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:13.481841 | 0.24s 2025-12-03 17:18:59.936467 | fa163ee2-fa81-d288-9367-000000000bc0 | TASK | Set fact for SwiftRawDisks 2025-12-03 17:18:59.976247 | fa163ee2-fa81-d288-9367-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2025-12-03 17:18:59.977480 | fa163ee2-fa81-d288-9367-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:13.549004 | 0.04s 2025-12-03 17:19:00.004276 | fa163ee2-fa81-d288-9367-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2025-12-03 17:19:00.033082 | fa163ee2-fa81-d288-9367-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-03 17:19:00.034302 | fa163ee2-fa81-d288-9367-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:13.605825 | 0.03s 2025-12-03 17:19:00.058748 | fa163ee2-fa81-d288-9367-000000000bc2 | TASK | Set fact for swift_raw_disks 2025-12-03 17:19:00.087174 | fa163ee2-fa81-d288-9367-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-03 17:19:00.088221 | fa163ee2-fa81-d288-9367-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:13.659752 | 0.03s 2025-12-03 17:19:00.112338 | fa163ee2-fa81-d288-9367-000000000bc3 | TASK | Format SwiftRawDisks 2025-12-03 17:19:00.140878 | fa163ee2-fa81-d288-9367-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:13.712398 | 0.03s 2025-12-03 17:19:00.166240 | fa163ee2-fa81-d288-9367-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-03 17:19:00.210890 | fa163ee2-fa81-d288-9367-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-03 17:19:00.211920 | fa163ee2-fa81-d288-9367-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:13.783451 | 0.04s 2025-12-03 17:19:00.235575 | fa163ee2-fa81-d288-9367-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2025-12-03 17:19:00.263445 | fa163ee2-fa81-d288-9367-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:13.834970 | 0.03s 2025-12-03 17:19:00.288037 | fa163ee2-fa81-d288-9367-000000000bc6 | TASK | Check for NTP service 2025-12-03 17:19:00.529708 | fa163ee2-fa81-d288-9367-000000000bc6 | CHANGED | Check for NTP service | standalone 2025-12-03 17:19:00.530999 | fa163ee2-fa81-d288-9367-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:14.102528 | 0.24s 2025-12-03 17:19:00.554904 | fa163ee2-fa81-d288-9367-000000000bc7 | TASK | Disable NTP before configuring Chrony 2025-12-03 17:19:00.595453 | fa163ee2-fa81-d288-9367-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-03 17:19:00.596528 | fa163ee2-fa81-d288-9367-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:14.168058 | 0.04s 2025-12-03 17:19:00.621608 | fa163ee2-fa81-d288-9367-000000000bc8 | TASK | Install, Configure and Run Chrony 2025-12-03 17:19:00.642107 | fa163ee2-fa81-d288-9367-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:14.213630 | 0.02s 2025-12-03 17:19:00.735900 | fa163ee2-fa81-d288-9367-0000000016f5 | TASK | Load distro-specific variables 2025-12-03 17:19:00.761124 | fa163ee2-fa81-d288-9367-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.332660 | 0.02s 2025-12-03 17:19:00.769037 | 53a31a2f-d6c0-4c6b-9c85-0ca2efde3b98 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-03 17:19:00.789682 | fa163ee2-fa81-d288-9367-0000000017da | TASK | Load distro-specific variables 2025-12-03 17:19:00.840599 | fa163ee2-fa81-d288-9367-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-03 17:19:00.841972 | fa163ee2-fa81-d288-9367-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.413498 | 0.05s 2025-12-03 17:19:00.847683 | fa163ee2-fa81-d288-9367-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.419209 | 0.06s 2025-12-03 17:19:00.872876 | fa163ee2-fa81-d288-9367-0000000016f6 | TASK | Install chronyd 2025-12-03 17:19:00.902411 | fa163ee2-fa81-d288-9367-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:14.473935 | 0.03s 2025-12-03 17:19:00.925766 | e5a50623-3c33-454a-9dd7-8fbbd96fb65e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-03 17:19:00.958909 | fa163ee2-fa81-d288-9367-000000001813 | TASK | Load distro-specific variables 2025-12-03 17:19:00.984768 | fa163ee2-fa81-d288-9367-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.556302 | 0.03s 2025-12-03 17:19:00.995037 | 65538189-2824-4a7a-a3cd-e1da18f23303 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-03 17:19:01.018897 | fa163ee2-fa81-d288-9367-00000000185a | TASK | Load distro-specific variables 2025-12-03 17:19:01.075176 | fa163ee2-fa81-d288-9367-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-03 17:19:01.076463 | fa163ee2-fa81-d288-9367-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.647991 | 0.06s 2025-12-03 17:19:01.082087 | fa163ee2-fa81-d288-9367-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:14.653618 | 0.06s 2025-12-03 17:19:01.106847 | fa163ee2-fa81-d288-9367-000000001814 | TASK | Check for NTP service 2025-12-03 17:19:01.358508 | fa163ee2-fa81-d288-9367-000000001814 | CHANGED | Check for NTP service | standalone 2025-12-03 17:19:01.359538 | fa163ee2-fa81-d288-9367-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:14.931074 | 0.25s 2025-12-03 17:19:01.379387 | fa163ee2-fa81-d288-9367-000000001815 | TASK | Disable NTP before configuring Chrony 2025-12-03 17:19:01.426595 | fa163ee2-fa81-d288-9367-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-03 17:19:01.427915 | fa163ee2-fa81-d288-9367-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:14.999439 | 0.05s 2025-12-03 17:19:01.452596 | fa163ee2-fa81-d288-9367-000000001816 | TASK | Install chronyd package 2025-12-03 17:19:04.289782 | fa163ee2-fa81-d288-9367-000000001816 | OK | Install chronyd package | standalone 2025-12-03 17:19:04.291304 | fa163ee2-fa81-d288-9367-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:17.862833 | 2.84s 2025-12-03 17:19:04.316848 | fa163ee2-fa81-d288-9367-0000000016f7 | TASK | Upgrade chronyd 2025-12-03 17:19:04.345739 | fa163ee2-fa81-d288-9367-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-12-03 17:19:04.346809 | fa163ee2-fa81-d288-9367-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:17.918340 | 0.03s 2025-12-03 17:19:04.374104 | fa163ee2-fa81-d288-9367-0000000016f8 | TASK | Configure chronyd 2025-12-03 17:19:04.404665 | fa163ee2-fa81-d288-9367-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:17.976190 | 0.03s 2025-12-03 17:19:04.424687 | 2efdcf5b-c575-4b05-851a-942d327eb100 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-03 17:19:04.461053 | fa163ee2-fa81-d288-9367-000000001893 | TASK | Load distro-specific variables 2025-12-03 17:19:04.487305 | fa163ee2-fa81-d288-9367-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.058838 | 0.03s 2025-12-03 17:19:04.497621 | 1f8ae8d1-90d8-4b7c-b565-36fcdfc674cb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-03 17:19:04.519975 | fa163ee2-fa81-d288-9367-0000000018ff | TASK | Load distro-specific variables 2025-12-03 17:19:04.574870 | fa163ee2-fa81-d288-9367-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-03 17:19:04.576226 | fa163ee2-fa81-d288-9367-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.147752 | 0.06s 2025-12-03 17:19:04.582284 | fa163ee2-fa81-d288-9367-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.153816 | 0.06s 2025-12-03 17:19:04.609239 | fa163ee2-fa81-d288-9367-000000001894 | TASK | Install chrony configuration file 2025-12-03 17:19:05.206171 | fa163ee2-fa81-d288-9367-000000001894 | CHANGED | Install chrony configuration file | standalone 2025-12-03 17:19:05.206963 | fa163ee2-fa81-d288-9367-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:18.778503 | 0.60s 2025-12-03 17:19:05.224215 | fa163ee2-fa81-d288-9367-0000000016f9 | TASK | Run chronyd 2025-12-03 17:19:05.249381 | fa163ee2-fa81-d288-9367-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:18.820906 | 0.02s 2025-12-03 17:19:05.270664 | e3a944ec-f02d-4284-a4ce-946e2251923e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-03 17:19:05.309219 | fa163ee2-fa81-d288-9367-000000001922 | TASK | Load distro-specific variables 2025-12-03 17:19:05.328546 | fa163ee2-fa81-d288-9367-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.900077 | 0.02s 2025-12-03 17:19:05.338887 | 1be4a2c7-aa7d-425f-8225-ed57bff1736f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-03 17:19:05.361716 | fa163ee2-fa81-d288-9367-0000000019a6 | TASK | Load distro-specific variables 2025-12-03 17:19:05.415806 | fa163ee2-fa81-d288-9367-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-03 17:19:05.417166 | fa163ee2-fa81-d288-9367-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.988692 | 0.05s 2025-12-03 17:19:05.422882 | fa163ee2-fa81-d288-9367-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.994407 | 0.06s 2025-12-03 17:19:05.447620 | fa163ee2-fa81-d288-9367-000000001923 | TASK | Ensure chronyd is running 2025-12-03 17:19:05.929773 | fa163ee2-fa81-d288-9367-000000001923 | OK | Ensure chronyd is running | standalone 2025-12-03 17:19:05.931010 | fa163ee2-fa81-d288-9367-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:19.502543 | 0.48s 2025-12-03 17:19:05.951486 | fa163ee2-fa81-d288-9367-000000001924 | TASK | Force chronyd restart 2025-12-03 17:19:06.426133 | fa163ee2-fa81-d288-9367-000000001924 | CHANGED | Force chronyd restart | standalone 2025-12-03 17:19:06.427326 | fa163ee2-fa81-d288-9367-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:19.998862 | 0.47s 2025-12-03 17:19:06.451454 | fa163ee2-fa81-d288-9367-0000000016fa | TASK | Enable online service 2025-12-03 17:19:06.478720 | fa163ee2-fa81-d288-9367-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:20.050244 | 0.03s 2025-12-03 17:19:06.496907 | 2d634d38-83f3-467d-8aca-e8fc98ecf4fe | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-03 17:19:06.541589 | fa163ee2-fa81-d288-9367-0000000019d3 | TASK | Create chrony-online.service unit file 2025-12-03 17:19:07.019188 | fa163ee2-fa81-d288-9367-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2025-12-03 17:19:07.019994 | fa163ee2-fa81-d288-9367-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:20.591532 | 0.48s 2025-12-03 17:19:07.037332 | fa163ee2-fa81-d288-9367-0000000019d4 | TASK | Enable chrony-online.service 2025-12-03 17:19:07.906662 | fa163ee2-fa81-d288-9367-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2025-12-03 17:19:07.908570 | fa163ee2-fa81-d288-9367-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:21.480101 | 0.87s 2025-12-03 17:19:07.934557 | fa163ee2-fa81-d288-9367-0000000016fb | TASK | Sync chronyc 2025-12-03 17:19:07.963084 | fa163ee2-fa81-d288-9367-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:21.534605 | 0.03s 2025-12-03 17:19:07.980707 | a85bb195-2374-4a0d-b22b-d4c9eb06bb44 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-03 17:19:08.027582 | fa163ee2-fa81-d288-9367-000000001a79 | TASK | Force NTP sync 2025-12-03 17:19:08.258328 | fa163ee2-fa81-d288-9367-000000001a79 | CHANGED | Force NTP sync | standalone 2025-12-03 17:19:08.259684 | fa163ee2-fa81-d288-9367-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:21.831213 | 0.23s 2025-12-03 17:19:08.284763 | fa163ee2-fa81-d288-9367-000000001a7a | TASK | Ensure system is NTP time synced 2025-12-03 17:19:18.534984 | fa163ee2-fa81-d288-9367-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2025-12-03 17:19:18.536117 | fa163ee2-fa81-d288-9367-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:32.107648 | 10.25s 2025-12-03 17:19:18.582928 | fa163ee2-fa81-d288-9367-000000000bc9 | TASK | Force NTP sync 2025-12-03 17:19:18.806301 | fa163ee2-fa81-d288-9367-000000000bc9 | CHANGED | Force NTP sync | standalone 2025-12-03 17:19:18.807686 | fa163ee2-fa81-d288-9367-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:32.379215 | 0.22s 2025-12-03 17:19:18.832450 | fa163ee2-fa81-d288-9367-000000000bca | TASK | Ensure system is NTP time synced 2025-12-03 17:19:19.009484 | fa163ee2-fa81-d288-9367-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2025-12-03 17:19:19.011016 | fa163ee2-fa81-d288-9367-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:32.582544 | 0.18s 2025-12-03 17:19:19.037239 | fa163ee2-fa81-d288-9367-000000000bcb | TASK | Run timezone role 2025-12-03 17:19:19.067010 | fa163ee2-fa81-d288-9367-000000000bcb | TIMING | Run timezone role | standalone | 0:03:32.638529 | 0.03s 2025-12-03 17:19:19.169166 | fa163ee2-fa81-d288-9367-000000001c3a | TASK | Set timezone 2025-12-03 17:19:19.665344 | fa163ee2-fa81-d288-9367-000000001c3a | OK | Set timezone | standalone 2025-12-03 17:19:19.666648 | fa163ee2-fa81-d288-9367-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:33.238177 | 0.50s 2025-12-03 17:19:19.691504 | fa163ee2-fa81-d288-9367-000000001c3b | TASK | Restart time services 2025-12-03 17:19:19.730715 | fa163ee2-fa81-d288-9367-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-03 17:19:19.737422 | fa163ee2-fa81-d288-9367-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2025-12-03 17:19:19.743520 | fa163ee2-fa81-d288-9367-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:33.315043 | 0.05s 2025-12-03 17:19:19.792331 | fa163ee2-fa81-d288-9367-000000000bcc | TASK | install tmpwatch on the host 2025-12-03 17:19:22.659288 | fa163ee2-fa81-d288-9367-000000000bcc | OK | install tmpwatch on the host | standalone 2025-12-03 17:19:22.660436 | fa163ee2-fa81-d288-9367-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:36.231973 | 2.87s 2025-12-03 17:19:22.678987 | fa163ee2-fa81-d288-9367-000000000bcd | TASK | Notice - ctlplane subnet is set 2025-12-03 17:19:22.715839 | fa163ee2-fa81-d288-9367-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-03 17:19:22.716695 | fa163ee2-fa81-d288-9367-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:36.288230 | 0.04s 2025-12-03 17:19:22.764159 | fa163ee2-fa81-d288-9367-000000000bce | TIMING | include_role : tuned | standalone | 0:03:36.335672 | 0.03s 2025-12-03 17:19:22.864577 | fa163ee2-fa81-d288-9367-000000001e6e | TASK | Gather variables for each operating system 2025-12-03 17:19:22.982154 | fa163ee2-fa81-d288-9367-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-03 17:19:22.983494 | fa163ee2-fa81-d288-9367-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:36.555021 | 0.12s 2025-12-03 17:19:22.989218 | fa163ee2-fa81-d288-9367-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:36.560752 | 0.12s 2025-12-03 17:19:23.067868 | fa163ee2-fa81-d288-9367-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:36.639386 | 0.05s 2025-12-03 17:19:23.087670 | da3abe78-eb47-45c8-baa5-53ae971992e9 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-03 17:19:23.119298 | fa163ee2-fa81-d288-9367-000000001f9f | TASK | Check tuned package is installed 2025-12-03 17:19:23.370954 | fa163ee2-fa81-d288-9367-000000001f9f | CHANGED | Check tuned package is installed | standalone 2025-12-03 17:19:23.372309 | fa163ee2-fa81-d288-9367-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:36.943838 | 0.25s 2025-12-03 17:19:23.397273 | fa163ee2-fa81-d288-9367-000000001fa0 | TASK | Install tuned 2025-12-03 17:19:23.429463 | fa163ee2-fa81-d288-9367-000000001fa0 | SKIPPED | Install tuned | standalone 2025-12-03 17:19:23.430451 | fa163ee2-fa81-d288-9367-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:37.001983 | 0.03s 2025-12-03 17:19:23.455826 | fa163ee2-fa81-d288-9367-000000001fa1 | TASK | Restart tuned 2025-12-03 17:19:23.484454 | fa163ee2-fa81-d288-9367-000000001fa1 | SKIPPED | Restart tuned | standalone 2025-12-03 17:19:23.485461 | fa163ee2-fa81-d288-9367-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:37.056991 | 0.03s 2025-12-03 17:19:23.509557 | fa163ee2-fa81-d288-9367-000000001e70 | TASK | Check for tuned-adm 2025-12-03 17:19:23.728703 | fa163ee2-fa81-d288-9367-000000001e70 | OK | Check for tuned-adm | standalone 2025-12-03 17:19:23.729970 | fa163ee2-fa81-d288-9367-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:37.301500 | 0.22s 2025-12-03 17:19:23.787100 | fa163ee2-fa81-d288-9367-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:37.358616 | 0.03s 2025-12-03 17:19:23.812901 | 179a096c-66cf-4d86-b75e-8c101bfe40ec | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-03 17:19:23.847675 | fa163ee2-fa81-d288-9367-000000001fcc | TASK | Ensure profile directory exists 2025-12-03 17:19:23.918445 | fa163ee2-fa81-d288-9367-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2025-12-03 17:19:23.919637 | fa163ee2-fa81-d288-9367-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:37.491166 | 0.07s 2025-12-03 17:19:23.944066 | fa163ee2-fa81-d288-9367-000000001fcd | TASK | Create custom tuned profile 2025-12-03 17:19:24.003943 | fa163ee2-fa81-d288-9367-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2025-12-03 17:19:24.005080 | fa163ee2-fa81-d288-9367-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:37.576611 | 0.06s 2025-12-03 17:19:24.029861 | fa163ee2-fa81-d288-9367-000000001fce | TASK | Check tuned active profile 2025-12-03 17:19:24.207128 | fa163ee2-fa81-d288-9367-000000001fce | OK | Check tuned active profile | standalone 2025-12-03 17:19:24.208307 | fa163ee2-fa81-d288-9367-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:37.779837 | 0.18s 2025-12-03 17:19:24.233076 | fa163ee2-fa81-d288-9367-000000001fcf | TASK | Check Tuned Configuration file exists 2025-12-03 17:19:24.453552 | fa163ee2-fa81-d288-9367-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2025-12-03 17:19:24.454927 | fa163ee2-fa81-d288-9367-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:38.026453 | 0.22s 2025-12-03 17:19:24.479920 | fa163ee2-fa81-d288-9367-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-03 17:19:24.550429 | fa163ee2-fa81-d288-9367-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-03 17:19:24.551578 | fa163ee2-fa81-d288-9367-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:38.123109 | 0.07s 2025-12-03 17:19:24.579018 | fa163ee2-fa81-d288-9367-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2025-12-03 17:19:24.640233 | fa163ee2-fa81-d288-9367-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-03 17:19:24.641427 | fa163ee2-fa81-d288-9367-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:38.212957 | 0.06s 2025-12-03 17:19:24.666261 | fa163ee2-fa81-d288-9367-000000001fd2 | TASK | Enable tuned profile 2025-12-03 17:19:24.698339 | fa163ee2-fa81-d288-9367-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2025-12-03 17:19:24.699536 | fa163ee2-fa81-d288-9367-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:38.271065 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-03 17:19:24.878034 | fa163ee2-fa81-d288-9367-0000000000ac | TASK | Overcloud container setup tasks 2025-12-03 17:19:24.904413 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000ac') missing from stats 2025-12-03 17:19:24.925823 | fa163ee2-fa81-d288-9367-0000000000ad | TASK | Write config data 2025-12-03 17:19:24.995331 | fa163ee2-fa81-d288-9367-0000000000ad | TIMING | Write config data | standalone | 0:03:38.566847 | 0.07s 2025-12-03 17:19:25.038234 | c21b9724-b258-4bf5-ab21-9b94e65e8811 | INCLUDED | /root/standalone-ansible-qwho_mwh/common_container_setup_tasks.yaml | standalone 2025-12-03 17:19:25.063544 | fa163ee2-fa81-d288-9367-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-03 17:19:25.297356 | fa163ee2-fa81-d288-9367-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-03 17:19:25.298825 | fa163ee2-fa81-d288-9367-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:38.870353 | 0.23s 2025-12-03 17:19:25.323451 | fa163ee2-fa81-d288-9367-000000002031 | TASK | Create ContainerLogStdoutPath directory 2025-12-03 17:19:25.548839 | fa163ee2-fa81-d288-9367-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-03 17:19:25.549687 | fa163ee2-fa81-d288-9367-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:39.121225 | 0.22s 2025-12-03 17:19:25.566818 | fa163ee2-fa81-d288-9367-000000002032 | TASK | Create /var/lib/tripleo-config directory 2025-12-03 17:19:25.785132 | fa163ee2-fa81-d288-9367-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-03 17:19:25.785909 | fa163ee2-fa81-d288-9367-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:39.357448 | 0.22s 2025-12-03 17:19:25.802791 | fa163ee2-fa81-d288-9367-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-03 17:19:26.018616 | fa163ee2-fa81-d288-9367-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-03 17:19:26.019363 | fa163ee2-fa81-d288-9367-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:39.590902 | 0.22s 2025-12-03 17:19:26.036192 | fa163ee2-fa81-d288-9367-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-03 17:19:26.262614 | fa163ee2-fa81-d288-9367-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-03 17:19:26.263930 | fa163ee2-fa81-d288-9367-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:39.835460 | 0.23s 2025-12-03 17:19:26.289314 | fa163ee2-fa81-d288-9367-000000002038 | TASK | Create fcontext entry for container-config-scripts 2025-12-03 17:19:27.526964 | fa163ee2-fa81-d288-9367-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-03 17:19:27.528423 | fa163ee2-fa81-d288-9367-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:41.099952 | 1.24s 2025-12-03 17:19:27.553659 | fa163ee2-fa81-d288-9367-000000002039 | TASK | Create /var/lib/container-config-scripts 2025-12-03 17:19:27.804720 | fa163ee2-fa81-d288-9367-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-03 17:19:27.806076 | fa163ee2-fa81-d288-9367-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:41.377607 | 0.25s 2025-12-03 17:19:27.831177 | fa163ee2-fa81-d288-9367-00000000203a | TASK | Write container config scripts 2025-12-03 17:19:28.235051 | fa163ee2-fa81-d288-9367-00000000203a | CHANGED | Write container config scripts | standalone 2025-12-03 17:19:28.236310 | fa163ee2-fa81-d288-9367-00000000203a | TIMING | Write container config scripts | standalone | 0:03:41.807833 | 0.40s 2025-12-03 17:19:28.262830 | fa163ee2-fa81-d288-9367-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-03 17:19:28.705810 | fa163ee2-fa81-d288-9367-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-03 17:19:28.707041 | fa163ee2-fa81-d288-9367-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:42.278571 | 0.44s 2025-12-03 17:19:28.731449 | fa163ee2-fa81-d288-9367-00000000203c | TASK | Generate startup configs files per step and per container 2025-12-03 17:19:29.403886 | fa163ee2-fa81-d288-9367-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-03 17:19:29.413802 | fa163ee2-fa81-d288-9367-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:42.985302 | 0.68s 2025-12-03 17:19:29.455060 | fa163ee2-fa81-d288-9367-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2025-12-03 17:19:29.686585 | fa163ee2-fa81-d288-9367-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-03 17:19:29.688033 | fa163ee2-fa81-d288-9367-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:43.259561 | 0.23s 2025-12-03 17:19:29.713613 | fa163ee2-fa81-d288-9367-00000000203e | TASK | Create /var/lib/config-data directory 2025-12-03 17:19:29.935971 | fa163ee2-fa81-d288-9367-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-03 17:19:29.937292 | fa163ee2-fa81-d288-9367-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:43.508822 | 0.22s 2025-12-03 17:19:29.962539 | fa163ee2-fa81-d288-9367-00000000203f | TASK | Write container config json files 2025-12-03 17:19:30.458702 | fa163ee2-fa81-d288-9367-00000000203f | CHANGED | Write container config json files | standalone 2025-12-03 17:19:30.466365 | fa163ee2-fa81-d288-9367-00000000203f | TIMING | Write container config json files | standalone | 0:03:44.037894 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-03 17:19:30.634749 | fa163ee2-fa81-d288-9367-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-03 17:19:30.661599 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000b1') missing from stats [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:19:30.721004 | fa163ee2-fa81-d288-9367-0000000000b2 | TIMING | include_tasks | standalone | 0:03:44.292532 | 0.04s 2025-12-03 17:19:30.750525 | a4e46078-ce2c-4f25-9baa-5236fd369ad2 | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-12-03 17:19:30.786281 | fa163ee2-fa81-d288-9367-000000002073 | TASK | Get undercloud FQDN 2025-12-03 17:19:30.848194 | fa163ee2-fa81-d288-9367-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-000000002073') missing from stats 2025-12-03 17:19:30.905860 | fa163ee2-fa81-d288-9367-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:44.477380 | 0.03s 2025-12-03 17:19:30.979090 | fa163ee2-fa81-d288-9367-000000002098 | TASK | set main facts 2025-12-03 17:19:31.049227 | fa163ee2-fa81-d288-9367-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-000000002098') missing from stats 2025-12-03 17:19:31.099341 | fa163ee2-fa81-d288-9367-000000002099 | TASK | get the default.conf file 2025-12-03 17:19:31.339450 | fa163ee2-fa81-d288-9367-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-000000002099') missing from stats 2025-12-03 17:19:31.386265 | fa163ee2-fa81-d288-9367-00000000209a | TASK | set the principal 2025-12-03 17:19:31.468606 | fa163ee2-fa81-d288-9367-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-00000000209a') missing from stats 2025-12-03 17:19:31.516127 | fa163ee2-fa81-d288-9367-00000000209c | TASK | add new host with one-time password 2025-12-03 17:19:33.087858 | fa163ee2-fa81-d288-9367-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-00000000209c') missing from stats 2025-12-03 17:19:33.128454 | fa163ee2-fa81-d288-9367-00000000209d | TASK | set otp as a host fact 2025-12-03 17:19:33.168412 | fa163ee2-fa81-d288-9367-00000000209d | SKIPPED | set otp as a host fact | standalone 2025-12-03 17:19:33.169637 | fa163ee2-fa81-d288-9367-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:46.741166 | 0.04s 2025-12-03 17:19:33.216530 | fa163ee2-fa81-d288-9367-00000000209f | TASK | add required services using custom module 2025-12-03 17:19:40.222325 | fa163ee2-fa81-d288-9367-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163ee2-fa81-d288-9367-00000000209f') missing from stats 2025-12-03 17:19:40.276324 | fa163ee2-fa81-d288-9367-000000002076 | TASK | check if default.conf exists 2025-12-03 17:19:40.511257 | fa163ee2-fa81-d288-9367-000000002076 | OK | check if default.conf exists | standalone 2025-12-03 17:19:40.512187 | fa163ee2-fa81-d288-9367-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:54.083721 | 0.23s 2025-12-03 17:19:40.531463 | fa163ee2-fa81-d288-9367-000000002077 | TASK | install openssl-perl 2025-12-03 17:19:40.562670 | fa163ee2-fa81-d288-9367-000000002077 | SKIPPED | install openssl-perl | standalone 2025-12-03 17:19:40.563943 | fa163ee2-fa81-d288-9367-000000002077 | TIMING | install openssl-perl | standalone | 0:03:54.135472 | 0.03s 2025-12-03 17:19:40.589323 | fa163ee2-fa81-d288-9367-000000002078 | TASK | register as an ipa client 2025-12-03 17:19:40.628677 | fa163ee2-fa81-d288-9367-000000002078 | SKIPPED | register as an ipa client | standalone 2025-12-03 17:19:40.629889 | fa163ee2-fa81-d288-9367-000000002078 | TIMING | register as an ipa client | standalone | 0:03:54.201418 | 0.04s 2025-12-03 17:19:40.654891 | fa163ee2-fa81-d288-9367-000000002079 | TASK | restart certmonger service 2025-12-03 17:19:40.695336 | fa163ee2-fa81-d288-9367-000000002079 | SKIPPED | restart certmonger service | standalone 2025-12-03 17:19:40.696372 | fa163ee2-fa81-d288-9367-000000002079 | TIMING | restart certmonger service | standalone | 0:03:54.267902 | 0.04s 2025-12-03 17:19:40.720445 | fa163ee2-fa81-d288-9367-00000000207a | TASK | set discovered ipa realm 2025-12-03 17:19:40.760465 | fa163ee2-fa81-d288-9367-00000000207a | OK | set discovered ipa realm | standalone 2025-12-03 17:19:40.761536 | fa163ee2-fa81-d288-9367-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:54.333065 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-12-03 17:19:40.903704 | fa163ee2-fa81-d288-9367-0000000000b6 | TASK | External deployment step 1 2025-12-03 17:19:40.932735 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000b6') missing from stats 2025-12-03 17:19:40.972204 | fa163ee2-fa81-d288-9367-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:54.543731 | 0.02s 2025-12-03 17:19:40.992588 | a84e05b8-3dee-4ede-8fdd-7f0556896470 | INCLUDED | /root/standalone-ansible-qwho_mwh/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-03 17:19:41.008916 | fa163ee2-fa81-d288-9367-0000000020f5 | TASK | Container image prepare 2025-12-03 17:19:42.017350 | fa163ee2-fa81-d288-9367-0000000020f5 | CHANGED | Container image prepare | undercloud 2025-12-03 17:19:42.019402 | fa163ee2-fa81-d288-9367-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:55.590931 | 1.01s 2025-12-03 17:19:42.124873 | fa163ee2-fa81-d288-9367-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:55.696394 | 0.05s 2025-12-03 17:19:42.166831 | fa163ee2-fa81-d288-9367-00000000211b | TASK | get dns zones and entries to add 2025-12-03 17:19:42.228797 | fa163ee2-fa81-d288-9367-00000000211b | OK | get dns zones and entries to add | undercloud 2025-12-03 17:19:42.230159 | fa163ee2-fa81-d288-9367-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:55.801689 | 0.06s 2025-12-03 17:19:42.308800 | fa163ee2-fa81-d288-9367-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "internalapi.ooo.test", "0.21.172.in-addr.arpa", "122.168.192.in-addr.arpa", "storage.ooo.test", "storagemgmt.ooo.test", "external.ooo.test", "0.17.172.in-addr.arpa", "tenant.ooo.test", "0.19.172.in-addr.arpa", "0.18.172.in-addr.arpa", "0.20.172.in-addr.arpa", "ctlplane.ooo.test", "ooo.test" ] } 2025-12-03 17:19:42.309882 | fa163ee2-fa81-d288-9367-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.881413 | 0.06s 2025-12-03 17:19:42.387598 | fa163ee2-fa81-d288-9367-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" } ] } 2025-12-03 17:19:42.389134 | fa163ee2-fa81-d288-9367-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.960665 | 0.06s 2025-12-03 17:19:42.407292 | fa163ee2-fa81-d288-9367-00000000211e | TASK | add dns zones and records 2025-12-03 17:19:45.592801 | fa163ee2-fa81-d288-9367-00000000211e | CHANGED | add dns zones and records | undercloud 2025-12-03 17:19:45.594331 | fa163ee2-fa81-d288-9367-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:59.165869 | 3.19s 2025-12-03 17:19:45.621193 | fa163ee2-fa81-d288-9367-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2025-12-03 17:19:45.878251 | fa163ee2-fa81-d288-9367-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-03 17:19:45.879599 | fa163ee2-fa81-d288-9367-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:59.451129 | 0.26s 2025-12-03 17:19:45.897398 | fa163ee2-fa81-d288-9367-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2025-12-03 17:19:45.948663 | fa163ee2-fa81-d288-9367-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:59.520184 | 0.05s 2025-12-03 17:19:45.994334 | fa163ee2-fa81-d288-9367-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-03 17:19:46.234752 | fa163ee2-fa81-d288-9367-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-03 17:19:46.236065 | fa163ee2-fa81-d288-9367-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:59.807593 | 0.24s 2025-12-03 17:19:46.255339 | fa163ee2-fa81-d288-9367-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-03 17:19:46.708054 | fa163ee2-fa81-d288-9367-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-03 17:19:46.709416 | fa163ee2-fa81-d288-9367-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:00.280946 | 0.45s 2025-12-03 17:19:46.729471 | fa163ee2-fa81-d288-9367-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-03 17:19:46.779919 | fa163ee2-fa81-d288-9367-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:00.351440 | 0.05s 2025-12-03 17:19:46.824923 | fa163ee2-fa81-d288-9367-00000000218c | TASK | Check for a configured destination 2025-12-03 17:19:46.885547 | fa163ee2-fa81-d288-9367-00000000218c | SKIPPED | Check for a configured destination | undercloud 2025-12-03 17:19:46.886586 | fa163ee2-fa81-d288-9367-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:00.458117 | 0.06s 2025-12-03 17:19:46.922973 | fa163ee2-fa81-d288-9367-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-03 17:19:47.464659 | fa163ee2-fa81-d288-9367-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-03 17:19:47.466022 | fa163ee2-fa81-d288-9367-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:01.037552 | 0.54s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-03 17:19:47.664978 | fa163ee2-fa81-d288-9367-0000000000ba | TASK | Deploy step tasks for 1 2025-12-03 17:19:47.694510 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000ba') missing from stats 2025-12-03 17:19:47.714503 | fa163ee2-fa81-d288-9367-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-03 17:19:48.215545 | fa163ee2-fa81-d288-9367-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-03 17:19:48.216951 | fa163ee2-fa81-d288-9367-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:01.788480 | 0.50s 2025-12-03 17:19:48.241077 | fa163ee2-fa81-d288-9367-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-03 17:19:48.469915 | fa163ee2-fa81-d288-9367-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-03 17:19:48.470971 | fa163ee2-fa81-d288-9367-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:02.042506 | 0.23s 2025-12-03 17:19:48.491290 | fa163ee2-fa81-d288-9367-0000000000be | TASK | Write config data at the start of step 1 2025-12-03 17:19:48.562737 | fa163ee2-fa81-d288-9367-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:02.134261 | 0.07s 2025-12-03 17:19:48.591688 | 1d118923-a00c-44ad-8f1d-5cda30a60dce | INCLUDED | /root/standalone-ansible-qwho_mwh/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-03 17:19:48.611945 | fa163ee2-fa81-d288-9367-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-03 17:19:48.638015 | fa163ee2-fa81-d288-9367-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-03 17:19:48.638651 | fa163ee2-fa81-d288-9367-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.210190 | 0.03s 2025-12-03 17:19:48.655386 | fa163ee2-fa81-d288-9367-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-03 17:19:48.681742 | fa163ee2-fa81-d288-9367-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-03 17:19:48.682384 | fa163ee2-fa81-d288-9367-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:02.253923 | 0.03s 2025-12-03 17:19:48.698992 | fa163ee2-fa81-d288-9367-0000000021cd | TASK | Write the puppet step_config manifest 2025-12-03 17:19:49.186833 | fa163ee2-fa81-d288-9367-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2025-12-03 17:19:49.187488 | fa163ee2-fa81-d288-9367-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:02.759026 | 0.49s 2025-12-03 17:19:49.203589 | fa163ee2-fa81-d288-9367-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2025-12-03 17:19:49.230644 | fa163ee2-fa81-d288-9367-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-03 17:19:49.231241 | fa163ee2-fa81-d288-9367-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.802774 | 0.03s 2025-12-03 17:19:49.248129 | fa163ee2-fa81-d288-9367-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2025-12-03 17:19:49.274112 | fa163ee2-fa81-d288-9367-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-03 17:19:49.274647 | fa163ee2-fa81-d288-9367-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.846188 | 0.03s 2025-12-03 17:19:49.291150 | fa163ee2-fa81-d288-9367-0000000021d0 | TASK | Create /var/lib/container-puppet 2025-12-03 17:19:49.514673 | fa163ee2-fa81-d288-9367-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2025-12-03 17:19:49.515860 | fa163ee2-fa81-d288-9367-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:03.087390 | 0.22s 2025-12-03 17:19:49.539592 | fa163ee2-fa81-d288-9367-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-03 17:19:49.569236 | fa163ee2-fa81-d288-9367-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-03 17:19:49.570256 | fa163ee2-fa81-d288-9367-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.141788 | 0.03s 2025-12-03 17:19:49.595395 | fa163ee2-fa81-d288-9367-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-03 17:19:49.623029 | fa163ee2-fa81-d288-9367-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-03 17:19:49.624062 | fa163ee2-fa81-d288-9367-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:03.195594 | 0.03s 2025-12-03 17:19:49.647724 | fa163ee2-fa81-d288-9367-0000000021d3 | TASK | Write container-puppet.json file 2025-12-03 17:19:50.206014 | fa163ee2-fa81-d288-9367-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2025-12-03 17:19:50.207063 | fa163ee2-fa81-d288-9367-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:03.778594 | 0.56s 2025-12-03 17:19:50.230346 | fa163ee2-fa81-d288-9367-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2025-12-03 17:19:50.259153 | fa163ee2-fa81-d288-9367-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-03 17:19:50.260189 | fa163ee2-fa81-d288-9367-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.831720 | 0.03s 2025-12-03 17:19:50.284569 | fa163ee2-fa81-d288-9367-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2025-12-03 17:19:50.315443 | fa163ee2-fa81-d288-9367-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-03 17:19:50.316488 | fa163ee2-fa81-d288-9367-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.888021 | 0.03s 2025-12-03 17:19:50.340407 | fa163ee2-fa81-d288-9367-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-03 17:19:50.696064 | fa163ee2-fa81-d288-9367-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-03 17:19:50.697158 | fa163ee2-fa81-d288-9367-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:04.268688 | 0.36s 2025-12-03 17:19:50.721038 | fa163ee2-fa81-d288-9367-0000000021d7 | TASK | Set host puppet debugging fact string 2025-12-03 17:19:50.752477 | fa163ee2-fa81-d288-9367-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-03 17:19:50.753522 | fa163ee2-fa81-d288-9367-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:04.325054 | 0.03s 2025-12-03 17:19:50.777795 | fa163ee2-fa81-d288-9367-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-03 17:19:50.805349 | fa163ee2-fa81-d288-9367-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-03 17:19:50.806428 | fa163ee2-fa81-d288-9367-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:04.377960 | 0.03s 2025-12-03 17:19:50.830310 | fa163ee2-fa81-d288-9367-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-03 17:19:50.859958 | fa163ee2-fa81-d288-9367-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-03 17:19:50.860988 | fa163ee2-fa81-d288-9367-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:04.432520 | 0.03s 2025-12-03 17:19:50.884649 | fa163ee2-fa81-d288-9367-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-03 17:19:50.915221 | fa163ee2-fa81-d288-9367-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-03 17:19:50.916244 | fa163ee2-fa81-d288-9367-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:04.487777 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:19:50.979282 | fa163ee2-fa81-d288-9367-0000000000c0 | TIMING | include_tasks | standalone | 0:04:04.550811 | 0.04s 2025-12-03 17:19:51.108798 | eaa38b89-3ac4-4d7a-a5a5-9b33a39196c1 | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-03 17:19:51.153087 | fa163ee2-fa81-d288-9367-000000002205 | TASK | Create dirs for certificates and keys 2025-12-03 17:19:51.427893 | fa163ee2-fa81-d288-9367-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-03 17:19:51.430384 | fa163ee2-fa81-d288-9367-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.001902 | 0.28s 2025-12-03 17:19:51.682874 | fa163ee2-fa81-d288-9367-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-03 17:19:51.684156 | fa163ee2-fa81-d288-9367-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.255687 | 0.53s 2025-12-03 17:19:51.690823 | fa163ee2-fa81-d288-9367-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:05.262350 | 0.54s 2025-12-03 17:19:51.766538 | fa163ee2-fa81-d288-9367-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:05.338057 | 0.05s 2025-12-03 17:19:51.838028 | fa163ee2-fa81-d288-9367-00000000231c | TASK | Set version specific variables 2025-12-03 17:19:51.885238 | fa163ee2-fa81-d288-9367-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:05.456769 | 0.05s 2025-12-03 17:19:51.904215 | 5e478bf3-c2fd-446d-ae6a-04631a28cb9e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:19:51.935099 | fa163ee2-fa81-d288-9367-00000000234f | TASK | Ensure ansible_facts used by role 2025-12-03 17:19:52.328496 | fa163ee2-fa81-d288-9367-00000000234f | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:19:52.330013 | fa163ee2-fa81-d288-9367-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:05.901542 | 0.39s 2025-12-03 17:19:52.355969 | fa163ee2-fa81-d288-9367-000000002350 | TASK | Set platform/version specific variables 2025-12-03 17:19:52.429147 | fa163ee2-fa81-d288-9367-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:19:52.450890 | fa163ee2-fa81-d288-9367-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:19:52.474261 | fa163ee2-fa81-d288-9367-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:19:52.495065 | fa163ee2-fa81-d288-9367-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:19:52.500834 | fa163ee2-fa81-d288-9367-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:06.072361 | 0.14s 2025-12-03 17:19:52.525911 | fa163ee2-fa81-d288-9367-00000000231d | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:19:55.468737 | fa163ee2-fa81-d288-9367-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:19:55.470128 | fa163ee2-fa81-d288-9367-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:09.041657 | 2.94s 2025-12-03 17:19:55.495290 | fa163ee2-fa81-d288-9367-00000000231f | TASK | Ensure provider packages are installed 2025-12-03 17:19:58.422580 | fa163ee2-fa81-d288-9367-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:11.994096 | 2.93s 2025-12-03 17:19:58.434825 | fa163ee2-fa81-d288-9367-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:12.006350 | 2.94s 2025-12-03 17:19:58.461049 | fa163ee2-fa81-d288-9367-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:19:58.761597 | fa163ee2-fa81-d288-9367-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:19:58.763019 | fa163ee2-fa81-d288-9367-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.334547 | 0.30s 2025-12-03 17:19:58.768941 | fa163ee2-fa81-d288-9367-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.340466 | 0.31s 2025-12-03 17:19:58.795264 | fa163ee2-fa81-d288-9367-000000002323 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:19:59.094261 | fa163ee2-fa81-d288-9367-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:19:59.095634 | fa163ee2-fa81-d288-9367-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.667161 | 0.30s 2025-12-03 17:19:59.101582 | fa163ee2-fa81-d288-9367-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.673108 | 0.30s 2025-12-03 17:19:59.127404 | fa163ee2-fa81-d288-9367-000000002325 | TASK | Ensure provider service is running 2025-12-03 17:19:59.928217 | fa163ee2-fa81-d288-9367-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:19:59.930007 | fa163ee2-fa81-d288-9367-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.501535 | 0.80s 2025-12-03 17:19:59.944024 | fa163ee2-fa81-d288-9367-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.515558 | 0.82s 2025-12-03 17:19:59.970831 | fa163ee2-fa81-d288-9367-000000002328 | TASK | Ensure certificate requests 2025-12-03 17:20:01.847138 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:20:01.849872 | fa163ee2-fa81-d288-9367-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:15.421400 | 1.88s 2025-12-03 17:20:03.023898 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:20:03.025092 | fa163ee2-fa81-d288-9367-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.596624 | 3.05s 2025-12-03 17:20:04.302080 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:20:04.303401 | fa163ee2-fa81-d288-9367-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.874933 | 4.33s 2025-12-03 17:20:05.968536 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:20:05.970702 | fa163ee2-fa81-d288-9367-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.542229 | 6.00s 2025-12-03 17:20:07.567312 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:20:07.568893 | fa163ee2-fa81-d288-9367-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.140427 | 7.60s 2025-12-03 17:20:07.579269 | fa163ee2-fa81-d288-9367-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.150812 | 7.61s 2025-12-03 17:20:07.613452 | fa163ee2-fa81-d288-9367-00000000220d | TASK | Fail if container image is undefined 2025-12-03 17:20:07.659238 | fa163ee2-fa81-d288-9367-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2025-12-03 17:20:07.660000 | fa163ee2-fa81-d288-9367-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:21.231540 | 0.05s 2025-12-03 17:20:07.692405 | fa163ee2-fa81-d288-9367-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-03 17:20:25.353484 | fa163ee2-fa81-d288-9367-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-03 17:20:25.354931 | fa163ee2-fa81-d288-9367-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:38.926460 | 17.66s 2025-12-03 17:20:25.408570 | fa163ee2-fa81-d288-9367-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-03 17:20:25.752854 | fa163ee2-fa81-d288-9367-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-03 17:20:25.754502 | fa163ee2-fa81-d288-9367-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:39.326033 | 0.34s 2025-12-03 17:20:25.804113 | fa163ee2-fa81-d288-9367-00000000221e | TASK | Fail if container image is undefined 2025-12-03 17:20:25.853835 | fa163ee2-fa81-d288-9367-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2025-12-03 17:20:25.854884 | fa163ee2-fa81-d288-9367-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:39.426411 | 0.05s 2025-12-03 17:20:25.898636 | fa163ee2-fa81-d288-9367-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-03 17:20:30.977299 | fa163ee2-fa81-d288-9367-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-03 17:20:30.978855 | fa163ee2-fa81-d288-9367-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:44.550385 | 5.08s 2025-12-03 17:20:31.033709 | fa163ee2-fa81-d288-9367-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-03 17:20:31.376479 | fa163ee2-fa81-d288-9367-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-03 17:20:31.377827 | fa163ee2-fa81-d288-9367-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:44.949357 | 0.34s 2025-12-03 17:20:31.425320 | fa163ee2-fa81-d288-9367-00000000222b | TASK | Check if rsyslog exists 2025-12-03 17:20:31.677143 | fa163ee2-fa81-d288-9367-00000000222b | CHANGED | Check if rsyslog exists | standalone 2025-12-03 17:20:31.678466 | fa163ee2-fa81-d288-9367-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:45.249993 | 0.25s 2025-12-03 17:20:31.704280 | fa163ee2-fa81-d288-9367-00000000222d | TASK | Forward logging to haproxy.log file 2025-12-03 17:20:31.960718 | fa163ee2-fa81-d288-9367-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-03 17:20:31.962108 | fa163ee2-fa81-d288-9367-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:45.533637 | 0.26s 2025-12-03 17:20:31.987213 | fa163ee2-fa81-d288-9367-00000000222e | TASK | restart rsyslog service after logging conf change 2025-12-03 17:20:32.863594 | fa163ee2-fa81-d288-9367-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-03 17:20:32.865485 | fa163ee2-fa81-d288-9367-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:46.437013 | 0.88s 2025-12-03 17:20:32.891979 | fa163ee2-fa81-d288-9367-000000002235 | TASK | Fail if container image is undefined 2025-12-03 17:20:32.952539 | fa163ee2-fa81-d288-9367-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2025-12-03 17:20:32.953666 | fa163ee2-fa81-d288-9367-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:46.525196 | 0.06s 2025-12-03 17:20:32.994453 | fa163ee2-fa81-d288-9367-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-03 17:20:38.988855 | fa163ee2-fa81-d288-9367-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-03 17:20:38.990265 | fa163ee2-fa81-d288-9367-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:52.561796 | 5.99s 2025-12-03 17:20:39.045472 | fa163ee2-fa81-d288-9367-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-03 17:20:39.427116 | fa163ee2-fa81-d288-9367-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-03 17:20:39.428323 | fa163ee2-fa81-d288-9367-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:52.999853 | 0.38s 2025-12-03 17:20:39.476316 | fa163ee2-fa81-d288-9367-000000002242 | TASK | make sure certmonger is installed 2025-12-03 17:20:42.400398 | fa163ee2-fa81-d288-9367-000000002242 | OK | make sure certmonger is installed | standalone 2025-12-03 17:20:42.401291 | fa163ee2-fa81-d288-9367-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:04:55.972827 | 2.92s 2025-12-03 17:20:42.418512 | fa163ee2-fa81-d288-9367-000000002243 | TASK | make sure certmonger service is started 2025-12-03 17:20:42.828933 | fa163ee2-fa81-d288-9367-000000002243 | OK | make sure certmonger service is started | standalone 2025-12-03 17:20:42.830647 | fa163ee2-fa81-d288-9367-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:04:56.402176 | 0.41s 2025-12-03 17:20:42.857216 | fa163ee2-fa81-d288-9367-000000002244 | TASK | Create dirs for certificates and keys 2025-12-03 17:20:43.122960 | fa163ee2-fa81-d288-9367-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-12-03 17:20:43.124994 | fa163ee2-fa81-d288-9367-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:56.696519 | 0.27s 2025-12-03 17:20:43.305231 | fa163ee2-fa81-d288-9367-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-12-03 17:20:43.306250 | fa163ee2-fa81-d288-9367-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:56.877785 | 0.45s 2025-12-03 17:20:43.312221 | fa163ee2-fa81-d288-9367-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:04:56.883764 | 0.45s 2025-12-03 17:20:43.329401 | fa163ee2-fa81-d288-9367-000000002245 | TASK | Extract and trust certmonger's local CA 2025-12-03 17:20:44.450717 | fa163ee2-fa81-d288-9367-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2025-12-03 17:20:44.452078 | fa163ee2-fa81-d288-9367-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:58.023609 | 1.12s 2025-12-03 17:20:44.527510 | fa163ee2-fa81-d288-9367-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:58.099023 | 0.05s 2025-12-03 17:20:44.607270 | fa163ee2-fa81-d288-9367-0000000023d0 | TASK | Set version specific variables 2025-12-03 17:20:44.654287 | fa163ee2-fa81-d288-9367-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:58.225808 | 0.05s 2025-12-03 17:20:44.672522 | b959edcc-ae4d-424e-9fdd-dab0f5d80ea1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:20:44.701902 | fa163ee2-fa81-d288-9367-00000000240f | TASK | Ensure ansible_facts used by role 2025-12-03 17:20:45.092359 | fa163ee2-fa81-d288-9367-00000000240f | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:20:45.093878 | fa163ee2-fa81-d288-9367-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:58.665407 | 0.39s 2025-12-03 17:20:45.119625 | fa163ee2-fa81-d288-9367-000000002410 | TASK | Set platform/version specific variables 2025-12-03 17:20:45.185754 | fa163ee2-fa81-d288-9367-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:20:45.203199 | fa163ee2-fa81-d288-9367-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:20:45.222366 | fa163ee2-fa81-d288-9367-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:20:45.237741 | fa163ee2-fa81-d288-9367-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:20:45.249520 | fa163ee2-fa81-d288-9367-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:58.821048 | 0.13s 2025-12-03 17:20:45.274636 | fa163ee2-fa81-d288-9367-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:20:48.215714 | fa163ee2-fa81-d288-9367-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:20:48.217203 | fa163ee2-fa81-d288-9367-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:01.788730 | 2.94s 2025-12-03 17:20:48.242386 | fa163ee2-fa81-d288-9367-0000000023d3 | TASK | Ensure provider packages are installed 2025-12-03 17:20:51.191139 | fa163ee2-fa81-d288-9367-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:04.762644 | 2.95s 2025-12-03 17:20:51.203500 | fa163ee2-fa81-d288-9367-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:04.775020 | 2.96s 2025-12-03 17:20:51.229643 | fa163ee2-fa81-d288-9367-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:20:51.537085 | fa163ee2-fa81-d288-9367-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:20:51.538845 | fa163ee2-fa81-d288-9367-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:05.110379 | 0.31s 2025-12-03 17:20:51.549276 | fa163ee2-fa81-d288-9367-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:05.120803 | 0.32s 2025-12-03 17:20:51.575934 | fa163ee2-fa81-d288-9367-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:20:51.889797 | fa163ee2-fa81-d288-9367-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:20:51.891591 | fa163ee2-fa81-d288-9367-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:05.463123 | 0.31s 2025-12-03 17:20:51.904556 | fa163ee2-fa81-d288-9367-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:05.476074 | 0.33s 2025-12-03 17:20:51.936327 | fa163ee2-fa81-d288-9367-0000000023d9 | TASK | Ensure provider service is running 2025-12-03 17:20:54.033899 | fa163ee2-fa81-d288-9367-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:20:54.036038 | fa163ee2-fa81-d288-9367-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:07.607563 | 2.10s 2025-12-03 17:20:54.049946 | fa163ee2-fa81-d288-9367-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:07.621464 | 2.11s 2025-12-03 17:20:54.076637 | fa163ee2-fa81-d288-9367-0000000023dc | TASK | Ensure certificate requests 2025-12-03 17:20:56.376376 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:20:56.378049 | fa163ee2-fa81-d288-9367-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:09.949578 | 2.30s 2025-12-03 17:20:56.385115 | fa163ee2-fa81-d288-9367-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:09.956636 | 2.31s 2025-12-03 17:20:56.435449 | fa163ee2-fa81-d288-9367-000000002248 | TASK | Create dirs for certificates and keys 2025-12-03 17:20:56.721080 | fa163ee2-fa81-d288-9367-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-12-03 17:20:56.723886 | fa163ee2-fa81-d288-9367-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.295406 | 0.29s 2025-12-03 17:20:56.959432 | fa163ee2-fa81-d288-9367-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-12-03 17:20:56.960580 | fa163ee2-fa81-d288-9367-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.532111 | 0.52s 2025-12-03 17:20:56.967630 | fa163ee2-fa81-d288-9367-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:10.539154 | 0.53s 2025-12-03 17:20:57.046574 | fa163ee2-fa81-d288-9367-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:10.618092 | 0.05s 2025-12-03 17:20:57.110959 | fa163ee2-fa81-d288-9367-00000000245e | TASK | Set version specific variables 2025-12-03 17:20:57.160186 | fa163ee2-fa81-d288-9367-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:10.731711 | 0.05s 2025-12-03 17:20:57.172333 | 1dfef697-5ac7-46f8-b4d1-e2e55571cdd2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:20:57.194755 | fa163ee2-fa81-d288-9367-000000002491 | TASK | Ensure ansible_facts used by role 2025-12-03 17:20:57.599131 | fa163ee2-fa81-d288-9367-000000002491 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:20:57.600621 | fa163ee2-fa81-d288-9367-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:11.172150 | 0.41s 2025-12-03 17:20:57.626433 | fa163ee2-fa81-d288-9367-000000002492 | TASK | Set platform/version specific variables 2025-12-03 17:20:57.701217 | fa163ee2-fa81-d288-9367-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:20:57.718510 | fa163ee2-fa81-d288-9367-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:20:57.739602 | fa163ee2-fa81-d288-9367-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:20:57.754317 | fa163ee2-fa81-d288-9367-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:20:57.760008 | fa163ee2-fa81-d288-9367-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:11.331523 | 0.13s 2025-12-03 17:20:57.786444 | fa163ee2-fa81-d288-9367-00000000245f | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:21:01.068580 | fa163ee2-fa81-d288-9367-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:21:01.070245 | fa163ee2-fa81-d288-9367-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:14.641773 | 3.28s 2025-12-03 17:21:01.096825 | fa163ee2-fa81-d288-9367-000000002461 | TASK | Ensure provider packages are installed 2025-12-03 17:21:04.099289 | fa163ee2-fa81-d288-9367-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:17.670806 | 3.00s 2025-12-03 17:21:04.111598 | fa163ee2-fa81-d288-9367-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:17.683123 | 3.01s 2025-12-03 17:21:04.138980 | fa163ee2-fa81-d288-9367-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:21:04.433671 | fa163ee2-fa81-d288-9367-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:04.435051 | fa163ee2-fa81-d288-9367-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.006579 | 0.29s 2025-12-03 17:21:04.441044 | fa163ee2-fa81-d288-9367-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:18.012568 | 0.30s 2025-12-03 17:21:04.468321 | fa163ee2-fa81-d288-9367-000000002465 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:21:04.764483 | fa163ee2-fa81-d288-9367-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:04.766534 | fa163ee2-fa81-d288-9367-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:18.338062 | 0.30s 2025-12-03 17:21:04.776940 | fa163ee2-fa81-d288-9367-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:18.348464 | 0.31s 2025-12-03 17:21:04.802989 | fa163ee2-fa81-d288-9367-000000002467 | TASK | Ensure provider service is running 2025-12-03 17:21:05.236893 | fa163ee2-fa81-d288-9367-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:21:05.239357 | fa163ee2-fa81-d288-9367-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:18.810886 | 0.43s 2025-12-03 17:21:05.250582 | fa163ee2-fa81-d288-9367-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:18.822107 | 0.45s 2025-12-03 17:21:05.279094 | fa163ee2-fa81-d288-9367-00000000246a | TASK | Ensure certificate requests 2025-12-03 17:21:06.966121 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:21:06.967774 | fa163ee2-fa81-d288-9367-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:20.539294 | 1.69s 2025-12-03 17:21:08.973412 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:21:08.975392 | fa163ee2-fa81-d288-9367-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:22.546928 | 3.69s 2025-12-03 17:21:11.640811 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:21:11.642641 | fa163ee2-fa81-d288-9367-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.214177 | 6.36s 2025-12-03 17:21:13.413466 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:21:13.415550 | fa163ee2-fa81-d288-9367-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.987081 | 8.13s 2025-12-03 17:21:13.427472 | fa163ee2-fa81-d288-9367-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.998999 | 8.15s 2025-12-03 17:21:13.478152 | fa163ee2-fa81-d288-9367-00000000224b | TASK | Run lvmfilter role 2025-12-03 17:21:13.531118 | fa163ee2-fa81-d288-9367-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:27.102640 | 0.05s 2025-12-03 17:21:13.606429 | fa163ee2-fa81-d288-9367-0000000024fe | TASK | Check if lvm2 is installed 2025-12-03 17:21:13.859214 | fa163ee2-fa81-d288-9367-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2025-12-03 17:21:13.860667 | fa163ee2-fa81-d288-9367-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:27.432194 | 0.25s 2025-12-03 17:21:13.886842 | fa163ee2-fa81-d288-9367-000000002500 | TASK | collect ansible devices 2025-12-03 17:21:13.941280 | fa163ee2-fa81-d288-9367-000000002500 | SKIPPED | collect ansible devices | standalone 2025-12-03 17:21:13.942445 | fa163ee2-fa81-d288-9367-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:27.513974 | 0.05s 2025-12-03 17:21:13.967961 | fa163ee2-fa81-d288-9367-000000002501 | TASK | collect in-use lvm2 devices list 2025-12-03 17:21:14.021917 | fa163ee2-fa81-d288-9367-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-03 17:21:14.023119 | fa163ee2-fa81-d288-9367-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:27.594651 | 0.05s 2025-12-03 17:21:14.048484 | fa163ee2-fa81-d288-9367-000000002502 | TASK | set allowed_devices 2025-12-03 17:21:14.103381 | fa163ee2-fa81-d288-9367-000000002502 | SKIPPED | set allowed_devices | standalone 2025-12-03 17:21:14.104565 | fa163ee2-fa81-d288-9367-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:27.676094 | 0.05s 2025-12-03 17:21:14.129706 | fa163ee2-fa81-d288-9367-000000002503 | TASK | build lvm2 allow list 2025-12-03 17:21:14.183331 | fa163ee2-fa81-d288-9367-000000002503 | SKIPPED | build lvm2 allow list | standalone 2025-12-03 17:21:14.184436 | fa163ee2-fa81-d288-9367-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:27.755967 | 0.05s 2025-12-03 17:21:14.209435 | fa163ee2-fa81-d288-9367-000000002504 | TASK | build lvm2 deny list 2025-12-03 17:21:14.262957 | fa163ee2-fa81-d288-9367-000000002504 | SKIPPED | build lvm2 deny list | standalone 2025-12-03 17:21:14.264055 | fa163ee2-fa81-d288-9367-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:27.835586 | 0.05s 2025-12-03 17:21:14.289119 | fa163ee2-fa81-d288-9367-000000002505 | TASK | build lvm2 filter 2025-12-03 17:21:14.342693 | fa163ee2-fa81-d288-9367-000000002505 | SKIPPED | build lvm2 filter | standalone 2025-12-03 17:21:14.344012 | fa163ee2-fa81-d288-9367-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:27.915541 | 0.05s 2025-12-03 17:21:14.370235 | fa163ee2-fa81-d288-9367-000000002506 | TASK | regenerate lvm config 2025-12-03 17:21:14.421956 | fa163ee2-fa81-d288-9367-000000002506 | SKIPPED | regenerate lvm config | standalone 2025-12-03 17:21:14.423076 | fa163ee2-fa81-d288-9367-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:27.994607 | 0.05s 2025-12-03 17:21:14.448433 | fa163ee2-fa81-d288-9367-000000002507 | TASK | copy new lvm.conf in place 2025-12-03 17:21:14.502853 | fa163ee2-fa81-d288-9367-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2025-12-03 17:21:14.503939 | fa163ee2-fa81-d288-9367-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:28.075472 | 0.05s 2025-12-03 17:21:14.553348 | fa163ee2-fa81-d288-9367-000000002251 | TASK | Fail if container image is undefined 2025-12-03 17:21:14.615306 | fa163ee2-fa81-d288-9367-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2025-12-03 17:21:14.616395 | fa163ee2-fa81-d288-9367-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:28.187925 | 0.06s 2025-12-03 17:21:14.658167 | fa163ee2-fa81-d288-9367-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-03 17:21:23.174522 | fa163ee2-fa81-d288-9367-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-03 17:21:23.176202 | fa163ee2-fa81-d288-9367-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:36.747731 | 8.52s 2025-12-03 17:21:23.231337 | fa163ee2-fa81-d288-9367-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-03 17:21:23.591087 | fa163ee2-fa81-d288-9367-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-03 17:21:23.592492 | fa163ee2-fa81-d288-9367-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:37.164021 | 0.36s 2025-12-03 17:21:23.692700 | fa163ee2-fa81-d288-9367-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:37.264221 | 0.05s 2025-12-03 17:21:23.756935 | fa163ee2-fa81-d288-9367-000000002576 | TASK | Set version specific variables 2025-12-03 17:21:23.806483 | fa163ee2-fa81-d288-9367-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:37.377995 | 0.05s 2025-12-03 17:21:23.827610 | 18c52fc2-3086-4d78-a0f5-03e555ea68f3 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:21:23.851990 | fa163ee2-fa81-d288-9367-0000000025a5 | TASK | Ensure ansible_facts used by role 2025-12-03 17:21:24.245791 | fa163ee2-fa81-d288-9367-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:21:24.247331 | fa163ee2-fa81-d288-9367-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:37.818861 | 0.39s 2025-12-03 17:21:24.273948 | fa163ee2-fa81-d288-9367-0000000025a6 | TASK | Set platform/version specific variables 2025-12-03 17:21:24.348762 | fa163ee2-fa81-d288-9367-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:21:24.364510 | fa163ee2-fa81-d288-9367-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:21:24.381922 | fa163ee2-fa81-d288-9367-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:21:24.395679 | fa163ee2-fa81-d288-9367-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:21:24.401850 | fa163ee2-fa81-d288-9367-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:37.973373 | 0.13s 2025-12-03 17:21:24.427646 | fa163ee2-fa81-d288-9367-000000002577 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:21:27.281870 | fa163ee2-fa81-d288-9367-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:21:27.283444 | fa163ee2-fa81-d288-9367-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:40.854971 | 2.85s 2025-12-03 17:21:27.308732 | fa163ee2-fa81-d288-9367-000000002579 | TASK | Ensure provider packages are installed 2025-12-03 17:21:30.262325 | fa163ee2-fa81-d288-9367-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:43.833848 | 2.95s 2025-12-03 17:21:30.274613 | fa163ee2-fa81-d288-9367-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:43.846138 | 2.96s 2025-12-03 17:21:30.300222 | fa163ee2-fa81-d288-9367-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:21:30.567673 | fa163ee2-fa81-d288-9367-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:30.569404 | fa163ee2-fa81-d288-9367-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:44.140923 | 0.27s 2025-12-03 17:21:30.578394 | fa163ee2-fa81-d288-9367-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:44.149920 | 0.28s 2025-12-03 17:21:30.605392 | fa163ee2-fa81-d288-9367-00000000257d | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:21:30.869322 | fa163ee2-fa81-d288-9367-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:30.871032 | fa163ee2-fa81-d288-9367-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:44.442568 | 0.26s 2025-12-03 17:21:30.881529 | fa163ee2-fa81-d288-9367-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:44.453056 | 0.27s 2025-12-03 17:21:30.907047 | fa163ee2-fa81-d288-9367-00000000257f | TASK | Ensure provider service is running 2025-12-03 17:21:31.321553 | fa163ee2-fa81-d288-9367-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:21:31.324064 | fa163ee2-fa81-d288-9367-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:44.895590 | 0.42s 2025-12-03 17:21:31.335042 | fa163ee2-fa81-d288-9367-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:44.906566 | 0.43s 2025-12-03 17:21:31.362120 | fa163ee2-fa81-d288-9367-000000002582 | TASK | Ensure certificate requests 2025-12-03 17:21:33.647377 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:21:33.650310 | fa163ee2-fa81-d288-9367-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:47.221835 | 2.29s 2025-12-03 17:21:33.661458 | fa163ee2-fa81-d288-9367-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:47.232981 | 2.30s 2025-12-03 17:21:33.760155 | fa163ee2-fa81-d288-9367-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:47.331668 | 0.05s 2025-12-03 17:21:33.824981 | fa163ee2-fa81-d288-9367-0000000025ea | TASK | Set version specific variables 2025-12-03 17:21:33.873544 | fa163ee2-fa81-d288-9367-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:47.445061 | 0.05s 2025-12-03 17:21:33.892763 | a6c6a4de-1eda-48ed-b863-57344ef08ce2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:21:33.924463 | fa163ee2-fa81-d288-9367-000000002619 | TASK | Ensure ansible_facts used by role 2025-12-03 17:21:34.271286 | fa163ee2-fa81-d288-9367-000000002619 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:21:34.272919 | fa163ee2-fa81-d288-9367-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:47.844447 | 0.35s 2025-12-03 17:21:34.299463 | fa163ee2-fa81-d288-9367-00000000261a | TASK | Set platform/version specific variables 2025-12-03 17:21:34.365544 | fa163ee2-fa81-d288-9367-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:21:34.386753 | fa163ee2-fa81-d288-9367-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:21:34.409374 | fa163ee2-fa81-d288-9367-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:21:34.429330 | fa163ee2-fa81-d288-9367-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:21:34.435125 | fa163ee2-fa81-d288-9367-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:48.006645 | 0.13s 2025-12-03 17:21:34.461214 | fa163ee2-fa81-d288-9367-0000000025eb | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:21:37.369750 | fa163ee2-fa81-d288-9367-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:21:37.371172 | fa163ee2-fa81-d288-9367-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:50.942701 | 2.91s 2025-12-03 17:21:37.396107 | fa163ee2-fa81-d288-9367-0000000025ed | TASK | Ensure provider packages are installed 2025-12-03 17:21:40.291054 | fa163ee2-fa81-d288-9367-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:53.862568 | 2.89s 2025-12-03 17:21:40.297397 | fa163ee2-fa81-d288-9367-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:53.868928 | 2.90s 2025-12-03 17:21:40.318843 | fa163ee2-fa81-d288-9367-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:21:40.580400 | fa163ee2-fa81-d288-9367-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:40.582410 | fa163ee2-fa81-d288-9367-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:54.153937 | 0.26s 2025-12-03 17:21:40.592573 | fa163ee2-fa81-d288-9367-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:54.164099 | 0.27s 2025-12-03 17:21:40.614234 | fa163ee2-fa81-d288-9367-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:21:40.873680 | fa163ee2-fa81-d288-9367-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:40.876275 | fa163ee2-fa81-d288-9367-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:54.447795 | 0.26s 2025-12-03 17:21:40.886809 | fa163ee2-fa81-d288-9367-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:54.458294 | 0.27s 2025-12-03 17:21:40.914563 | fa163ee2-fa81-d288-9367-0000000025f3 | TASK | Ensure provider service is running 2025-12-03 17:21:41.254448 | fa163ee2-fa81-d288-9367-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:21:41.256288 | fa163ee2-fa81-d288-9367-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:54.827815 | 0.34s 2025-12-03 17:21:41.269471 | fa163ee2-fa81-d288-9367-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:54.840994 | 0.35s 2025-12-03 17:21:41.297574 | fa163ee2-fa81-d288-9367-0000000025f6 | TASK | Ensure certificate requests 2025-12-03 17:21:42.748722 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:21:42.750327 | fa163ee2-fa81-d288-9367-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.321856 | 1.45s 2025-12-03 17:21:42.756923 | fa163ee2-fa81-d288-9367-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.328453 | 1.46s 2025-12-03 17:21:42.807129 | fa163ee2-fa81-d288-9367-000000002267 | TASK | Fail if container image is undefined 2025-12-03 17:21:42.871290 | fa163ee2-fa81-d288-9367-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2025-12-03 17:21:42.872443 | fa163ee2-fa81-d288-9367-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:56.443972 | 0.06s 2025-12-03 17:21:42.916134 | fa163ee2-fa81-d288-9367-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-03 17:21:50.093573 | fa163ee2-fa81-d288-9367-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-03 17:21:50.095326 | fa163ee2-fa81-d288-9367-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:03.666855 | 7.18s 2025-12-03 17:21:50.151568 | fa163ee2-fa81-d288-9367-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-03 17:21:52.205423 | fa163ee2-fa81-d288-9367-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-03 17:21:52.206827 | fa163ee2-fa81-d288-9367-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:05.778357 | 2.05s 2025-12-03 17:21:52.308847 | fa163ee2-fa81-d288-9367-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:05.880362 | 0.05s 2025-12-03 17:21:52.371639 | fa163ee2-fa81-d288-9367-000000002664 | TASK | Set version specific variables 2025-12-03 17:21:52.408859 | fa163ee2-fa81-d288-9367-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:05.980386 | 0.04s 2025-12-03 17:21:52.421120 | a63ffd67-0a29-4eb0-a8e3-0a7067660501 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:21:52.443749 | fa163ee2-fa81-d288-9367-000000002693 | TASK | Ensure ansible_facts used by role 2025-12-03 17:21:52.815774 | fa163ee2-fa81-d288-9367-000000002693 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:21:52.816575 | fa163ee2-fa81-d288-9367-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:06.388114 | 0.37s 2025-12-03 17:21:52.835364 | fa163ee2-fa81-d288-9367-000000002694 | TASK | Set platform/version specific variables 2025-12-03 17:21:52.906352 | fa163ee2-fa81-d288-9367-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:21:52.926853 | fa163ee2-fa81-d288-9367-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:21:52.947656 | fa163ee2-fa81-d288-9367-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:21:52.961213 | fa163ee2-fa81-d288-9367-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:21:52.973131 | fa163ee2-fa81-d288-9367-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:06.544652 | 0.14s 2025-12-03 17:21:52.998970 | fa163ee2-fa81-d288-9367-000000002665 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:21:55.874611 | fa163ee2-fa81-d288-9367-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:21:55.875994 | fa163ee2-fa81-d288-9367-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:09.447522 | 2.88s 2025-12-03 17:21:55.901062 | fa163ee2-fa81-d288-9367-000000002667 | TASK | Ensure provider packages are installed 2025-12-03 17:21:59.151985 | fa163ee2-fa81-d288-9367-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.723501 | 3.25s 2025-12-03 17:21:59.164297 | fa163ee2-fa81-d288-9367-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:12.735823 | 3.26s 2025-12-03 17:21:59.190146 | fa163ee2-fa81-d288-9367-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:21:59.459686 | fa163ee2-fa81-d288-9367-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:59.461539 | fa163ee2-fa81-d288-9367-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.033061 | 0.27s 2025-12-03 17:21:59.468141 | fa163ee2-fa81-d288-9367-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:13.039659 | 0.28s 2025-12-03 17:21:59.494660 | fa163ee2-fa81-d288-9367-00000000266b | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:21:59.791703 | fa163ee2-fa81-d288-9367-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:21:59.793731 | fa163ee2-fa81-d288-9367-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.365258 | 0.30s 2025-12-03 17:21:59.803816 | fa163ee2-fa81-d288-9367-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:13.375312 | 0.31s 2025-12-03 17:21:59.829433 | fa163ee2-fa81-d288-9367-00000000266d | TASK | Ensure provider service is running 2025-12-03 17:22:00.301864 | fa163ee2-fa81-d288-9367-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:22:00.303657 | fa163ee2-fa81-d288-9367-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.875184 | 0.47s 2025-12-03 17:22:00.313230 | fa163ee2-fa81-d288-9367-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:13.884755 | 0.48s 2025-12-03 17:22:00.340178 | fa163ee2-fa81-d288-9367-000000002670 | TASK | Ensure certificate requests 2025-12-03 17:22:01.905447 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:22:01.907650 | fa163ee2-fa81-d288-9367-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:15.479181 | 1.57s 2025-12-03 17:22:01.917750 | fa163ee2-fa81-d288-9367-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:15.489284 | 1.58s 2025-12-03 17:22:02.016098 | fa163ee2-fa81-d288-9367-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:15.587621 | 0.05s 2025-12-03 17:22:02.077972 | fa163ee2-fa81-d288-9367-0000000026d8 | TASK | Set version specific variables 2025-12-03 17:22:02.126580 | fa163ee2-fa81-d288-9367-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:15.698106 | 0.05s 2025-12-03 17:22:02.144601 | 011c1456-7fc6-4279-b89a-17d03ce6e922 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:22:02.174228 | fa163ee2-fa81-d288-9367-000000002707 | TASK | Ensure ansible_facts used by role 2025-12-03 17:22:02.566883 | fa163ee2-fa81-d288-9367-000000002707 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:22:02.568441 | fa163ee2-fa81-d288-9367-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:16.139971 | 0.39s 2025-12-03 17:22:02.594416 | fa163ee2-fa81-d288-9367-000000002708 | TASK | Set platform/version specific variables 2025-12-03 17:22:02.680986 | fa163ee2-fa81-d288-9367-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:02.711044 | fa163ee2-fa81-d288-9367-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:02.738382 | fa163ee2-fa81-d288-9367-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:22:02.758854 | fa163ee2-fa81-d288-9367-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:22:02.765679 | fa163ee2-fa81-d288-9367-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:16.337210 | 0.17s 2025-12-03 17:22:02.790648 | fa163ee2-fa81-d288-9367-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:22:05.708837 | fa163ee2-fa81-d288-9367-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:22:05.709932 | fa163ee2-fa81-d288-9367-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:19.281468 | 2.92s 2025-12-03 17:22:05.729576 | fa163ee2-fa81-d288-9367-0000000026db | TASK | Ensure provider packages are installed 2025-12-03 17:22:08.713269 | fa163ee2-fa81-d288-9367-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.284792 | 2.98s 2025-12-03 17:22:08.725394 | fa163ee2-fa81-d288-9367-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:22.296928 | 2.99s 2025-12-03 17:22:08.751153 | fa163ee2-fa81-d288-9367-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:22:09.062584 | fa163ee2-fa81-d288-9367-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:22:09.063909 | fa163ee2-fa81-d288-9367-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.635438 | 0.31s 2025-12-03 17:22:09.069908 | fa163ee2-fa81-d288-9367-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:22.641440 | 0.32s 2025-12-03 17:22:09.095688 | fa163ee2-fa81-d288-9367-0000000026df | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:22:09.387825 | fa163ee2-fa81-d288-9367-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:22:09.389834 | fa163ee2-fa81-d288-9367-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:22.961311 | 0.29s 2025-12-03 17:22:09.399920 | fa163ee2-fa81-d288-9367-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:22.971455 | 0.30s 2025-12-03 17:22:09.425047 | fa163ee2-fa81-d288-9367-0000000026e1 | TASK | Ensure provider service is running 2025-12-03 17:22:09.833275 | fa163ee2-fa81-d288-9367-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:22:09.835115 | fa163ee2-fa81-d288-9367-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:23.406643 | 0.41s 2025-12-03 17:22:09.848264 | fa163ee2-fa81-d288-9367-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:23.419794 | 0.42s 2025-12-03 17:22:09.876437 | fa163ee2-fa81-d288-9367-0000000026e4 | TASK | Ensure certificate requests 2025-12-03 17:22:11.340697 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:22:11.343114 | fa163ee2-fa81-d288-9367-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.914643 | 1.47s 2025-12-03 17:22:11.352482 | fa163ee2-fa81-d288-9367-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.924025 | 1.47s 2025-12-03 17:22:11.385514 | fa163ee2-fa81-d288-9367-000000002278 | TASK | install systemd-container for a greenfield 2025-12-03 17:22:29.071269 | fa163ee2-fa81-d288-9367-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2025-12-03 17:22:29.073128 | fa163ee2-fa81-d288-9367-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:42.644656 | 17.69s 2025-12-03 17:22:29.098355 | fa163ee2-fa81-d288-9367-000000002279 | TASK | manage PMEM namespaces for vPMEM 2025-12-03 17:22:29.151329 | fa163ee2-fa81-d288-9367-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-03 17:22:29.152400 | fa163ee2-fa81-d288-9367-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:42.723930 | 0.05s 2025-12-03 17:22:29.178627 | fa163ee2-fa81-d288-9367-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-03 17:22:29.465574 | fa163ee2-fa81-d288-9367-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-03 17:22:29.466965 | fa163ee2-fa81-d288-9367-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:43.038494 | 0.29s 2025-12-03 17:22:29.491888 | fa163ee2-fa81-d288-9367-00000000227d | TASK | is KSM enabled 2025-12-03 17:22:29.535232 | fa163ee2-fa81-d288-9367-00000000227d | OK | is KSM enabled | standalone 2025-12-03 17:22:29.536755 | fa163ee2-fa81-d288-9367-00000000227d | TIMING | is KSM enabled | standalone | 0:06:43.108283 | 0.04s 2025-12-03 17:22:29.557182 | fa163ee2-fa81-d288-9367-00000000227f | TASK | Check for ksm 2025-12-03 17:22:29.818702 | fa163ee2-fa81-d288-9367-00000000227f | CHANGED | Check for ksm | standalone 2025-12-03 17:22:29.820102 | fa163ee2-fa81-d288-9367-00000000227f | TIMING | Check for ksm | standalone | 0:06:43.391631 | 0.26s 2025-12-03 17:22:29.845233 | fa163ee2-fa81-d288-9367-000000002280 | TASK | disable KSM services 2025-12-03 17:22:29.924068 | fa163ee2-fa81-d288-9367-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-03 17:22:29.947006 | fa163ee2-fa81-d288-9367-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-03 17:22:29.953222 | fa163ee2-fa81-d288-9367-000000002280 | TIMING | disable KSM services | standalone | 0:06:43.524744 | 0.11s 2025-12-03 17:22:29.978858 | fa163ee2-fa81-d288-9367-000000002281 | TASK | delete PageKSM after disable ksm on compute 2025-12-03 17:22:30.050271 | fa163ee2-fa81-d288-9367-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-03 17:22:30.051319 | fa163ee2-fa81-d288-9367-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:43.622849 | 0.07s 2025-12-03 17:22:30.076110 | fa163ee2-fa81-d288-9367-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-03 17:22:30.127824 | fa163ee2-fa81-d288-9367-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-03 17:22:30.129010 | fa163ee2-fa81-d288-9367-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:43.700541 | 0.05s 2025-12-03 17:22:30.147478 | fa163ee2-fa81-d288-9367-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-03 17:22:30.176462 | fa163ee2-fa81-d288-9367-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-03 17:22:30.177206 | fa163ee2-fa81-d288-9367-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:43.748745 | 0.03s 2025-12-03 17:22:30.194366 | fa163ee2-fa81-d288-9367-000000002285 | TASK | enable ksmtunded 2025-12-03 17:22:30.229092 | fa163ee2-fa81-d288-9367-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-03 17:22:30.239592 | fa163ee2-fa81-d288-9367-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-03 17:22:30.250971 | fa163ee2-fa81-d288-9367-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:43.822509 | 0.06s 2025-12-03 17:22:30.268217 | fa163ee2-fa81-d288-9367-000000002287 | TASK | Create dirs for certificates and keys 2025-12-03 17:22:30.516170 | fa163ee2-fa81-d288-9367-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-12-03 17:22:30.519021 | fa163ee2-fa81-d288-9367-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.090549 | 0.25s 2025-12-03 17:22:30.726965 | fa163ee2-fa81-d288-9367-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-12-03 17:22:30.729565 | fa163ee2-fa81-d288-9367-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.301098 | 0.46s 2025-12-03 17:22:30.913983 | fa163ee2-fa81-d288-9367-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-12-03 17:22:30.915597 | fa163ee2-fa81-d288-9367-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.487129 | 0.65s 2025-12-03 17:22:30.926747 | fa163ee2-fa81-d288-9367-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:44.498281 | 0.66s 2025-12-03 17:22:31.002543 | fa163ee2-fa81-d288-9367-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:44.574065 | 0.05s 2025-12-03 17:22:31.067848 | fa163ee2-fa81-d288-9367-000000002774 | TASK | Set version specific variables 2025-12-03 17:22:31.116678 | fa163ee2-fa81-d288-9367-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:44.688194 | 0.05s 2025-12-03 17:22:31.137244 | 670c1785-9a37-4ffb-ad18-a0fabfc79c13 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:22:31.163964 | fa163ee2-fa81-d288-9367-0000000027a7 | TASK | Ensure ansible_facts used by role 2025-12-03 17:22:31.557881 | fa163ee2-fa81-d288-9367-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:22:31.559409 | fa163ee2-fa81-d288-9367-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:45.130936 | 0.39s 2025-12-03 17:22:31.584994 | fa163ee2-fa81-d288-9367-0000000027a8 | TASK | Set platform/version specific variables 2025-12-03 17:22:31.656897 | fa163ee2-fa81-d288-9367-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:31.673842 | fa163ee2-fa81-d288-9367-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:31.692239 | fa163ee2-fa81-d288-9367-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:22:31.706347 | fa163ee2-fa81-d288-9367-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:22:31.718348 | fa163ee2-fa81-d288-9367-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:45.289873 | 0.13s 2025-12-03 17:22:31.743739 | fa163ee2-fa81-d288-9367-000000002775 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:22:34.616623 | fa163ee2-fa81-d288-9367-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:22:34.617912 | fa163ee2-fa81-d288-9367-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:48.189441 | 2.87s 2025-12-03 17:22:34.642665 | fa163ee2-fa81-d288-9367-000000002777 | TASK | Ensure provider packages are installed 2025-12-03 17:22:37.565937 | fa163ee2-fa81-d288-9367-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.137452 | 2.92s 2025-12-03 17:22:37.578329 | fa163ee2-fa81-d288-9367-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:51.149861 | 2.93s 2025-12-03 17:22:37.603902 | fa163ee2-fa81-d288-9367-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:22:37.868400 | fa163ee2-fa81-d288-9367-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:22:37.870531 | fa163ee2-fa81-d288-9367-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.442058 | 0.27s 2025-12-03 17:22:37.880682 | fa163ee2-fa81-d288-9367-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:51.452217 | 0.28s 2025-12-03 17:22:37.906218 | fa163ee2-fa81-d288-9367-00000000277b | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:22:38.175333 | fa163ee2-fa81-d288-9367-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:22:38.176629 | fa163ee2-fa81-d288-9367-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.748158 | 0.27s 2025-12-03 17:22:38.182804 | fa163ee2-fa81-d288-9367-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:51.754313 | 0.28s 2025-12-03 17:22:38.209111 | fa163ee2-fa81-d288-9367-00000000277d | TASK | Ensure provider service is running 2025-12-03 17:22:38.622934 | fa163ee2-fa81-d288-9367-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:22:38.625542 | fa163ee2-fa81-d288-9367-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.197070 | 0.42s 2025-12-03 17:22:38.635951 | fa163ee2-fa81-d288-9367-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:52.207485 | 0.43s 2025-12-03 17:22:38.662265 | fa163ee2-fa81-d288-9367-000000002780 | TASK | Ensure certificate requests 2025-12-03 17:22:40.272828 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:22:40.275364 | fa163ee2-fa81-d288-9367-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:53.846890 | 1.61s 2025-12-03 17:22:41.867256 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:22:41.868471 | fa163ee2-fa81-d288-9367-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:55.440002 | 3.20s 2025-12-03 17:22:43.581699 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:22:43.584104 | fa163ee2-fa81-d288-9367-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:57.155637 | 4.92s 2025-12-03 17:22:45.553454 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:22:45.554633 | fa163ee2-fa81-d288-9367-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:59.126164 | 6.89s 2025-12-03 17:22:45.563043 | fa163ee2-fa81-d288-9367-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:59.134567 | 6.90s 2025-12-03 17:22:45.614484 | fa163ee2-fa81-d288-9367-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2025-12-03 17:22:45.704977 | fa163ee2-fa81-d288-9367-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:59.276500 | 0.09s 2025-12-03 17:22:45.716254 | fa163ee2-fa81-d288-9367-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:59.287791 | 0.10s 2025-12-03 17:22:45.721269 | fa163ee2-fa81-d288-9367-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:06:59.292797 | 0.11s 2025-12-03 17:22:45.805644 | fa163ee2-fa81-d288-9367-0000000027fe | TASK | Set version specific variables 2025-12-03 17:22:45.863607 | fa163ee2-fa81-d288-9367-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:59.435128 | 0.06s 2025-12-03 17:22:45.881909 | dbe923b0-ae84-438b-aecb-f5a598520847 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:22:45.913343 | fa163ee2-fa81-d288-9367-000000002856 | TASK | Ensure ansible_facts used by role 2025-12-03 17:22:46.280156 | fa163ee2-fa81-d288-9367-000000002856 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:22:46.280976 | fa163ee2-fa81-d288-9367-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:59.852515 | 0.37s 2025-12-03 17:22:46.298545 | fa163ee2-fa81-d288-9367-000000002857 | TASK | Set platform/version specific variables 2025-12-03 17:22:46.368521 | fa163ee2-fa81-d288-9367-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:46.384042 | fa163ee2-fa81-d288-9367-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:46.401944 | fa163ee2-fa81-d288-9367-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:22:46.417906 | fa163ee2-fa81-d288-9367-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:22:46.424462 | fa163ee2-fa81-d288-9367-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:59.995981 | 0.13s 2025-12-03 17:22:46.450810 | fa163ee2-fa81-d288-9367-0000000027ff | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:22:49.375379 | fa163ee2-fa81-d288-9367-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:22:49.376927 | fa163ee2-fa81-d288-9367-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:02.948449 | 2.92s 2025-12-03 17:22:49.402696 | fa163ee2-fa81-d288-9367-000000002801 | TASK | Ensure provider packages are installed 2025-12-03 17:22:52.368630 | fa163ee2-fa81-d288-9367-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.940141 | 2.96s 2025-12-03 17:22:52.380913 | fa163ee2-fa81-d288-9367-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:05.952445 | 2.98s 2025-12-03 17:22:52.406517 | fa163ee2-fa81-d288-9367-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:22:52.692905 | fa163ee2-fa81-d288-9367-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:22:52.694929 | fa163ee2-fa81-d288-9367-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:06.266453 | 0.29s 2025-12-03 17:22:52.704884 | fa163ee2-fa81-d288-9367-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:06.276415 | 0.30s 2025-12-03 17:22:52.731200 | fa163ee2-fa81-d288-9367-000000002805 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:22:53.012077 | fa163ee2-fa81-d288-9367-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:22:53.013494 | fa163ee2-fa81-d288-9367-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.585022 | 0.28s 2025-12-03 17:22:53.021508 | fa163ee2-fa81-d288-9367-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:06.593035 | 0.29s 2025-12-03 17:22:53.047036 | fa163ee2-fa81-d288-9367-000000002807 | TASK | Ensure provider service is running 2025-12-03 17:22:53.443553 | fa163ee2-fa81-d288-9367-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:22:53.445398 | fa163ee2-fa81-d288-9367-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:07.016925 | 0.40s 2025-12-03 17:22:53.455215 | fa163ee2-fa81-d288-9367-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:07.026739 | 0.41s 2025-12-03 17:22:53.482052 | fa163ee2-fa81-d288-9367-00000000280a | TASK | Ensure certificate requests 2025-12-03 17:22:55.156459 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:22:55.158914 | fa163ee2-fa81-d288-9367-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.730442 | 1.68s 2025-12-03 17:22:55.169101 | fa163ee2-fa81-d288-9367-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:08.740628 | 1.69s 2025-12-03 17:22:55.218084 | fa163ee2-fa81-d288-9367-000000002827 | TASK | Set version specific variables 2025-12-03 17:22:55.267595 | fa163ee2-fa81-d288-9367-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:08.839119 | 0.05s 2025-12-03 17:22:55.287023 | 497a406d-bb90-498b-966d-71df1f1f3e50 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:22:55.316481 | fa163ee2-fa81-d288-9367-000000002890 | TASK | Ensure ansible_facts used by role 2025-12-03 17:22:55.676482 | fa163ee2-fa81-d288-9367-000000002890 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:22:55.678029 | fa163ee2-fa81-d288-9367-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:09.249558 | 0.36s 2025-12-03 17:22:55.704436 | fa163ee2-fa81-d288-9367-000000002891 | TASK | Set platform/version specific variables 2025-12-03 17:22:55.760568 | fa163ee2-fa81-d288-9367-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:55.777813 | fa163ee2-fa81-d288-9367-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:22:55.791614 | fa163ee2-fa81-d288-9367-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:22:55.802297 | fa163ee2-fa81-d288-9367-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:22:55.814389 | fa163ee2-fa81-d288-9367-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:09.385911 | 0.11s 2025-12-03 17:22:55.843235 | fa163ee2-fa81-d288-9367-000000002828 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:22:58.744918 | fa163ee2-fa81-d288-9367-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:22:58.746182 | fa163ee2-fa81-d288-9367-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:12.317713 | 2.90s 2025-12-03 17:22:58.763815 | fa163ee2-fa81-d288-9367-00000000282a | TASK | Ensure provider packages are installed 2025-12-03 17:23:01.606349 | fa163ee2-fa81-d288-9367-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:15.177867 | 2.84s 2025-12-03 17:23:01.618581 | fa163ee2-fa81-d288-9367-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:15.190104 | 2.85s 2025-12-03 17:23:01.645753 | fa163ee2-fa81-d288-9367-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:23:01.936878 | fa163ee2-fa81-d288-9367-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:01.938257 | fa163ee2-fa81-d288-9367-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.509783 | 0.29s 2025-12-03 17:23:01.944383 | fa163ee2-fa81-d288-9367-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:15.515907 | 0.30s 2025-12-03 17:23:01.971702 | fa163ee2-fa81-d288-9367-00000000282e | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:23:02.257834 | fa163ee2-fa81-d288-9367-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:02.259931 | fa163ee2-fa81-d288-9367-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.831459 | 0.29s 2025-12-03 17:23:02.270122 | fa163ee2-fa81-d288-9367-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:15.841647 | 0.30s 2025-12-03 17:23:02.296184 | fa163ee2-fa81-d288-9367-000000002830 | TASK | Ensure provider service is running 2025-12-03 17:23:02.717215 | fa163ee2-fa81-d288-9367-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:23:02.719022 | fa163ee2-fa81-d288-9367-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:16.290549 | 0.42s 2025-12-03 17:23:02.733400 | fa163ee2-fa81-d288-9367-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:16.304926 | 0.44s 2025-12-03 17:23:02.753548 | fa163ee2-fa81-d288-9367-000000002833 | TASK | Ensure certificate requests 2025-12-03 17:23:04.760673 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:23:04.762183 | fa163ee2-fa81-d288-9367-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:18.333710 | 2.01s 2025-12-03 17:23:04.769184 | fa163ee2-fa81-d288-9367-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:18.340712 | 2.01s 2025-12-03 17:23:04.868518 | fa163ee2-fa81-d288-9367-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:18.440037 | 0.05s 2025-12-03 17:23:04.931670 | fa163ee2-fa81-d288-9367-0000000028d5 | TASK | Set version specific variables 2025-12-03 17:23:04.979130 | fa163ee2-fa81-d288-9367-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:18.550660 | 0.05s 2025-12-03 17:23:04.997383 | 29884b81-2e81-453e-8d5a-5796e137c89e | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:23:05.029272 | fa163ee2-fa81-d288-9367-000000002904 | TASK | Ensure ansible_facts used by role 2025-12-03 17:23:05.412414 | fa163ee2-fa81-d288-9367-000000002904 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:23:05.414002 | fa163ee2-fa81-d288-9367-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:18.985525 | 0.38s 2025-12-03 17:23:05.440507 | fa163ee2-fa81-d288-9367-000000002905 | TASK | Set platform/version specific variables 2025-12-03 17:23:05.525287 | fa163ee2-fa81-d288-9367-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:05.556177 | fa163ee2-fa81-d288-9367-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:05.601750 | fa163ee2-fa81-d288-9367-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:23:05.646003 | fa163ee2-fa81-d288-9367-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:23:05.657942 | fa163ee2-fa81-d288-9367-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:19.229465 | 0.22s 2025-12-03 17:23:05.737105 | fa163ee2-fa81-d288-9367-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:23:08.609322 | fa163ee2-fa81-d288-9367-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:23:08.610754 | fa163ee2-fa81-d288-9367-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:22.182282 | 2.87s 2025-12-03 17:23:08.636056 | fa163ee2-fa81-d288-9367-0000000028d8 | TASK | Ensure provider packages are installed 2025-12-03 17:23:11.555605 | fa163ee2-fa81-d288-9367-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:25.127110 | 2.92s 2025-12-03 17:23:11.568032 | fa163ee2-fa81-d288-9367-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:25.139557 | 2.93s 2025-12-03 17:23:11.594126 | fa163ee2-fa81-d288-9367-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:23:11.898810 | fa163ee2-fa81-d288-9367-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:11.900261 | fa163ee2-fa81-d288-9367-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:25.471788 | 0.30s 2025-12-03 17:23:11.911539 | fa163ee2-fa81-d288-9367-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:25.483073 | 0.32s 2025-12-03 17:23:11.931659 | fa163ee2-fa81-d288-9367-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:23:12.224444 | fa163ee2-fa81-d288-9367-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:12.226248 | fa163ee2-fa81-d288-9367-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:25.797775 | 0.29s 2025-12-03 17:23:12.236687 | fa163ee2-fa81-d288-9367-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:25.808218 | 0.30s 2025-12-03 17:23:12.257062 | fa163ee2-fa81-d288-9367-0000000028de | TASK | Ensure provider service is running 2025-12-03 17:23:12.685578 | fa163ee2-fa81-d288-9367-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:23:12.687997 | fa163ee2-fa81-d288-9367-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:26.259521 | 0.43s 2025-12-03 17:23:12.698577 | fa163ee2-fa81-d288-9367-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:26.270107 | 0.44s 2025-12-03 17:23:12.724981 | fa163ee2-fa81-d288-9367-0000000028e1 | TASK | Ensure certificate requests 2025-12-03 17:23:14.204074 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:23:14.206454 | fa163ee2-fa81-d288-9367-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:27.777982 | 1.48s 2025-12-03 17:23:14.217081 | fa163ee2-fa81-d288-9367-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:27.788602 | 1.49s 2025-12-03 17:23:14.266199 | fa163ee2-fa81-d288-9367-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-03 17:23:14.340284 | fa163ee2-fa81-d288-9367-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-03 17:23:14.341586 | fa163ee2-fa81-d288-9367-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:27.913115 | 0.07s 2025-12-03 17:23:14.367696 | fa163ee2-fa81-d288-9367-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-03 17:23:17.209414 | fa163ee2-fa81-d288-9367-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-03 17:23:17.215458 | fa163ee2-fa81-d288-9367-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:30.786985 | 2.85s 2025-12-03 17:23:17.251124 | fa163ee2-fa81-d288-9367-000000002292 | TASK | Fetch ovn-dbs-bundle 2025-12-03 17:23:17.322968 | fa163ee2-fa81-d288-9367-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-03 17:23:17.324296 | fa163ee2-fa81-d288-9367-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:30.895819 | 0.07s 2025-12-03 17:23:17.353446 | fa163ee2-fa81-d288-9367-000000002293 | TASK | Fetch ovn VIP 2025-12-03 17:23:17.425697 | fa163ee2-fa81-d288-9367-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2025-12-03 17:23:17.426996 | fa163ee2-fa81-d288-9367-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:30.998526 | 0.07s 2025-12-03 17:23:17.456641 | fa163ee2-fa81-d288-9367-000000002294 | TASK | Remove OVNDBs from pacemaker 2025-12-03 17:23:17.521393 | fa163ee2-fa81-d288-9367-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-03 17:23:17.522668 | fa163ee2-fa81-d288-9367-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:31.094198 | 0.06s 2025-12-03 17:23:17.552339 | fa163ee2-fa81-d288-9367-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-03 17:23:17.614311 | fa163ee2-fa81-d288-9367-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-03 17:23:17.615743 | fa163ee2-fa81-d288-9367-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:31.187271 | 0.06s 2025-12-03 17:23:17.645600 | fa163ee2-fa81-d288-9367-000000002296 | TASK | Clean up pacemaker remote nodes cache 2025-12-03 17:23:17.760404 | fa163ee2-fa81-d288-9367-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-03 17:23:17.761751 | fa163ee2-fa81-d288-9367-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:31.333274 | 0.11s 2025-12-03 17:23:17.837886 | fa163ee2-fa81-d288-9367-000000002297 | TASK | Remove pacemaker attributes 2025-12-03 17:23:17.889523 | fa163ee2-fa81-d288-9367-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-03 17:23:17.902404 | fa163ee2-fa81-d288-9367-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:31.473926 | 0.06s 2025-12-03 17:23:17.972080 | fa163ee2-fa81-d288-9367-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:31.543597 | 0.04s 2025-12-03 17:23:18.041828 | fa163ee2-fa81-d288-9367-00000000295d | TASK | Set version specific variables 2025-12-03 17:23:18.100673 | fa163ee2-fa81-d288-9367-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:31.672184 | 0.06s 2025-12-03 17:23:18.123737 | aa1e9778-675e-4f56-809c-590993400a4c | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:23:18.157673 | fa163ee2-fa81-d288-9367-00000000298e | TASK | Ensure ansible_facts used by role 2025-12-03 17:23:18.550621 | fa163ee2-fa81-d288-9367-00000000298e | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:23:18.552228 | fa163ee2-fa81-d288-9367-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:32.123757 | 0.39s 2025-12-03 17:23:18.581640 | fa163ee2-fa81-d288-9367-00000000298f | TASK | Set platform/version specific variables 2025-12-03 17:23:18.674333 | fa163ee2-fa81-d288-9367-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:18.705858 | fa163ee2-fa81-d288-9367-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:18.732966 | fa163ee2-fa81-d288-9367-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:23:18.754180 | fa163ee2-fa81-d288-9367-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:23:18.766571 | fa163ee2-fa81-d288-9367-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:32.338095 | 0.18s 2025-12-03 17:23:18.796310 | fa163ee2-fa81-d288-9367-00000000295e | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:23:21.703278 | fa163ee2-fa81-d288-9367-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:23:21.704683 | fa163ee2-fa81-d288-9367-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:35.276213 | 2.91s 2025-12-03 17:23:21.733759 | fa163ee2-fa81-d288-9367-000000002960 | TASK | Ensure provider packages are installed 2025-12-03 17:23:24.693609 | fa163ee2-fa81-d288-9367-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:38.265124 | 2.96s 2025-12-03 17:23:24.700151 | fa163ee2-fa81-d288-9367-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:38.271671 | 2.96s 2025-12-03 17:23:24.729212 | fa163ee2-fa81-d288-9367-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:23:25.044100 | fa163ee2-fa81-d288-9367-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:25.045631 | fa163ee2-fa81-d288-9367-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.617156 | 0.31s 2025-12-03 17:23:25.057613 | fa163ee2-fa81-d288-9367-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:38.629143 | 0.33s 2025-12-03 17:23:25.086663 | fa163ee2-fa81-d288-9367-000000002964 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:23:25.401516 | fa163ee2-fa81-d288-9367-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:25.403029 | fa163ee2-fa81-d288-9367-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.974556 | 0.31s 2025-12-03 17:23:25.414965 | fa163ee2-fa81-d288-9367-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:38.986496 | 0.33s 2025-12-03 17:23:25.443557 | fa163ee2-fa81-d288-9367-000000002966 | TASK | Ensure provider service is running 2025-12-03 17:23:25.872974 | fa163ee2-fa81-d288-9367-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:23:25.874329 | fa163ee2-fa81-d288-9367-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.445863 | 0.43s 2025-12-03 17:23:25.880302 | fa163ee2-fa81-d288-9367-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:39.451828 | 0.44s 2025-12-03 17:23:25.910112 | fa163ee2-fa81-d288-9367-000000002969 | TASK | Ensure certificate requests 2025-12-03 17:23:27.389166 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:23:27.390655 | fa163ee2-fa81-d288-9367-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.962183 | 1.48s 2025-12-03 17:23:27.400233 | fa163ee2-fa81-d288-9367-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:40.971758 | 1.49s 2025-12-03 17:23:27.454685 | fa163ee2-fa81-d288-9367-00000000229c | TASK | Configure OVN DBs and northd 2025-12-03 17:23:27.506279 | fa163ee2-fa81-d288-9367-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:41.077801 | 0.05s 2025-12-03 17:23:27.571011 | fa163ee2-fa81-d288-9367-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-03 17:23:27.826080 | fa163ee2-fa81-d288-9367-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-03 17:23:27.827901 | fa163ee2-fa81-d288-9367-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:41.399426 | 0.26s 2025-12-03 17:23:27.858531 | fa163ee2-fa81-d288-9367-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-03 17:23:27.920733 | fa163ee2-fa81-d288-9367-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-03 17:23:27.922118 | fa163ee2-fa81-d288-9367-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:41.493649 | 0.06s 2025-12-03 17:23:27.952022 | fa163ee2-fa81-d288-9367-0000000029da | TASK | check ovsdb-tool election-timer options 2025-12-03 17:23:28.207675 | fa163ee2-fa81-d288-9367-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-03 17:23:28.209094 | fa163ee2-fa81-d288-9367-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:41.780622 | 0.26s 2025-12-03 17:23:28.238155 | fa163ee2-fa81-d288-9367-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2025-12-03 17:23:28.309888 | fa163ee2-fa81-d288-9367-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-03 17:23:28.311211 | fa163ee2-fa81-d288-9367-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:41.882740 | 0.07s 2025-12-03 17:23:28.341032 | fa163ee2-fa81-d288-9367-0000000029dc | TASK | render OVN cluster configuration 2025-12-03 17:23:28.905234 | fa163ee2-fa81-d288-9367-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2025-12-03 17:23:28.906595 | fa163ee2-fa81-d288-9367-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:42.478124 | 0.56s 2025-12-03 17:23:28.936534 | fa163ee2-fa81-d288-9367-0000000029dd | TASK | restart OVN northd and north and south databases 2025-12-03 17:23:28.999975 | fa163ee2-fa81-d288-9367-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.571484 | 0.06s 2025-12-03 17:23:29.017549 | fa163ee2-fa81-d288-9367-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.589082 | 0.08s 2025-12-03 17:23:29.030095 | fa163ee2-fa81-d288-9367-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.601629 | 0.09s 2025-12-03 17:23:29.036645 | fa163ee2-fa81-d288-9367-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:42.608172 | 0.10s 2025-12-03 17:23:29.061269 | 49c2f850-7f36-4042-a90e-c157a1e3df23 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-03 17:23:29.069199 | de7669d3-0836-45d3-adcd-88ff10aa0747 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-03 17:23:29.076892 | 692111cc-0216-4f23-a8b3-20cc45f834a4 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-03 17:23:29.107827 | fa163ee2-fa81-d288-9367-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-03 17:23:29.352258 | fa163ee2-fa81-d288-9367-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-03 17:23:29.353611 | fa163ee2-fa81-d288-9367-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:42.925138 | 0.24s 2025-12-03 17:23:29.384974 | fa163ee2-fa81-d288-9367-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-03 17:23:29.435660 | fa163ee2-fa81-d288-9367-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-03 17:23:29.436759 | fa163ee2-fa81-d288-9367-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:43.008289 | 0.05s 2025-12-03 17:23:29.467454 | fa163ee2-fa81-d288-9367-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-03 17:23:29.732842 | fa163ee2-fa81-d288-9367-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-03 17:23:29.734161 | fa163ee2-fa81-d288-9367-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:43.305691 | 0.27s 2025-12-03 17:23:29.765499 | fa163ee2-fa81-d288-9367-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-03 17:23:29.816796 | fa163ee2-fa81-d288-9367-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-03 17:23:29.818016 | fa163ee2-fa81-d288-9367-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:43.389546 | 0.05s 2025-12-03 17:23:29.849130 | fa163ee2-fa81-d288-9367-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-03 17:23:30.106806 | fa163ee2-fa81-d288-9367-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-03 17:23:30.108131 | fa163ee2-fa81-d288-9367-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:43.679659 | 0.26s 2025-12-03 17:23:30.139019 | fa163ee2-fa81-d288-9367-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2025-12-03 17:23:30.191825 | fa163ee2-fa81-d288-9367-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-03 17:23:30.193112 | fa163ee2-fa81-d288-9367-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:43.764642 | 0.05s 2025-12-03 17:23:30.298805 | fa163ee2-fa81-d288-9367-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:43.870288 | 0.05s 2025-12-03 17:23:30.365273 | fa163ee2-fa81-d288-9367-000000002a64 | TASK | Set version specific variables 2025-12-03 17:23:30.413974 | fa163ee2-fa81-d288-9367-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:43.985490 | 0.05s 2025-12-03 17:23:30.436617 | 61135374-bde1-489a-a263-e4f314bf1677 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:23:30.468665 | fa163ee2-fa81-d288-9367-000000002a93 | TASK | Ensure ansible_facts used by role 2025-12-03 17:23:30.867528 | fa163ee2-fa81-d288-9367-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:23:30.869167 | fa163ee2-fa81-d288-9367-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:44.440695 | 0.40s 2025-12-03 17:23:30.897510 | fa163ee2-fa81-d288-9367-000000002a94 | TASK | Set platform/version specific variables 2025-12-03 17:23:30.988494 | fa163ee2-fa81-d288-9367-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:31.019993 | fa163ee2-fa81-d288-9367-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:31.047826 | fa163ee2-fa81-d288-9367-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:23:31.068624 | fa163ee2-fa81-d288-9367-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:23:31.074415 | fa163ee2-fa81-d288-9367-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:44.645936 | 0.18s 2025-12-03 17:23:31.103822 | fa163ee2-fa81-d288-9367-000000002a65 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:23:33.964493 | fa163ee2-fa81-d288-9367-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:23:33.965911 | fa163ee2-fa81-d288-9367-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:47.537439 | 2.86s 2025-12-03 17:23:33.994653 | fa163ee2-fa81-d288-9367-000000002a67 | TASK | Ensure provider packages are installed 2025-12-03 17:23:37.015286 | fa163ee2-fa81-d288-9367-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.586803 | 3.02s 2025-12-03 17:23:37.027294 | fa163ee2-fa81-d288-9367-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:50.598819 | 3.03s 2025-12-03 17:23:37.056415 | fa163ee2-fa81-d288-9367-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:23:37.391835 | fa163ee2-fa81-d288-9367-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:37.393829 | fa163ee2-fa81-d288-9367-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.965356 | 0.34s 2025-12-03 17:23:37.404032 | fa163ee2-fa81-d288-9367-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:50.975558 | 0.35s 2025-12-03 17:23:37.433012 | fa163ee2-fa81-d288-9367-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:23:37.730721 | fa163ee2-fa81-d288-9367-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:37.733194 | fa163ee2-fa81-d288-9367-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:51.304718 | 0.30s 2025-12-03 17:23:37.743164 | fa163ee2-fa81-d288-9367-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:51.314689 | 0.31s 2025-12-03 17:23:37.772666 | fa163ee2-fa81-d288-9367-000000002a6d | TASK | Ensure provider service is running 2025-12-03 17:23:38.207171 | fa163ee2-fa81-d288-9367-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:23:38.209820 | fa163ee2-fa81-d288-9367-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:51.781346 | 0.44s 2025-12-03 17:23:38.220564 | fa163ee2-fa81-d288-9367-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:51.792085 | 0.45s 2025-12-03 17:23:38.251440 | fa163ee2-fa81-d288-9367-000000002a70 | TASK | Ensure certificate requests 2025-12-03 17:23:39.707080 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:23:39.708670 | fa163ee2-fa81-d288-9367-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:53.280191 | 1.46s 2025-12-03 17:23:39.722494 | fa163ee2-fa81-d288-9367-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:53.294018 | 1.47s 2025-12-03 17:23:39.829138 | fa163ee2-fa81-d288-9367-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:53.400654 | 0.05s 2025-12-03 17:23:39.895319 | fa163ee2-fa81-d288-9367-000000002ad8 | TASK | Set version specific variables 2025-12-03 17:23:39.932221 | fa163ee2-fa81-d288-9367-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:53.503751 | 0.04s 2025-12-03 17:23:39.945959 | fbcf2f1a-a462-45de-94ea-d316eacef72b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:23:39.969938 | fa163ee2-fa81-d288-9367-000000002b07 | TASK | Ensure ansible_facts used by role 2025-12-03 17:23:40.355712 | fa163ee2-fa81-d288-9367-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:23:40.357217 | fa163ee2-fa81-d288-9367-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:53.928748 | 0.39s 2025-12-03 17:23:40.387506 | fa163ee2-fa81-d288-9367-000000002b08 | TASK | Set platform/version specific variables 2025-12-03 17:23:40.434493 | fa163ee2-fa81-d288-9367-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:40.446551 | fa163ee2-fa81-d288-9367-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:40.459564 | fa163ee2-fa81-d288-9367-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:23:40.469713 | fa163ee2-fa81-d288-9367-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:23:40.475434 | fa163ee2-fa81-d288-9367-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:54.046952 | 0.09s 2025-12-03 17:23:40.504196 | fa163ee2-fa81-d288-9367-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:23:43.385336 | fa163ee2-fa81-d288-9367-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:23:43.386366 | fa163ee2-fa81-d288-9367-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:56.957902 | 2.88s 2025-12-03 17:23:43.408658 | fa163ee2-fa81-d288-9367-000000002adb | TASK | Ensure provider packages are installed 2025-12-03 17:23:46.385346 | fa163ee2-fa81-d288-9367-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.956861 | 2.98s 2025-12-03 17:23:46.397471 | fa163ee2-fa81-d288-9367-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:59.968997 | 2.99s 2025-12-03 17:23:46.426789 | fa163ee2-fa81-d288-9367-000000002add | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:23:46.689863 | fa163ee2-fa81-d288-9367-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:46.691968 | fa163ee2-fa81-d288-9367-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:00.263490 | 0.26s 2025-12-03 17:23:46.701827 | fa163ee2-fa81-d288-9367-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:00.273356 | 0.27s 2025-12-03 17:23:46.730909 | fa163ee2-fa81-d288-9367-000000002adf | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:23:47.017417 | fa163ee2-fa81-d288-9367-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:47.019518 | fa163ee2-fa81-d288-9367-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:00.591045 | 0.29s 2025-12-03 17:23:47.030112 | fa163ee2-fa81-d288-9367-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:00.601639 | 0.30s 2025-12-03 17:23:47.058985 | fa163ee2-fa81-d288-9367-000000002ae1 | TASK | Ensure provider service is running 2025-12-03 17:23:47.466666 | fa163ee2-fa81-d288-9367-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:23:47.467775 | fa163ee2-fa81-d288-9367-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:01.039288 | 0.41s 2025-12-03 17:23:47.483068 | fa163ee2-fa81-d288-9367-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:01.054595 | 0.42s 2025-12-03 17:23:47.512318 | fa163ee2-fa81-d288-9367-000000002ae4 | TASK | Ensure certificate requests 2025-12-03 17:23:49.253705 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:23:49.256279 | fa163ee2-fa81-d288-9367-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:02.827805 | 1.74s 2025-12-03 17:23:49.267314 | fa163ee2-fa81-d288-9367-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:02.838839 | 1.75s 2025-12-03 17:23:49.353430 | fa163ee2-fa81-d288-9367-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:02.924948 | 0.03s 2025-12-03 17:23:49.418030 | fa163ee2-fa81-d288-9367-000000002b4c | TASK | Set version specific variables 2025-12-03 17:23:49.467278 | fa163ee2-fa81-d288-9367-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:03.038797 | 0.05s 2025-12-03 17:23:49.489388 | 773c7f7b-89bb-4ea6-8852-b908c62030d7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:23:49.521551 | fa163ee2-fa81-d288-9367-000000002b7b | TASK | Ensure ansible_facts used by role 2025-12-03 17:23:49.918396 | fa163ee2-fa81-d288-9367-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:23:49.920034 | fa163ee2-fa81-d288-9367-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:03.491562 | 0.40s 2025-12-03 17:23:49.948623 | fa163ee2-fa81-d288-9367-000000002b7c | TASK | Set platform/version specific variables 2025-12-03 17:23:50.039401 | fa163ee2-fa81-d288-9367-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:50.070822 | fa163ee2-fa81-d288-9367-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:23:50.097512 | fa163ee2-fa81-d288-9367-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:23:50.117272 | fa163ee2-fa81-d288-9367-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:23:50.123186 | fa163ee2-fa81-d288-9367-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:03.694711 | 0.17s 2025-12-03 17:23:50.152470 | fa163ee2-fa81-d288-9367-000000002b4d | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:23:53.044598 | fa163ee2-fa81-d288-9367-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:23:53.046063 | fa163ee2-fa81-d288-9367-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:06.617590 | 2.89s 2025-12-03 17:23:53.077880 | fa163ee2-fa81-d288-9367-000000002b4f | TASK | Ensure provider packages are installed 2025-12-03 17:23:55.991610 | fa163ee2-fa81-d288-9367-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.563125 | 2.91s 2025-12-03 17:23:56.003856 | fa163ee2-fa81-d288-9367-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.575383 | 2.92s 2025-12-03 17:23:56.032578 | fa163ee2-fa81-d288-9367-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:23:56.335439 | fa163ee2-fa81-d288-9367-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:56.338160 | fa163ee2-fa81-d288-9367-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.909678 | 0.30s 2025-12-03 17:23:56.347645 | fa163ee2-fa81-d288-9367-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:09.919171 | 0.31s 2025-12-03 17:23:56.376855 | fa163ee2-fa81-d288-9367-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:23:56.675758 | fa163ee2-fa81-d288-9367-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:23:56.677310 | fa163ee2-fa81-d288-9367-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:10.248835 | 0.30s 2025-12-03 17:23:56.686376 | fa163ee2-fa81-d288-9367-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:10.257901 | 0.31s 2025-12-03 17:23:56.715583 | fa163ee2-fa81-d288-9367-000000002b55 | TASK | Ensure provider service is running 2025-12-03 17:23:57.159487 | fa163ee2-fa81-d288-9367-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:23:57.162415 | fa163ee2-fa81-d288-9367-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:10.733940 | 0.45s 2025-12-03 17:23:57.172664 | fa163ee2-fa81-d288-9367-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:10.744191 | 0.46s 2025-12-03 17:23:57.202525 | fa163ee2-fa81-d288-9367-000000002b58 | TASK | Ensure certificate requests 2025-12-03 17:23:59.266687 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:23:59.269245 | fa163ee2-fa81-d288-9367-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:12.840772 | 2.07s 2025-12-03 17:23:59.279456 | fa163ee2-fa81-d288-9367-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:12.850981 | 2.08s 2025-12-03 17:23:59.333744 | fa163ee2-fa81-d288-9367-0000000022a9 | TASK | Fail if container image is undefined 2025-12-03 17:23:59.395856 | fa163ee2-fa81-d288-9367-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2025-12-03 17:23:59.397123 | fa163ee2-fa81-d288-9367-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:12.968652 | 0.06s 2025-12-03 17:23:59.442751 | fa163ee2-fa81-d288-9367-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-03 17:24:06.865139 | fa163ee2-fa81-d288-9367-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-03 17:24:06.866471 | fa163ee2-fa81-d288-9367-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:20.438001 | 7.42s 2025-12-03 17:24:06.924080 | fa163ee2-fa81-d288-9367-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-03 17:24:07.300953 | fa163ee2-fa81-d288-9367-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-03 17:24:07.302223 | fa163ee2-fa81-d288-9367-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:20.873753 | 0.38s 2025-12-03 17:24:07.358416 | fa163ee2-fa81-d288-9367-0000000022b6 | TASK | Pre-fetch all the containers 2025-12-03 17:24:12.018407 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-03 17:24:12.021512 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:25.593040 | 4.66s 2025-12-03 17:24:26.964549 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-03 17:24:26.967443 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.538973 | 19.61s 2025-12-03 17:24:29.661170 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-03 17:24:29.663978 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.235507 | 22.30s 2025-12-03 17:24:33.059731 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-03 17:24:33.063759 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.635289 | 25.70s 2025-12-03 17:24:35.412891 | fa163ee2-fa81-d288-9367-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-03 17:24:35.416932 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.988461 | 28.06s 2025-12-03 17:24:37.312986 | fa163ee2-fa81-d288-9367-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-03 17:24:37.315553 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:50.887082 | 29.95s 2025-12-03 17:24:42.349883 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-12-03 17:24:42.353292 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:55.924823 | 34.99s 2025-12-03 17:24:46.639887 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-12-03 17:24:46.643584 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:00.215115 | 39.28s 2025-12-03 17:24:58.750678 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-03 17:24:58.754660 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:12.326189 | 51.39s 2025-12-03 17:25:01.448974 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-03 17:25:01.453350 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:15.024879 | 54.09s 2025-12-03 17:25:09.295296 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-03 17:25:09.298280 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:22.869808 | 61.94s 2025-12-03 17:25:14.326321 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-03 17:25:14.330083 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:27.901613 | 66.97s 2025-12-03 17:25:36.896161 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-03 17:25:36.899501 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:50.471030 | 89.54s 2025-12-03 17:25:46.789179 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-03 17:25:46.791816 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:00.363347 | 99.43s 2025-12-03 17:25:54.174029 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-12-03 17:25:54.177986 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:07.749518 | 106.82s 2025-12-03 17:26:04.668789 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-03 17:26:04.672016 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:18.243545 | 117.31s 2025-12-03 17:26:12.441875 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-03 17:26:12.444787 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:26.016298 | 125.08s 2025-12-03 17:26:17.350472 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-03 17:26:17.353306 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.924836 | 129.99s 2025-12-03 17:26:20.663804 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-03 17:26:20.666545 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:34.238076 | 133.31s 2025-12-03 17:26:30.233056 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-03 17:26:30.235759 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:43.807291 | 142.88s 2025-12-03 17:26:35.756930 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-03 17:26:35.760858 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:49.332388 | 148.40s 2025-12-03 17:26:47.432505 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-03 17:26:47.435960 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:01.007489 | 160.08s 2025-12-03 17:26:50.381498 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-03 17:26:50.384346 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:03.955877 | 163.02s 2025-12-03 17:26:59.124704 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-12-03 17:26:59.128612 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:12.700144 | 171.77s 2025-12-03 17:27:02.677833 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-12-03 17:27:02.682458 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:16.253982 | 175.32s 2025-12-03 17:27:06.122328 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-12-03 17:27:06.125017 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.696548 | 178.76s 2025-12-03 17:27:09.356933 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-12-03 17:27:09.360125 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:22.931653 | 182.00s 2025-12-03 17:27:12.984531 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-03 17:27:12.988979 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:26.560511 | 185.63s 2025-12-03 17:27:20.666366 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-12-03 17:27:20.669182 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:34.240713 | 193.31s 2025-12-03 17:27:23.067382 | fa163ee2-fa81-d288-9367-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-03 17:27:23.071221 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:36.642752 | 195.71s 2025-12-03 17:27:25.014201 | fa163ee2-fa81-d288-9367-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-03 17:27:25.017234 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:38.588765 | 197.66s 2025-12-03 17:27:29.544040 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-03 17:27:29.549633 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:43.121158 | 202.19s 2025-12-03 17:27:32.066183 | fa163ee2-fa81-d288-9367-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-03 17:27:32.069606 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:45.641136 | 204.71s 2025-12-03 17:27:36.302027 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-03 17:27:36.305894 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:49.877425 | 208.95s 2025-12-03 17:27:39.938512 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-03 17:27:39.941419 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:53.512949 | 212.58s 2025-12-03 17:27:42.969272 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-12-03 17:27:42.971928 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:56.543461 | 215.61s 2025-12-03 17:27:46.323049 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-12-03 17:27:46.326821 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:59.898350 | 218.97s 2025-12-03 17:27:49.467603 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-12-03 17:27:49.470363 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.041894 | 222.11s 2025-12-03 17:27:52.524471 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-12-03 17:27:52.527374 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.098904 | 225.17s 2025-12-03 17:27:56.781375 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-12-03 17:27:56.784815 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:10.356313 | 229.42s 2025-12-03 17:27:59.627104 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-03 17:27:59.629681 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:13.201212 | 232.27s 2025-12-03 17:28:02.916218 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-03 17:28:02.919853 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:16.491384 | 235.56s 2025-12-03 17:28:07.037811 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-03 17:28:07.041756 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:20.613286 | 239.68s 2025-12-03 17:28:09.576811 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-03 17:28:09.580269 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:23.151799 | 242.22s 2025-12-03 17:28:12.280491 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-03 17:28:12.284616 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:25.856148 | 244.92s 2025-12-03 17:28:16.089048 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-03 17:28:16.092895 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:29.664425 | 248.73s 2025-12-03 17:28:21.650360 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-03 17:28:21.654438 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:35.225970 | 254.29s 2025-12-03 17:28:25.400560 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-03 17:28:25.402210 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:38.973748 | 258.04s 2025-12-03 17:28:28.475735 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-03 17:28:28.478804 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:42.050334 | 261.12s 2025-12-03 17:28:31.115610 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-03 17:28:31.118625 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:44.690156 | 263.76s 2025-12-03 17:28:34.206612 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-12-03 17:28:34.211090 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:47.782616 | 266.85s 2025-12-03 17:28:37.323651 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-12-03 17:28:37.327759 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:50.899289 | 269.97s 2025-12-03 17:28:41.056086 | fa163ee2-fa81-d288-9367-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-12-03 17:28:41.059623 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:54.631153 | 273.70s 2025-12-03 17:28:41.444415 | fa163ee2-fa81-d288-9367-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:55.015942 | 274.08s 2025-12-03 17:28:41.695359 | fa163ee2-fa81-d288-9367-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:55.266882 | 0.06s 2025-12-03 17:28:41.752572 | fa163ee2-fa81-d288-9367-000000002c32 | TASK | Set version specific variables 2025-12-03 17:28:41.816802 | fa163ee2-fa81-d288-9367-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:55.388279 | 0.06s 2025-12-03 17:28:41.840679 | 1865c99b-de26-4872-a875-05c581385064 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-03 17:28:41.873107 | fa163ee2-fa81-d288-9367-000000002c61 | TASK | Ensure ansible_facts used by role 2025-12-03 17:28:42.254444 | fa163ee2-fa81-d288-9367-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2025-12-03 17:28:42.256043 | fa163ee2-fa81-d288-9367-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:55.827573 | 0.38s 2025-12-03 17:28:42.285217 | fa163ee2-fa81-d288-9367-000000002c62 | TASK | Set platform/version specific variables 2025-12-03 17:28:42.380963 | fa163ee2-fa81-d288-9367-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:28:42.413908 | fa163ee2-fa81-d288-9367-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-03 17:28:42.441788 | fa163ee2-fa81-d288-9367-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-03 17:28:42.462457 | fa163ee2-fa81-d288-9367-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-03 17:28:42.468926 | fa163ee2-fa81-d288-9367-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:56.040447 | 0.18s 2025-12-03 17:28:42.498265 | fa163ee2-fa81-d288-9367-000000002c33 | TASK | Ensure certificate role dependencies are installed 2025-12-03 17:28:45.342697 | fa163ee2-fa81-d288-9367-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-03 17:28:45.344142 | fa163ee2-fa81-d288-9367-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:58.915671 | 2.84s 2025-12-03 17:28:45.373033 | fa163ee2-fa81-d288-9367-000000002c35 | TASK | Ensure provider packages are installed 2025-12-03 17:28:48.310635 | fa163ee2-fa81-d288-9367-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:01.882152 | 2.94s 2025-12-03 17:28:48.317072 | fa163ee2-fa81-d288-9367-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:01.888593 | 2.94s 2025-12-03 17:28:48.347909 | fa163ee2-fa81-d288-9367-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2025-12-03 17:28:48.656247 | fa163ee2-fa81-d288-9367-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:28:48.658247 | fa163ee2-fa81-d288-9367-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:02.229775 | 0.31s 2025-12-03 17:28:48.668572 | fa163ee2-fa81-d288-9367-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:02.240098 | 0.32s 2025-12-03 17:28:48.697628 | fa163ee2-fa81-d288-9367-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2025-12-03 17:28:48.997506 | fa163ee2-fa81-d288-9367-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-03 17:28:48.999150 | fa163ee2-fa81-d288-9367-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:02.570671 | 0.30s 2025-12-03 17:28:49.005737 | fa163ee2-fa81-d288-9367-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:02.577262 | 0.31s 2025-12-03 17:28:49.036606 | fa163ee2-fa81-d288-9367-000000002c3b | TASK | Ensure provider service is running 2025-12-03 17:28:49.482333 | fa163ee2-fa81-d288-9367-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-03 17:28:49.484287 | fa163ee2-fa81-d288-9367-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:03.055813 | 0.45s 2025-12-03 17:28:49.497203 | fa163ee2-fa81-d288-9367-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:03.068729 | 0.46s 2025-12-03 17:28:49.527640 | fa163ee2-fa81-d288-9367-000000002c3e | TASK | Ensure certificate requests 2025-12-03 17:28:52.099716 | fa163ee2-fa81-d288-9367-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'} 2025-12-03 17:28:52.102583 | fa163ee2-fa81-d288-9367-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:05.674111 | 2.57s 2025-12-03 17:28:52.112443 | fa163ee2-fa81-d288-9367-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:05.683977 | 2.58s 2025-12-03 17:28:52.168450 | fa163ee2-fa81-d288-9367-0000000022c0 | TASK | Fail if container image is undefined 2025-12-03 17:28:52.232610 | fa163ee2-fa81-d288-9367-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2025-12-03 17:28:52.233709 | fa163ee2-fa81-d288-9367-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:05.805238 | 0.06s 2025-12-03 17:28:52.278063 | fa163ee2-fa81-d288-9367-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-03 17:28:55.085927 | fa163ee2-fa81-d288-9367-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-03 17:28:55.088621 | fa163ee2-fa81-d288-9367-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:08.660150 | 2.81s 2025-12-03 17:28:55.147053 | fa163ee2-fa81-d288-9367-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-03 17:28:55.502857 | fa163ee2-fa81-d288-9367-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-03 17:28:55.505167 | fa163ee2-fa81-d288-9367-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:13:09.076685 | 0.36s 2025-12-03 17:28:55.559135 | fa163ee2-fa81-d288-9367-0000000022cd | TASK | Check if rsyslog exists 2025-12-03 17:28:55.774677 | fa163ee2-fa81-d288-9367-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2025-12-03 17:28:55.776345 | fa163ee2-fa81-d288-9367-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:13:09.347868 | 0.22s 2025-12-03 17:28:55.806371 | fa163ee2-fa81-d288-9367-0000000022ce | TASK | Forward logging to swift.log file 2025-12-03 17:28:56.278383 | fa163ee2-fa81-d288-9367-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2025-12-03 17:28:56.279175 | fa163ee2-fa81-d288-9367-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:13:09.850713 | 0.47s 2025-12-03 17:28:56.297678 | fa163ee2-fa81-d288-9367-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2025-12-03 17:28:57.097043 | fa163ee2-fa81-d288-9367-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-03 17:28:57.098044 | fa163ee2-fa81-d288-9367-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:10.669582 | 0.80s 2025-12-03 17:28:57.117150 | fa163ee2-fa81-d288-9367-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-03 17:28:57.327353 | fa163ee2-fa81-d288-9367-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-03 17:28:57.328913 | fa163ee2-fa81-d288-9367-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:10.900443 | 0.21s 2025-12-03 17:28:57.441313 | fa163ee2-fa81-d288-9367-0000000000c3 | TIMING | include_tasks | standalone | 0:13:11.012832 | 0.08s 2025-12-03 17:28:57.481935 | 8187b3ce-df11-464a-842e-52b28d1c70a5 | INCLUDED | /root/standalone-ansible-qwho_mwh/common_deploy_steps_tasks.yaml | standalone 2025-12-03 17:28:57.514189 | fa163ee2-fa81-d288-9367-000000002ca9 | TASK | Write the config_step hieradata 2025-12-03 17:28:57.967006 | fa163ee2-fa81-d288-9367-000000002ca9 | OK | Write the config_step hieradata | standalone 2025-12-03 17:28:57.968019 | fa163ee2-fa81-d288-9367-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:13:11.539557 | 0.45s 2025-12-03 17:28:57.987936 | fa163ee2-fa81-d288-9367-000000002caa | TASK | Run puppet host configuration for step 1 2025-12-03 17:28:58.353612 | fa163ee2-fa81-d288-9367-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-03 17:28:58.354805 | fa163ee2-fa81-d288-9367-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:11.926297 | 0.37s 2025-12-03 17:28:58.382993 | fa163ee2-fa81-d288-9367-000000002cab | TASK | Wait for puppet host configuration to finish 2025-12-03 17:28:58.616200 | fa163ee2-fa81-d288-9367-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-03 17:29:09.091060 | fa163ee2-fa81-d288-9367-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-03 17:29:19.308866 | fa163ee2-fa81-d288-9367-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-03 17:29:29.517837 | fa163ee2-fa81-d288-9367-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-03 17:29:39.709693 | fa163ee2-fa81-d288-9367-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-03 17:29:49.924310 | fa163ee2-fa81-d288-9367-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-03 17:30:00.151111 | fa163ee2-fa81-d288-9367-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-03 17:30:00.152098 | fa163ee2-fa81-d288-9367-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:13.723637 | 61.77s 2025-12-03 17:30:00.172221 | fa163ee2-fa81-d288-9367-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-03 17:30:00.260740 | fa163ee2-fa81-d288-9367-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>Dec 3 17:28:58 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 3 17:29:04 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 3 17:29:04 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 3 17:29:04 puppet-user: (file & line not available)", "<13>Dec 3 17:29: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>Dec 3 17:29: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>Dec 3 17:29:04 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 3 17:29:04 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.39 seconds", "<13>Dec 3 17:29:05 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 3 17:29:05 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 3 17:29:05 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 3 17:29:13 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 3 17:29:21 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 3 17:29:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 3 17:29:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 3 17:29:21 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 3 17:29:24 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 3 17:29:25 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 3 17:29:26 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 3 17:29:29 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 3 17:29:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 3 17:29:32 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 3 17:29:32 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 3 17:29:55 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 3 17:29:56 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 3 17:29:58 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 3 17:29:58 puppet-user: Notice: Applied catalog in 54.02 seconds", "<13>Dec 3 17:29:58 puppet-user: Application:", "<13>Dec 3 17:29:58 puppet-user: Initial environment: production", "<13>Dec 3 17:29:58 puppet-user: Converged environment: production", "<13>Dec 3 17:29:58 puppet-user: Run mode: user", "<13>Dec 3 17:29:58 puppet-user: Changes:", "<13>Dec 3 17:29:58 puppet-user: Total: 17", "<13>Dec 3 17:29:58 puppet-user: Events:", "<13>Dec 3 17:29:58 puppet-user: Success: 17", "<13>Dec 3 17:29:58 puppet-user: Resources:", "<13>Dec 3 17:29:58 puppet-user: Restarted: 1", "<13>Dec 3 17:29:58 puppet-user: Changed: 16", "<13>Dec 3 17:29:58 puppet-user: Out of sync: 16", "<13>Dec 3 17:29:58 puppet-user: Total: 26", "<13>Dec 3 17:29:58 puppet-user: Time:", "<13>Dec 3 17:29:58 puppet-user: Filebucket: 0.00", "<13>Dec 3 17:29:58 puppet-user: Schedule: 0.00", "<13>Dec 3 17:29:58 puppet-user: File line: 0.00", "<13>Dec 3 17:29:58 puppet-user: File: 0.00", "<13>Dec 3 17:29:58 puppet-user: Augeas: 0.15", "<13>Dec 3 17:29:58 puppet-user: Config retrieval: 0.43", "<13>Dec 3 17:29:58 puppet-user: User: 0.57", "<13>Dec 3 17:29:58 puppet-user: Package: 16.10", "<13>Dec 3 17:29:58 puppet-user: Last run: 1764782998", "<13>Dec 3 17:29:58 puppet-user: Exec: 28.68", "<13>Dec 3 17:29:58 puppet-user: Pcmk property: 3.49", "<13>Dec 3 17:29:58 puppet-user: Service: 3.76", "<13>Dec 3 17:29:58 puppet-user: Transaction evaluation: 54.01", "<13>Dec 3 17:29:58 puppet-user: Catalog application: 54.02", "<13>Dec 3 17:29:58 puppet-user: Total: 54.02", "<13>Dec 3 17:29:58 puppet-user: Version:", "<13>Dec 3 17:29:58 puppet-user: Config: 1764782944", "<13>Dec 3 17:29:58 puppet-user: Puppet: 7.10.0" ] } 2025-12-03 17:30:00.261702 | fa163ee2-fa81-d288-9367-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:13.833238 | 0.09s 2025-12-03 17:30:00.284691 | fa163ee2-fa81-d288-9367-000000002cad | TASK | Pre-cache facts for puppet containers 2025-12-03 17:30:00.306715 | fa163ee2-fa81-d288-9367-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:13.878248 | 0.02s 2025-12-03 17:30:00.359361 | fa163ee2-fa81-d288-9367-000000002cf4 | TASK | Gather variables for each operating system 2025-12-03 17:30:00.480003 | fa163ee2-fa81-d288-9367-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:14.051533 | 0.12s 2025-12-03 17:30:00.500694 | fa163ee2-fa81-d288-9367-000000002cf5 | TASK | Create puppet caching structures 2025-12-03 17:30:00.693742 | fa163ee2-fa81-d288-9367-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2025-12-03 17:30:00.694813 | fa163ee2-fa81-d288-9367-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:14.266351 | 0.19s 2025-12-03 17:30:00.715026 | fa163ee2-fa81-d288-9367-000000002cf6 | TASK | Check for facter.conf 2025-12-03 17:30:00.935598 | fa163ee2-fa81-d288-9367-000000002cf6 | OK | Check for facter.conf | standalone 2025-12-03 17:30:00.937239 | fa163ee2-fa81-d288-9367-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:14.508769 | 0.22s 2025-12-03 17:30:00.966278 | fa163ee2-fa81-d288-9367-000000002cf7 | TASK | Remove facter.conf if directory 2025-12-03 17:30:00.998200 | fa163ee2-fa81-d288-9367-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-03 17:30:00.999307 | fa163ee2-fa81-d288-9367-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:14.570838 | 0.03s 2025-12-03 17:30:01.027672 | fa163ee2-fa81-d288-9367-000000002cf8 | TASK | Write facter cache config 2025-12-03 17:30:01.555565 | fa163ee2-fa81-d288-9367-000000002cf8 | CHANGED | Write facter cache config | standalone 2025-12-03 17:30:01.556946 | fa163ee2-fa81-d288-9367-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:15.128475 | 0.53s 2025-12-03 17:30:01.585656 | fa163ee2-fa81-d288-9367-000000002cf9 | TASK | Cleanup facter cache if exists 2025-12-03 17:30:01.817852 | fa163ee2-fa81-d288-9367-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2025-12-03 17:30:01.819230 | fa163ee2-fa81-d288-9367-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:15.390759 | 0.23s 2025-12-03 17:30:01.848011 | fa163ee2-fa81-d288-9367-000000002cfa | TASK | Pre-cache facts 2025-12-03 17:30:02.418258 | fa163ee2-fa81-d288-9367-000000002cfa | CHANGED | Pre-cache facts | standalone 2025-12-03 17:30:02.419429 | fa163ee2-fa81-d288-9367-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:15.990958 | 0.57s 2025-12-03 17:30:02.449790 | fa163ee2-fa81-d288-9367-000000002cfb | TASK | Failed deployment if facter fails 2025-12-03 17:30:02.480943 | fa163ee2-fa81-d288-9367-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2025-12-03 17:30:02.482068 | fa163ee2-fa81-d288-9367-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:16.053598 | 0.03s 2025-12-03 17:30:02.531566 | fa163ee2-fa81-d288-9367-000000002cfc | TASK | Sync cached facts 2025-12-03 17:30:02.954559 | fa163ee2-fa81-d288-9367-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee2-fa81-d288-9367-000000002cfc') missing from stats 2025-12-03 17:30:02.993530 | fa163ee2-fa81-d288-9367-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-03 17:30:03.042652 | fa163ee2-fa81-d288-9367-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:16.614180 | 0.05s 2025-12-03 17:30:03.062311 | c6d47e4b-f93e-4975-a831-89d57cf1b784 | INCLUDED | /root/standalone-ansible-qwho_mwh/generate-config-tasks.yaml | standalone 2025-12-03 17:30:03.100230 | fa163ee2-fa81-d288-9367-000000002d46 | TASK | Create base directory puppet configs 2025-12-03 17:30:03.329024 | fa163ee2-fa81-d288-9367-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2025-12-03 17:30:03.330273 | fa163ee2-fa81-d288-9367-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:14:16.901803 | 0.23s 2025-12-03 17:30:03.359597 | fa163ee2-fa81-d288-9367-000000002d47 | TASK | Generate container puppet configs for step 1 2025-12-03 17:30:03.636106 | fa163ee2-fa81-d288-9367-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-03 17:30:03.637368 | fa163ee2-fa81-d288-9367-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:17.208899 | 0.28s 2025-12-03 17:30:03.667037 | fa163ee2-fa81-d288-9367-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-03 17:30:03.696039 | fa163ee2-fa81-d288-9367-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:17.267559 | 0.03s 2025-12-03 17:30:03.771646 | fa163ee2-fa81-d288-9367-000000002dd2 | TASK | Gather variables for each operating system 2025-12-03 17:30:03.937123 | fa163ee2-fa81-d288-9367-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:17.508639 | 0.16s 2025-12-03 17:30:03.961307 | fa163ee2-fa81-d288-9367-000000002dd3 | TASK | Create container logs path 2025-12-03 17:30:04.192143 | fa163ee2-fa81-d288-9367-000000002dd3 | OK | Create container logs path | standalone 2025-12-03 17:30:04.193624 | fa163ee2-fa81-d288-9367-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:17.765146 | 0.23s 2025-12-03 17:30:04.225527 | fa163ee2-fa81-d288-9367-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:30:04.659801 | fa163ee2-fa81-d288-9367-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-03 17:30:04.660520 | fa163ee2-fa81-d288-9367-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:18.232058 | 0.43s 2025-12-03 17:30:04.686293 | fa163ee2-fa81-d288-9367-000000002dd6 | TASK | Finalise hashes for all containers 2025-12-03 17:30:04.762339 | fa163ee2-fa81-d288-9367-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:30:04.763600 | fa163ee2-fa81-d288-9367-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:18.335123 | 0.08s 2025-12-03 17:30:04.794186 | fa163ee2-fa81-d288-9367-000000002dd8 | TASK | Manage systemd shutdown files 2025-12-03 17:30:04.827066 | fa163ee2-fa81-d288-9367-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:30:04.828395 | fa163ee2-fa81-d288-9367-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:18.399916 | 0.03s 2025-12-03 17:30:04.859043 | fa163ee2-fa81-d288-9367-000000002dda | TASK | Update container configs with new config hashes 2025-12-03 17:30:04.913909 | fa163ee2-fa81-d288-9367-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:30:04.914640 | fa163ee2-fa81-d288-9367-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:18.486178 | 0.05s 2025-12-03 17:30:04.938636 | fa163ee2-fa81-d288-9367-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:30:04.988451 | fa163ee2-fa81-d288-9367-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:18.559975 | 0.05s 2025-12-03 17:30:05.012965 | a4c678ca-e135-4d80-8041-e4c04f7f59ea | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:30:05.049731 | fa163ee2-fa81-d288-9367-000000002e1f | TASK | Gather podman infos 2025-12-03 17:30:05.840395 | fa163ee2-fa81-d288-9367-000000002e1f | OK | Gather podman infos | standalone 2025-12-03 17:30:05.842009 | fa163ee2-fa81-d288-9367-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:19.413536 | 0.79s 2025-12-03 17:30:05.875415 | fa163ee2-fa81-d288-9367-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:30:05.939308 | fa163ee2-fa81-d288-9367-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-03 17:30:05.940512 | fa163ee2-fa81-d288-9367-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:19.512040 | 0.06s 2025-12-03 17:30:05.972019 | fa163ee2-fa81-d288-9367-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:30:06.025407 | fa163ee2-fa81-d288-9367-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:19.596938 | 0.05s 2025-12-03 17:30:06.040237 | 3ce618cc-c92d-4d4a-be72-6ca9bd888fc4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:30:06.070896 | fa163ee2-fa81-d288-9367-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:30:39.735430 | fa163ee2-fa81-d288-9367-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-03 17:30:39.740244 | fa163ee2-fa81-d288-9367-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:53.311763 | 33.67s 2025-12-03 17:30:39.850061 | fa163ee2-fa81-d288-9367-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:30:39.939981 | fa163ee2-fa81-d288-9367-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-03 17:30:39.941884 | fa163ee2-fa81-d288-9367-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:53.513401 | 0.09s 2025-12-03 17:30:40.000948 | fa163ee2-fa81-d288-9367-000000002d4a | TASK | Diff puppet-generated changes for check mode 2025-12-03 17:30:40.042894 | fa163ee2-fa81-d288-9367-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-03 17:30:40.044187 | fa163ee2-fa81-d288-9367-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:53.615713 | 0.04s 2025-12-03 17:30:40.074646 | fa163ee2-fa81-d288-9367-000000002d4b | TASK | Diff puppet-generated changes for check mode 2025-12-03 17:30:40.116949 | fa163ee2-fa81-d288-9367-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-03 17:30:40.118212 | fa163ee2-fa81-d288-9367-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:53.689742 | 0.04s 2025-12-03 17:30:40.150067 | fa163ee2-fa81-d288-9367-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-03 17:30:40.186574 | fa163ee2-fa81-d288-9367-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:53.758098 | 0.04s 2025-12-03 17:30:40.254124 | fa163ee2-fa81-d288-9367-000000002e9f | TASK | Gather variables for each operating system 2025-12-03 17:30:40.372504 | fa163ee2-fa81-d288-9367-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:53.944019 | 0.12s 2025-12-03 17:30:40.404278 | fa163ee2-fa81-d288-9367-000000002ea0 | TASK | Create container logs path 2025-12-03 17:30:40.670473 | fa163ee2-fa81-d288-9367-000000002ea0 | OK | Create container logs path | standalone 2025-12-03 17:30:40.672170 | fa163ee2-fa81-d288-9367-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:54.243695 | 0.27s 2025-12-03 17:30:40.705020 | fa163ee2-fa81-d288-9367-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-03 17:30:40.980380 | fa163ee2-fa81-d288-9367-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-03 17:30:40.981943 | fa163ee2-fa81-d288-9367-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:54.553468 | 0.28s 2025-12-03 17:30:41.012176 | fa163ee2-fa81-d288-9367-000000002ea3 | TASK | Finalise hashes for all containers 2025-12-03 17:30:41.076707 | fa163ee2-fa81-d288-9367-000000002ea3 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:30:41.078184 | fa163ee2-fa81-d288-9367-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:54.649706 | 0.06s 2025-12-03 17:30:41.107818 | fa163ee2-fa81-d288-9367-000000002ea5 | TASK | Manage systemd shutdown files 2025-12-03 17:30:41.139505 | fa163ee2-fa81-d288-9367-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:54.711028 | 0.03s 2025-12-03 17:30:41.174554 | 579ecd1f-4e46-47de-9690-35ddc7bba182 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-03 17:30:41.204193 | fa163ee2-fa81-d288-9367-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-03 17:30:41.467985 | fa163ee2-fa81-d288-9367-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-03 17:30:41.469963 | fa163ee2-fa81-d288-9367-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:55.041485 | 0.26s 2025-12-03 17:30:41.500434 | fa163ee2-fa81-d288-9367-000000002ed9 | TASK | Set podman_drop_in fact 2025-12-03 17:30:41.564001 | fa163ee2-fa81-d288-9367-000000002ed9 | OK | Set podman_drop_in fact | standalone 2025-12-03 17:30:41.565126 | fa163ee2-fa81-d288-9367-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:55.136659 | 0.06s 2025-12-03 17:30:41.596301 | fa163ee2-fa81-d288-9367-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-03 17:30:42.155709 | fa163ee2-fa81-d288-9367-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-03 17:30:42.158314 | fa163ee2-fa81-d288-9367-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:55.729829 | 0.56s 2025-12-03 17:30:42.596579 | fa163ee2-fa81-d288-9367-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-03 17:30:42.597592 | fa163ee2-fa81-d288-9367-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:56.169123 | 1.00s 2025-12-03 17:30:42.604168 | fa163ee2-fa81-d288-9367-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:56.175685 | 1.01s 2025-12-03 17:30:42.635487 | fa163ee2-fa81-d288-9367-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-03 17:30:43.147340 | fa163ee2-fa81-d288-9367-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-03 17:30:43.148902 | fa163ee2-fa81-d288-9367-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:56.720428 | 0.51s 2025-12-03 17:30:43.178167 | fa163ee2-fa81-d288-9367-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-03 17:30:43.690239 | fa163ee2-fa81-d288-9367-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-03 17:30:43.691912 | fa163ee2-fa81-d288-9367-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:57.263437 | 0.51s 2025-12-03 17:30:43.722577 | fa163ee2-fa81-d288-9367-000000002ede | TASK | Enable and start tripleo-container-shutdown 2025-12-03 17:30:44.702025 | fa163ee2-fa81-d288-9367-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-03 17:30:44.704247 | fa163ee2-fa81-d288-9367-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:58.275778 | 0.98s 2025-12-03 17:30:44.733007 | fa163ee2-fa81-d288-9367-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-03 17:30:45.203916 | fa163ee2-fa81-d288-9367-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-03 17:30:45.205829 | fa163ee2-fa81-d288-9367-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:58.777352 | 0.47s 2025-12-03 17:30:45.237603 | fa163ee2-fa81-d288-9367-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-03 17:30:45.752608 | fa163ee2-fa81-d288-9367-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-03 17:30:45.754254 | fa163ee2-fa81-d288-9367-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:59.325780 | 0.51s 2025-12-03 17:30:45.784511 | fa163ee2-fa81-d288-9367-000000002ee1 | TASK | Enable and start netns-placeholder 2025-12-03 17:30:46.687362 | fa163ee2-fa81-d288-9367-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-03 17:30:46.689657 | fa163ee2-fa81-d288-9367-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:00.261180 | 0.90s 2025-12-03 17:30:46.721333 | fa163ee2-fa81-d288-9367-000000002ea7 | TASK | Update container configs with new config hashes 2025-12-03 17:30:46.785193 | fa163ee2-fa81-d288-9367-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:00.356715 | 0.06s 2025-12-03 17:30:46.806412 | 84602250-8224-4e01-a607-b8054fdfa724 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-03 17:30:46.842256 | fa163ee2-fa81-d288-9367-000000002f09 | TASK | Update config hashes for container startup configs 2025-12-03 17:30:47.152918 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-12-03 17:30:47.154617 | | WARNING | Config change detected for mysql_bootstrap, new hash: fb680e2bd3fbaf56971fafa89763cdc5 2025-12-03 17:30:47.155193 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 14d58bab9bc430c7830a64fcc844aedc 2025-12-03 17:30:47.155699 | | WARNING | Config change detected for redis_tls_proxy, new hash: c03ebd07e0ead2191ee671df9df00ee7 2025-12-03 17:30:47.156226 | | WARNING | Config change detected for clustercheck, new hash: 6252f779c42b8d0a52e93e3b526d12c3 2025-12-03 17:30:47.156722 | | WARNING | Config change detected for horizon_fix_perms, new hash: 479db61bb68c2702aca5eaa1fb9a07a3 2025-12-03 17:30:47.157281 | | WARNING | Config change detected for mysql_wait_bundle, new hash: fb680e2bd3fbaf56971fafa89763cdc5 2025-12-03 17:30:47.157862 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.158367 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.158919 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.159413 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.159945 | | WARNING | Config change detected for aodh_db_sync, new hash: 8e6ffb56f63d41b2fdec4d7c3787550f 2025-12-03 17:30:47.160482 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 85a65adb977bb9ac7a8bc513197f2990 2025-12-03 17:30:47.161058 | | WARNING | Config change detected for glance_api_db_sync, new hash: 4ec96ac33d815ee7a0e8aeeb5530e22d-89bbb0a07456e30898ad9c9a91956afd 2025-12-03 17:30:47.161589 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 3e2ffd6b038a7da94da6a13693c302c5 2025-12-03 17:30:47.162124 | | WARNING | Config change detected for horizon, new hash: 479db61bb68c2702aca5eaa1fb9a07a3 2025-12-03 17:30:47.162619 | | WARNING | Config change detected for iscsid, new hash: 89bbb0a07456e30898ad9c9a91956afd 2025-12-03 17:30:47.163148 | | WARNING | Config change detected for keystone, new hash: 5cced2ce7dd932199b0304833cebe48d 2025-12-03 17:30:47.163640 | | WARNING | Config change detected for keystone_cron, new hash: 5cced2ce7dd932199b0304833cebe48d 2025-12-03 17:30:47.164161 | | WARNING | Config change detected for keystone_db_sync, new hash: 5cced2ce7dd932199b0304833cebe48d 2025-12-03 17:30:47.164704 | | WARNING | Config change detected for manila_api_db_sync, new hash: 0f59b73303118a8f12cd34308909bf59 2025-12-03 17:30:47.165241 | | WARNING | Config change detected for neutron_db_sync, new hash: b9d4e85b6229491355325192141f36ef 2025-12-03 17:30:47.165733 | | WARNING | Config change detected for nova_api_db_sync, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.166289 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.166839 | | WARNING | Config change detected for nova_db_sync, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.167363 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.167897 | | WARNING | Config change detected for nova_virtnodedevd, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.168423 | | WARNING | Config change detected for nova_virtproxyd, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.168985 | | WARNING | Config change detected for nova_virtqemud, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.169485 | | WARNING | Config change detected for nova_virtsecretd, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.170062 | | WARNING | Config change detected for nova_virtstoraged, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.170620 | | WARNING | Config change detected for octavia_db_sync, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.171161 | | WARNING | Config change detected for placement_api_db_sync, new hash: f70cbb167eaac7d160b688b171036054 2025-12-03 17:30:47.171681 | | WARNING | Config change detected for swift_copy_rings, new hash: 43b67c3eb85e47f1bc10faef3017f88e-ccec82a8da949d9215ce6b51b0503859 2025-12-03 17:30:47.172230 | | WARNING | Config change detected for aodh_api, new hash: 8e6ffb56f63d41b2fdec4d7c3787550f 2025-12-03 17:30:47.172710 | | WARNING | Config change detected for aodh_api_cron, new hash: 8e6ffb56f63d41b2fdec4d7c3787550f 2025-12-03 17:30:47.173255 | | WARNING | Config change detected for aodh_evaluator, new hash: 8e6ffb56f63d41b2fdec4d7c3787550f 2025-12-03 17:30:47.173735 | | WARNING | Config change detected for aodh_listener, new hash: 8e6ffb56f63d41b2fdec4d7c3787550f 2025-12-03 17:30:47.174267 | | WARNING | Config change detected for aodh_notifier, new hash: 8e6ffb56f63d41b2fdec4d7c3787550f 2025-12-03 17:30:47.174828 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 9a0de9710078b485a753a6e427674e28 2025-12-03 17:30:47.175367 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 9a0de9710078b485a753a6e427674e28 2025-12-03 17:30:47.175901 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 9a0de9710078b485a753a6e427674e28 2025-12-03 17:30:47.176419 | | WARNING | Config change detected for cinder_api, new hash: 85a65adb977bb9ac7a8bc513197f2990 2025-12-03 17:30:47.176986 | | WARNING | Config change detected for cinder_api_cron, new hash: 85a65adb977bb9ac7a8bc513197f2990 2025-12-03 17:30:47.177526 | | WARNING | Config change detected for cinder_scheduler, new hash: 85a65adb977bb9ac7a8bc513197f2990 2025-12-03 17:30:47.178088 | | WARNING | Config change detected for glance_api, new hash: 4ec96ac33d815ee7a0e8aeeb5530e22d-89bbb0a07456e30898ad9c9a91956afd 2025-12-03 17:30:47.178576 | | WARNING | Config change detected for glance_api_cron, new hash: 4ec96ac33d815ee7a0e8aeeb5530e22d 2025-12-03 17:30:47.179099 | | WARNING | Config change detected for glance_api_internal, new hash: 4f9a56908055bc3d35680c399ad974a2-89bbb0a07456e30898ad9c9a91956afd 2025-12-03 17:30:47.179586 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 4f9a56908055bc3d35680c399ad974a2 2025-12-03 17:30:47.180145 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 4ec96ac33d815ee7a0e8aeeb5530e22d 2025-12-03 17:30:47.180658 | | WARNING | Config change detected for heat_api, new hash: 23baf0219047ad4d2b7b01708f74a992 2025-12-03 17:30:47.181244 | | WARNING | Config change detected for heat_api_cfn, new hash: e17ba5da7172e0c92f19a76827ba3c58 2025-12-03 17:30:47.181760 | | WARNING | Config change detected for heat_api_cron, new hash: 23baf0219047ad4d2b7b01708f74a992 2025-12-03 17:30:47.182336 | | WARNING | Config change detected for heat_engine, new hash: 3e2ffd6b038a7da94da6a13693c302c5 2025-12-03 17:30:47.182879 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-03 17:30:47.183404 | | WARNING | Config change detected for manila_api, new hash: 0f59b73303118a8f12cd34308909bf59 2025-12-03 17:30:47.183905 | | WARNING | Config change detected for manila_api_cron, new hash: 0f59b73303118a8f12cd34308909bf59 2025-12-03 17:30:47.184388 | | WARNING | Config change detected for manila_scheduler, new hash: 0f59b73303118a8f12cd34308909bf59 2025-12-03 17:30:47.184917 | | WARNING | Config change detected for neutron_api, new hash: b9d4e85b6229491355325192141f36ef 2025-12-03 17:30:47.185408 | | WARNING | Config change detected for neutron_dhcp, new hash: b9d4e85b6229491355325192141f36ef 2025-12-03 17:30:47.185990 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: b9d4e85b6229491355325192141f36ef 2025-12-03 17:30:47.186477 | | WARNING | Config change detected for neutron_sriov_agent, new hash: b9d4e85b6229491355325192141f36ef 2025-12-03 17:30:47.187020 | | WARNING | Config change detected for nova_api, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.187607 | | WARNING | Config change detected for nova_api_cron, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.188228 | | WARNING | Config change detected for nova_conductor, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.188670 | | WARNING | Config change detected for nova_metadata, new hash: d7e939381581bb3ba126244d1b578649 2025-12-03 17:30:47.189256 | | WARNING | Config change detected for nova_migration_target, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.189799 | | WARNING | Config change detected for nova_scheduler, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.190303 | | WARNING | Config change detected for nova_vnc_proxy, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.190801 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: d2bf5aeed41ad338ebf7be668ebb311f 2025-12-03 17:30:47.191282 | | WARNING | Config change detected for octavia_api, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.191806 | | WARNING | Config change detected for octavia_driver_agent, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.192305 | | WARNING | Config change detected for ovn_metadata_agent, new hash: b9d4e85b6229491355325192141f36ef 2025-12-03 17:30:47.192855 | | WARNING | Config change detected for placement_api, new hash: f70cbb167eaac7d160b688b171036054 2025-12-03 17:30:47.193330 | | WARNING | Config change detected for placement_wait_for_service, new hash: f70cbb167eaac7d160b688b171036054 2025-12-03 17:30:47.193840 | | WARNING | Config change detected for swift_account_reaper, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.194352 | | WARNING | Config change detected for swift_account_server, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.194852 | | WARNING | Config change detected for swift_container_server, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.195335 | | WARNING | Config change detected for swift_container_updater, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.195855 | | WARNING | Config change detected for swift_object_expirer, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.196475 | | WARNING | Config change detected for swift_object_server, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.197088 | | WARNING | Config change detected for swift_object_updater, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.197560 | | WARNING | Config change detected for swift_proxy, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.198117 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 43b67c3eb85e47f1bc10faef3017f88e 2025-12-03 17:30:47.198603 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 9a0de9710078b485a753a6e427674e28 2025-12-03 17:30:47.199177 | | WARNING | Config change detected for gnocchi_api, new hash: f197a15a1a70348c2f23dab9634ada85 2025-12-03 17:30:47.199652 | | WARNING | Config change detected for gnocchi_db_sync, new hash: f197a15a1a70348c2f23dab9634ada85 2025-12-03 17:30:47.200169 | | WARNING | Config change detected for gnocchi_metricd, new hash: f197a15a1a70348c2f23dab9634ada85 2025-12-03 17:30:47.200659 | | WARNING | Config change detected for gnocchi_statsd, new hash: f197a15a1a70348c2f23dab9634ada85 2025-12-03 17:30:47.201174 | | WARNING | Config change detected for nova_compute, new hash: 89bbb0a07456e30898ad9c9a91956afd-b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.201674 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: b78dadff0acc781e4fb9cf0984603588 2025-12-03 17:30:47.202276 | | WARNING | Config change detected for octavia_health_manager, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.202791 | | WARNING | Config change detected for octavia_housekeeping, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.203320 | | WARNING | Config change detected for octavia_rsyslog, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.203800 | | WARNING | Config change detected for octavia_worker, new hash: 0d4576f0f33a08287dee5a73fd53d85d 2025-12-03 17:30:47.204311 | fa163ee2-fa81-d288-9367-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2025-12-03 17:30:47.205195 | fa163ee2-fa81-d288-9367-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:00.776721 | 0.36s 2025-12-03 17:30:47.239576 | fa163ee2-fa81-d288-9367-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-03 17:30:47.301622 | fa163ee2-fa81-d288-9367-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:00.873135 | 0.06s 2025-12-03 17:30:47.326276 | a106d49f-94ea-4d6f-b3f0-c3a998706e3b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:30:47.357602 | fa163ee2-fa81-d288-9367-000000002f28 | TASK | Gather podman infos 2025-12-03 17:30:48.297105 | fa163ee2-fa81-d288-9367-000000002f28 | OK | Gather podman infos | standalone 2025-12-03 17:30:48.299065 | fa163ee2-fa81-d288-9367-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:01.870592 | 0.94s 2025-12-03 17:30:48.370966 | fa163ee2-fa81-d288-9367-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-03 17:30:48.441923 | fa163ee2-fa81-d288-9367-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:02.013429 | 0.07s 2025-12-03 17:30:48.584615 | fa163ee2-fa81-d288-9367-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:02.156123 | 0.07s 2025-12-03 17:30:48.647587 | fa163ee2-fa81-d288-9367-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-03 17:30:48.704258 | fa163ee2-fa81-d288-9367-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:02.275764 | 0.05s 2025-12-03 17:30:48.727664 | 198b38b3-7753-4534-baac-9a6ea3538d5d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:30:48.763845 | fa163ee2-fa81-d288-9367-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-03 17:30:56.897587 | fa163ee2-fa81-d288-9367-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-03 17:30:56.899386 | fa163ee2-fa81-d288-9367-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:10.470912 | 8.13s 2025-12-03 17:30:56.932646 | fa163ee2-fa81-d288-9367-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-03 17:31:01.501734 | fa163ee2-fa81-d288-9367-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-03 17:31:01.504391 | fa163ee2-fa81-d288-9367-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:15:15.075918 | 4.57s 2025-12-03 17:31:01.576847 | fa163ee2-fa81-d288-9367-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-03 17:31:01.852657 | fa163ee2-fa81-d288-9367-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-03 17:31:01.853640 | fa163ee2-fa81-d288-9367-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:15.425175 | 0.28s 2025-12-03 17:31:01.880843 | fa163ee2-fa81-d288-9367-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-03 17:31:01.909898 | fa163ee2-fa81-d288-9367-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:15.481428 | 0.03s 2025-12-03 17:31:01.929432 | fa163ee2-fa81-d288-9367-000000002cb4 | TASK | Include container-puppet tasks for step 1 2025-12-03 17:31:01.954810 | fa163ee2-fa81-d288-9367-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:15.526313 | 0.02s 2025-12-03 17:31:01.967210 | ab0f97e6-9780-4cc9-a922-7c65a756d2cf | INCLUDED | /root/standalone-ansible-qwho_mwh/host-container-puppet-tasks.yaml | standalone 2025-12-03 17:31:01.995594 | fa163ee2-fa81-d288-9367-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-03 17:31:02.478160 | fa163ee2-fa81-d288-9367-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-03 17:31:02.479422 | fa163ee2-fa81-d288-9367-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:16.050951 | 0.48s 2025-12-03 17:31:02.509969 | fa163ee2-fa81-d288-9367-000000002fe6 | TASK | Generate container puppet configs for step 1 2025-12-03 17:31:02.793561 | fa163ee2-fa81-d288-9367-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2025-12-03 17:31:02.794882 | fa163ee2-fa81-d288-9367-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:16.366412 | 0.28s 2025-12-03 17:31:02.825414 | fa163ee2-fa81-d288-9367-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-03 17:31:02.854831 | fa163ee2-fa81-d288-9367-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:16.426352 | 0.03s 2025-12-03 17:31:02.912275 | fa163ee2-fa81-d288-9367-000000002dd2 | TASK | Gather variables for each operating system 2025-12-03 17:31:03.034587 | fa163ee2-fa81-d288-9367-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:16.606107 | 0.12s 2025-12-03 17:31:03.064897 | fa163ee2-fa81-d288-9367-000000002dd3 | TASK | Create container logs path 2025-12-03 17:31:03.299037 | fa163ee2-fa81-d288-9367-000000002dd3 | OK | Create container logs path | standalone 2025-12-03 17:31:03.300386 | fa163ee2-fa81-d288-9367-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:16.871915 | 0.23s 2025-12-03 17:31:03.331875 | fa163ee2-fa81-d288-9367-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:31:03.588811 | fa163ee2-fa81-d288-9367-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-03 17:31:03.589573 | fa163ee2-fa81-d288-9367-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.161110 | 0.26s 2025-12-03 17:31:03.610234 | fa163ee2-fa81-d288-9367-000000002dd6 | TASK | Finalise hashes for all containers 2025-12-03 17:31:03.657555 | fa163ee2-fa81-d288-9367-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:31:03.658885 | fa163ee2-fa81-d288-9367-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:17.230413 | 0.05s 2025-12-03 17:31:03.688279 | fa163ee2-fa81-d288-9367-000000002dd8 | TASK | Manage systemd shutdown files 2025-12-03 17:31:03.727257 | fa163ee2-fa81-d288-9367-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:31:03.728504 | fa163ee2-fa81-d288-9367-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:17.300033 | 0.04s 2025-12-03 17:31:03.758221 | fa163ee2-fa81-d288-9367-000000002dda | TASK | Update container configs with new config hashes 2025-12-03 17:31:03.807823 | fa163ee2-fa81-d288-9367-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:31:03.809090 | fa163ee2-fa81-d288-9367-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:17.380620 | 0.05s 2025-12-03 17:31:03.841289 | fa163ee2-fa81-d288-9367-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:31:03.890942 | fa163ee2-fa81-d288-9367-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-03 17:31:03.892206 | fa163ee2-fa81-d288-9367-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.463735 | 0.05s 2025-12-03 17:31:03.924423 | fa163ee2-fa81-d288-9367-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-03 17:31:03.975379 | fa163ee2-fa81-d288-9367-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-03 17:31:03.976648 | fa163ee2-fa81-d288-9367-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:17.548178 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-12-03 17:31:04.158339 | fa163ee2-fa81-d288-9367-0000000000c6 | TASK | External deployment step 2 2025-12-03 17:31:04.186887 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000c6') missing from stats 2025-12-03 17:31:04.243894 | fa163ee2-fa81-d288-9367-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:17.815404 | 0.04s 2025-12-03 17:31:04.250478 | 86850189-8b9a-4b47-8ba0-d43c436dbd43 | INCLUDED | /root/standalone-ansible-qwho_mwh/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-12-03 17:31:04.384471 | fa163ee2-fa81-d288-9367-0000000000ca | TASK | Deploy step tasks for 2 2025-12-03 17:31:04.412980 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000ca') missing from stats 2025-12-03 17:31:04.434827 | fa163ee2-fa81-d288-9367-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-03 17:31:04.941525 | fa163ee2-fa81-d288-9367-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-03 17:31:04.942945 | fa163ee2-fa81-d288-9367-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:18.514473 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:31:05.012310 | fa163ee2-fa81-d288-9367-0000000000cc | TIMING | include_tasks | standalone | 0:15:18.583825 | 0.04s 2025-12-03 17:31:05.105139 | e1873f05-3401-4656-8633-d9d7ee948f3e | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-03 17:31:05.141249 | fa163ee2-fa81-d288-9367-000000003075 | TASK | Push script 2025-12-03 17:31:05.861537 | fa163ee2-fa81-d288-9367-000000003075 | CHANGED | Push script | standalone 2025-12-03 17:31:05.863031 | fa163ee2-fa81-d288-9367-000000003075 | TIMING | Push script | standalone | 0:15:19.434558 | 0.72s 2025-12-03 17:31:05.891606 | fa163ee2-fa81-d288-9367-000000003076 | TASK | Insert cronjob in root crontab 2025-12-03 17:31:06.346645 | fa163ee2-fa81-d288-9367-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-03 17:31:06.347936 | fa163ee2-fa81-d288-9367-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:15:19.919464 | 0.45s 2025-12-03 17:31:06.377384 | fa163ee2-fa81-d288-9367-00000000307d | TASK | Gather variables for each operating system 2025-12-03 17:31:06.502566 | fa163ee2-fa81-d288-9367-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:20.074088 | 0.12s 2025-12-03 17:31:06.531964 | fa163ee2-fa81-d288-9367-00000000307e | TASK | Detect if resource is being created or already exists 2025-12-03 17:31:07.297087 | fa163ee2-fa81-d288-9367-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-03 17:31:07.298455 | fa163ee2-fa81-d288-9367-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:20.869984 | 0.76s 2025-12-03 17:31:07.329449 | fa163ee2-fa81-d288-9367-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2025-12-03 17:32:57.114195 | fa163ee2-fa81-d288-9367-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-03 17:32:57.116360 | fa163ee2-fa81-d288-9367-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:10.687886 | 109.79s 2025-12-03 17:32:57.148938 | fa163ee2-fa81-d288-9367-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-03 17:32:57.425359 | fa163ee2-fa81-d288-9367-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-03 17:32:57.426915 | fa163ee2-fa81-d288-9367-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:10.998443 | 0.28s 2025-12-03 17:32:57.457547 | fa163ee2-fa81-d288-9367-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-03 17:32:58.086493 | fa163ee2-fa81-d288-9367-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-03 17:32:58.087957 | fa163ee2-fa81-d288-9367-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:11.659485 | 0.63s 2025-12-03 17:32:58.119052 | fa163ee2-fa81-d288-9367-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-03 17:32:58.372969 | fa163ee2-fa81-d288-9367-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-03 17:32:58.374173 | fa163ee2-fa81-d288-9367-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:11.945703 | 0.25s 2025-12-03 17:32:58.404846 | fa163ee2-fa81-d288-9367-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-03 17:32:58.460701 | fa163ee2-fa81-d288-9367-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-03 17:32:58.461838 | fa163ee2-fa81-d288-9367-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:12.033367 | 0.06s 2025-12-03 17:32:58.492262 | fa163ee2-fa81-d288-9367-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-03 17:32:58.553176 | fa163ee2-fa81-d288-9367-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-03 17:32:58.554321 | fa163ee2-fa81-d288-9367-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:12.125849 | 0.06s 2025-12-03 17:32:58.584848 | fa163ee2-fa81-d288-9367-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-03 17:32:58.640008 | fa163ee2-fa81-d288-9367-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-03 17:32:58.641197 | fa163ee2-fa81-d288-9367-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:12.212728 | 0.05s 2025-12-03 17:32:58.674667 | fa163ee2-fa81-d288-9367-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-03 17:32:58.731974 | fa163ee2-fa81-d288-9367-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-03 17:32:58.733281 | fa163ee2-fa81-d288-9367-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:12.304811 | 0.06s 2025-12-03 17:32:58.764589 | fa163ee2-fa81-d288-9367-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2025-12-03 17:32:58.821737 | fa163ee2-fa81-d288-9367-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-03 17:32:58.822936 | fa163ee2-fa81-d288-9367-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:12.394465 | 0.06s 2025-12-03 17:32:58.878428 | fa163ee2-fa81-d288-9367-0000000030a9 | TASK | Gather variables for each operating system 2025-12-03 17:32:59.003305 | fa163ee2-fa81-d288-9367-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:12.574825 | 0.12s 2025-12-03 17:32:59.033054 | fa163ee2-fa81-d288-9367-0000000030aa | TASK | Detect if resource is being created or already exists 2025-12-03 17:32:59.785929 | fa163ee2-fa81-d288-9367-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-03 17:32:59.787664 | fa163ee2-fa81-d288-9367-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:13.359193 | 0.75s 2025-12-03 17:32:59.820539 | fa163ee2-fa81-d288-9367-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2025-12-03 17:33:28.783626 | fa163ee2-fa81-d288-9367-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-03 17:33:28.785541 | fa163ee2-fa81-d288-9367-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:42.357064 | 28.96s 2025-12-03 17:33:28.819796 | fa163ee2-fa81-d288-9367-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-03 17:33:29.085535 | fa163ee2-fa81-d288-9367-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-03 17:33:29.086735 | fa163ee2-fa81-d288-9367-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:42.658267 | 0.26s 2025-12-03 17:33:29.111081 | fa163ee2-fa81-d288-9367-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2025-12-03 17:33:29.548183 | fa163ee2-fa81-d288-9367-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-03 17:33:29.549749 | fa163ee2-fa81-d288-9367-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:43.121279 | 0.44s 2025-12-03 17:33:29.581868 | fa163ee2-fa81-d288-9367-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-03 17:33:29.846504 | fa163ee2-fa81-d288-9367-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-03 17:33:29.847824 | fa163ee2-fa81-d288-9367-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:43.419351 | 0.26s 2025-12-03 17:33:29.879055 | fa163ee2-fa81-d288-9367-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-03 17:33:29.919096 | fa163ee2-fa81-d288-9367-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-03 17:33:29.920448 | fa163ee2-fa81-d288-9367-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:43.491975 | 0.04s 2025-12-03 17:33:29.961073 | fa163ee2-fa81-d288-9367-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2025-12-03 17:33:30.015478 | fa163ee2-fa81-d288-9367-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-03 17:33:30.016682 | fa163ee2-fa81-d288-9367-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:43.588212 | 0.05s 2025-12-03 17:33:30.048380 | fa163ee2-fa81-d288-9367-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-03 17:33:30.109670 | fa163ee2-fa81-d288-9367-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-03 17:33:30.110898 | fa163ee2-fa81-d288-9367-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:43.682427 | 0.06s 2025-12-03 17:33:30.143522 | fa163ee2-fa81-d288-9367-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-03 17:33:30.193748 | fa163ee2-fa81-d288-9367-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-03 17:33:30.194927 | fa163ee2-fa81-d288-9367-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:43.766457 | 0.05s 2025-12-03 17:33:30.225716 | fa163ee2-fa81-d288-9367-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2025-12-03 17:33:30.288423 | fa163ee2-fa81-d288-9367-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-03 17:33:30.289515 | fa163ee2-fa81-d288-9367-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:43.861045 | 0.06s 2025-12-03 17:33:30.345116 | fa163ee2-fa81-d288-9367-0000000030d5 | TASK | Gather variables for each operating system 2025-12-03 17:33:30.471043 | fa163ee2-fa81-d288-9367-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:44.042560 | 0.12s 2025-12-03 17:33:30.501713 | fa163ee2-fa81-d288-9367-0000000030d6 | TASK | Detect if resource is being created or already exists 2025-12-03 17:33:31.284711 | fa163ee2-fa81-d288-9367-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-03 17:33:31.286147 | fa163ee2-fa81-d288-9367-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:44.857675 | 0.78s 2025-12-03 17:33:31.317874 | fa163ee2-fa81-d288-9367-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-03 17:33:58.316702 | fa163ee2-fa81-d288-9367-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-03 17:33:58.319073 | fa163ee2-fa81-d288-9367-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:11.890596 | 27.00s 2025-12-03 17:33:58.353046 | fa163ee2-fa81-d288-9367-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-03 17:33:58.632920 | fa163ee2-fa81-d288-9367-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-03 17:33:58.634372 | fa163ee2-fa81-d288-9367-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:12.205900 | 0.28s 2025-12-03 17:33:58.664138 | fa163ee2-fa81-d288-9367-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-03 17:33:59.083761 | fa163ee2-fa81-d288-9367-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-03 17:33:59.085393 | fa163ee2-fa81-d288-9367-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:12.656891 | 0.42s 2025-12-03 17:33:59.118907 | fa163ee2-fa81-d288-9367-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-03 17:33:59.332360 | fa163ee2-fa81-d288-9367-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-03 17:33:59.334059 | fa163ee2-fa81-d288-9367-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:12.905585 | 0.21s 2025-12-03 17:33:59.366088 | fa163ee2-fa81-d288-9367-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-03 17:33:59.427603 | fa163ee2-fa81-d288-9367-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-03 17:33:59.428747 | fa163ee2-fa81-d288-9367-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:13.000277 | 0.06s 2025-12-03 17:33:59.459615 | fa163ee2-fa81-d288-9367-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-03 17:33:59.490281 | fa163ee2-fa81-d288-9367-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-03 17:33:59.491622 | fa163ee2-fa81-d288-9367-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:13.063147 | 0.03s 2025-12-03 17:33:59.521908 | fa163ee2-fa81-d288-9367-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-03 17:33:59.576374 | fa163ee2-fa81-d288-9367-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-03 17:33:59.577807 | fa163ee2-fa81-d288-9367-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:13.149300 | 0.05s 2025-12-03 17:33:59.612540 | fa163ee2-fa81-d288-9367-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-03 17:33:59.666415 | fa163ee2-fa81-d288-9367-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-03 17:33:59.670468 | fa163ee2-fa81-d288-9367-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:13.241994 | 0.06s 2025-12-03 17:33:59.704186 | fa163ee2-fa81-d288-9367-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-03 17:33:59.760916 | fa163ee2-fa81-d288-9367-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-03 17:33:59.761875 | fa163ee2-fa81-d288-9367-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:13.333408 | 0.06s 2025-12-03 17:33:59.804716 | fa163ee2-fa81-d288-9367-000000003101 | TASK | Gather variables for each operating system 2025-12-03 17:33:59.919213 | fa163ee2-fa81-d288-9367-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:13.490735 | 0.11s 2025-12-03 17:33:59.949556 | fa163ee2-fa81-d288-9367-000000003102 | TASK | Detect if resource is being created or already exists 2025-12-03 17:34:00.743910 | fa163ee2-fa81-d288-9367-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-03 17:34:00.744722 | fa163ee2-fa81-d288-9367-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:14.316260 | 0.79s 2025-12-03 17:34:00.764816 | fa163ee2-fa81-d288-9367-000000003103 | TASK | Run init bundle puppet on the host for redis 2025-12-03 17:34:29.816134 | fa163ee2-fa81-d288-9367-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-12-03 17:34:29.819556 | fa163ee2-fa81-d288-9367-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:43.391074 | 29.05s 2025-12-03 17:34:29.849847 | fa163ee2-fa81-d288-9367-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-12-03 17:34:30.146749 | fa163ee2-fa81-d288-9367-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-12-03 17:34:30.148485 | fa163ee2-fa81-d288-9367-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:43.720009 | 0.30s 2025-12-03 17:34:30.180503 | fa163ee2-fa81-d288-9367-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-03 17:34:30.590428 | fa163ee2-fa81-d288-9367-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-03 17:34:30.591635 | fa163ee2-fa81-d288-9367-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:44.163169 | 0.41s 2025-12-03 17:34:30.616274 | fa163ee2-fa81-d288-9367-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-12-03 17:34:30.864379 | fa163ee2-fa81-d288-9367-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-12-03 17:34:30.865386 | fa163ee2-fa81-d288-9367-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:44.436922 | 0.25s 2025-12-03 17:34:30.918443 | fa163ee2-fa81-d288-9367-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2025-12-03 17:34:30.949760 | fa163ee2-fa81-d288-9367-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-12-03 17:34:30.950602 | fa163ee2-fa81-d288-9367-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:44.522138 | 0.03s 2025-12-03 17:34:30.975387 | fa163ee2-fa81-d288-9367-000000003109 | TASK | Get container image tag from bundle redis-bundle 2025-12-03 17:34:31.023034 | fa163ee2-fa81-d288-9367-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-12-03 17:34:31.023946 | fa163ee2-fa81-d288-9367-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:44.595481 | 0.05s 2025-12-03 17:34:31.047357 | fa163ee2-fa81-d288-9367-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2025-12-03 17:34:31.097265 | fa163ee2-fa81-d288-9367-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-12-03 17:34:31.098177 | fa163ee2-fa81-d288-9367-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:44.669712 | 0.05s 2025-12-03 17:34:31.118959 | fa163ee2-fa81-d288-9367-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-03 17:34:31.166984 | fa163ee2-fa81-d288-9367-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-03 17:34:31.168368 | fa163ee2-fa81-d288-9367-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:44.739895 | 0.05s 2025-12-03 17:34:31.189891 | fa163ee2-fa81-d288-9367-00000000310c | TASK | Remove update marker for bundle redis-bundle 2025-12-03 17:34:31.228732 | fa163ee2-fa81-d288-9367-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-12-03 17:34:31.229471 | fa163ee2-fa81-d288-9367-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:44.801008 | 0.04s 2025-12-03 17:34:31.269704 | fa163ee2-fa81-d288-9367-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-03 17:34:31.471063 | fa163ee2-fa81-d288-9367-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-03 17:34:31.472592 | fa163ee2-fa81-d288-9367-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:45.044116 | 0.20s 2025-12-03 17:34:31.564257 | fa163ee2-fa81-d288-9367-0000000000cf | TIMING | include_tasks | standalone | 0:18:45.135773 | 0.06s 2025-12-03 17:34:31.602127 | 81ec5ac0-f89c-4037-a341-614d85efff65 | INCLUDED | /root/standalone-ansible-qwho_mwh/common_deploy_steps_tasks.yaml | standalone 2025-12-03 17:34:31.627625 | fa163ee2-fa81-d288-9367-0000000031a1 | TASK | Write the config_step hieradata 2025-12-03 17:34:32.067419 | fa163ee2-fa81-d288-9367-0000000031a1 | OK | Write the config_step hieradata | standalone 2025-12-03 17:34:32.068600 | fa163ee2-fa81-d288-9367-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:45.640126 | 0.44s 2025-12-03 17:34:32.098052 | fa163ee2-fa81-d288-9367-0000000031a2 | TASK | Run puppet host configuration for step 2 2025-12-03 17:34:32.378055 | fa163ee2-fa81-d288-9367-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-03 17:34:32.379394 | fa163ee2-fa81-d288-9367-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:45.950920 | 0.28s 2025-12-03 17:34:32.401585 | fa163ee2-fa81-d288-9367-0000000031a3 | TASK | Wait for puppet host configuration to finish 2025-12-03 17:34:32.646773 | fa163ee2-fa81-d288-9367-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-03 17:34:42.883204 | fa163ee2-fa81-d288-9367-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-03 17:34:53.105291 | fa163ee2-fa81-d288-9367-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-03 17:34:53.108229 | fa163ee2-fa81-d288-9367-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:06.679746 | 20.71s 2025-12-03 17:34:53.139330 | fa163ee2-fa81-d288-9367-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-03 17:34:53.223179 | fa163ee2-fa81-d288-9367-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>Dec 3 17:34:32 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 3 17:34:38 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 3 17:34:38 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 3 17:34:38 puppet-user: (file & line not available)", "<13>Dec 3 17:34:38 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 3 17:34:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 3 17:34:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 3 17:34:39 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.48 seconds", "<13>Dec 3 17:34:45 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 3 17:34:48 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 3 17:34:49 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 3 17:34:49 puppet-user: Notice: Applied catalog in 10.68 seconds", "<13>Dec 3 17:34:49 puppet-user: Application:", "<13>Dec 3 17:34:49 puppet-user: Initial environment: production", "<13>Dec 3 17:34:49 puppet-user: Converged environment: production", "<13>Dec 3 17:34:49 puppet-user: Run mode: user", "<13>Dec 3 17:34:49 puppet-user: Changes:", "<13>Dec 3 17:34:49 puppet-user: Total: 2", "<13>Dec 3 17:34:49 puppet-user: Events:", "<13>Dec 3 17:34:49 puppet-user: Success: 2", "<13>Dec 3 17:34:49 puppet-user: Resources:", "<13>Dec 3 17:34:49 puppet-user: Changed: 2", "<13>Dec 3 17:34:49 puppet-user: Out of sync: 2", "<13>Dec 3 17:34:49 puppet-user: Total: 28", "<13>Dec 3 17:34:49 puppet-user: Time:", "<13>Dec 3 17:34:49 puppet-user: Filebucket: 0.00", "<13>Dec 3 17:34:49 puppet-user: Schedule: 0.00", "<13>Dec 3 17:34:49 puppet-user: File line: 0.00", "<13>Dec 3 17:34:49 puppet-user: Package: 0.00", "<13>Dec 3 17:34:49 puppet-user: File: 0.00", "<13>Dec 3 17:34:49 puppet-user: Augeas: 0.01", "<13>Dec 3 17:34:49 puppet-user: User: 0.01", "<13>Dec 3 17:34:49 puppet-user: Service: 0.11", "<13>Dec 3 17:34:49 puppet-user: Config retrieval: 0.53", "<13>Dec 3 17:34:49 puppet-user: Pcmk property: 1.48", "<13>Dec 3 17:34:49 puppet-user: Transaction evaluation: 10.66", "<13>Dec 3 17:34:49 puppet-user: Catalog application: 10.68", "<13>Dec 3 17:34:49 puppet-user: Last run: 1764783289", "<13>Dec 3 17:34:49 puppet-user: Exec: 2.11", "<13>Dec 3 17:34:49 puppet-user: Pcmk resource op default: 3.36", "<13>Dec 3 17:34:49 puppet-user: Pcmk resource default: 3.37", "<13>Dec 3 17:34:49 puppet-user: Total: 10.68", "<13>Dec 3 17:34:49 puppet-user: Version:", "<13>Dec 3 17:34:49 puppet-user: Config: 1764783278", "<13>Dec 3 17:34:49 puppet-user: Puppet: 7.10.0" ] } 2025-12-03 17:34:53.224636 | fa163ee2-fa81-d288-9367-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:06.796164 | 0.08s 2025-12-03 17:34:53.253707 | fa163ee2-fa81-d288-9367-0000000031a5 | TASK | Pre-cache facts for puppet containers 2025-12-03 17:34:53.283079 | fa163ee2-fa81-d288-9367-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:06.854596 | 0.03s 2025-12-03 17:34:53.347372 | fa163ee2-fa81-d288-9367-0000000031e4 | TASK | Gather variables for each operating system 2025-12-03 17:34:53.469219 | fa163ee2-fa81-d288-9367-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:07.040737 | 0.12s 2025-12-03 17:34:53.489545 | fa163ee2-fa81-d288-9367-0000000031e5 | TASK | Create puppet caching structures 2025-12-03 17:34:53.784165 | fa163ee2-fa81-d288-9367-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2025-12-03 17:34:53.785944 | fa163ee2-fa81-d288-9367-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:07.357468 | 0.30s 2025-12-03 17:34:53.816105 | fa163ee2-fa81-d288-9367-0000000031e6 | TASK | Check for facter.conf 2025-12-03 17:34:54.101833 | fa163ee2-fa81-d288-9367-0000000031e6 | OK | Check for facter.conf | standalone 2025-12-03 17:34:54.105010 | fa163ee2-fa81-d288-9367-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:07.676529 | 0.29s 2025-12-03 17:34:54.136403 | fa163ee2-fa81-d288-9367-0000000031e7 | TASK | Remove facter.conf if directory 2025-12-03 17:34:54.194863 | fa163ee2-fa81-d288-9367-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-03 17:34:54.198052 | fa163ee2-fa81-d288-9367-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:07.769569 | 0.06s 2025-12-03 17:34:54.232007 | fa163ee2-fa81-d288-9367-0000000031e8 | TASK | Write facter cache config 2025-12-03 17:34:54.717007 | fa163ee2-fa81-d288-9367-0000000031e8 | CHANGED | Write facter cache config | standalone 2025-12-03 17:34:54.718662 | fa163ee2-fa81-d288-9367-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:08.290189 | 0.48s 2025-12-03 17:34:54.747935 | fa163ee2-fa81-d288-9367-0000000031e9 | TASK | Cleanup facter cache if exists 2025-12-03 17:34:54.973287 | fa163ee2-fa81-d288-9367-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-03 17:34:54.974875 | fa163ee2-fa81-d288-9367-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:08.546400 | 0.23s 2025-12-03 17:34:55.003438 | fa163ee2-fa81-d288-9367-0000000031ea | TASK | Pre-cache facts 2025-12-03 17:34:55.653035 | fa163ee2-fa81-d288-9367-0000000031ea | CHANGED | Pre-cache facts | standalone 2025-12-03 17:34:55.654514 | fa163ee2-fa81-d288-9367-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:09.226040 | 0.65s 2025-12-03 17:34:55.685371 | fa163ee2-fa81-d288-9367-0000000031eb | TASK | Failed deployment if facter fails 2025-12-03 17:34:55.726949 | fa163ee2-fa81-d288-9367-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2025-12-03 17:34:55.728206 | fa163ee2-fa81-d288-9367-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:09.299733 | 0.04s 2025-12-03 17:34:55.772945 | fa163ee2-fa81-d288-9367-0000000031ec | TASK | Sync cached facts 2025-12-03 17:34:56.101875 | fa163ee2-fa81-d288-9367-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee2-fa81-d288-9367-0000000031ec') missing from stats 2025-12-03 17:34:56.159843 | fa163ee2-fa81-d288-9367-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-03 17:34:56.211572 | fa163ee2-fa81-d288-9367-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-03 17:34:56.213023 | fa163ee2-fa81-d288-9367-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:09.784548 | 0.05s 2025-12-03 17:34:56.243203 | fa163ee2-fa81-d288-9367-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-03 17:34:56.271311 | fa163ee2-fa81-d288-9367-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:09.842836 | 0.03s 2025-12-03 17:34:56.334349 | fa163ee2-fa81-d288-9367-000000003243 | TASK | Gather variables for each operating system 2025-12-03 17:34:56.457476 | fa163ee2-fa81-d288-9367-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:10.028991 | 0.12s 2025-12-03 17:34:56.487688 | fa163ee2-fa81-d288-9367-000000003244 | TASK | Create container logs path 2025-12-03 17:34:56.720672 | fa163ee2-fa81-d288-9367-000000003244 | OK | Create container logs path | standalone 2025-12-03 17:34:56.722145 | fa163ee2-fa81-d288-9367-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:10.293672 | 0.23s 2025-12-03 17:34:56.754495 | fa163ee2-fa81-d288-9367-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-03 17:34:57.019165 | fa163ee2-fa81-d288-9367-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-03 17:34:57.020573 | fa163ee2-fa81-d288-9367-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:10.592099 | 0.26s 2025-12-03 17:34:57.050629 | fa163ee2-fa81-d288-9367-000000003247 | TASK | Finalise hashes for all containers 2025-12-03 17:34:57.122968 | fa163ee2-fa81-d288-9367-000000003247 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:34:57.124271 | fa163ee2-fa81-d288-9367-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:10.695798 | 0.07s 2025-12-03 17:34:57.154158 | fa163ee2-fa81-d288-9367-000000003249 | TASK | Manage systemd shutdown files 2025-12-03 17:34:57.186171 | fa163ee2-fa81-d288-9367-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:10.757677 | 0.03s 2025-12-03 17:34:57.223202 | 5990538d-b2bf-4891-a482-e79c4d8c44f9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-03 17:34:57.258083 | fa163ee2-fa81-d288-9367-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-03 17:34:57.478896 | fa163ee2-fa81-d288-9367-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-03 17:34:57.480635 | fa163ee2-fa81-d288-9367-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:11.052159 | 0.22s 2025-12-03 17:34:57.510646 | fa163ee2-fa81-d288-9367-00000000327d | TASK | Set podman_drop_in fact 2025-12-03 17:34:57.556710 | fa163ee2-fa81-d288-9367-00000000327d | OK | Set podman_drop_in fact | standalone 2025-12-03 17:34:57.557949 | fa163ee2-fa81-d288-9367-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:11.129477 | 0.05s 2025-12-03 17:34:57.589575 | fa163ee2-fa81-d288-9367-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-03 17:34:58.058903 | fa163ee2-fa81-d288-9367-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-03 17:34:58.060618 | fa163ee2-fa81-d288-9367-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:11.632149 | 0.47s 2025-12-03 17:34:58.433568 | fa163ee2-fa81-d288-9367-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-03 17:34:58.435110 | fa163ee2-fa81-d288-9367-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:12.006644 | 0.84s 2025-12-03 17:34:58.446011 | fa163ee2-fa81-d288-9367-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:12.017536 | 0.85s 2025-12-03 17:34:58.477041 | fa163ee2-fa81-d288-9367-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-03 17:34:58.992366 | fa163ee2-fa81-d288-9367-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-03 17:34:58.993593 | fa163ee2-fa81-d288-9367-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:12.565127 | 0.51s 2025-12-03 17:34:59.018655 | fa163ee2-fa81-d288-9367-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-03 17:34:59.521300 | fa163ee2-fa81-d288-9367-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-03 17:34:59.522242 | fa163ee2-fa81-d288-9367-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:13.093769 | 0.50s 2025-12-03 17:34:59.542836 | fa163ee2-fa81-d288-9367-000000003282 | TASK | Enable and start tripleo-container-shutdown 2025-12-03 17:35:00.292112 | fa163ee2-fa81-d288-9367-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-03 17:35:00.294059 | fa163ee2-fa81-d288-9367-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:13.865584 | 0.75s 2025-12-03 17:35:00.324748 | fa163ee2-fa81-d288-9367-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-03 17:35:00.915552 | fa163ee2-fa81-d288-9367-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-03 17:35:00.917686 | fa163ee2-fa81-d288-9367-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:14.489203 | 0.59s 2025-12-03 17:35:00.947198 | fa163ee2-fa81-d288-9367-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-03 17:35:01.461855 | fa163ee2-fa81-d288-9367-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-03 17:35:01.463432 | fa163ee2-fa81-d288-9367-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:15.034955 | 0.51s 2025-12-03 17:35:01.495781 | fa163ee2-fa81-d288-9367-000000003285 | TASK | Enable and start netns-placeholder 2025-12-03 17:35:02.272684 | fa163ee2-fa81-d288-9367-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-03 17:35:02.274966 | fa163ee2-fa81-d288-9367-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:15.846493 | 0.78s 2025-12-03 17:35:02.306520 | fa163ee2-fa81-d288-9367-00000000324b | TASK | Update container configs with new config hashes 2025-12-03 17:35:02.370064 | fa163ee2-fa81-d288-9367-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:15.941586 | 0.06s 2025-12-03 17:35:02.392453 | 61b4d9b9-8dbd-4779-9ee4-1ec85ca1c297 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-03 17:35:02.426356 | fa163ee2-fa81-d288-9367-0000000032ad | TASK | Update config hashes for container startup configs 2025-12-03 17:35:02.745423 | fa163ee2-fa81-d288-9367-0000000032ad | OK | Update config hashes for container startup configs | standalone 2025-12-03 17:35:02.747310 | fa163ee2-fa81-d288-9367-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:16.318824 | 0.32s 2025-12-03 17:35:02.783968 | fa163ee2-fa81-d288-9367-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-03 17:35:02.848540 | fa163ee2-fa81-d288-9367-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:16.420044 | 0.06s 2025-12-03 17:35:02.974147 | a5ab51ee-a952-46dd-979b-2d18773e2e16 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:35:02.997548 | fa163ee2-fa81-d288-9367-0000000032cc | TASK | Gather podman infos 2025-12-03 17:35:03.898201 | fa163ee2-fa81-d288-9367-0000000032cc | OK | Gather podman infos | standalone 2025-12-03 17:35:03.899539 | fa163ee2-fa81-d288-9367-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:17.471065 | 0.90s 2025-12-03 17:35:03.971694 | fa163ee2-fa81-d288-9367-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-03 17:35:04.039438 | fa163ee2-fa81-d288-9367-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:17.610956 | 0.06s 2025-12-03 17:35:04.179290 | fa163ee2-fa81-d288-9367-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:17.750802 | 0.07s 2025-12-03 17:35:04.241176 | fa163ee2-fa81-d288-9367-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-03 17:35:04.295888 | fa163ee2-fa81-d288-9367-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:17.867406 | 0.05s 2025-12-03 17:35:04.318739 | 54773527-85ef-4897-b487-c1b36723b549 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:35:04.355036 | fa163ee2-fa81-d288-9367-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-03 17:35:25.967710 | fa163ee2-fa81-d288-9367-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-03 17:35:25.969385 | fa163ee2-fa81-d288-9367-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:39.540912 | 21.61s 2025-12-03 17:35:26.003253 | fa163ee2-fa81-d288-9367-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-03 17:35:28.789738 | fa163ee2-fa81-d288-9367-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-03 17:35:28.792053 | fa163ee2-fa81-d288-9367-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:42.363580 | 2.79s 2025-12-03 17:35:28.865134 | fa163ee2-fa81-d288-9367-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-03 17:35:29.061685 | fa163ee2-fa81-d288-9367-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-03 17:35:29.063047 | fa163ee2-fa81-d288-9367-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:42.634573 | 0.20s 2025-12-03 17:35:29.109354 | fa163ee2-fa81-d288-9367-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-03 17:35:29.169565 | fa163ee2-fa81-d288-9367-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:42.741086 | 0.06s 2025-12-03 17:35:29.200681 | fa163ee2-fa81-d288-9367-0000000031ac | TASK | Include container-puppet tasks for step 2 2025-12-03 17:35:29.245910 | fa163ee2-fa81-d288-9367-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:42.817429 | 0.04s 2025-12-03 17:35:29.271062 | c4ed227f-edef-40f6-b65b-8ce46b8bf0d3 | INCLUDED | /root/standalone-ansible-qwho_mwh/host-container-puppet-tasks.yaml | standalone 2025-12-03 17:35:29.305963 | fa163ee2-fa81-d288-9367-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-03 17:35:29.828027 | fa163ee2-fa81-d288-9367-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-03 17:35:29.829368 | fa163ee2-fa81-d288-9367-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:43.400894 | 0.52s 2025-12-03 17:35:29.860694 | fa163ee2-fa81-d288-9367-00000000338a | TASK | Generate container puppet configs for step 2 2025-12-03 17:35:30.144908 | fa163ee2-fa81-d288-9367-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2025-12-03 17:35:30.146212 | fa163ee2-fa81-d288-9367-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:43.717740 | 0.28s 2025-12-03 17:35:30.176697 | fa163ee2-fa81-d288-9367-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-03 17:35:30.200678 | fa163ee2-fa81-d288-9367-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:43.772201 | 0.02s 2025-12-03 17:35:30.271152 | fa163ee2-fa81-d288-9367-0000000033ba | TASK | Gather variables for each operating system 2025-12-03 17:35:30.351389 | fa163ee2-fa81-d288-9367-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:43.922906 | 0.08s 2025-12-03 17:35:30.381433 | fa163ee2-fa81-d288-9367-0000000033bb | TASK | Create container logs path 2025-12-03 17:35:30.649006 | fa163ee2-fa81-d288-9367-0000000033bb | OK | Create container logs path | standalone 2025-12-03 17:35:30.650405 | fa163ee2-fa81-d288-9367-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:44.221935 | 0.27s 2025-12-03 17:35:30.682583 | fa163ee2-fa81-d288-9367-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-03 17:35:30.936100 | fa163ee2-fa81-d288-9367-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-03 17:35:30.937436 | fa163ee2-fa81-d288-9367-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:44.508965 | 0.25s 2025-12-03 17:35:30.966266 | fa163ee2-fa81-d288-9367-0000000033be | TASK | Finalise hashes for all containers 2025-12-03 17:35:31.001318 | fa163ee2-fa81-d288-9367-0000000033be | OK | Finalise hashes for all containers | standalone 2025-12-03 17:35:31.002499 | fa163ee2-fa81-d288-9367-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:44.574029 | 0.03s 2025-12-03 17:35:31.031995 | fa163ee2-fa81-d288-9367-0000000033c0 | TASK | Manage systemd shutdown files 2025-12-03 17:35:31.072588 | fa163ee2-fa81-d288-9367-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:35:31.073997 | fa163ee2-fa81-d288-9367-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:44.645525 | 0.04s 2025-12-03 17:35:31.108145 | fa163ee2-fa81-d288-9367-0000000033c2 | TASK | Update container configs with new config hashes 2025-12-03 17:35:31.158438 | fa163ee2-fa81-d288-9367-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:35:31.159608 | fa163ee2-fa81-d288-9367-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:44.731140 | 0.05s 2025-12-03 17:35:31.186383 | fa163ee2-fa81-d288-9367-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-03 17:35:31.235218 | fa163ee2-fa81-d288-9367-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-03 17:35:31.236152 | fa163ee2-fa81-d288-9367-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:44.807686 | 0.05s 2025-12-03 17:35:31.263536 | fa163ee2-fa81-d288-9367-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-03 17:35:31.314641 | fa163ee2-fa81-d288-9367-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-03 17:35:31.315992 | fa163ee2-fa81-d288-9367-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:44.887521 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-12-03 17:35:31.455666 | fa163ee2-fa81-d288-9367-0000000000d2 | TASK | External deployment step 3 2025-12-03 17:35:31.498626 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000d2') missing from stats 2025-12-03 17:35:31.568351 | fa163ee2-fa81-d288-9367-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:45.139867 | 0.05s 2025-12-03 17:35:31.573746 | 47058b2f-3684-4050-a640-55831f5d1f8c | INCLUDED | /root/standalone-ansible-qwho_mwh/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-12-03 17:35:31.702268 | fa163ee2-fa81-d288-9367-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-03 17:35:31.730820 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000d6') missing from stats 2025-12-03 17:35:31.749842 | fa163ee2-fa81-d288-9367-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-03 17:35:32.257025 | fa163ee2-fa81-d288-9367-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-03 17:35:32.257863 | fa163ee2-fa81-d288-9367-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:45.829401 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:35:32.322683 | fa163ee2-fa81-d288-9367-0000000000d8 | TIMING | include_tasks | standalone | 0:19:45.894216 | 0.05s 2025-12-03 17:35:32.346698 | 96e8893e-87f8-4135-adb4-23e38fb46d8f | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-03 17:35:32.369193 | fa163ee2-fa81-d288-9367-000000003428 | TASK | Start OVN container 2025-12-03 17:35:32.447455 | fa163ee2-fa81-d288-9367-000000003428 | TIMING | Start OVN container | standalone | 0:19:46.018966 | 0.08s 2025-12-03 17:35:32.479847 | fa163ee2-fa81-d288-9367-000000003428 | TIMING | Start OVN container | standalone | 0:19:46.051381 | 0.11s 2025-12-03 17:35:32.507561 | fa163ee2-fa81-d288-9367-000000003428 | TIMING | Start OVN container | standalone | 0:19:46.079095 | 0.14s 2025-12-03 17:35:32.514388 | fa163ee2-fa81-d288-9367-000000003428 | TIMING | Start OVN container | standalone | 0:19:46.085912 | 0.14s 2025-12-03 17:35:32.621988 | fa163ee2-fa81-d288-9367-000000003460 | TASK | Gather variables for each operating system 2025-12-03 17:35:32.743630 | fa163ee2-fa81-d288-9367-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:46.315145 | 0.12s 2025-12-03 17:35:32.773965 | fa163ee2-fa81-d288-9367-000000003461 | TASK | Create container logs path 2025-12-03 17:35:33.030110 | fa163ee2-fa81-d288-9367-000000003461 | OK | Create container logs path | standalone 2025-12-03 17:35:33.031656 | fa163ee2-fa81-d288-9367-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:46.603183 | 0.26s 2025-12-03 17:35:33.062864 | fa163ee2-fa81-d288-9367-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:33.386827 | fa163ee2-fa81-d288-9367-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:33.388185 | fa163ee2-fa81-d288-9367-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:46.959712 | 0.32s 2025-12-03 17:35:33.422407 | fa163ee2-fa81-d288-9367-000000003464 | TASK | Finalise hashes for all containers 2025-12-03 17:35:33.525459 | fa163ee2-fa81-d288-9367-000000003464 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:35:33.527174 | fa163ee2-fa81-d288-9367-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:47.098695 | 0.10s 2025-12-03 17:35:33.548186 | fa163ee2-fa81-d288-9367-000000003466 | TASK | Manage systemd shutdown files 2025-12-03 17:35:33.605837 | fa163ee2-fa81-d288-9367-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:35:33.606884 | fa163ee2-fa81-d288-9367-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:47.178413 | 0.06s 2025-12-03 17:35:33.638090 | fa163ee2-fa81-d288-9367-000000003468 | TASK | Update container configs with new config hashes 2025-12-03 17:35:33.703910 | fa163ee2-fa81-d288-9367-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:35:33.705372 | fa163ee2-fa81-d288-9367-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:47.276898 | 0.07s 2025-12-03 17:35:33.739841 | fa163ee2-fa81-d288-9367-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:33.813755 | fa163ee2-fa81-d288-9367-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:47.385280 | 0.07s 2025-12-03 17:35:33.838255 | 923018e9-2e37-4d18-821c-aaf90f38771a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:35:33.874522 | fa163ee2-fa81-d288-9367-0000000034f5 | TASK | Gather podman infos 2025-12-03 17:35:35.077388 | fa163ee2-fa81-d288-9367-0000000034f5 | OK | Gather podman infos | standalone 2025-12-03 17:35:35.078760 | fa163ee2-fa81-d288-9367-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:48.650298 | 1.20s 2025-12-03 17:35:35.134144 | fa163ee2-fa81-d288-9367-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:35.213523 | fa163ee2-fa81-d288-9367-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:48.785043 | 0.07s 2025-12-03 17:35:35.356962 | fa163ee2-fa81-d288-9367-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:48.928478 | 0.09s 2025-12-03 17:35:35.416350 | fa163ee2-fa81-d288-9367-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:35.491938 | fa163ee2-fa81-d288-9367-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:49.063458 | 0.07s 2025-12-03 17:35:35.515023 | 9ebcd35a-a057-4c3f-9469-e6cdeac0fb83 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:35:35.554860 | fa163ee2-fa81-d288-9367-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:36.511945 | fa163ee2-fa81-d288-9367-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:36.512962 | fa163ee2-fa81-d288-9367-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:50.084495 | 0.96s 2025-12-03 17:35:36.539187 | fa163ee2-fa81-d288-9367-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:39.288770 | fa163ee2-fa81-d288-9367-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:39.291730 | fa163ee2-fa81-d288-9367-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:52.863257 | 2.75s 2025-12-03 17:35:39.346972 | fa163ee2-fa81-d288-9367-00000000348b | TASK | Gather variables for each operating system 2025-12-03 17:35:39.465909 | fa163ee2-fa81-d288-9367-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:53.037412 | 0.12s 2025-12-03 17:35:39.496012 | fa163ee2-fa81-d288-9367-00000000348c | TASK | Create container logs path 2025-12-03 17:35:39.764444 | fa163ee2-fa81-d288-9367-00000000348c | OK | Create container logs path | standalone 2025-12-03 17:35:39.765906 | fa163ee2-fa81-d288-9367-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:53.337432 | 0.27s 2025-12-03 17:35:39.796979 | fa163ee2-fa81-d288-9367-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:40.105938 | fa163ee2-fa81-d288-9367-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:40.107284 | fa163ee2-fa81-d288-9367-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:53.678812 | 0.31s 2025-12-03 17:35:40.136482 | fa163ee2-fa81-d288-9367-00000000348f | TASK | Finalise hashes for all containers 2025-12-03 17:35:40.235914 | fa163ee2-fa81-d288-9367-00000000348f | OK | Finalise hashes for all containers | standalone 2025-12-03 17:35:40.237037 | fa163ee2-fa81-d288-9367-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:53.808567 | 0.10s 2025-12-03 17:35:40.266202 | fa163ee2-fa81-d288-9367-000000003491 | TASK | Manage systemd shutdown files 2025-12-03 17:35:40.328506 | fa163ee2-fa81-d288-9367-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:35:40.330086 | fa163ee2-fa81-d288-9367-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:53.901612 | 0.06s 2025-12-03 17:35:40.360935 | fa163ee2-fa81-d288-9367-000000003493 | TASK | Update container configs with new config hashes 2025-12-03 17:35:40.433674 | fa163ee2-fa81-d288-9367-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:35:40.435047 | fa163ee2-fa81-d288-9367-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:54.006574 | 0.07s 2025-12-03 17:35:40.465842 | fa163ee2-fa81-d288-9367-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:40.530143 | fa163ee2-fa81-d288-9367-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:54.101659 | 0.06s 2025-12-03 17:35:40.555087 | a07bf59b-d8ea-4cae-834c-0402c4a69fa6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:35:40.589559 | fa163ee2-fa81-d288-9367-0000000035ac | TASK | Gather podman infos 2025-12-03 17:35:41.897294 | fa163ee2-fa81-d288-9367-0000000035ac | OK | Gather podman infos | standalone 2025-12-03 17:35:41.898511 | fa163ee2-fa81-d288-9367-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:55.470040 | 1.31s 2025-12-03 17:35:41.991070 | fa163ee2-fa81-d288-9367-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:42.081494 | fa163ee2-fa81-d288-9367-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:55.653009 | 0.08s 2025-12-03 17:35:42.233640 | fa163ee2-fa81-d288-9367-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:55.805150 | 0.08s 2025-12-03 17:35:42.298884 | fa163ee2-fa81-d288-9367-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:42.374426 | fa163ee2-fa81-d288-9367-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:55.945939 | 0.07s 2025-12-03 17:35:42.398655 | d3f94a62-12df-42d5-a9d2-63abe600de0f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:35:42.437928 | fa163ee2-fa81-d288-9367-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:43.388413 | fa163ee2-fa81-d288-9367-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:43.389957 | fa163ee2-fa81-d288-9367-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:56.961478 | 0.95s 2025-12-03 17:35:43.425210 | fa163ee2-fa81-d288-9367-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:46.182967 | fa163ee2-fa81-d288-9367-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:46.185401 | fa163ee2-fa81-d288-9367-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:59.756930 | 2.76s 2025-12-03 17:35:46.240384 | fa163ee2-fa81-d288-9367-0000000034b6 | TASK | Gather variables for each operating system 2025-12-03 17:35:46.366987 | fa163ee2-fa81-d288-9367-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:59.938506 | 0.12s 2025-12-03 17:35:46.397600 | fa163ee2-fa81-d288-9367-0000000034b7 | TASK | Create container logs path 2025-12-03 17:35:46.665127 | fa163ee2-fa81-d288-9367-0000000034b7 | OK | Create container logs path | standalone 2025-12-03 17:35:46.666602 | fa163ee2-fa81-d288-9367-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:00.238128 | 0.27s 2025-12-03 17:35:46.698167 | fa163ee2-fa81-d288-9367-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:47.016049 | fa163ee2-fa81-d288-9367-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:47.017233 | fa163ee2-fa81-d288-9367-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:00.588762 | 0.32s 2025-12-03 17:35:47.046263 | fa163ee2-fa81-d288-9367-0000000034ba | TASK | Finalise hashes for all containers 2025-12-03 17:35:47.151171 | fa163ee2-fa81-d288-9367-0000000034ba | OK | Finalise hashes for all containers | standalone 2025-12-03 17:35:47.152672 | fa163ee2-fa81-d288-9367-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:00.724201 | 0.10s 2025-12-03 17:35:47.181684 | fa163ee2-fa81-d288-9367-0000000034bc | TASK | Manage systemd shutdown files 2025-12-03 17:35:47.222262 | fa163ee2-fa81-d288-9367-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:35:47.223393 | fa163ee2-fa81-d288-9367-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:00.794923 | 0.04s 2025-12-03 17:35:47.252436 | fa163ee2-fa81-d288-9367-0000000034be | TASK | Update container configs with new config hashes 2025-12-03 17:35:47.314485 | fa163ee2-fa81-d288-9367-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:35:47.315597 | fa163ee2-fa81-d288-9367-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:00.887127 | 0.06s 2025-12-03 17:35:47.346191 | fa163ee2-fa81-d288-9367-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:47.399491 | fa163ee2-fa81-d288-9367-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:00.971015 | 0.05s 2025-12-03 17:35:47.422424 | f8efd185-22eb-4e57-ba28-de79ab1678ba | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:35:47.456706 | fa163ee2-fa81-d288-9367-00000000365e | TASK | Gather podman infos 2025-12-03 17:35:48.680456 | fa163ee2-fa81-d288-9367-00000000365e | OK | Gather podman infos | standalone 2025-12-03 17:35:48.681851 | fa163ee2-fa81-d288-9367-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:02.253381 | 1.22s 2025-12-03 17:35:48.764989 | fa163ee2-fa81-d288-9367-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:48.825730 | fa163ee2-fa81-d288-9367-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:02.397254 | 0.05s 2025-12-03 17:35:48.948736 | fa163ee2-fa81-d288-9367-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:02.520241 | 0.08s 2025-12-03 17:35:49.005705 | fa163ee2-fa81-d288-9367-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:49.059555 | fa163ee2-fa81-d288-9367-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:02.631079 | 0.05s 2025-12-03 17:35:49.074364 | d06cbf93-e2b6-429d-8358-51de985e452e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:35:49.106226 | fa163ee2-fa81-d288-9367-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:50.054541 | fa163ee2-fa81-d288-9367-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:50.056133 | fa163ee2-fa81-d288-9367-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.627660 | 0.95s 2025-12-03 17:35:50.087360 | fa163ee2-fa81-d288-9367-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-03 17:35:52.954284 | fa163ee2-fa81-d288-9367-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-03 17:35:52.955884 | fa163ee2-fa81-d288-9367-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:20:06.527413 | 2.87s 2025-12-03 17:35:53.009745 | fa163ee2-fa81-d288-9367-00000000342a | TASK | Set NB connection 2025-12-03 17:35:53.510385 | fa163ee2-fa81-d288-9367-00000000342a | CHANGED | Set NB connection | standalone 2025-12-03 17:35:53.511754 | fa163ee2-fa81-d288-9367-00000000342a | TIMING | Set NB connection | standalone | 0:20:07.083281 | 0.50s 2025-12-03 17:35:53.539653 | fa163ee2-fa81-d288-9367-00000000342b | TASK | Set SB connection 2025-12-03 17:35:54.004115 | fa163ee2-fa81-d288-9367-00000000342b | CHANGED | Set SB connection | standalone 2025-12-03 17:35:54.005612 | fa163ee2-fa81-d288-9367-00000000342b | TIMING | Set SB connection | standalone | 0:20:07.577138 | 0.46s 2025-12-03 17:35:54.033519 | fa163ee2-fa81-d288-9367-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-03 17:35:54.272956 | fa163ee2-fa81-d288-9367-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-03 17:35:54.274358 | fa163ee2-fa81-d288-9367-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:07.845882 | 0.24s 2025-12-03 17:35:54.386470 | fa163ee2-fa81-d288-9367-0000000000db | TIMING | include_tasks | standalone | 0:20:07.957989 | 0.08s 2025-12-03 17:35:54.425943 | 911b1f94-81cf-47a3-b45d-5a12e4c4dbf1 | INCLUDED | /root/standalone-ansible-qwho_mwh/common_deploy_steps_tasks.yaml | standalone 2025-12-03 17:35:54.451957 | fa163ee2-fa81-d288-9367-00000000370a | TASK | Write the config_step hieradata 2025-12-03 17:35:54.937545 | fa163ee2-fa81-d288-9367-00000000370a | OK | Write the config_step hieradata | standalone 2025-12-03 17:35:54.939068 | fa163ee2-fa81-d288-9367-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:20:08.510595 | 0.49s 2025-12-03 17:35:54.967644 | fa163ee2-fa81-d288-9367-00000000370b | TASK | Run puppet host configuration for step 3 2025-12-03 17:35:55.285306 | fa163ee2-fa81-d288-9367-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-03 17:35:55.286596 | fa163ee2-fa81-d288-9367-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:08.858123 | 0.32s 2025-12-03 17:35:55.315597 | fa163ee2-fa81-d288-9367-00000000370c | TASK | Wait for puppet host configuration to finish 2025-12-03 17:35:55.531927 | fa163ee2-fa81-d288-9367-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-03 17:36:05.752476 | fa163ee2-fa81-d288-9367-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-03 17:36:15.985625 | fa163ee2-fa81-d288-9367-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-03 17:36:15.989175 | fa163ee2-fa81-d288-9367-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:29.560701 | 20.67s 2025-12-03 17:36:16.022896 | fa163ee2-fa81-d288-9367-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-03 17:36:16.097663 | fa163ee2-fa81-d288-9367-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>Dec 3 17:35:55 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 3 17:36:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 3 17:36:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 3 17:36:01 puppet-user: (file & line not available)", "<13>Dec 3 17:36:01 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 3 17:36:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 3 17:36:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 3 17:36:02 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.41 seconds", "<13>Dec 3 17:36:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 3 17:36:08 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 3 17:36:10 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 3 17:36:10 puppet-user: Notice: Applied catalog in 8.08 seconds", "<13>Dec 3 17:36:10 puppet-user: Application:", "<13>Dec 3 17:36:10 puppet-user: Initial environment: production", "<13>Dec 3 17:36:10 puppet-user: Converged environment: production", "<13>Dec 3 17:36:10 puppet-user: Run mode: user", "<13>Dec 3 17:36:10 puppet-user: Changes:", "<13>Dec 3 17:36:10 puppet-user: Total: 2", "<13>Dec 3 17:36:10 puppet-user: Events:", "<13>Dec 3 17:36:10 puppet-user: Success: 2", "<13>Dec 3 17:36:10 puppet-user: Resources:", "<13>Dec 3 17:36:10 puppet-user: Changed: 2", "<13>Dec 3 17:36:10 puppet-user: Out of sync: 2", "<13>Dec 3 17:36:10 puppet-user: Total: 28", "<13>Dec 3 17:36:10 puppet-user: Time:", "<13>Dec 3 17:36:10 puppet-user: Schedule: 0.00", "<13>Dec 3 17:36:10 puppet-user: File line: 0.00", "<13>Dec 3 17:36:10 puppet-user: Package: 0.00", "<13>Dec 3 17:36:10 puppet-user: File: 0.00", "<13>Dec 3 17:36:10 puppet-user: Augeas: 0.01", "<13>Dec 3 17:36:10 puppet-user: Service: 0.08", "<13>Dec 3 17:36:10 puppet-user: User: 0.08", "<13>Dec 3 17:36:10 puppet-user: Config retrieval: 0.46", "<13>Dec 3 17:36:10 puppet-user: Pcmk property: 1.53", "<13>Dec 3 17:36:10 puppet-user: Exec: 1.97", "<13>Dec 3 17:36:10 puppet-user: Last run: 1764783370", "<13>Dec 3 17:36:10 puppet-user: Pcmk resource op default: 2.06", "<13>Dec 3 17:36:10 puppet-user: Pcmk resource default: 2.14", "<13>Dec 3 17:36:10 puppet-user: Transaction evaluation: 8.06", "<13>Dec 3 17:36:10 puppet-user: Catalog application: 8.08", "<13>Dec 3 17:36:10 puppet-user: Filebucket: 0.00", "<13>Dec 3 17:36:10 puppet-user: Total: 8.09", "<13>Dec 3 17:36:10 puppet-user: Version:", "<13>Dec 3 17:36:10 puppet-user: Config: 1764783361", "<13>Dec 3 17:36:10 puppet-user: Puppet: 7.10.0" ] } 2025-12-03 17:36:16.100572 | fa163ee2-fa81-d288-9367-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:29.672098 | 0.07s 2025-12-03 17:36:16.130268 | fa163ee2-fa81-d288-9367-00000000370e | TASK | Pre-cache facts for puppet containers 2025-12-03 17:36:16.155017 | fa163ee2-fa81-d288-9367-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:29.726538 | 0.02s 2025-12-03 17:36:16.222239 | fa163ee2-fa81-d288-9367-00000000374d | TASK | Gather variables for each operating system 2025-12-03 17:36:16.338619 | fa163ee2-fa81-d288-9367-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:29.910139 | 0.11s 2025-12-03 17:36:16.369256 | fa163ee2-fa81-d288-9367-00000000374e | TASK | Create puppet caching structures 2025-12-03 17:36:16.612992 | fa163ee2-fa81-d288-9367-00000000374e | CHANGED | Create puppet caching structures | standalone 2025-12-03 17:36:16.614466 | fa163ee2-fa81-d288-9367-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:30.185994 | 0.24s 2025-12-03 17:36:16.643715 | fa163ee2-fa81-d288-9367-00000000374f | TASK | Check for facter.conf 2025-12-03 17:36:16.893191 | fa163ee2-fa81-d288-9367-00000000374f | OK | Check for facter.conf | standalone 2025-12-03 17:36:16.894648 | fa163ee2-fa81-d288-9367-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:30.466176 | 0.25s 2025-12-03 17:36:16.923867 | fa163ee2-fa81-d288-9367-000000003750 | TASK | Remove facter.conf if directory 2025-12-03 17:36:16.964321 | fa163ee2-fa81-d288-9367-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-03 17:36:16.965446 | fa163ee2-fa81-d288-9367-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:30.536974 | 0.04s 2025-12-03 17:36:16.993588 | fa163ee2-fa81-d288-9367-000000003751 | TASK | Write facter cache config 2025-12-03 17:36:17.486878 | fa163ee2-fa81-d288-9367-000000003751 | CHANGED | Write facter cache config | standalone 2025-12-03 17:36:17.488299 | fa163ee2-fa81-d288-9367-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:31.059827 | 0.49s 2025-12-03 17:36:17.518053 | fa163ee2-fa81-d288-9367-000000003752 | TASK | Cleanup facter cache if exists 2025-12-03 17:36:17.751997 | fa163ee2-fa81-d288-9367-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-03 17:36:17.753330 | fa163ee2-fa81-d288-9367-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:31.324858 | 0.23s 2025-12-03 17:36:17.781591 | fa163ee2-fa81-d288-9367-000000003753 | TASK | Pre-cache facts 2025-12-03 17:36:18.399421 | fa163ee2-fa81-d288-9367-000000003753 | CHANGED | Pre-cache facts | standalone 2025-12-03 17:36:18.400534 | fa163ee2-fa81-d288-9367-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:31.972068 | 0.62s 2025-12-03 17:36:18.425571 | fa163ee2-fa81-d288-9367-000000003754 | TASK | Failed deployment if facter fails 2025-12-03 17:36:18.463883 | fa163ee2-fa81-d288-9367-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-03 17:36:18.464795 | fa163ee2-fa81-d288-9367-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:32.036305 | 0.04s 2025-12-03 17:36:18.505148 | fa163ee2-fa81-d288-9367-000000003755 | TASK | Sync cached facts 2025-12-03 17:36:18.837263 | fa163ee2-fa81-d288-9367-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee2-fa81-d288-9367-000000003755') missing from stats 2025-12-03 17:36:18.892979 | fa163ee2-fa81-d288-9367-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-03 17:36:18.944350 | fa163ee2-fa81-d288-9367-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-03 17:36:18.945456 | fa163ee2-fa81-d288-9367-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:32.516983 | 0.05s 2025-12-03 17:36:18.975027 | fa163ee2-fa81-d288-9367-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-03 17:36:19.004390 | fa163ee2-fa81-d288-9367-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:32.575915 | 0.03s 2025-12-03 17:36:19.069103 | fa163ee2-fa81-d288-9367-0000000037ac | TASK | Gather variables for each operating system 2025-12-03 17:36:19.192302 | fa163ee2-fa81-d288-9367-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:32.763819 | 0.12s 2025-12-03 17:36:19.221666 | fa163ee2-fa81-d288-9367-0000000037ad | TASK | Create container logs path 2025-12-03 17:36:19.480911 | fa163ee2-fa81-d288-9367-0000000037ad | OK | Create container logs path | standalone 2025-12-03 17:36:19.482563 | fa163ee2-fa81-d288-9367-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:33.054090 | 0.26s 2025-12-03 17:36:19.513955 | fa163ee2-fa81-d288-9367-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-03 17:36:19.800145 | fa163ee2-fa81-d288-9367-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-03 17:36:19.801411 | fa163ee2-fa81-d288-9367-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:33.372939 | 0.29s 2025-12-03 17:36:19.832295 | fa163ee2-fa81-d288-9367-0000000037b0 | TASK | Finalise hashes for all containers 2025-12-03 17:36:19.910413 | fa163ee2-fa81-d288-9367-0000000037b0 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:36:19.911709 | fa163ee2-fa81-d288-9367-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:33.483236 | 0.08s 2025-12-03 17:36:19.940789 | fa163ee2-fa81-d288-9367-0000000037b2 | TASK | Manage systemd shutdown files 2025-12-03 17:36:19.975222 | fa163ee2-fa81-d288-9367-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:33.546744 | 0.03s 2025-12-03 17:36:20.008466 | 6c31ab93-401d-43d8-b51e-2d4bf116d860 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-03 17:36:20.041711 | fa163ee2-fa81-d288-9367-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-03 17:36:20.317196 | fa163ee2-fa81-d288-9367-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-03 17:36:20.318740 | fa163ee2-fa81-d288-9367-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:33.890267 | 0.28s 2025-12-03 17:36:20.350730 | fa163ee2-fa81-d288-9367-0000000037e6 | TASK | Set podman_drop_in fact 2025-12-03 17:36:20.414122 | fa163ee2-fa81-d288-9367-0000000037e6 | OK | Set podman_drop_in fact | standalone 2025-12-03 17:36:20.415834 | fa163ee2-fa81-d288-9367-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:33.987360 | 0.06s 2025-12-03 17:36:20.446958 | fa163ee2-fa81-d288-9367-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-03 17:36:20.978374 | fa163ee2-fa81-d288-9367-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-03 17:36:20.980323 | fa163ee2-fa81-d288-9367-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:34.551841 | 0.53s 2025-12-03 17:36:21.426668 | fa163ee2-fa81-d288-9367-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-03 17:36:21.427860 | fa163ee2-fa81-d288-9367-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:34.999389 | 0.98s 2025-12-03 17:36:21.434375 | fa163ee2-fa81-d288-9367-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:35.005897 | 0.99s 2025-12-03 17:36:21.465589 | fa163ee2-fa81-d288-9367-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-03 17:36:21.991096 | fa163ee2-fa81-d288-9367-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-03 17:36:21.992680 | fa163ee2-fa81-d288-9367-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:35.564205 | 0.53s 2025-12-03 17:36:22.022248 | fa163ee2-fa81-d288-9367-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-03 17:36:22.538169 | fa163ee2-fa81-d288-9367-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-03 17:36:22.539609 | fa163ee2-fa81-d288-9367-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:36.111138 | 0.52s 2025-12-03 17:36:22.568692 | fa163ee2-fa81-d288-9367-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2025-12-03 17:36:23.268003 | fa163ee2-fa81-d288-9367-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-03 17:36:23.269949 | fa163ee2-fa81-d288-9367-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:36.841476 | 0.70s 2025-12-03 17:36:23.299903 | fa163ee2-fa81-d288-9367-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-03 17:36:23.824683 | fa163ee2-fa81-d288-9367-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-03 17:36:23.825568 | fa163ee2-fa81-d288-9367-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:37.397106 | 0.52s 2025-12-03 17:36:23.845004 | fa163ee2-fa81-d288-9367-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-03 17:36:24.429308 | fa163ee2-fa81-d288-9367-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-03 17:36:24.432115 | fa163ee2-fa81-d288-9367-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:38.003635 | 0.59s 2025-12-03 17:36:24.462366 | fa163ee2-fa81-d288-9367-0000000037ee | TASK | Enable and start netns-placeholder 2025-12-03 17:36:25.221402 | fa163ee2-fa81-d288-9367-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2025-12-03 17:36:25.223692 | fa163ee2-fa81-d288-9367-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:38.795211 | 0.76s 2025-12-03 17:36:25.260370 | fa163ee2-fa81-d288-9367-0000000037b4 | TASK | Update container configs with new config hashes 2025-12-03 17:36:25.323076 | fa163ee2-fa81-d288-9367-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:38.894585 | 0.06s 2025-12-03 17:36:25.345899 | c770e3d3-98c4-4e25-b998-92eac337d289 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-03 17:36:25.380879 | fa163ee2-fa81-d288-9367-000000003816 | TASK | Update config hashes for container startup configs 2025-12-03 17:36:25.635914 | fa163ee2-fa81-d288-9367-000000003816 | OK | Update config hashes for container startup configs | standalone 2025-12-03 17:36:25.637222 | fa163ee2-fa81-d288-9367-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:39.208750 | 0.25s 2025-12-03 17:36:25.668093 | fa163ee2-fa81-d288-9367-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-03 17:36:25.724544 | fa163ee2-fa81-d288-9367-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:39.296061 | 0.05s 2025-12-03 17:36:25.747962 | 424044f7-9984-4e1e-b3cf-f43a6bf47338 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:36:25.783981 | fa163ee2-fa81-d288-9367-000000003835 | TASK | Gather podman infos 2025-12-03 17:36:26.953347 | fa163ee2-fa81-d288-9367-000000003835 | OK | Gather podman infos | standalone 2025-12-03 17:36:26.956612 | fa163ee2-fa81-d288-9367-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:40.528139 | 1.17s 2025-12-03 17:36:27.052662 | fa163ee2-fa81-d288-9367-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-03 17:36:27.133203 | fa163ee2-fa81-d288-9367-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:40.704723 | 0.07s 2025-12-03 17:36:27.283559 | fa163ee2-fa81-d288-9367-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:40.855075 | 0.09s 2025-12-03 17:36:27.341299 | fa163ee2-fa81-d288-9367-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-03 17:36:27.396482 | fa163ee2-fa81-d288-9367-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:40.968002 | 0.05s 2025-12-03 17:36:27.419111 | d9526cc6-18d4-4879-bb74-f542a0da83b5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:36:27.452566 | fa163ee2-fa81-d288-9367-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-03 17:37:21.000805 | fa163ee2-fa81-d288-9367-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-03 17:37:21.002399 | fa163ee2-fa81-d288-9367-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:34.573925 | 53.55s 2025-12-03 17:37:21.036953 | fa163ee2-fa81-d288-9367-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-03 17:37:47.007736 | fa163ee2-fa81-d288-9367-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-03 17:37:47.009369 | fa163ee2-fa81-d288-9367-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:22:00.580898 | 25.97s 2025-12-03 17:37:47.082441 | fa163ee2-fa81-d288-9367-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-03 17:37:47.317031 | fa163ee2-fa81-d288-9367-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-03 17:37:47.318527 | fa163ee2-fa81-d288-9367-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:00.890046 | 0.23s 2025-12-03 17:37:47.364477 | fa163ee2-fa81-d288-9367-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-03 17:37:47.417056 | fa163ee2-fa81-d288-9367-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:00.988570 | 0.05s 2025-12-03 17:37:47.447726 | fa163ee2-fa81-d288-9367-000000003715 | TASK | Include container-puppet tasks for step 3 2025-12-03 17:37:47.499941 | fa163ee2-fa81-d288-9367-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:01.071464 | 0.05s 2025-12-03 17:37:47.524260 | d1556db8-2df4-4e22-9e5e-4d05fee1612c | INCLUDED | /root/standalone-ansible-qwho_mwh/host-container-puppet-tasks.yaml | standalone 2025-12-03 17:37:47.572575 | fa163ee2-fa81-d288-9367-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-03 17:37:48.069439 | fa163ee2-fa81-d288-9367-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-03 17:37:48.070896 | fa163ee2-fa81-d288-9367-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:01.642424 | 0.50s 2025-12-03 17:37:48.102224 | fa163ee2-fa81-d288-9367-0000000038ee | TASK | Generate container puppet configs for step 3 2025-12-03 17:37:48.390432 | fa163ee2-fa81-d288-9367-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2025-12-03 17:37:48.391801 | fa163ee2-fa81-d288-9367-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:01.963302 | 0.29s 2025-12-03 17:37:48.422944 | fa163ee2-fa81-d288-9367-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-03 17:37:48.445259 | fa163ee2-fa81-d288-9367-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:02.016781 | 0.02s 2025-12-03 17:37:48.512242 | fa163ee2-fa81-d288-9367-00000000391e | TASK | Gather variables for each operating system 2025-12-03 17:37:48.636679 | fa163ee2-fa81-d288-9367-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:02.208192 | 0.12s 2025-12-03 17:37:48.666658 | fa163ee2-fa81-d288-9367-00000000391f | TASK | Create container logs path 2025-12-03 17:37:48.911331 | fa163ee2-fa81-d288-9367-00000000391f | OK | Create container logs path | standalone 2025-12-03 17:37:48.912679 | fa163ee2-fa81-d288-9367-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:02.484206 | 0.24s 2025-12-03 17:37:48.944398 | fa163ee2-fa81-d288-9367-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-03 17:37:49.198705 | fa163ee2-fa81-d288-9367-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-03 17:37:49.200011 | fa163ee2-fa81-d288-9367-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:02.771537 | 0.25s 2025-12-03 17:37:49.229155 | fa163ee2-fa81-d288-9367-000000003922 | TASK | Finalise hashes for all containers 2025-12-03 17:37:49.279266 | fa163ee2-fa81-d288-9367-000000003922 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:37:49.280365 | fa163ee2-fa81-d288-9367-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:02.851894 | 0.05s 2025-12-03 17:37:49.306569 | fa163ee2-fa81-d288-9367-000000003924 | TASK | Manage systemd shutdown files 2025-12-03 17:37:49.343099 | fa163ee2-fa81-d288-9367-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:37:49.344457 | fa163ee2-fa81-d288-9367-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:02.915983 | 0.03s 2025-12-03 17:37:49.375535 | fa163ee2-fa81-d288-9367-000000003926 | TASK | Update container configs with new config hashes 2025-12-03 17:37:49.428283 | fa163ee2-fa81-d288-9367-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:37:49.429496 | fa163ee2-fa81-d288-9367-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:03.001024 | 0.05s 2025-12-03 17:37:49.461538 | fa163ee2-fa81-d288-9367-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-03 17:37:49.515566 | fa163ee2-fa81-d288-9367-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-03 17:37:49.517388 | fa163ee2-fa81-d288-9367-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:03.088908 | 0.05s 2025-12-03 17:37:49.543472 | fa163ee2-fa81-d288-9367-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-03 17:37:49.593275 | fa163ee2-fa81-d288-9367-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-03 17:37:49.594069 | fa163ee2-fa81-d288-9367-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:03.165604 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-12-03 17:37:49.732251 | fa163ee2-fa81-d288-9367-0000000000de | TASK | External deployment step 4 2025-12-03 17:37:49.775499 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000de') missing from stats 2025-12-03 17:37:49.830173 | fa163ee2-fa81-d288-9367-0000000000df | TIMING | include_tasks | undercloud | 0:22:03.401697 | 0.04s 2025-12-03 17:37:49.853862 | 7fbb27fc-9763-43be-a343-9d0695033c79 | INCLUDED | /root/standalone-ansible-qwho_mwh/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-03 17:37:49.871567 | fa163ee2-fa81-d288-9367-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-03 17:37:51.615479 | fa163ee2-fa81-d288-9367-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-03 17:37:51.617488 | fa163ee2-fa81-d288-9367-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:05.189013 | 1.74s 2025-12-03 17:37:52.790389 | fa163ee2-fa81-d288-9367-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-03 17:37:52.791700 | fa163ee2-fa81-d288-9367-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:06.363229 | 2.92s 2025-12-03 17:37:52.801097 | fa163ee2-fa81-d288-9367-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:06.372629 | 2.93s 2025-12-03 17:37:52.819434 | fa163ee2-fa81-d288-9367-00000000397a | TASK | Manage Keystone resources for OpenStack services 2025-12-03 17:37:52.873285 | fa163ee2-fa81-d288-9367-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:06.444803 | 0.05s 2025-12-03 17:37:52.937602 | fa163ee2-fa81-d288-9367-0000000039a6 | TASK | Create Keystone Admin resources 2025-12-03 17:37:52.987192 | fa163ee2-fa81-d288-9367-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:06.558712 | 0.05s 2025-12-03 17:37:53.026441 | 1f0400ed-4c4c-4178-9db9-8f59abe2ea3a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-03 17:37:53.054663 | fa163ee2-fa81-d288-9367-0000000039e7 | TASK | Create admin and service projects 2025-12-03 17:37:53.107201 | fa163ee2-fa81-d288-9367-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:06.678721 | 0.05s 2025-12-03 17:37:53.121736 | 69a78c57-2988-406a-bf2e-db464bbf230d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-03 17:37:53.155424 | fa163ee2-fa81-d288-9367-000000003a38 | TASK | Async creation of Keystone project 2025-12-03 17:37:53.684869 | fa163ee2-fa81-d288-9367-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-03 17:37:53.686303 | fa163ee2-fa81-d288-9367-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:07.257830 | 0.53s 2025-12-03 17:37:53.955038 | fa163ee2-fa81-d288-9367-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-03 17:37:53.956511 | fa163ee2-fa81-d288-9367-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:07.528041 | 0.80s 2025-12-03 17:37:53.966889 | fa163ee2-fa81-d288-9367-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:07.538428 | 0.81s 2025-12-03 17:37:53.982696 | fa163ee2-fa81-d288-9367-000000003a3a | TASK | Check Keystone project status 2025-12-03 17:37:54.282234 | fa163ee2-fa81-d288-9367-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-03 17:37:59.502682 | fa163ee2-fa81-d288-9367-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2025-12-03 17:37:59.504111 | fa163ee2-fa81-d288-9367-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:13.075635 | 5.52s 2025-12-03 17:37:59.755325 | fa163ee2-fa81-d288-9367-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-03 17:37:59.756954 | fa163ee2-fa81-d288-9367-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:13.328493 | 5.77s 2025-12-03 17:37:59.769418 | fa163ee2-fa81-d288-9367-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:13.340938 | 5.79s 2025-12-03 17:37:59.789894 | fa163ee2-fa81-d288-9367-0000000039e8 | TASK | Create admin role 2025-12-03 17:38:01.281630 | fa163ee2-fa81-d288-9367-0000000039e8 | OK | Create admin role | undercloud 2025-12-03 17:38:01.283059 | fa163ee2-fa81-d288-9367-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:14.854587 | 1.49s 2025-12-03 17:38:01.301873 | fa163ee2-fa81-d288-9367-0000000039e9 | TASK | Create _member_ role 2025-12-03 17:38:01.374155 | fa163ee2-fa81-d288-9367-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2025-12-03 17:38:01.375262 | fa163ee2-fa81-d288-9367-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:14.946793 | 0.07s 2025-12-03 17:38:01.393825 | fa163ee2-fa81-d288-9367-0000000039ea | TASK | Check admin password 2025-12-03 17:38:02.816911 | fa163ee2-fa81-d288-9367-0000000039ea | OK | Check admin password | undercloud 2025-12-03 17:38:02.818523 | fa163ee2-fa81-d288-9367-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:16.390050 | 1.42s 2025-12-03 17:38:02.837550 | fa163ee2-fa81-d288-9367-0000000039eb | TASK | Create admin user 2025-12-03 17:38:04.611286 | fa163ee2-fa81-d288-9367-0000000039eb | CHANGED | Create admin user | undercloud 2025-12-03 17:38:04.612593 | fa163ee2-fa81-d288-9367-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:18.184122 | 1.77s 2025-12-03 17:38:04.631751 | fa163ee2-fa81-d288-9367-0000000039ec | TASK | Assign admin role to admin project for admin user 2025-12-03 17:38:06.344329 | fa163ee2-fa81-d288-9367-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2025-12-03 17:38:06.345938 | fa163ee2-fa81-d288-9367-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:19.917465 | 1.71s 2025-12-03 17:38:06.365552 | fa163ee2-fa81-d288-9367-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2025-12-03 17:38:06.426843 | fa163ee2-fa81-d288-9367-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-03 17:38:06.428011 | fa163ee2-fa81-d288-9367-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:19.999540 | 0.06s 2025-12-03 17:38:06.447113 | fa163ee2-fa81-d288-9367-0000000039ee | TASK | Create identity service 2025-12-03 17:38:07.678537 | fa163ee2-fa81-d288-9367-0000000039ee | OK | Create identity service | undercloud 2025-12-03 17:38:07.679939 | fa163ee2-fa81-d288-9367-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:21.251467 | 1.23s 2025-12-03 17:38:07.698738 | fa163ee2-fa81-d288-9367-0000000039ef | TASK | Create identity public endpoint 2025-12-03 17:38:09.168620 | fa163ee2-fa81-d288-9367-0000000039ef | OK | Create identity public endpoint | undercloud 2025-12-03 17:38:09.170053 | fa163ee2-fa81-d288-9367-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:22.741580 | 1.47s 2025-12-03 17:38:09.189246 | fa163ee2-fa81-d288-9367-0000000039f0 | TASK | Create identity internal endpoint 2025-12-03 17:38:10.405482 | fa163ee2-fa81-d288-9367-0000000039f0 | OK | Create identity internal endpoint | undercloud 2025-12-03 17:38:10.407001 | fa163ee2-fa81-d288-9367-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:23.978528 | 1.22s 2025-12-03 17:38:10.426453 | fa163ee2-fa81-d288-9367-0000000039f1 | TASK | Create identity admin endpoint 2025-12-03 17:38:11.677087 | fa163ee2-fa81-d288-9367-0000000039f1 | OK | Create identity admin endpoint | undercloud 2025-12-03 17:38:11.678471 | fa163ee2-fa81-d288-9367-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:25.250000 | 1.25s 2025-12-03 17:38:11.699376 | fa163ee2-fa81-d288-9367-0000000039a7 | TASK | Create Keystone Projects 2025-12-03 17:38:11.798147 | fa163ee2-fa81-d288-9367-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:25.369663 | 0.10s 2025-12-03 17:38:11.810505 | fa163ee2-fa81-d288-9367-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:25.382030 | 0.11s 2025-12-03 17:38:11.823574 | b5c28f35-829f-47d7-adb6-41189620ca1c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-03 17:38:11.871873 | fa163ee2-fa81-d288-9367-000000003ac4 | TASK | Async creation of Keystone project 2025-12-03 17:38:12.215366 | fa163ee2-fa81-d288-9367-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-03 17:38:12.217606 | fa163ee2-fa81-d288-9367-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:25.789132 | 0.34s 2025-12-03 17:38:12.227326 | fa163ee2-fa81-d288-9367-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:25.798858 | 0.35s 2025-12-03 17:38:12.246040 | fa163ee2-fa81-d288-9367-000000003ac6 | TASK | Check Keystone project status 2025-12-03 17:38:12.563849 | fa163ee2-fa81-d288-9367-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-03 17:38:17.779858 | fa163ee2-fa81-d288-9367-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2025-12-03 17:38:17.781978 | fa163ee2-fa81-d288-9367-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:31.353504 | 5.53s 2025-12-03 17:38:17.792254 | fa163ee2-fa81-d288-9367-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:31.363780 | 5.54s 2025-12-03 17:38:17.812150 | fa163ee2-fa81-d288-9367-0000000039a9 | TASK | Create Keystone Domains 2025-12-03 17:38:17.909266 | fa163ee2-fa81-d288-9367-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:31.480790 | 0.09s 2025-12-03 17:38:17.921157 | fa163ee2-fa81-d288-9367-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:31.492687 | 0.11s 2025-12-03 17:38:17.936047 | c8af7391-0294-452a-b4a2-aa9cb09cbe78 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-03 17:38:17.983490 | fa163ee2-fa81-d288-9367-000000003b79 | TASK | Async creation of Keystone domains 2025-12-03 17:38:18.503413 | fa163ee2-fa81-d288-9367-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-03 17:38:18.505692 | fa163ee2-fa81-d288-9367-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:32.077219 | 0.52s 2025-12-03 17:38:18.515494 | fa163ee2-fa81-d288-9367-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:32.087029 | 0.53s 2025-12-03 17:38:18.533956 | fa163ee2-fa81-d288-9367-000000003b7b | TASK | Check Keystone domain status 2025-12-03 17:38:18.805163 | fa163ee2-fa81-d288-9367-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-03 17:38:24.008737 | fa163ee2-fa81-d288-9367-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-03 17:38:24.010850 | fa163ee2-fa81-d288-9367-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:37.582377 | 5.48s 2025-12-03 17:38:24.020889 | fa163ee2-fa81-d288-9367-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:37.592415 | 5.49s 2025-12-03 17:38:24.040030 | fa163ee2-fa81-d288-9367-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-03 17:38:24.081911 | fa163ee2-fa81-d288-9367-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:37.653429 | 0.04s 2025-12-03 17:38:24.095852 | c9a8c91c-4f14-4c49-b79d-d6aa3cc8f1c4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-03 17:38:24.146533 | fa163ee2-fa81-d288-9367-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2025-12-03 17:38:25.550935 | fa163ee2-fa81-d288-9367-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-03 17:38:25.552613 | fa163ee2-fa81-d288-9367-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:39.124140 | 1.40s 2025-12-03 17:38:25.573091 | fa163ee2-fa81-d288-9367-000000003c44 | TASK | Set openstack_domains fact 2025-12-03 17:38:25.634536 | fa163ee2-fa81-d288-9367-000000003c44 | OK | Set openstack_domains fact | undercloud 2025-12-03 17:38:25.635833 | fa163ee2-fa81-d288-9367-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:39.207361 | 0.06s 2025-12-03 17:38:25.654763 | fa163ee2-fa81-d288-9367-0000000039ac | TASK | Create Keystone Services 2025-12-03 17:38:25.757752 | fa163ee2-fa81-d288-9367-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:39.329281 | 0.10s 2025-12-03 17:38:25.781561 | fa163ee2-fa81-d288-9367-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:39.353103 | 0.13s 2025-12-03 17:38:25.788095 | fa163ee2-fa81-d288-9367-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:39.359615 | 0.13s 2025-12-03 17:38:25.806728 | d9d94b13-a4eb-4b0a-a504-de0cee4277c5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-03 17:38:25.815399 | 32ab92e2-a7a2-4391-8bd4-204438c3cfe2 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-03 17:38:25.863966 | fa163ee2-fa81-d288-9367-000000003d20 | TASK | Async creation of Keystone service 2025-12-03 17:38:26.223888 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-12-03 17:38:26.226736 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:39.798255 | 0.36s 2025-12-03 17:38:26.545302 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-03 17:38:26.546350 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:40.117880 | 0.68s 2025-12-03 17:38:26.803605 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-03 17:38:26.804254 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:40.375792 | 0.94s 2025-12-03 17:38:27.111404 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-12-03 17:38:27.112041 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:40.683580 | 1.25s 2025-12-03 17:38:27.460990 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-03 17:38:27.462621 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:41.034152 | 1.60s 2025-12-03 17:38:27.764525 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-03 17:38:27.766342 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:41.337872 | 1.90s 2025-12-03 17:38:28.042999 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-03 17:38:28.044679 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:41.616209 | 2.18s 2025-12-03 17:38:28.369990 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-03 17:38:28.371344 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:41.942880 | 2.51s 2025-12-03 17:38:28.671762 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-03 17:38:28.673874 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:42.245404 | 2.81s 2025-12-03 17:38:28.974943 | fa163ee2-fa81-d288-9367-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-03 17:38:28.975684 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:42.547221 | 3.11s 2025-12-03 17:38:28.983447 | fa163ee2-fa81-d288-9367-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:42.554971 | 3.12s 2025-12-03 17:38:29.004521 | fa163ee2-fa81-d288-9367-000000003d22 | TASK | Check Keystone service status 2025-12-03 17:38:29.228892 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-12-03 17:38:29.231269 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:42.802790 | 0.22s 2025-12-03 17:38:29.482653 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-03 17:38:29.483606 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:43.055141 | 0.48s 2025-12-03 17:38:29.708743 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-03 17:38:29.709485 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:43.281024 | 0.70s 2025-12-03 17:38:29.953568 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-12-03 17:38:29.955397 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:43.526931 | 0.95s 2025-12-03 17:38:30.179993 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-03 17:38:30.181527 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:43.753064 | 1.17s 2025-12-03 17:38:30.456325 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-03 17:38:30.457627 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.029157 | 1.45s 2025-12-03 17:38:30.725506 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-03 17:38:30.726518 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.298051 | 1.72s 2025-12-03 17:38:30.980516 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-03 17:38:30.981727 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.553257 | 1.97s 2025-12-03 17:38:31.248699 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-03 17:38:31.249794 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:44.821299 | 2.24s 2025-12-03 17:38:31.572476 | fa163ee2-fa81-d288-9367-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-03 17:38:31.573730 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.145262 | 2.57s 2025-12-03 17:38:31.589652 | fa163ee2-fa81-d288-9367-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:45.161178 | 2.58s 2025-12-03 17:38:31.614919 | fa163ee2-fa81-d288-9367-000000003d27 | TASK | Async creation of Keystone service 2025-12-03 17:38:31.969521 | fa163ee2-fa81-d288-9367-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-12-03 17:38:31.971879 | fa163ee2-fa81-d288-9367-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:45.543402 | 0.36s 2025-12-03 17:38:32.296537 | fa163ee2-fa81-d288-9367-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-03 17:38:32.297905 | fa163ee2-fa81-d288-9367-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:45.869434 | 0.68s 2025-12-03 17:38:32.613862 | fa163ee2-fa81-d288-9367-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-03 17:38:32.615654 | fa163ee2-fa81-d288-9367-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:46.187185 | 1.00s 2025-12-03 17:38:32.626486 | fa163ee2-fa81-d288-9367-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:46.198009 | 1.01s 2025-12-03 17:38:32.645706 | fa163ee2-fa81-d288-9367-000000003d29 | TASK | Check Keystone service status 2025-12-03 17:38:32.954544 | fa163ee2-fa81-d288-9367-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-03 17:38:38.177778 | fa163ee2-fa81-d288-9367-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-12-03 17:38:38.178865 | fa163ee2-fa81-d288-9367-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:51.750398 | 5.53s 2025-12-03 17:38:38.415596 | fa163ee2-fa81-d288-9367-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-03 17:38:38.416354 | fa163ee2-fa81-d288-9367-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:51.987893 | 5.77s 2025-12-03 17:38:38.693934 | fa163ee2-fa81-d288-9367-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-03 17:38:38.694854 | fa163ee2-fa81-d288-9367-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.266389 | 6.05s 2025-12-03 17:38:38.699476 | fa163ee2-fa81-d288-9367-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:52.271007 | 6.05s 2025-12-03 17:38:38.715229 | fa163ee2-fa81-d288-9367-0000000039ae | TASK | Create Keystone Endpoints 2025-12-03 17:38:38.768291 | fa163ee2-fa81-d288-9367-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.339812 | 0.05s 2025-12-03 17:38:38.789478 | fa163ee2-fa81-d288-9367-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.361021 | 0.07s 2025-12-03 17:38:38.808043 | fa163ee2-fa81-d288-9367-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.379586 | 0.09s 2025-12-03 17:38:38.813989 | fa163ee2-fa81-d288-9367-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:52.385520 | 0.10s 2025-12-03 17:38:38.820447 | accf92b7-e84a-4112-b326-6dd3e4f0358a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-03 17:38:38.823479 | 918ca346-a097-4d27-a279-e59ff4658e18 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-03 17:38:38.825941 | 0094bb50-4164-4037-8c2f-038e539cd242 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-03 17:38:38.862486 | fa163ee2-fa81-d288-9367-000000003e59 | TASK | Create Keystone public endpoints 2025-12-03 17:38:38.945072 | fa163ee2-fa81-d288-9367-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:52.516579 | 0.08s 2025-12-03 17:38:38.961385 | fa163ee2-fa81-d288-9367-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:52.532918 | 0.10s 2025-12-03 17:38:38.975944 | fa163ee2-fa81-d288-9367-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:52.547471 | 0.11s 2025-12-03 17:38:38.996469 | 70147cf4-e390-428e-8a5c-b10cc1d6662a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-03 17:38:39.006483 | 4f93b14e-3a34-4266-8d81-c92e178a868c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-03 17:38:39.032218 | fa163ee2-fa81-d288-9367-000000003f81 | TASK | Async creation of Keystone public endpoint 2025-12-03 17:38:39.365843 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-12-03 17:38:39.368848 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:52.940352 | 0.34s 2025-12-03 17:38:39.653936 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-03 17:38:39.655162 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:53.226692 | 0.62s 2025-12-03 17:38:39.940291 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-03 17:38:39.950517 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:53.522046 | 0.92s 2025-12-03 17:38:40.225982 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-12-03 17:38:40.226630 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:53.798167 | 1.19s 2025-12-03 17:38:40.509032 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-03 17:38:40.509713 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:54.081252 | 1.48s 2025-12-03 17:38:40.836342 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-03 17:38:40.837455 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:54.408984 | 1.80s 2025-12-03 17:38:41.116133 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-03 17:38:41.117961 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:54.689490 | 2.08s 2025-12-03 17:38:41.486448 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-03 17:38:41.487430 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:55.058959 | 2.45s 2025-12-03 17:38:41.824469 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-03 17:38:41.826449 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:55.397979 | 2.79s 2025-12-03 17:38:42.080700 | fa163ee2-fa81-d288-9367-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-03 17:38:42.082016 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:55.653553 | 3.05s 2025-12-03 17:38:42.094210 | fa163ee2-fa81-d288-9367-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:55.665734 | 3.06s 2025-12-03 17:38:42.116612 | fa163ee2-fa81-d288-9367-000000003f83 | TASK | Check Keystone public endpoint status 2025-12-03 17:38:42.369383 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-12-03 17:38:42.371118 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:55.942639 | 0.25s 2025-12-03 17:38:42.603137 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-03 17:38:42.603851 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:56.175388 | 0.48s 2025-12-03 17:38:42.878121 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-03 17:38:42.880553 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:56.452082 | 0.76s 2025-12-03 17:38:43.121489 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-12-03 17:38:43.123115 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:56.694642 | 1.00s 2025-12-03 17:38:43.392362 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-03 17:38:43.393227 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:56.964764 | 1.27s 2025-12-03 17:38:43.694944 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-03 17:38:43.696259 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.267790 | 1.58s 2025-12-03 17:38:43.952895 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-03 17:38:43.954107 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.525638 | 1.83s 2025-12-03 17:38:44.225564 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-03 17:38:44.228020 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:57.799551 | 2.11s 2025-12-03 17:38:44.494730 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-03 17:38:44.496593 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.068125 | 2.38s 2025-12-03 17:38:44.764326 | fa163ee2-fa81-d288-9367-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-03 17:38:44.766347 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.337874 | 2.65s 2025-12-03 17:38:44.781069 | fa163ee2-fa81-d288-9367-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:58.352593 | 2.66s 2025-12-03 17:38:44.810842 | fa163ee2-fa81-d288-9367-000000003f88 | TASK | Async creation of Keystone public endpoint 2025-12-03 17:38:45.200957 | fa163ee2-fa81-d288-9367-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-12-03 17:38:45.203996 | fa163ee2-fa81-d288-9367-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:58.775516 | 0.39s 2025-12-03 17:38:45.524410 | fa163ee2-fa81-d288-9367-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-03 17:38:45.526346 | fa163ee2-fa81-d288-9367-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.097874 | 0.71s 2025-12-03 17:38:45.831727 | fa163ee2-fa81-d288-9367-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-03 17:38:45.833032 | fa163ee2-fa81-d288-9367-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.404550 | 1.02s 2025-12-03 17:38:45.845909 | fa163ee2-fa81-d288-9367-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:59.417432 | 1.03s 2025-12-03 17:38:45.864385 | fa163ee2-fa81-d288-9367-000000003f8a | TASK | Check Keystone public endpoint status 2025-12-03 17:38:46.154508 | fa163ee2-fa81-d288-9367-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-03 17:38:51.406118 | fa163ee2-fa81-d288-9367-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-12-03 17:38:51.407709 | fa163ee2-fa81-d288-9367-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:04.979233 | 5.54s 2025-12-03 17:38:51.664305 | fa163ee2-fa81-d288-9367-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-03 17:38:51.666444 | fa163ee2-fa81-d288-9367-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.237971 | 5.80s 2025-12-03 17:38:51.944027 | fa163ee2-fa81-d288-9367-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-03 17:38:51.945618 | fa163ee2-fa81-d288-9367-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.517144 | 6.08s 2025-12-03 17:38:51.959354 | fa163ee2-fa81-d288-9367-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:05.530876 | 6.09s 2025-12-03 17:38:51.983661 | fa163ee2-fa81-d288-9367-000000003e5e | TASK | Create Keystone admin endpoints 2025-12-03 17:38:52.098704 | fa163ee2-fa81-d288-9367-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:05.670198 | 0.11s 2025-12-03 17:38:52.114828 | fa163ee2-fa81-d288-9367-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:05.686361 | 0.13s 2025-12-03 17:38:52.130320 | fa163ee2-fa81-d288-9367-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:05.701843 | 0.14s 2025-12-03 17:38:52.149430 | 4cf1a939-224d-4891-b88b-1cc8f3897282 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-03 17:38:52.160318 | da68b568-bd0d-48ca-92fb-d8bfb245bce4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-03 17:38:52.188526 | fa163ee2-fa81-d288-9367-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2025-12-03 17:38:52.556889 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-12-03 17:38:52.559762 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:06.131275 | 0.37s 2025-12-03 17:38:52.882996 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-03 17:38:52.885242 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:06.456766 | 0.69s 2025-12-03 17:38:53.194012 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-03 17:38:53.195155 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:06.766686 | 1.00s 2025-12-03 17:38:53.584392 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-12-03 17:38:53.586015 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:07.157541 | 1.39s 2025-12-03 17:38:53.885446 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-03 17:38:53.887790 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:07.459291 | 1.70s 2025-12-03 17:38:54.233551 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-03 17:38:54.235729 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:07.807261 | 2.04s 2025-12-03 17:38:54.489645 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-03 17:38:54.491617 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.063141 | 2.30s 2025-12-03 17:38:54.793520 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-03 17:38:54.794558 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.366089 | 2.60s 2025-12-03 17:38:55.052844 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-03 17:38:55.053888 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.625419 | 2.86s 2025-12-03 17:38:55.352333 | fa163ee2-fa81-d288-9367-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-03 17:38:55.353323 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.924857 | 3.16s 2025-12-03 17:38:55.358816 | fa163ee2-fa81-d288-9367-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:08.930340 | 3.17s 2025-12-03 17:38:55.381872 | fa163ee2-fa81-d288-9367-000000003fe4 | TASK | Check Keystone admin endpoint status 2025-12-03 17:38:55.688009 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-12-03 17:38:55.689365 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.260895 | 0.31s 2025-12-03 17:38:55.939913 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-03 17:38:55.942214 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.513741 | 0.56s 2025-12-03 17:38:56.216838 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-03 17:38:56.218006 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:09.789538 | 0.83s 2025-12-03 17:38:56.546449 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-12-03 17:38:56.547507 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.119041 | 1.16s 2025-12-03 17:38:56.827255 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-03 17:38:56.828239 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.399771 | 1.44s 2025-12-03 17:38:57.083894 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-03 17:38:57.086353 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.657875 | 1.70s 2025-12-03 17:38:57.354072 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-03 17:38:57.356588 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:10.928113 | 1.97s 2025-12-03 17:38:57.625011 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-03 17:38:57.627300 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:11.198825 | 2.24s 2025-12-03 17:38:57.900652 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-03 17:38:57.901818 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:11.473350 | 2.52s 2025-12-03 17:38:58.151916 | fa163ee2-fa81-d288-9367-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-03 17:38:58.152666 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:11.724203 | 2.77s 2025-12-03 17:38:58.169589 | fa163ee2-fa81-d288-9367-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:11.741107 | 2.79s 2025-12-03 17:38:58.198184 | fa163ee2-fa81-d288-9367-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2025-12-03 17:38:58.559805 | fa163ee2-fa81-d288-9367-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-12-03 17:38:58.561930 | fa163ee2-fa81-d288-9367-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:12.133446 | 0.36s 2025-12-03 17:38:58.884233 | fa163ee2-fa81-d288-9367-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-03 17:38:58.886450 | fa163ee2-fa81-d288-9367-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:12.457975 | 0.69s 2025-12-03 17:38:59.210715 | fa163ee2-fa81-d288-9367-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-03 17:38:59.213596 | fa163ee2-fa81-d288-9367-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:12.785130 | 1.01s 2025-12-03 17:38:59.225050 | fa163ee2-fa81-d288-9367-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:12.796559 | 1.02s 2025-12-03 17:38:59.254484 | fa163ee2-fa81-d288-9367-000000003feb | TASK | Check Keystone admin endpoint status 2025-12-03 17:38:59.564871 | fa163ee2-fa81-d288-9367-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-03 17:39:04.785622 | fa163ee2-fa81-d288-9367-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-12-03 17:39:04.788158 | fa163ee2-fa81-d288-9367-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:18.359676 | 5.53s 2025-12-03 17:39:05.053470 | fa163ee2-fa81-d288-9367-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-03 17:39:05.055808 | fa163ee2-fa81-d288-9367-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:18.627301 | 5.80s 2025-12-03 17:39:05.470399 | fa163ee2-fa81-d288-9367-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-03 17:39:05.472026 | fa163ee2-fa81-d288-9367-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:19.043549 | 6.21s 2025-12-03 17:39:05.485467 | fa163ee2-fa81-d288-9367-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:19.056983 | 6.23s 2025-12-03 17:39:05.508532 | fa163ee2-fa81-d288-9367-000000003e63 | TASK | Create Keystone internal endpoints 2025-12-03 17:39:05.625603 | fa163ee2-fa81-d288-9367-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:19.197103 | 0.11s 2025-12-03 17:39:05.643307 | fa163ee2-fa81-d288-9367-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:19.214840 | 0.13s 2025-12-03 17:39:05.653433 | fa163ee2-fa81-d288-9367-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:19.224955 | 0.14s 2025-12-03 17:39:05.674667 | b2e65bba-749b-491d-b2f1-0a509b7ca0a8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-03 17:39:05.684265 | 58b0efcd-9500-4537-a1c2-92da8be01e08 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-03 17:39:05.709462 | fa163ee2-fa81-d288-9367-000000004043 | TASK | Async creation of Keystone internal endpoint 2025-12-03 17:39:06.048340 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-12-03 17:39:06.051362 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:19.622871 | 0.34s 2025-12-03 17:39:06.352045 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-03 17:39:06.353406 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:19.924932 | 0.64s 2025-12-03 17:39:06.654136 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-03 17:39:06.673070 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:20.244595 | 0.96s 2025-12-03 17:39:06.991724 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-12-03 17:39:06.993723 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:20.565248 | 1.28s 2025-12-03 17:39:07.245901 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-03 17:39:07.247744 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:20.819271 | 1.54s 2025-12-03 17:39:07.582189 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-03 17:39:07.583569 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:21.155101 | 1.87s 2025-12-03 17:39:07.860076 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-03 17:39:07.861120 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:21.432655 | 2.15s 2025-12-03 17:39:08.154778 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-03 17:39:08.155708 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:21.727244 | 2.44s 2025-12-03 17:39:08.398470 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-03 17:39:08.399459 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:21.970995 | 2.69s 2025-12-03 17:39:08.641739 | fa163ee2-fa81-d288-9367-000000004043 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-03 17:39:08.642761 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:22.214296 | 2.93s 2025-12-03 17:39:08.650352 | fa163ee2-fa81-d288-9367-000000004043 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:22.221895 | 2.94s 2025-12-03 17:39:08.668251 | fa163ee2-fa81-d288-9367-000000004045 | TASK | Check Keystone internal endpoint status 2025-12-03 17:39:08.938178 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-12-03 17:39:08.940143 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:22.511665 | 0.27s 2025-12-03 17:39:09.258592 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-03 17:39:09.260018 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:22.831546 | 0.59s 2025-12-03 17:39:09.502835 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-03 17:39:09.503820 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.075353 | 0.83s 2025-12-03 17:39:09.758490 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-12-03 17:39:09.759436 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.330971 | 1.09s 2025-12-03 17:39:10.011414 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-03 17:39:10.013715 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.585248 | 1.34s 2025-12-03 17:39:10.208150 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-03 17:39:10.209255 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:23.780788 | 1.54s 2025-12-03 17:39:10.471988 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-03 17:39:10.475013 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:24.046540 | 1.81s 2025-12-03 17:39:10.733128 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-03 17:39:10.734119 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:24.305652 | 2.06s 2025-12-03 17:39:11.008394 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-03 17:39:11.010266 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:24.581800 | 2.34s 2025-12-03 17:39:11.270237 | fa163ee2-fa81-d288-9367-000000004045 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-03 17:39:11.272451 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:24.843979 | 2.60s 2025-12-03 17:39:11.287415 | fa163ee2-fa81-d288-9367-000000004045 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:24.858927 | 2.62s 2025-12-03 17:39:11.315660 | fa163ee2-fa81-d288-9367-00000000404a | TASK | Async creation of Keystone internal endpoint 2025-12-03 17:39:11.719560 | fa163ee2-fa81-d288-9367-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-12-03 17:39:11.722486 | fa163ee2-fa81-d288-9367-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.294000 | 0.40s 2025-12-03 17:39:12.021624 | fa163ee2-fa81-d288-9367-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-03 17:39:12.023040 | fa163ee2-fa81-d288-9367-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.594566 | 0.71s 2025-12-03 17:39:12.338106 | fa163ee2-fa81-d288-9367-00000000404a | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-03 17:39:12.340612 | fa163ee2-fa81-d288-9367-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.912137 | 1.02s 2025-12-03 17:39:12.350725 | fa163ee2-fa81-d288-9367-00000000404a | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:25.922246 | 1.03s 2025-12-03 17:39:12.373223 | fa163ee2-fa81-d288-9367-00000000404c | TASK | Check Keystone internal endpoint status 2025-12-03 17:39:12.671197 | fa163ee2-fa81-d288-9367-00000000404c | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-03 17:39:17.903109 | fa163ee2-fa81-d288-9367-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-12-03 17:39:17.904969 | fa163ee2-fa81-d288-9367-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:31.476489 | 5.53s 2025-12-03 17:39:18.156420 | fa163ee2-fa81-d288-9367-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-03 17:39:18.159139 | fa163ee2-fa81-d288-9367-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:31.730665 | 5.78s 2025-12-03 17:39:18.409080 | fa163ee2-fa81-d288-9367-00000000404c | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-03 17:39:18.411722 | fa163ee2-fa81-d288-9367-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:31.983248 | 6.04s 2025-12-03 17:39:18.423387 | fa163ee2-fa81-d288-9367-00000000404c | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:31.994907 | 6.05s 2025-12-03 17:39:18.449849 | fa163ee2-fa81-d288-9367-0000000039b0 | TASK | Run cleanup tasks 2025-12-03 17:39:18.513615 | fa163ee2-fa81-d288-9367-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:32.085136 | 0.06s 2025-12-03 17:39:18.530392 | 06558dd9-6014-4548-8ee2-6050b173382e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-03 17:39:18.593041 | fa163ee2-fa81-d288-9367-0000000040a0 | TASK | Get list of enabled services 2025-12-03 17:39:21.269873 | fa163ee2-fa81-d288-9367-0000000040a0 | CHANGED | Get list of enabled services | undercloud 2025-12-03 17:39:21.270937 | fa163ee2-fa81-d288-9367-0000000040a0 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:34.842472 | 2.68s 2025-12-03 17:39:21.285617 | fa163ee2-fa81-d288-9367-0000000040a1 | TASK | List services to be disabled 2025-12-03 17:39:21.345987 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-03 17:39:21.371613 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-03 17:39:21.397184 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-03 17:39:21.426860 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-12-03 17:39:21.451958 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-03 17:39:21.479364 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-03 17:39:21.504244 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-03 17:39:21.530118 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-03 17:39:21.555052 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-12-03 17:39:21.581232 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-03 17:39:21.605846 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-12-03 17:39:21.631259 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-03 17:39:21.656563 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-03 17:39:21.679094 | fa163ee2-fa81-d288-9367-0000000040a1 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-03 17:39:21.692379 | fa163ee2-fa81-d288-9367-0000000040a1 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:35.263899 | 0.41s 2025-12-03 17:39:21.714939 | fa163ee2-fa81-d288-9367-0000000040a2 | TASK | Delete keystone services not enabled 2025-12-03 17:39:21.751187 | fa163ee2-fa81-d288-9367-0000000040a2 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:35.322700 | 0.03s 2025-12-03 17:39:21.770989 | fa163ee2-fa81-d288-9367-0000000039b1 | TASK | Create Keystone Roles 2025-12-03 17:39:21.855734 | fa163ee2-fa81-d288-9367-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:35.427243 | 0.08s 2025-12-03 17:39:21.867514 | fa163ee2-fa81-d288-9367-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:35.439041 | 0.10s 2025-12-03 17:39:21.875991 | 6c9f8993-73d4-4880-9eb8-621aed902bf3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-03 17:39:21.925198 | fa163ee2-fa81-d288-9367-00000000420c | TASK | Async creation of Keystone role 2025-12-03 17:39:22.272413 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-03 17:39:22.273814 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:35.845338 | 0.35s 2025-12-03 17:39:22.552268 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-03 17:39:22.553302 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:36.124835 | 0.63s 2025-12-03 17:39:22.829379 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-03 17:39:22.830271 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:36.401807 | 0.90s 2025-12-03 17:39:23.153650 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-12-03 17:39:23.154493 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:36.726032 | 1.23s 2025-12-03 17:39:23.503544 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-12-03 17:39:23.504446 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:37.075983 | 1.58s 2025-12-03 17:39:23.799567 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-12-03 17:39:23.800370 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:37.371908 | 1.87s 2025-12-03 17:39:24.058718 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-12-03 17:39:24.059645 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:37.631184 | 2.13s 2025-12-03 17:39:24.345008 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-12-03 17:39:24.345902 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:37.917440 | 2.42s 2025-12-03 17:39:24.643222 | fa163ee2-fa81-d288-9367-00000000420c | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-03 17:39:24.644080 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:38.215616 | 2.72s 2025-12-03 17:39:24.652410 | fa163ee2-fa81-d288-9367-00000000420c | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:38.223932 | 2.73s 2025-12-03 17:39:24.671967 | fa163ee2-fa81-d288-9367-00000000420e | TASK | Check Keystone role status 2025-12-03 17:39:25.041560 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-03 17:39:25.042876 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:38.614404 | 0.37s 2025-12-03 17:39:25.302426 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-03 17:39:25.303980 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:38.875506 | 0.63s 2025-12-03 17:39:25.574745 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-03 17:39:25.575847 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:39.147382 | 0.90s 2025-12-03 17:39:25.863878 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-12-03 17:39:25.866049 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:39.437575 | 1.19s 2025-12-03 17:39:26.088525 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-12-03 17:39:26.091692 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:39.663209 | 1.42s 2025-12-03 17:39:26.348573 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-12-03 17:39:26.350542 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:39.922071 | 1.68s 2025-12-03 17:39:26.569524 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-12-03 17:39:26.570803 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:40.142307 | 1.90s 2025-12-03 17:39:26.835135 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-12-03 17:39:26.837091 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:40.408622 | 2.16s 2025-12-03 17:39:27.090682 | fa163ee2-fa81-d288-9367-00000000420e | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-03 17:39:27.092639 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:40.664168 | 2.42s 2025-12-03 17:39:27.105761 | fa163ee2-fa81-d288-9367-00000000420e | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:40.677283 | 2.43s 2025-12-03 17:39:27.129408 | fa163ee2-fa81-d288-9367-0000000039b3 | TASK | Create Keystone Users 2025-12-03 17:39:27.231298 | fa163ee2-fa81-d288-9367-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:40.802813 | 0.10s 2025-12-03 17:39:27.252003 | fa163ee2-fa81-d288-9367-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:40.823533 | 0.12s 2025-12-03 17:39:27.257734 | fa163ee2-fa81-d288-9367-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:40.829259 | 0.13s 2025-12-03 17:39:27.279436 | 8413d4d9-bb2e-4ebf-9d1c-fdf8d85b41b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-03 17:39:27.293204 | 37682371-0be7-40a0-a5a3-4d06d3763525 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-03 17:39:27.353939 | fa163ee2-fa81-d288-9367-0000000043a0 | TASK | Check password of Keystone user 2025-12-03 17:39:28.358061 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:28.360858 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:41.932371 | 1.01s 2025-12-03 17:39:29.330009 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:29.332110 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:42.903633 | 1.98s 2025-12-03 17:39:30.270503 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:30.271924 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:43.843449 | 2.92s 2025-12-03 17:39:31.186997 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:31.189231 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:44.760756 | 3.83s 2025-12-03 17:39:32.141859 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:32.144067 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:45.715592 | 4.79s 2025-12-03 17:39:33.086351 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:33.088153 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:46.659682 | 5.73s 2025-12-03 17:39:34.067259 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:34.072934 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:47.644464 | 6.72s 2025-12-03 17:39:35.088965 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:35.090049 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:48.661578 | 7.74s 2025-12-03 17:39:36.005540 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:36.007272 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:49.578802 | 8.65s 2025-12-03 17:39:37.016593 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:37.017370 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:50.588906 | 9.66s 2025-12-03 17:39:37.021732 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:37.023806 | fa163ee2-fa81-d288-9367-0000000043a0 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:50.595336 | 9.67s 2025-12-03 17:39:37.044939 | fa163ee2-fa81-d288-9367-0000000043a2 | TASK | Async creation of Keystone user 2025-12-03 17:39:37.445762 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:37.448511 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:51.020033 | 0.40s 2025-12-03 17:39:37.751099 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:37.753450 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:51.324980 | 0.71s 2025-12-03 17:39:38.043111 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:38.044069 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:51.615605 | 1.00s 2025-12-03 17:39:38.409167 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:38.410657 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:51.982195 | 1.36s 2025-12-03 17:39:38.711943 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:38.712923 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:52.284460 | 1.67s 2025-12-03 17:39:39.034101 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:39.035320 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:52.606846 | 1.99s 2025-12-03 17:39:39.342265 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:39.343162 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:52.914694 | 2.30s 2025-12-03 17:39:39.654421 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:39.655316 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:53.226849 | 2.61s 2025-12-03 17:39:39.912653 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:39.913344 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:53.484881 | 2.87s 2025-12-03 17:39:40.217668 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:40.218885 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:53.790413 | 3.17s 2025-12-03 17:39:40.236676 | fa163ee2-fa81-d288-9367-0000000043a2 | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:40.237338 | fa163ee2-fa81-d288-9367-0000000043a2 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:53.808874 | 3.19s 2025-12-03 17:39:40.255611 | fa163ee2-fa81-d288-9367-0000000043a4 | TASK | Check Keystone user status 2025-12-03 17:39:40.603243 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:40.605279 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:54.176795 | 0.35s 2025-12-03 17:39:40.839231 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:40.840099 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:54.411633 | 0.58s 2025-12-03 17:39:41.085492 | fa163ee2-fa81-d288-9367-0000000043a4 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-03 17:39:46.300344 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:46.301455 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:59.872987 | 6.04s 2025-12-03 17:39:46.574808 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:46.576722 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:00.148254 | 6.32s 2025-12-03 17:39:46.854348 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:46.856073 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:00.427604 | 6.60s 2025-12-03 17:39:47.129171 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:47.130951 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:00.702482 | 6.87s 2025-12-03 17:39:47.379569 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:47.381286 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:00.952816 | 7.12s 2025-12-03 17:39:47.649738 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:47.651329 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:01.222860 | 7.39s 2025-12-03 17:39:47.913948 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:47.914896 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:01.486428 | 7.66s 2025-12-03 17:39:48.160054 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:48.160970 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:01.732501 | 7.90s 2025-12-03 17:39:48.167817 | fa163ee2-fa81-d288-9367-0000000043a4 | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:48.168566 | fa163ee2-fa81-d288-9367-0000000043a4 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:01.740101 | 7.91s 2025-12-03 17:39:48.191087 | fa163ee2-fa81-d288-9367-0000000043a9 | TASK | Check password of Keystone user 2025-12-03 17:39:49.155392 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:49.156865 | fa163ee2-fa81-d288-9367-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:02.728389 | 0.96s 2025-12-03 17:39:50.122085 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:50.122853 | fa163ee2-fa81-d288-9367-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:03.694390 | 1.93s 2025-12-03 17:39:51.012359 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:51.014576 | fa163ee2-fa81-d288-9367-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:04.586114 | 2.82s 2025-12-03 17:39:52.097664 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:52.098631 | fa163ee2-fa81-d288-9367-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:05.670162 | 3.91s 2025-12-03 17:39:53.045151 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:53.046515 | fa163ee2-fa81-d288-9367-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:06.618039 | 4.85s 2025-12-03 17:39:53.977889 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:53.979628 | fa163ee2-fa81-d288-9367-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:07.551158 | 5.79s 2025-12-03 17:39:53.989668 | fa163ee2-fa81-d288-9367-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} 2025-12-03 17:39:53.991435 | fa163ee2-fa81-d288-9367-0000000043a9 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:07.562963 | 5.80s 2025-12-03 17:39:54.012115 | fa163ee2-fa81-d288-9367-0000000043ab | TASK | Async creation of Keystone user 2025-12-03 17:39:54.410527 | fa163ee2-fa81-d288-9367-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:54.412445 | fa163ee2-fa81-d288-9367-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:07.983965 | 0.40s 2025-12-03 17:39:54.741187 | fa163ee2-fa81-d288-9367-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:54.742156 | fa163ee2-fa81-d288-9367-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:08.313687 | 0.73s 2025-12-03 17:39:55.079783 | fa163ee2-fa81-d288-9367-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:55.081033 | fa163ee2-fa81-d288-9367-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:08.652565 | 1.07s 2025-12-03 17:39:55.375165 | fa163ee2-fa81-d288-9367-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:55.376544 | fa163ee2-fa81-d288-9367-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:08.948074 | 1.36s 2025-12-03 17:39:55.672411 | fa163ee2-fa81-d288-9367-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:55.673488 | fa163ee2-fa81-d288-9367-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:09.245024 | 1.66s 2025-12-03 17:39:56.016612 | fa163ee2-fa81-d288-9367-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:56.017186 | fa163ee2-fa81-d288-9367-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:09.588726 | 2.00s 2025-12-03 17:39:56.022213 | fa163ee2-fa81-d288-9367-0000000043ab | CHANGED | Async creation of Keystone user | undercloud 2025-12-03 17:39:56.023295 | fa163ee2-fa81-d288-9367-0000000043ab | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:09.594826 | 2.01s 2025-12-03 17:39:56.041840 | fa163ee2-fa81-d288-9367-0000000043ad | TASK | Check Keystone user status 2025-12-03 17:39:56.370415 | fa163ee2-fa81-d288-9367-0000000043ad | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:39:56.372286 | fa163ee2-fa81-d288-9367-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:09.943817 | 0.33s 2025-12-03 17:39:56.591573 | fa163ee2-fa81-d288-9367-0000000043ad | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-03 17:40:01.816771 | fa163ee2-fa81-d288-9367-0000000043ad | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:40:01.818198 | fa163ee2-fa81-d288-9367-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:15.389729 | 5.77s 2025-12-03 17:40:02.125696 | fa163ee2-fa81-d288-9367-0000000043ad | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:40:02.126520 | fa163ee2-fa81-d288-9367-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:15.698053 | 6.08s 2025-12-03 17:40:02.396347 | fa163ee2-fa81-d288-9367-0000000043ad | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:40:02.397896 | fa163ee2-fa81-d288-9367-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:15.969427 | 6.35s 2025-12-03 17:40:02.668045 | fa163ee2-fa81-d288-9367-0000000043ad | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:40:02.669724 | fa163ee2-fa81-d288-9367-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:16.241253 | 6.63s 2025-12-03 17:40:02.944371 | fa163ee2-fa81-d288-9367-0000000043ad | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:40:02.945376 | fa163ee2-fa81-d288-9367-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:16.516907 | 6.90s 2025-12-03 17:40:02.952098 | fa163ee2-fa81-d288-9367-0000000043ad | CHANGED | Check Keystone user status | undercloud 2025-12-03 17:40:02.953888 | fa163ee2-fa81-d288-9367-0000000043ad | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:16.525416 | 6.91s 2025-12-03 17:40:02.974657 | fa163ee2-fa81-d288-9367-0000000039b5 | TASK | Assign Keystone Users to Roles 2025-12-03 17:40:03.048279 | fa163ee2-fa81-d288-9367-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:16.619784 | 0.07s 2025-12-03 17:40:03.067582 | fa163ee2-fa81-d288-9367-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:16.639116 | 0.09s 2025-12-03 17:40:03.086031 | fa163ee2-fa81-d288-9367-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:16.657566 | 0.11s 2025-12-03 17:40:03.099296 | fa163ee2-fa81-d288-9367-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:16.670830 | 0.12s 2025-12-03 17:40:03.106660 | 9a373e65-48c1-4f22-83c6-fe8efc3a7ebf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-03 17:40:03.109902 | d55bb92e-01c2-4125-ad12-9fc4ba93f2ec | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-03 17:40:03.112576 | a3611f4a-d17b-4ad4-b770-098cd1e2b140 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-03 17:40:03.170229 | fa163ee2-fa81-d288-9367-0000000045a0 | TASK | Async assignment of Keystone user per role 2025-12-03 17:40:03.269198 | fa163ee2-fa81-d288-9367-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:16.840695 | 0.10s 2025-12-03 17:40:03.287928 | fa163ee2-fa81-d288-9367-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:16.859461 | 0.12s 2025-12-03 17:40:03.295333 | fa163ee2-fa81-d288-9367-0000000045a0 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:16.866860 | 0.12s 2025-12-03 17:40:03.313501 | 53d141ff-2fcf-443a-b5e1-a1adbe733316 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-03 17:40:03.323096 | ae958c5f-7476-408d-b1b3-8a9b28f35f13 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-03 17:40:03.346641 | fa163ee2-fa81-d288-9367-000000004769 | TASK | Async assignment of Keystone user to roles 2025-12-03 17:40:03.673900 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-12-03 17:40:03.675509 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:17.247032 | 0.33s 2025-12-03 17:40:03.950241 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-03 17:40:03.950865 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:17.522405 | 0.60s 2025-12-03 17:40:04.280630 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-03 17:40:04.281246 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:17.852787 | 0.93s 2025-12-03 17:40:04.533847 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-03 17:40:04.534443 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:18.105983 | 1.19s 2025-12-03 17:40:04.830271 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-03 17:40:04.831309 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:18.402839 | 1.48s 2025-12-03 17:40:05.115647 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-12-03 17:40:05.116252 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:18.687792 | 1.77s 2025-12-03 17:40:05.504221 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-03 17:40:05.504908 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.076447 | 2.16s 2025-12-03 17:40:05.797359 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-03 17:40:05.798023 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.369562 | 2.45s 2025-12-03 17:40:06.088450 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-03 17:40:06.089166 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.660702 | 2.74s 2025-12-03 17:40:06.422139 | fa163ee2-fa81-d288-9367-000000004769 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-03 17:40:06.425409 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:19.996939 | 3.08s 2025-12-03 17:40:06.435638 | fa163ee2-fa81-d288-9367-000000004769 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:20.007164 | 3.09s 2025-12-03 17:40:06.456128 | fa163ee2-fa81-d288-9367-00000000476b | TASK | Check Keystone user assignment to roles status 2025-12-03 17:40:06.732272 | fa163ee2-fa81-d288-9367-00000000476b | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-03 17:40:11.974835 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-12-03 17:40:11.978462 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.549985 | 5.52s 2025-12-03 17:40:12.249564 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-03 17:40:12.251943 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:25.823472 | 5.79s 2025-12-03 17:40:12.506745 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-03 17:40:12.509249 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.080767 | 6.05s 2025-12-03 17:40:12.757107 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-03 17:40:12.758939 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.330471 | 6.30s 2025-12-03 17:40:13.022961 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-03 17:40:13.024091 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.595621 | 6.57s 2025-12-03 17:40:13.285989 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-12-03 17:40:13.287658 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:26.859190 | 6.83s 2025-12-03 17:40:13.555759 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-03 17:40:13.557834 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.129363 | 7.10s 2025-12-03 17:40:13.806864 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-03 17:40:13.808581 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.380115 | 7.35s 2025-12-03 17:40:14.080337 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-03 17:40:14.082837 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.654259 | 7.63s 2025-12-03 17:40:14.404715 | fa163ee2-fa81-d288-9367-00000000476b | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-03 17:40:14.405342 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.976881 | 7.95s 2025-12-03 17:40:14.412709 | fa163ee2-fa81-d288-9367-00000000476b | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:27.984234 | 7.96s 2025-12-03 17:40:14.436274 | fa163ee2-fa81-d288-9367-000000004770 | TASK | Async assignment of Keystone user to roles 2025-12-03 17:40:14.785231 | fa163ee2-fa81-d288-9367-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-03 17:40:14.788250 | fa163ee2-fa81-d288-9367-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.359763 | 0.35s 2025-12-03 17:40:15.064000 | fa163ee2-fa81-d288-9367-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-03 17:40:15.064867 | fa163ee2-fa81-d288-9367-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.636402 | 0.63s 2025-12-03 17:40:15.380421 | fa163ee2-fa81-d288-9367-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-03 17:40:15.382211 | fa163ee2-fa81-d288-9367-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:28.953718 | 0.94s 2025-12-03 17:40:15.714458 | fa163ee2-fa81-d288-9367-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-12-03 17:40:15.715090 | fa163ee2-fa81-d288-9367-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.286630 | 1.28s 2025-12-03 17:40:15.964931 | fa163ee2-fa81-d288-9367-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-03 17:40:15.965924 | fa163ee2-fa81-d288-9367-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.537456 | 1.53s 2025-12-03 17:40:16.233540 | fa163ee2-fa81-d288-9367-000000004770 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-03 17:40:16.239249 | fa163ee2-fa81-d288-9367-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.810783 | 1.80s 2025-12-03 17:40:16.245971 | fa163ee2-fa81-d288-9367-000000004770 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.817498 | 1.81s 2025-12-03 17:40:16.262349 | fa163ee2-fa81-d288-9367-000000004772 | TASK | Check Keystone user assignment to roles status 2025-12-03 17:40:16.492386 | fa163ee2-fa81-d288-9367-000000004772 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-03 17:40:21.710284 | fa163ee2-fa81-d288-9367-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-03 17:40:21.711076 | fa163ee2-fa81-d288-9367-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:35.282613 | 5.45s 2025-12-03 17:40:21.967359 | fa163ee2-fa81-d288-9367-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-03 17:40:21.967998 | fa163ee2-fa81-d288-9367-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:35.539538 | 5.70s 2025-12-03 17:40:22.235417 | fa163ee2-fa81-d288-9367-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-03 17:40:22.237137 | fa163ee2-fa81-d288-9367-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:35.808662 | 5.97s 2025-12-03 17:40:22.494000 | fa163ee2-fa81-d288-9367-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-12-03 17:40:22.496234 | fa163ee2-fa81-d288-9367-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.067759 | 6.23s 2025-12-03 17:40:22.759336 | fa163ee2-fa81-d288-9367-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-03 17:40:22.760649 | fa163ee2-fa81-d288-9367-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.332178 | 6.50s 2025-12-03 17:40:23.033422 | fa163ee2-fa81-d288-9367-000000004772 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-03 17:40:23.034062 | fa163ee2-fa81-d288-9367-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.605603 | 6.77s 2025-12-03 17:40:23.039191 | fa163ee2-fa81-d288-9367-000000004772 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.610721 | 6.78s 2025-12-03 17:40:23.060068 | fa163ee2-fa81-d288-9367-0000000045a5 | TASK | Async assignment of Keystone user per role 2025-12-03 17:40:23.153400 | fa163ee2-fa81-d288-9367-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:36.724923 | 0.09s 2025-12-03 17:40:23.165184 | fa163ee2-fa81-d288-9367-0000000045a5 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:36.736718 | 0.10s 2025-12-03 17:40:23.178290 | 32b6fa55-a335-4ffe-833d-8a9ba372df58 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-03 17:40:23.202112 | fa163ee2-fa81-d288-9367-0000000047d6 | TASK | Async assignment of Keystone user to roles 2025-12-03 17:40:23.536526 | fa163ee2-fa81-d288-9367-0000000047d6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-03 17:40:23.537827 | fa163ee2-fa81-d288-9367-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:37.109355 | 0.33s 2025-12-03 17:40:23.543702 | fa163ee2-fa81-d288-9367-0000000047d6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:37.115236 | 0.34s 2025-12-03 17:40:23.562151 | fa163ee2-fa81-d288-9367-0000000047d8 | TASK | Check Keystone user assignment to roles status 2025-12-03 17:40:23.806899 | fa163ee2-fa81-d288-9367-0000000047d8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-03 17:40:29.036131 | fa163ee2-fa81-d288-9367-0000000047d8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-03 17:40:29.037605 | fa163ee2-fa81-d288-9367-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:42.609128 | 5.47s 2025-12-03 17:40:29.044560 | fa163ee2-fa81-d288-9367-0000000047d8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:42.616083 | 5.48s 2025-12-03 17:40:29.065112 | fa163ee2-fa81-d288-9367-0000000045aa | TASK | Async assignment of Keystone user per role 2025-12-03 17:40:29.168263 | fa163ee2-fa81-d288-9367-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:42.739779 | 0.10s 2025-12-03 17:40:29.175751 | fa163ee2-fa81-d288-9367-0000000045aa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:42.747278 | 0.11s 2025-12-03 17:40:29.189392 | 0ac97796-4efa-4c2a-bf27-6c0d4fec7146 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-03 17:40:29.213387 | fa163ee2-fa81-d288-9367-0000000047fa | TASK | Async assignment of Keystone user to roles 2025-12-03 17:40:29.623183 | fa163ee2-fa81-d288-9367-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-03 17:40:29.624990 | fa163ee2-fa81-d288-9367-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:43.196501 | 0.41s 2025-12-03 17:40:29.994965 | fa163ee2-fa81-d288-9367-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-03 17:40:29.996967 | fa163ee2-fa81-d288-9367-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:43.568493 | 0.78s 2025-12-03 17:40:30.312116 | fa163ee2-fa81-d288-9367-0000000047fa | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-03 17:40:30.316153 | fa163ee2-fa81-d288-9367-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:43.887683 | 1.10s 2025-12-03 17:40:30.322053 | fa163ee2-fa81-d288-9367-0000000047fa | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:43.893586 | 1.11s 2025-12-03 17:40:30.338122 | fa163ee2-fa81-d288-9367-0000000047fc | TASK | Check Keystone user assignment to roles status 2025-12-03 17:40:30.629044 | fa163ee2-fa81-d288-9367-0000000047fc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-03 17:40:35.851224 | fa163ee2-fa81-d288-9367-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-03 17:40:35.852672 | fa163ee2-fa81-d288-9367-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.424196 | 5.51s 2025-12-03 17:40:36.107586 | fa163ee2-fa81-d288-9367-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-03 17:40:36.109502 | fa163ee2-fa81-d288-9367-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.681036 | 5.77s 2025-12-03 17:40:36.340749 | fa163ee2-fa81-d288-9367-0000000047fc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-03 17:40:36.342884 | fa163ee2-fa81-d288-9367-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.914410 | 6.00s 2025-12-03 17:40:36.354043 | fa163ee2-fa81-d288-9367-0000000047fc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:49.925571 | 6.01s 2025-12-03 17:40:36.389312 | fa163ee2-fa81-d288-9367-00000000397b | TASK | is Keystone LDAP enabled 2025-12-03 17:40:36.450684 | fa163ee2-fa81-d288-9367-00000000397b | OK | is Keystone LDAP enabled | undercloud 2025-12-03 17:40:36.451836 | fa163ee2-fa81-d288-9367-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:50.023364 | 0.06s 2025-12-03 17:40:36.469539 | fa163ee2-fa81-d288-9367-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-03 17:40:36.519658 | fa163ee2-fa81-d288-9367-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-03 17:40:36.520747 | fa163ee2-fa81-d288-9367-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:50.092279 | 0.05s 2025-12-03 17:40:36.538298 | fa163ee2-fa81-d288-9367-00000000397d | TASK | Manage Keystone domains from LDAP config 2025-12-03 17:40:36.593056 | fa163ee2-fa81-d288-9367-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-03 17:40:36.595561 | fa163ee2-fa81-d288-9367-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:50.166991 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-03 17:40:36.735139 | fa163ee2-fa81-d288-9367-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-03 17:40:36.765323 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000e2') missing from stats 2025-12-03 17:40:36.788346 | fa163ee2-fa81-d288-9367-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-03 17:40:37.294159 | fa163ee2-fa81-d288-9367-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-03 17:40:37.297157 | fa163ee2-fa81-d288-9367-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:50.868685 | 0.51s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:40:37.367677 | fa163ee2-fa81-d288-9367-0000000000e4 | TIMING | include_tasks | standalone | 0:24:50.939201 | 0.04s 2025-12-03 17:40:37.411901 | abd440b6-7ebf-43ab-9e81-f37dbb62e510 | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-03 17:40:37.448538 | fa163ee2-fa81-d288-9367-00000000483e | TASK | Create virtqemud recovery script 2025-12-03 17:40:37.954499 | fa163ee2-fa81-d288-9367-00000000483e | CHANGED | Create virtqemud recovery script | standalone 2025-12-03 17:40:37.956368 | fa163ee2-fa81-d288-9367-00000000483e | TIMING | Create virtqemud recovery script | standalone | 0:24:51.527893 | 0.51s 2025-12-03 17:40:37.991567 | fa163ee2-fa81-d288-9367-00000000483f | TASK | Create virtqemud recovery trigger service 2025-12-03 17:40:38.452834 | fa163ee2-fa81-d288-9367-00000000483f | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-03 17:40:38.454387 | fa163ee2-fa81-d288-9367-00000000483f | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:52.025915 | 0.46s 2025-12-03 17:40:38.485278 | fa163ee2-fa81-d288-9367-000000004840 | TASK | Create virtqemud recovery trigger timer 2025-12-03 17:40:38.950752 | fa163ee2-fa81-d288-9367-000000004840 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-03 17:40:38.952258 | fa163ee2-fa81-d288-9367-000000004840 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:52.523787 | 0.47s 2025-12-03 17:40:38.981549 | fa163ee2-fa81-d288-9367-000000004841 | TASK | Enable virtqemud recovery trigger service 2025-12-03 17:40:40.043544 | fa163ee2-fa81-d288-9367-000000004841 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-03 17:40:40.045684 | fa163ee2-fa81-d288-9367-000000004841 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:53.617211 | 1.06s 2025-12-03 17:40:40.075974 | fa163ee2-fa81-d288-9367-000000004842 | TASK | Enable virtqemud recovery trigger timer 2025-12-03 17:40:41.097218 | fa163ee2-fa81-d288-9367-000000004842 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-03 17:40:41.099127 | fa163ee2-fa81-d288-9367-000000004842 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:54.670654 | 1.02s 2025-12-03 17:40:41.129885 | fa163ee2-fa81-d288-9367-000000004843 | TASK | Really enable virtqemud recovery trigger timer 2025-12-03 17:40:41.705605 | fa163ee2-fa81-d288-9367-000000004843 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-03 17:40:41.706979 | fa163ee2-fa81-d288-9367-000000004843 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:55.278507 | 0.58s 2025-12-03 17:40:41.735813 | fa163ee2-fa81-d288-9367-000000004845 | TASK | Create systemd file 2025-12-03 17:40:42.230285 | fa163ee2-fa81-d288-9367-000000004845 | CHANGED | Create systemd file | standalone 2025-12-03 17:40:42.231668 | fa163ee2-fa81-d288-9367-000000004845 | TIMING | Create systemd file | standalone | 0:24:55.803196 | 0.49s 2025-12-03 17:40:42.259321 | fa163ee2-fa81-d288-9367-000000004846 | TASK | Reload systemd 2025-12-03 17:40:43.048856 | fa163ee2-fa81-d288-9367-000000004846 | CHANGED | Reload systemd | standalone 2025-12-03 17:40:43.050428 | fa163ee2-fa81-d288-9367-000000004846 | TIMING | Reload systemd | standalone | 0:24:56.621956 | 0.79s 2025-12-03 17:40:43.081678 | fa163ee2-fa81-d288-9367-000000004849 | TASK | Start OVN container 2025-12-03 17:40:43.146726 | fa163ee2-fa81-d288-9367-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-03 17:40:43.165716 | fa163ee2-fa81-d288-9367-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-03 17:40:43.181965 | fa163ee2-fa81-d288-9367-000000004849 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-03 17:40:43.193828 | fa163ee2-fa81-d288-9367-000000004849 | TIMING | Start OVN container | standalone | 0:24:56.765352 | 0.11s 2025-12-03 17:40:43.222839 | fa163ee2-fa81-d288-9367-00000000484b | TASK | Set NB connection 2025-12-03 17:40:43.262346 | fa163ee2-fa81-d288-9367-00000000484b | SKIPPED | Set NB connection | standalone 2025-12-03 17:40:43.263459 | fa163ee2-fa81-d288-9367-00000000484b | TIMING | Set NB connection | standalone | 0:24:56.834989 | 0.04s 2025-12-03 17:40:43.292124 | fa163ee2-fa81-d288-9367-00000000484c | TASK | Set SB connection 2025-12-03 17:40:43.345314 | fa163ee2-fa81-d288-9367-00000000484c | SKIPPED | Set SB connection | standalone 2025-12-03 17:40:43.346692 | fa163ee2-fa81-d288-9367-00000000484c | TIMING | Set SB connection | standalone | 0:24:56.918220 | 0.05s 2025-12-03 17:40:43.375881 | fa163ee2-fa81-d288-9367-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-03 17:40:43.605909 | fa163ee2-fa81-d288-9367-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-03 17:40:43.607389 | fa163ee2-fa81-d288-9367-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:57.178918 | 0.23s 2025-12-03 17:40:43.719398 | fa163ee2-fa81-d288-9367-0000000000e7 | TIMING | include_tasks | standalone | 0:24:57.289437 | 0.08s 2025-12-03 17:40:43.758221 | 90ca08a8-cbed-41db-ba43-ba12f9d16428 | INCLUDED | /root/standalone-ansible-qwho_mwh/common_deploy_steps_tasks.yaml | standalone 2025-12-03 17:40:43.784100 | fa163ee2-fa81-d288-9367-00000000487b | TASK | Write the config_step hieradata 2025-12-03 17:40:44.319626 | fa163ee2-fa81-d288-9367-00000000487b | OK | Write the config_step hieradata | standalone 2025-12-03 17:40:44.320891 | fa163ee2-fa81-d288-9367-00000000487b | TIMING | Write the config_step hieradata | standalone | 0:24:57.892419 | 0.54s 2025-12-03 17:40:44.349631 | fa163ee2-fa81-d288-9367-00000000487c | TASK | Run puppet host configuration for step 4 2025-12-03 17:40:44.686428 | fa163ee2-fa81-d288-9367-00000000487c | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-03 17:40:44.687646 | fa163ee2-fa81-d288-9367-00000000487c | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:58.259174 | 0.34s 2025-12-03 17:40:44.715516 | fa163ee2-fa81-d288-9367-00000000487d | TASK | Wait for puppet host configuration to finish 2025-12-03 17:40:44.938664 | fa163ee2-fa81-d288-9367-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-03 17:40:55.158408 | fa163ee2-fa81-d288-9367-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-03 17:41:05.507590 | fa163ee2-fa81-d288-9367-00000000487d | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-03 17:41:15.735628 | fa163ee2-fa81-d288-9367-00000000487d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-03 17:41:15.737115 | fa163ee2-fa81-d288-9367-00000000487d | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:29.308643 | 31.02s 2025-12-03 17:41:15.768731 | fa163ee2-fa81-d288-9367-00000000487e | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-03 17:41:15.852039 | fa163ee2-fa81-d288-9367-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>Dec 3 17:40:44 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 3 17:40:51 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 3 17:40:51 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 3 17:40:51 puppet-user: (file & line not available)", "<13>Dec 3 17:40:51 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 3 17:40:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 3 17:40:51 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>Dec 3 17:40:51 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 3 17:40:51 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 3 17:40:51 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>Dec 3 17:40:51 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>Dec 3 17:40:51 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>Dec 3 17:40:51 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>Dec 3 17:40:51 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>Dec 3 17:40:51 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 3 17:40:51 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.49 seconds", "<13>Dec 3 17:40:56 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 3 17:40:58 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 3 17:41:03 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 3 17:41:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}b2271d3ab337f7d32e05804a08901fe661488b502d16d843cb75b7e2714cf824'", "<13>Dec 3 17:41:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 3 17:41:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 3 17:41:03 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 3 17:41:03 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 3 17:41:05 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 3 17:41:10 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Snmp/Snmp::Snmpv3_user[ro_snmp_user]/Exec[create-snmpv3-user-ro_snmp_user]/returns: executed successfully", "<13>Dec 3 17:41:11 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 3 17:41:11 puppet-user: Notice: Applied catalog in 19.95 seconds", "<13>Dec 3 17:41:11 puppet-user: Application:", "<13>Dec 3 17:41:11 puppet-user: Initial environment: production", "<13>Dec 3 17:41:11 puppet-user: Converged environment: production", "<13>Dec 3 17:41:11 puppet-user: Run mode: user", "<13>Dec 3 17:41:11 puppet-user: Changes:", "<13>Dec 3 17:41:11 puppet-user: Total: 10", "<13>Dec 3 17:41:11 puppet-user: Events:", "<13>Dec 3 17:41:11 puppet-user: Success: 10", "<13>Dec 3 17:41:11 puppet-user: Resources:", "<13>Dec 3 17:41:11 puppet-user: Restarted: 1", "<13>Dec 3 17:41:11 puppet-user: Changed: 10", "<13>Dec 3 17:41:11 puppet-user: Out of sync: 10", "<13>Dec 3 17:41:11 puppet-user: Total: 37", "<13>Dec 3 17:41:11 puppet-user: Time:", "<13>Dec 3 17:41:11 puppet-user: Filebucket: 0.00", "<13>Dec 3 17:41:11 puppet-user: Schedule: 0.00", "<13>Dec 3 17:41:11 puppet-user: File line: 0.00", "<13>Dec 3 17:41:11 puppet-user: Augeas: 0.01", "<13>Dec 3 17:41:11 puppet-user: User: 0.01", "<13>Dec 3 17:41:11 puppet-user: File: 0.09", "<13>Dec 3 17:41:11 puppet-user: Config retrieval: 0.57", "<13>Dec 3 17:41:11 puppet-user: Pcmk property: 1.50", "<13>Dec 3 17:41:11 puppet-user: Service: 1.53", "<13>Dec 3 17:41:11 puppet-user: Last run: 1764783671", "<13>Dec 3 17:41:11 puppet-user: Transaction evaluation: 19.94", "<13>Dec 3 17:41:11 puppet-user: Catalog application: 19.95", "<13>Dec 3 17:41:11 puppet-user: Pcmk resource op default: 2.05", "<13>Dec 3 17:41:11 puppet-user: Pcmk resource default: 2.10", "<13>Dec 3 17:41:11 puppet-user: Package: 5.25", "<13>Dec 3 17:41:11 puppet-user: Exec: 7.16", "<13>Dec 3 17:41:11 puppet-user: Total: 19.96", "<13>Dec 3 17:41:11 puppet-user: Version:", "<13>Dec 3 17:41:11 puppet-user: Config: 1764783651", "<13>Dec 3 17:41:11 puppet-user: Puppet: 7.10.0" ] } 2025-12-03 17:41:15.853564 | fa163ee2-fa81-d288-9367-00000000487e | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:29.425092 | 0.08s 2025-12-03 17:41:15.882142 | fa163ee2-fa81-d288-9367-00000000487f | TASK | Pre-cache facts for puppet containers 2025-12-03 17:41:15.911356 | fa163ee2-fa81-d288-9367-00000000487f | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:29.482873 | 0.03s 2025-12-03 17:41:15.978216 | fa163ee2-fa81-d288-9367-0000000048c0 | TASK | Gather variables for each operating system 2025-12-03 17:41:16.094108 | fa163ee2-fa81-d288-9367-0000000048c0 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:29.665625 | 0.11s 2025-12-03 17:41:16.124844 | fa163ee2-fa81-d288-9367-0000000048c1 | TASK | Create puppet caching structures 2025-12-03 17:41:16.361408 | fa163ee2-fa81-d288-9367-0000000048c1 | CHANGED | Create puppet caching structures | standalone 2025-12-03 17:41:16.364236 | fa163ee2-fa81-d288-9367-0000000048c1 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:29.935755 | 0.24s 2025-12-03 17:41:16.395761 | fa163ee2-fa81-d288-9367-0000000048c2 | TASK | Check for facter.conf 2025-12-03 17:41:16.620548 | fa163ee2-fa81-d288-9367-0000000048c2 | OK | Check for facter.conf | standalone 2025-12-03 17:41:16.623145 | fa163ee2-fa81-d288-9367-0000000048c2 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:30.194663 | 0.22s 2025-12-03 17:41:16.652523 | fa163ee2-fa81-d288-9367-0000000048c3 | TASK | Remove facter.conf if directory 2025-12-03 17:41:16.693248 | fa163ee2-fa81-d288-9367-0000000048c3 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-03 17:41:16.695258 | fa163ee2-fa81-d288-9367-0000000048c3 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:30.266785 | 0.04s 2025-12-03 17:41:16.726572 | fa163ee2-fa81-d288-9367-0000000048c4 | TASK | Write facter cache config 2025-12-03 17:41:17.151883 | fa163ee2-fa81-d288-9367-0000000048c4 | CHANGED | Write facter cache config | standalone 2025-12-03 17:41:17.154434 | fa163ee2-fa81-d288-9367-0000000048c4 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:30.725960 | 0.42s 2025-12-03 17:41:17.184009 | fa163ee2-fa81-d288-9367-0000000048c5 | TASK | Cleanup facter cache if exists 2025-12-03 17:41:17.416539 | fa163ee2-fa81-d288-9367-0000000048c5 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-03 17:41:17.418931 | fa163ee2-fa81-d288-9367-0000000048c5 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:30.990461 | 0.23s 2025-12-03 17:41:17.449504 | fa163ee2-fa81-d288-9367-0000000048c6 | TASK | Pre-cache facts 2025-12-03 17:41:18.034896 | fa163ee2-fa81-d288-9367-0000000048c6 | CHANGED | Pre-cache facts | standalone 2025-12-03 17:41:18.036322 | fa163ee2-fa81-d288-9367-0000000048c6 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:31.607844 | 0.58s 2025-12-03 17:41:18.068960 | fa163ee2-fa81-d288-9367-0000000048c7 | TASK | Failed deployment if facter fails 2025-12-03 17:41:18.100469 | fa163ee2-fa81-d288-9367-0000000048c7 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-03 17:41:18.103590 | fa163ee2-fa81-d288-9367-0000000048c7 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:31.675118 | 0.03s 2025-12-03 17:41:18.147615 | fa163ee2-fa81-d288-9367-0000000048c8 | TASK | Sync cached facts 2025-12-03 17:41:18.468260 | fa163ee2-fa81-d288-9367-0000000048c8 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee2-fa81-d288-9367-0000000048c8') missing from stats 2025-12-03 17:41:18.526050 | fa163ee2-fa81-d288-9367-000000004880 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-03 17:41:18.577468 | fa163ee2-fa81-d288-9367-000000004880 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-03 17:41:18.579442 | fa163ee2-fa81-d288-9367-000000004880 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:32.150970 | 0.05s 2025-12-03 17:41:18.609618 | fa163ee2-fa81-d288-9367-000000004882 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-03 17:41:18.640308 | fa163ee2-fa81-d288-9367-000000004882 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:32.211826 | 0.03s 2025-12-03 17:41:18.719614 | fa163ee2-fa81-d288-9367-00000000491f | TASK | Gather variables for each operating system 2025-12-03 17:41:18.842196 | fa163ee2-fa81-d288-9367-00000000491f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:32.413713 | 0.12s 2025-12-03 17:41:18.872924 | fa163ee2-fa81-d288-9367-000000004920 | TASK | Create container logs path 2025-12-03 17:41:19.129925 | fa163ee2-fa81-d288-9367-000000004920 | OK | Create container logs path | standalone 2025-12-03 17:41:19.133016 | fa163ee2-fa81-d288-9367-000000004920 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:32.704541 | 0.26s 2025-12-03 17:41:19.165514 | fa163ee2-fa81-d288-9367-000000004922 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-03 17:41:19.457739 | fa163ee2-fa81-d288-9367-000000004922 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-03 17:41:19.459057 | fa163ee2-fa81-d288-9367-000000004922 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:33.030594 | 0.29s 2025-12-03 17:41:19.480092 | fa163ee2-fa81-d288-9367-000000004923 | TASK | Finalise hashes for all containers 2025-12-03 17:41:19.554199 | fa163ee2-fa81-d288-9367-000000004923 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:41:19.555469 | fa163ee2-fa81-d288-9367-000000004923 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:33.127006 | 0.07s 2025-12-03 17:41:19.574986 | fa163ee2-fa81-d288-9367-000000004925 | TASK | Manage systemd shutdown files 2025-12-03 17:41:19.606839 | fa163ee2-fa81-d288-9367-000000004925 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:33.178353 | 0.03s 2025-12-03 17:41:19.642229 | c0658e50-e886-44e9-ad0a-21984a063e35 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-03 17:41:19.678879 | fa163ee2-fa81-d288-9367-000000004958 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-03 17:41:19.945680 | fa163ee2-fa81-d288-9367-000000004958 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-03 17:41:19.947249 | fa163ee2-fa81-d288-9367-000000004958 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:33.518774 | 0.27s 2025-12-03 17:41:19.976820 | fa163ee2-fa81-d288-9367-000000004959 | TASK | Set podman_drop_in fact 2025-12-03 17:41:20.032469 | fa163ee2-fa81-d288-9367-000000004959 | OK | Set podman_drop_in fact | standalone 2025-12-03 17:41:20.033799 | fa163ee2-fa81-d288-9367-000000004959 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:33.605299 | 0.06s 2025-12-03 17:41:20.061935 | fa163ee2-fa81-d288-9367-00000000495b | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-03 17:41:20.518846 | fa163ee2-fa81-d288-9367-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-03 17:41:20.520974 | fa163ee2-fa81-d288-9367-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:34.092498 | 0.46s 2025-12-03 17:41:21.014937 | fa163ee2-fa81-d288-9367-00000000495b | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-03 17:41:21.015995 | fa163ee2-fa81-d288-9367-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:34.587526 | 0.95s 2025-12-03 17:41:21.022493 | fa163ee2-fa81-d288-9367-00000000495b | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:34.594018 | 0.96s 2025-12-03 17:41:21.052092 | fa163ee2-fa81-d288-9367-00000000495c | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-03 17:41:21.593338 | fa163ee2-fa81-d288-9367-00000000495c | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-03 17:41:21.594929 | fa163ee2-fa81-d288-9367-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:35.166453 | 0.54s 2025-12-03 17:41:21.623949 | fa163ee2-fa81-d288-9367-00000000495d | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-03 17:41:22.093111 | fa163ee2-fa81-d288-9367-00000000495d | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-03 17:41:22.094465 | fa163ee2-fa81-d288-9367-00000000495d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:35.665995 | 0.47s 2025-12-03 17:41:22.123528 | fa163ee2-fa81-d288-9367-00000000495e | TASK | Enable and start tripleo-container-shutdown 2025-12-03 17:41:22.875751 | fa163ee2-fa81-d288-9367-00000000495e | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-03 17:41:22.877607 | fa163ee2-fa81-d288-9367-00000000495e | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:36.449134 | 0.75s 2025-12-03 17:41:22.907456 | fa163ee2-fa81-d288-9367-00000000495f | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-03 17:41:23.468014 | fa163ee2-fa81-d288-9367-00000000495f | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-03 17:41:23.469452 | fa163ee2-fa81-d288-9367-00000000495f | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:37.040979 | 0.56s 2025-12-03 17:41:23.498020 | fa163ee2-fa81-d288-9367-000000004960 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-03 17:41:24.017264 | fa163ee2-fa81-d288-9367-000000004960 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-03 17:41:24.018612 | fa163ee2-fa81-d288-9367-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:37.590140 | 0.52s 2025-12-03 17:41:24.047732 | fa163ee2-fa81-d288-9367-000000004961 | TASK | Enable and start netns-placeholder 2025-12-03 17:41:24.781031 | fa163ee2-fa81-d288-9367-000000004961 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-03 17:41:24.782972 | fa163ee2-fa81-d288-9367-000000004961 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:38.354501 | 0.73s 2025-12-03 17:41:24.812549 | fa163ee2-fa81-d288-9367-000000004927 | TASK | Update container configs with new config hashes 2025-12-03 17:41:24.873801 | fa163ee2-fa81-d288-9367-000000004927 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:38.445292 | 0.06s 2025-12-03 17:41:24.893577 | 1d8fd966-de62-4642-8c60-39a63003ecaa | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-03 17:41:24.926353 | fa163ee2-fa81-d288-9367-000000004989 | TASK | Update config hashes for container startup configs 2025-12-03 17:41:25.248742 | fa163ee2-fa81-d288-9367-000000004989 | OK | Update config hashes for container startup configs | standalone 2025-12-03 17:41:25.250081 | fa163ee2-fa81-d288-9367-000000004989 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:38.821609 | 0.32s 2025-12-03 17:41:25.282024 | fa163ee2-fa81-d288-9367-000000004928 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-03 17:41:25.344645 | fa163ee2-fa81-d288-9367-000000004928 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:38.916162 | 0.06s 2025-12-03 17:41:25.369274 | 81aec927-124a-4ad2-ad69-f5ed8b35add8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:41:25.405756 | fa163ee2-fa81-d288-9367-0000000049a8 | TASK | Gather podman infos 2025-12-03 17:41:26.916962 | fa163ee2-fa81-d288-9367-0000000049a8 | OK | Gather podman infos | standalone 2025-12-03 17:41:26.918223 | fa163ee2-fa81-d288-9367-0000000049a8 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:40.489755 | 1.51s 2025-12-03 17:41:27.027049 | fa163ee2-fa81-d288-9367-0000000049a9 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-03 17:41:27.107183 | fa163ee2-fa81-d288-9367-0000000049a9 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:40.678701 | 0.07s 2025-12-03 17:41:27.347413 | fa163ee2-fa81-d288-9367-0000000049f2 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:40.918929 | 0.18s 2025-12-03 17:41:27.409386 | fa163ee2-fa81-d288-9367-000000004929 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-03 17:41:27.471686 | fa163ee2-fa81-d288-9367-000000004929 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:41.043200 | 0.06s 2025-12-03 17:41:27.579672 | 79a191cf-528d-4bef-82ca-36902535e5f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:41:27.604528 | fa163ee2-fa81-d288-9367-000000004a18 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-03 17:41:49.082131 | fa163ee2-fa81-d288-9367-000000004a18 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-03 17:41:49.083875 | fa163ee2-fa81-d288-9367-000000004a18 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:02.655403 | 21.48s 2025-12-03 17:41:49.109699 | fa163ee2-fa81-d288-9367-000000004a19 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-03 17:44:05.836851 | fa163ee2-fa81-d288-9367-000000004a19 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-03 17:44:05.838683 | fa163ee2-fa81-d288-9367-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:28:19.410212 | 136.73s 2025-12-03 17:44:05.914272 | fa163ee2-fa81-d288-9367-000000004884 | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-03 17:44:06.180551 | fa163ee2-fa81-d288-9367-000000004884 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-03 17:44:06.181961 | fa163ee2-fa81-d288-9367-000000004884 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:19.753489 | 0.27s 2025-12-03 17:44:06.229114 | fa163ee2-fa81-d288-9367-000000004885 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-03 17:44:06.284352 | fa163ee2-fa81-d288-9367-000000004885 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:19.855871 | 0.05s 2025-12-03 17:44:06.314901 | fa163ee2-fa81-d288-9367-000000004886 | TASK | Include container-puppet tasks for step 4 2025-12-03 17:44:06.368247 | fa163ee2-fa81-d288-9367-000000004886 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:19.939769 | 0.05s 2025-12-03 17:44:06.394432 | 94f7aac3-dc98-44cf-9c93-8d8cf95eb54a | INCLUDED | /root/standalone-ansible-qwho_mwh/host-container-puppet-tasks.yaml | standalone 2025-12-03 17:44:06.442654 | fa163ee2-fa81-d288-9367-000000004a64 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-03 17:44:07.056489 | fa163ee2-fa81-d288-9367-000000004a64 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-03 17:44:07.058034 | fa163ee2-fa81-d288-9367-000000004a64 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:20.629547 | 0.61s 2025-12-03 17:44:07.088956 | fa163ee2-fa81-d288-9367-000000004a66 | TASK | Generate container puppet configs for step 4 2025-12-03 17:44:07.392430 | fa163ee2-fa81-d288-9367-000000004a66 | OK | Generate container puppet configs for step 4 | standalone 2025-12-03 17:44:07.393989 | fa163ee2-fa81-d288-9367-000000004a66 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:20.965511 | 0.30s 2025-12-03 17:44:07.425800 | fa163ee2-fa81-d288-9367-000000004a67 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-03 17:44:07.461354 | fa163ee2-fa81-d288-9367-000000004a67 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:21.032870 | 0.03s 2025-12-03 17:44:07.530718 | fa163ee2-fa81-d288-9367-000000004a96 | TASK | Gather variables for each operating system 2025-12-03 17:44:07.656679 | fa163ee2-fa81-d288-9367-000000004a96 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:21.228205 | 0.12s 2025-12-03 17:44:07.680356 | fa163ee2-fa81-d288-9367-000000004a97 | TASK | Create container logs path 2025-12-03 17:44:07.934435 | fa163ee2-fa81-d288-9367-000000004a97 | OK | Create container logs path | standalone 2025-12-03 17:44:07.935951 | fa163ee2-fa81-d288-9367-000000004a97 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:21.507478 | 0.25s 2025-12-03 17:44:07.968369 | fa163ee2-fa81-d288-9367-000000004a99 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-03 17:44:08.247907 | fa163ee2-fa81-d288-9367-000000004a99 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-03 17:44:08.249457 | fa163ee2-fa81-d288-9367-000000004a99 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:21.820979 | 0.28s 2025-12-03 17:44:08.279230 | fa163ee2-fa81-d288-9367-000000004a9a | TASK | Finalise hashes for all containers 2025-12-03 17:44:08.332163 | fa163ee2-fa81-d288-9367-000000004a9a | OK | Finalise hashes for all containers | standalone 2025-12-03 17:44:08.333535 | fa163ee2-fa81-d288-9367-000000004a9a | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:21.905057 | 0.05s 2025-12-03 17:44:08.364226 | fa163ee2-fa81-d288-9367-000000004a9c | TASK | Manage systemd shutdown files 2025-12-03 17:44:08.406358 | fa163ee2-fa81-d288-9367-000000004a9c | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:44:08.407327 | fa163ee2-fa81-d288-9367-000000004a9c | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:21.978859 | 0.04s 2025-12-03 17:44:08.427214 | fa163ee2-fa81-d288-9367-000000004a9e | TASK | Update container configs with new config hashes 2025-12-03 17:44:08.465311 | fa163ee2-fa81-d288-9367-000000004a9e | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:44:08.466810 | fa163ee2-fa81-d288-9367-000000004a9e | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:22.038346 | 0.04s 2025-12-03 17:44:08.488847 | fa163ee2-fa81-d288-9367-000000004a9f | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-03 17:44:08.528318 | fa163ee2-fa81-d288-9367-000000004a9f | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-03 17:44:08.530139 | fa163ee2-fa81-d288-9367-000000004a9f | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:22.101672 | 0.04s 2025-12-03 17:44:08.555915 | fa163ee2-fa81-d288-9367-000000004aa0 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-03 17:44:08.597980 | fa163ee2-fa81-d288-9367-000000004aa0 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-03 17:44:08.600122 | fa163ee2-fa81-d288-9367-000000004aa0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:22.171652 | 0.04s PLAY [External deployment step 5] ********************************************** 2025-12-03 17:44:08.739938 | fa163ee2-fa81-d288-9367-0000000000ea | TASK | External deployment step 5 2025-12-03 17:44:08.779315 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000ea') missing from stats 2025-12-03 17:44:08.839714 | fa163ee2-fa81-d288-9367-0000000000eb | TIMING | include_tasks | undercloud | 0:28:22.411217 | 0.04s 2025-12-03 17:44:08.852805 | 54e749cf-2aa1-4101-b76a-6ecc0fdce6d0 | INCLUDED | /root/standalone-ansible-qwho_mwh/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-03 17:44:08.873310 | fa163ee2-fa81-d288-9367-000000004aef | TASK | Manage Cinder's default volume type 2025-12-03 17:44:19.316120 | fa163ee2-fa81-d288-9367-000000004aef | OK | Manage Cinder's default volume type | undercloud 2025-12-03 17:44:19.317687 | fa163ee2-fa81-d288-9367-000000004aef | TIMING | Manage Cinder's default volume type | undercloud | 0:28:32.889217 | 10.44s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-03 17:44:19.451541 | fa163ee2-fa81-d288-9367-0000000000ee | TASK | Deploy step tasks for 5 2025-12-03 17:44:19.482539 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000ee') missing from stats 2025-12-03 17:44:19.506713 | fa163ee2-fa81-d288-9367-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-03 17:44:20.003536 | fa163ee2-fa81-d288-9367-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-03 17:44:20.005138 | fa163ee2-fa81-d288-9367-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:33.576663 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-03 17:44:20.074296 | fa163ee2-fa81-d288-9367-0000000000f0 | TIMING | include_tasks | standalone | 0:28:33.645815 | 0.04s 2025-12-03 17:44:20.163215 | f3ad5e79-7310-42f6-b8f1-f8bf0b0b70f6 | INCLUDED | /root/standalone-ansible-qwho_mwh/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-03 17:44:20.195538 | fa163ee2-fa81-d288-9367-000000004b12 | TASK | Gather variables for each operating system 2025-12-03 17:44:20.317361 | fa163ee2-fa81-d288-9367-000000004b12 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:33.888882 | 0.12s 2025-12-03 17:44:20.346798 | fa163ee2-fa81-d288-9367-000000004b13 | TASK | Detect if resource is being created or already exists 2025-12-03 17:44:21.197238 | fa163ee2-fa81-d288-9367-000000004b13 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-03 17:44:21.199002 | fa163ee2-fa81-d288-9367-000000004b13 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:34.770527 | 0.85s 2025-12-03 17:44:21.231808 | fa163ee2-fa81-d288-9367-000000004b14 | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-03 17:44:45.729985 | fa163ee2-fa81-d288-9367-000000004b14 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-03 17:44:45.731538 | fa163ee2-fa81-d288-9367-000000004b14 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:59.303066 | 24.50s 2025-12-03 17:44:45.767521 | fa163ee2-fa81-d288-9367-000000004b15 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-03 17:44:46.003608 | fa163ee2-fa81-d288-9367-000000004b15 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-03 17:44:46.005187 | fa163ee2-fa81-d288-9367-000000004b15 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:59.576709 | 0.24s 2025-12-03 17:44:46.034655 | fa163ee2-fa81-d288-9367-000000004b16 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-03 17:44:46.479366 | fa163ee2-fa81-d288-9367-000000004b16 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-03 17:44:46.480949 | fa163ee2-fa81-d288-9367-000000004b16 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:00.052477 | 0.44s 2025-12-03 17:44:46.511852 | fa163ee2-fa81-d288-9367-000000004b17 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-03 17:44:46.722290 | fa163ee2-fa81-d288-9367-000000004b17 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-03 17:44:46.723542 | fa163ee2-fa81-d288-9367-000000004b17 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:00.295072 | 0.21s 2025-12-03 17:44:46.755673 | fa163ee2-fa81-d288-9367-000000004b19 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-03 17:44:46.808983 | fa163ee2-fa81-d288-9367-000000004b19 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-03 17:44:46.810185 | fa163ee2-fa81-d288-9367-000000004b19 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:00.381715 | 0.05s 2025-12-03 17:44:46.840868 | fa163ee2-fa81-d288-9367-000000004b1a | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-03 17:44:46.893667 | fa163ee2-fa81-d288-9367-000000004b1a | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-03 17:44:46.894957 | fa163ee2-fa81-d288-9367-000000004b1a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:00.466486 | 0.05s 2025-12-03 17:44:46.926324 | fa163ee2-fa81-d288-9367-000000004b1b | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-03 17:44:46.987489 | fa163ee2-fa81-d288-9367-000000004b1b | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-03 17:44:46.988872 | fa163ee2-fa81-d288-9367-000000004b1b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:00.560406 | 0.06s 2025-12-03 17:44:47.011283 | fa163ee2-fa81-d288-9367-000000004b1c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-03 17:44:47.069740 | fa163ee2-fa81-d288-9367-000000004b1c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-03 17:44:47.070529 | fa163ee2-fa81-d288-9367-000000004b1c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:00.642067 | 0.06s 2025-12-03 17:44:47.091810 | fa163ee2-fa81-d288-9367-000000004b1d | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-03 17:44:47.150178 | fa163ee2-fa81-d288-9367-000000004b1d | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-03 17:44:47.153063 | fa163ee2-fa81-d288-9367-000000004b1d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:00.724578 | 0.06s 2025-12-03 17:44:47.203652 | fa163ee2-fa81-d288-9367-000000004b3e | TASK | Gather variables for each operating system 2025-12-03 17:44:47.311864 | fa163ee2-fa81-d288-9367-000000004b3e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:00.883392 | 0.11s 2025-12-03 17:44:47.334348 | fa163ee2-fa81-d288-9367-000000004b3f | TASK | Detect if resource is being created or already exists 2025-12-03 17:44:48.054315 | fa163ee2-fa81-d288-9367-000000004b3f | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-03 17:44:48.055970 | fa163ee2-fa81-d288-9367-000000004b3f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:01.627499 | 0.72s 2025-12-03 17:44:48.086901 | fa163ee2-fa81-d288-9367-000000004b40 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-03 17:45:12.328594 | fa163ee2-fa81-d288-9367-000000004b40 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-03 17:45:12.330111 | fa163ee2-fa81-d288-9367-000000004b40 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:25.901639 | 24.24s 2025-12-03 17:45:12.362886 | fa163ee2-fa81-d288-9367-000000004b41 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-03 17:45:12.585359 | fa163ee2-fa81-d288-9367-000000004b41 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-03 17:45:12.586266 | fa163ee2-fa81-d288-9367-000000004b41 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:26.157804 | 0.22s 2025-12-03 17:45:12.605298 | fa163ee2-fa81-d288-9367-000000004b42 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-03 17:45:13.035811 | fa163ee2-fa81-d288-9367-000000004b42 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-03 17:45:13.036762 | fa163ee2-fa81-d288-9367-000000004b42 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:26.608300 | 0.43s 2025-12-03 17:45:13.056906 | fa163ee2-fa81-d288-9367-000000004b43 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-03 17:45:13.234839 | fa163ee2-fa81-d288-9367-000000004b43 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-03 17:45:13.236163 | fa163ee2-fa81-d288-9367-000000004b43 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:26.807692 | 0.18s 2025-12-03 17:45:13.267583 | fa163ee2-fa81-d288-9367-000000004b45 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-03 17:45:13.321478 | fa163ee2-fa81-d288-9367-000000004b45 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-03 17:45:13.322381 | fa163ee2-fa81-d288-9367-000000004b45 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:26.893917 | 0.05s 2025-12-03 17:45:13.349935 | fa163ee2-fa81-d288-9367-000000004b46 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-03 17:45:13.414365 | fa163ee2-fa81-d288-9367-000000004b46 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-03 17:45:13.415108 | fa163ee2-fa81-d288-9367-000000004b46 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:26.986645 | 0.06s 2025-12-03 17:45:13.438281 | fa163ee2-fa81-d288-9367-000000004b47 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-03 17:45:13.490327 | fa163ee2-fa81-d288-9367-000000004b47 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-03 17:45:13.491110 | fa163ee2-fa81-d288-9367-000000004b47 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:27.062646 | 0.05s 2025-12-03 17:45:13.515444 | fa163ee2-fa81-d288-9367-000000004b48 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-03 17:45:13.565730 | fa163ee2-fa81-d288-9367-000000004b48 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-03 17:45:13.566482 | fa163ee2-fa81-d288-9367-000000004b48 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:27.138019 | 0.05s 2025-12-03 17:45:13.589971 | fa163ee2-fa81-d288-9367-000000004b49 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-03 17:45:13.621935 | fa163ee2-fa81-d288-9367-000000004b49 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-03 17:45:13.622653 | fa163ee2-fa81-d288-9367-000000004b49 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:27.194190 | 0.03s 2025-12-03 17:45:13.664989 | fa163ee2-fa81-d288-9367-000000004b6a | TASK | Gather variables for each operating system 2025-12-03 17:45:13.747395 | fa163ee2-fa81-d288-9367-000000004b6a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:27.318919 | 0.08s 2025-12-03 17:45:13.779536 | fa163ee2-fa81-d288-9367-000000004b6b | TASK | Detect if resource is being created or already exists 2025-12-03 17:45:14.529881 | fa163ee2-fa81-d288-9367-000000004b6b | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-03 17:45:14.530894 | fa163ee2-fa81-d288-9367-000000004b6b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:28.102432 | 0.75s 2025-12-03 17:45:14.550861 | fa163ee2-fa81-d288-9367-000000004b6c | TASK | Run init bundle puppet on the host for manila_share 2025-12-03 17:45:38.698007 | fa163ee2-fa81-d288-9367-000000004b6c | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-03 17:45:38.699698 | fa163ee2-fa81-d288-9367-000000004b6c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:52.271225 | 24.15s 2025-12-03 17:45:38.731242 | fa163ee2-fa81-d288-9367-000000004b6d | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-03 17:45:38.965134 | fa163ee2-fa81-d288-9367-000000004b6d | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-03 17:45:38.965917 | fa163ee2-fa81-d288-9367-000000004b6d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:52.537455 | 0.23s 2025-12-03 17:45:38.985233 | fa163ee2-fa81-d288-9367-000000004b6e | TASK | Run pacemaker restart if the config file for the service changed 2025-12-03 17:45:39.393915 | fa163ee2-fa81-d288-9367-000000004b6e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-03 17:45:39.394864 | fa163ee2-fa81-d288-9367-000000004b6e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:52.966402 | 0.41s 2025-12-03 17:45:39.414827 | fa163ee2-fa81-d288-9367-000000004b6f | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-03 17:45:39.660802 | fa163ee2-fa81-d288-9367-000000004b6f | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-03 17:45:39.661662 | fa163ee2-fa81-d288-9367-000000004b6f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:53.233197 | 0.25s 2025-12-03 17:45:39.682041 | fa163ee2-fa81-d288-9367-000000004b71 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-03 17:45:39.723410 | fa163ee2-fa81-d288-9367-000000004b71 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-03 17:45:39.724203 | fa163ee2-fa81-d288-9367-000000004b71 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:53.295740 | 0.04s 2025-12-03 17:45:39.744644 | fa163ee2-fa81-d288-9367-000000004b72 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-03 17:45:39.781198 | fa163ee2-fa81-d288-9367-000000004b72 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-03 17:45:39.781964 | fa163ee2-fa81-d288-9367-000000004b72 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:53.353502 | 0.04s 2025-12-03 17:45:39.802118 | fa163ee2-fa81-d288-9367-000000004b73 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-03 17:45:39.850351 | fa163ee2-fa81-d288-9367-000000004b73 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-03 17:45:39.851399 | fa163ee2-fa81-d288-9367-000000004b73 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:53.422933 | 0.05s 2025-12-03 17:45:39.876861 | fa163ee2-fa81-d288-9367-000000004b74 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-03 17:45:39.914866 | fa163ee2-fa81-d288-9367-000000004b74 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-03 17:45:39.915943 | fa163ee2-fa81-d288-9367-000000004b74 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:53.487478 | 0.04s 2025-12-03 17:45:39.940719 | fa163ee2-fa81-d288-9367-000000004b75 | TASK | Remove update marker for bundle openstack-manila-share 2025-12-03 17:45:39.982444 | fa163ee2-fa81-d288-9367-000000004b75 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-03 17:45:39.983390 | fa163ee2-fa81-d288-9367-000000004b75 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:53.554927 | 0.04s 2025-12-03 17:45:40.019826 | fa163ee2-fa81-d288-9367-000000004b96 | TASK | Run kolla_set_configs to copy ring files 2025-12-03 17:45:40.535134 | fa163ee2-fa81-d288-9367-000000004b96 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-03 17:45:40.538127 | fa163ee2-fa81-d288-9367-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:54.109652 | 0.52s 2025-12-03 17:45:40.547550 | fa163ee2-fa81-d288-9367-000000004b96 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:54.119073 | 0.53s 2025-12-03 17:45:40.576596 | fa163ee2-fa81-d288-9367-000000004b97 | TASK | Run kolla_set_configs to copy ring files 2025-12-03 17:45:41.161907 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-03 17:45:41.163043 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:54.734577 | 0.58s 2025-12-03 17:45:41.563993 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-03 17:45:41.564935 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:55.136474 | 0.99s 2025-12-03 17:45:41.905657 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-03 17:45:41.906598 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:55.478137 | 1.33s 2025-12-03 17:45:42.368604 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-03 17:45:42.370473 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:55.942003 | 1.79s 2025-12-03 17:45:42.646344 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-03 17:45:42.647642 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:56.219168 | 2.07s 2025-12-03 17:45:42.979722 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-03 17:45:42.981400 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:56.552928 | 2.40s 2025-12-03 17:45:43.482278 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-03 17:45:43.483739 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.055271 | 2.91s 2025-12-03 17:45:43.926740 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-03 17:45:43.927955 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.499486 | 3.35s 2025-12-03 17:45:44.272747 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-03 17:45:44.273849 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:57.845380 | 3.70s 2025-12-03 17:45:44.729336 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-03 17:45:44.730692 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:58.302224 | 4.15s 2025-12-03 17:45:45.029497 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-03 17:45:45.030824 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:58.602354 | 4.45s 2025-12-03 17:45:45.551028 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-03 17:45:45.553293 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:59.124818 | 4.98s 2025-12-03 17:45:46.138092 | fa163ee2-fa81-d288-9367-000000004b97 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-03 17:45:46.140173 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:59.711704 | 5.56s 2025-12-03 17:45:46.156160 | fa163ee2-fa81-d288-9367-000000004b97 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:59.727683 | 5.58s 2025-12-03 17:45:46.192146 | fa163ee2-fa81-d288-9367-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-03 17:45:46.429047 | fa163ee2-fa81-d288-9367-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-03 17:45:46.429945 | fa163ee2-fa81-d288-9367-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:00.001482 | 0.24s 2025-12-03 17:45:46.514241 | fa163ee2-fa81-d288-9367-0000000000f3 | TIMING | include_tasks | standalone | 0:30:00.085759 | 0.06s 2025-12-03 17:45:46.551756 | 0b234515-9389-49d7-83dd-73de03810c8f | INCLUDED | /root/standalone-ansible-qwho_mwh/common_deploy_steps_tasks.yaml | standalone 2025-12-03 17:45:46.578440 | fa163ee2-fa81-d288-9367-000000004c14 | TASK | Write the config_step hieradata 2025-12-03 17:45:47.090839 | fa163ee2-fa81-d288-9367-000000004c14 | OK | Write the config_step hieradata | standalone 2025-12-03 17:45:47.092162 | fa163ee2-fa81-d288-9367-000000004c14 | TIMING | Write the config_step hieradata | standalone | 0:30:00.663692 | 0.51s 2025-12-03 17:45:47.122943 | fa163ee2-fa81-d288-9367-000000004c15 | TASK | Run puppet host configuration for step 5 2025-12-03 17:45:47.443396 | fa163ee2-fa81-d288-9367-000000004c15 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-03 17:45:47.445057 | fa163ee2-fa81-d288-9367-000000004c15 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:01.016581 | 0.32s 2025-12-03 17:45:47.474065 | fa163ee2-fa81-d288-9367-000000004c16 | TASK | Wait for puppet host configuration to finish 2025-12-03 17:45:47.746901 | fa163ee2-fa81-d288-9367-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-03 17:45:57.975130 | fa163ee2-fa81-d288-9367-000000004c16 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-03 17:46:08.216567 | fa163ee2-fa81-d288-9367-000000004c16 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-03 17:46:08.217344 | fa163ee2-fa81-d288-9367-000000004c16 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:21.788880 | 20.74s 2025-12-03 17:46:08.237443 | fa163ee2-fa81-d288-9367-000000004c17 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-03 17:46:08.316635 | fa163ee2-fa81-d288-9367-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>Dec 3 17:45:47 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 3 17:45:54 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 3 17:45:54 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 3 17:45:54 puppet-user: (file & line not available)", "<13>Dec 3 17:45:54 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 3 17:45:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Dec 3 17:45:54 puppet-user: Warning: This method is deprecated, please use match expressions with Stdlib::Compat::String instead. They are described at https://docs.puppet.com/puppet/latest/reference/lang_data_type.html#match-expressions. at [\"/etc/puppet/modules/snmp/manifests/params.pp\", 310]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Dec 3 17:45:54 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 3 17:45:54 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 3 17:45:54 puppet-user: with Stdlib::Compat::Bool. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 358]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Dec 3 17:45:54 puppet-user: with Stdlib::Compat::Array. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 367]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Dec 3 17:45:54 puppet-user: with Stdlib::Compat::String. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 382]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Dec 3 17:45:54 puppet-user: with Stdlib::Compat::Numeric. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 388]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Dec 3 17:45:54 puppet-user: with Pattern[]. There is further documentation for validate_legacy function in the README. at [\"/etc/puppet/modules/snmp/manifests/init.pp\", 393]:[\"/var/lib/tripleo-config/puppet_step_config.pp\", 7]", "<13>Dec 3 17:45:54 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 3 17:45:54 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.55 seconds", "<13>Dec 3 17:45:59 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 3 17:46:01 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 3 17:46:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 3 17:46:02 puppet-user: Notice: Applied catalog in 8.05 seconds", "<13>Dec 3 17:46:02 puppet-user: Application:", "<13>Dec 3 17:46:02 puppet-user: Initial environment: production", "<13>Dec 3 17:46:02 puppet-user: Converged environment: production", "<13>Dec 3 17:46:02 puppet-user: Run mode: user", "<13>Dec 3 17:46:02 puppet-user: Changes:", "<13>Dec 3 17:46:02 puppet-user: Total: 2", "<13>Dec 3 17:46:02 puppet-user: Events:", "<13>Dec 3 17:46:02 puppet-user: Success: 2", "<13>Dec 3 17:46:02 puppet-user: Resources:", "<13>Dec 3 17:46:02 puppet-user: Changed: 2", "<13>Dec 3 17:46:02 puppet-user: Out of sync: 2", "<13>Dec 3 17:46:02 puppet-user: Total: 37", "<13>Dec 3 17:46:02 puppet-user: Time:", "<13>Dec 3 17:46:02 puppet-user: Filebucket: 0.00", "<13>Dec 3 17:46:02 puppet-user: Schedule: 0.00", "<13>Dec 3 17:46:02 puppet-user: Package: 0.00", "<13>Dec 3 17:46:02 puppet-user: File line: 0.00", "<13>Dec 3 17:46:02 puppet-user: Augeas: 0.01", "<13>Dec 3 17:46:02 puppet-user: User: 0.01", "<13>Dec 3 17:46:02 puppet-user: File: 0.10", "<13>Dec 3 17:46:02 puppet-user: Service: 0.16", "<13>Dec 3 17:46:02 puppet-user: Config retrieval: 0.66", "<13>Dec 3 17:46:02 puppet-user: Pcmk property: 1.52", "<13>Dec 3 17:46:02 puppet-user: Exec: 1.92", "<13>Dec 3 17:46:02 puppet-user: Pcmk resource default: 1.98", "<13>Dec 3 17:46:02 puppet-user: Last run: 1764783962", "<13>Dec 3 17:46:02 puppet-user: Pcmk resource op default: 2.13", "<13>Dec 3 17:46:02 puppet-user: Transaction evaluation: 8.02", "<13>Dec 3 17:46:02 puppet-user: Catalog application: 8.05", "<13>Dec 3 17:46:02 puppet-user: Total: 8.05", "<13>Dec 3 17:46:02 puppet-user: Version:", "<13>Dec 3 17:46:02 puppet-user: Config: 1764783954", "<13>Dec 3 17:46:02 puppet-user: Puppet: 7.10.0" ] } 2025-12-03 17:46:08.318508 | fa163ee2-fa81-d288-9367-000000004c17 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:21.890037 | 0.08s 2025-12-03 17:46:08.347516 | fa163ee2-fa81-d288-9367-000000004c18 | TASK | Pre-cache facts for puppet containers 2025-12-03 17:46:08.377091 | fa163ee2-fa81-d288-9367-000000004c18 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:21.948611 | 0.03s 2025-12-03 17:46:08.445271 | fa163ee2-fa81-d288-9367-000000004c57 | TASK | Gather variables for each operating system 2025-12-03 17:46:08.568578 | fa163ee2-fa81-d288-9367-000000004c57 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:22.140095 | 0.12s 2025-12-03 17:46:08.598074 | fa163ee2-fa81-d288-9367-000000004c58 | TASK | Create puppet caching structures 2025-12-03 17:46:08.875085 | fa163ee2-fa81-d288-9367-000000004c58 | CHANGED | Create puppet caching structures | standalone 2025-12-03 17:46:08.876445 | fa163ee2-fa81-d288-9367-000000004c58 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:22.447974 | 0.28s 2025-12-03 17:46:08.905789 | fa163ee2-fa81-d288-9367-000000004c59 | TASK | Check for facter.conf 2025-12-03 17:46:09.086048 | fa163ee2-fa81-d288-9367-000000004c59 | OK | Check for facter.conf | standalone 2025-12-03 17:46:09.087610 | fa163ee2-fa81-d288-9367-000000004c59 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:22.659139 | 0.18s 2025-12-03 17:46:09.116716 | fa163ee2-fa81-d288-9367-000000004c5a | TASK | Remove facter.conf if directory 2025-12-03 17:46:09.166538 | fa163ee2-fa81-d288-9367-000000004c5a | SKIPPED | Remove facter.conf if directory | standalone 2025-12-03 17:46:09.167855 | fa163ee2-fa81-d288-9367-000000004c5a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:22.739384 | 0.05s 2025-12-03 17:46:09.197072 | fa163ee2-fa81-d288-9367-000000004c5b | TASK | Write facter cache config 2025-12-03 17:46:09.711935 | fa163ee2-fa81-d288-9367-000000004c5b | CHANGED | Write facter cache config | standalone 2025-12-03 17:46:09.713486 | fa163ee2-fa81-d288-9367-000000004c5b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:23.285016 | 0.51s 2025-12-03 17:46:09.742691 | fa163ee2-fa81-d288-9367-000000004c5c | TASK | Cleanup facter cache if exists 2025-12-03 17:46:09.931208 | fa163ee2-fa81-d288-9367-000000004c5c | CHANGED | Cleanup facter cache if exists | standalone 2025-12-03 17:46:09.932653 | fa163ee2-fa81-d288-9367-000000004c5c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:23.504181 | 0.19s 2025-12-03 17:46:09.962716 | fa163ee2-fa81-d288-9367-000000004c5d | TASK | Pre-cache facts 2025-12-03 17:46:10.554248 | fa163ee2-fa81-d288-9367-000000004c5d | CHANGED | Pre-cache facts | standalone 2025-12-03 17:46:10.555610 | fa163ee2-fa81-d288-9367-000000004c5d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:24.127129 | 0.59s 2025-12-03 17:46:10.593866 | fa163ee2-fa81-d288-9367-000000004c5e | TASK | Failed deployment if facter fails 2025-12-03 17:46:10.632877 | fa163ee2-fa81-d288-9367-000000004c5e | SKIPPED | Failed deployment if facter fails | standalone 2025-12-03 17:46:10.633692 | fa163ee2-fa81-d288-9367-000000004c5e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:24.205226 | 0.04s 2025-12-03 17:46:10.666082 | fa163ee2-fa81-d288-9367-000000004c5f | TASK | Sync cached facts 2025-12-03 17:46:10.979598 | fa163ee2-fa81-d288-9367-000000004c5f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163ee2-fa81-d288-9367-000000004c5f') missing from stats 2025-12-03 17:46:11.038325 | fa163ee2-fa81-d288-9367-000000004c19 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-03 17:46:11.090574 | fa163ee2-fa81-d288-9367-000000004c19 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-03 17:46:11.091759 | fa163ee2-fa81-d288-9367-000000004c19 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:24.663287 | 0.05s 2025-12-03 17:46:11.122407 | fa163ee2-fa81-d288-9367-000000004c1b | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-03 17:46:11.152975 | fa163ee2-fa81-d288-9367-000000004c1b | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:24.724494 | 0.03s 2025-12-03 17:46:11.219755 | fa163ee2-fa81-d288-9367-000000004cb6 | TASK | Gather variables for each operating system 2025-12-03 17:46:11.347376 | fa163ee2-fa81-d288-9367-000000004cb6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:24.918894 | 0.13s 2025-12-03 17:46:11.379450 | fa163ee2-fa81-d288-9367-000000004cb7 | TASK | Create container logs path 2025-12-03 17:46:11.604013 | fa163ee2-fa81-d288-9367-000000004cb7 | OK | Create container logs path | standalone 2025-12-03 17:46:11.604863 | fa163ee2-fa81-d288-9367-000000004cb7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:25.176401 | 0.22s 2025-12-03 17:46:11.625472 | fa163ee2-fa81-d288-9367-000000004cb9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-03 17:46:11.848980 | fa163ee2-fa81-d288-9367-000000004cb9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-03 17:46:11.850156 | fa163ee2-fa81-d288-9367-000000004cb9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:25.421685 | 0.22s 2025-12-03 17:46:11.881263 | fa163ee2-fa81-d288-9367-000000004cba | TASK | Finalise hashes for all containers 2025-12-03 17:46:11.932837 | fa163ee2-fa81-d288-9367-000000004cba | OK | Finalise hashes for all containers | standalone 2025-12-03 17:46:11.934137 | fa163ee2-fa81-d288-9367-000000004cba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:25.505662 | 0.05s 2025-12-03 17:46:11.963217 | fa163ee2-fa81-d288-9367-000000004cbc | TASK | Manage systemd shutdown files 2025-12-03 17:46:12.004076 | fa163ee2-fa81-d288-9367-000000004cbc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:25.575600 | 0.04s 2025-12-03 17:46:12.036948 | 432e4002-0ef0-4c32-8959-e42524932d35 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-03 17:46:12.064925 | fa163ee2-fa81-d288-9367-000000004cef | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-03 17:46:12.314222 | fa163ee2-fa81-d288-9367-000000004cef | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-03 17:46:12.315843 | fa163ee2-fa81-d288-9367-000000004cef | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:25.887370 | 0.25s 2025-12-03 17:46:12.345369 | fa163ee2-fa81-d288-9367-000000004cf0 | TASK | Set podman_drop_in fact 2025-12-03 17:46:12.386413 | fa163ee2-fa81-d288-9367-000000004cf0 | OK | Set podman_drop_in fact | standalone 2025-12-03 17:46:12.387595 | fa163ee2-fa81-d288-9367-000000004cf0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:25.959125 | 0.04s 2025-12-03 17:46:12.417100 | fa163ee2-fa81-d288-9367-000000004cf2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-03 17:46:12.937150 | fa163ee2-fa81-d288-9367-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-03 17:46:12.938863 | fa163ee2-fa81-d288-9367-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:26.510381 | 0.52s 2025-12-03 17:46:13.386152 | fa163ee2-fa81-d288-9367-000000004cf2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-03 17:46:13.387226 | fa163ee2-fa81-d288-9367-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:26.958759 | 0.97s 2025-12-03 17:46:13.400130 | fa163ee2-fa81-d288-9367-000000004cf2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:26.971664 | 0.98s 2025-12-03 17:46:13.430719 | fa163ee2-fa81-d288-9367-000000004cf3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-03 17:46:13.922992 | fa163ee2-fa81-d288-9367-000000004cf3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-03 17:46:13.924489 | fa163ee2-fa81-d288-9367-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:27.496017 | 0.49s 2025-12-03 17:46:13.954424 | fa163ee2-fa81-d288-9367-000000004cf4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-03 17:46:14.458205 | fa163ee2-fa81-d288-9367-000000004cf4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-03 17:46:14.459823 | fa163ee2-fa81-d288-9367-000000004cf4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:28.031350 | 0.50s 2025-12-03 17:46:14.490458 | fa163ee2-fa81-d288-9367-000000004cf5 | TASK | Enable and start tripleo-container-shutdown 2025-12-03 17:46:15.495934 | fa163ee2-fa81-d288-9367-000000004cf5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-03 17:46:15.497856 | fa163ee2-fa81-d288-9367-000000004cf5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:29.069383 | 1.01s 2025-12-03 17:46:15.528289 | fa163ee2-fa81-d288-9367-000000004cf6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-03 17:46:16.042999 | fa163ee2-fa81-d288-9367-000000004cf6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-03 17:46:16.044826 | fa163ee2-fa81-d288-9367-000000004cf6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:29.616302 | 0.51s 2025-12-03 17:46:16.078560 | fa163ee2-fa81-d288-9367-000000004cf7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-03 17:46:16.627711 | fa163ee2-fa81-d288-9367-000000004cf7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-03 17:46:16.628662 | fa163ee2-fa81-d288-9367-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:30.200200 | 0.55s 2025-12-03 17:46:16.648033 | fa163ee2-fa81-d288-9367-000000004cf8 | TASK | Enable and start netns-placeholder 2025-12-03 17:46:17.715523 | fa163ee2-fa81-d288-9367-000000004cf8 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-03 17:46:17.716865 | fa163ee2-fa81-d288-9367-000000004cf8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:31.288387 | 1.07s 2025-12-03 17:46:17.736586 | fa163ee2-fa81-d288-9367-000000004cbe | TASK | Update container configs with new config hashes 2025-12-03 17:46:17.793969 | fa163ee2-fa81-d288-9367-000000004cbe | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:31.365506 | 0.06s 2025-12-03 17:46:17.803308 | df885c41-2a0c-4c15-9760-d1d56783ae3f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-03 17:46:17.823732 | fa163ee2-fa81-d288-9367-000000004d20 | TASK | Update config hashes for container startup configs 2025-12-03 17:46:18.173612 | fa163ee2-fa81-d288-9367-000000004d20 | OK | Update config hashes for container startup configs | standalone 2025-12-03 17:46:18.174533 | fa163ee2-fa81-d288-9367-000000004d20 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:31.746073 | 0.35s 2025-12-03 17:46:18.195091 | fa163ee2-fa81-d288-9367-000000004cbf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-03 17:46:18.252360 | fa163ee2-fa81-d288-9367-000000004cbf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:31.823895 | 0.06s 2025-12-03 17:46:18.263923 | a7d88861-7327-4e78-b526-49e241132c29 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-03 17:46:18.286035 | fa163ee2-fa81-d288-9367-000000004d3f | TASK | Gather podman infos 2025-12-03 17:46:20.499332 | fa163ee2-fa81-d288-9367-000000004d3f | OK | Gather podman infos | standalone 2025-12-03 17:46:20.500826 | fa163ee2-fa81-d288-9367-000000004d3f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:34.072357 | 2.21s 2025-12-03 17:46:20.633319 | fa163ee2-fa81-d288-9367-000000004d40 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-03 17:46:20.678638 | fa163ee2-fa81-d288-9367-000000004d40 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:34.250166 | 0.04s 2025-12-03 17:46:20.821606 | fa163ee2-fa81-d288-9367-000000004d89 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:34.393123 | 0.10s 2025-12-03 17:46:20.882257 | fa163ee2-fa81-d288-9367-000000004cc0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-03 17:46:20.940414 | fa163ee2-fa81-d288-9367-000000004cc0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:34.511928 | 0.06s 2025-12-03 17:46:20.965820 | f39a1eed-2796-4edd-b604-30e6c5663fa8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-03 17:46:20.999554 | fa163ee2-fa81-d288-9367-000000004daf | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-03 17:46:46.814330 | fa163ee2-fa81-d288-9367-000000004daf | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-03 17:46:46.816641 | fa163ee2-fa81-d288-9367-000000004daf | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:00.388169 | 25.82s 2025-12-03 17:46:46.849460 | fa163ee2-fa81-d288-9367-000000004db0 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-03 17:47:11.654041 | fa163ee2-fa81-d288-9367-000000004db0 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-03 17:47:11.655729 | fa163ee2-fa81-d288-9367-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:25.227257 | 24.80s 2025-12-03 17:47:11.724814 | fa163ee2-fa81-d288-9367-000000004c1d | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-03 17:47:11.943812 | fa163ee2-fa81-d288-9367-000000004c1d | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-03 17:47:11.945527 | fa163ee2-fa81-d288-9367-000000004c1d | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:25.517054 | 0.22s 2025-12-03 17:47:11.987649 | fa163ee2-fa81-d288-9367-000000004c1e | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-03 17:47:12.025726 | fa163ee2-fa81-d288-9367-000000004c1e | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:25.597256 | 0.04s 2025-12-03 17:47:12.051022 | fa163ee2-fa81-d288-9367-000000004c1f | TASK | Include container-puppet tasks for step 5 2025-12-03 17:47:12.090479 | fa163ee2-fa81-d288-9367-000000004c1f | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:25.662007 | 0.04s 2025-12-03 17:47:12.106822 | 7013672c-e845-4f21-85a9-7265ecb9a89d | INCLUDED | /root/standalone-ansible-qwho_mwh/host-container-puppet-tasks.yaml | standalone 2025-12-03 17:47:12.141783 | fa163ee2-fa81-d288-9367-000000004dfb | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-03 17:47:12.650624 | fa163ee2-fa81-d288-9367-000000004dfb | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-03 17:47:12.652007 | fa163ee2-fa81-d288-9367-000000004dfb | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:26.223535 | 0.51s 2025-12-03 17:47:12.682616 | fa163ee2-fa81-d288-9367-000000004dfd | TASK | Generate container puppet configs for step 5 2025-12-03 17:47:12.969586 | fa163ee2-fa81-d288-9367-000000004dfd | OK | Generate container puppet configs for step 5 | standalone 2025-12-03 17:47:12.970918 | fa163ee2-fa81-d288-9367-000000004dfd | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:26.542448 | 0.29s 2025-12-03 17:47:13.001725 | fa163ee2-fa81-d288-9367-000000004dfe | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-03 17:47:13.032611 | fa163ee2-fa81-d288-9367-000000004dfe | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:26.604130 | 0.03s 2025-12-03 17:47:13.107097 | fa163ee2-fa81-d288-9367-000000004e2d | TASK | Gather variables for each operating system 2025-12-03 17:47:13.223319 | fa163ee2-fa81-d288-9367-000000004e2d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:26.794827 | 0.11s 2025-12-03 17:47:13.254029 | fa163ee2-fa81-d288-9367-000000004e2e | TASK | Create container logs path 2025-12-03 17:47:13.504559 | fa163ee2-fa81-d288-9367-000000004e2e | OK | Create container logs path | standalone 2025-12-03 17:47:13.505617 | fa163ee2-fa81-d288-9367-000000004e2e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:27.077137 | 0.25s 2025-12-03 17:47:13.529405 | fa163ee2-fa81-d288-9367-000000004e30 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-03 17:47:13.732420 | fa163ee2-fa81-d288-9367-000000004e30 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-03 17:47:13.733506 | fa163ee2-fa81-d288-9367-000000004e30 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:27.305041 | 0.20s 2025-12-03 17:47:13.753038 | fa163ee2-fa81-d288-9367-000000004e31 | TASK | Finalise hashes for all containers 2025-12-03 17:47:13.801639 | fa163ee2-fa81-d288-9367-000000004e31 | OK | Finalise hashes for all containers | standalone 2025-12-03 17:47:13.802352 | fa163ee2-fa81-d288-9367-000000004e31 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:27.373890 | 0.05s 2025-12-03 17:47:13.821977 | fa163ee2-fa81-d288-9367-000000004e33 | TASK | Manage systemd shutdown files 2025-12-03 17:47:13.849341 | fa163ee2-fa81-d288-9367-000000004e33 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-03 17:47:13.850567 | fa163ee2-fa81-d288-9367-000000004e33 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:27.422096 | 0.03s 2025-12-03 17:47:13.870581 | fa163ee2-fa81-d288-9367-000000004e35 | TASK | Update container configs with new config hashes 2025-12-03 17:47:13.906638 | fa163ee2-fa81-d288-9367-000000004e35 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-03 17:47:13.907339 | fa163ee2-fa81-d288-9367-000000004e35 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:27.478878 | 0.04s 2025-12-03 17:47:13.927714 | fa163ee2-fa81-d288-9367-000000004e36 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-03 17:47:13.963714 | fa163ee2-fa81-d288-9367-000000004e36 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-03 17:47:13.964644 | fa163ee2-fa81-d288-9367-000000004e36 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:27.536179 | 0.04s 2025-12-03 17:47:13.992295 | fa163ee2-fa81-d288-9367-000000004e37 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-03 17:47:14.045579 | fa163ee2-fa81-d288-9367-000000004e37 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-03 17:47:14.050638 | fa163ee2-fa81-d288-9367-000000004e37 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:27.622172 | 0.06s PLAY [Server Post Deployments] ************************************************* 2025-12-03 17:47:14.205643 | fa163ee2-fa81-d288-9367-0000000000f7 | TASK | Server Post Deployments 2025-12-03 17:47:14.243360 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000f7') missing from stats 2025-12-03 17:47:14.325105 | fa163ee2-fa81-d288-9367-0000000000f8 | TIMING | include_tasks | standalone | 0:31:27.896625 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-03 17:47:14.474264 | fa163ee2-fa81-d288-9367-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-03 17:47:14.502148 | fa163ee2-fa81-d288-9367-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', 'fa163ee2-fa81-d288-9367-0000000000fc') missing from stats 2025-12-03 17:47:14.518436 | fa163ee2-fa81-d288-9367-000000000100 | TASK | is additonal Cell? 2025-12-03 17:47:14.545438 | fa163ee2-fa81-d288-9367-000000000100 | OK | is additonal Cell? | undercloud 2025-12-03 17:47:14.546329 | fa163ee2-fa81-d288-9367-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:28.117862 | 0.03s 2025-12-03 17:47:14.561353 | fa163ee2-fa81-d288-9367-000000000102 | TASK | discover via nova_manager? 2025-12-03 17:47:14.633212 | fa163ee2-fa81-d288-9367-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-03 17:47:14.634377 | fa163ee2-fa81-d288-9367-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:28.205910 | 0.07s 2025-12-03 17:47:14.649696 | fa163ee2-fa81-d288-9367-000000000103 | TASK | discover via nova_api? 2025-12-03 17:47:14.708385 | fa163ee2-fa81-d288-9367-000000000103 | OK | discover via nova_api? | undercloud 2025-12-03 17:47:14.709312 | fa163ee2-fa81-d288-9367-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:28.280846 | 0.06s 2025-12-03 17:47:14.724315 | fa163ee2-fa81-d288-9367-000000000104 | TASK | Warn if no discovery host available 2025-12-03 17:47:14.762851 | fa163ee2-fa81-d288-9367-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-03 17:47:14.763621 | fa163ee2-fa81-d288-9367-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:28.335156 | 0.04s 2025-12-03 17:47:14.789428 | fa163ee2-fa81-d288-9367-000000000105 | TASK | Discovering nova hosts 2025-12-03 17:47:17.298176 | fa163ee2-fa81-d288-9367-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee2-fa81-d288-9367-000000000105') missing from stats 2025-12-03 17:47:17.357852 | fa163ee2-fa81-d288-9367-000000000106 | OK | set_fact | undercloud 2025-12-03 17:47:17.359193 | fa163ee2-fa81-d288-9367-000000000106 | TIMING | set_fact | undercloud | 0:31:30.930719 | 0.04s 2025-12-03 17:47:17.376826 | fa163ee2-fa81-d288-9367-000000000108 | TASK | Set up group_vars 2025-12-03 17:47:17.405491 | fa163ee2-fa81-d288-9367-000000000108 | OK | Set up group_vars | undercloud 2025-12-03 17:47:17.406745 | fa163ee2-fa81-d288-9367-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:30.978271 | 0.03s 2025-12-03 17:47:17.425041 | fa163ee2-fa81-d288-9367-000000000109 | TASK | Make needed directories on the undercloud 2025-12-03 17:47:17.681725 | fa163ee2-fa81-d288-9367-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-qwho_mwh/octavia-ansible 2025-12-03 17:47:17.684405 | fa163ee2-fa81-d288-9367-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:31.255933 | 0.26s 2025-12-03 17:47:17.857063 | fa163ee2-fa81-d288-9367-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-qwho_mwh/octavia-ansible/local_dir 2025-12-03 17:47:17.857936 | fa163ee2-fa81-d288-9367-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:31.429476 | 0.43s 2025-12-03 17:47:18.028360 | fa163ee2-fa81-d288-9367-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-qwho_mwh/octavia-ansible/group_vars 2025-12-03 17:47:18.029172 | fa163ee2-fa81-d288-9367-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:31.600710 | 0.60s 2025-12-03 17:47:18.032672 | fa163ee2-fa81-d288-9367-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:31.604215 | 0.61s 2025-12-03 17:47:18.046591 | fa163ee2-fa81-d288-9367-00000000010a | TASK | Write group_vars file 2025-12-03 17:47:18.482909 | fa163ee2-fa81-d288-9367-00000000010a | CHANGED | Write group_vars file | undercloud 2025-12-03 17:47:18.484291 | fa163ee2-fa81-d288-9367-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:32.055817 | 0.44s 2025-12-03 17:47:18.521072 | fa163ee2-fa81-d288-9367-00000000010b | TASK | Gather missing facts 2025-12-03 17:47:18.885286 | fa163ee2-fa81-d288-9367-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163ee2-fa81-d288-9367-00000000010b') missing from stats 2025-12-03 17:47:18.897867 | fa163ee2-fa81-d288-9367-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:32.469400 | 0.38s 2025-12-03 17:47:18.913248 | fa163ee2-fa81-d288-9367-00000000010c | TASK | Write octavia inventory 2025-12-03 17:47:19.475870 | fa163ee2-fa81-d288-9367-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-12-03 17:47:19.477286 | fa163ee2-fa81-d288-9367-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:33.048813 | 0.56s 2025-12-03 17:47:19.495675 | fa163ee2-fa81-d288-9367-00000000010d | TASK | Check for ssh_private_key in working directory 2025-12-03 17:47:19.705133 | fa163ee2-fa81-d288-9367-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-12-03 17:47:19.706858 | fa163ee2-fa81-d288-9367-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:33.278375 | 0.21s 2025-12-03 17:47:19.728175 | fa163ee2-fa81-d288-9367-00000000010e | TASK | Set private key location 2025-12-03 17:47:19.766712 | fa163ee2-fa81-d288-9367-00000000010e | SKIPPED | Set private key location | undercloud 2025-12-03 17:47:19.768244 | fa163ee2-fa81-d288-9367-00000000010e | TIMING | Set private key location | undercloud | 0:31:33.339769 | 0.04s 2025-12-03 17:47:19.786613 | fa163ee2-fa81-d288-9367-00000000010f | TASK | Configure octavia command 2025-12-03 17:47:19.825451 | fa163ee2-fa81-d288-9367-00000000010f | OK | Configure octavia command | undercloud 2025-12-03 17:47:19.826584 | fa163ee2-fa81-d288-9367-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:33.398114 | 0.04s 2025-12-03 17:47:19.872700 | fa163ee2-fa81-d288-9367-000000000110 | OK | set_fact | undercloud 2025-12-03 17:47:19.873564 | fa163ee2-fa81-d288-9367-000000000110 | TIMING | set_fact | undercloud | 0:31:33.445099 | 0.03s 2025-12-03 17:47:19.925001 | fa163ee2-fa81-d288-9367-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-qwho_mwh/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-qwho_mwh/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-qwho_mwh/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-12-03 17:47:19.925993 | fa163ee2-fa81-d288-9367-000000000111 | TIMING | debug | undercloud | 0:31:33.497526 | 0.04s 2025-12-03 17:47:19.941126 | fa163ee2-fa81-d288-9367-000000000112 | TASK | Configure octavia on overcloud 2025-12-03 17:50:42.281896 | fa163ee2-fa81-d288-9367-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-12-03 17:50:42.285882 | fa163ee2-fa81-d288-9367-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:55.857404 | 202.34s 2025-12-03 17:50:42.311957 | fa163ee2-fa81-d288-9367-000000000113 | TASK | Purge temp dirs 2025-12-03 17:50:42.507008 | fa163ee2-fa81-d288-9367-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-qwho_mwh/octavia-ansible/local_dir 2025-12-03 17:50:42.508215 | fa163ee2-fa81-d288-9367-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:56.079746 | 0.19s 2025-12-03 17:50:42.511940 | fa163ee2-fa81-d288-9367-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:56.083480 | 0.20s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-12-03 17:50:42.575989 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-03 17:50:42.576405 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-03 17:50:42.576919 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:56.148459 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-03 17:50:42.577351 | UUID | Info | Host | Task Name | Run Time 2025-12-03 17:50:42.577957 | fa163ee2-fa81-d288-9367-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 274.08s 2025-12-03 17:50:42.578400 | fa163ee2-fa81-d288-9367-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 202.34s 2025-12-03 17:50:42.578855 | fa163ee2-fa81-d288-9367-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 | 136.73s 2025-12-03 17:50:42.579292 | fa163ee2-fa81-d288-9367-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 109.79s 2025-12-03 17:50:42.579643 | fa163ee2-fa81-d288-9367-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.77s 2025-12-03 17:50:42.580264 | fa163ee2-fa81-d288-9367-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 53.55s 2025-12-03 17:50:42.580700 | fa163ee2-fa81-d288-9367-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 33.67s 2025-12-03 17:50:42.581191 | fa163ee2-fa81-d288-9367-00000000487d | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.02s 2025-12-03 17:50:42.581685 | fa163ee2-fa81-d288-9367-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 29.05s 2025-12-03 17:50:42.582145 | fa163ee2-fa81-d288-9367-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.96s 2025-12-03 17:50:42.582552 | fa163ee2-fa81-d288-9367-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.00s 2025-12-03 17:50:42.583010 | fa163ee2-fa81-d288-9367-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.97s 2025-12-03 17:50:42.583488 | fa163ee2-fa81-d288-9367-000000004daf | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.82s 2025-12-03 17:50:42.583945 | fa163ee2-fa81-d288-9367-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 | 24.80s 2025-12-03 17:50:42.584257 | fa163ee2-fa81-d288-9367-000000004b14 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.50s 2025-12-03 17:50:42.584559 | fa163ee2-fa81-d288-9367-000000004b40 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 24.24s 2025-12-03 17:50:42.584907 | fa163ee2-fa81-d288-9367-000000004b6c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.15s 2025-12-03 17:50:42.585213 | fa163ee2-fa81-d288-9367-00000000333c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 21.61s 2025-12-03 17:50:42.585512 | fa163ee2-fa81-d288-9367-000000004a18 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.48s 2025-12-03 17:50:42.585891 | fa163ee2-fa81-d288-9367-000000004c16 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.74s 2025-12-03 17:50:42.586288 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-qwho_mwh Install artifact is located at /root/standalone-install-20251203175043.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.CztGtWGnfQ + exit 0 ~/ci-framework-data/artifacts