~/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.ege7wBgLJU + 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.ege7wBgLJU/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.ege7wBgLJU/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.ege7wBgLJU + J2_VARS_FILE=/tmp/tmp.ege7wBgLJU/tmp.vzKVZX2lMQ.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.ege7wBgLJU/tmp.vzKVZX2lMQ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/tmp.vzKVZX2lMQ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/tmp.vzKVZX2lMQ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/tmp.vzKVZX2lMQ.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/tmp.vzKVZX2lMQ.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.ege7wBgLJU/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.ege7wBgLJU/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.ege7wBgLJU/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.ege7wBgLJU/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.ege7wBgLJU/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 7.4 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-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.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-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.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-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.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-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.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-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-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 180 kB/s | 26 kB 00:00 (2/399): bash-completion-2.11-4.el9.noarch.rpm 2.8 MB/s | 459 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 4.6 MB/s | 786 kB 00:00 (4/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.1 MB/s | 62 kB 00:00 (5/399): glibc-langpack-en-2.34-60.el9.x86_64.r 7.9 MB/s | 675 kB 00:00 (6/399): krb5-workstation-1.20.1-8.el9.x86_64.r 7.3 MB/s | 542 kB 00:00 (7/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.8 MB/s | 81 kB 00:00 (8/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 827 kB/s | 37 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 983 kB/s | 45 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 272 kB/s | 16 kB 00:00 (11/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 228 kB/s | 12 kB 00:00 (12/399): python3-dns-2.2.1-2.el9.noarch.rpm 7.6 MB/s | 418 kB 00:00 (13/399): ansible-collection-community-general- 19 MB/s | 1.3 MB 00:00 (14/399): ansible-collection-ansible-posix-1.2. 2.2 MB/s | 124 kB 00:00 (15/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 921 kB/s | 68 kB 00:00 (16/399): cephadm-18.2.1-361.el9cp.noarch.rpm 7.3 MB/s | 354 kB 00:00 (17/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 5.4 MB/s | 223 kB 00:00 (18/399): python3-openvswitch3.3-3.3.6-141.el9f 6.3 MB/s | 383 kB 00:00 (19/399): boost-system-1.75.0-8.el9.x86_64.rpm 368 kB/s | 15 kB 00:00 (20/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.6 MB/s | 64 kB 00:00 (21/399): python3-urllib-gssapi-1.0.2-4.el9.noa 614 kB/s | 24 kB 00:00 (22/399): boost-locale-1.75.0-8.el9.x86_64.rpm 5.0 MB/s | 216 kB 00:00 (23/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.2 MB/s | 98 kB 00:00 (24/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 426 kB/s | 17 kB 00:00 (25/399): perl-Data-Dumper-2.174-462.el9.x86_64 1.3 MB/s | 59 kB 00:00 (26/399): perl-Exporter-5.74-461.el9.noarch.rpm 832 kB/s | 34 kB 00:00 (27/399): boost-thread-1.75.0-8.el9.x86_64.rpm 701 kB/s | 57 kB 00:00 (28/399): perl-File-Temp-0.231.100-4.el9.noarch 1.2 MB/s | 63 kB 00:00 (29/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 500 kB/s | 25 kB 00:00 (30/399): perl-parent-0.238-460.el9.noarch.rpm 166 kB/s | 16 kB 00:00 (31/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.3 MB/s | 321 kB 00:00 (32/399): python3-pyasn1-modules-0.4.8-6.el9.no 3.1 MB/s | 283 kB 00:00 (33/399): libisofs-1.5.4-4.el9.x86_64.rpm 4.6 MB/s | 224 kB 00:00 (34/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.0 MB/s | 45 kB 00:00 (35/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 7.7 MB/s | 392 kB 00:00 (36/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 5.4 MB/s | 229 kB 00:00 (37/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.4 MB/s | 92 kB 00:00 (38/399): perl-Term-ANSIColor-5.01-461.el9.noar 942 kB/s | 51 kB 00:00 (39/399): perl-Text-ParseWords-3.30-460.el9.noa 482 kB/s | 18 kB 00:00 (40/399): perl-URI-5.09-3.el9.noarch.rpm 3.0 MB/s | 125 kB 00:00 (41/399): perl-libnet-3.13-4.el9.noarch.rpm 3.2 MB/s | 134 kB 00:00 (42/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 21 MB/s | 1.2 MB 00:00 (43/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 426 kB/s | 26 kB 00:00 (44/399): perl-Carp-1.50-460.el9.noarch.rpm 726 kB/s | 31 kB 00:00 (45/399): perl-Pod-Escapes-1.07-460.el9.noarch. 523 kB/s | 22 kB 00:00 (46/399): perl-Encode-3.08-462.el9.x86_64.rpm 20 MB/s | 1.7 MB 00:00 (47/399): iptables-nft-services-1.8.8-6.el9_1.n 181 kB/s | 28 kB 00:00 (48/399): python3-psutil-5.8.0-12.el9.x86_64.rp 4.6 MB/s | 218 kB 00:00 (49/399): libburn-1.5.4-4.el9.x86_64.rpm 3.0 MB/s | 175 kB 00:00 (50/399): perl-Mozilla-CA-20200520-6.el9.noarch 305 kB/s | 14 kB 00:00 (51/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 590 kB/s | 24 kB 00:00 (52/399): perl-Time-Local-1.300-7.el9.noarch.rp 955 kB/s | 37 kB 00:00 (53/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.8 MB/s | 76 kB 00:00 (54/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.5 MB/s | 73 kB 00:00 (55/399): sshpass-1.09-4.el9.x86_64.rpm 779 kB/s | 30 kB 00:00 (56/399): boost-log-1.75.0-8.el9.x86_64.rpm 8.6 MB/s | 410 kB 00:00 (57/399): boost-filesystem-1.75.0-8.el9.x86_64. 972 kB/s | 59 kB 00:00 (58/399): boost-program-options-1.75.0-8.el9.x8 1.7 MB/s | 108 kB 00:00 (59/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 897 kB/s | 39 kB 00:00 (60/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 805 kB/s | 34 kB 00:00 (61/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 460 kB/s | 19 kB 00:00 (62/399): libisoburn-1.5.4-4.el9.x86_64.rpm 8.9 MB/s | 419 kB 00:00 (63/399): perl-Digest-1.19-4.el9.noarch.rpm 623 kB/s | 29 kB 00:00 (64/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.1 MB/s | 43 kB 00:00 (65/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 1.8 MB/s | 92 kB 00:00 (66/399): perl-File-Path-2.18-4.el9.noarch.rpm 540 kB/s | 38 kB 00:00 (67/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.5 MB/s | 77 kB 00:00 (68/399): perl-Socket-2.031-4.el9.x86_64.rpm 848 kB/s | 58 kB 00:00 (69/399): perl-podlators-4.14-460.el9.noarch.rp 2.8 MB/s | 118 kB 00:00 (70/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 2.6 MB/s | 112 kB 00:00 (71/399): python3-appdirs-1.4.4-4.el9.noarch.rp 682 kB/s | 27 kB 00:00 (72/399): perl-constant-1.33-461.el9.noarch.rpm 184 kB/s | 25 kB 00:00 (73/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.7 MB/s | 163 kB 00:00 (74/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.1 MB/s | 96 kB 00:00 (75/399): python3-qrcode-core-6.1-12.el9.noarch 1.6 MB/s | 61 kB 00:00 (76/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 1.1 MB/s | 48 kB 00:00 (77/399): boost-regex-1.75.0-8.el9.x86_64.rpm 3.6 MB/s | 279 kB 00:00 (78/399): python3-alembic-1.7.5-3.el9.noarch.rp 12 MB/s | 900 kB 00:00 (79/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 2.1 MB/s | 221 kB 00:00 (80/399): python3-augeas-0.5.0-25.el9.noarch.rp 370 kB/s | 31 kB 00:00 (81/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 6.4 MB/s | 489 kB 00:00 (82/399): perl-AutoLoader-5.74-480.el9.noarch.r 286 kB/s | 23 kB 00:00 (83/399): perl-B-1.80-480.el9.x86_64.rpm 2.6 MB/s | 185 kB 00:00 (84/399): perl-Class-Struct-0.66-480.el9.noarch 366 kB/s | 24 kB 00:00 (85/399): perl-Errno-1.30-480.el9.x86_64.rpm 264 kB/s | 17 kB 00:00 (86/399): perl-File-Basename-2.85-480.el9.noarc 176 kB/s | 19 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 141 kB/s | 42 kB 00:00 (88/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 150 kB/s | 23 kB 00:00 (89/399): perl-File-stat-1.09-480.el9.noarch.rp 424 kB/s | 19 kB 00:00 (90/399): perl-Getopt-Std-1.12-480.el9.noarch.r 403 kB/s | 17 kB 00:00 (91/399): perl-FileHandle-2.03-480.el9.noarch.r 171 kB/s | 17 kB 00:00 (92/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 546 kB/s | 25 kB 00:00 (93/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 610 kB/s | 25 kB 00:00 (94/399): perl-IO-1.43-480.el9.x86_64.rpm 841 kB/s | 94 kB 00:00 (95/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.2 MB/s | 99 kB 00:00 (96/399): perl-SelectSaver-1.02-480.el9.noarch. 189 kB/s | 13 kB 00:00 (97/399): perl-Symbol-1.08-480.el9.noarch.rpm 249 kB/s | 16 kB 00:00 (98/399): perl-base-2.27-480.el9.noarch.rpm 432 kB/s | 18 kB 00:00 (99/399): perl-if-0.60.800-480.el9.noarch.rpm 298 kB/s | 16 kB 00:00 (100/399): perl-interpreter-5.32.1-480.el9.x86_ 985 kB/s | 75 kB 00:00 (101/399): perl-mro-1.23-480.el9.x86_64.rpm 783 kB/s | 31 kB 00:00 (102/399): perl-libs-5.32.1-480.el9.x86_64.rpm 24 MB/s | 2.2 MB 00:00 (103/399): perl-overload-1.31-480.el9.noarch.rp 837 kB/s | 47 kB 00:00 (104/399): perl-overloading-0.02-480.el9.noarch 266 kB/s | 15 kB 00:00 (105/399): perl-subs-1.03-480.el9.noarch.rpm 266 kB/s | 13 kB 00:00 (106/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 6.1 MB/s | 259 kB 00:00 (107/399): perl-vars-1.05-480.el9.noarch.rpm 248 kB/s | 15 kB 00:00 (108/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.9 MB/s | 176 kB 00:00 (109/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 7.8 MB/s | 459 kB 00:00 (110/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 695 kB/s | 40 kB 00:00 (111/399): jq-1.6-14.el9.x86_64.rpm 4.7 MB/s | 190 kB 00:00 (112/399): ansible-freeipa-1.9.2-3.el9_2.noarch 9.4 MB/s | 452 kB 00:00 (113/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 902 kB/s | 59 kB 00:00 (114/399): ipa-client-common-4.10.1-12.el9_2.2. 1.0 MB/s | 44 kB 00:00 (115/399): ipa-common-4.10.1-12.el9_2.2.noarch. 8.8 MB/s | 656 kB 00:00 (116/399): python3-ipaclient-4.10.1-12.el9_2.2. 11 MB/s | 648 kB 00:00 (117/399): rhel-system-roles-1.21.2-1.el9_2.noa 15 MB/s | 2.4 MB 00:00 (118/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.4 MB/s | 663 kB 00:00 (119/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 613 kB/s | 57 kB 00:00 (120/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 56 MB/s | 7.9 MB 00:00 (121/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 389 kB/s | 41 kB 00:00 (122/399): ruby-default-gems-3.0.4-161.el9_2.2. 438 kB/s | 46 kB 00:00 (123/399): rubygem-bundler-2.2.33-161.el9_2.2.n 7.3 MB/s | 456 kB 00:00 (124/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 32 MB/s | 3.3 MB 00:00 (125/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 513 kB/s | 55 kB 00:00 (126/399): rubygem-io-console-0.5.7-161.el9_2.2 431 kB/s | 26 kB 00:00 (127/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 1.5 MB/s | 60 kB 00:00 (128/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 846 kB/s | 59 kB 00:00 (129/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 8.3 MB/s | 441 kB 00:00 (130/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.5 MB/s | 110 kB 00:00 (131/399): rubygems-3.2.33-161.el9_2.2.noarch.r 5.0 MB/s | 306 kB 00:00 (132/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 3.9 MB/s | 245 kB 00:00 (133/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 26 MB/s | 2.2 MB 00:00 (134/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 546 kB/s | 36 kB 00:00 (135/399): buildah-1.29.5-1.el9_2.x86_64.rpm 42 MB/s | 8.6 MB 00:00 (136/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 417 kB/s | 30 kB 00:00 (137/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 269 kB/s | 19 kB 00:00 (138/399): device-mapper-event-libs-1.02.187-7. 559 kB/s | 31 kB 00:00 (139/399): device-mapper-event-1.02.187-7.el9_2 488 kB/s | 32 kB 00:00 (140/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 17 MB/s | 1.5 MB 00:00 (141/399): ansible-collection-ansible-netcommon 2.1 MB/s | 181 kB 00:00 (142/399): ansible-collection-ansible-utils-2.3 688 kB/s | 91 kB 00:00 (143/399): golang-github-vbatts-tar-split-0.11. 9.0 MB/s | 1.0 MB 00:00 (144/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 1.0 MB/s | 77 kB 00:00 (145/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 3.5 MB/s | 1.0 MB 00:00 (146/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 1.9 MB/s | 162 kB 00:00 (147/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.1 MB/s | 178 kB 00:00 (148/399): puppet-fdio-18.2-1.20220727113954.6f 369 kB/s | 25 kB 00:00 (149/399): python3-beautifulsoup4-4.9.3-2.el9os 2.8 MB/s | 204 kB 00:00 (150/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 418 kB/s | 44 kB 00:00 (151/399): python3-ansible-runner-2.0.0a1-3.el9 727 kB/s | 122 kB 00:00 (152/399): python3-croniter-0.3.35-2.el9ost.noa 944 kB/s | 49 kB 00:00 (153/399): python3-daemon-2.3.0-1.el9ost.noarch 797 kB/s | 39 kB 00:00 (154/399): python3-docutils-0.16-6.el9ost.noarc 24 MB/s | 1.5 MB 00:00 (155/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 869 kB/s | 44 kB 00:00 (156/399): python3-jeepney-0.6.0-2.el9ost.noarc 6.6 MB/s | 284 kB 00:00 (157/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.7 MB/s | 107 kB 00:00 (158/399): python3-gevent-21.1.2-2.el9ost.x86_6 13 MB/s | 1.6 MB 00:00 (159/399): python3-jmespath-0.10.0-1.el9ost.noa 1.1 MB/s | 46 kB 00:00 (160/399): python3-logutils-0.3.5-15.el9ost.noa 1.2 MB/s | 47 kB 00:00 (161/399): python3-memcached-1.59-3.el9ost.noar 1.1 MB/s | 40 kB 00:00 (162/399): python3-lockfile-0.12.2-2.el9ost.noa 462 kB/s | 31 kB 00:00 (163/399): python3-migrate-0.13.0-1.el9ost.noar 4.8 MB/s | 224 kB 00:00 (164/399): python3-mimeparse-1.6.0-16.el9ost.no 393 kB/s | 16 kB 00:00 (165/399): python3-natsort-7.1.1-2.el9ost.noarc 1.3 MB/s | 59 kB 00:00 (166/399): python3-pecan-1.4.0-2.el9ost.noarch. 5.8 MB/s | 273 kB 00:00 (167/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.9 MB/s | 90 kB 00:00 (168/399): python3-passlib-1.7.4-3.el9ost.noarc 11 MB/s | 712 kB 00:00 (169/399): python3-pyperclip-1.8.0-3.el9ost.noa 633 kB/s | 25 kB 00:00 (170/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.2 MB/s | 111 kB 00:00 (171/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.1 MB/s | 47 kB 00:00 (172/399): python3-soupsieve-2.2-1.el9ost.noarc 1.5 MB/s | 67 kB 00:00 (173/399): python3-setproctitle-1.2.2-1.el9ost. 266 kB/s | 23 kB 00:00 (174/399): python3-tenacity-6.3.1-1.el9ost.noar 1.2 MB/s | 51 kB 00:00 (175/399): python3-sqlalchemy13-1.3.24-3.el9ost 24 MB/s | 1.7 MB 00:00 (176/399): python3-webtest-2.0.35-6.el9ost.noar 1.3 MB/s | 82 kB 00:00 (177/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 5.8 MB/s | 396 kB 00:00 (178/399): python3-zope-event-4.2.0-20.el9ost.n 2.5 MB/s | 205 kB 00:00 (179/399): rubygem-deep_merge-1.2.1-7.el9ost.no 318 kB/s | 14 kB 00:00 (180/399): rubygem-fast_gettext-1.2.0-9.el9ost. 840 kB/s | 34 kB 00:00 (181/399): python3-zope-interface-5.4.0-1.el9os 1.0 MB/s | 202 kB 00:00 (182/399): rubygem-concurrent-ruby-1.1.5-2.el9o 1.3 MB/s | 243 kB 00:00 (183/399): rubygem-multi_json-1.15.0-2.el9ost.n 576 kB/s | 22 kB 00:00 (184/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.2 MB/s | 90 kB 00:00 (185/399): rubygem-puppet-resource_api-1.8.13-1 935 kB/s | 34 kB 00:00 (186/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 397 kB/s | 16 kB 00:00 (187/399): rubygem-semantic_puppet-1.0.4-2.el9o 374 kB/s | 21 kB 00:00 (188/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 8.6 MB/s | 433 kB 00:00 (189/399): ansible-config_template-2.0.1-17.1.2 621 kB/s | 29 kB 00:00 (190/399): ansible-role-atos-hsm-1.0.1-17.1.202 447 kB/s | 17 kB 00:00 (191/399): ansible-role-chrony-1.3.1-17.1.20230 588 kB/s | 22 kB 00:00 (192/399): ansible-role-collectd-config-0.0.3-1 1.0 MB/s | 53 kB 00:00 (193/399): ansible-role-container-registry-1.4. 446 kB/s | 24 kB 00:00 (194/399): ansible-role-openstack-operations-0. 653 kB/s | 30 kB 00:00 (195/399): ansible-role-qdr-config-0.0.2-17.1.2 510 kB/s | 21 kB 00:00 (196/399): ansible-role-redhat-subscription-1.3 648 kB/s | 28 kB 00:00 (197/399): ansible-role-thales-hsm-3.0.1-17.1.2 485 kB/s | 21 kB 00:00 (198/399): ansible-role-tripleo-modify-image-1. 250 kB/s | 27 kB 00:00 (199/399): ansible-tripleo-ipsec-11.0.1-17.1.20 355 kB/s | 38 kB 00:00 (200/399): ansible-tripleo-ipa-0.3.1-17.1.20230 275 kB/s | 36 kB 00:00 (201/399): dib-utils-0.0.11-17.1.20230620173328 139 kB/s | 12 kB 00:00 (202/399): openstack-heat-agents-2.2.1-17.1.202 122 kB/s | 9.6 kB 00:00 (203/399): os-apply-config-13.1.1-17.1.20231020 857 kB/s | 54 kB 00:00 (204/399): os-collect-config-13.1.1-17.1.202310 710 kB/s | 50 kB 00:00 (205/399): os-refresh-config-13.1.1-17.1.202310 166 kB/s | 21 kB 00:00 (206/399): puppet-aodh-18.4.2-17.1.202306201512 473 kB/s | 62 kB 00:00 (207/399): puppet-archive-4.6.1-17.1.2023062018 461 kB/s | 44 kB 00:00 (208/399): puppet-auditd-2.2.1-17.1.20230620192 374 kB/s | 28 kB 00:00 (209/399): puppet-certmonger-2.7.1-17.1.2023062 540 kB/s | 26 kB 00:00 (210/399): puppet-ceilometer-18.4.3-17.1.202309 751 kB/s | 70 kB 00:00 (211/399): puppet-cinder-18.5.2-17.1.2023062105 2.9 MB/s | 120 kB 00:00 (212/399): puppet-collectd-13.0.1-17.1.20230620 3.0 MB/s | 135 kB 00:00 (213/399): puppet-corosync-8.0.1-17.1.202306211 1.8 MB/s | 68 kB 00:00 (214/399): puppet-dns-8.2.1-17.1.20230621002045 797 kB/s | 36 kB 00:00 (215/399): puppet-designate-18.6.1-17.1.2023062 1.2 MB/s | 69 kB 00:00 (216/399): puppet-etcd-1.12.3-17.1.202306201932 589 kB/s | 25 kB 00:00 (217/399): puppet-gnocchi-18.4.3-17.1.202306210 1.3 MB/s | 58 kB 00:00 (218/399): puppet-heat-18.4.1-17.1.202306211116 1.1 MB/s | 70 kB 00:00 (219/399): puppet-kmod-2.5.0-17.1.2023062019064 338 kB/s | 21 kB 00:00 (220/399): puppet-manila-18.5.2-17.1.2023110219 1.5 MB/s | 81 kB 00:00 (221/399): puppet-memcached-6.0.0-17.1.20230620 625 kB/s | 23 kB 00:00 (222/399): puppet-mysql-10.6.1-17.1.20230621022 1.7 MB/s | 99 kB 00:00 (223/399): puppet-neutron-18.6.1-17.1.202306210 4.6 MB/s | 196 kB 00:00 (224/399): puppet-nova-18.6.1-17.1.202306210904 4.4 MB/s | 200 kB 00:00 (225/399): puppet-openstack_extras-18.5.1-17.1. 1.1 MB/s | 48 kB 00:00 (226/399): puppet-nssdb-1.0.2-17.1.202306201856 187 kB/s | 12 kB 00:00 (227/399): puppet-octavia-18.5.1-17.1.202306210 1.3 MB/s | 76 kB 00:00 (228/399): puppet-oslo-18.5.1-17.1.202306210523 1.1 MB/s | 48 kB 00:00 (229/399): puppet-placement-5.4.3-17.1.20230621 1.0 MB/s | 41 kB 00:00 (230/399): puppet-openstacklib-18.5.2-17.1.2023 1.0 MB/s | 62 kB 00:00 (231/399): puppet-redis-6.1.1-17.1.202306201917 1.2 MB/s | 51 kB 00:00 (232/399): puppet-qdr-7.4.1-17.1.20230620195605 515 kB/s | 31 kB 00:00 (233/399): puppet-rabbitmq-11.0.1-17.1.20230620 3.8 MB/s | 266 kB 00:00 (234/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.5 MB/s | 58 kB 00:00 (235/399): puppet-ssh-6.2.1-17.1.20230620190251 640 kB/s | 29 kB 00:00 (236/399): puppet-stdlib-6.3.1-17.1.20230621000 2.8 MB/s | 160 kB 00:00 (237/399): puppet-swift-18.6.1-17.1.20230621052 2.8 MB/s | 115 kB 00:00 (238/399): puppet-systemd-2.12.1-17.1.202306201 712 kB/s | 42 kB 00:00 (239/399): puppet-xinetd-3.3.1-17.1.20230620185 648 kB/s | 26 kB 00:00 (240/399): puppet-vswitch-14.4.3-17.1.202306210 794 kB/s | 41 kB 00:00 (241/399): python-oslo-log-lang-4.4.0-17.1.2023 369 kB/s | 14 kB 00:00 (242/399): python-oslo-middleware-lang-4.2.1-17 314 kB/s | 13 kB 00:00 (243/399): python-oslo-cache-lang-2.7.1-17.1.20 228 kB/s | 19 kB 00:00 (244/399): python-oslo-policy-lang-3.7.1-17.1.2 384 kB/s | 14 kB 00:00 (245/399): python-oslo-versionedobjects-lang-2. 361 kB/s | 14 kB 00:00 (246/399): python-pycadf-common-3.1.1-17.1.2023 332 kB/s | 15 kB 00:00 (247/399): python3-aodhclient-2.2.0-17.1.202306 1.1 MB/s | 56 kB 00:00 (248/399): python3-GitPython-3.1.14-2.el9ost.no 2.8 MB/s | 238 kB 00:00 (249/399): python3-barbicanclient-5.3.0-17.1.20 2.9 MB/s | 127 kB 00:00 (250/399): python3-cinderclient-7.4.1-17.1.2023 4.6 MB/s | 218 kB 00:00 (251/399): python3-cliff-3.7.0-17.1.20230620172 2.2 MB/s | 95 kB 00:00 (252/399): python3-designateclient-4.2.1-17.1.2 2.1 MB/s | 92 kB 00:00 (253/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (254/399): python3-heat-agent-2.2.1-17.1.202306 503 kB/s | 19 kB 00:00 (255/399): python3-heat-agent-ansible-2.2.1-17. 232 kB/s | 11 kB 00:00 (256/399): python3-heat-agent-apply-config-2.2. 257 kB/s | 9.9 kB 00:00 (257/399): python3-heat-agent-docker-cmd-2.2.1- 309 kB/s | 12 kB 00:00 (258/399): python3-heat-agent-hiera-2.2.1-17.1. 275 kB/s | 10 kB 00:00 (259/399): python3-heat-agent-json-file-2.2.1-1 265 kB/s | 9.8 kB 00:00 (260/399): python3-heatclient-2.3.1-17.1.202306 3.2 MB/s | 158 kB 00:00 (261/399): python3-ironic-inspector-client-4.5. 1.2 MB/s | 67 kB 00:00 (262/399): python3-heat-agent-puppet-2.2.1-17.1 127 kB/s | 11 kB 00:00 (263/399): python3-keystoneclient-4.3.0-17.1.20 4.0 MB/s | 239 kB 00:00 (264/399): python3-keystonemiddleware-9.2.0-17. 1.7 MB/s | 92 kB 00:00 (265/399): python3-ironicclient-4.6.4-17.1.2023 4.0 MB/s | 342 kB 00:00 (266/399): python3-magnumclient-3.4.1-17.1.2023 2.9 MB/s | 121 kB 00:00 (267/399): python3-mistralclient-4.2.0-17.1.202 2.9 MB/s | 166 kB 00:00 (268/399): python3-neutronclient-7.3.1-17.1.202 5.0 MB/s | 298 kB 00:00 (269/399): python3-novaclient-17.4.1-17.1.20230 4.5 MB/s | 201 kB 00:00 (270/399): python3-os-client-config-2.1.0-17.1. 1.0 MB/s | 55 kB 00:00 (271/399): python3-os-service-types-1.7.0-17.1. 769 kB/s | 38 kB 00:00 (272/399): python3-os-traits-2.5.0-17.1.2023062 1.1 MB/s | 45 kB 00:00 (273/399): python3-oslo-cache-2.7.1-17.1.202306 1.3 MB/s | 56 kB 00:00 (274/399): python3-oslo-context-3.2.1-17.1.2023 681 kB/s | 27 kB 00:00 (275/399): python3-osc-lib-2.3.1-17.1.202306202 1.2 MB/s | 78 kB 00:00 (276/399): python3-oslo-log-4.4.0-17.1.20230620 984 kB/s | 64 kB 00:00 (277/399): python3-oslo-middleware-4.2.1-17.1.2 808 kB/s | 55 kB 00:00 (278/399): python3-oslo-policy-3.7.1-17.1.20230 1.0 MB/s | 76 kB 00:00 (279/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.1 MB/s | 46 kB 00:00 (280/399): python3-oslo-reports-2.2.0-17.1.2023 1.2 MB/s | 59 kB 00:00 (281/399): python3-oslo-serialization-4.1.1-17. 901 kB/s | 34 kB 00:00 (282/399): python3-oslo-upgradecheck-1.3.1-17.1 765 kB/s | 29 kB 00:00 (283/399): python3-oslo-versionedobjects-2.4.1- 1.4 MB/s | 79 kB 00:00 (284/399): python3-osprofiler-3.4.0-17.1.202306 2.0 MB/s | 130 kB 00:00 (285/399): python3-pycadf-3.1.1-17.1.2023062021 1.0 MB/s | 53 kB 00:00 (286/399): python3-requestsexceptions-1.4.0-17. 414 kB/s | 17 kB 00:00 (287/399): python3-shade-1.33.0-17.1.2023062022 11 MB/s | 523 kB 00:00 (288/399): python3-saharaclient-3.3.0-17.1.2023 3.1 MB/s | 188 kB 00:00 (289/399): python3-statsd-3.2.1-20.1.el9ost.noa 711 kB/s | 35 kB 00:00 (290/399): python3-swiftclient-3.11.1-17.1.2023 3.0 MB/s | 136 kB 00:00 (291/399): python3-troveclient-7.0.0-17.1.20230 6.3 MB/s | 344 kB 00:00 (292/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 730 kB/s | 50 kB 00:00 (293/399): python3-validations-libs-1.9.1-17.1. 3.0 MB/s | 137 kB 00:00 (294/399): python3-zaqarclient-2.4.0-17.1.20230 3.2 MB/s | 129 kB 00:00 (295/399): validations-common-1.9.1-17.1.202310 2.7 MB/s | 111 kB 00:00 (296/399): python3-paramiko-2.11.0-2.el9ost.noa 6.8 MB/s | 299 kB 00:00 (297/399): python3-werkzeug-2.0.1-7.el9ost.noar 9.4 MB/s | 427 kB 00:00 (298/399): ansible-pacemaker-1.0.4-17.1.2023121 415 kB/s | 21 kB 00:00 (299/399): python3-manilaclient-2.6.4-17.1.2024 9.5 MB/s | 528 kB 00:00 (300/399): python3-sqlparse-0.4.1-2.el9ost.noar 1.8 MB/s | 83 kB 00:00 (301/399): python3-webob-1.8.7-2.1.el9ost.noarc 4.5 MB/s | 230 kB 00:00 (302/399): ansible-role-metalsmith-deployment-1 476 kB/s | 21 kB 00:00 (303/399): openstack-selinux-0.8.37-17.1.202311 4.7 MB/s | 221 kB 00:00 (304/399): python-oslo-db-lang-8.5.2-17.1.20240 388 kB/s | 14 kB 00:00 (305/399): puppet-ironic-18.7.1-17.1.2024030521 2.0 MB/s | 121 kB 00:00 (306/399): python3-glanceclient-3.3.0-17.1.2024 3.3 MB/s | 143 kB 00:00 (307/399): python3-keystoneauth1-4.4.0-17.1.202 7.9 MB/s | 409 kB 00:00 (308/399): python3-metalsmith-1.4.4-17.1.202405 1.3 MB/s | 65 kB 00:00 (309/399): python3-neutron-lib-2.10.3-17.1.2023 7.0 MB/s | 375 kB 00:00 (310/399): python3-octaviaclient-2.3.1-17.1.202 2.2 MB/s | 91 kB 00:00 (311/399): python3-oslo-db-8.5.2-17.1.202408201 3.4 MB/s | 144 kB 00:00 (312/399): python3-oslo-service-2.5.1-17.1.2024 1.7 MB/s | 71 kB 00:00 (313/399): python3-oslo-messaging-12.7.3-17.1.2 2.4 MB/s | 216 kB 00:00 (314/399): python3-rhosp-openvswitch-3.3-1.el9o 148 kB/s | 8.3 kB 00:00 (315/399): python3-waitress-2.0.0-4.el9ost.noar 2.2 MB/s | 109 kB 00:00 (316/399): openstack-tripleo-validations-14.3.2 4.8 MB/s | 204 kB 00:00 (317/399): openstack-ansible-core-2.14.2-4.7.el 30 MB/s | 2.3 MB 00:00 (318/399): puppet-ovn-18.6.1-17.1.2024092509490 754 kB/s | 29 kB 00:00 (319/399): puppet-glance-18.6.1-17.1.2025022015 1.5 MB/s | 87 kB 00:00 (320/399): puppet-pacemaker-1.5.1-17.1.20250214 2.7 MB/s | 158 kB 00:00 (321/399): puppet-tripleo-14.2.3-17.1.202503201 4.1 MB/s | 239 kB 00:00 (322/399): python3-os-ken-1.4.1-17.1.2024120509 23 MB/s | 2.1 MB 00:00 (323/399): ansible-collection-containers-podman 5.1 MB/s | 243 kB 00:00 (324/399): ansible-collections-openstack-1.9.1- 2.0 MB/s | 146 kB 00:00 (325/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 6.5 MB/s | 351 kB 00:00 (326/399): facter-3.14.19-3.el9ost.x86_64.rpm 9.4 MB/s | 518 kB 00:00 (327/399): hiera-3.6.0-6.el9ost.noarch.rpm 669 kB/s | 33 kB 00:00 (328/399): puppet-7.10.0-4.el9ost.noarch.rpm 303 kB/s | 11 kB 00:00 (329/399): leatherman-1.12.6-5.el9ost.x86_64.rp 7.7 MB/s | 405 kB 00:00 (330/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.4 MB/s | 92 kB 00:00 (331/399): puppet-headless-7.10.0-4.el9ost.noar 22 MB/s | 1.4 MB 00:00 (332/399): python3-boto-2.45.0-8.1.el9ost.noarc 18 MB/s | 1.3 MB 00:00 (333/399): python3-cachetools-4.2.2-3.el9ost.no 711 kB/s | 33 kB 00:00 (334/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 6.5 MB/s | 284 kB 00:00 (335/399): python3-colorama-0.4.4-4.el9ost.noar 911 kB/s | 35 kB 00:00 (336/399): python3-dogpile-cache-1.1.5-5.el9ost 1.8 MB/s | 89 kB 00:00 (337/399): python3-extras-1.0.0-17.el9ost.noarc 556 kB/s | 21 kB 00:00 (338/399): python3-fixtures-3.0.0-24.el9ost.noa 2.0 MB/s | 93 kB 00:00 (339/399): python3-keyring-21.8.0-4.el9ost.noar 1.9 MB/s | 77 kB 00:00 (340/399): python3-kombu-5.0.2-3.el9ost.noarch. 6.4 MB/s | 313 kB 00:00 (341/399): python3-msgpack-1.0.2-4.el9ost.x86_6 2.0 MB/s | 87 kB 00:00 (342/399): python3-munch-2.5.0-6.el9ost.noarch. 652 kB/s | 25 kB 00:00 (343/399): python3-openstacksdk-0.55.1-17.1.202 14 MB/s | 735 kB 00:00 (344/399): python3-paste-deploy-2.1.1-4.el9ost. 1.1 MB/s | 41 kB 00:00 (345/399): python3-paste-3.5.0-5.el9ost.noarch. 14 MB/s | 776 kB 00:00 (346/399): python3-pystache-0.5.4-15.el9ost.noa 3.3 MB/s | 132 kB 00:00 (347/399): python3-repoze-lru-0.7-12.el9ost.noa 851 kB/s | 32 kB 00:00 (348/399): python3-routes-2.4.1-14.el9ost.noarc 4.6 MB/s | 188 kB 00:00 (349/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.3 MB/s | 57 kB 00:00 (350/399): python3-secretstorage-3.3.1-3.el9ost 975 kB/s | 36 kB 00:00 (351/399): python3-tempita-0.5.1-27.el9ost.noar 985 kB/s | 36 kB 00:00 (352/399): python3-simplejson-3.17.5-3.el9ost.x 4.3 MB/s | 266 kB 00:00 (353/399): python3-testtools-2.4.0-10.el9ost.no 5.6 MB/s | 333 kB 00:00 (354/399): python3-vine-5.0.0-5.el9ost.noarch.r 725 kB/s | 26 kB 00:00 (355/399): python3-warlock-1.3.3-7.el9ost.noarc 447 kB/s | 21 kB 00:00 (356/399): python3-yappi-1.3.1-5.el9ost.x86_64. 1.5 MB/s | 56 kB 00:00 (357/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.8 MB/s | 180 kB 00:00 (358/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 726 kB/s | 29 kB 00:00 (359/399): ruby-facter-3.14.19-3.el9ost.x86_64. 241 kB/s | 9.5 kB 00:00 (360/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 3.1 MB/s | 123 kB 00:00 (361/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 473 kB/s | 19 kB 00:00 (362/399): openstack-heat-api-16.1.1-17.1.20250 416 kB/s | 16 kB 00:00 (363/399): openstack-heat-common-16.1.1-17.1.20 24 MB/s | 1.6 MB 00:00 (364/399): openstack-heat-engine-16.1.1-17.1.20 268 kB/s | 15 kB 00:00 (365/399): openstack-heat-monolith-16.1.1-17.1. 288 kB/s | 16 kB 00:00 (366/399): puppet-barbican-18.4.2-17.1.20250625 1.3 MB/s | 57 kB 00:00 (367/399): python-openstackclient-lang-5.5.2-17 1.3 MB/s | 58 kB 00:00 (368/399): python3-openstackclient-5.5.2-17.1.2 15 MB/s | 1.1 MB 00:00 (369/399): openstack-tripleo-common-15.4.1-17.1 1.2 MB/s | 48 kB 00:00 (370/399): openstack-tripleo-common-containers- 1.9 MB/s | 74 kB 00:00 (371/399): puppet-concat-6.2.1-17.1.20250725131 1.0 MB/s | 44 kB 00:00 (372/399): puppet-firewall-3.4.1-17.1.202508041 1.7 MB/s | 73 kB 00:00 (373/399): puppet-apache-6.5.2-17.1.20250811150 4.0 MB/s | 253 kB 00:00 (374/399): puppet-git-0.5.0-17.1.20250725114148 704 kB/s | 26 kB 00:00 (375/399): puppet-haproxy-4.2.2-17.1.2025072511 1.2 MB/s | 55 kB 00:00 (376/399): puppet-inifile-4.2.1-17.1.2025080415 1.1 MB/s | 46 kB 00:00 (377/399): puppet-ipaclient-2.5.2-17.1.20250725 500 kB/s | 21 kB 00:00 (378/399): puppet-keepalived-0.0.2-17.1.2025072 453 kB/s | 17 kB 00:00 (379/399): puppet-module-data-0.5.1-17.1.202507 391 kB/s | 16 kB 00:00 (380/399): puppet-remote-10.0.0-17.1.2025072511 474 kB/s | 19 kB 00:00 (381/399): puppet-snmp-3.9.1-17.1.2025072511575 993 kB/s | 38 kB 00:00 (382/399): puppet-rsync-1.1.4-17.1.202508041515 547 kB/s | 28 kB 00:00 (383/399): puppet-sysctl-0.0.13-17.1.2025072511 528 kB/s | 19 kB 00:00 (384/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.3 MB/s | 53 kB 00:00 (385/399): python3-tripleo-common-15.4.1-17.1.2 4.3 MB/s | 198 kB 00:00 (386/399): python3-tripleoclient-16.5.1-17.1.20 11 MB/s | 552 kB 00:00 (387/399): tripleo-ansible-3.3.1-17.1.202508040 11 MB/s | 569 kB 00:00 (388/399): openstack-tripleo-heat-templates-14. 11 MB/s | 611 kB 00:00 (389/399): puppet-horizon-18.6.1-17.1.202510081 1.5 MB/s | 59 kB 00:00 (390/399): puppet-keystone-18.6.1-17.1.20251008 2.3 MB/s | 126 kB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.1 MB/s | 136 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.9 MB/s | 156 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 798 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 8.7 MB/s | 464 kB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.4 MB/s | 109 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 23 MB/s | 2.3 MB 00:00 (397/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.1 MB/s | 65 kB 00:00 (398/399): device-mapper-1.02.187-7.el9_2.2.x86 2.3 MB/s | 142 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 3.8 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 12 MB/s | 97 MB 00:08 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 : augeas-libs-1.13.0-3.el9.x86_64 24/408 Installing : python3-mako-1.1.4-6.el9.noarch 25/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 54/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-mro-1.23-480.el9.x86_64 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-overloading-0.02-480.el9.noarch 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-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-alembic-1.7.5-3.el9.noarch 138/408 Installing : python3-augeas-0.5.0-25.el9.noarch 139/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-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 : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 226/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 227/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 228/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 229/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 230/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 231/408 Installing : python3-webtest-2.0.35-6.el9ost.noarch 232/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 233/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 234/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 235/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 235/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 235/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 236/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 237/408 Installing : jq-1.6-14.el9.x86_64 238/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 239/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 240/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 241/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 242/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 243/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 244/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 245/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 246/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 247/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 248/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 249/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 249/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 250/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 251/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 252/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 253/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 254/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 255/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 256/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 257/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 258/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 259/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 260/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 261/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 262/408 Installing : boost-log-1.75.0-8.el9.x86_64 263/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 264/408 Installing : sshpass-1.09-4.el9.x86_64 265/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 266/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 267/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 268/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 269/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 270/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 271/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 272/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 273/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 274/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 275/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 276/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 277/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 278/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 279/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 280/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 281/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 282/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 283/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 284/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 285/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 286/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 287/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 288/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 289/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 290/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 291/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 292/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 293/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 294/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 295/408 Installing : libburn-1.5.4-4.el9.x86_64 296/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 297/408 Installing : libisofs-1.5.4-4.el9.x86_64 298/408 Installing : libisoburn-1.5.4-4.el9.x86_64 299/408 Installing : xorriso-1.5.4-4.el9.x86_64 300/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 300/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 301/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 302/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 303/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 304/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 305/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 306/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 307/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 307/408 Installing : puppet-7.10.0-4.el9ost.noarch 308/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 308/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 309/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 310/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 311/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 312/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 313/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 314/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 315/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 316/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 317/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 318/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 319/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 320/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 321/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 322/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 323/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 324/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 325/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 326/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 327/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 328/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 329/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 330/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 331/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 332/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 333/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 334/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 335/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 336/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 337/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 338/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 339/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 340/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 341/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 342/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 343/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 344/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 345/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 346/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 347/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 348/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 349/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 350/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 351/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 352/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 353/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 354/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 355/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 356/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 357/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 358/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 359/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 360/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 361/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 362/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 363/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 364/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 365/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 366/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 367/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 368/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 369/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 370/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 371/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 372/408 warning: group neutron does not exist - using root Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 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 : ansible-collection-community-general-4.0.0-1.1.e 13/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 14/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 15/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 16/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 17/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 18/408 Verifying : boost-system-1.75.0-8.el9.x86_64 19/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 20/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 21/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 22/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 23/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 24/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 25/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 26/408 Verifying : perl-Exporter-5.74-461.el9.noarch 27/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 28/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 29/408 Verifying : perl-parent-1:0.238-460.el9.noarch 30/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 31/408 Verifying : xorriso-1.5.4-4.el9.x86_64 32/408 Verifying : libisofs-1.5.4-4.el9.x86_64 33/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 34/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 35/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 36/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 37/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 38/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 39/408 Verifying : perl-URI-5.09-3.el9.noarch 40/408 Verifying : perl-libnet-3.13-4.el9.noarch 41/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 43/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 44/408 Verifying : perl-Carp-1.50-460.el9.noarch 45/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 46/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 47/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 48/408 Verifying : libburn-1.5.4-4.el9.x86_64 49/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 50/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 51/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 52/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 53/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 54/408 Verifying : sshpass-1.09-4.el9.x86_64 55/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 56/408 Verifying : boost-log-1.75.0-8.el9.x86_64 57/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 58/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 59/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 60/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 61/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 62/408 Verifying : perl-Digest-1.19-4.el9.noarch 63/408 Verifying : perl-File-Path-2.18-4.el9.noarch 64/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 65/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 66/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 67/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 68/408 Verifying : perl-constant-1.33-461.el9.noarch 69/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 70/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 71/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 72/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 73/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 74/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 75/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 76/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 77/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 78/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 79/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 80/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 81/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 82/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 83/408 Verifying : perl-B-1.80-480.el9.x86_64 84/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 85/408 Verifying : perl-Errno-1.30-480.el9.x86_64 86/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 87/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 88/408 Verifying : perl-File-stat-1.09-480.el9.noarch 89/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 90/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 91/408 Verifying : perl-IO-1.43-480.el9.x86_64 92/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 93/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 94/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 95/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 96/408 Verifying : perl-Symbol-1.08-480.el9.noarch 97/408 Verifying : perl-base-2.27-480.el9.noarch 98/408 Verifying : perl-if-0.60.800-480.el9.noarch 99/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 100/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 101/408 Verifying : perl-mro-1.23-480.el9.x86_64 102/408 Verifying : perl-overload-1.31-480.el9.noarch 103/408 Verifying : perl-overloading-0.02-480.el9.noarch 104/408 Verifying : perl-subs-1.03-480.el9.noarch 105/408 Verifying : perl-vars-1.05-480.el9.noarch 106/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 107/408 Verifying : python3-mako-1.1.4-6.el9.noarch 108/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 109/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 110/408 Verifying : jq-1.6-14.el9.x86_64 111/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 112/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 113/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 114/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 115/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 116/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 117/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 118/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 119/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 120/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 121/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 122/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 123/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 124/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 125/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 126/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 127/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 128/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 129/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 130/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 131/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 132/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 133/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 134/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 135/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 136/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 137/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 138/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 139/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 140/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.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 : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-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-05T21:09:47.646106 # # 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:2715cf3972ece43c4d86edb2c598b4d05fce8475de24f70b6902377f0834a9f2 Copying blob sha256:63684b16b9455b660c78b7c80982a9dad9a6a4625247a617a7051ccc5af13efb Copying blob sha256:c711d274d76412e8c29185799c776511fcf294fde2c198faa128ec1de5986d99 Copying blob sha256:6cb7d6c72493148dc8a21d521651ff1a6c6d5347b0e01b85244ef9209cce4a15 Copying blob sha256:5007066911916ab3a224360b60f9b5ec601f8ea779da31274793e6219c6fe80d Copying blob sha256:c0b7dac61e9746326ccf004376a8cc9ad114bbb199817b98d02a6e7946041306 Copying blob sha256:1d058c5aa5b9d55228f32d7d06a57c986025b420b453b2f193ec018bd76dccc0 Copying blob sha256:d67a96b128920c59001cdebb049841e14b91ffacc53338dff842683f2da3a3a9 Copying blob sha256:663ece2f91689baf11281da55742e9ea6b1456e159cedaaf210db488ef98d063 Copying blob sha256:859a804eaf85f268eacd93833391ed4eb4bb70471cda0dda63a4f9acbb2b142d Copying blob sha256:b28e3fb65b5fa03d8834c1eeeb9ee849deadb6dd3213c31e80632b5291c324f6 Copying blob sha256:1a0fc500e9438fc1489a6fcd3a362909bd08902b86899db5c4e23de53af8c35a Copying blob sha256:0e37c23180a7de4092d1d73fe7ea4c84f87bb1320d80b21d55d47fd2794b21f3 Copying blob sha256:804c8fb9242f8d3304fdce17058ef16f6e503a62d7b514696e77fef1b148673d Copying blob sha256:b929588c2fb0adb3492c92830da220ecec9866fd767d6044d39d80c1d7940b6e Copying blob sha256:0dedc5a28eac3a225c8bafa03fc8c494750e4d8ffed8b1dab11149735d57bd6b Copying blob sha256:47c055df19b0bf73a77ab9140bedcff2df4a4a786d493a97c4dde6bb80e27be3 Copying blob sha256:290d75fb0e2fb4c0bb2491c25196e9a7d302f472388ac07f865fffb9f4a4a72e Copying blob sha256:d54be13e4d9fec84fdce09292cca1e968a7434f413b0eaa2d4f907567e552b11 Copying blob sha256:2a122db192a53ae9a253521338360a7975f99762cef0e16f63956131a87541bc Copying blob sha256:b424a9115d514fa87f3b025ea764c706876a090eef69b89c1f78f5d070492f8c Copying blob sha256:8c5dd1f2ead28d4fcb41a937fda2e776f322e477228f1c126b8f8f1c04299e43 Copying blob sha256:88ec28075b2641bf7be1c5cba94267868b4775c5ad7b9089e99545edac9227f7 Copying blob sha256:9eb6a73628992fae7ff19143c03c99a56c869073a101f8a7e198a59fe09cc85f Copying blob sha256:48419ac2c33e282bf5ee414d5277dfef001293f797a1af73339b605e56b2b5c4 Copying blob sha256:f73695b54145758a95567b198a0db99fc83c46871cd08d94b927834022ca6e77 Copying blob sha256:2508337526bcd961190770f6b1e818efa25bc6e0d73fd80779a665364451e7db Copying blob sha256:fac4d4e56a04f8ac9336681bb699ba4288d03f0ebd5488069cdd5972f0394730 Copying blob sha256:5d984a1de5189e78de2431773a0b721405c359972e41bd6294fb05f2bec68b54 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:9bcd5e9c7b8c531672e1b55e0e3903b6e090a5da4f2d2f35f96549a29abd4ae9 Copying blob sha256:a17063e052f684b352ff25a2ce835ab8ecf70f5cb1d9210525f4a8b496564384 Copying blob sha256:814e4506c064854be219870e3370cc351fa94e45d60c9fd61b238efd95954a54 Copying blob sha256:1116924a8db84b553197bafe9afd5c6530c3c4c4e1a8441b1eebba5b2f391d96 Copying blob sha256:d4dac8814463569e727cfd8c5a821ab7f45f54301a36b70de80e81377a75f13d Copying blob sha256:71c62a57445bd388eac2b168548c1d4bf00092a2b319e0b67f6f1901a8a423f1 Copying blob sha256:342e957d2bcc45e71849dadfd0ffae5d1247525d358ec3dca247376293da9565 Copying blob sha256:1ea12ba3864e500e53e56ba2a6273444105569e29d27d6a8a7006649c507cc68 Copying blob sha256:c032ef56af74eff5eddc6ba6faa87b48f1e38ed0bf26506b8e51dbb15a8b13b0 Copying blob sha256:a539af644df1d1bbaf9a56f94b1148ceebace305e84ec0859665216e41988576 Copying blob sha256:016c98c7682cc7b4a7069d2880f72c1e352b17baeb81e2479bc8430551575415 Copying blob sha256:ccfa9458c5422d4641b57582741513ec241acd44f9090cb55309a3e760047a82 Copying blob sha256:0bd0029904f7e8e03420d13fa461ca13ec12aa5a714ba7f83bd88d70b53471d0 Copying blob sha256:66c12768944d22ce77914d6cb92f0899b5ce91d6036e0506efa435f52405f8a3 Copying blob sha256:e339200faf1eecb95f92672f8d39e027a226726abca8ccc59d2cf1e29ad7f066 Copying blob sha256:268b2edefa1068cde5cce9a3a6f6d58161305342c541697025f56926a2341b1c Copying blob sha256:0d2ba63854d50a14ac1403f4bcd87cc29b0049b7f8ba0a1e076108c9fdab25fa Copying blob sha256:21aaa606353c19ac6ef4777109733d66cd69d3d34de8d55a3b1ef8e8c02a4efa Copying blob sha256:e70e5af7c7b9acc95ed464256d414ceb91ff3e7df6d2c394c89841fd60901775 Copying blob sha256:da7a19a2db46678221b8661730bb08c584efcd4acb63b5ebffa21573c4de1b06 Copying blob sha256:80dd1d2fcba05df59e4ee44615d94956da35d06f2a11e8611b4f8e2340548d9a Copying blob sha256:7724213b0627acd71e23b9b28ba755b2f8f779d8e7cbb914377f12723511e649 Copying config sha256:a141c59828618c03f8f3a6dd7735d5da3b88941e6dd7a45746a515ec5b81c6e3 Writing manifest to image destination Storing signatures 3f9545748efad007d0d4054d8a426a582d67dda4c0da0164edcbca3676c82f26 + 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-05 21:17:02.965 44054 INFO migrate.versioning.api [-] 72 -> 73...  2025-12-05 21:17:02.988 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:02.988 44054 INFO migrate.versioning.api [-] 73 -> 74...  2025-12-05 21:17:02.990 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:02.990 44054 INFO migrate.versioning.api [-] 74 -> 75...  2025-12-05 21:17:02.992 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:02.992 44054 INFO migrate.versioning.api [-] 75 -> 76...  2025-12-05 21:17:02.994 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:02.994 44054 INFO migrate.versioning.api [-] 76 -> 77...  2025-12-05 21:17:02.995 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:02.995 44054 INFO migrate.versioning.api [-] 77 -> 78...  2025-12-05 21:17:02.997 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:02.997 44054 INFO migrate.versioning.api [-] 78 -> 79...  2025-12-05 21:17:03.021 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:03.021 44054 INFO migrate.versioning.api [-] 79 -> 80...  2025-12-05 21:17:03.038 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:03.038 44054 INFO migrate.versioning.api [-] 80 -> 81...  2025-12-05 21:17:03.039 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:03.040 44054 INFO migrate.versioning.api [-] 81 -> 82...  2025-12-05 21:17:03.041 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:03.041 44054 INFO migrate.versioning.api [-] 82 -> 83...  2025-12-05 21:17:03.043 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:03.043 44054 INFO migrate.versioning.api [-] 83 -> 84...  2025-12-05 21:17:03.045 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:03.045 44054 INFO migrate.versioning.api [-] 84 -> 85...  2025-12-05 21:17:03.046 44054 INFO migrate.versioning.api [-] done 2025-12-05 21:17:03.047 44054 INFO migrate.versioning.api [-] 85 -> 86...  2025-12-05 21:17:03.068 44054 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-05 21:17:11Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:12Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:12Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:12Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:12Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-12-05 21:17:12Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:12Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 21:17:12Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:13Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:13Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-12-05 21:17:13Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-12-05 21:17:14Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:14Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:14Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:14Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-12-05 21:17:15Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:15Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-12-05 21:17:15Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:15Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-12-05 21:17:15Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:15Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 21:17:15Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:16Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:16Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-12-05 21:17:16Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:16Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 21:17:16Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:17Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:17Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:17Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-12-05 21:17:17Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:17Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:17Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:18Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:18Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:18Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-12-05 21:17:18Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:18Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-12-05 21:17:18Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:18Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:18Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:18Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-12-05 21:17:19Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-12-05 21:17:19Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:19Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-12-05 21:17:19Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 21:17:20Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:20Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:20Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:20Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-12-05 21:17:21Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:21Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-12-05 21:17:22Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:22Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-12-05 21:17:23Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:23Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-12-05 21:17:23Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:24Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-12-05 21:17:24Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:24Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:24Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:24Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:24Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:24Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:24Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:24Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:24Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-12-05 21:17:24Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:25Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 21:17:25Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 21:17:25Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 21:17:25Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-12-05 21:17:25Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:25Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:25Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:25Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:25Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:26Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-12-05 21:17:27Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:27Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:27Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-12-05 21:17:28Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-12-05 21:17:28Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:28Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-12-05 21:17:28Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:28Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:29Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:30Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:31Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:31Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:31Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:31Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:32Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:33Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:33Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:17:34Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:34Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 21:17:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:35Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:17:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:17:35Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:36Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:17:36Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:37Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-12-05 21:17:38Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:38Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:38Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:39Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:39Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 21:17:40Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:41Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:41Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:17:42Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:17:42Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:43Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-12-05 21:17:43Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:43Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:43Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:44Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:45Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:17:45Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:46Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:17:46Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:46Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:47Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 21:17:47Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:47Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-12-05 21:17:48Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:48Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:48Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:49Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:49Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-12-05 21:17:50Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:50Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:50Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:17:51Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:52Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:17:52Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:53Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-12-05 21:17:53Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:54Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:54Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:54Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:17:55Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-12-05 21:17:55Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:56Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-12-05 21:17:56Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:56Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:17:57Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:58Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:58Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:17:59Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:17:59Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:17:59Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:17:59Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:00Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-12-05 21:18:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:00Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:00Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:01Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:01Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:02Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:02Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:02Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:02Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:03Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-12-05 21:18:03Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:04Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:04Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:04Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:05Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:06Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:06Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:18:07Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:07Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:08Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:08Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:08Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:08Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:18:09Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:09Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:09Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:10Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:18:10Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:11Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:11Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:12Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-12-05 21:18:12Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:12Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:12Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:13Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:13Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:13Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:14Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:14Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:14Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:14Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:15Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:18:15Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:15Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:15Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:16Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:16Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:17Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:17Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:18:17Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:18:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:18Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:19Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:18:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:20Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:21Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:22Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:22Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:22Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-12-05 21:18:23Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:23Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:24Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:24Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:25Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:26Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:26Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:27Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:27Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:28Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:18:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:18:28Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:29Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:29Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:30Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-12-05 21:18:30Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:30Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:30Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:31Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:32Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:18:33Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:33Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:18:34Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:34Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:35Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:35Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:18:36Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:18:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:36Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:37Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:37Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:37Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-12-05 21:18:39Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:39Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:39Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:39Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:40Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:41Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:41Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:41Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:41Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:41Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:42Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:43Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:44Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:44Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:45Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:45Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:46Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-12-05 21:18:46Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:46Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:46Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:47Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:47Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:47Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:48Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:49Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:18:49Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:50Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-12-05 21:18:51Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:52Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-12-05 21:18:52Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:52Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:52Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:52Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:53Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:54Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:18:54Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:18:55Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-12-05 21:18:56Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:57Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-12-05 21:18:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:57Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:57Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:57Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:18:58Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:59Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:59Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:18:59Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:18:59Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:18:59Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:18:59Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:00Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:01Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:01Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-05 21:19:02Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:02Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:19:03Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:03Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:04Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-12-05 21:19:05Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:05Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:05Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:06Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:07Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:08Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-12-05 21:19:09Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:10Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:11Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:19:12Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:13Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:19:14Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:15Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-12-05 21:19:15Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:16Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-12-05 21:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:17Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:18Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:18Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:19:19Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:20Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:20Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:21Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:21Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:21Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:21Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:22Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-12-05 21:19:22Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:23Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:23Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:23Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:24Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:25Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:25Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:26Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:26Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:19:27Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:27Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:28Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-12-05 21:19:28Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:28Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:28Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:29Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:29Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:29Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:30Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:31Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:31Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:19:32Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:32Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:33Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-12-05 21:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:34Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:35Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:36Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:19:36Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:37Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-05 21:19:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-05 21:19:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:38Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:39Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:19:40Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:41Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-12-05 21:19:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:42Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-12-05 21:19:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-12-05 21:19:43Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:44Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:44Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:45Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-12-05 21:19:46Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:46Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:46Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:47Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-12-05 21:19:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:19:47Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:48Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:48Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:48Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:49Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:50Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:50Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:51Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:51Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:52Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-12-05 21:19:52Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:53Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:53Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:53Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:53Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:53Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:19:53Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:54Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:54Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:19:54Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:55Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:56Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:56Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-12-05 21:19:57Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:57Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:19:58Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-12-05 21:19:58Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:19:59Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-12-05 21:19:59Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-12-05 21:19:59Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:19:59Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:00Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:00Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:01Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:20:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:01Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:02Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:02Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:02Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-12-05 21:20:03Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:04Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:04Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:05Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-12-05 21:20:06Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:06Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:06Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:06Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:07Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:08Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:08Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:09Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-12-05 21:20:09Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:10Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-12-05 21:20:11Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:11Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:11Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:12Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:12Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:12Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:12Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:13Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-12-05 21:20:13Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:13Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:13Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:13Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:13Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:14Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-12-05 21:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:15Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:16Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:16Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-12-05 21:20:17Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:17Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:17Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:20:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:20:18Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:19Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:20Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:20Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:21Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-12-05 21:20:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:22Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:22Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:23Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:24Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:25Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:25Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:26Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:20:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:20:26Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:27Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:27Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:28Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-12-05 21:20:28Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:29Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-12-05 21:20:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:30Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:30Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:30Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:31Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:32Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:32Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:33Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:33Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:34Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:20:34Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:35Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-12-05 21:20:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:35Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:35Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:37Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:38Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:39Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:39Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:39Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:20:40Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:40Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:41Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:20:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:41Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:42Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:43Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:44Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:44Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:44Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-12-05 21:20:45Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:45Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:45Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:46Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:46Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:46Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:47Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-12-05 21:20:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:48Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:48Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:49Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:49Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:49Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:50Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:51Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:20:51Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:52Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-12-05 21:20:52Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:53Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-12-05 21:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:20:54Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:55Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:55Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:56Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:56Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 21:20:57Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:57Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:57Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:20:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:20:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:20:58Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:20:59Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:20:59Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:00Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:00Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:01Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-12-05 21:21:01Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:02Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:02Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:02Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:03Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:04Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-12-05 21:21:05Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:06Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:06Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:07Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-12-05 21:21:07Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:07Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:07Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:08Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:08Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:08Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:09Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:10Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:10Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:11Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:11Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:12Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-12-05 21:21:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:13Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:13Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:14Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:14Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:14Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:15Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:16Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:16Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:17Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:17Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:18Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-12-05 21:21:18Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:18Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:19Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:20Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:20Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:20Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:21Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:22Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:22Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:22Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:22Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:22Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:21:22Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:23Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:23Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:24Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:24Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:25Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:25Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:25Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:25Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:25Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:25Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:26Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:26Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:27Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:27Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:28Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-12-05 21:21:28Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:28Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:29Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:29Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:30Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:30Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:31Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:32Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:32Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:33Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:34Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:34Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:34Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 21:21:35Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:35Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:35Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:36Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:36Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-12-05 21:21:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:37Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:37Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:37Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:38Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:39Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:39Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:40Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:40Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:41Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:21:41Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:42Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:43Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:43Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:44Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:45Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:45Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:46Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-12-05 21:21:47Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:47Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:47Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:48Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:48Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:49Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:49Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 21:21:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:49Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 21:21:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:50Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:51Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:52Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:52Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:53Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:21:53Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:54Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-12-05 21:21:55Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:55Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:55Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:56Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:56Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:56Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:57Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 21:21:57Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:21:58Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:58Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:21:58Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 21:21:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:59Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-12-05 21:21:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:21:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:21:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:21:59Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:00Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:00Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:01Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-12-05 21:22:02Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:02Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:02Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:03Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:03Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:03Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-12-05 21:22:04Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:05Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:05Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:06Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:07Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:07Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:08Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-12-05 21:22:08Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:08Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:09Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:10Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:10Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:10Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:11Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:12Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:12Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:13Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-12-05 21:22:13Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:13Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:13Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:14Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:22:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:14Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:15Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:16Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:16Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-12-05 21:22:17Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:17Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:17Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:17Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-12-05 21:22:18Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:19Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-12-05 21:22:19Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:20Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-12-05 21:22:21Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:21Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:21Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:21Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:22Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:23Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:23Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:23Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:23Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:24Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-12-05 21:22:24Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:24Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:24Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:25Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:26Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:26Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:26Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-12-05 21:22:27Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:27Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:27Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:28Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:28Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:28Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:29Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:30Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-12-05 21:22:31Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:31Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:32Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-12-05 21:22:32Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:32Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:33Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:34Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:34Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:35Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:35Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-12-05 21:22:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:36Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:22:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:36Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:37Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:37Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:37Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:38Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:38Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:22:39Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:39Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:40Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:40Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:41Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-12-05 21:22:41Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:42Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-12-05 21:22:42Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:42Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:42Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:42Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-12-05 21:22:42Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:43Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-12-05 21:22:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:44Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:44Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:44Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:45Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:46Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:46Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:22:47Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:47Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:48Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:48Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:49Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-12-05 21:22:49Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:49Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:49Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:50Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:51Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:51Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:51Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:52Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:52Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:54Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:22:54Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:22:54Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-12-05 21:22:55Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:55Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:22:55Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:55Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:22:56Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:57Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:57Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:22:58Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:22:58Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:22:59Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-12-05 21:22:59Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:00Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-12-05 21:23:01Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:02Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-12-05 21:23:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:02Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:02Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:03Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:03Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:04Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-12-05 21:23:04Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:04Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:05Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:05Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:06Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:07Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:07Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:08Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:09Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:10Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:11Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:11Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:12Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:12Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:12Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-12-05 21:23:13Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:14Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-12-05 21:23:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:15Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:15Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:16Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:16Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:16Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-12-05 21:23:17Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:18Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:18Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:18Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:18Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:18Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:23:18Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:19Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:19Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:19Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:19Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:19Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:19Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:20Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-12-05 21:23:20Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:21Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-12-05 21:23:21Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:22Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-12-05 21:23:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:23Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:23Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:24Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:24Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:24Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:24Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:25Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:26Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:26Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:26Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:26Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:27Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:27Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:28Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-12-05 21:23:28Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:29Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-12-05 21:23:30Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:31Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-12-05 21:23:31Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:32Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-12-05 21:23:33Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:33Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:33Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:34Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:34Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:34Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:35Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:35Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:35Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:35Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-12-05 21:23:35Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:36Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:36Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:37Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:37Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:38Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-12-05 21:23:38Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:38Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:38Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:38Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:38Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:39Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-12-05 21:23:40Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:40Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:40Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:41Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:42Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:42Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-12-05 21:23:43Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-12-05 21:23:43Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:44Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-12-05 21:23:44Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:45Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-12-05 21:23:46Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:47Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-12-05 21:23:47Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:48Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-12-05 21:23:48Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:48Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:49Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:49Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:49Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-12-05 21:23:50Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:50Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:50Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:51Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:51Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:51Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-12-05 21:23:51Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:52Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-12-05 21:23:52Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:52Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:23:52Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:52Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-12-05 21:23:52Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:53Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-12-05 21:23:53Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:23:54Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-12-05 21:23:55Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:56Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:56Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:56Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-12-05 21:23:56Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:56Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 21:23:56Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:57Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 21:23:57Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:57Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-12-05 21:23:57Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:58Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 21:23:58Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:58Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-12-05 21:23:58Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:58Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-12-05 21:23:58Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:58Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-05 21:23:59Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:59Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 21:23:59Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:23:59Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-12-05 21:23:59Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:00Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:01Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:02Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:02Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:02Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:02Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-12-05 21:24:03Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:03Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:03Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:03Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:04Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:04Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:04Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:04Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-05 21:24:04Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:04Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:04Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:05Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-12-05 21:24:06Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:07Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-12-05 21:24:08Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:08Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-12-05 21:24:08Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:08Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:08Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:08Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-12-05 21:24:09Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:09Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:09Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-12-05 21:24:09Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-12-05 21:24:09Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:09Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:09Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-12-05 21:24:09Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:09Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-12-05 21:24:10Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-12-05 21:24:10Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:11Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:11Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:11Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-12-05 21:24:12Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:12Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:12Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:13Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:13Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-12-05 21:24:13Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-12-05 21:24:13Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:14Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:14Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:14Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-12-05 21:24:14Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:15Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:15Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:15Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:15Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:15Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:15Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:16Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:16Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-05 21:24:16Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:17Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:17Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-12-05 21:24:17Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:18Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-12-05 21:24:18Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-12-05 21:24:18Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:19Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:19Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:20Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:20Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-12-05 21:24:20Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:20Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-12-05 21:24:20Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:20Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:21Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:21Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-12-05 21:24:21Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:21Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:21Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-12-05 21:24:22Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-12-05 21:24:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:22Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:23Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:23Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:24Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:25Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:25Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-12-05 21:24:25Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:25Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:25Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-12-05 21:24:26Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:26Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:27Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-12-05 21:24:27Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-12-05 21:24:27Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-12-05 21:24:28Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-12-05 21:24:28Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/42b263ba-8eda-4ba7-815c-e8b544c90322 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-05 21:24:50.484627 | fa163eff-46ee-0072-a3a4-000000000006 | TASK | External deployment step 0 2025-12-05 21:24:50.509210 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-000000000006') missing from stats 2025-12-05 21:24:50.550281 | fa163eff-46ee-0072-a3a4-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.112996 | 0.03s 2025-12-05 21:24:50.561867 | 1f104cb7-b6d3-4b06-88da-af3cae7a4c2c | INCLUDED | /root/standalone-ansible-rrsb8bp5/external_deploy_steps_tasks_step0.yaml | undercloud 2025-12-05 21:24:50.579113 | fa163eff-46ee-0072-a3a4-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-12-05 21:24:51.452589 | fa163eff-46ee-0072-a3a4-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-12-05 21:24:51.455642 | fa163eff-46ee-0072-a3a4-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.018354 | 0.88s 2025-12-05 21:24:51.472925 | fa163eff-46ee-0072-a3a4-000000000129 | TASK | create redis virtual ip 2025-12-05 21:24:52.350766 | fa163eff-46ee-0072-a3a4-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-12-05 21:24:52.352048 | fa163eff-46ee-0072-a3a4-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.914761 | 0.88s PLAY [Check if required variables are defined] ********************************* 2025-12-05 21:24:52.427441 | fa163eff-46ee-0072-a3a4-000000000138 | TASK | Gathering Facts 2025-12-05 21:24:53.002015 | fa163eff-46ee-0072-a3a4-000000000138 | OK | Gathering Facts | localhost 2025-12-05 21:24:53.003455 | fa163eff-46ee-0072-a3a4-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.566162 | 0.57s 2025-12-05 21:24:53.067125 | fa163eff-46ee-0072-a3a4-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-12-05 21:24:53.068204 | fa163eff-46ee-0072-a3a4-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.630916 | 0.05s 2025-12-05 21:24:53.120861 | fa163eff-46ee-0072-a3a4-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-12-05 21:24:53.121944 | fa163eff-46ee-0072-a3a4-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.684656 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-12-05 21:24:53.234020 | fa163eff-46ee-0072-a3a4-000000000160 | TASK | Gathering Facts 2025-12-05 21:24:53.244309 | fa163eff-46ee-0072-a3a4-000000000160 | TASK | Gathering Facts 2025-12-05 21:24:53.569791 | fa163eff-46ee-0072-a3a4-000000000160 | OK | Gathering Facts | undercloud 2025-12-05 21:24:53.571480 | fa163eff-46ee-0072-a3a4-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.134182 | 0.34s 2025-12-05 21:24:53.595724 | fa163eff-46ee-0072-a3a4-000000000160 | OK | Gathering Facts | standalone 2025-12-05 21:24:53.596872 | fa163eff-46ee-0072-a3a4-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.159589 | 0.35s 2025-12-05 21:24:53.614341 | fa163eff-46ee-0072-a3a4-000000000012 | TASK | Set legacy facts 2025-12-05 21:24:53.662740 | fa163eff-46ee-0072-a3a4-000000000012 | TASK | Set legacy facts 2025-12-05 21:24:53.667578 | fa163eff-46ee-0072-a3a4-000000000012 | OK | Set legacy facts | undercloud 2025-12-05 21:24:53.668660 | fa163eff-46ee-0072-a3a4-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.231371 | 0.05s 2025-12-05 21:24:53.702629 | fa163eff-46ee-0072-a3a4-000000000012 | OK | Set legacy facts | standalone 2025-12-05 21:24:53.703049 | fa163eff-46ee-0072-a3a4-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.265772 | 0.04s PLAY [Load global variables] *************************************************** 2025-12-05 21:24:53.855756 | fa163eff-46ee-0072-a3a4-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-12-05 21:24:53.856836 | fa163eff-46ee-0072-a3a4-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.419544 | 0.04s 2025-12-05 21:24:53.868870 | fa163eff-46ee-0072-a3a4-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-12-05 21:24:53.869295 | fa163eff-46ee-0072-a3a4-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.432018 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-12-05 21:24:53.941001 | fa163eff-46ee-0072-a3a4-000000000018 | TASK | Include Service VIP vars 2025-12-05 21:24:53.968807 | fa163eff-46ee-0072-a3a4-000000000018 | OK | Include Service VIP vars | undercloud 2025-12-05 21:24:53.969721 | fa163eff-46ee-0072-a3a4-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.532435 | 0.03s 2025-12-05 21:24:53.980242 | fa163eff-46ee-0072-a3a4-000000000018 | OK | Include Service VIP vars | standalone 2025-12-05 21:24:53.980600 | fa163eff-46ee-0072-a3a4-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.543325 | 0.03s 2025-12-05 21:24:53.983886 | fa163eff-46ee-0072-a3a4-000000000019 | TASK | Include OVN bridge MAC address variables 2025-12-05 21:24:54.011130 | fa163eff-46ee-0072-a3a4-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-12-05 21:24:54.012028 | fa163eff-46ee-0072-a3a4-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.574740 | 0.03s 2025-12-05 21:24:54.022605 | fa163eff-46ee-0072-a3a4-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-12-05 21:24:54.022971 | fa163eff-46ee-0072-a3a4-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.585697 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-12-05 21:24:54.100581 | fa163eff-46ee-0072-a3a4-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-12-05 21:24:54.866959 | fa163eff-46ee-0072-a3a4-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-12-05 21:24:54.958119 | fa163eff-46ee-0072-a3a4-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-12-05 21:24:54.994069 | fa163eff-46ee-0072-a3a4-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-12-05 21:24:54.994809 | fa163eff-46ee-0072-a3a4-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.557523 | 0.04s PLAY [Manage SELinux] ********************************************************** 2025-12-05 21:24:55.068740 | fa163eff-46ee-0072-a3a4-000000000023 | TASK | Set selinux state 2025-12-05 21:24:55.628880 | fa163eff-46ee-0072-a3a4-000000000023 | OK | Set selinux state | standalone 2025-12-05 21:24:55.630049 | fa163eff-46ee-0072-a3a4-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.192759 | 0.56s PLAY [Generate /etc/hosts] ***************************************************** 2025-12-05 21:24:55.765099 | fa163eff-46ee-0072-a3a4-000000000026 | TASK | Configure Hosts Entries 2025-12-05 21:24:55.794930 | fa163eff-46ee-0072-a3a4-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.357629 | 0.03s 2025-12-05 21:24:55.810131 | fa163eff-46ee-0072-a3a4-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.372852 | 0.02s 2025-12-05 21:24:55.852435 | fa163eff-46ee-0072-a3a4-0000000001f1 | TASK | Create temporary file for hosts 2025-12-05 21:24:56.200006 | fa163eff-46ee-0072-a3a4-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-12-05 21:24:56.203423 | fa163eff-46ee-0072-a3a4-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.766129 | 0.34s 2025-12-05 21:24:56.204712 | fa163eff-46ee-0072-a3a4-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-12-05 21:24:56.205356 | fa163eff-46ee-0072-a3a4-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.768075 | 0.35s 2025-12-05 21:24:56.223553 | fa163eff-46ee-0072-a3a4-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-12-05 21:24:56.630257 | fa163eff-46ee-0072-a3a4-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-12-05 21:24:56.632138 | fa163eff-46ee-0072-a3a4-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.194826 | 0.41s 2025-12-05 21:24:56.643675 | fa163eff-46ee-0072-a3a4-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-12-05 21:24:56.644443 | fa163eff-46ee-0072-a3a4-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.207157 | 0.40s 2025-12-05 21:24:56.663159 | fa163eff-46ee-0072-a3a4-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-12-05 21:24:57.029094 | fa163eff-46ee-0072-a3a4-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-12-05 21:24:57.030628 | fa163eff-46ee-0072-a3a4-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.593330 | 0.34s 2025-12-05 21:24:57.036145 | fa163eff-46ee-0072-a3a4-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-12-05 21:24:57.036885 | fa163eff-46ee-0072-a3a4-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.599602 | 0.37s 2025-12-05 21:24:57.054727 | fa163eff-46ee-0072-a3a4-0000000001f4 | TASK | Render out the hosts entries 2025-12-05 21:24:57.176233 | fa163eff-46ee-0072-a3a4-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-12-05 21:24:57.177339 | fa163eff-46ee-0072-a3a4-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.740048 | 0.12s 2025-12-05 21:24:57.195024 | fa163eff-46ee-0072-a3a4-0000000001f5 | TASK | Prepare new /etc/hosts 2025-12-05 21:24:57.490128 | fa163eff-46ee-0072-a3a4-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-12-05 21:24:57.491559 | fa163eff-46ee-0072-a3a4-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:07.054267 | 0.30s 2025-12-05 21:24:57.492611 | fa163eff-46ee-0072-a3a4-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-12-05 21:24:57.493285 | fa163eff-46ee-0072-a3a4-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:07.056003 | 0.28s 2025-12-05 21:24:57.511773 | fa163eff-46ee-0072-a3a4-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-12-05 21:24:57.885205 | fa163eff-46ee-0072-a3a4-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-12-05 21:24:57.887082 | fa163eff-46ee-0072-a3a4-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.449785 | 0.35s 2025-12-05 21:24:57.888073 | fa163eff-46ee-0072-a3a4-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-12-05 21:24:57.888835 | fa163eff-46ee-0072-a3a4-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.451552 | 0.38s 2025-12-05 21:24:57.907910 | fa163eff-46ee-0072-a3a4-0000000001f7 | TASK | Clean up temporary hosts file 2025-12-05 21:24:58.275699 | fa163eff-46ee-0072-a3a4-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-12-05 21:24:58.277781 | fa163eff-46ee-0072-a3a4-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.840482 | 0.37s 2025-12-05 21:24:58.278694 | fa163eff-46ee-0072-a3a4-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-12-05 21:24:58.279453 | fa163eff-46ee-0072-a3a4-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.842170 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2025-12-05 21:24:58.402731 | fa163eff-46ee-0072-a3a4-00000000002a | TASK | Common roles for TripleO servers 2025-12-05 21:24:58.430916 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-00000000002a') missing from stats 2025-12-05 21:24:58.499329 | fa163eff-46ee-0072-a3a4-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:08.062035 | 0.02s 2025-12-05 21:24:58.568306 | fa163eff-46ee-0072-a3a4-000000000254 | TASK | Gather variables for each operating system 2025-12-05 21:24:58.681255 | fa163eff-46ee-0072-a3a4-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-05 21:24:58.682904 | fa163eff-46ee-0072-a3a4-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.245607 | 0.11s 2025-12-05 21:24:58.688423 | fa163eff-46ee-0072-a3a4-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.251135 | 0.12s 2025-12-05 21:24:58.712986 | fa163eff-46ee-0072-a3a4-000000000256 | TASK | Check release version package is installed 2025-12-05 21:24:59.026675 | fa163eff-46ee-0072-a3a4-000000000256 | CHANGED | Check release version package is installed | standalone 2025-12-05 21:24:59.028031 | fa163eff-46ee-0072-a3a4-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.590738 | 0.31s 2025-12-05 21:24:59.055118 | fa163eff-46ee-0072-a3a4-000000000257 | TASK | Deploy release version package 2025-12-05 21:25:03.699935 | fa163eff-46ee-0072-a3a4-000000000257 | CHANGED | Deploy release version package | standalone 2025-12-05 21:25:03.701440 | fa163eff-46ee-0072-a3a4-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.264145 | 4.64s 2025-12-05 21:25:03.726144 | fa163eff-46ee-0072-a3a4-000000000259 | TASK | Include packages tasks 2025-12-05 21:25:03.755424 | fa163eff-46ee-0072-a3a4-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.318120 | 0.03s 2025-12-05 21:25:03.781595 | 7915eed3-55f3-487e-a127-ef146a413824 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-12-05 21:25:03.811922 | fa163eff-46ee-0072-a3a4-0000000002ad | TASK | Gather facts if they don't exist 2025-12-05 21:25:03.859408 | fa163eff-46ee-0072-a3a4-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-12-05 21:25:03.860906 | fa163eff-46ee-0072-a3a4-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.423612 | 0.05s 2025-12-05 21:25:03.885703 | fa163eff-46ee-0072-a3a4-0000000002ae | TASK | Gather variables for each operating system 2025-12-05 21:25:04.005107 | fa163eff-46ee-0072-a3a4-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-05 21:25:04.016428 | fa163eff-46ee-0072-a3a4-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.579130 | 0.13s 2025-12-05 21:25:04.034807 | fa163eff-46ee-0072-a3a4-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-05 21:25:04.336781 | fa163eff-46ee-0072-a3a4-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-05 21:25:04.338452 | fa163eff-46ee-0072-a3a4-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.901155 | 0.30s 2025-12-05 21:25:04.363721 | fa163eff-46ee-0072-a3a4-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-12-05 21:25:10.162535 | fa163eff-46ee-0072-a3a4-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-12-05 21:25:10.165954 | fa163eff-46ee-0072-a3a4-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.728660 | 5.80s 2025-12-05 21:25:10.191532 | fa163eff-46ee-0072-a3a4-0000000002b2 | TASK | Ensure packages are actually well installed 2025-12-05 21:25:11.246074 | fa163eff-46ee-0072-a3a4-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-05 21:25:11.249476 | fa163eff-46ee-0072-a3a4-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.812182 | 1.06s 2025-12-05 21:25:11.276751 | fa163eff-46ee-0072-a3a4-00000000025a | TASK | Enable openvswitch service if installed 2025-12-05 21:25:12.199135 | fa163eff-46ee-0072-a3a4-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-12-05 21:25:12.202573 | fa163eff-46ee-0072-a3a4-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.765274 | 0.92s 2025-12-05 21:25:12.229171 | fa163eff-46ee-0072-a3a4-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-12-05 21:25:12.460468 | fa163eff-46ee-0072-a3a4-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-12-05 21:25:12.461725 | fa163eff-46ee-0072-a3a4-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.024435 | 0.23s 2025-12-05 21:25:12.485862 | fa163eff-46ee-0072-a3a4-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-12-05 21:25:12.782833 | fa163eff-46ee-0072-a3a4-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-12-05 21:25:12.784030 | fa163eff-46ee-0072-a3a4-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:22.346739 | 0.30s 2025-12-05 21:25:12.807996 | fa163eff-46ee-0072-a3a4-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-12-05 21:25:12.855137 | fa163eff-46ee-0072-a3a4-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-12-05 21:25:12.856242 | fa163eff-46ee-0072-a3a4-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:22.418952 | 0.05s 2025-12-05 21:25:12.880239 | fa163eff-46ee-0072-a3a4-00000000025f | TASK | Ensure network service is enabled 2025-12-05 21:25:13.269595 | fa163eff-46ee-0072-a3a4-00000000025f | OK | Ensure network service is enabled | standalone 2025-12-05 21:25:13.271008 | fa163eff-46ee-0072-a3a4-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.833722 | 0.39s 2025-12-05 21:25:13.291441 | fa163eff-46ee-0072-a3a4-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-12-05 21:25:13.633424 | fa163eff-46ee-0072-a3a4-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-05 21:25:13.634312 | fa163eff-46ee-0072-a3a4-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.197030 | 0.34s 2025-12-05 21:25:13.651528 | fa163eff-46ee-0072-a3a4-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-12-05 21:25:13.890955 | fa163eff-46ee-0072-a3a4-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-05 21:25:13.892245 | fa163eff-46ee-0072-a3a4-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:23.454954 | 0.24s 2025-12-05 21:25:13.916065 | fa163eff-46ee-0072-a3a4-000000000263 | TASK | Reload NetworkManager 2025-12-05 21:25:14.330875 | fa163eff-46ee-0072-a3a4-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-12-05 21:25:14.332831 | fa163eff-46ee-0072-a3a4-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.895538 | 0.42s 2025-12-05 21:25:14.358900 | fa163eff-46ee-0072-a3a4-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-12-05 21:25:14.595070 | fa163eff-46ee-0072-a3a4-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-12-05 21:25:14.596378 | fa163eff-46ee-0072-a3a4-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:24.159085 | 0.24s 2025-12-05 21:25:14.621005 | fa163eff-46ee-0072-a3a4-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-12-05 21:25:14.948588 | fa163eff-46ee-0072-a3a4-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-12-05 21:25:14.949808 | fa163eff-46ee-0072-a3a4-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:24.512519 | 0.33s 2025-12-05 21:25:14.974299 | fa163eff-46ee-0072-a3a4-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-12-05 21:25:15.175079 | fa163eff-46ee-0072-a3a4-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-12-05 21:25:15.176242 | fa163eff-46ee-0072-a3a4-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:24.738953 | 0.20s 2025-12-05 21:25:15.200366 | fa163eff-46ee-0072-a3a4-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-12-05 21:25:15.421774 | fa163eff-46ee-0072-a3a4-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-12-05 21:25:15.423077 | fa163eff-46ee-0072-a3a4-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.985786 | 0.22s 2025-12-05 21:25:15.497372 | fa163eff-46ee-0072-a3a4-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:25.060072 | 0.03s 2025-12-05 21:25:15.574190 | fa163eff-46ee-0072-a3a4-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-12-05 21:25:15.805162 | fa163eff-46ee-0072-a3a4-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-12-05 21:25:15.806875 | fa163eff-46ee-0072-a3a4-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:25.369576 | 0.23s 2025-12-05 21:25:15.832514 | fa163eff-46ee-0072-a3a4-000000000362 | TASK | Check for ssh_known_hosts file 2025-12-05 21:25:16.067800 | fa163eff-46ee-0072-a3a4-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-12-05 21:25:16.069172 | fa163eff-46ee-0072-a3a4-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:25.631879 | 0.24s 2025-12-05 21:25:16.094388 | fa163eff-46ee-0072-a3a4-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-12-05 21:25:16.121768 | fa163eff-46ee-0072-a3a4-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-12-05 21:25:16.122959 | fa163eff-46ee-0072-a3a4-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:25.685671 | 0.03s 2025-12-05 21:25:16.147251 | fa163eff-46ee-0072-a3a4-000000000364 | TASK | Write temporary file 2025-12-05 21:25:16.176993 | fa163eff-46ee-0072-a3a4-000000000364 | SKIPPED | Write temporary file | standalone 2025-12-05 21:25:16.178167 | fa163eff-46ee-0072-a3a4-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:25.740875 | 0.03s 2025-12-05 21:25:16.203103 | fa163eff-46ee-0072-a3a4-000000000365 | TASK | Set ssh_known_hosts fact 2025-12-05 21:25:16.275162 | fa163eff-46ee-0072-a3a4-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-12-05 21:25:16.276264 | fa163eff-46ee-0072-a3a4-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:25.838975 | 0.07s 2025-12-05 21:25:16.300142 | fa163eff-46ee-0072-a3a4-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-12-05 21:25:16.525633 | fa163eff-46ee-0072-a3a4-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-12-05 21:25:16.526952 | fa163eff-46ee-0072-a3a4-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:26.089660 | 0.23s 2025-12-05 21:25:16.551160 | fa163eff-46ee-0072-a3a4-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-12-05 21:25:16.775822 | fa163eff-46ee-0072-a3a4-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-12-05 21:25:16.777440 | fa163eff-46ee-0072-a3a4-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:26.340139 | 0.23s 2025-12-05 21:25:16.803020 | fa163eff-46ee-0072-a3a4-000000000368 | TASK | Remove temp file 2025-12-05 21:25:17.034921 | fa163eff-46ee-0072-a3a4-000000000368 | CHANGED | Remove temp file | standalone 2025-12-05 21:25:17.036374 | fa163eff-46ee-0072-a3a4-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:26.599080 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-12-05 21:25:17.216028 | fa163eff-46ee-0072-a3a4-000000000034 | TASK | Deploy step tasks for step 0 2025-12-05 21:25:17.276973 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-000000000034') missing from stats 2025-12-05 21:25:17.302303 | fa163eff-46ee-0072-a3a4-000000000035 | TASK | Ensure /var/log/journal exists 2025-12-05 21:25:17.534483 | fa163eff-46ee-0072-a3a4-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-12-05 21:25:17.535829 | fa163eff-46ee-0072-a3a4-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:27.098539 | 0.23s 2025-12-05 21:25:17.559928 | fa163eff-46ee-0072-a3a4-000000000036 | TASK | Check cloud-init status 2025-12-05 21:25:17.791602 | fa163eff-46ee-0072-a3a4-000000000036 | CHANGED | Check cloud-init status | standalone 2025-12-05 21:25:17.792919 | fa163eff-46ee-0072-a3a4-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:27.355631 | 0.23s 2025-12-05 21:25:17.817714 | fa163eff-46ee-0072-a3a4-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-12-05 21:25:18.047826 | fa163eff-46ee-0072-a3a4-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-12-05 21:25:18.049093 | fa163eff-46ee-0072-a3a4-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:27.611804 | 0.23s 2025-12-05 21:25:18.073751 | fa163eff-46ee-0072-a3a4-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-12-05 21:25:18.468061 | fa163eff-46ee-0072-a3a4-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-12-05 21:25:18.469414 | fa163eff-46ee-0072-a3a4-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:28.032125 | 0.39s 2025-12-05 21:25:18.494876 | fa163eff-46ee-0072-a3a4-000000000039 | TASK | Create /var/lib/container-puppet 2025-12-05 21:25:18.765619 | fa163eff-46ee-0072-a3a4-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-12-05 21:25:18.766680 | fa163eff-46ee-0072-a3a4-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:28.329394 | 0.27s 2025-12-05 21:25:18.790891 | fa163eff-46ee-0072-a3a4-00000000003a | TASK | Write container-puppet.sh 2025-12-05 21:25:19.252237 | fa163eff-46ee-0072-a3a4-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-12-05 21:25:19.253595 | fa163eff-46ee-0072-a3a4-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:28.816308 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 21:25:19.322216 | fa163eff-46ee-0072-a3a4-00000000003b | TIMING | include_tasks | standalone | 0:00:28.884915 | 0.04s 2025-12-05 21:25:19.344767 | 697c54af-577e-4e42-817f-2b93a0f6a22a | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-12-05 21:25:19.377669 | fa163eff-46ee-0072-a3a4-000000000416 | TASK | Configure tuned before reboot 2025-12-05 21:25:19.427210 | fa163eff-46ee-0072-a3a4-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.989915 | 0.05s 2025-12-05 21:25:19.489607 | fa163eff-46ee-0072-a3a4-000000000455 | TASK | Gather variables for each operating system 2025-12-05 21:25:19.606571 | fa163eff-46ee-0072-a3a4-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-05 21:25:19.608807 | fa163eff-46ee-0072-a3a4-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.171518 | 0.12s 2025-12-05 21:25:19.619120 | fa163eff-46ee-0072-a3a4-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:29.181833 | 0.13s 2025-12-05 21:25:19.705605 | fa163eff-46ee-0072-a3a4-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:29.268315 | 0.06s 2025-12-05 21:25:19.726081 | e225e8cd-f1d2-49eb-873d-35cf14f451b5 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-05 21:25:19.761371 | fa163eff-46ee-0072-a3a4-00000000047f | TASK | Check tuned package is installed 2025-12-05 21:25:20.029352 | fa163eff-46ee-0072-a3a4-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-12-05 21:25:20.030889 | fa163eff-46ee-0072-a3a4-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:29.593598 | 0.27s 2025-12-05 21:25:20.057471 | fa163eff-46ee-0072-a3a4-000000000480 | TASK | Install tuned 2025-12-05 21:25:26.625842 | fa163eff-46ee-0072-a3a4-000000000480 | CHANGED | Install tuned | standalone 2025-12-05 21:25:26.627339 | fa163eff-46ee-0072-a3a4-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:36.190051 | 6.57s 2025-12-05 21:25:26.653365 | fa163eff-46ee-0072-a3a4-000000000481 | TASK | Restart tuned 2025-12-05 21:25:29.473874 | fa163eff-46ee-0072-a3a4-000000000481 | CHANGED | Restart tuned | standalone 2025-12-05 21:25:29.475695 | fa163eff-46ee-0072-a3a4-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.038407 | 2.82s 2025-12-05 21:25:29.502074 | fa163eff-46ee-0072-a3a4-000000000457 | TASK | Check for tuned-adm 2025-12-05 21:25:29.729940 | fa163eff-46ee-0072-a3a4-000000000457 | OK | Check for tuned-adm | standalone 2025-12-05 21:25:29.731546 | fa163eff-46ee-0072-a3a4-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.294257 | 0.23s 2025-12-05 21:25:29.787222 | fa163eff-46ee-0072-a3a4-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.349930 | 0.03s 2025-12-05 21:25:29.817051 | 1aa0be54-42ba-4dbe-9a4f-8c62c7464aab | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-05 21:25:29.852868 | fa163eff-46ee-0072-a3a4-0000000004b6 | TASK | Ensure profile directory exists 2025-12-05 21:25:29.920612 | fa163eff-46ee-0072-a3a4-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-12-05 21:25:29.921363 | fa163eff-46ee-0072-a3a4-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.484080 | 0.07s 2025-12-05 21:25:29.941248 | fa163eff-46ee-0072-a3a4-0000000004b7 | TASK | Create custom tuned profile 2025-12-05 21:25:30.011018 | fa163eff-46ee-0072-a3a4-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-12-05 21:25:30.012125 | fa163eff-46ee-0072-a3a4-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.574837 | 0.07s 2025-12-05 21:25:30.037774 | fa163eff-46ee-0072-a3a4-0000000004b8 | TASK | Check tuned active profile 2025-12-05 21:25:30.385969 | fa163eff-46ee-0072-a3a4-0000000004b8 | OK | Check tuned active profile | standalone 2025-12-05 21:25:30.387170 | fa163eff-46ee-0072-a3a4-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:39.949881 | 0.35s 2025-12-05 21:25:30.413436 | fa163eff-46ee-0072-a3a4-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-12-05 21:25:30.634677 | fa163eff-46ee-0072-a3a4-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-12-05 21:25:30.635811 | fa163eff-46ee-0072-a3a4-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.198522 | 0.22s 2025-12-05 21:25:30.660972 | fa163eff-46ee-0072-a3a4-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-05 21:25:30.724752 | fa163eff-46ee-0072-a3a4-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-05 21:25:30.725815 | fa163eff-46ee-0072-a3a4-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.288527 | 0.06s 2025-12-05 21:25:30.753725 | fa163eff-46ee-0072-a3a4-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-12-05 21:25:30.814345 | fa163eff-46ee-0072-a3a4-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-05 21:25:30.815443 | fa163eff-46ee-0072-a3a4-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.378156 | 0.06s 2025-12-05 21:25:30.841316 | fa163eff-46ee-0072-a3a4-0000000004bc | TASK | Enable tuned profile 2025-12-05 21:25:32.254872 | fa163eff-46ee-0072-a3a4-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-12-05 21:25:32.255709 | fa163eff-46ee-0072-a3a4-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:41.818430 | 1.41s 2025-12-05 21:25:32.288384 | fa163eff-46ee-0072-a3a4-000000000417 | TASK | Configure kernel args and reboot 2025-12-05 21:25:32.337863 | fa163eff-46ee-0072-a3a4-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:41.900581 | 0.05s 2025-12-05 21:25:32.446237 | fa163eff-46ee-0072-a3a4-000000000569 | TASK | Get the command line args of the node 2025-12-05 21:25:32.684892 | fa163eff-46ee-0072-a3a4-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-12-05 21:25:32.686167 | fa163eff-46ee-0072-a3a4-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.248877 | 0.24s 2025-12-05 21:25:32.711689 | fa163eff-46ee-0072-a3a4-00000000056b | TASK | Check if node has a nova.conf 2025-12-05 21:25:32.953922 | fa163eff-46ee-0072-a3a4-00000000056b | OK | Check if node has a nova.conf | standalone 2025-12-05 21:25:32.955129 | fa163eff-46ee-0072-a3a4-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.517842 | 0.24s 2025-12-05 21:25:32.980660 | fa163eff-46ee-0072-a3a4-00000000056d | TASK | Warn operator about workload protection 2025-12-05 21:25:33.020901 | fa163eff-46ee-0072-a3a4-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-12-05 21:25:33.022205 | fa163eff-46ee-0072-a3a4-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.584916 | 0.04s 2025-12-05 21:25:33.048526 | fa163eff-46ee-0072-a3a4-00000000056e | TASK | Setting defer reboot fact 2025-12-05 21:25:33.083899 | fa163eff-46ee-0072-a3a4-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-12-05 21:25:33.084485 | fa163eff-46ee-0072-a3a4-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:42.647205 | 0.03s 2025-12-05 21:25:33.104035 | fa163eff-46ee-0072-a3a4-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-12-05 21:25:33.134344 | fa163eff-46ee-0072-a3a4-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:42.697042 | 0.03s 2025-12-05 21:25:33.162367 | fa163eff-46ee-0072-a3a4-000000000575 | TASK | Find hugepages in cmdline 2025-12-05 21:25:33.211354 | fa163eff-46ee-0072-a3a4-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-12-05 21:25:33.212678 | fa163eff-46ee-0072-a3a4-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:42.775389 | 0.05s 2025-12-05 21:25:33.240878 | fa163eff-46ee-0072-a3a4-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-12-05 21:25:33.289909 | fa163eff-46ee-0072-a3a4-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-12-05 21:25:33.291023 | fa163eff-46ee-0072-a3a4-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:42.853735 | 0.05s 2025-12-05 21:25:33.316899 | fa163eff-46ee-0072-a3a4-00000000057a | TASK | Find desired default hugepage size 2025-12-05 21:25:33.366211 | fa163eff-46ee-0072-a3a4-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-12-05 21:25:33.367455 | fa163eff-46ee-0072-a3a4-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:42.930167 | 0.05s 2025-12-05 21:25:33.393213 | fa163eff-46ee-0072-a3a4-00000000057c | TASK | Storing non-configured hugepages 2025-12-05 21:25:33.424668 | fa163eff-46ee-0072-a3a4-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:42.987368 | 0.03s 2025-12-05 21:25:33.451420 | fa163eff-46ee-0072-a3a4-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-12-05 21:25:33.494731 | fa163eff-46ee-0072-a3a4-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-12-05 21:25:33.496028 | fa163eff-46ee-0072-a3a4-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.058740 | 0.04s 2025-12-05 21:25:33.522087 | fa163eff-46ee-0072-a3a4-00000000057f | TASK | Determining the default hugepagesz 2025-12-05 21:25:33.572022 | fa163eff-46ee-0072-a3a4-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-12-05 21:25:33.573215 | fa163eff-46ee-0072-a3a4-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.135928 | 0.05s 2025-12-05 21:25:33.598945 | fa163eff-46ee-0072-a3a4-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-12-05 21:25:33.644379 | fa163eff-46ee-0072-a3a4-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-12-05 21:25:33.645755 | fa163eff-46ee-0072-a3a4-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.208467 | 0.05s 2025-12-05 21:25:33.672726 | fa163eff-46ee-0072-a3a4-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-12-05 21:25:33.714831 | fa163eff-46ee-0072-a3a4-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-12-05 21:25:33.716176 | fa163eff-46ee-0072-a3a4-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.278883 | 0.04s 2025-12-05 21:25:33.741957 | fa163eff-46ee-0072-a3a4-000000000583 | TASK | Warn about possible modifications 2025-12-05 21:25:33.783679 | fa163eff-46ee-0072-a3a4-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-12-05 21:25:33.784813 | fa163eff-46ee-0072-a3a4-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.347525 | 0.04s 2025-12-05 21:25:33.810051 | fa163eff-46ee-0072-a3a4-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-12-05 21:25:33.853472 | fa163eff-46ee-0072-a3a4-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-12-05 21:25:33.854844 | fa163eff-46ee-0072-a3a4-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.417553 | 0.04s 2025-12-05 21:25:33.880419 | fa163eff-46ee-0072-a3a4-000000000585 | TASK | Cleaning up whitespaces 2025-12-05 21:25:33.921434 | fa163eff-46ee-0072-a3a4-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-12-05 21:25:33.922611 | fa163eff-46ee-0072-a3a4-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.485323 | 0.04s 2025-12-05 21:25:33.948057 | fa163eff-46ee-0072-a3a4-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-12-05 21:25:34.314146 | fa163eff-46ee-0072-a3a4-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-12-05 21:25:34.316066 | fa163eff-46ee-0072-a3a4-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:43.878776 | 0.37s 2025-12-05 21:25:34.342830 | fa163eff-46ee-0072-a3a4-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-12-05 21:25:34.386419 | fa163eff-46ee-0072-a3a4-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-12-05 21:25:34.387963 | fa163eff-46ee-0072-a3a4-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:43.950673 | 0.04s 2025-12-05 21:25:34.416254 | fa163eff-46ee-0072-a3a4-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-12-05 21:25:34.469530 | fa163eff-46ee-0072-a3a4-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-12-05 21:25:34.471043 | fa163eff-46ee-0072-a3a4-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.033748 | 0.05s 2025-12-05 21:25:34.502871 | fa163eff-46ee-0072-a3a4-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-12-05 21:25:34.568381 | fa163eff-46ee-0072-a3a4-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-12-05 21:25:34.569563 | fa163eff-46ee-0072-a3a4-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.132275 | 0.06s 2025-12-05 21:25:34.590115 | fa163eff-46ee-0072-a3a4-00000000058c | TASK | Generate grub config 2025-12-05 21:25:34.653117 | fa163eff-46ee-0072-a3a4-00000000058c | SKIPPED | Generate grub config | standalone 2025-12-05 21:25:34.653960 | fa163eff-46ee-0072-a3a4-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.216677 | 0.06s 2025-12-05 21:25:34.674103 | fa163eff-46ee-0072-a3a4-000000000590 | TASK | Get the block device that /boot is on 2025-12-05 21:25:34.736885 | fa163eff-46ee-0072-a3a4-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-12-05 21:25:34.738183 | fa163eff-46ee-0072-a3a4-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.300894 | 0.06s 2025-12-05 21:25:34.763716 | fa163eff-46ee-0072-a3a4-000000000591 | TASK | Get the mount point that /boot is in 2025-12-05 21:25:34.827301 | fa163eff-46ee-0072-a3a4-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-12-05 21:25:34.828408 | fa163eff-46ee-0072-a3a4-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.391122 | 0.06s 2025-12-05 21:25:34.854191 | fa163eff-46ee-0072-a3a4-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-12-05 21:25:34.914836 | fa163eff-46ee-0072-a3a4-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-12-05 21:25:34.916059 | fa163eff-46ee-0072-a3a4-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.478771 | 0.06s 2025-12-05 21:25:34.942472 | fa163eff-46ee-0072-a3a4-000000000593 | TASK | Executed script to fix grub-menu 2025-12-05 21:25:35.013747 | fa163eff-46ee-0072-a3a4-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-12-05 21:25:35.014890 | fa163eff-46ee-0072-a3a4-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.577601 | 0.07s 2025-12-05 21:25:35.040946 | fa163eff-46ee-0072-a3a4-000000000594 | TASK | Check grub config paths 2025-12-05 21:25:35.114875 | fa163eff-46ee-0072-a3a4-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-12-05 21:25:35.130618 | fa163eff-46ee-0072-a3a4-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-12-05 21:25:35.142605 | fa163eff-46ee-0072-a3a4-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:44.705309 | 0.10s 2025-12-05 21:25:35.170543 | fa163eff-46ee-0072-a3a4-000000000595 | TASK | Write EFI grub.cfg 2025-12-05 21:25:35.236663 | fa163eff-46ee-0072-a3a4-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-05 21:25:35.251865 | fa163eff-46ee-0072-a3a4-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-05 21:25:35.258527 | fa163eff-46ee-0072-a3a4-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:44.821196 | 0.09s 2025-12-05 21:25:35.284949 | fa163eff-46ee-0072-a3a4-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-12-05 21:25:35.335016 | fa163eff-46ee-0072-a3a4-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-12-05 21:25:35.336294 | fa163eff-46ee-0072-a3a4-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:44.899006 | 0.05s 2025-12-05 21:25:35.364294 | fa163eff-46ee-0072-a3a4-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-12-05 21:25:35.414162 | fa163eff-46ee-0072-a3a4-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-12-05 21:25:35.415365 | fa163eff-46ee-0072-a3a4-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:44.978077 | 0.05s 2025-12-05 21:25:35.441225 | fa163eff-46ee-0072-a3a4-000000000598 | TASK | Execute grub2-mkconfig 2025-12-05 21:25:35.504550 | fa163eff-46ee-0072-a3a4-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-12-05 21:25:35.505668 | fa163eff-46ee-0072-a3a4-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.068381 | 0.06s 2025-12-05 21:25:35.531100 | fa163eff-46ee-0072-a3a4-000000000599 | TASK | Check for active tuned profile 2025-12-05 21:25:35.592788 | fa163eff-46ee-0072-a3a4-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-12-05 21:25:35.593853 | fa163eff-46ee-0072-a3a4-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.156565 | 0.06s 2025-12-05 21:25:35.618458 | fa163eff-46ee-0072-a3a4-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-12-05 21:25:35.680318 | fa163eff-46ee-0072-a3a4-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-12-05 21:25:35.681630 | fa163eff-46ee-0072-a3a4-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.244338 | 0.06s 2025-12-05 21:25:35.706738 | fa163eff-46ee-0072-a3a4-00000000059b | TASK | Set reboot required fact 2025-12-05 21:25:35.768588 | fa163eff-46ee-0072-a3a4-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-12-05 21:25:35.769819 | fa163eff-46ee-0072-a3a4-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.332528 | 0.06s 2025-12-05 21:25:35.796597 | fa163eff-46ee-0072-a3a4-00000000059d | TASK | Apply DPDK workarounds 2025-12-05 21:25:35.846551 | fa163eff-46ee-0072-a3a4-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-12-05 21:25:35.847709 | fa163eff-46ee-0072-a3a4-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.410420 | 0.05s 2025-12-05 21:25:35.873369 | fa163eff-46ee-0072-a3a4-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-12-05 21:25:35.911960 | fa163eff-46ee-0072-a3a4-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-12-05 21:25:35.913038 | fa163eff-46ee-0072-a3a4-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.475750 | 0.04s 2025-12-05 21:25:35.938420 | fa163eff-46ee-0072-a3a4-0000000005a0 | TASK | Load modules 2025-12-05 21:25:35.985636 | fa163eff-46ee-0072-a3a4-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-12-05 21:25:35.993248 | fa163eff-46ee-0072-a3a4-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.555957 | 0.05s 2025-12-05 21:25:36.017950 | fa163eff-46ee-0072-a3a4-0000000005a2 | TASK | Persist modules via modules-load.d 2025-12-05 21:25:36.068921 | fa163eff-46ee-0072-a3a4-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-12-05 21:25:36.080930 | fa163eff-46ee-0072-a3a4-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.643639 | 0.06s 2025-12-05 21:25:36.106401 | fa163eff-46ee-0072-a3a4-0000000005a4 | TASK | Drop module persistence 2025-12-05 21:25:36.153593 | fa163eff-46ee-0072-a3a4-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-12-05 21:25:36.159817 | fa163eff-46ee-0072-a3a4-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:45.722525 | 0.05s 2025-12-05 21:25:36.185375 | fa163eff-46ee-0072-a3a4-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-12-05 21:25:36.232798 | fa163eff-46ee-0072-a3a4-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-12-05 21:25:36.243685 | fa163eff-46ee-0072-a3a4-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:45.806392 | 0.06s 2025-12-05 21:25:36.268958 | fa163eff-46ee-0072-a3a4-0000000005a8 | TASK | Modules reload 2025-12-05 21:25:36.308285 | fa163eff-46ee-0072-a3a4-0000000005a8 | SKIPPED | Modules reload | standalone 2025-12-05 21:25:36.309380 | fa163eff-46ee-0072-a3a4-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:45.872091 | 0.04s 2025-12-05 21:25:36.334847 | fa163eff-46ee-0072-a3a4-0000000005aa | TASK | Reboot tasks 2025-12-05 21:25:36.385837 | fa163eff-46ee-0072-a3a4-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-12-05 21:25:36.387046 | fa163eff-46ee-0072-a3a4-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:45.949759 | 0.05s 2025-12-05 21:25:36.414920 | fa163eff-46ee-0072-a3a4-0000000005ab | TASK | Skipping reboot for deployed node 2025-12-05 21:25:36.466279 | fa163eff-46ee-0072-a3a4-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-12-05 21:25:36.467370 | fa163eff-46ee-0072-a3a4-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.030081 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-12-05 21:25:36.645859 | fa163eff-46ee-0072-a3a4-00000000003f | TASK | Server pre-network deployments 2025-12-05 21:25:36.672024 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-00000000003f') missing from stats 2025-12-05 21:25:36.692314 | fa163eff-46ee-0072-a3a4-000000000043 | TASK | Hiera config 2025-12-05 21:25:36.718096 | fa163eff-46ee-0072-a3a4-000000000043 | TIMING | Hiera config | standalone | 0:00:46.280801 | 0.02s 2025-12-05 21:25:36.767843 | fa163eff-46ee-0072-a3a4-000000000721 | TASK | Create /etc/puppet/hieradata 2025-12-05 21:25:37.009188 | fa163eff-46ee-0072-a3a4-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-12-05 21:25:37.010623 | fa163eff-46ee-0072-a3a4-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.573331 | 0.24s 2025-12-05 21:25:37.036006 | fa163eff-46ee-0072-a3a4-000000000722 | TASK | Write hiera config 2025-12-05 21:25:37.557049 | fa163eff-46ee-0072-a3a4-000000000722 | CHANGED | Write hiera config | standalone 2025-12-05 21:25:37.558533 | fa163eff-46ee-0072-a3a4-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.121211 | 0.52s 2025-12-05 21:25:37.606689 | fa163eff-46ee-0072-a3a4-000000000044 | TASK | Hiera symlink 2025-12-05 21:25:37.842128 | fa163eff-46ee-0072-a3a4-000000000044 | CHANGED | Hiera symlink | standalone 2025-12-05 21:25:37.843595 | fa163eff-46ee-0072-a3a4-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.406305 | 0.24s 2025-12-05 21:25:37.869993 | fa163eff-46ee-0072-a3a4-000000000045 | TASK | Hieradata from vars 2025-12-05 21:25:37.898720 | fa163eff-46ee-0072-a3a4-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.461428 | 0.03s 2025-12-05 21:25:37.959182 | fa163eff-46ee-0072-a3a4-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-12-05 21:25:38.398326 | fa163eff-46ee-0072-a3a4-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-12-05 21:25:38.399720 | fa163eff-46ee-0072-a3a4-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:47.962430 | 0.44s 2025-12-05 21:25:38.426883 | fa163eff-46ee-0072-a3a4-00000000077d | TASK | Render hieradata from template 2025-12-05 21:25:38.939885 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-12-05 21:25:38.941933 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.504635 | 0.51s 2025-12-05 21:25:39.487569 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-12-05 21:25:39.488733 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.051447 | 1.06s 2025-12-05 21:25:40.117865 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-12-05 21:25:40.119679 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.682386 | 1.69s 2025-12-05 21:25:40.621365 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-12-05 21:25:40.623674 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.186381 | 2.20s 2025-12-05 21:25:41.153035 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-12-05 21:25:41.154583 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.717290 | 2.73s 2025-12-05 21:25:41.667556 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-12-05 21:25:41.670182 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.232888 | 3.24s 2025-12-05 21:25:42.165644 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-12-05 21:25:42.167209 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.729914 | 3.74s 2025-12-05 21:25:42.614777 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-12-05 21:25:42.616168 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.178876 | 4.19s 2025-12-05 21:25:43.109966 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-12-05 21:25:43.111248 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.673958 | 4.68s 2025-12-05 21:25:43.589973 | fa163eff-46ee-0072-a3a4-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-05 21:25:43.591399 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.154105 | 5.16s 2025-12-05 21:25:43.599535 | fa163eff-46ee-0072-a3a4-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.162241 | 5.17s 2025-12-05 21:25:43.639452 | fa163eff-46ee-0072-a3a4-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-12-05 21:25:43.692619 | fa163eff-46ee-0072-a3a4-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.255333 | 0.05s 2025-12-05 21:25:43.749000 | fa163eff-46ee-0072-a3a4-000000000821 | TASK | Check for hieradata file 2025-12-05 21:25:43.976798 | fa163eff-46ee-0072-a3a4-000000000821 | OK | Check for hieradata file | standalone 2025-12-05 21:25:43.978050 | fa163eff-46ee-0072-a3a4-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.540761 | 0.23s 2025-12-05 21:25:44.003345 | fa163eff-46ee-0072-a3a4-000000000823 | TASK | Get existing data 2025-12-05 21:25:44.052904 | fa163eff-46ee-0072-a3a4-000000000823 | SKIPPED | Get existing data | standalone 2025-12-05 21:25:44.054252 | fa163eff-46ee-0072-a3a4-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.616963 | 0.05s 2025-12-05 21:25:44.078865 | fa163eff-46ee-0072-a3a4-000000000824 | TASK | Set data fact 2025-12-05 21:25:44.129002 | fa163eff-46ee-0072-a3a4-000000000824 | SKIPPED | Set data fact | standalone 2025-12-05 21:25:44.130114 | fa163eff-46ee-0072-a3a4-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.692827 | 0.05s 2025-12-05 21:25:44.154330 | fa163eff-46ee-0072-a3a4-000000000826 | TASK | Write ansible hieradata file 2025-12-05 21:25:44.681735 | fa163eff-46ee-0072-a3a4-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-12-05 21:25:44.683052 | fa163eff-46ee-0072-a3a4-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.245764 | 0.53s 2025-12-05 21:25:44.781577 | fa163eff-46ee-0072-a3a4-000000000047 | TIMING | include_tasks | standalone | 0:00:54.344280 | 0.05s PLAY [Server network deployments] ********************************************** 2025-12-05 21:25:44.928468 | fa163eff-46ee-0072-a3a4-00000000004b | TASK | Network Configuration 2025-12-05 21:25:44.954726 | fa163eff-46ee-0072-a3a4-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-00000000004b') missing from stats 2025-12-05 21:25:44.976903 | fa163eff-46ee-0072-a3a4-00000000004c | TASK | Check NetworkConfig script existence 2025-12-05 21:25:45.003866 | fa163eff-46ee-0072-a3a4-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-12-05 21:25:45.004426 | fa163eff-46ee-0072-a3a4-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.567146 | 0.03s 2025-12-05 21:25:45.022185 | fa163eff-46ee-0072-a3a4-000000000052 | TASK | Gather SELinux fact if needed 2025-12-05 21:25:45.068056 | fa163eff-46ee-0072-a3a4-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-12-05 21:25:45.069131 | fa163eff-46ee-0072-a3a4-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.631843 | 0.05s 2025-12-05 21:25:45.093534 | fa163eff-46ee-0072-a3a4-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-12-05 21:25:45.787968 | fa163eff-46ee-0072-a3a4-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-12-05 21:25:45.789484 | fa163eff-46ee-0072-a3a4-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.352196 | 0.69s 2025-12-05 21:25:45.815315 | fa163eff-46ee-0072-a3a4-000000000054 | TASK | Ensure requirements are satisfied 2025-12-05 21:25:45.848248 | fa163eff-46ee-0072-a3a4-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.410946 | 0.03s 2025-12-05 21:25:45.906303 | fa163eff-46ee-0072-a3a4-0000000008bf | TASK | Gather facts if they don't exist 2025-12-05 21:25:45.955733 | fa163eff-46ee-0072-a3a4-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-12-05 21:25:45.956981 | fa163eff-46ee-0072-a3a4-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.519688 | 0.05s 2025-12-05 21:25:45.981968 | fa163eff-46ee-0072-a3a4-0000000008c0 | TASK | Gather variables for each operating system 2025-12-05 21:25:46.100047 | fa163eff-46ee-0072-a3a4-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-12-05 21:25:46.111961 | fa163eff-46ee-0072-a3a4-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.674668 | 0.13s 2025-12-05 21:25:46.137007 | fa163eff-46ee-0072-a3a4-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-12-05 21:25:46.414118 | fa163eff-46ee-0072-a3a4-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-12-05 21:25:46.415693 | fa163eff-46ee-0072-a3a4-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:55.978405 | 0.28s 2025-12-05 21:25:46.441152 | fa163eff-46ee-0072-a3a4-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-12-05 21:25:46.479767 | fa163eff-46ee-0072-a3a4-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-12-05 21:25:46.480801 | fa163eff-46ee-0072-a3a4-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.043514 | 0.04s 2025-12-05 21:25:46.506115 | fa163eff-46ee-0072-a3a4-0000000008c4 | TASK | Ensure packages are actually well installed 2025-12-05 21:25:47.535581 | fa163eff-46ee-0072-a3a4-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-12-05 21:25:47.537135 | fa163eff-46ee-0072-a3a4-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.099847 | 1.03s 2025-12-05 21:25:47.586012 | fa163eff-46ee-0072-a3a4-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-12-05 21:25:47.839256 | fa163eff-46ee-0072-a3a4-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-12-05 21:25:47.840789 | fa163eff-46ee-0072-a3a4-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.403501 | 0.25s 2025-12-05 21:25:47.865723 | fa163eff-46ee-0072-a3a4-000000000057 | TASK | Reload NetworkManager 2025-12-05 21:25:48.319110 | fa163eff-46ee-0072-a3a4-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-12-05 21:25:48.321419 | fa163eff-46ee-0072-a3a4-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.884126 | 0.45s 2025-12-05 21:25:48.347901 | fa163eff-46ee-0072-a3a4-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-12-05 21:25:48.634573 | fa163eff-46ee-0072-a3a4-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-12-05 21:25:48.636128 | fa163eff-46ee-0072-a3a4-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.198839 | 0.29s 2025-12-05 21:25:48.661482 | fa163eff-46ee-0072-a3a4-00000000005a | TASK | Check for previous run of NetworkConfig 2025-12-05 21:25:48.911646 | fa163eff-46ee-0072-a3a4-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-12-05 21:25:48.912988 | fa163eff-46ee-0072-a3a4-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.475699 | 0.25s 2025-12-05 21:25:48.938418 | fa163eff-46ee-0072-a3a4-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-12-05 21:25:48.969051 | fa163eff-46ee-0072-a3a4-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-12-05 21:25:48.970126 | fa163eff-46ee-0072-a3a4-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.532838 | 0.03s 2025-12-05 21:25:48.994953 | fa163eff-46ee-0072-a3a4-00000000005c | TASK | Ensure we get cloud-init 2025-12-05 21:25:49.247593 | fa163eff-46ee-0072-a3a4-00000000005c | OK | Ensure we get cloud-init | standalone 2025-12-05 21:25:49.249180 | fa163eff-46ee-0072-a3a4-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.811890 | 0.25s 2025-12-05 21:25:49.275765 | fa163eff-46ee-0072-a3a4-00000000005e | TASK | Create /etc/os-net-config directory 2025-12-05 21:25:49.548965 | fa163eff-46ee-0072-a3a4-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-12-05 21:25:49.550407 | fa163eff-46ee-0072-a3a4-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:59.113117 | 0.27s 2025-12-05 21:25:49.575954 | fa163eff-46ee-0072-a3a4-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-12-05 21:25:49.967239 | fa163eff-46ee-0072-a3a4-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-12-05 21:25:49.968648 | fa163eff-46ee-0072-a3a4-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.531360 | 0.39s 2025-12-05 21:25:49.993656 | fa163eff-46ee-0072-a3a4-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-12-05 21:25:50.066054 | fa163eff-46ee-0072-a3a4-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-12-05 21:25:50.067463 | fa163eff-46ee-0072-a3a4-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.630171 | 0.07s 2025-12-05 21:25:50.092942 | fa163eff-46ee-0072-a3a4-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-12-05 21:25:50.333332 | fa163eff-46ee-0072-a3a4-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-12-05 21:25:50.334673 | fa163eff-46ee-0072-a3a4-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.897384 | 0.24s 2025-12-05 21:25:50.360056 | fa163eff-46ee-0072-a3a4-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-12-05 21:25:50.431421 | fa163eff-46ee-0072-a3a4-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.994127 | 0.07s 2025-12-05 21:25:50.457393 | de0808ae-0de9-408b-a0d7-7b6948261032 | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-12-05 21:25:50.489680 | fa163eff-46ee-0072-a3a4-000000000909 | TASK | Set nic_config_file fact 2025-12-05 21:25:50.573895 | fa163eff-46ee-0072-a3a4-000000000909 | OK | Set nic_config_file fact | standalone 2025-12-05 21:25:50.575019 | fa163eff-46ee-0072-a3a4-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:01:00.137730 | 0.08s 2025-12-05 21:25:50.600515 | fa163eff-46ee-0072-a3a4-00000000090a | TASK | Render overidden network config 2025-12-05 21:25:50.699667 | fa163eff-46ee-0072-a3a4-00000000090a | SKIPPED | Render overidden network config | standalone 2025-12-05 21:25:50.700936 | fa163eff-46ee-0072-a3a4-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.263646 | 0.10s 2025-12-05 21:25:50.726163 | fa163eff-46ee-0072-a3a4-00000000090b | TASK | Render network_config 2025-12-05 21:25:50.797792 | fa163eff-46ee-0072-a3a4-00000000090b | SKIPPED | Render network_config | standalone 2025-12-05 21:25:50.798900 | fa163eff-46ee-0072-a3a4-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.361611 | 0.07s 2025-12-05 21:25:50.824064 | fa163eff-46ee-0072-a3a4-00000000090c | TASK | Render network_config from template 2025-12-05 21:25:51.466729 | fa163eff-46ee-0072-a3a4-00000000090c | CHANGED | Render network_config from template | standalone 2025-12-05 21:25:51.467766 | fa163eff-46ee-0072-a3a4-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:01.030484 | 0.64s 2025-12-05 21:25:51.494104 | fa163eff-46ee-0072-a3a4-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=748042743866.46755 2025-12-05 21:25:55.631439 | fa163eff-46ee-0072-a3a4-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-12-05 21:25:55.633347 | fa163eff-46ee-0072-a3a4-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:05.196057 | 4.14s 2025-12-05 21:25:55.660709 | fa163eff-46ee-0072-a3a4-000000000064 | TASK | Write rc of NetworkConfig script 2025-12-05 21:25:56.200138 | fa163eff-46ee-0072-a3a4-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-12-05 21:25:56.201603 | fa163eff-46ee-0072-a3a4-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.764314 | 0.54s 2025-12-05 21:25:56.228037 | fa163eff-46ee-0072-a3a4-000000000065 | TASK | Disable cloud-init network config 2025-12-05 21:25:56.786126 | fa163eff-46ee-0072-a3a4-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-12-05 21:25:56.787635 | fa163eff-46ee-0072-a3a4-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:06.350347 | 0.56s 2025-12-05 21:25:56.812904 | fa163eff-46ee-0072-a3a4-000000000066 | TASK | Ensure network service is enabled 2025-12-05 21:25:58.237608 | fa163eff-46ee-0072-a3a4-000000000066 | OK | Ensure network service is enabled | standalone 2025-12-05 21:25:58.239534 | fa163eff-46ee-0072-a3a4-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:07.802245 | 1.43s PLAY [Server network validation] *********************************************** 2025-12-05 21:25:58.413136 | fa163eff-46ee-0072-a3a4-000000000096 | TASK | Basic Network Validation 2025-12-05 21:25:58.439765 | fa163eff-46ee-0072-a3a4-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:08.002477 | 0.03s 2025-12-05 21:25:58.480995 | fa163eff-46ee-0072-a3a4-000000000945 | TASK | Collect default network fact 2025-12-05 21:25:59.184263 | fa163eff-46ee-0072-a3a4-000000000945 | OK | Collect default network fact | standalone 2025-12-05 21:25:59.185564 | fa163eff-46ee-0072-a3a4-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:08.748274 | 0.70s 2025-12-05 21:25:59.210037 | fa163eff-46ee-0072-a3a4-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-12-05 21:25:59.241328 | fa163eff-46ee-0072-a3a4-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-12-05 21:25:59.242591 | fa163eff-46ee-0072-a3a4-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:08.805302 | 0.03s 2025-12-05 21:25:59.266909 | fa163eff-46ee-0072-a3a4-000000000947 | TASK | Check all networks Gateway availability 2025-12-05 21:25:59.296283 | fa163eff-46ee-0072-a3a4-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:08.858989 | 0.03s 2025-12-05 21:25:59.320827 | fa163eff-46ee-0072-a3a4-000000000949 | TASK | Check Controllers availability 2025-12-05 21:25:59.389140 | fa163eff-46ee-0072-a3a4-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-12-05 21:25:59.397176 | fa163eff-46ee-0072-a3a4-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-12-05 21:25:59.408013 | fa163eff-46ee-0072-a3a4-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-12-05 21:25:59.418724 | fa163eff-46ee-0072-a3a4-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-12-05 21:25:59.429832 | fa163eff-46ee-0072-a3a4-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-12-05 21:25:59.436576 | fa163eff-46ee-0072-a3a4-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-12-05 21:25:59.448453 | fa163eff-46ee-0072-a3a4-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:09.011150 | 0.13s 2025-12-05 21:25:59.473317 | fa163eff-46ee-0072-a3a4-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-12-05 21:25:59.504545 | fa163eff-46ee-0072-a3a4-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-12-05 21:25:59.505695 | fa163eff-46ee-0072-a3a4-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:09.068406 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-12-05 21:25:59.681655 | fa163eff-46ee-0072-a3a4-00000000009a | TASK | Server pre deployments 2025-12-05 21:25:59.709883 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-00000000009a') missing from stats 2025-12-05 21:25:59.730147 | fa163eff-46ee-0072-a3a4-00000000009e | TASK | Hiera config 2025-12-05 21:25:59.756864 | fa163eff-46ee-0072-a3a4-00000000009e | TIMING | Hiera config | standalone | 0:01:09.319568 | 0.03s 2025-12-05 21:25:59.802893 | fa163eff-46ee-0072-a3a4-00000000099e | TASK | Create /etc/puppet/hieradata 2025-12-05 21:26:00.043867 | fa163eff-46ee-0072-a3a4-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-12-05 21:26:00.045364 | fa163eff-46ee-0072-a3a4-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:09.608074 | 0.24s 2025-12-05 21:26:00.070658 | fa163eff-46ee-0072-a3a4-00000000099f | TASK | Write hiera config 2025-12-05 21:26:00.589044 | fa163eff-46ee-0072-a3a4-00000000099f | OK | Write hiera config | standalone 2025-12-05 21:26:00.590451 | fa163eff-46ee-0072-a3a4-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:10.153163 | 0.52s 2025-12-05 21:26:00.638321 | fa163eff-46ee-0072-a3a4-00000000009f | TASK | Hiera symlink 2025-12-05 21:26:00.881872 | fa163eff-46ee-0072-a3a4-00000000009f | OK | Hiera symlink | standalone 2025-12-05 21:26:00.883264 | fa163eff-46ee-0072-a3a4-00000000009f | TIMING | Hiera symlink | standalone | 0:01:10.445974 | 0.24s 2025-12-05 21:26:00.908102 | fa163eff-46ee-0072-a3a4-0000000000a0 | TASK | Hieradata from vars 2025-12-05 21:26:00.935187 | fa163eff-46ee-0072-a3a4-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:10.497889 | 0.03s 2025-12-05 21:26:00.995048 | fa163eff-46ee-0072-a3a4-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-12-05 21:26:01.455919 | fa163eff-46ee-0072-a3a4-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-12-05 21:26:01.457387 | fa163eff-46ee-0072-a3a4-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:11.020097 | 0.46s 2025-12-05 21:26:01.483772 | fa163eff-46ee-0072-a3a4-0000000009fa | TASK | Render hieradata from template 2025-12-05 21:26:02.012447 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-12-05 21:26:02.015044 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.577751 | 0.53s 2025-12-05 21:26:02.567442 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-12-05 21:26:02.569050 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.131771 | 1.08s 2025-12-05 21:26:03.236901 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-12-05 21:26:03.238065 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.800777 | 1.75s 2025-12-05 21:26:03.720313 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-12-05 21:26:03.721369 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.284081 | 2.24s 2025-12-05 21:26:04.197425 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-12-05 21:26:04.198518 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.761207 | 2.71s 2025-12-05 21:26:04.688850 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-12-05 21:26:04.689566 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.252286 | 3.20s 2025-12-05 21:26:05.182154 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-12-05 21:26:05.184165 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.746876 | 3.70s 2025-12-05 21:26:05.676884 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-12-05 21:26:05.679006 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.241717 | 4.19s 2025-12-05 21:26:06.123576 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-12-05 21:26:06.125593 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:15.688305 | 4.64s 2025-12-05 21:26:06.669082 | fa163eff-46ee-0072-a3a4-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-12-05 21:26:06.671211 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.233924 | 5.19s 2025-12-05 21:26:06.684163 | fa163eff-46ee-0072-a3a4-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:16.246869 | 5.20s 2025-12-05 21:26:06.734265 | fa163eff-46ee-0072-a3a4-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-12-05 21:26:06.763945 | fa163eff-46ee-0072-a3a4-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:16.326654 | 0.03s 2025-12-05 21:26:06.831806 | fa163eff-46ee-0072-a3a4-000000000a9e | TASK | Check for hieradata file 2025-12-05 21:26:07.063983 | fa163eff-46ee-0072-a3a4-000000000a9e | OK | Check for hieradata file | standalone 2025-12-05 21:26:07.065247 | fa163eff-46ee-0072-a3a4-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:16.627958 | 0.23s 2025-12-05 21:26:07.090741 | fa163eff-46ee-0072-a3a4-000000000aa0 | TASK | Get existing data 2025-12-05 21:26:07.141002 | fa163eff-46ee-0072-a3a4-000000000aa0 | SKIPPED | Get existing data | standalone 2025-12-05 21:26:07.142146 | fa163eff-46ee-0072-a3a4-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:16.704857 | 0.05s 2025-12-05 21:26:07.166872 | fa163eff-46ee-0072-a3a4-000000000aa1 | TASK | Set data fact 2025-12-05 21:26:07.217851 | fa163eff-46ee-0072-a3a4-000000000aa1 | SKIPPED | Set data fact | standalone 2025-12-05 21:26:07.218980 | fa163eff-46ee-0072-a3a4-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:16.781692 | 0.05s 2025-12-05 21:26:07.243460 | fa163eff-46ee-0072-a3a4-000000000aa3 | TASK | Write ansible hieradata file 2025-12-05 21:26:07.765811 | fa163eff-46ee-0072-a3a4-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-12-05 21:26:07.767407 | fa163eff-46ee-0072-a3a4-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:17.330120 | 0.52s 2025-12-05 21:26:07.954373 | fa163eff-46ee-0072-a3a4-0000000000a2 | TIMING | include_tasks | standalone | 0:01:17.517080 | 0.14s PLAY [Host prep steps] ********************************************************* 2025-12-05 21:26:08.104472 | fa163eff-46ee-0072-a3a4-0000000000a6 | TASK | Host prep steps 2025-12-05 21:26:08.132833 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000a6') missing from stats 2025-12-05 21:26:08.206979 | fa163eff-46ee-0072-a3a4-0000000000a7 | TASK | Deploy Artifacts 2025-12-05 21:26:08.318878 | fa163eff-46ee-0072-a3a4-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-12-05 21:26:08.320037 | fa163eff-46ee-0072-a3a4-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:17.882745 | 0.11s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 21:26:08.386263 | fa163eff-46ee-0072-a3a4-0000000000a8 | TIMING | include_tasks | standalone | 0:01:17.948964 | 0.04s 2025-12-05 21:26:08.557500 | e91ce2f1-af6e-482a-8791-b8509fe8b340 | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/host_prep_tasks.yaml | standalone 2025-12-05 21:26:08.610573 | fa163eff-46ee-0072-a3a4-000000000b1e | TASK | Run firewall role 2025-12-05 21:26:08.636740 | fa163eff-46ee-0072-a3a4-000000000b1e | TIMING | Run firewall role | standalone | 0:01:18.199451 | 0.03s 2025-12-05 21:26:08.689377 | fa163eff-46ee-0072-a3a4-000000000c1d | TASK | Gather variables for each operating system 2025-12-05 21:26:08.809908 | fa163eff-46ee-0072-a3a4-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-12-05 21:26:08.812458 | fa163eff-46ee-0072-a3a4-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:18.375160 | 0.12s 2025-12-05 21:26:08.822209 | fa163eff-46ee-0072-a3a4-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:18.384910 | 0.13s 2025-12-05 21:26:08.848474 | fa163eff-46ee-0072-a3a4-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2025-12-05 21:26:11.696200 | fa163eff-46ee-0072-a3a4-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-12-05 21:26:11.697561 | fa163eff-46ee-0072-a3a4-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:21.260274 | 2.85s 2025-12-05 21:26:11.722572 | fa163eff-46ee-0072-a3a4-000000000c22 | TASK | Create empty var for masquerade rules 2025-12-05 21:26:11.760696 | fa163eff-46ee-0072-a3a4-000000000c22 | OK | Create empty var for masquerade rules | standalone 2025-12-05 21:26:11.761829 | fa163eff-46ee-0072-a3a4-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:21.324543 | 0.04s 2025-12-05 21:26:11.786827 | fa163eff-46ee-0072-a3a4-000000000c23 | TASK | Enable masquerade 2025-12-05 21:26:11.834937 | fa163eff-46ee-0072-a3a4-000000000c23 | SKIPPED | Enable masquerade | standalone 2025-12-05 21:26:11.836039 | fa163eff-46ee-0072-a3a4-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:21.398750 | 0.05s 2025-12-05 21:26:11.861017 | fa163eff-46ee-0072-a3a4-000000000c24 | TASK | Set the default frontend firewall rules 2025-12-05 21:26:11.889081 | fa163eff-46ee-0072-a3a4-000000000c24 | OK | Set the default frontend firewall rules | standalone 2025-12-05 21:26:11.890194 | fa163eff-46ee-0072-a3a4-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:21.452908 | 0.03s 2025-12-05 21:26:11.914783 | fa163eff-46ee-0072-a3a4-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2025-12-05 21:26:11.963043 | fa163eff-46ee-0072-a3a4-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-12-05 21:26:11.964533 | fa163eff-46ee-0072-a3a4-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:21.527214 | 0.05s 2025-12-05 21:26:11.989547 | fa163eff-46ee-0072-a3a4-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2025-12-05 21:26:12.039296 | fa163eff-46ee-0072-a3a4-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2025-12-05 21:26:12.041093 | fa163eff-46ee-0072-a3a4-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.603804 | 0.05s 2025-12-05 21:26:12.067701 | fa163eff-46ee-0072-a3a4-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2025-12-05 21:26:12.096221 | fa163eff-46ee-0072-a3a4-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-12-05 21:26:12.097304 | fa163eff-46ee-0072-a3a4-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:21.660016 | 0.03s 2025-12-05 21:26:12.121980 | fa163eff-46ee-0072-a3a4-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2025-12-05 21:26:12.151882 | fa163eff-46ee-0072-a3a4-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-12-05 21:26:12.152899 | fa163eff-46ee-0072-a3a4-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:21.715611 | 0.03s 2025-12-05 21:26:12.177151 | fa163eff-46ee-0072-a3a4-000000000c2d | TASK | Enable LOG rules 2025-12-05 21:26:12.205272 | fa163eff-46ee-0072-a3a4-000000000c2d | SKIPPED | Enable LOG rules | standalone 2025-12-05 21:26:12.206272 | fa163eff-46ee-0072-a3a4-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:21.768984 | 0.03s 2025-12-05 21:26:12.231215 | fa163eff-46ee-0072-a3a4-000000000c2e | TASK | Set rule fact 2025-12-05 21:26:12.335001 | fa163eff-46ee-0072-a3a4-000000000c2e | OK | Set rule fact | standalone 2025-12-05 21:26:12.338098 | fa163eff-46ee-0072-a3a4-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:21.900811 | 0.11s 2025-12-05 21:26:12.366909 | fa163eff-46ee-0072-a3a4-000000000c2f | TASK | Manage rules via nftables 2025-12-05 21:26:12.395326 | fa163eff-46ee-0072-a3a4-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:21.958027 | 0.03s 2025-12-05 21:26:12.478982 | fa163eff-46ee-0072-a3a4-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:22.041687 | 0.03s 2025-12-05 21:26:12.500114 | 6cb78511-2cff-4ffe-8999-ce2f6098c779 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-12-05 21:26:12.526105 | fa163eff-46ee-0072-a3a4-000000000cf2 | TASK | Ensure legacy iptables services are off 2025-12-05 21:26:13.932779 | fa163eff-46ee-0072-a3a4-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-12-05 21:26:13.935851 | fa163eff-46ee-0072-a3a4-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:23.498553 | 1.41s 2025-12-05 21:26:14.266740 | fa163eff-46ee-0072-a3a4-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-12-05 21:26:14.268245 | fa163eff-46ee-0072-a3a4-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:23.830958 | 1.74s 2025-12-05 21:26:14.279752 | fa163eff-46ee-0072-a3a4-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:23.842463 | 1.75s 2025-12-05 21:26:14.308366 | fa163eff-46ee-0072-a3a4-000000000cf3 | TASK | Ensure nftables service is enabled and running 2025-12-05 21:26:14.946598 | fa163eff-46ee-0072-a3a4-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-12-05 21:26:14.948542 | fa163eff-46ee-0072-a3a4-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:24.511247 | 0.64s 2025-12-05 21:26:14.976352 | fa163eff-46ee-0072-a3a4-000000000cf4 | TASK | Empty nftables from anything that may lay around 2025-12-05 21:26:15.016753 | fa163eff-46ee-0072-a3a4-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-12-05 21:26:15.018048 | fa163eff-46ee-0072-a3a4-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:24.580759 | 0.04s 2025-12-05 21:26:15.070218 | fa163eff-46ee-0072-a3a4-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:24.632915 | 0.03s 2025-12-05 21:26:15.109074 | 50db4060-9ed6-484d-9403-4e4abb17cc98 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-12-05 21:26:15.143978 | fa163eff-46ee-0072-a3a4-000000000d23 | TASK | Push empty ruleset 2025-12-05 21:26:15.572292 | fa163eff-46ee-0072-a3a4-000000000d23 | CHANGED | Push empty ruleset | standalone 2025-12-05 21:26:15.573026 | fa163eff-46ee-0072-a3a4-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:25.135747 | 0.43s 2025-12-05 21:26:15.592772 | fa163eff-46ee-0072-a3a4-000000000d24 | TASK | Load empty ruleset 2025-12-05 21:26:15.824753 | fa163eff-46ee-0072-a3a4-000000000d24 | CHANGED | Load empty ruleset | standalone 2025-12-05 21:26:15.825968 | fa163eff-46ee-0072-a3a4-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:25.388681 | 0.23s 2025-12-05 21:26:15.852532 | fa163eff-46ee-0072-a3a4-000000000d26 | TASK | Use default rules 2025-12-05 21:26:15.939951 | fa163eff-46ee-0072-a3a4-000000000d26 | OK | Use default rules | standalone 2025-12-05 21:26:15.942901 | fa163eff-46ee-0072-a3a4-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:25.505614 | 0.09s 2025-12-05 21:26:15.971466 | fa163eff-46ee-0072-a3a4-000000000d27 | TASK | Enable LOG rules 2025-12-05 21:26:16.066230 | fa163eff-46ee-0072-a3a4-000000000d27 | OK | Enable LOG rules | standalone 2025-12-05 21:26:16.069620 | fa163eff-46ee-0072-a3a4-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:25.632331 | 0.10s 2025-12-05 21:26:16.100305 | fa163eff-46ee-0072-a3a4-000000000d29 | TASK | Get current nftables content 2025-12-05 21:26:16.342006 | fa163eff-46ee-0072-a3a4-000000000d29 | CHANGED | Get current nftables content | standalone 2025-12-05 21:26:16.343676 | fa163eff-46ee-0072-a3a4-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:25.906379 | 0.24s 2025-12-05 21:26:16.370664 | fa163eff-46ee-0072-a3a4-000000000d2b | TASK | Generate chain jumps 2025-12-05 21:26:16.954706 | fa163eff-46ee-0072-a3a4-000000000d2b | CHANGED | Generate chain jumps | standalone 2025-12-05 21:26:16.956215 | fa163eff-46ee-0072-a3a4-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:26.518924 | 0.58s 2025-12-05 21:26:16.983380 | fa163eff-46ee-0072-a3a4-000000000d2c | TASK | Generate chain jumps 2025-12-05 21:26:17.611133 | fa163eff-46ee-0072-a3a4-000000000d2c | CHANGED | Generate chain jumps | standalone 2025-12-05 21:26:17.612638 | fa163eff-46ee-0072-a3a4-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:27.175346 | 0.63s 2025-12-05 21:26:17.638594 | fa163eff-46ee-0072-a3a4-000000000d2d | TASK | Generate nft flushes 2025-12-05 21:26:18.155582 | fa163eff-46ee-0072-a3a4-000000000d2d | CHANGED | Generate nft flushes | standalone 2025-12-05 21:26:18.156352 | fa163eff-46ee-0072-a3a4-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:27.719074 | 0.52s 2025-12-05 21:26:18.173853 | fa163eff-46ee-0072-a3a4-000000000d2e | TASK | Generate nft tripleo chains 2025-12-05 21:26:18.685003 | fa163eff-46ee-0072-a3a4-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2025-12-05 21:26:18.686265 | fa163eff-46ee-0072-a3a4-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:28.248976 | 0.51s 2025-12-05 21:26:18.711901 | fa163eff-46ee-0072-a3a4-000000000d2f | TASK | Generate nft ruleset in static file 2025-12-05 21:26:20.482012 | fa163eff-46ee-0072-a3a4-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2025-12-05 21:26:20.483287 | fa163eff-46ee-0072-a3a4-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:30.045999 | 1.77s 2025-12-05 21:26:20.509286 | fa163eff-46ee-0072-a3a4-000000000d31 | TASK | Validate all of the generated content before loading 2025-12-05 21:26:21.015864 | fa163eff-46ee-0072-a3a4-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2025-12-05 21:26:21.017237 | fa163eff-46ee-0072-a3a4-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:30.579948 | 0.51s 2025-12-05 21:26:21.042979 | fa163eff-46ee-0072-a3a4-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2025-12-05 21:26:21.312153 | fa163eff-46ee-0072-a3a4-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-12-05 21:26:21.313685 | fa163eff-46ee-0072-a3a4-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:30.876395 | 0.27s 2025-12-05 21:26:21.370283 | fa163eff-46ee-0072-a3a4-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:30.932986 | 0.03s 2025-12-05 21:26:21.389120 | 2d1149ed-73a5-4342-aa10-ce00b8bbc4f5 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-12-05 21:26:21.442046 | fa163eff-46ee-0072-a3a4-000000000d9a | TASK | Inject our custom chains in nftables 2025-12-05 21:26:21.690153 | fa163eff-46ee-0072-a3a4-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2025-12-05 21:26:21.691552 | fa163eff-46ee-0072-a3a4-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:31.254260 | 0.25s 2025-12-05 21:26:21.717256 | fa163eff-46ee-0072-a3a4-000000000d9b | TASK | Reload custom nftables ruleset files 2025-12-05 21:26:22.032058 | fa163eff-46ee-0072-a3a4-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2025-12-05 21:26:22.033397 | fa163eff-46ee-0072-a3a4-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:31.596110 | 0.31s 2025-12-05 21:26:22.103216 | fa163eff-46ee-0072-a3a4-000000000b1f | TASK | create persistent logs directory 2025-12-05 21:26:22.359707 | fa163eff-46ee-0072-a3a4-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-05 21:26:22.361531 | fa163eff-46ee-0072-a3a4-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:31.924206 | 0.26s 2025-12-05 21:26:22.589811 | fa163eff-46ee-0072-a3a4-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-12-05 21:26:22.591755 | fa163eff-46ee-0072-a3a4-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.154468 | 0.49s 2025-12-05 21:26:22.602274 | fa163eff-46ee-0072-a3a4-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:32.164983 | 0.50s 2025-12-05 21:26:22.627229 | fa163eff-46ee-0072-a3a4-000000000b20 | TASK | create persistent directories 2025-12-05 21:26:22.916629 | fa163eff-46ee-0072-a3a4-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-05 21:26:22.918830 | fa163eff-46ee-0072-a3a4-000000000b20 | TIMING | create persistent directories | standalone | 0:01:32.481537 | 0.29s 2025-12-05 21:26:22.928743 | fa163eff-46ee-0072-a3a4-000000000b20 | TIMING | create persistent directories | standalone | 0:01:32.491451 | 0.30s 2025-12-05 21:26:22.952999 | fa163eff-46ee-0072-a3a4-000000000b21 | TASK | create persistent directories 2025-12-05 21:26:23.208781 | fa163eff-46ee-0072-a3a4-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-12-05 21:26:23.210475 | fa163eff-46ee-0072-a3a4-000000000b21 | TIMING | create persistent directories | standalone | 0:01:32.773181 | 0.26s 2025-12-05 21:26:23.415861 | fa163eff-46ee-0072-a3a4-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-12-05 21:26:23.417623 | fa163eff-46ee-0072-a3a4-000000000b21 | TIMING | create persistent directories | standalone | 0:01:32.980337 | 0.46s 2025-12-05 21:26:23.428274 | fa163eff-46ee-0072-a3a4-000000000b21 | TIMING | create persistent directories | standalone | 0:01:32.990984 | 0.47s 2025-12-05 21:26:23.453290 | fa163eff-46ee-0072-a3a4-000000000b22 | TASK | create persistent directories 2025-12-05 21:26:23.692059 | fa163eff-46ee-0072-a3a4-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-12-05 21:26:23.694193 | fa163eff-46ee-0072-a3a4-000000000b22 | TIMING | create persistent directories | standalone | 0:01:33.256902 | 0.24s 2025-12-05 21:26:23.704675 | fa163eff-46ee-0072-a3a4-000000000b22 | TIMING | create persistent directories | standalone | 0:01:33.267385 | 0.25s 2025-12-05 21:26:23.729336 | fa163eff-46ee-0072-a3a4-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-12-05 21:26:24.735635 | fa163eff-46ee-0072-a3a4-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-12-05 21:26:24.736908 | fa163eff-46ee-0072-a3a4-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:34.299626 | 1.01s 2025-12-05 21:26:24.756397 | fa163eff-46ee-0072-a3a4-000000000b24 | TASK | create persistent directories 2025-12-05 21:26:25.049848 | fa163eff-46ee-0072-a3a4-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-05 21:26:25.051585 | fa163eff-46ee-0072-a3a4-000000000b24 | TIMING | create persistent directories | standalone | 0:01:34.614292 | 0.29s 2025-12-05 21:26:25.254750 | fa163eff-46ee-0072-a3a4-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-12-05 21:26:25.255922 | fa163eff-46ee-0072-a3a4-000000000b24 | TIMING | create persistent directories | standalone | 0:01:34.818635 | 0.50s 2025-12-05 21:26:25.262592 | fa163eff-46ee-0072-a3a4-000000000b24 | TIMING | create persistent directories | standalone | 0:01:34.825300 | 0.51s 2025-12-05 21:26:25.287902 | fa163eff-46ee-0072-a3a4-000000000b25 | TASK | create fcontext entry for cinder data 2025-12-05 21:26:26.597963 | fa163eff-46ee-0072-a3a4-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-12-05 21:26:26.599527 | fa163eff-46ee-0072-a3a4-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:36.162214 | 1.31s 2025-12-05 21:26:26.624325 | fa163eff-46ee-0072-a3a4-000000000b26 | TASK | create persistent directories 2025-12-05 21:26:26.891261 | fa163eff-46ee-0072-a3a4-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-05 21:26:26.892675 | fa163eff-46ee-0072-a3a4-000000000b26 | TIMING | create persistent directories | standalone | 0:01:36.455384 | 0.27s 2025-12-05 21:26:27.076422 | fa163eff-46ee-0072-a3a4-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-12-05 21:26:27.078345 | fa163eff-46ee-0072-a3a4-000000000b26 | TIMING | create persistent directories | standalone | 0:01:36.641061 | 0.45s 2025-12-05 21:26:27.089208 | fa163eff-46ee-0072-a3a4-000000000b26 | TIMING | create persistent directories | standalone | 0:01:36.651912 | 0.46s 2025-12-05 21:26:27.114824 | fa163eff-46ee-0072-a3a4-000000000b27 | TASK | ensure ceph configurations exist 2025-12-05 21:26:27.317664 | fa163eff-46ee-0072-a3a4-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-12-05 21:26:27.319161 | fa163eff-46ee-0072-a3a4-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:36.881873 | 0.20s 2025-12-05 21:26:27.343946 | fa163eff-46ee-0072-a3a4-000000000b28 | TASK | create persistent directories 2025-12-05 21:26:27.564206 | fa163eff-46ee-0072-a3a4-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-12-05 21:26:27.566392 | fa163eff-46ee-0072-a3a4-000000000b28 | TIMING | create persistent directories | standalone | 0:01:37.129100 | 0.22s 2025-12-05 21:26:27.576338 | fa163eff-46ee-0072-a3a4-000000000b28 | TIMING | create persistent directories | standalone | 0:01:37.139042 | 0.23s 2025-12-05 21:26:27.601450 | fa163eff-46ee-0072-a3a4-000000000b2a | TASK | Create cinder image conversion directory 2025-12-05 21:26:27.630778 | fa163eff-46ee-0072-a3a4-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-12-05 21:26:27.631924 | fa163eff-46ee-0072-a3a4-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:37.194637 | 0.03s 2025-12-05 21:26:27.656081 | fa163eff-46ee-0072-a3a4-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-12-05 21:26:27.686305 | fa163eff-46ee-0072-a3a4-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-12-05 21:26:27.687472 | fa163eff-46ee-0072-a3a4-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:37.250183 | 0.03s 2025-12-05 21:26:27.712670 | fa163eff-46ee-0072-a3a4-000000000b2d | TASK | cinder_configure_lvm fact 2025-12-05 21:26:27.742209 | fa163eff-46ee-0072-a3a4-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-12-05 21:26:27.743380 | fa163eff-46ee-0072-a3a4-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:37.306092 | 0.03s 2025-12-05 21:26:27.767516 | fa163eff-46ee-0072-a3a4-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-12-05 21:26:30.592281 | fa163eff-46ee-0072-a3a4-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-12-05 21:26:30.593961 | fa163eff-46ee-0072-a3a4-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:40.156673 | 2.83s 2025-12-05 21:26:30.618567 | fa163eff-46ee-0072-a3a4-000000000b30 | TASK | cinder create LVM volume group dd 2025-12-05 21:26:30.801814 | fa163eff-46ee-0072-a3a4-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-12-05 21:26:30.803057 | fa163eff-46ee-0072-a3a4-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:40.365765 | 0.18s 2025-12-05 21:26:30.827888 | fa163eff-46ee-0072-a3a4-000000000b31 | TASK | Get or create LVM loopback device 2025-12-05 21:26:31.073404 | fa163eff-46ee-0072-a3a4-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-12-05 21:26:31.074698 | fa163eff-46ee-0072-a3a4-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:40.637412 | 0.25s 2025-12-05 21:26:31.099889 | fa163eff-46ee-0072-a3a4-000000000b32 | TASK | Create LVM volume group 2025-12-05 21:26:31.684313 | fa163eff-46ee-0072-a3a4-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-12-05 21:26:31.685859 | fa163eff-46ee-0072-a3a4-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:41.248571 | 0.58s 2025-12-05 21:26:31.710576 | fa163eff-46ee-0072-a3a4-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-12-05 21:26:32.236212 | fa163eff-46ee-0072-a3a4-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-12-05 21:26:32.237821 | fa163eff-46ee-0072-a3a4-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:41.800533 | 0.53s 2025-12-05 21:26:32.264017 | fa163eff-46ee-0072-a3a4-000000000b34 | TASK | cinder enable the LVM losetup service 2025-12-05 21:26:33.159239 | fa163eff-46ee-0072-a3a4-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-12-05 21:26:33.161318 | fa163eff-46ee-0072-a3a4-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:42.724029 | 0.90s 2025-12-05 21:26:33.187343 | fa163eff-46ee-0072-a3a4-000000000b36 | TASK | allow logrotate to read inside containers 2025-12-05 21:26:34.266234 | fa163eff-46ee-0072-a3a4-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-12-05 21:26:34.267985 | fa163eff-46ee-0072-a3a4-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:43.830698 | 1.08s 2025-12-05 21:26:34.292863 | fa163eff-46ee-0072-a3a4-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-12-05 21:26:36.575662 | fa163eff-46ee-0072-a3a4-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-12-05 21:26:36.577351 | fa163eff-46ee-0072-a3a4-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:46.140063 | 2.28s 2025-12-05 21:26:36.634622 | fa163eff-46ee-0072-a3a4-000000000b39 | OK | set_fact | standalone 2025-12-05 21:26:36.635819 | fa163eff-46ee-0072-a3a4-000000000b39 | TIMING | set_fact | standalone | 0:01:46.198533 | 0.03s 2025-12-05 21:26:36.690033 | fa163eff-46ee-0072-a3a4-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:46.252737 | 0.03s 2025-12-05 21:26:36.748104 | fa163eff-46ee-0072-a3a4-000000000ee1 | TASK | ensure apache is installed 2025-12-05 21:26:43.159450 | fa163eff-46ee-0072-a3a4-000000000ee1 | CHANGED | ensure apache is installed | standalone 2025-12-05 21:26:43.160978 | fa163eff-46ee-0072-a3a4-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:52.723690 | 6.41s 2025-12-05 21:26:43.186550 | fa163eff-46ee-0072-a3a4-000000000ee2 | TASK | create image data directory 2025-12-05 21:26:43.440001 | fa163eff-46ee-0072-a3a4-000000000ee2 | CHANGED | create image data directory | standalone 2025-12-05 21:26:43.441232 | fa163eff-46ee-0072-a3a4-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:53.003944 | 0.25s 2025-12-05 21:26:43.466482 | fa163eff-46ee-0072-a3a4-000000000ee3 | TASK | create /v2/ response file 2025-12-05 21:26:43.935261 | fa163eff-46ee-0072-a3a4-000000000ee3 | CHANGED | create /v2/ response file | standalone 2025-12-05 21:26:43.936849 | fa163eff-46ee-0072-a3a4-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:53.499560 | 0.47s 2025-12-05 21:26:43.962308 | fa163eff-46ee-0072-a3a4-000000000ee4 | TASK | Add listen line 2025-12-05 21:26:44.332076 | fa163eff-46ee-0072-a3a4-000000000ee4 | CHANGED | Add listen line | standalone 2025-12-05 21:26:44.333443 | fa163eff-46ee-0072-a3a4-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:53.896155 | 0.37s 2025-12-05 21:26:44.358880 | fa163eff-46ee-0072-a3a4-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-12-05 21:26:44.871943 | fa163eff-46ee-0072-a3a4-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-12-05 21:26:44.873348 | fa163eff-46ee-0072-a3a4-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:54.436059 | 0.51s 2025-12-05 21:26:44.898460 | fa163eff-46ee-0072-a3a4-000000000ee6 | TASK | Image-Serve | restart httpd 2025-12-05 21:26:45.793280 | fa163eff-46ee-0072-a3a4-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2025-12-05 21:26:45.795676 | fa163eff-46ee-0072-a3a4-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:55.358386 | 0.90s 2025-12-05 21:26:45.846535 | fa163eff-46ee-0072-a3a4-000000000b3c | TASK | create persistent logs directory 2025-12-05 21:26:46.100682 | fa163eff-46ee-0072-a3a4-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-12-05 21:26:46.103404 | fa163eff-46ee-0072-a3a4-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.666104 | 0.26s 2025-12-05 21:26:46.306939 | fa163eff-46ee-0072-a3a4-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-12-05 21:26:46.308749 | fa163eff-46ee-0072-a3a4-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.871459 | 0.46s 2025-12-05 21:26:46.319651 | fa163eff-46ee-0072-a3a4-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:55.882352 | 0.47s 2025-12-05 21:26:46.345275 | fa163eff-46ee-0072-a3a4-000000000b3d | TASK | Mount NFS on host 2025-12-05 21:26:46.376156 | fa163eff-46ee-0072-a3a4-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-12-05 21:26:46.377280 | fa163eff-46ee-0072-a3a4-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:55.939991 | 0.03s 2025-12-05 21:26:46.401685 | fa163eff-46ee-0072-a3a4-000000000b3e | TASK | Mount Node Staging Location 2025-12-05 21:26:46.431399 | fa163eff-46ee-0072-a3a4-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-12-05 21:26:46.433142 | fa163eff-46ee-0072-a3a4-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:55.995212 | 0.03s 2025-12-05 21:26:46.457238 | fa163eff-46ee-0072-a3a4-000000000b3f | TASK | ensure /var/lib/glance exists 2025-12-05 21:26:46.692386 | fa163eff-46ee-0072-a3a4-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-12-05 21:26:46.693690 | fa163eff-46ee-0072-a3a4-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:56.256404 | 0.24s 2025-12-05 21:26:46.718039 | fa163eff-46ee-0072-a3a4-000000000b40 | TASK | create logs directory 2025-12-05 21:26:46.981753 | fa163eff-46ee-0072-a3a4-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-05 21:26:46.984603 | fa163eff-46ee-0072-a3a4-000000000b40 | TIMING | create logs directory | standalone | 0:01:56.547303 | 0.27s 2025-12-05 21:26:47.203287 | fa163eff-46ee-0072-a3a4-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-12-05 21:26:47.204527 | fa163eff-46ee-0072-a3a4-000000000b40 | TIMING | create logs directory | standalone | 0:01:56.767208 | 0.49s 2025-12-05 21:26:47.217103 | fa163eff-46ee-0072-a3a4-000000000b40 | TIMING | create logs directory | standalone | 0:01:56.779805 | 0.50s 2025-12-05 21:26:47.242852 | fa163eff-46ee-0072-a3a4-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-12-05 21:26:47.273389 | fa163eff-46ee-0072-a3a4-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-12-05 21:26:47.274570 | fa163eff-46ee-0072-a3a4-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:56.837281 | 0.03s 2025-12-05 21:26:47.299290 | fa163eff-46ee-0072-a3a4-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-12-05 21:26:47.529782 | fa163eff-46ee-0072-a3a4-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-12-05 21:26:47.531317 | fa163eff-46ee-0072-a3a4-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:57.094027 | 0.23s 2025-12-05 21:26:47.556179 | fa163eff-46ee-0072-a3a4-000000000b43 | TASK | create persistent directories 2025-12-05 21:26:47.794664 | fa163eff-46ee-0072-a3a4-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-12-05 21:26:47.796800 | fa163eff-46ee-0072-a3a4-000000000b43 | TIMING | create persistent directories | standalone | 0:01:57.359502 | 0.24s 2025-12-05 21:26:47.808934 | fa163eff-46ee-0072-a3a4-000000000b43 | TIMING | create persistent directories | standalone | 0:01:57.371639 | 0.25s 2025-12-05 21:26:47.836131 | fa163eff-46ee-0072-a3a4-000000000b44 | TASK | create persistent data directory 2025-12-05 21:26:48.058964 | fa163eff-46ee-0072-a3a4-000000000b44 | OK | create persistent data directory | standalone 2025-12-05 21:26:48.060381 | fa163eff-46ee-0072-a3a4-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:57.623089 | 0.22s 2025-12-05 21:26:48.085647 | fa163eff-46ee-0072-a3a4-000000000b45 | TASK | create persistent directories 2025-12-05 21:26:48.349948 | fa163eff-46ee-0072-a3a4-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-12-05 21:26:48.352142 | fa163eff-46ee-0072-a3a4-000000000b45 | TIMING | create persistent directories | standalone | 0:01:57.914849 | 0.27s 2025-12-05 21:26:48.542899 | fa163eff-46ee-0072-a3a4-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-12-05 21:26:48.544402 | fa163eff-46ee-0072-a3a4-000000000b45 | TIMING | create persistent directories | standalone | 0:01:58.107116 | 0.46s 2025-12-05 21:26:48.555076 | fa163eff-46ee-0072-a3a4-000000000b45 | TIMING | create persistent directories | standalone | 0:01:58.117792 | 0.47s 2025-12-05 21:26:48.579962 | fa163eff-46ee-0072-a3a4-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-12-05 21:26:55.479828 | fa163eff-46ee-0072-a3a4-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-12-05 21:26:55.481650 | fa163eff-46ee-0072-a3a4-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:05.044357 | 6.90s 2025-12-05 21:26:55.507320 | fa163eff-46ee-0072-a3a4-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-12-05 21:26:55.590112 | fa163eff-46ee-0072-a3a4-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.66 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.22", " Catalog application: 0.24", " Config retrieval: 0.74", " Last run: 1764970015", " Total: 0.24", "Version:", " Config: 1764970014", " 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-05 21:26:55.591575 | fa163eff-46ee-0072-a3a4-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:05.154279 | 0.08s 2025-12-05 21:26:55.616803 | fa163eff-46ee-0072-a3a4-000000000b48 | TASK | create persistent directories 2025-12-05 21:26:55.885917 | fa163eff-46ee-0072-a3a4-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-05 21:26:55.888483 | fa163eff-46ee-0072-a3a4-000000000b48 | TIMING | create persistent directories | standalone | 0:02:05.451188 | 0.27s 2025-12-05 21:26:56.103101 | fa163eff-46ee-0072-a3a4-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-12-05 21:26:56.104160 | fa163eff-46ee-0072-a3a4-000000000b48 | TIMING | create persistent directories | standalone | 0:02:05.666873 | 0.49s 2025-12-05 21:26:56.111821 | fa163eff-46ee-0072-a3a4-000000000b48 | TIMING | create persistent directories | standalone | 0:02:05.674521 | 0.49s 2025-12-05 21:26:56.137919 | fa163eff-46ee-0072-a3a4-000000000b49 | TASK | create persistent directories 2025-12-05 21:26:56.395789 | fa163eff-46ee-0072-a3a4-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-05 21:26:56.397667 | fa163eff-46ee-0072-a3a4-000000000b49 | TIMING | create persistent directories | standalone | 0:02:05.960375 | 0.26s 2025-12-05 21:26:56.623830 | fa163eff-46ee-0072-a3a4-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-12-05 21:26:56.625401 | fa163eff-46ee-0072-a3a4-000000000b49 | TIMING | create persistent directories | standalone | 0:02:06.188114 | 0.49s 2025-12-05 21:26:56.635458 | fa163eff-46ee-0072-a3a4-000000000b49 | TIMING | create persistent directories | standalone | 0:02:06.198162 | 0.50s 2025-12-05 21:26:56.657755 | fa163eff-46ee-0072-a3a4-000000000b4a | TASK | create persistent directories 2025-12-05 21:26:56.914755 | fa163eff-46ee-0072-a3a4-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-12-05 21:26:56.917128 | fa163eff-46ee-0072-a3a4-000000000b4a | TIMING | create persistent directories | standalone | 0:02:06.479838 | 0.26s 2025-12-05 21:26:56.927575 | fa163eff-46ee-0072-a3a4-000000000b4a | TIMING | create persistent directories | standalone | 0:02:06.490273 | 0.27s 2025-12-05 21:26:56.954942 | fa163eff-46ee-0072-a3a4-000000000b4b | TASK | create persistent directories 2025-12-05 21:26:57.226326 | fa163eff-46ee-0072-a3a4-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-12-05 21:26:57.229163 | fa163eff-46ee-0072-a3a4-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.791869 | 0.27s 2025-12-05 21:26:57.433858 | fa163eff-46ee-0072-a3a4-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-12-05 21:26:57.435583 | fa163eff-46ee-0072-a3a4-000000000b4b | TIMING | create persistent directories | standalone | 0:02:06.998298 | 0.48s 2025-12-05 21:26:57.666859 | fa163eff-46ee-0072-a3a4-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-12-05 21:26:57.667927 | fa163eff-46ee-0072-a3a4-000000000b4b | TIMING | create persistent directories | standalone | 0:02:07.230641 | 0.71s 2025-12-05 21:26:57.891286 | fa163eff-46ee-0072-a3a4-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-12-05 21:26:57.893331 | fa163eff-46ee-0072-a3a4-000000000b4b | TIMING | create persistent directories | standalone | 0:02:07.456043 | 0.94s 2025-12-05 21:26:57.904663 | fa163eff-46ee-0072-a3a4-000000000b4b | TIMING | create persistent directories | standalone | 0:02:07.467364 | 0.95s 2025-12-05 21:26:57.932399 | fa163eff-46ee-0072-a3a4-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-12-05 21:26:58.411645 | fa163eff-46ee-0072-a3a4-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-12-05 21:26:58.413169 | fa163eff-46ee-0072-a3a4-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:07.975880 | 0.48s 2025-12-05 21:26:58.438824 | fa163eff-46ee-0072-a3a4-000000000b4d | TASK | create fcontext entry for iscsi 2025-12-05 21:26:59.842035 | fa163eff-46ee-0072-a3a4-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-05 21:26:59.843881 | fa163eff-46ee-0072-a3a4-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.406586 | 1.40s 2025-12-05 21:27:01.166133 | fa163eff-46ee-0072-a3a4-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-05 21:27:01.168242 | fa163eff-46ee-0072-a3a4-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:10.730954 | 2.73s 2025-12-05 21:27:02.501072 | fa163eff-46ee-0072-a3a4-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-05 21:27:02.502705 | fa163eff-46ee-0072-a3a4-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:12.065416 | 4.06s 2025-12-05 21:27:02.509723 | fa163eff-46ee-0072-a3a4-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:12.072419 | 4.07s 2025-12-05 21:27:02.536418 | fa163eff-46ee-0072-a3a4-000000000b4e | TASK | create persistent directories 2025-12-05 21:27:02.799757 | fa163eff-46ee-0072-a3a4-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-12-05 21:27:02.801550 | fa163eff-46ee-0072-a3a4-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.364256 | 0.26s 2025-12-05 21:27:02.983772 | fa163eff-46ee-0072-a3a4-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-12-05 21:27:02.985605 | fa163eff-46ee-0072-a3a4-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.548319 | 0.45s 2025-12-05 21:27:03.156044 | fa163eff-46ee-0072-a3a4-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-12-05 21:27:03.157673 | fa163eff-46ee-0072-a3a4-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.720389 | 0.62s 2025-12-05 21:27:03.169314 | fa163eff-46ee-0072-a3a4-000000000b4e | TIMING | create persistent directories | standalone | 0:02:12.732015 | 0.63s 2025-12-05 21:27:03.197061 | fa163eff-46ee-0072-a3a4-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-12-05 21:27:03.430228 | fa163eff-46ee-0072-a3a4-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-12-05 21:27:03.431985 | fa163eff-46ee-0072-a3a4-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:12.994695 | 0.23s 2025-12-05 21:27:03.457386 | fa163eff-46ee-0072-a3a4-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-12-05 21:27:03.488122 | fa163eff-46ee-0072-a3a4-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-12-05 21:27:03.489362 | fa163eff-46ee-0072-a3a4-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:13.052073 | 0.03s 2025-12-05 21:27:03.514055 | fa163eff-46ee-0072-a3a4-000000000b51 | TASK | Check if iscsi.service is enabled 2025-12-05 21:27:03.758434 | fa163eff-46ee-0072-a3a4-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-12-05 21:27:03.760159 | fa163eff-46ee-0072-a3a4-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:13.322865 | 0.24s 2025-12-05 21:27:03.785346 | fa163eff-46ee-0072-a3a4-000000000b52 | TASK | Stop iscsi.service 2025-12-05 21:27:03.827350 | fa163eff-46ee-0072-a3a4-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-12-05 21:27:03.828880 | fa163eff-46ee-0072-a3a4-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:13.391587 | 0.04s 2025-12-05 21:27:03.883094 | fa163eff-46ee-0072-a3a4-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:13.445793 | 0.03s 2025-12-05 21:27:03.981506 | fa163eff-46ee-0072-a3a4-00000000104c | TASK | Install additional packages 2025-12-05 21:27:04.010453 | fa163eff-46ee-0072-a3a4-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:13.573161 | 0.03s 2025-12-05 21:27:04.028050 | fa163eff-46ee-0072-a3a4-00000000104d | TASK | Remove dracut-config-generic 2025-12-05 21:27:07.923820 | fa163eff-46ee-0072-a3a4-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2025-12-05 21:27:07.925319 | fa163eff-46ee-0072-a3a4-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:17.488029 | 3.90s 2025-12-05 21:27:07.950043 | fa163eff-46ee-0072-a3a4-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-12-05 21:27:08.181863 | fa163eff-46ee-0072-a3a4-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-12-05 21:27:08.183085 | fa163eff-46ee-0072-a3a4-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:17.745798 | 0.23s 2025-12-05 21:27:08.207964 | fa163eff-46ee-0072-a3a4-00000000104f | TASK | Write list of modules to load at boot 2025-12-05 21:27:08.654592 | fa163eff-46ee-0072-a3a4-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2025-12-05 21:27:08.655781 | fa163eff-46ee-0072-a3a4-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:18.218495 | 0.45s 2025-12-05 21:27:08.680834 | fa163eff-46ee-0072-a3a4-000000001050 | TASK | Modules reload 2025-12-05 21:27:09.107827 | fa163eff-46ee-0072-a3a4-000000001050 | CHANGED | Modules reload | standalone 2025-12-05 21:27:09.110030 | fa163eff-46ee-0072-a3a4-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:18.672737 | 0.43s 2025-12-05 21:27:09.137168 | fa163eff-46ee-0072-a3a4-000000001051 | TASK | Set default sysctl options 2025-12-05 21:27:09.660021 | fa163eff-46ee-0072-a3a4-000000001051 | CHANGED | Set default sysctl options | standalone 2025-12-05 21:27:09.662053 | fa163eff-46ee-0072-a3a4-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:19.224753 | 0.52s 2025-12-05 21:27:09.690248 | fa163eff-46ee-0072-a3a4-000000001052 | TASK | Set extra sysctl options 2025-12-05 21:27:10.114349 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-12-05 21:27:10.116932 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.679637 | 0.42s 2025-12-05 21:27:10.332221 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-12-05 21:27:10.334187 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.896899 | 0.64s 2025-12-05 21:27:10.559069 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-12-05 21:27:10.560710 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.123426 | 0.87s 2025-12-05 21:27:10.775352 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-12-05 21:27:10.777011 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.339727 | 1.08s 2025-12-05 21:27:10.987553 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-12-05 21:27:10.988353 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.551069 | 1.30s 2025-12-05 21:27:11.201887 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-12-05 21:27:11.203478 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.766193 | 1.51s 2025-12-05 21:27:11.412036 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-12-05 21:27:11.412839 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.975556 | 1.72s 2025-12-05 21:27:11.656601 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-12-05 21:27:11.657138 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.219860 | 1.96s 2025-12-05 21:27:11.874094 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-12-05 21:27:11.874624 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.437346 | 2.18s 2025-12-05 21:27:12.118313 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-12-05 21:27:12.120155 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.682867 | 2.43s 2025-12-05 21:27:12.336470 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-12-05 21:27:12.337408 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.900121 | 2.64s 2025-12-05 21:27:12.547774 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-12-05 21:27:12.549034 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.111745 | 2.86s 2025-12-05 21:27:12.786027 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-12-05 21:27:12.787815 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.350528 | 3.09s 2025-12-05 21:27:13.025238 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-12-05 21:27:13.026187 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.588900 | 3.33s 2025-12-05 21:27:13.267544 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-12-05 21:27:13.269440 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:22.832153 | 3.58s 2025-12-05 21:27:13.482156 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-12-05 21:27:13.483936 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.046647 | 3.79s 2025-12-05 21:27:13.696573 | fa163eff-46ee-0072-a3a4-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-12-05 21:27:13.698287 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.260999 | 4.01s 2025-12-05 21:27:13.711249 | fa163eff-46ee-0072-a3a4-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:23.273946 | 4.02s 2025-12-05 21:27:13.740925 | fa163eff-46ee-0072-a3a4-000000001054 | TASK | Sysctl reload 2025-12-05 21:27:14.178181 | fa163eff-46ee-0072-a3a4-000000001054 | CHANGED | Sysctl reload | standalone 2025-12-05 21:27:14.181714 | fa163eff-46ee-0072-a3a4-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:23.744420 | 0.44s 2025-12-05 21:27:14.232652 | fa163eff-46ee-0072-a3a4-000000000b54 | TASK | create persistent directories 2025-12-05 21:27:14.483017 | fa163eff-46ee-0072-a3a4-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-12-05 21:27:14.484952 | fa163eff-46ee-0072-a3a4-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.047657 | 0.25s 2025-12-05 21:27:14.660187 | fa163eff-46ee-0072-a3a4-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-12-05 21:27:14.662111 | fa163eff-46ee-0072-a3a4-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.224823 | 0.43s 2025-12-05 21:27:14.672880 | fa163eff-46ee-0072-a3a4-000000000b54 | TIMING | create persistent directories | standalone | 0:02:24.235581 | 0.44s 2025-12-05 21:27:14.698946 | fa163eff-46ee-0072-a3a4-000000000b55 | TASK | Check if file certs_valid exist 2025-12-05 21:27:14.924092 | fa163eff-46ee-0072-a3a4-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-12-05 21:27:14.925421 | fa163eff-46ee-0072-a3a4-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:24.488132 | 0.23s 2025-12-05 21:27:14.950523 | fa163eff-46ee-0072-a3a4-000000000b56 | TASK | Check if file cert9.db exist 2025-12-05 21:27:15.181581 | fa163eff-46ee-0072-a3a4-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-12-05 21:27:15.183008 | fa163eff-46ee-0072-a3a4-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:24.745718 | 0.23s 2025-12-05 21:27:15.208963 | fa163eff-46ee-0072-a3a4-000000000b57 | TASK | Check if file key4.db exist 2025-12-05 21:27:15.423392 | fa163eff-46ee-0072-a3a4-000000000b57 | OK | Check if file key4.db exist | standalone 2025-12-05 21:27:15.424943 | fa163eff-46ee-0072-a3a4-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:24.987652 | 0.21s 2025-12-05 21:27:15.483807 | fa163eff-46ee-0072-a3a4-000000000b58 | SKIPPED | fail | standalone 2025-12-05 21:27:15.485029 | fa163eff-46ee-0072-a3a4-000000000b58 | TIMING | fail | standalone | 0:02:25.047740 | 0.03s 2025-12-05 21:27:15.509613 | fa163eff-46ee-0072-a3a4-000000000b59 | TASK | Create persistent directories 2025-12-05 21:27:15.773954 | fa163eff-46ee-0072-a3a4-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-05 21:27:15.776364 | fa163eff-46ee-0072-a3a4-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.339069 | 0.27s 2025-12-05 21:27:15.999588 | fa163eff-46ee-0072-a3a4-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-12-05 21:27:16.001233 | fa163eff-46ee-0072-a3a4-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.563948 | 0.49s 2025-12-05 21:27:16.012184 | fa163eff-46ee-0072-a3a4-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:25.574888 | 0.50s 2025-12-05 21:27:16.037856 | fa163eff-46ee-0072-a3a4-000000000b5a | TASK | create persistent directories 2025-12-05 21:27:16.292116 | fa163eff-46ee-0072-a3a4-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-05 21:27:16.294523 | fa163eff-46ee-0072-a3a4-000000000b5a | TIMING | create persistent directories | standalone | 0:02:25.857209 | 0.26s 2025-12-05 21:27:16.304354 | fa163eff-46ee-0072-a3a4-000000000b5a | TIMING | create persistent directories | standalone | 0:02:25.867055 | 0.27s 2025-12-05 21:27:16.330096 | fa163eff-46ee-0072-a3a4-000000000b5b | TASK | create persistent directories 2025-12-05 21:27:16.592664 | fa163eff-46ee-0072-a3a4-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-12-05 21:27:16.595399 | fa163eff-46ee-0072-a3a4-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.158099 | 0.26s 2025-12-05 21:27:16.800776 | fa163eff-46ee-0072-a3a4-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-12-05 21:27:16.802544 | fa163eff-46ee-0072-a3a4-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.365258 | 0.47s 2025-12-05 21:27:16.813224 | fa163eff-46ee-0072-a3a4-000000000b5b | TIMING | create persistent directories | standalone | 0:02:26.375926 | 0.48s 2025-12-05 21:27:16.839277 | fa163eff-46ee-0072-a3a4-000000000b5c | TASK | create persistent directories 2025-12-05 21:27:17.082458 | fa163eff-46ee-0072-a3a4-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-12-05 21:27:17.084696 | fa163eff-46ee-0072-a3a4-000000000b5c | TIMING | create persistent directories | standalone | 0:02:26.647404 | 0.24s 2025-12-05 21:27:17.094931 | fa163eff-46ee-0072-a3a4-000000000b5c | TIMING | create persistent directories | standalone | 0:02:26.657634 | 0.25s 2025-12-05 21:27:17.120185 | fa163eff-46ee-0072-a3a4-000000000b5d | TASK | create persistent directories 2025-12-05 21:27:17.362731 | fa163eff-46ee-0072-a3a4-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-12-05 21:27:17.363966 | fa163eff-46ee-0072-a3a4-000000000b5d | TIMING | create persistent directories | standalone | 0:02:26.926681 | 0.24s 2025-12-05 21:27:17.594100 | fa163eff-46ee-0072-a3a4-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-12-05 21:27:17.595721 | fa163eff-46ee-0072-a3a4-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.158436 | 0.47s 2025-12-05 21:27:17.786877 | fa163eff-46ee-0072-a3a4-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-12-05 21:27:17.788523 | fa163eff-46ee-0072-a3a4-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.351208 | 0.67s 2025-12-05 21:27:17.799712 | fa163eff-46ee-0072-a3a4-000000000b5d | TIMING | create persistent directories | standalone | 0:02:27.362416 | 0.68s 2025-12-05 21:27:17.825462 | fa163eff-46ee-0072-a3a4-000000000b5e | TASK | create persistent directories 2025-12-05 21:27:18.070938 | fa163eff-46ee-0072-a3a4-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-05 21:27:18.072463 | fa163eff-46ee-0072-a3a4-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.635171 | 0.25s 2025-12-05 21:27:18.243484 | fa163eff-46ee-0072-a3a4-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-12-05 21:27:18.244335 | fa163eff-46ee-0072-a3a4-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.807051 | 0.42s 2025-12-05 21:27:18.257328 | fa163eff-46ee-0072-a3a4-000000000b5e | TIMING | create persistent directories | standalone | 0:02:27.820039 | 0.43s 2025-12-05 21:27:18.282409 | fa163eff-46ee-0072-a3a4-000000000b5f | TASK | create persistent directories 2025-12-05 21:27:18.517609 | fa163eff-46ee-0072-a3a4-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-12-05 21:27:18.518931 | fa163eff-46ee-0072-a3a4-000000000b5f | TIMING | create persistent directories | standalone | 0:02:28.081641 | 0.24s 2025-12-05 21:27:18.524817 | fa163eff-46ee-0072-a3a4-000000000b5f | TIMING | create persistent directories | standalone | 0:02:28.087534 | 0.24s 2025-12-05 21:27:18.542021 | fa163eff-46ee-0072-a3a4-000000000b60 | TASK | creating directory 2025-12-05 21:27:18.734367 | fa163eff-46ee-0072-a3a4-000000000b60 | CHANGED | creating directory | standalone 2025-12-05 21:27:18.735656 | fa163eff-46ee-0072-a3a4-000000000b60 | TIMING | creating directory | standalone | 0:02:28.298371 | 0.19s 2025-12-05 21:27:18.755575 | fa163eff-46ee-0072-a3a4-000000000b61 | TASK | derive pci passthrough whitelist 2025-12-05 21:27:19.224544 | fa163eff-46ee-0072-a3a4-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-12-05 21:27:19.225926 | fa163eff-46ee-0072-a3a4-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:28.788637 | 0.47s 2025-12-05 21:27:19.250403 | fa163eff-46ee-0072-a3a4-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-12-05 21:27:20.073629 | fa163eff-46ee-0072-a3a4-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-12-05 21:27:20.075077 | fa163eff-46ee-0072-a3a4-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:29.637789 | 0.82s 2025-12-05 21:27:20.100758 | fa163eff-46ee-0072-a3a4-000000000b63 | TASK | create /run/netns with temp namespace 2025-12-05 21:27:20.313753 | fa163eff-46ee-0072-a3a4-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-12-05 21:27:20.314963 | fa163eff-46ee-0072-a3a4-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:29.877675 | 0.21s 2025-12-05 21:27:20.340054 | fa163eff-46ee-0072-a3a4-000000000b64 | TASK | remove temp namespace 2025-12-05 21:27:20.570267 | fa163eff-46ee-0072-a3a4-000000000b64 | CHANGED | remove temp namespace | standalone 2025-12-05 21:27:20.571823 | fa163eff-46ee-0072-a3a4-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:30.134533 | 0.23s 2025-12-05 21:27:20.596776 | fa163eff-46ee-0072-a3a4-000000000b65 | TASK | create /var/lib/neutron 2025-12-05 21:27:20.793838 | fa163eff-46ee-0072-a3a4-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-12-05 21:27:20.795336 | fa163eff-46ee-0072-a3a4-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:30.358047 | 0.20s 2025-12-05 21:27:20.819877 | fa163eff-46ee-0072-a3a4-000000000b66 | TASK | set conditions 2025-12-05 21:27:20.841200 | fa163eff-46ee-0072-a3a4-000000000b66 | OK | set conditions | standalone 2025-12-05 21:27:20.842238 | fa163eff-46ee-0072-a3a4-000000000b66 | TIMING | set conditions | standalone | 0:02:30.404951 | 0.02s 2025-12-05 21:27:20.867038 | fa163eff-46ee-0072-a3a4-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-12-05 21:27:21.083876 | fa163eff-46ee-0072-a3a4-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-12-05 21:27:21.085309 | fa163eff-46ee-0072-a3a4-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:30.648021 | 0.22s 2025-12-05 21:27:21.109829 | fa163eff-46ee-0072-a3a4-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-12-05 21:27:21.584075 | fa163eff-46ee-0072-a3a4-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-12-05 21:27:21.585688 | fa163eff-46ee-0072-a3a4-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:31.148398 | 0.47s 2025-12-05 21:27:21.610285 | fa163eff-46ee-0072-a3a4-000000000b69 | TASK | create haproxy kill script 2025-12-05 21:27:22.062321 | fa163eff-46ee-0072-a3a4-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-12-05 21:27:22.063781 | fa163eff-46ee-0072-a3a4-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:31.626490 | 0.45s 2025-12-05 21:27:22.089400 | fa163eff-46ee-0072-a3a4-000000000b6a | TASK | create persistent directories 2025-12-05 21:27:22.335530 | fa163eff-46ee-0072-a3a4-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-05 21:27:22.336749 | fa163eff-46ee-0072-a3a4-000000000b6a | TIMING | create persistent directories | standalone | 0:02:31.899463 | 0.25s 2025-12-05 21:27:22.505589 | fa163eff-46ee-0072-a3a4-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-12-05 21:27:22.506537 | fa163eff-46ee-0072-a3a4-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.069254 | 0.42s 2025-12-05 21:27:22.510861 | fa163eff-46ee-0072-a3a4-000000000b6a | TIMING | create persistent directories | standalone | 0:02:32.073586 | 0.42s 2025-12-05 21:27:22.528254 | fa163eff-46ee-0072-a3a4-000000000b6b | TASK | create persistent directories 2025-12-05 21:27:22.768105 | fa163eff-46ee-0072-a3a4-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-05 21:27:22.769105 | fa163eff-46ee-0072-a3a4-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.331822 | 0.24s 2025-12-05 21:27:22.775438 | fa163eff-46ee-0072-a3a4-000000000b6b | TIMING | create persistent directories | standalone | 0:02:32.338153 | 0.25s 2025-12-05 21:27:22.801192 | fa163eff-46ee-0072-a3a4-000000000b6c | TASK | create persistent directories 2025-12-05 21:27:23.043940 | fa163eff-46ee-0072-a3a4-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-12-05 21:27:23.045703 | fa163eff-46ee-0072-a3a4-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.608418 | 0.24s 2025-12-05 21:27:23.251607 | fa163eff-46ee-0072-a3a4-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-12-05 21:27:23.252802 | fa163eff-46ee-0072-a3a4-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.815516 | 0.45s 2025-12-05 21:27:23.259150 | fa163eff-46ee-0072-a3a4-000000000b6c | TIMING | create persistent directories | standalone | 0:02:32.821866 | 0.46s 2025-12-05 21:27:23.284841 | fa163eff-46ee-0072-a3a4-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-12-05 21:27:23.504450 | fa163eff-46ee-0072-a3a4-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-12-05 21:27:23.505802 | fa163eff-46ee-0072-a3a4-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:33.068513 | 0.22s 2025-12-05 21:27:23.531112 | fa163eff-46ee-0072-a3a4-000000000b6e | TASK | create persistent directories 2025-12-05 21:27:23.766073 | fa163eff-46ee-0072-a3a4-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-05 21:27:23.767709 | fa163eff-46ee-0072-a3a4-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.330418 | 0.24s 2025-12-05 21:27:23.957164 | fa163eff-46ee-0072-a3a4-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-12-05 21:27:23.958154 | fa163eff-46ee-0072-a3a4-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.520868 | 0.43s 2025-12-05 21:27:24.144573 | fa163eff-46ee-0072-a3a4-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-12-05 21:27:24.145539 | fa163eff-46ee-0072-a3a4-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.708254 | 0.61s 2025-12-05 21:27:24.331561 | fa163eff-46ee-0072-a3a4-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-05 21:27:24.333046 | fa163eff-46ee-0072-a3a4-000000000b6e | TIMING | create persistent directories | standalone | 0:02:33.895759 | 0.80s 2025-12-05 21:27:24.506226 | fa163eff-46ee-0072-a3a4-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-12-05 21:27:24.506815 | fa163eff-46ee-0072-a3a4-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.069538 | 0.97s 2025-12-05 21:27:24.512863 | fa163eff-46ee-0072-a3a4-000000000b6e | TIMING | create persistent directories | standalone | 0:02:34.075579 | 0.98s 2025-12-05 21:27:24.539155 | fa163eff-46ee-0072-a3a4-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-12-05 21:27:24.957782 | fa163eff-46ee-0072-a3a4-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-12-05 21:27:24.959237 | fa163eff-46ee-0072-a3a4-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:34.521943 | 0.42s 2025-12-05 21:27:24.984923 | fa163eff-46ee-0072-a3a4-000000000b70 | TASK | create tempfiles 2025-12-05 21:27:25.288857 | fa163eff-46ee-0072-a3a4-000000000b70 | CHANGED | create tempfiles | standalone 2025-12-05 21:27:25.290390 | fa163eff-46ee-0072-a3a4-000000000b70 | TIMING | create tempfiles | standalone | 0:02:34.853095 | 0.30s 2025-12-05 21:27:25.315840 | fa163eff-46ee-0072-a3a4-000000000b71 | TASK | Mount Nova NFS Share 2025-12-05 21:27:25.345862 | fa163eff-46ee-0072-a3a4-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-12-05 21:27:25.346960 | fa163eff-46ee-0072-a3a4-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:34.909670 | 0.03s 2025-12-05 21:27:25.371865 | fa163eff-46ee-0072-a3a4-000000000b73 | TASK | check systemd-container package installed or not 2025-12-05 21:27:25.399640 | fa163eff-46ee-0072-a3a4-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-12-05 21:27:25.400647 | fa163eff-46ee-0072-a3a4-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:34.963360 | 0.03s 2025-12-05 21:27:25.424463 | fa163eff-46ee-0072-a3a4-000000000b74 | TASK | get latest package from downloaded package versions 2025-12-05 21:27:25.452181 | fa163eff-46ee-0072-a3a4-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-12-05 21:27:25.453179 | fa163eff-46ee-0072-a3a4-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:35.015892 | 0.03s 2025-12-05 21:27:25.476853 | fa163eff-46ee-0072-a3a4-000000000b75 | TASK | Install systemd-container package on boot 2025-12-05 21:27:25.504386 | fa163eff-46ee-0072-a3a4-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-12-05 21:27:25.505425 | fa163eff-46ee-0072-a3a4-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:35.068138 | 0.03s 2025-12-05 21:27:25.529869 | fa163eff-46ee-0072-a3a4-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-12-05 21:27:25.559195 | fa163eff-46ee-0072-a3a4-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-12-05 21:27:25.560187 | fa163eff-46ee-0072-a3a4-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:35.122898 | 0.03s 2025-12-05 21:27:25.584085 | fa163eff-46ee-0072-a3a4-000000000b77 | TASK | check if install-systemd-container service exists 2025-12-05 21:27:25.612061 | fa163eff-46ee-0072-a3a4-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-12-05 21:27:25.613052 | fa163eff-46ee-0072-a3a4-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:35.175765 | 0.03s 2025-12-05 21:27:25.637241 | fa163eff-46ee-0072-a3a4-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-12-05 21:27:25.664923 | fa163eff-46ee-0072-a3a4-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-12-05 21:27:25.665914 | fa163eff-46ee-0072-a3a4-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:35.228626 | 0.03s 2025-12-05 21:27:25.689696 | fa163eff-46ee-0072-a3a4-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-12-05 21:27:25.719825 | fa163eff-46ee-0072-a3a4-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-12-05 21:27:25.720824 | fa163eff-46ee-0072-a3a4-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:35.283538 | 0.03s 2025-12-05 21:27:25.746003 | fa163eff-46ee-0072-a3a4-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-12-05 21:27:25.774801 | fa163eff-46ee-0072-a3a4-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-12-05 21:27:25.775813 | fa163eff-46ee-0072-a3a4-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:35.338526 | 0.03s 2025-12-05 21:27:25.799460 | fa163eff-46ee-0072-a3a4-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-12-05 21:27:25.827246 | fa163eff-46ee-0072-a3a4-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-05 21:27:25.828258 | fa163eff-46ee-0072-a3a4-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.390971 | 0.03s 2025-12-05 21:27:25.852285 | fa163eff-46ee-0072-a3a4-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-12-05 21:27:25.881850 | fa163eff-46ee-0072-a3a4-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-05 21:27:25.882825 | fa163eff-46ee-0072-a3a4-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.445538 | 0.03s 2025-12-05 21:27:25.906660 | fa163eff-46ee-0072-a3a4-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-12-05 21:27:25.937117 | fa163eff-46ee-0072-a3a4-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-12-05 21:27:25.938162 | fa163eff-46ee-0072-a3a4-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:35.500875 | 0.03s 2025-12-05 21:27:25.962216 | fa163eff-46ee-0072-a3a4-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-12-05 21:27:25.990930 | fa163eff-46ee-0072-a3a4-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-12-05 21:27:25.992001 | fa163eff-46ee-0072-a3a4-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:35.554713 | 0.03s 2025-12-05 21:27:26.016368 | fa163eff-46ee-0072-a3a4-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-12-05 21:27:26.045223 | fa163eff-46ee-0072-a3a4-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-12-05 21:27:26.046298 | fa163eff-46ee-0072-a3a4-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:35.609011 | 0.03s 2025-12-05 21:27:26.071044 | fa163eff-46ee-0072-a3a4-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-12-05 21:27:26.099953 | fa163eff-46ee-0072-a3a4-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-12-05 21:27:26.101027 | fa163eff-46ee-0072-a3a4-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:35.663740 | 0.03s 2025-12-05 21:27:26.126363 | fa163eff-46ee-0072-a3a4-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-12-05 21:27:26.155936 | fa163eff-46ee-0072-a3a4-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-12-05 21:27:26.157055 | fa163eff-46ee-0072-a3a4-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:35.719768 | 0.03s 2025-12-05 21:27:26.180962 | fa163eff-46ee-0072-a3a4-000000000b86 | TASK | install nova-compute delay wrapper script 2025-12-05 21:27:26.229746 | fa163eff-46ee-0072-a3a4-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-12-05 21:27:26.230822 | fa163eff-46ee-0072-a3a4-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:35.793534 | 0.05s 2025-12-05 21:27:26.254676 | fa163eff-46ee-0072-a3a4-000000000b87 | TASK | Is irqbalance enabled 2025-12-05 21:27:26.285289 | fa163eff-46ee-0072-a3a4-000000000b87 | OK | Is irqbalance enabled | standalone 2025-12-05 21:27:26.286447 | fa163eff-46ee-0072-a3a4-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:35.849160 | 0.03s 2025-12-05 21:27:26.312174 | fa163eff-46ee-0072-a3a4-000000000b88 | TASK | disable irqbalance service on compute 2025-12-05 21:27:26.340646 | fa163eff-46ee-0072-a3a4-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-12-05 21:27:26.341680 | fa163eff-46ee-0072-a3a4-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:35.904393 | 0.03s 2025-12-05 21:27:26.366562 | fa163eff-46ee-0072-a3a4-000000000b89 | TASK | create persistent directories 2025-12-05 21:27:26.605029 | fa163eff-46ee-0072-a3a4-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-12-05 21:27:26.606544 | fa163eff-46ee-0072-a3a4-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.169252 | 0.24s 2025-12-05 21:27:26.618553 | fa163eff-46ee-0072-a3a4-000000000b89 | TIMING | create persistent directories | standalone | 0:02:36.181262 | 0.25s 2025-12-05 21:27:26.643480 | fa163eff-46ee-0072-a3a4-000000000b8a | TASK | create libvirt persistent data directories 2025-12-05 21:27:26.906171 | fa163eff-46ee-0072-a3a4-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-12-05 21:27:26.908392 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.471101 | 0.26s 2025-12-05 21:27:27.112187 | fa163eff-46ee-0072-a3a4-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-12-05 21:27:27.113232 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.675946 | 0.47s 2025-12-05 21:27:27.351383 | fa163eff-46ee-0072-a3a4-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-12-05 21:27:27.352913 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.915630 | 0.71s 2025-12-05 21:27:27.584865 | fa163eff-46ee-0072-a3a4-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-12-05 21:27:27.586398 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.149114 | 0.94s 2025-12-05 21:27:27.793386 | fa163eff-46ee-0072-a3a4-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-12-05 21:27:27.794237 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.356953 | 1.15s 2025-12-05 21:27:27.999037 | fa163eff-46ee-0072-a3a4-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-12-05 21:27:28.000584 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.563298 | 1.36s 2025-12-05 21:27:28.203200 | fa163eff-46ee-0072-a3a4-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-12-05 21:27:28.204749 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.767465 | 1.56s 2025-12-05 21:27:28.403509 | fa163eff-46ee-0072-a3a4-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-12-05 21:27:28.405135 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.967850 | 1.76s 2025-12-05 21:27:28.417621 | fa163eff-46ee-0072-a3a4-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:37.980325 | 1.77s 2025-12-05 21:27:28.444912 | fa163eff-46ee-0072-a3a4-000000000b8b | TASK | ensure qemu group is present on the host 2025-12-05 21:27:29.075307 | fa163eff-46ee-0072-a3a4-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-12-05 21:27:29.076669 | fa163eff-46ee-0072-a3a4-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:38.639380 | 0.63s 2025-12-05 21:27:29.101231 | fa163eff-46ee-0072-a3a4-000000000b8c | TASK | ensure qemu user is present on the host 2025-12-05 21:27:29.761336 | fa163eff-46ee-0072-a3a4-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-12-05 21:27:29.762924 | fa163eff-46ee-0072-a3a4-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:39.325635 | 0.66s 2025-12-05 21:27:29.787942 | fa163eff-46ee-0072-a3a4-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-12-05 21:27:30.020345 | fa163eff-46ee-0072-a3a4-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-12-05 21:27:30.021768 | fa163eff-46ee-0072-a3a4-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:39.584480 | 0.23s 2025-12-05 21:27:30.046014 | fa163eff-46ee-0072-a3a4-000000000b8e | TASK | check if libvirt is installed 2025-12-05 21:27:30.267861 | fa163eff-46ee-0072-a3a4-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-12-05 21:27:30.269237 | fa163eff-46ee-0072-a3a4-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:39.831949 | 0.22s 2025-12-05 21:27:30.293835 | fa163eff-46ee-0072-a3a4-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-12-05 21:27:30.334554 | fa163eff-46ee-0072-a3a4-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-12-05 21:27:30.340873 | fa163eff-46ee-0072-a3a4-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-12-05 21:27:30.346683 | fa163eff-46ee-0072-a3a4-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:39.909385 | 0.05s 2025-12-05 21:27:30.371630 | fa163eff-46ee-0072-a3a4-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-12-05 21:27:30.826544 | fa163eff-46ee-0072-a3a4-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-12-05 21:27:30.827978 | fa163eff-46ee-0072-a3a4-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:40.390689 | 0.46s 2025-12-05 21:27:30.854339 | fa163eff-46ee-0072-a3a4-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-12-05 21:27:31.895150 | fa163eff-46ee-0072-a3a4-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-12-05 21:27:31.896376 | fa163eff-46ee-0072-a3a4-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:41.459093 | 1.04s 2025-12-05 21:27:31.916108 | fa163eff-46ee-0072-a3a4-000000000b92 | TASK | remove gnutls-qemu.config 2025-12-05 21:27:32.331690 | fa163eff-46ee-0072-a3a4-000000000b92 | OK | remove gnutls-qemu.config | standalone 2025-12-05 21:27:32.332542 | fa163eff-46ee-0072-a3a4-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:41.895262 | 0.42s 2025-12-05 21:27:32.349478 | fa163eff-46ee-0072-a3a4-000000000b93 | TASK | update crypto policies 2025-12-05 21:27:32.366942 | fa163eff-46ee-0072-a3a4-000000000b93 | SKIPPED | update crypto policies | standalone 2025-12-05 21:27:32.367633 | fa163eff-46ee-0072-a3a4-000000000b93 | TIMING | update crypto policies | standalone | 0:02:41.930354 | 0.02s 2025-12-05 21:27:32.384397 | fa163eff-46ee-0072-a3a4-000000000b94 | TASK | Create libvirt persistent data directories 2025-12-05 21:27:32.625049 | fa163eff-46ee-0072-a3a4-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-12-05 21:27:32.626556 | fa163eff-46ee-0072-a3a4-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:42.189266 | 0.24s 2025-12-05 21:27:32.633227 | fa163eff-46ee-0072-a3a4-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:42.195937 | 0.25s 2025-12-05 21:27:32.658212 | fa163eff-46ee-0072-a3a4-000000000b95 | TASK | create persistent directories 2025-12-05 21:27:32.921332 | fa163eff-46ee-0072-a3a4-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-05 21:27:32.924002 | fa163eff-46ee-0072-a3a4-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.486711 | 0.26s 2025-12-05 21:27:33.142593 | fa163eff-46ee-0072-a3a4-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-05 21:27:33.143572 | fa163eff-46ee-0072-a3a4-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.706288 | 0.48s 2025-12-05 21:27:33.150155 | fa163eff-46ee-0072-a3a4-000000000b95 | TIMING | create persistent directories | standalone | 0:02:42.712860 | 0.49s 2025-12-05 21:27:33.175531 | fa163eff-46ee-0072-a3a4-000000000b96 | TASK | Copy in cleanup script 2025-12-05 21:27:33.641019 | fa163eff-46ee-0072-a3a4-000000000b96 | CHANGED | Copy in cleanup script | standalone 2025-12-05 21:27:33.642359 | fa163eff-46ee-0072-a3a4-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:43.205070 | 0.47s 2025-12-05 21:27:33.666805 | fa163eff-46ee-0072-a3a4-000000000b97 | TASK | Copy in cleanup service 2025-12-05 21:27:34.124349 | fa163eff-46ee-0072-a3a4-000000000b97 | CHANGED | Copy in cleanup service | standalone 2025-12-05 21:27:34.125603 | fa163eff-46ee-0072-a3a4-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:43.688316 | 0.46s 2025-12-05 21:27:34.150849 | fa163eff-46ee-0072-a3a4-000000000b98 | TASK | Enabling the cleanup service 2025-12-05 21:27:34.722019 | fa163eff-46ee-0072-a3a4-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2025-12-05 21:27:34.724029 | fa163eff-46ee-0072-a3a4-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:44.286735 | 0.57s 2025-12-05 21:27:34.750579 | fa163eff-46ee-0072-a3a4-000000000b99 | TASK | create persistent directories 2025-12-05 21:27:35.004234 | fa163eff-46ee-0072-a3a4-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-12-05 21:27:35.006562 | fa163eff-46ee-0072-a3a4-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.569268 | 0.25s 2025-12-05 21:27:35.254720 | fa163eff-46ee-0072-a3a4-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-12-05 21:27:35.255748 | fa163eff-46ee-0072-a3a4-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.818463 | 0.50s 2025-12-05 21:27:35.262140 | fa163eff-46ee-0072-a3a4-000000000b99 | TIMING | create persistent directories | standalone | 0:02:44.824843 | 0.51s 2025-12-05 21:27:35.288143 | fa163eff-46ee-0072-a3a4-000000000b9a | TASK | set conditions 2025-12-05 21:27:35.318388 | fa163eff-46ee-0072-a3a4-000000000b9a | OK | set conditions | standalone 2025-12-05 21:27:35.319570 | fa163eff-46ee-0072-a3a4-000000000b9a | TIMING | set conditions | standalone | 0:02:44.882281 | 0.03s 2025-12-05 21:27:35.344479 | fa163eff-46ee-0072-a3a4-000000000b9b | TASK | create persistent directories 2025-12-05 21:27:35.580917 | fa163eff-46ee-0072-a3a4-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-05 21:27:35.582621 | fa163eff-46ee-0072-a3a4-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.145327 | 0.24s 2025-12-05 21:27:35.741162 | fa163eff-46ee-0072-a3a4-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-12-05 21:27:35.742279 | fa163eff-46ee-0072-a3a4-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.304992 | 0.40s 2025-12-05 21:27:35.942725 | fa163eff-46ee-0072-a3a4-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-12-05 21:27:35.943732 | fa163eff-46ee-0072-a3a4-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.506447 | 0.60s 2025-12-05 21:27:35.956610 | fa163eff-46ee-0072-a3a4-000000000b9b | TIMING | create persistent directories | standalone | 0:02:45.519314 | 0.61s 2025-12-05 21:27:35.982031 | fa163eff-46ee-0072-a3a4-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2025-12-05 21:27:36.433735 | fa163eff-46ee-0072-a3a4-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-12-05 21:27:36.434637 | fa163eff-46ee-0072-a3a4-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:45.997357 | 0.45s 2025-12-05 21:27:36.452770 | fa163eff-46ee-0072-a3a4-000000000b9d | TASK | create persistent directories 2025-12-05 21:27:36.694208 | fa163eff-46ee-0072-a3a4-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-05 21:27:36.696317 | fa163eff-46ee-0072-a3a4-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.259024 | 0.24s 2025-12-05 21:27:36.909297 | fa163eff-46ee-0072-a3a4-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-12-05 21:27:36.911032 | fa163eff-46ee-0072-a3a4-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.473745 | 0.46s 2025-12-05 21:27:36.921709 | fa163eff-46ee-0072-a3a4-000000000b9d | TIMING | create persistent directories | standalone | 0:02:46.484413 | 0.47s 2025-12-05 21:27:36.947336 | fa163eff-46ee-0072-a3a4-000000000b9e | TASK | create empty log files 2025-12-05 21:27:37.261893 | fa163eff-46ee-0072-a3a4-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-05 21:27:37.264218 | fa163eff-46ee-0072-a3a4-000000000b9e | TIMING | create empty log files | standalone | 0:02:46.826924 | 0.32s 2025-12-05 21:27:37.469581 | fa163eff-46ee-0072-a3a4-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-05 21:27:37.470526 | fa163eff-46ee-0072-a3a4-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.033214 | 0.52s 2025-12-05 21:27:37.476939 | fa163eff-46ee-0072-a3a4-000000000b9e | TIMING | create empty log files | standalone | 0:02:47.039645 | 0.53s 2025-12-05 21:27:37.502627 | fa163eff-46ee-0072-a3a4-000000000b9f | TASK | create persistent directories 2025-12-05 21:27:37.757166 | fa163eff-46ee-0072-a3a4-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-12-05 21:27:37.759147 | fa163eff-46ee-0072-a3a4-000000000b9f | TIMING | create persistent directories | standalone | 0:02:47.321856 | 0.26s 2025-12-05 21:27:37.768652 | fa163eff-46ee-0072-a3a4-000000000b9f | TIMING | create persistent directories | standalone | 0:02:47.331365 | 0.26s 2025-12-05 21:27:37.793734 | fa163eff-46ee-0072-a3a4-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2025-12-05 21:27:40.629720 | fa163eff-46ee-0072-a3a4-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2025-12-05 21:27:40.631080 | fa163eff-46ee-0072-a3a4-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:50.193792 | 2.84s 2025-12-05 21:27:40.675625 | fa163eff-46ee-0072-a3a4-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:50.238324 | 0.02s 2025-12-05 21:27:40.737368 | fa163eff-46ee-0072-a3a4-00000000129e | TASK | Gather variables for each operating system 2025-12-05 21:27:40.848399 | fa163eff-46ee-0072-a3a4-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:50.411100 | 0.11s 2025-12-05 21:27:40.874165 | fa163eff-46ee-0072-a3a4-00000000129f | TASK | Set packages facts 2025-12-05 21:27:40.915750 | fa163eff-46ee-0072-a3a4-00000000129f | OK | Set packages facts | standalone 2025-12-05 21:27:40.916854 | fa163eff-46ee-0072-a3a4-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:50.479568 | 0.04s 2025-12-05 21:27:40.941421 | fa163eff-46ee-0072-a3a4-0000000012a0 | TASK | Manage package 2025-12-05 21:27:40.996023 | fa163eff-46ee-0072-a3a4-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2025-12-05 21:27:41.019218 | fa163eff-46ee-0072-a3a4-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2025-12-05 21:27:41.035220 | fa163eff-46ee-0072-a3a4-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2025-12-05 21:27:46.218262 | fa163eff-46ee-0072-a3a4-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.780960 | 5.28s 2025-12-05 21:27:46.226158 | fa163eff-46ee-0072-a3a4-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2025-12-05 21:27:46.233143 | fa163eff-46ee-0072-a3a4-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:55.795850 | 5.29s 2025-12-05 21:27:46.280656 | fa163eff-46ee-0072-a3a4-000000000ba4 | TASK | create fcontext for rabbitmq data 2025-12-05 21:27:47.554228 | fa163eff-46ee-0072-a3a4-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2025-12-05 21:27:47.556013 | fa163eff-46ee-0072-a3a4-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:57.118724 | 1.27s 2025-12-05 21:27:47.580338 | fa163eff-46ee-0072-a3a4-000000000ba5 | TASK | create persistent directories 2025-12-05 21:27:47.884926 | fa163eff-46ee-0072-a3a4-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-12-05 21:27:47.888265 | fa163eff-46ee-0072-a3a4-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.450958 | 0.31s 2025-12-05 21:27:48.104291 | fa163eff-46ee-0072-a3a4-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-12-05 21:27:48.106238 | fa163eff-46ee-0072-a3a4-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.668951 | 0.52s 2025-12-05 21:27:48.116477 | fa163eff-46ee-0072-a3a4-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:57.679188 | 0.53s 2025-12-05 21:27:48.141378 | fa163eff-46ee-0072-a3a4-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-12-05 21:27:48.415807 | fa163eff-46ee-0072-a3a4-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-05 21:27:48.416994 | fa163eff-46ee-0072-a3a4-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:57.979707 | 0.27s 2025-12-05 21:27:48.441472 | fa163eff-46ee-0072-a3a4-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-12-05 21:27:48.469732 | fa163eff-46ee-0072-a3a4-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-12-05 21:27:48.470780 | fa163eff-46ee-0072-a3a4-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:58.033492 | 0.03s 2025-12-05 21:27:48.494923 | fa163eff-46ee-0072-a3a4-000000000ba8 | TASK | Remove existing entries from logind conf 2025-12-05 21:27:48.725662 | fa163eff-46ee-0072-a3a4-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2025-12-05 21:27:48.726908 | fa163eff-46ee-0072-a3a4-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:58.289622 | 0.23s 2025-12-05 21:27:48.751206 | fa163eff-46ee-0072-a3a4-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2025-12-05 21:27:48.980220 | fa163eff-46ee-0072-a3a4-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-12-05 21:27:48.981517 | fa163eff-46ee-0072-a3a4-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:58.544202 | 0.23s 2025-12-05 21:27:49.006349 | fa163eff-46ee-0072-a3a4-000000000baa | TASK | Restart systemd-logind 2025-12-05 21:27:49.517623 | fa163eff-46ee-0072-a3a4-000000000baa | CHANGED | Restart systemd-logind | standalone 2025-12-05 21:27:49.519561 | fa163eff-46ee-0072-a3a4-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:59.082271 | 0.51s 2025-12-05 21:27:49.545550 | fa163eff-46ee-0072-a3a4-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-05 21:27:49.619043 | fa163eff-46ee-0072-a3a4-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-12-05 21:27:49.619944 | fa163eff-46ee-0072-a3a4-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:59.182657 | 0.07s 2025-12-05 21:27:49.644019 | fa163eff-46ee-0072-a3a4-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-05 21:27:49.706425 | fa163eff-46ee-0072-a3a4-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-12-05 21:27:49.707332 | fa163eff-46ee-0072-a3a4-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:59.270044 | 0.06s 2025-12-05 21:27:49.731348 | fa163eff-46ee-0072-a3a4-000000000bad | TASK | create persistent logs directory 2025-12-05 21:27:49.985871 | fa163eff-46ee-0072-a3a4-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-12-05 21:27:49.988212 | fa163eff-46ee-0072-a3a4-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.550918 | 0.26s 2025-12-05 21:27:50.200151 | fa163eff-46ee-0072-a3a4-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-12-05 21:27:50.201971 | fa163eff-46ee-0072-a3a4-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.764684 | 0.47s 2025-12-05 21:27:50.212559 | fa163eff-46ee-0072-a3a4-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.775266 | 0.48s 2025-12-05 21:27:50.237251 | fa163eff-46ee-0072-a3a4-000000000baf | TASK | Set login facts 2025-12-05 21:27:50.271595 | fa163eff-46ee-0072-a3a4-000000000baf | OK | Set login facts | standalone 2025-12-05 21:27:50.272691 | fa163eff-46ee-0072-a3a4-000000000baf | TIMING | Set login facts | standalone | 0:02:59.835405 | 0.03s 2025-12-05 21:27:50.296713 | fa163eff-46ee-0072-a3a4-000000000bb0 | TASK | Convert logins json to dict 2025-12-05 21:27:50.347169 | fa163eff-46ee-0072-a3a4-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2025-12-05 21:27:50.348239 | fa163eff-46ee-0072-a3a4-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:59.910952 | 0.05s 2025-12-05 21:27:50.372311 | fa163eff-46ee-0072-a3a4-000000000bb1 | TASK | Set registry logins 2025-12-05 21:27:50.421277 | fa163eff-46ee-0072-a3a4-000000000bb1 | SKIPPED | Set registry logins | standalone 2025-12-05 21:27:50.422365 | fa163eff-46ee-0072-a3a4-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:59.985078 | 0.05s 2025-12-05 21:27:50.448048 | fa163eff-46ee-0072-a3a4-000000000bb2 | TASK | Run podman install 2025-12-05 21:27:50.476393 | fa163eff-46ee-0072-a3a4-000000000bb2 | TIMING | Run podman install | standalone | 0:03:00.039103 | 0.03s 2025-12-05 21:27:50.555478 | fa163eff-46ee-0072-a3a4-000000001330 | TASK | Gather variables for each operating system 2025-12-05 21:27:50.698620 | fa163eff-46ee-0072-a3a4-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-12-05 21:27:50.700749 | fa163eff-46ee-0072-a3a4-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.263455 | 0.14s 2025-12-05 21:27:50.710799 | fa163eff-46ee-0072-a3a4-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:03:00.273512 | 0.15s 2025-12-05 21:27:50.735612 | fa163eff-46ee-0072-a3a4-000000001332 | TASK | ensure podman and deps are installed 2025-12-05 21:27:53.588723 | fa163eff-46ee-0072-a3a4-000000001332 | OK | ensure podman and deps are installed | standalone 2025-12-05 21:27:53.590432 | fa163eff-46ee-0072-a3a4-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:03.153142 | 2.85s 2025-12-05 21:27:53.616705 | fa163eff-46ee-0072-a3a4-000000001333 | TASK | Ensure we get the ansible interfaces facts 2025-12-05 21:27:54.275143 | fa163eff-46ee-0072-a3a4-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2025-12-05 21:27:54.276706 | fa163eff-46ee-0072-a3a4-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:03.839412 | 0.66s 2025-12-05 21:27:54.302237 | fa163eff-46ee-0072-a3a4-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-12-05 21:27:54.336861 | fa163eff-46ee-0072-a3a4-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-12-05 21:27:54.338066 | fa163eff-46ee-0072-a3a4-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:03.900777 | 0.03s 2025-12-05 21:27:54.364454 | fa163eff-46ee-0072-a3a4-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2025-12-05 21:27:54.405279 | fa163eff-46ee-0072-a3a4-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-12-05 21:27:54.406468 | fa163eff-46ee-0072-a3a4-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:03.969179 | 0.04s 2025-12-05 21:27:54.431645 | fa163eff-46ee-0072-a3a4-000000001337 | TASK | Update default network configuration if possible 2025-12-05 21:27:54.472758 | fa163eff-46ee-0072-a3a4-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2025-12-05 21:27:54.473988 | fa163eff-46ee-0072-a3a4-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:04.036697 | 0.04s 2025-12-05 21:27:54.499634 | fa163eff-46ee-0072-a3a4-000000001339 | TASK | Make sure /etc/containers/networks exists 2025-12-05 21:27:54.753455 | fa163eff-46ee-0072-a3a4-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2025-12-05 21:27:54.754830 | fa163eff-46ee-0072-a3a4-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:04.317541 | 0.25s 2025-12-05 21:27:54.780682 | fa163eff-46ee-0072-a3a4-00000000133a | TASK | Get current podman network 2025-12-05 21:27:55.090643 | fa163eff-46ee-0072-a3a4-00000000133a | CHANGED | Get current podman network | standalone 2025-12-05 21:27:55.092450 | fa163eff-46ee-0072-a3a4-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:04.655156 | 0.31s 2025-12-05 21:27:55.119141 | fa163eff-46ee-0072-a3a4-00000000133b | TASK | Update the default network configuration 2025-12-05 21:27:55.757971 | fa163eff-46ee-0072-a3a4-00000000133b | CHANGED | Update the default network configuration | standalone 2025-12-05 21:27:55.759649 | fa163eff-46ee-0072-a3a4-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:05.322358 | 0.64s 2025-12-05 21:27:55.785340 | fa163eff-46ee-0072-a3a4-00000000133c | TASK | Write containers registries.conf 2025-12-05 21:27:56.412762 | fa163eff-46ee-0072-a3a4-00000000133c | CHANGED | Write containers registries.conf | standalone 2025-12-05 21:27:56.414665 | fa163eff-46ee-0072-a3a4-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:05.977370 | 0.63s 2025-12-05 21:27:56.443037 | fa163eff-46ee-0072-a3a4-00000000133d | TASK | Write containers.conf 2025-12-05 21:27:56.708297 | fa163eff-46ee-0072-a3a4-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-12-05 21:27:56.711147 | fa163eff-46ee-0072-a3a4-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.273851 | 0.27s 2025-12-05 21:27:56.933262 | fa163eff-46ee-0072-a3a4-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-12-05 21:27:56.935308 | fa163eff-46ee-0072-a3a4-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.498020 | 0.49s 2025-12-05 21:27:57.153539 | fa163eff-46ee-0072-a3a4-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-12-05 21:27:57.156036 | fa163eff-46ee-0072-a3a4-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.718743 | 0.71s 2025-12-05 21:27:57.331578 | fa163eff-46ee-0072-a3a4-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-12-05 21:27:57.333146 | fa163eff-46ee-0072-a3a4-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.895853 | 0.89s 2025-12-05 21:27:57.341260 | fa163eff-46ee-0072-a3a4-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.903953 | 0.90s 2025-12-05 21:27:57.368742 | fa163eff-46ee-0072-a3a4-00000000133e | TASK | Enable podman.socket service 2025-12-05 21:27:57.404174 | fa163eff-46ee-0072-a3a4-00000000133e | SKIPPED | Enable podman.socket service | standalone 2025-12-05 21:27:57.405453 | fa163eff-46ee-0072-a3a4-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:06.968161 | 0.04s 2025-12-05 21:27:57.454600 | fa163eff-46ee-0072-a3a4-000000000bb3 | TASK | Run podman login 2025-12-05 21:27:57.485687 | fa163eff-46ee-0072-a3a4-000000000bb3 | TIMING | Run podman login | standalone | 0:03:07.048375 | 0.03s 2025-12-05 21:27:57.566758 | fa163eff-46ee-0072-a3a4-00000000143e | TASK | Perform container registry login(s) with podman 2025-12-05 21:27:57.598694 | fa163eff-46ee-0072-a3a4-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:07.161401 | 0.03s 2025-12-05 21:27:57.643029 | fa163eff-46ee-0072-a3a4-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-12-05 21:27:58.111460 | fa163eff-46ee-0072-a3a4-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-12-05 21:27:58.113272 | fa163eff-46ee-0072-a3a4-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:07.675953 | 0.47s 2025-12-05 21:27:58.138436 | fa163eff-46ee-0072-a3a4-000000000bb6 | TASK | create persistent directories 2025-12-05 21:27:58.414981 | fa163eff-46ee-0072-a3a4-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-12-05 21:27:58.418467 | fa163eff-46ee-0072-a3a4-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.981162 | 0.28s 2025-12-05 21:27:58.631640 | fa163eff-46ee-0072-a3a4-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-12-05 21:27:58.634063 | fa163eff-46ee-0072-a3a4-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.196767 | 0.49s 2025-12-05 21:27:58.824530 | fa163eff-46ee-0072-a3a4-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-12-05 21:27:58.826581 | fa163eff-46ee-0072-a3a4-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.389291 | 0.69s 2025-12-05 21:27:58.837456 | fa163eff-46ee-0072-a3a4-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:08.400148 | 0.70s 2025-12-05 21:27:58.864710 | fa163eff-46ee-0072-a3a4-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2025-12-05 21:27:59.314105 | fa163eff-46ee-0072-a3a4-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-12-05 21:27:59.315914 | fa163eff-46ee-0072-a3a4-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:08.878621 | 0.45s 2025-12-05 21:27:59.341736 | fa163eff-46ee-0072-a3a4-000000000bb8 | TASK | Ensure rsyslog is installed 2025-12-05 21:28:02.333878 | fa163eff-46ee-0072-a3a4-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2025-12-05 21:28:02.335818 | fa163eff-46ee-0072-a3a4-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:11.898524 | 2.99s 2025-12-05 21:28:02.362669 | fa163eff-46ee-0072-a3a4-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2025-12-05 21:28:02.745076 | fa163eff-46ee-0072-a3a4-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2025-12-05 21:28:02.747099 | fa163eff-46ee-0072-a3a4-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:12.309810 | 0.38s 2025-12-05 21:28:02.803747 | fa163eff-46ee-0072-a3a4-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:12.366445 | 0.03s 2025-12-05 21:28:02.888570 | fa163eff-46ee-0072-a3a4-000000001559 | TASK | Gather variables for each operating system 2025-12-05 21:28:03.008651 | fa163eff-46ee-0072-a3a4-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-12-05 21:28:03.010181 | fa163eff-46ee-0072-a3a4-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.572885 | 0.12s 2025-12-05 21:28:03.022217 | fa163eff-46ee-0072-a3a4-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:12.584919 | 0.13s 2025-12-05 21:28:03.048899 | fa163eff-46ee-0072-a3a4-00000000155b | TASK | Install the OpenSSH server 2025-12-05 21:28:05.975197 | fa163eff-46ee-0072-a3a4-00000000155b | OK | Install the OpenSSH server | standalone 2025-12-05 21:28:05.976802 | fa163eff-46ee-0072-a3a4-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:15.539513 | 2.93s 2025-12-05 21:28:05.997456 | fa163eff-46ee-0072-a3a4-00000000155c | TASK | Start sshd 2025-12-05 21:28:06.034949 | fa163eff-46ee-0072-a3a4-00000000155c | SKIPPED | Start sshd | standalone 2025-12-05 21:28:06.035595 | fa163eff-46ee-0072-a3a4-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:15.598314 | 0.04s 2025-12-05 21:28:06.053070 | fa163eff-46ee-0072-a3a4-00000000155d | TASK | PasswordAuthentication notice 2025-12-05 21:28:06.091517 | fa163eff-46ee-0072-a3a4-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-05 21:28:06.092286 | fa163eff-46ee-0072-a3a4-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:15.655006 | 0.04s 2025-12-05 21:28:06.109439 | fa163eff-46ee-0072-a3a4-00000000155e | TASK | PasswordAuthentication duplication notice 2025-12-05 21:28:06.135549 | fa163eff-46ee-0072-a3a4-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-12-05 21:28:06.136104 | fa163eff-46ee-0072-a3a4-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:15.698826 | 0.03s 2025-12-05 21:28:06.152899 | fa163eff-46ee-0072-a3a4-00000000155f | TASK | Motd duplication notice 2025-12-05 21:28:06.177854 | fa163eff-46ee-0072-a3a4-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-05 21:28:06.178390 | fa163eff-46ee-0072-a3a4-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:15.741113 | 0.02s 2025-12-05 21:28:06.195652 | fa163eff-46ee-0072-a3a4-000000001560 | TASK | Configure the banner text 2025-12-05 21:28:06.220597 | fa163eff-46ee-0072-a3a4-000000001560 | SKIPPED | Configure the banner text | standalone 2025-12-05 21:28:06.221180 | fa163eff-46ee-0072-a3a4-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:15.783902 | 0.02s 2025-12-05 21:28:06.237957 | fa163eff-46ee-0072-a3a4-000000001561 | TASK | Configure the motd banner 2025-12-05 21:28:06.273137 | fa163eff-46ee-0072-a3a4-000000001561 | SKIPPED | Configure the motd banner | standalone 2025-12-05 21:28:06.273760 | fa163eff-46ee-0072-a3a4-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:15.836483 | 0.04s 2025-12-05 21:28:06.290699 | fa163eff-46ee-0072-a3a4-000000001562 | TASK | Update sshd configuration options from vars 2025-12-05 21:28:06.317342 | fa163eff-46ee-0072-a3a4-000000001562 | OK | Update sshd configuration options from vars | standalone 2025-12-05 21:28:06.317956 | fa163eff-46ee-0072-a3a4-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:15.880678 | 0.03s 2025-12-05 21:28:06.335427 | fa163eff-46ee-0072-a3a4-000000001563 | TASK | Adjust ssh server configuration 2025-12-05 21:28:06.932442 | fa163eff-46ee-0072-a3a4-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2025-12-05 21:28:06.933685 | fa163eff-46ee-0072-a3a4-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:16.496397 | 0.60s 2025-12-05 21:28:06.958967 | fa163eff-46ee-0072-a3a4-000000001564 | TASK | Restart sshd 2025-12-05 21:28:07.426181 | fa163eff-46ee-0072-a3a4-000000001564 | CHANGED | Restart sshd | standalone 2025-12-05 21:28:07.428198 | fa163eff-46ee-0072-a3a4-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:16.990911 | 0.47s 2025-12-05 21:28:07.476971 | fa163eff-46ee-0072-a3a4-000000000bbb | TASK | create persistent directories 2025-12-05 21:28:07.758474 | fa163eff-46ee-0072-a3a4-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-05 21:28:07.761093 | fa163eff-46ee-0072-a3a4-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.323787 | 0.28s 2025-12-05 21:28:08.003648 | fa163eff-46ee-0072-a3a4-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-12-05 21:28:08.005934 | fa163eff-46ee-0072-a3a4-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.568639 | 0.53s 2025-12-05 21:28:08.210547 | fa163eff-46ee-0072-a3a4-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-05 21:28:08.212521 | fa163eff-46ee-0072-a3a4-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.775204 | 0.73s 2025-12-05 21:28:08.223471 | fa163eff-46ee-0072-a3a4-000000000bbb | TIMING | create persistent directories | standalone | 0:03:17.786177 | 0.75s 2025-12-05 21:28:08.249397 | fa163eff-46ee-0072-a3a4-000000000bbc | TASK | create persistent directories 2025-12-05 21:28:08.519131 | fa163eff-46ee-0072-a3a4-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-12-05 21:28:08.520546 | fa163eff-46ee-0072-a3a4-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.083257 | 0.27s 2025-12-05 21:28:08.729370 | fa163eff-46ee-0072-a3a4-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-12-05 21:28:08.730415 | fa163eff-46ee-0072-a3a4-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.293130 | 0.48s 2025-12-05 21:28:08.932524 | fa163eff-46ee-0072-a3a4-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-12-05 21:28:08.933560 | fa163eff-46ee-0072-a3a4-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.496276 | 0.68s 2025-12-05 21:28:08.940533 | fa163eff-46ee-0072-a3a4-000000000bbc | TIMING | create persistent directories | standalone | 0:03:18.503205 | 0.69s 2025-12-05 21:28:08.966165 | fa163eff-46ee-0072-a3a4-000000000bbd | TASK | Set swift_use_local_disks fact 2025-12-05 21:28:09.005976 | fa163eff-46ee-0072-a3a4-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2025-12-05 21:28:09.007161 | fa163eff-46ee-0072-a3a4-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:18.569872 | 0.04s 2025-12-05 21:28:09.031540 | fa163eff-46ee-0072-a3a4-000000000bbe | TASK | Set use_node_data_lookup fact 2025-12-05 21:28:09.062467 | fa163eff-46ee-0072-a3a4-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2025-12-05 21:28:09.063573 | fa163eff-46ee-0072-a3a4-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:18.626284 | 0.03s 2025-12-05 21:28:09.088242 | fa163eff-46ee-0072-a3a4-000000000bbf | TASK | Create Swift d1 directory if needed 2025-12-05 21:28:09.328988 | fa163eff-46ee-0072-a3a4-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2025-12-05 21:28:09.330278 | fa163eff-46ee-0072-a3a4-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:18.892991 | 0.24s 2025-12-05 21:28:09.354129 | fa163eff-46ee-0072-a3a4-000000000bc0 | TASK | Set fact for SwiftRawDisks 2025-12-05 21:28:09.393074 | fa163eff-46ee-0072-a3a4-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2025-12-05 21:28:09.394324 | fa163eff-46ee-0072-a3a4-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:18.957037 | 0.04s 2025-12-05 21:28:09.418415 | fa163eff-46ee-0072-a3a4-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2025-12-05 21:28:09.447554 | fa163eff-46ee-0072-a3a4-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-12-05 21:28:09.448630 | fa163eff-46ee-0072-a3a4-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:19.011341 | 0.03s 2025-12-05 21:28:09.472582 | fa163eff-46ee-0072-a3a4-000000000bc2 | TASK | Set fact for swift_raw_disks 2025-12-05 21:28:09.501912 | fa163eff-46ee-0072-a3a4-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-12-05 21:28:09.503007 | fa163eff-46ee-0072-a3a4-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:19.065720 | 0.03s 2025-12-05 21:28:09.528626 | fa163eff-46ee-0072-a3a4-000000000bc3 | TASK | Format SwiftRawDisks 2025-12-05 21:28:09.557365 | fa163eff-46ee-0072-a3a4-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:19.120071 | 0.03s 2025-12-05 21:28:09.581913 | fa163eff-46ee-0072-a3a4-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-12-05 21:28:09.631020 | fa163eff-46ee-0072-a3a4-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-12-05 21:28:09.632233 | fa163eff-46ee-0072-a3a4-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:19.194944 | 0.05s 2025-12-05 21:28:09.656739 | fa163eff-46ee-0072-a3a4-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2025-12-05 21:28:09.686480 | fa163eff-46ee-0072-a3a4-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:19.249185 | 0.03s 2025-12-05 21:28:09.711414 | fa163eff-46ee-0072-a3a4-000000000bc6 | TASK | Check for NTP service 2025-12-05 21:28:09.971278 | fa163eff-46ee-0072-a3a4-000000000bc6 | CHANGED | Check for NTP service | standalone 2025-12-05 21:28:09.972452 | fa163eff-46ee-0072-a3a4-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:19.535165 | 0.26s 2025-12-05 21:28:09.996719 | fa163eff-46ee-0072-a3a4-000000000bc7 | TASK | Disable NTP before configuring Chrony 2025-12-05 21:28:10.045886 | fa163eff-46ee-0072-a3a4-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-05 21:28:10.046988 | fa163eff-46ee-0072-a3a4-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:19.609699 | 0.05s 2025-12-05 21:28:10.071740 | fa163eff-46ee-0072-a3a4-000000000bc8 | TASK | Install, Configure and Run Chrony 2025-12-05 21:28:10.099706 | fa163eff-46ee-0072-a3a4-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:19.662411 | 0.03s 2025-12-05 21:28:10.197741 | fa163eff-46ee-0072-a3a4-0000000016f5 | TASK | Load distro-specific variables 2025-12-05 21:28:10.223653 | fa163eff-46ee-0072-a3a4-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.786366 | 0.02s 2025-12-05 21:28:10.231770 | 04c86125-d5d1-4604-b635-c0478c611a63 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 21:28:10.252316 | fa163eff-46ee-0072-a3a4-0000000017da | TASK | Load distro-specific variables 2025-12-05 21:28:10.306188 | fa163eff-46ee-0072-a3a4-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 21:28:10.307666 | fa163eff-46ee-0072-a3a4-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.870372 | 0.05s 2025-12-05 21:28:10.313251 | fa163eff-46ee-0072-a3a4-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.875964 | 0.06s 2025-12-05 21:28:10.337868 | fa163eff-46ee-0072-a3a4-0000000016f6 | TASK | Install chronyd 2025-12-05 21:28:10.367674 | fa163eff-46ee-0072-a3a4-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:19.930381 | 0.03s 2025-12-05 21:28:10.390168 | 83b4d38b-1d43-4af0-8576-2592f93e1e8e | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-12-05 21:28:10.426257 | fa163eff-46ee-0072-a3a4-000000001813 | TASK | Load distro-specific variables 2025-12-05 21:28:10.454647 | fa163eff-46ee-0072-a3a4-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.017348 | 0.03s 2025-12-05 21:28:10.471008 | 75e88889-2da0-41c4-9706-e80bff67d479 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 21:28:10.498891 | fa163eff-46ee-0072-a3a4-00000000185a | TASK | Load distro-specific variables 2025-12-05 21:28:10.556914 | fa163eff-46ee-0072-a3a4-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 21:28:10.559108 | fa163eff-46ee-0072-a3a4-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.121810 | 0.06s 2025-12-05 21:28:10.569061 | fa163eff-46ee-0072-a3a4-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:20.131775 | 0.07s 2025-12-05 21:28:10.593999 | fa163eff-46ee-0072-a3a4-000000001814 | TASK | Check for NTP service 2025-12-05 21:28:10.860719 | fa163eff-46ee-0072-a3a4-000000001814 | CHANGED | Check for NTP service | standalone 2025-12-05 21:28:10.861963 | fa163eff-46ee-0072-a3a4-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:20.424675 | 0.27s 2025-12-05 21:28:10.886628 | fa163eff-46ee-0072-a3a4-000000001815 | TASK | Disable NTP before configuring Chrony 2025-12-05 21:28:10.937355 | fa163eff-46ee-0072-a3a4-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-12-05 21:28:10.938431 | fa163eff-46ee-0072-a3a4-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:20.501143 | 0.05s 2025-12-05 21:28:10.963238 | fa163eff-46ee-0072-a3a4-000000001816 | TASK | Install chronyd package 2025-12-05 21:28:13.841291 | fa163eff-46ee-0072-a3a4-000000001816 | OK | Install chronyd package | standalone 2025-12-05 21:28:13.842800 | fa163eff-46ee-0072-a3a4-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:23.405509 | 2.88s 2025-12-05 21:28:13.867693 | fa163eff-46ee-0072-a3a4-0000000016f7 | TASK | Upgrade chronyd 2025-12-05 21:28:13.896931 | fa163eff-46ee-0072-a3a4-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-12-05 21:28:13.897997 | fa163eff-46ee-0072-a3a4-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:23.460709 | 0.03s 2025-12-05 21:28:13.922569 | fa163eff-46ee-0072-a3a4-0000000016f8 | TASK | Configure chronyd 2025-12-05 21:28:13.950987 | fa163eff-46ee-0072-a3a4-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:23.513692 | 0.03s 2025-12-05 21:28:13.970776 | baa49028-d384-4eb2-9e3b-39479ceea42f | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-12-05 21:28:14.008755 | fa163eff-46ee-0072-a3a4-000000001893 | TASK | Load distro-specific variables 2025-12-05 21:28:14.034923 | fa163eff-46ee-0072-a3a4-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.597635 | 0.03s 2025-12-05 21:28:14.045523 | 61b518b7-54d8-4868-8769-2a5b7ca2cd56 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 21:28:14.067584 | fa163eff-46ee-0072-a3a4-0000000018ff | TASK | Load distro-specific variables 2025-12-05 21:28:14.122799 | fa163eff-46ee-0072-a3a4-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 21:28:14.124162 | fa163eff-46ee-0072-a3a4-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.686872 | 0.06s 2025-12-05 21:28:14.130079 | fa163eff-46ee-0072-a3a4-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.692791 | 0.06s 2025-12-05 21:28:14.156730 | fa163eff-46ee-0072-a3a4-000000001894 | TASK | Install chrony configuration file 2025-12-05 21:28:14.723796 | fa163eff-46ee-0072-a3a4-000000001894 | CHANGED | Install chrony configuration file | standalone 2025-12-05 21:28:14.725126 | fa163eff-46ee-0072-a3a4-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:24.287839 | 0.57s 2025-12-05 21:28:14.749991 | fa163eff-46ee-0072-a3a4-0000000016f9 | TASK | Run chronyd 2025-12-05 21:28:14.778895 | fa163eff-46ee-0072-a3a4-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:24.341602 | 0.03s 2025-12-05 21:28:14.799368 | 3a1cf50e-c932-4d03-a6ce-9fd3cb392f65 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-12-05 21:28:14.840555 | fa163eff-46ee-0072-a3a4-000000001922 | TASK | Load distro-specific variables 2025-12-05 21:28:14.867030 | fa163eff-46ee-0072-a3a4-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.429743 | 0.03s 2025-12-05 21:28:14.877711 | 80d25f84-a8c9-424e-94e0-8210ae228d78 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-12-05 21:28:14.900645 | fa163eff-46ee-0072-a3a4-0000000019a6 | TASK | Load distro-specific variables 2025-12-05 21:28:14.955405 | fa163eff-46ee-0072-a3a4-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-12-05 21:28:14.956979 | fa163eff-46ee-0072-a3a4-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.519678 | 0.06s 2025-12-05 21:28:14.963426 | fa163eff-46ee-0072-a3a4-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:24.526139 | 0.06s 2025-12-05 21:28:14.988439 | fa163eff-46ee-0072-a3a4-000000001923 | TASK | Ensure chronyd is running 2025-12-05 21:28:15.416154 | fa163eff-46ee-0072-a3a4-000000001923 | OK | Ensure chronyd is running | standalone 2025-12-05 21:28:15.418043 | fa163eff-46ee-0072-a3a4-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:24.980753 | 0.43s 2025-12-05 21:28:15.443886 | fa163eff-46ee-0072-a3a4-000000001924 | TASK | Force chronyd restart 2025-12-05 21:28:15.955834 | fa163eff-46ee-0072-a3a4-000000001924 | CHANGED | Force chronyd restart | standalone 2025-12-05 21:28:15.957702 | fa163eff-46ee-0072-a3a4-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:25.520413 | 0.51s 2025-12-05 21:28:15.984190 | fa163eff-46ee-0072-a3a4-0000000016fa | TASK | Enable online service 2025-12-05 21:28:16.013324 | fa163eff-46ee-0072-a3a4-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:25.576030 | 0.03s 2025-12-05 21:28:16.031649 | 2ab0fafe-e2cd-4339-80e2-42afef2cfe3d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-12-05 21:28:16.077563 | fa163eff-46ee-0072-a3a4-0000000019d3 | TASK | Create chrony-online.service unit file 2025-12-05 21:28:16.561103 | fa163eff-46ee-0072-a3a4-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2025-12-05 21:28:16.562536 | fa163eff-46ee-0072-a3a4-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:26.125244 | 0.48s 2025-12-05 21:28:16.588203 | fa163eff-46ee-0072-a3a4-0000000019d4 | TASK | Enable chrony-online.service 2025-12-05 21:28:17.469558 | fa163eff-46ee-0072-a3a4-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2025-12-05 21:28:17.471512 | fa163eff-46ee-0072-a3a4-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:27.034200 | 0.88s 2025-12-05 21:28:17.498299 | fa163eff-46ee-0072-a3a4-0000000016fb | TASK | Sync chronyc 2025-12-05 21:28:17.529475 | fa163eff-46ee-0072-a3a4-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:27.092180 | 0.03s 2025-12-05 21:28:17.548124 | 12b2cba6-b421-4538-a5ab-c11795b2807d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-12-05 21:28:17.594543 | fa163eff-46ee-0072-a3a4-000000001a79 | TASK | Force NTP sync 2025-12-05 21:28:17.825271 | fa163eff-46ee-0072-a3a4-000000001a79 | CHANGED | Force NTP sync | standalone 2025-12-05 21:28:17.826532 | fa163eff-46ee-0072-a3a4-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:27.389215 | 0.23s 2025-12-05 21:28:17.851928 | fa163eff-46ee-0072-a3a4-000000001a7a | TASK | Ensure system is NTP time synced 2025-12-05 21:28:28.106242 | fa163eff-46ee-0072-a3a4-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2025-12-05 21:28:28.107923 | fa163eff-46ee-0072-a3a4-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:37.670635 | 10.25s 2025-12-05 21:28:28.155094 | fa163eff-46ee-0072-a3a4-000000000bc9 | TASK | Force NTP sync 2025-12-05 21:28:28.394811 | fa163eff-46ee-0072-a3a4-000000000bc9 | CHANGED | Force NTP sync | standalone 2025-12-05 21:28:28.395966 | fa163eff-46ee-0072-a3a4-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:37.958679 | 0.24s 2025-12-05 21:28:28.420171 | fa163eff-46ee-0072-a3a4-000000000bca | TASK | Ensure system is NTP time synced 2025-12-05 21:28:28.658624 | fa163eff-46ee-0072-a3a4-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2025-12-05 21:28:28.659797 | fa163eff-46ee-0072-a3a4-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:38.222510 | 0.24s 2025-12-05 21:28:28.684564 | fa163eff-46ee-0072-a3a4-000000000bcb | TASK | Run timezone role 2025-12-05 21:28:28.713040 | fa163eff-46ee-0072-a3a4-000000000bcb | TIMING | Run timezone role | standalone | 0:03:38.275747 | 0.03s 2025-12-05 21:28:28.812386 | fa163eff-46ee-0072-a3a4-000000001c3a | TASK | Set timezone 2025-12-05 21:28:29.389624 | fa163eff-46ee-0072-a3a4-000000001c3a | OK | Set timezone | standalone 2025-12-05 21:28:29.390916 | fa163eff-46ee-0072-a3a4-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:38.953625 | 0.58s 2025-12-05 21:28:29.415818 | fa163eff-46ee-0072-a3a4-000000001c3b | TASK | Restart time services 2025-12-05 21:28:29.457596 | fa163eff-46ee-0072-a3a4-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-12-05 21:28:29.464933 | fa163eff-46ee-0072-a3a4-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2025-12-05 21:28:29.470975 | fa163eff-46ee-0072-a3a4-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:39.033683 | 0.05s 2025-12-05 21:28:29.518232 | fa163eff-46ee-0072-a3a4-000000000bcc | TASK | install tmpwatch on the host 2025-12-05 21:28:32.673751 | fa163eff-46ee-0072-a3a4-000000000bcc | OK | install tmpwatch on the host | standalone 2025-12-05 21:28:32.675247 | fa163eff-46ee-0072-a3a4-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:42.237957 | 3.16s 2025-12-05 21:28:32.700152 | fa163eff-46ee-0072-a3a4-000000000bcd | TASK | Notice - ctlplane subnet is set 2025-12-05 21:28:32.730843 | fa163eff-46ee-0072-a3a4-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-12-05 21:28:32.731929 | fa163eff-46ee-0072-a3a4-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:42.294642 | 0.03s 2025-12-05 21:28:32.784783 | fa163eff-46ee-0072-a3a4-000000000bce | TIMING | include_role : tuned | standalone | 0:03:42.347489 | 0.03s 2025-12-05 21:28:32.886944 | fa163eff-46ee-0072-a3a4-000000001e6e | TASK | Gather variables for each operating system 2025-12-05 21:28:33.005364 | fa163eff-46ee-0072-a3a4-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-12-05 21:28:33.006726 | fa163eff-46ee-0072-a3a4-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:42.569435 | 0.12s 2025-12-05 21:28:33.012667 | fa163eff-46ee-0072-a3a4-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:42.575378 | 0.13s 2025-12-05 21:28:33.097590 | fa163eff-46ee-0072-a3a4-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:42.660293 | 0.06s 2025-12-05 21:28:33.117303 | 9c855faf-a23f-4a91-b22d-6655829b09b8 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-12-05 21:28:33.149737 | fa163eff-46ee-0072-a3a4-000000001f9f | TASK | Check tuned package is installed 2025-12-05 21:28:33.433873 | fa163eff-46ee-0072-a3a4-000000001f9f | CHANGED | Check tuned package is installed | standalone 2025-12-05 21:28:33.435094 | fa163eff-46ee-0072-a3a4-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:42.997805 | 0.28s 2025-12-05 21:28:33.460402 | fa163eff-46ee-0072-a3a4-000000001fa0 | TASK | Install tuned 2025-12-05 21:28:33.491950 | fa163eff-46ee-0072-a3a4-000000001fa0 | SKIPPED | Install tuned | standalone 2025-12-05 21:28:33.493398 | fa163eff-46ee-0072-a3a4-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:43.056103 | 0.03s 2025-12-05 21:28:33.518947 | fa163eff-46ee-0072-a3a4-000000001fa1 | TASK | Restart tuned 2025-12-05 21:28:33.549299 | fa163eff-46ee-0072-a3a4-000000001fa1 | SKIPPED | Restart tuned | standalone 2025-12-05 21:28:33.550348 | fa163eff-46ee-0072-a3a4-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:43.113061 | 0.03s 2025-12-05 21:28:33.574460 | fa163eff-46ee-0072-a3a4-000000001e70 | TASK | Check for tuned-adm 2025-12-05 21:28:33.800743 | fa163eff-46ee-0072-a3a4-000000001e70 | OK | Check for tuned-adm | standalone 2025-12-05 21:28:33.801906 | fa163eff-46ee-0072-a3a4-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:43.364619 | 0.23s 2025-12-05 21:28:33.858558 | fa163eff-46ee-0072-a3a4-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:43.421264 | 0.03s 2025-12-05 21:28:33.930846 | 2979bdff-6692-4e9c-a61b-fdf364f05571 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-12-05 21:28:33.956498 | fa163eff-46ee-0072-a3a4-000000001fcc | TASK | Ensure profile directory exists 2025-12-05 21:28:34.026869 | fa163eff-46ee-0072-a3a4-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2025-12-05 21:28:34.028275 | fa163eff-46ee-0072-a3a4-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:43.590982 | 0.07s 2025-12-05 21:28:34.053908 | fa163eff-46ee-0072-a3a4-000000001fcd | TASK | Create custom tuned profile 2025-12-05 21:28:34.117592 | fa163eff-46ee-0072-a3a4-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2025-12-05 21:28:34.118702 | fa163eff-46ee-0072-a3a4-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:43.681413 | 0.06s 2025-12-05 21:28:34.144344 | fa163eff-46ee-0072-a3a4-000000001fce | TASK | Check tuned active profile 2025-12-05 21:28:34.364326 | fa163eff-46ee-0072-a3a4-000000001fce | OK | Check tuned active profile | standalone 2025-12-05 21:28:34.365577 | fa163eff-46ee-0072-a3a4-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:43.928289 | 0.22s 2025-12-05 21:28:34.391677 | fa163eff-46ee-0072-a3a4-000000001fcf | TASK | Check Tuned Configuration file exists 2025-12-05 21:28:34.623330 | fa163eff-46ee-0072-a3a4-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2025-12-05 21:28:34.624563 | fa163eff-46ee-0072-a3a4-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:44.187275 | 0.23s 2025-12-05 21:28:34.650294 | fa163eff-46ee-0072-a3a4-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-12-05 21:28:34.713466 | fa163eff-46ee-0072-a3a4-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-12-05 21:28:34.714631 | fa163eff-46ee-0072-a3a4-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:44.277343 | 0.06s 2025-12-05 21:28:34.741937 | fa163eff-46ee-0072-a3a4-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2025-12-05 21:28:34.802105 | fa163eff-46ee-0072-a3a4-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-12-05 21:28:34.803218 | fa163eff-46ee-0072-a3a4-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:44.365931 | 0.06s 2025-12-05 21:28:34.829404 | fa163eff-46ee-0072-a3a4-000000001fd2 | TASK | Enable tuned profile 2025-12-05 21:28:34.861169 | fa163eff-46ee-0072-a3a4-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2025-12-05 21:28:34.862273 | fa163eff-46ee-0072-a3a4-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:44.424985 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-12-05 21:28:35.041907 | fa163eff-46ee-0072-a3a4-0000000000ac | TASK | Overcloud container setup tasks 2025-12-05 21:28:35.068224 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000ac') missing from stats 2025-12-05 21:28:35.088386 | fa163eff-46ee-0072-a3a4-0000000000ad | TASK | Write config data 2025-12-05 21:28:35.146835 | fa163eff-46ee-0072-a3a4-0000000000ad | TIMING | Write config data | standalone | 0:03:44.709540 | 0.06s 2025-12-05 21:28:35.187879 | 8c86fd54-04f2-4dad-8897-c6c88f16f260 | INCLUDED | /root/standalone-ansible-rrsb8bp5/common_container_setup_tasks.yaml | standalone 2025-12-05 21:28:35.211046 | fa163eff-46ee-0072-a3a4-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2025-12-05 21:28:35.440020 | fa163eff-46ee-0072-a3a4-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-12-05 21:28:35.441394 | fa163eff-46ee-0072-a3a4-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:45.004104 | 0.23s 2025-12-05 21:28:35.466348 | fa163eff-46ee-0072-a3a4-000000002031 | TASK | Create ContainerLogStdoutPath directory 2025-12-05 21:28:35.698457 | fa163eff-46ee-0072-a3a4-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-12-05 21:28:35.699785 | fa163eff-46ee-0072-a3a4-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:45.262496 | 0.23s 2025-12-05 21:28:35.728246 | fa163eff-46ee-0072-a3a4-000000002032 | TASK | Create /var/lib/tripleo-config directory 2025-12-05 21:28:35.959121 | fa163eff-46ee-0072-a3a4-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2025-12-05 21:28:35.960588 | fa163eff-46ee-0072-a3a4-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:45.523293 | 0.23s 2025-12-05 21:28:35.986783 | fa163eff-46ee-0072-a3a4-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-12-05 21:28:36.210087 | fa163eff-46ee-0072-a3a4-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-12-05 21:28:36.211411 | fa163eff-46ee-0072-a3a4-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:45.774123 | 0.22s 2025-12-05 21:28:36.236473 | fa163eff-46ee-0072-a3a4-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-12-05 21:28:36.460000 | fa163eff-46ee-0072-a3a4-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-12-05 21:28:36.461326 | fa163eff-46ee-0072-a3a4-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:46.024037 | 0.22s 2025-12-05 21:28:36.487642 | fa163eff-46ee-0072-a3a4-000000002038 | TASK | Create fcontext entry for container-config-scripts 2025-12-05 21:28:37.805202 | fa163eff-46ee-0072-a3a4-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-12-05 21:28:37.806985 | fa163eff-46ee-0072-a3a4-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:47.369695 | 1.32s 2025-12-05 21:28:37.833727 | fa163eff-46ee-0072-a3a4-000000002039 | TASK | Create /var/lib/container-config-scripts 2025-12-05 21:28:38.086819 | fa163eff-46ee-0072-a3a4-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-12-05 21:28:38.089412 | fa163eff-46ee-0072-a3a4-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:47.652119 | 0.25s 2025-12-05 21:28:38.117043 | fa163eff-46ee-0072-a3a4-00000000203a | TASK | Write container config scripts 2025-12-05 21:28:38.487202 | fa163eff-46ee-0072-a3a4-00000000203a | CHANGED | Write container config scripts | standalone 2025-12-05 21:28:38.489033 | fa163eff-46ee-0072-a3a4-00000000203a | TIMING | Write container config scripts | standalone | 0:03:48.051738 | 0.37s 2025-12-05 21:28:38.514570 | fa163eff-46ee-0072-a3a4-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-12-05 21:28:38.967450 | fa163eff-46ee-0072-a3a4-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-12-05 21:28:38.968838 | fa163eff-46ee-0072-a3a4-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:48.531546 | 0.45s 2025-12-05 21:28:38.994309 | fa163eff-46ee-0072-a3a4-00000000203c | TASK | Generate startup configs files per step and per container 2025-12-05 21:28:39.704653 | fa163eff-46ee-0072-a3a4-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2025-12-05 21:28:39.713817 | fa163eff-46ee-0072-a3a4-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:49.276526 | 0.72s 2025-12-05 21:28:39.754641 | fa163eff-46ee-0072-a3a4-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2025-12-05 21:28:39.999124 | fa163eff-46ee-0072-a3a4-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-12-05 21:28:40.000469 | fa163eff-46ee-0072-a3a4-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:49.563182 | 0.24s 2025-12-05 21:28:40.025632 | fa163eff-46ee-0072-a3a4-00000000203e | TASK | Create /var/lib/config-data directory 2025-12-05 21:28:40.267387 | fa163eff-46ee-0072-a3a4-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2025-12-05 21:28:40.268793 | fa163eff-46ee-0072-a3a4-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:49.831505 | 0.24s 2025-12-05 21:28:40.293558 | fa163eff-46ee-0072-a3a4-00000000203f | TASK | Write container config json files 2025-12-05 21:28:40.788179 | fa163eff-46ee-0072-a3a4-00000000203f | CHANGED | Write container config json files | standalone 2025-12-05 21:28:40.795706 | fa163eff-46ee-0072-a3a4-00000000203f | TIMING | Write container config json files | standalone | 0:03:50.358416 | 0.50s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-12-05 21:28:40.961559 | fa163eff-46ee-0072-a3a4-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-12-05 21:28:40.991286 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-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-05 21:28:41.038799 | fa163eff-46ee-0072-a3a4-0000000000b2 | TIMING | include_tasks | standalone | 0:03:50.601502 | 0.03s 2025-12-05 21:28:41.066923 | 0648253c-fb28-48b6-8ca3-fa20708870b0 | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-12-05 21:28:41.100860 | fa163eff-46ee-0072-a3a4-000000002073 | TASK | Get undercloud FQDN 2025-12-05 21:28:41.170720 | fa163eff-46ee-0072-a3a4-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-000000002073') missing from stats 2025-12-05 21:28:41.241175 | fa163eff-46ee-0072-a3a4-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:50.803870 | 0.04s 2025-12-05 21:28:41.313328 | fa163eff-46ee-0072-a3a4-000000002098 | TASK | set main facts 2025-12-05 21:28:41.383790 | fa163eff-46ee-0072-a3a4-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-000000002098') missing from stats 2025-12-05 21:28:41.432070 | fa163eff-46ee-0072-a3a4-000000002099 | TASK | get the default.conf file 2025-12-05 21:28:41.681670 | fa163eff-46ee-0072-a3a4-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-000000002099') missing from stats 2025-12-05 21:28:41.728622 | fa163eff-46ee-0072-a3a4-00000000209a | TASK | set the principal 2025-12-05 21:28:41.811024 | fa163eff-46ee-0072-a3a4-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-00000000209a') missing from stats 2025-12-05 21:28:41.858979 | fa163eff-46ee-0072-a3a4-00000000209c | TASK | add new host with one-time password 2025-12-05 21:28:43.338799 | fa163eff-46ee-0072-a3a4-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-00000000209c') missing from stats 2025-12-05 21:28:43.380816 | fa163eff-46ee-0072-a3a4-00000000209d | TASK | set otp as a host fact 2025-12-05 21:28:43.421846 | fa163eff-46ee-0072-a3a4-00000000209d | SKIPPED | set otp as a host fact | standalone 2025-12-05 21:28:43.422983 | fa163eff-46ee-0072-a3a4-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:52.985689 | 0.04s 2025-12-05 21:28:43.469621 | fa163eff-46ee-0072-a3a4-00000000209f | TASK | add required services using custom module 2025-12-05 21:28:50.295060 | fa163eff-46ee-0072-a3a4-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eff-46ee-0072-a3a4-00000000209f') missing from stats 2025-12-05 21:28:50.365851 | fa163eff-46ee-0072-a3a4-000000002076 | TASK | check if default.conf exists 2025-12-05 21:28:50.601576 | fa163eff-46ee-0072-a3a4-000000002076 | OK | check if default.conf exists | standalone 2025-12-05 21:28:50.603167 | fa163eff-46ee-0072-a3a4-000000002076 | TIMING | check if default.conf exists | standalone | 0:04:00.165875 | 0.24s 2025-12-05 21:28:50.627932 | fa163eff-46ee-0072-a3a4-000000002077 | TASK | install openssl-perl 2025-12-05 21:28:50.668760 | fa163eff-46ee-0072-a3a4-000000002077 | SKIPPED | install openssl-perl | standalone 2025-12-05 21:28:50.669909 | fa163eff-46ee-0072-a3a4-000000002077 | TIMING | install openssl-perl | standalone | 0:04:00.232622 | 0.04s 2025-12-05 21:28:50.694694 | fa163eff-46ee-0072-a3a4-000000002078 | TASK | register as an ipa client 2025-12-05 21:28:50.734671 | fa163eff-46ee-0072-a3a4-000000002078 | SKIPPED | register as an ipa client | standalone 2025-12-05 21:28:50.735915 | fa163eff-46ee-0072-a3a4-000000002078 | TIMING | register as an ipa client | standalone | 0:04:00.298625 | 0.04s 2025-12-05 21:28:50.760664 | fa163eff-46ee-0072-a3a4-000000002079 | TASK | restart certmonger service 2025-12-05 21:28:50.802113 | fa163eff-46ee-0072-a3a4-000000002079 | SKIPPED | restart certmonger service | standalone 2025-12-05 21:28:50.803274 | fa163eff-46ee-0072-a3a4-000000002079 | TIMING | restart certmonger service | standalone | 0:04:00.365985 | 0.04s 2025-12-05 21:28:50.827606 | fa163eff-46ee-0072-a3a4-00000000207a | TASK | set discovered ipa realm 2025-12-05 21:28:50.872640 | fa163eff-46ee-0072-a3a4-00000000207a | OK | set discovered ipa realm | standalone 2025-12-05 21:28:50.873754 | fa163eff-46ee-0072-a3a4-00000000207a | TIMING | set discovered ipa realm | standalone | 0:04:00.436462 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-12-05 21:28:51.015659 | fa163eff-46ee-0072-a3a4-0000000000b6 | TASK | External deployment step 1 2025-12-05 21:28:51.047700 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000b6') missing from stats 2025-12-05 21:28:51.107131 | fa163eff-46ee-0072-a3a4-0000000000b7 | TIMING | include_tasks | undercloud | 0:04:00.669831 | 0.04s 2025-12-05 21:28:51.146342 | 25b54468-ae52-43e9-ad10-8570c2959524 | INCLUDED | /root/standalone-ansible-rrsb8bp5/external_deploy_steps_tasks_step1.yaml | undercloud 2025-12-05 21:28:51.164994 | fa163eff-46ee-0072-a3a4-0000000020f5 | TASK | Container image prepare 2025-12-05 21:28:52.214894 | fa163eff-46ee-0072-a3a4-0000000020f5 | CHANGED | Container image prepare | undercloud 2025-12-05 21:28:52.216694 | fa163eff-46ee-0072-a3a4-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:04:01.779409 | 1.05s 2025-12-05 21:28:52.296231 | fa163eff-46ee-0072-a3a4-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:04:01.858939 | 0.05s 2025-12-05 21:28:52.327714 | fa163eff-46ee-0072-a3a4-00000000211b | TASK | get dns zones and entries to add 2025-12-05 21:28:52.397798 | fa163eff-46ee-0072-a3a4-00000000211b | OK | get dns zones and entries to add | undercloud 2025-12-05 21:28:52.398981 | fa163eff-46ee-0072-a3a4-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:04:01.961698 | 0.07s 2025-12-05 21:28:52.469866 | fa163eff-46ee-0072-a3a4-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "122.168.192.in-addr.arpa", "0.19.172.in-addr.arpa", "external.ooo.test", "ctlplane.ooo.test", "ooo.test", "0.18.172.in-addr.arpa", "storage.ooo.test", "0.20.172.in-addr.arpa", "tenant.ooo.test", "0.17.172.in-addr.arpa", "0.21.172.in-addr.arpa", "internalapi.ooo.test", "storagemgmt.ooo.test" ] } 2025-12-05 21:28:52.471089 | fa163eff-46ee-0072-a3a4-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:02.033802 | 0.05s 2025-12-05 21:28:52.556085 | fa163eff-46ee-0072-a3a4-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-05 21:28:52.557760 | fa163eff-46ee-0072-a3a4-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:02.120471 | 0.07s 2025-12-05 21:28:52.576438 | fa163eff-46ee-0072-a3a4-00000000211e | TASK | add dns zones and records 2025-12-05 21:28:55.650731 | fa163eff-46ee-0072-a3a4-00000000211e | CHANGED | add dns zones and records | undercloud 2025-12-05 21:28:55.652655 | fa163eff-46ee-0072-a3a4-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:05.215365 | 3.07s 2025-12-05 21:28:55.688445 | fa163eff-46ee-0072-a3a4-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2025-12-05 21:28:55.952534 | fa163eff-46ee-0072-a3a4-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-12-05 21:28:55.954421 | fa163eff-46ee-0072-a3a4-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:05.517126 | 0.26s 2025-12-05 21:28:55.973626 | fa163eff-46ee-0072-a3a4-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2025-12-05 21:28:56.024982 | fa163eff-46ee-0072-a3a4-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:05.587686 | 0.05s 2025-12-05 21:28:56.075772 | fa163eff-46ee-0072-a3a4-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-12-05 21:28:56.320430 | fa163eff-46ee-0072-a3a4-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-12-05 21:28:56.321998 | fa163eff-46ee-0072-a3a4-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:05.884706 | 0.24s 2025-12-05 21:28:56.342189 | fa163eff-46ee-0072-a3a4-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-12-05 21:28:56.808473 | fa163eff-46ee-0072-a3a4-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-12-05 21:28:56.809865 | fa163eff-46ee-0072-a3a4-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:06.372577 | 0.47s 2025-12-05 21:28:56.830706 | fa163eff-46ee-0072-a3a4-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2025-12-05 21:28:56.883748 | fa163eff-46ee-0072-a3a4-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:06.446453 | 0.05s 2025-12-05 21:28:56.929746 | fa163eff-46ee-0072-a3a4-00000000218c | TASK | Check for a configured destination 2025-12-05 21:28:56.994750 | fa163eff-46ee-0072-a3a4-00000000218c | SKIPPED | Check for a configured destination | undercloud 2025-12-05 21:28:56.996186 | fa163eff-46ee-0072-a3a4-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:06.558893 | 0.07s 2025-12-05 21:28:57.032926 | fa163eff-46ee-0072-a3a4-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2025-12-05 21:28:57.476743 | fa163eff-46ee-0072-a3a4-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-12-05 21:28:57.478287 | fa163eff-46ee-0072-a3a4-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:07.040997 | 0.44s PLAY [Deploy step tasks for 1] ************************************************* 2025-12-05 21:28:57.644028 | fa163eff-46ee-0072-a3a4-0000000000ba | TASK | Deploy step tasks for 1 2025-12-05 21:28:57.675031 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000ba') missing from stats 2025-12-05 21:28:57.695922 | fa163eff-46ee-0072-a3a4-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-12-05 21:28:58.201667 | fa163eff-46ee-0072-a3a4-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-12-05 21:28:58.203117 | fa163eff-46ee-0072-a3a4-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:07.765826 | 0.51s 2025-12-05 21:28:58.228810 | fa163eff-46ee-0072-a3a4-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-05 21:28:58.468952 | fa163eff-46ee-0072-a3a4-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-05 21:28:58.470388 | fa163eff-46ee-0072-a3a4-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:08.033099 | 0.24s 2025-12-05 21:28:58.495334 | fa163eff-46ee-0072-a3a4-0000000000be | TASK | Write config data at the start of step 1 2025-12-05 21:28:58.567446 | fa163eff-46ee-0072-a3a4-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:08.130146 | 0.07s 2025-12-05 21:28:58.614375 | 795aa75d-815d-4a02-81c8-8c2b8542b738 | INCLUDED | /root/standalone-ansible-rrsb8bp5/common_deploy_steps_tasks_step_1.yaml | standalone 2025-12-05 21:28:58.638157 | fa163eff-46ee-0072-a3a4-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-12-05 21:28:58.664654 | fa163eff-46ee-0072-a3a4-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-05 21:28:58.665409 | fa163eff-46ee-0072-a3a4-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:08.228127 | 0.03s 2025-12-05 21:28:58.685023 | fa163eff-46ee-0072-a3a4-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-12-05 21:28:58.722228 | fa163eff-46ee-0072-a3a4-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-12-05 21:28:58.723656 | fa163eff-46ee-0072-a3a4-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:08.286366 | 0.04s 2025-12-05 21:28:58.748015 | fa163eff-46ee-0072-a3a4-0000000021cd | TASK | Write the puppet step_config manifest 2025-12-05 21:28:59.203570 | fa163eff-46ee-0072-a3a4-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2025-12-05 21:28:59.205314 | fa163eff-46ee-0072-a3a4-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:08.768021 | 0.46s 2025-12-05 21:28:59.230552 | fa163eff-46ee-0072-a3a4-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2025-12-05 21:28:59.263548 | fa163eff-46ee-0072-a3a4-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-05 21:28:59.264779 | fa163eff-46ee-0072-a3a4-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:08.827490 | 0.03s 2025-12-05 21:28:59.289308 | fa163eff-46ee-0072-a3a4-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2025-12-05 21:28:59.323215 | fa163eff-46ee-0072-a3a4-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-12-05 21:28:59.324537 | fa163eff-46ee-0072-a3a4-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:08.887246 | 0.03s 2025-12-05 21:28:59.350323 | fa163eff-46ee-0072-a3a4-0000000021d0 | TASK | Create /var/lib/container-puppet 2025-12-05 21:28:59.596123 | fa163eff-46ee-0072-a3a4-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2025-12-05 21:28:59.597636 | fa163eff-46ee-0072-a3a4-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:09.160347 | 0.25s 2025-12-05 21:28:59.622383 | fa163eff-46ee-0072-a3a4-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-12-05 21:28:59.656304 | fa163eff-46ee-0072-a3a4-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-05 21:28:59.657544 | fa163eff-46ee-0072-a3a4-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:09.220255 | 0.03s 2025-12-05 21:28:59.683583 | fa163eff-46ee-0072-a3a4-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-12-05 21:28:59.715725 | fa163eff-46ee-0072-a3a4-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-12-05 21:28:59.716930 | fa163eff-46ee-0072-a3a4-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:09.279641 | 0.03s 2025-12-05 21:28:59.741445 | fa163eff-46ee-0072-a3a4-0000000021d3 | TASK | Write container-puppet.json file 2025-12-05 21:29:00.334728 | fa163eff-46ee-0072-a3a4-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2025-12-05 21:29:00.336524 | fa163eff-46ee-0072-a3a4-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:09.899202 | 0.59s 2025-12-05 21:29:00.361733 | fa163eff-46ee-0072-a3a4-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2025-12-05 21:29:00.394372 | fa163eff-46ee-0072-a3a4-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-05 21:29:00.395826 | fa163eff-46ee-0072-a3a4-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:09.958536 | 0.03s 2025-12-05 21:29:00.420541 | fa163eff-46ee-0072-a3a4-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2025-12-05 21:29:00.451610 | fa163eff-46ee-0072-a3a4-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-12-05 21:29:00.452958 | fa163eff-46ee-0072-a3a4-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:10.015669 | 0.03s 2025-12-05 21:29:00.479566 | fa163eff-46ee-0072-a3a4-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-12-05 21:29:00.870801 | fa163eff-46ee-0072-a3a4-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-12-05 21:29:00.872308 | fa163eff-46ee-0072-a3a4-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:10.435017 | 0.39s 2025-12-05 21:29:00.897077 | fa163eff-46ee-0072-a3a4-0000000021d7 | TASK | Set host puppet debugging fact string 2025-12-05 21:29:00.938684 | fa163eff-46ee-0072-a3a4-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2025-12-05 21:29:00.939956 | fa163eff-46ee-0072-a3a4-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:10.502665 | 0.04s 2025-12-05 21:29:00.964956 | fa163eff-46ee-0072-a3a4-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-12-05 21:29:00.998339 | fa163eff-46ee-0072-a3a4-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-12-05 21:29:00.999640 | fa163eff-46ee-0072-a3a4-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:10.562350 | 0.03s 2025-12-05 21:29:01.024609 | fa163eff-46ee-0072-a3a4-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-12-05 21:29:01.059211 | fa163eff-46ee-0072-a3a4-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-12-05 21:29:01.060529 | fa163eff-46ee-0072-a3a4-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:10.623206 | 0.03s 2025-12-05 21:29:01.086854 | fa163eff-46ee-0072-a3a4-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2025-12-05 21:29:01.120194 | fa163eff-46ee-0072-a3a4-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-12-05 21:29:01.121465 | fa163eff-46ee-0072-a3a4-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:10.684174 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 21:29:01.196676 | fa163eff-46ee-0072-a3a4-0000000000c0 | TIMING | include_tasks | standalone | 0:04:10.759382 | 0.05s 2025-12-05 21:29:01.328964 | d29a5a36-53ce-46e3-a320-4f86d92c90fd | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-12-05 21:29:01.459021 | fa163eff-46ee-0072-a3a4-000000002205 | TASK | Create dirs for certificates and keys 2025-12-05 21:29:01.745221 | fa163eff-46ee-0072-a3a4-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-12-05 21:29:01.747692 | fa163eff-46ee-0072-a3a4-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:11.310407 | 0.29s 2025-12-05 21:29:01.987369 | fa163eff-46ee-0072-a3a4-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-12-05 21:29:01.989331 | fa163eff-46ee-0072-a3a4-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:11.552044 | 0.53s 2025-12-05 21:29:02.000393 | fa163eff-46ee-0072-a3a4-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:11.563090 | 0.54s 2025-12-05 21:29:02.084402 | fa163eff-46ee-0072-a3a4-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:11.647097 | 0.06s 2025-12-05 21:29:02.158012 | fa163eff-46ee-0072-a3a4-00000000231c | TASK | Set version specific variables 2025-12-05 21:29:02.211765 | fa163eff-46ee-0072-a3a4-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:11.774463 | 0.05s 2025-12-05 21:29:02.234760 | d717cc87-eec8-4723-9f25-220c44a1555a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:29:02.259765 | fa163eff-46ee-0072-a3a4-00000000234f | TASK | Ensure ansible_facts used by role 2025-12-05 21:29:02.673083 | fa163eff-46ee-0072-a3a4-00000000234f | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:29:02.674839 | fa163eff-46ee-0072-a3a4-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:12.237546 | 0.41s 2025-12-05 21:29:02.701299 | fa163eff-46ee-0072-a3a4-000000002350 | TASK | Set platform/version specific variables 2025-12-05 21:29:02.788313 | fa163eff-46ee-0072-a3a4-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:29:02.819522 | fa163eff-46ee-0072-a3a4-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:29:02.847648 | fa163eff-46ee-0072-a3a4-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:29:02.867236 | fa163eff-46ee-0072-a3a4-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:29:02.873593 | fa163eff-46ee-0072-a3a4-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:12.436304 | 0.17s 2025-12-05 21:29:02.899393 | fa163eff-46ee-0072-a3a4-00000000231d | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:29:05.731128 | fa163eff-46ee-0072-a3a4-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:29:05.732742 | fa163eff-46ee-0072-a3a4-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:15.295445 | 2.83s 2025-12-05 21:29:05.758736 | fa163eff-46ee-0072-a3a4-00000000231f | TASK | Ensure provider packages are installed 2025-12-05 21:29:08.744983 | fa163eff-46ee-0072-a3a4-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:18.307652 | 2.98s 2025-12-05 21:29:08.757604 | fa163eff-46ee-0072-a3a4-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:18.320299 | 3.00s 2025-12-05 21:29:08.785913 | fa163eff-46ee-0072-a3a4-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:29:09.087288 | fa163eff-46ee-0072-a3a4-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:29:09.089796 | fa163eff-46ee-0072-a3a4-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:18.652499 | 0.30s 2025-12-05 21:29:09.099903 | fa163eff-46ee-0072-a3a4-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:18.662611 | 0.31s 2025-12-05 21:29:09.127084 | fa163eff-46ee-0072-a3a4-000000002323 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:29:09.436899 | fa163eff-46ee-0072-a3a4-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:29:09.439314 | fa163eff-46ee-0072-a3a4-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:19.002022 | 0.31s 2025-12-05 21:29:09.449276 | fa163eff-46ee-0072-a3a4-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:19.011992 | 0.32s 2025-12-05 21:29:09.476131 | fa163eff-46ee-0072-a3a4-000000002325 | TASK | Ensure provider service is running 2025-12-05 21:29:10.239302 | fa163eff-46ee-0072-a3a4-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:29:10.240592 | fa163eff-46ee-0072-a3a4-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:19.803309 | 0.76s 2025-12-05 21:29:10.245464 | fa163eff-46ee-0072-a3a4-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:19.808181 | 0.77s 2025-12-05 21:29:10.271993 | fa163eff-46ee-0072-a3a4-000000002328 | TASK | Ensure certificate requests 2025-12-05 21:29:12.168339 | fa163eff-46ee-0072-a3a4-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-05 21:29:12.171359 | fa163eff-46ee-0072-a3a4-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:21.734066 | 1.90s 2025-12-05 21:29:13.623182 | fa163eff-46ee-0072-a3a4-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-05 21:29:13.625364 | fa163eff-46ee-0072-a3a4-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:23.188081 | 3.35s 2025-12-05 21:29:15.455105 | fa163eff-46ee-0072-a3a4-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-05 21:29:15.457576 | fa163eff-46ee-0072-a3a4-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.020286 | 5.18s 2025-12-05 21:29:18.025909 | fa163eff-46ee-0072-a3a4-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-05 21:29:18.027268 | fa163eff-46ee-0072-a3a4-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:27.589982 | 7.75s 2025-12-05 21:29:20.813194 | fa163eff-46ee-0072-a3a4-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-05 21:29:20.815657 | fa163eff-46ee-0072-a3a4-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:30.378368 | 10.54s 2025-12-05 21:29:20.827415 | fa163eff-46ee-0072-a3a4-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:30.390121 | 10.55s 2025-12-05 21:29:20.878688 | fa163eff-46ee-0072-a3a4-00000000220d | TASK | Fail if container image is undefined 2025-12-05 21:29:20.941470 | fa163eff-46ee-0072-a3a4-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 21:29:20.942663 | fa163eff-46ee-0072-a3a4-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:30.505373 | 0.06s 2025-12-05 21:29:20.984578 | fa163eff-46ee-0072-a3a4-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-05 21:29:36.956820 | fa163eff-46ee-0072-a3a4-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-12-05 21:29:36.958326 | fa163eff-46ee-0072-a3a4-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:46.521037 | 15.97s 2025-12-05 21:29:37.013159 | fa163eff-46ee-0072-a3a4-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-12-05 21:29:37.377821 | fa163eff-46ee-0072-a3a4-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-05 21:29:37.379319 | fa163eff-46ee-0072-a3a4-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:46.942031 | 0.36s 2025-12-05 21:29:37.428116 | fa163eff-46ee-0072-a3a4-00000000221e | TASK | Fail if container image is undefined 2025-12-05 21:29:37.491761 | fa163eff-46ee-0072-a3a4-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 21:29:37.492924 | fa163eff-46ee-0072-a3a4-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:47.055635 | 0.06s 2025-12-05 21:29:37.534207 | fa163eff-46ee-0072-a3a4-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-05 21:29:45.227887 | fa163eff-46ee-0072-a3a4-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-12-05 21:29:45.229273 | fa163eff-46ee-0072-a3a4-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:54.791984 | 7.69s 2025-12-05 21:29:45.269690 | fa163eff-46ee-0072-a3a4-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-12-05 21:29:45.681698 | fa163eff-46ee-0072-a3a4-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-05 21:29:45.683193 | fa163eff-46ee-0072-a3a4-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:55.245902 | 0.41s 2025-12-05 21:29:45.733072 | fa163eff-46ee-0072-a3a4-00000000222b | TASK | Check if rsyslog exists 2025-12-05 21:29:46.005056 | fa163eff-46ee-0072-a3a4-00000000222b | CHANGED | Check if rsyslog exists | standalone 2025-12-05 21:29:46.006465 | fa163eff-46ee-0072-a3a4-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:55.569175 | 0.27s 2025-12-05 21:29:46.032432 | fa163eff-46ee-0072-a3a4-00000000222d | TASK | Forward logging to haproxy.log file 2025-12-05 21:29:46.290036 | fa163eff-46ee-0072-a3a4-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2025-12-05 21:29:46.291937 | fa163eff-46ee-0072-a3a4-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:55.854643 | 0.26s 2025-12-05 21:29:46.318870 | fa163eff-46ee-0072-a3a4-00000000222e | TASK | restart rsyslog service after logging conf change 2025-12-05 21:29:47.007675 | fa163eff-46ee-0072-a3a4-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2025-12-05 21:29:47.010467 | fa163eff-46ee-0072-a3a4-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:56.573168 | 0.69s 2025-12-05 21:29:47.044571 | fa163eff-46ee-0072-a3a4-000000002235 | TASK | Fail if container image is undefined 2025-12-05 21:29:47.106914 | fa163eff-46ee-0072-a3a4-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 21:29:47.108297 | fa163eff-46ee-0072-a3a4-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:56.671006 | 0.06s 2025-12-05 21:29:47.152738 | fa163eff-46ee-0072-a3a4-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-05 21:29:52.154537 | fa163eff-46ee-0072-a3a4-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-05 21:29:52.156010 | fa163eff-46ee-0072-a3a4-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:01.718721 | 5.00s 2025-12-05 21:29:52.209012 | fa163eff-46ee-0072-a3a4-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-12-05 21:29:52.566558 | fa163eff-46ee-0072-a3a4-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-12-05 21:29:52.567989 | fa163eff-46ee-0072-a3a4-000000002237 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:05:02.130699 | 0.36s 2025-12-05 21:29:52.617662 | fa163eff-46ee-0072-a3a4-000000002242 | TASK | make sure certmonger is installed 2025-12-05 21:29:55.501375 | fa163eff-46ee-0072-a3a4-000000002242 | OK | make sure certmonger is installed | standalone 2025-12-05 21:29:55.502891 | fa163eff-46ee-0072-a3a4-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:05.065602 | 2.88s 2025-12-05 21:29:55.528532 | fa163eff-46ee-0072-a3a4-000000002243 | TASK | make sure certmonger service is started 2025-12-05 21:29:55.919325 | fa163eff-46ee-0072-a3a4-000000002243 | OK | make sure certmonger service is started | standalone 2025-12-05 21:29:55.921320 | fa163eff-46ee-0072-a3a4-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:05.484027 | 0.39s 2025-12-05 21:29:55.948011 | fa163eff-46ee-0072-a3a4-000000002244 | TASK | Create dirs for certificates and keys 2025-12-05 21:29:56.218409 | fa163eff-46ee-0072-a3a4-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-12-05 21:29:56.220955 | fa163eff-46ee-0072-a3a4-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:05.783661 | 0.27s 2025-12-05 21:29:56.444840 | fa163eff-46ee-0072-a3a4-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-12-05 21:29:56.446750 | fa163eff-46ee-0072-a3a4-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:06.009462 | 0.50s 2025-12-05 21:29:56.457284 | fa163eff-46ee-0072-a3a4-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:06.019996 | 0.51s 2025-12-05 21:29:56.482910 | fa163eff-46ee-0072-a3a4-000000002245 | TASK | Extract and trust certmonger's local CA 2025-12-05 21:29:57.713359 | fa163eff-46ee-0072-a3a4-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2025-12-05 21:29:57.714849 | fa163eff-46ee-0072-a3a4-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:07.277561 | 1.23s 2025-12-05 21:29:57.790149 | fa163eff-46ee-0072-a3a4-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:07.352851 | 0.05s 2025-12-05 21:29:57.857014 | fa163eff-46ee-0072-a3a4-0000000023d0 | TASK | Set version specific variables 2025-12-05 21:29:57.904222 | fa163eff-46ee-0072-a3a4-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:07.466935 | 0.05s 2025-12-05 21:29:57.915939 | af1aa619-0a05-43c9-bd11-1c716a3febb9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:29:57.938406 | fa163eff-46ee-0072-a3a4-00000000240f | TASK | Ensure ansible_facts used by role 2025-12-05 21:29:58.322370 | fa163eff-46ee-0072-a3a4-00000000240f | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:29:58.323692 | fa163eff-46ee-0072-a3a4-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:07.886403 | 0.38s 2025-12-05 21:29:58.344094 | fa163eff-46ee-0072-a3a4-000000002410 | TASK | Set platform/version specific variables 2025-12-05 21:29:58.415549 | fa163eff-46ee-0072-a3a4-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:29:58.432407 | fa163eff-46ee-0072-a3a4-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:29:58.451162 | fa163eff-46ee-0072-a3a4-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:29:58.465146 | fa163eff-46ee-0072-a3a4-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:29:58.476982 | fa163eff-46ee-0072-a3a4-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:08.039690 | 0.13s 2025-12-05 21:29:58.502387 | fa163eff-46ee-0072-a3a4-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:30:01.371580 | fa163eff-46ee-0072-a3a4-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:30:01.373052 | fa163eff-46ee-0072-a3a4-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:10.935764 | 2.87s 2025-12-05 21:30:01.398302 | fa163eff-46ee-0072-a3a4-0000000023d3 | TASK | Ensure provider packages are installed 2025-12-05 21:30:04.420670 | fa163eff-46ee-0072-a3a4-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:13.983371 | 3.02s 2025-12-05 21:30:04.432753 | fa163eff-46ee-0072-a3a4-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:13.995469 | 3.03s 2025-12-05 21:30:04.458954 | fa163eff-46ee-0072-a3a4-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:30:04.751649 | fa163eff-46ee-0072-a3a4-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:04.753111 | fa163eff-46ee-0072-a3a4-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:14.315822 | 0.29s 2025-12-05 21:30:04.765118 | fa163eff-46ee-0072-a3a4-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:14.327833 | 0.30s 2025-12-05 21:30:04.791872 | fa163eff-46ee-0072-a3a4-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:30:05.105969 | fa163eff-46ee-0072-a3a4-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:05.107367 | fa163eff-46ee-0072-a3a4-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:14.670077 | 0.31s 2025-12-05 21:30:05.119156 | fa163eff-46ee-0072-a3a4-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:14.681872 | 0.33s 2025-12-05 21:30:05.146730 | fa163eff-46ee-0072-a3a4-0000000023d9 | TASK | Ensure provider service is running 2025-12-05 21:30:05.599888 | fa163eff-46ee-0072-a3a4-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:30:05.602065 | fa163eff-46ee-0072-a3a4-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:15.164768 | 0.45s 2025-12-05 21:30:05.610669 | fa163eff-46ee-0072-a3a4-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:15.173369 | 0.46s 2025-12-05 21:30:05.638511 | fa163eff-46ee-0072-a3a4-0000000023dc | TASK | Ensure certificate requests 2025-12-05 21:30:07.683551 | fa163eff-46ee-0072-a3a4-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-05 21:30:07.686267 | fa163eff-46ee-0072-a3a4-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:17.248978 | 2.05s 2025-12-05 21:30:07.696561 | fa163eff-46ee-0072-a3a4-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:17.259269 | 2.06s 2025-12-05 21:30:07.746052 | fa163eff-46ee-0072-a3a4-000000002248 | TASK | Create dirs for certificates and keys 2025-12-05 21:30:08.248301 | fa163eff-46ee-0072-a3a4-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-12-05 21:30:08.250091 | fa163eff-46ee-0072-a3a4-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:17.812798 | 0.50s 2025-12-05 21:30:08.473359 | fa163eff-46ee-0072-a3a4-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-12-05 21:30:08.474147 | fa163eff-46ee-0072-a3a4-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:18.036867 | 0.73s 2025-12-05 21:30:08.481151 | fa163eff-46ee-0072-a3a4-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:18.043859 | 0.73s 2025-12-05 21:30:08.557210 | fa163eff-46ee-0072-a3a4-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:18.119911 | 0.05s 2025-12-05 21:30:08.621254 | fa163eff-46ee-0072-a3a4-00000000245e | TASK | Set version specific variables 2025-12-05 21:30:08.670521 | fa163eff-46ee-0072-a3a4-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:18.233234 | 0.05s 2025-12-05 21:30:08.682793 | 5604c7b7-6c11-4b35-ae3d-3ac42fc9bae7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:30:08.704991 | fa163eff-46ee-0072-a3a4-000000002491 | TASK | Ensure ansible_facts used by role 2025-12-05 21:30:09.092434 | fa163eff-46ee-0072-a3a4-000000002491 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:30:09.094002 | fa163eff-46ee-0072-a3a4-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:18.656714 | 0.39s 2025-12-05 21:30:09.119716 | fa163eff-46ee-0072-a3a4-000000002492 | TASK | Set platform/version specific variables 2025-12-05 21:30:09.177440 | fa163eff-46ee-0072-a3a4-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:30:09.190778 | fa163eff-46ee-0072-a3a4-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:30:09.203841 | fa163eff-46ee-0072-a3a4-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:30:09.214049 | fa163eff-46ee-0072-a3a4-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:30:09.220030 | fa163eff-46ee-0072-a3a4-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:18.782734 | 0.10s 2025-12-05 21:30:09.245667 | fa163eff-46ee-0072-a3a4-00000000245f | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:30:13.392221 | fa163eff-46ee-0072-a3a4-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:30:13.393729 | fa163eff-46ee-0072-a3a4-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:22.956435 | 4.15s 2025-12-05 21:30:13.419401 | fa163eff-46ee-0072-a3a4-000000002461 | TASK | Ensure provider packages are installed 2025-12-05 21:30:17.369533 | fa163eff-46ee-0072-a3a4-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:26.932206 | 3.95s 2025-12-05 21:30:17.376259 | fa163eff-46ee-0072-a3a4-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:26.938964 | 3.96s 2025-12-05 21:30:17.402310 | fa163eff-46ee-0072-a3a4-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:30:17.668078 | fa163eff-46ee-0072-a3a4-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:17.670655 | fa163eff-46ee-0072-a3a4-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:27.233359 | 0.27s 2025-12-05 21:30:17.680032 | fa163eff-46ee-0072-a3a4-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:27.242736 | 0.28s 2025-12-05 21:30:17.706730 | fa163eff-46ee-0072-a3a4-000000002465 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:30:18.007850 | fa163eff-46ee-0072-a3a4-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:18.009262 | fa163eff-46ee-0072-a3a4-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:27.571971 | 0.30s 2025-12-05 21:30:18.015449 | fa163eff-46ee-0072-a3a4-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:27.578155 | 0.31s 2025-12-05 21:30:18.041405 | fa163eff-46ee-0072-a3a4-000000002467 | TASK | Ensure provider service is running 2025-12-05 21:30:18.477326 | fa163eff-46ee-0072-a3a4-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:30:18.480087 | fa163eff-46ee-0072-a3a4-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:28.042795 | 0.44s 2025-12-05 21:30:18.490591 | fa163eff-46ee-0072-a3a4-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:28.053292 | 0.45s 2025-12-05 21:30:18.517428 | fa163eff-46ee-0072-a3a4-00000000246a | TASK | Ensure certificate requests 2025-12-05 21:30:20.562701 | fa163eff-46ee-0072-a3a4-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-05 21:30:20.564517 | fa163eff-46ee-0072-a3a4-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:30.127200 | 2.05s 2025-12-05 21:30:22.489259 | fa163eff-46ee-0072-a3a4-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-05 21:30:22.491432 | fa163eff-46ee-0072-a3a4-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:32.054146 | 3.97s 2025-12-05 21:30:24.740384 | fa163eff-46ee-0072-a3a4-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-05 21:30:24.742580 | fa163eff-46ee-0072-a3a4-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:34.305293 | 6.22s 2025-12-05 21:30:26.507844 | fa163eff-46ee-0072-a3a4-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-05 21:30:26.509036 | fa163eff-46ee-0072-a3a4-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:36.071748 | 7.99s 2025-12-05 21:30:26.516816 | fa163eff-46ee-0072-a3a4-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:36.079521 | 8.00s 2025-12-05 21:30:26.567098 | fa163eff-46ee-0072-a3a4-00000000224b | TASK | Run lvmfilter role 2025-12-05 21:30:26.617592 | fa163eff-46ee-0072-a3a4-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:36.180299 | 0.05s 2025-12-05 21:30:26.689406 | fa163eff-46ee-0072-a3a4-0000000024fe | TASK | Check if lvm2 is installed 2025-12-05 21:30:26.928776 | fa163eff-46ee-0072-a3a4-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2025-12-05 21:30:26.930201 | fa163eff-46ee-0072-a3a4-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:36.492908 | 0.24s 2025-12-05 21:30:26.956891 | fa163eff-46ee-0072-a3a4-000000002500 | TASK | collect ansible devices 2025-12-05 21:30:26.997845 | fa163eff-46ee-0072-a3a4-000000002500 | SKIPPED | collect ansible devices | standalone 2025-12-05 21:30:26.999070 | fa163eff-46ee-0072-a3a4-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:36.561780 | 0.04s 2025-12-05 21:30:27.024218 | fa163eff-46ee-0072-a3a4-000000002501 | TASK | collect in-use lvm2 devices list 2025-12-05 21:30:27.073277 | fa163eff-46ee-0072-a3a4-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-12-05 21:30:27.074459 | fa163eff-46ee-0072-a3a4-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:36.637171 | 0.05s 2025-12-05 21:30:27.099329 | fa163eff-46ee-0072-a3a4-000000002502 | TASK | set allowed_devices 2025-12-05 21:30:27.148642 | fa163eff-46ee-0072-a3a4-000000002502 | SKIPPED | set allowed_devices | standalone 2025-12-05 21:30:27.149875 | fa163eff-46ee-0072-a3a4-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:36.712586 | 0.05s 2025-12-05 21:30:27.175751 | fa163eff-46ee-0072-a3a4-000000002503 | TASK | build lvm2 allow list 2025-12-05 21:30:27.224127 | fa163eff-46ee-0072-a3a4-000000002503 | SKIPPED | build lvm2 allow list | standalone 2025-12-05 21:30:27.225246 | fa163eff-46ee-0072-a3a4-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:36.787959 | 0.05s 2025-12-05 21:30:27.250076 | fa163eff-46ee-0072-a3a4-000000002504 | TASK | build lvm2 deny list 2025-12-05 21:30:27.298977 | fa163eff-46ee-0072-a3a4-000000002504 | SKIPPED | build lvm2 deny list | standalone 2025-12-05 21:30:27.300234 | fa163eff-46ee-0072-a3a4-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:36.862946 | 0.05s 2025-12-05 21:30:27.325273 | fa163eff-46ee-0072-a3a4-000000002505 | TASK | build lvm2 filter 2025-12-05 21:30:27.374689 | fa163eff-46ee-0072-a3a4-000000002505 | SKIPPED | build lvm2 filter | standalone 2025-12-05 21:30:27.375777 | fa163eff-46ee-0072-a3a4-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:36.938489 | 0.05s 2025-12-05 21:30:27.399957 | fa163eff-46ee-0072-a3a4-000000002506 | TASK | regenerate lvm config 2025-12-05 21:30:27.449333 | fa163eff-46ee-0072-a3a4-000000002506 | SKIPPED | regenerate lvm config | standalone 2025-12-05 21:30:27.450438 | fa163eff-46ee-0072-a3a4-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:37.013151 | 0.05s 2025-12-05 21:30:27.475272 | fa163eff-46ee-0072-a3a4-000000002507 | TASK | copy new lvm.conf in place 2025-12-05 21:30:27.525687 | fa163eff-46ee-0072-a3a4-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2025-12-05 21:30:27.526737 | fa163eff-46ee-0072-a3a4-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:37.089451 | 0.05s 2025-12-05 21:30:27.575606 | fa163eff-46ee-0072-a3a4-000000002251 | TASK | Fail if container image is undefined 2025-12-05 21:30:27.635871 | fa163eff-46ee-0072-a3a4-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 21:30:27.636943 | fa163eff-46ee-0072-a3a4-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:37.199656 | 0.06s 2025-12-05 21:30:27.678072 | fa163eff-46ee-0072-a3a4-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-05 21:30:36.669292 | fa163eff-46ee-0072-a3a4-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-12-05 21:30:36.670718 | fa163eff-46ee-0072-a3a4-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:46.233430 | 8.99s 2025-12-05 21:30:36.727573 | fa163eff-46ee-0072-a3a4-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-12-05 21:30:37.098960 | fa163eff-46ee-0072-a3a4-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-05 21:30:37.100410 | fa163eff-46ee-0072-a3a4-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:46.663119 | 0.37s 2025-12-05 21:30:37.204597 | fa163eff-46ee-0072-a3a4-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:46.767297 | 0.05s 2025-12-05 21:30:37.267354 | fa163eff-46ee-0072-a3a4-000000002576 | TASK | Set version specific variables 2025-12-05 21:30:37.314820 | fa163eff-46ee-0072-a3a4-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:46.877520 | 0.05s 2025-12-05 21:30:37.334315 | c2666b01-6452-4bb5-b870-5e9c0620b007 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:30:37.364135 | fa163eff-46ee-0072-a3a4-0000000025a5 | TASK | Ensure ansible_facts used by role 2025-12-05 21:30:37.758879 | fa163eff-46ee-0072-a3a4-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:30:37.760417 | fa163eff-46ee-0072-a3a4-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:47.323128 | 0.39s 2025-12-05 21:30:37.787058 | fa163eff-46ee-0072-a3a4-0000000025a6 | TASK | Set platform/version specific variables 2025-12-05 21:30:37.860926 | fa163eff-46ee-0072-a3a4-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:30:37.877818 | fa163eff-46ee-0072-a3a4-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:30:37.896375 | fa163eff-46ee-0072-a3a4-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:30:37.910516 | fa163eff-46ee-0072-a3a4-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:30:37.922538 | fa163eff-46ee-0072-a3a4-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:47.485240 | 0.13s 2025-12-05 21:30:37.949463 | fa163eff-46ee-0072-a3a4-000000002577 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:30:40.870246 | fa163eff-46ee-0072-a3a4-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:30:40.871756 | fa163eff-46ee-0072-a3a4-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:50.434467 | 2.92s 2025-12-05 21:30:40.897578 | fa163eff-46ee-0072-a3a4-000000002579 | TASK | Ensure provider packages are installed 2025-12-05 21:30:43.786333 | fa163eff-46ee-0072-a3a4-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:53.349015 | 2.89s 2025-12-05 21:30:43.798691 | fa163eff-46ee-0072-a3a4-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:53.361392 | 2.90s 2025-12-05 21:30:43.826877 | fa163eff-46ee-0072-a3a4-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:30:44.066183 | fa163eff-46ee-0072-a3a4-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:44.068939 | fa163eff-46ee-0072-a3a4-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:53.631642 | 0.24s 2025-12-05 21:30:44.078659 | fa163eff-46ee-0072-a3a4-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:53.641362 | 0.25s 2025-12-05 21:30:44.106320 | fa163eff-46ee-0072-a3a4-00000000257d | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:30:44.369896 | fa163eff-46ee-0072-a3a4-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:44.372232 | fa163eff-46ee-0072-a3a4-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:53.934936 | 0.26s 2025-12-05 21:30:44.382445 | fa163eff-46ee-0072-a3a4-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:53.945148 | 0.27s 2025-12-05 21:30:44.408803 | fa163eff-46ee-0072-a3a4-00000000257f | TASK | Ensure provider service is running 2025-12-05 21:30:44.832237 | fa163eff-46ee-0072-a3a4-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:30:44.835424 | fa163eff-46ee-0072-a3a4-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:54.398129 | 0.43s 2025-12-05 21:30:44.845833 | fa163eff-46ee-0072-a3a4-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:54.408537 | 0.44s 2025-12-05 21:30:44.873179 | fa163eff-46ee-0072-a3a4-000000002582 | TASK | Ensure certificate requests 2025-12-05 21:30:47.012708 | fa163eff-46ee-0072-a3a4-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-05 21:30:47.015421 | fa163eff-46ee-0072-a3a4-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.578127 | 2.14s 2025-12-05 21:30:47.025874 | fa163eff-46ee-0072-a3a4-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:56.588577 | 2.15s 2025-12-05 21:30:47.127963 | fa163eff-46ee-0072-a3a4-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:56.690665 | 0.05s 2025-12-05 21:30:47.192255 | fa163eff-46ee-0072-a3a4-0000000025ea | TASK | Set version specific variables 2025-12-05 21:30:47.251550 | fa163eff-46ee-0072-a3a4-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:56.814192 | 0.06s 2025-12-05 21:30:47.274275 | 24ededd5-a098-4122-ad65-67e6bb9714b9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:30:47.306018 | fa163eff-46ee-0072-a3a4-000000002619 | TASK | Ensure ansible_facts used by role 2025-12-05 21:30:47.725668 | fa163eff-46ee-0072-a3a4-000000002619 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:30:47.727512 | fa163eff-46ee-0072-a3a4-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:57.290194 | 0.42s 2025-12-05 21:30:47.755256 | fa163eff-46ee-0072-a3a4-00000000261a | TASK | Set platform/version specific variables 2025-12-05 21:30:47.827795 | fa163eff-46ee-0072-a3a4-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:30:47.850008 | fa163eff-46ee-0072-a3a4-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:30:47.873305 | fa163eff-46ee-0072-a3a4-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:30:47.893543 | fa163eff-46ee-0072-a3a4-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:30:47.899631 | fa163eff-46ee-0072-a3a4-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:57.462333 | 0.14s 2025-12-05 21:30:47.926077 | fa163eff-46ee-0072-a3a4-0000000025eb | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:30:50.943272 | fa163eff-46ee-0072-a3a4-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:30:50.945004 | fa163eff-46ee-0072-a3a4-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:00.507707 | 3.02s 2025-12-05 21:30:50.970918 | fa163eff-46ee-0072-a3a4-0000000025ed | TASK | Ensure provider packages are installed 2025-12-05 21:30:53.930614 | fa163eff-46ee-0072-a3a4-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:03.493312 | 2.96s 2025-12-05 21:30:53.937190 | fa163eff-46ee-0072-a3a4-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:03.499896 | 2.96s 2025-12-05 21:30:53.964771 | fa163eff-46ee-0072-a3a4-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:30:54.240511 | fa163eff-46ee-0072-a3a4-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:54.242564 | fa163eff-46ee-0072-a3a4-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:03.805270 | 0.28s 2025-12-05 21:30:54.251971 | fa163eff-46ee-0072-a3a4-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:03.814686 | 0.29s 2025-12-05 21:30:54.277253 | fa163eff-46ee-0072-a3a4-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:30:54.574083 | fa163eff-46ee-0072-a3a4-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:30:54.576176 | fa163eff-46ee-0072-a3a4-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:04.138885 | 0.30s 2025-12-05 21:30:54.586422 | fa163eff-46ee-0072-a3a4-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:04.149130 | 0.31s 2025-12-05 21:30:54.613383 | fa163eff-46ee-0072-a3a4-0000000025f3 | TASK | Ensure provider service is running 2025-12-05 21:30:55.000131 | fa163eff-46ee-0072-a3a4-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:30:55.002996 | fa163eff-46ee-0072-a3a4-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:04.565705 | 0.39s 2025-12-05 21:30:55.013824 | fa163eff-46ee-0072-a3a4-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:04.576530 | 0.40s 2025-12-05 21:30:55.042678 | fa163eff-46ee-0072-a3a4-0000000025f6 | TASK | Ensure certificate requests 2025-12-05 21:30:56.463312 | fa163eff-46ee-0072-a3a4-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-05 21:30:56.464984 | fa163eff-46ee-0072-a3a4-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:06.027693 | 1.42s 2025-12-05 21:30:56.473404 | fa163eff-46ee-0072-a3a4-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:06.036110 | 1.43s 2025-12-05 21:30:56.522802 | fa163eff-46ee-0072-a3a4-000000002267 | TASK | Fail if container image is undefined 2025-12-05 21:30:56.585458 | fa163eff-46ee-0072-a3a4-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 21:30:56.586620 | fa163eff-46ee-0072-a3a4-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:06.149304 | 0.06s 2025-12-05 21:30:56.629237 | fa163eff-46ee-0072-a3a4-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-05 21:31:03.671248 | fa163eff-46ee-0072-a3a4-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-05 21:31:03.672961 | fa163eff-46ee-0072-a3a4-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:13.235672 | 7.04s 2025-12-05 21:31:03.729409 | fa163eff-46ee-0072-a3a4-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-12-05 21:31:04.087407 | fa163eff-46ee-0072-a3a4-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-12-05 21:31:04.088909 | fa163eff-46ee-0072-a3a4-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:13.651619 | 0.36s 2025-12-05 21:31:04.188625 | fa163eff-46ee-0072-a3a4-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:13.751325 | 0.05s 2025-12-05 21:31:04.250436 | fa163eff-46ee-0072-a3a4-000000002664 | TASK | Set version specific variables 2025-12-05 21:31:04.297465 | fa163eff-46ee-0072-a3a4-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:13.860167 | 0.05s 2025-12-05 21:31:04.315976 | 757c30e2-c32f-4d19-994c-74db6b9f750f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:31:04.346677 | fa163eff-46ee-0072-a3a4-000000002693 | TASK | Ensure ansible_facts used by role 2025-12-05 21:31:04.730308 | fa163eff-46ee-0072-a3a4-000000002693 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:31:04.731165 | fa163eff-46ee-0072-a3a4-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:14.293885 | 0.38s 2025-12-05 21:31:04.750938 | fa163eff-46ee-0072-a3a4-000000002694 | TASK | Set platform/version specific variables 2025-12-05 21:31:04.825259 | fa163eff-46ee-0072-a3a4-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:04.841775 | fa163eff-46ee-0072-a3a4-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:04.859810 | fa163eff-46ee-0072-a3a4-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:31:04.873758 | fa163eff-46ee-0072-a3a4-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:31:04.885672 | fa163eff-46ee-0072-a3a4-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:14.448381 | 0.13s 2025-12-05 21:31:04.912374 | fa163eff-46ee-0072-a3a4-000000002665 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:31:07.979102 | fa163eff-46ee-0072-a3a4-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:31:07.981000 | fa163eff-46ee-0072-a3a4-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:17.543707 | 3.07s 2025-12-05 21:31:08.007864 | fa163eff-46ee-0072-a3a4-000000002667 | TASK | Ensure provider packages are installed 2025-12-05 21:31:11.110889 | fa163eff-46ee-0072-a3a4-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:20.673585 | 3.10s 2025-12-05 21:31:11.123211 | fa163eff-46ee-0072-a3a4-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:20.685927 | 3.11s 2025-12-05 21:31:11.149225 | fa163eff-46ee-0072-a3a4-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:31:11.434219 | fa163eff-46ee-0072-a3a4-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:31:11.436259 | fa163eff-46ee-0072-a3a4-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:20.998969 | 0.28s 2025-12-05 21:31:11.446082 | fa163eff-46ee-0072-a3a4-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:21.008798 | 0.29s 2025-12-05 21:31:11.472631 | fa163eff-46ee-0072-a3a4-00000000266b | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:31:12.076639 | fa163eff-46ee-0072-a3a4-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:31:12.079036 | fa163eff-46ee-0072-a3a4-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:21.641740 | 0.61s 2025-12-05 21:31:12.088578 | fa163eff-46ee-0072-a3a4-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:21.651293 | 0.61s 2025-12-05 21:31:12.114006 | fa163eff-46ee-0072-a3a4-00000000266d | TASK | Ensure provider service is running 2025-12-05 21:31:12.534743 | fa163eff-46ee-0072-a3a4-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:31:12.535876 | fa163eff-46ee-0072-a3a4-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:22.098594 | 0.42s 2025-12-05 21:31:12.540447 | fa163eff-46ee-0072-a3a4-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:22.103164 | 0.43s 2025-12-05 21:31:12.568431 | fa163eff-46ee-0072-a3a4-000000002670 | TASK | Ensure certificate requests 2025-12-05 21:31:14.442776 | fa163eff-46ee-0072-a3a4-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-05 21:31:14.445150 | fa163eff-46ee-0072-a3a4-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.007862 | 1.88s 2025-12-05 21:31:14.455398 | fa163eff-46ee-0072-a3a4-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:24.018113 | 1.89s 2025-12-05 21:31:14.554387 | fa163eff-46ee-0072-a3a4-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:24.117091 | 0.05s 2025-12-05 21:31:14.617532 | fa163eff-46ee-0072-a3a4-0000000026d8 | TASK | Set version specific variables 2025-12-05 21:31:14.665010 | fa163eff-46ee-0072-a3a4-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:24.227716 | 0.05s 2025-12-05 21:31:14.683147 | d8837c4f-32b6-4ad3-9242-f888fda98f6b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:31:14.713197 | fa163eff-46ee-0072-a3a4-000000002707 | TASK | Ensure ansible_facts used by role 2025-12-05 21:31:15.094084 | fa163eff-46ee-0072-a3a4-000000002707 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:31:15.095629 | fa163eff-46ee-0072-a3a4-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:24.658341 | 0.38s 2025-12-05 21:31:15.121590 | fa163eff-46ee-0072-a3a4-000000002708 | TASK | Set platform/version specific variables 2025-12-05 21:31:15.206539 | fa163eff-46ee-0072-a3a4-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:15.236835 | fa163eff-46ee-0072-a3a4-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:15.264511 | fa163eff-46ee-0072-a3a4-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:31:15.285063 | fa163eff-46ee-0072-a3a4-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:31:15.290871 | fa163eff-46ee-0072-a3a4-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:24.853582 | 0.17s 2025-12-05 21:31:15.315946 | fa163eff-46ee-0072-a3a4-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:31:18.118219 | fa163eff-46ee-0072-a3a4-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:31:18.119587 | fa163eff-46ee-0072-a3a4-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:27.682300 | 2.80s 2025-12-05 21:31:18.144578 | fa163eff-46ee-0072-a3a4-0000000026db | TASK | Ensure provider packages are installed 2025-12-05 21:31:20.950860 | fa163eff-46ee-0072-a3a4-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:30.513557 | 2.80s 2025-12-05 21:31:20.957585 | fa163eff-46ee-0072-a3a4-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:30.520289 | 2.81s 2025-12-05 21:31:20.983519 | fa163eff-46ee-0072-a3a4-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:31:21.256150 | fa163eff-46ee-0072-a3a4-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:31:21.258238 | fa163eff-46ee-0072-a3a4-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:30.820943 | 0.27s 2025-12-05 21:31:21.268690 | fa163eff-46ee-0072-a3a4-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:30.831394 | 0.28s 2025-12-05 21:31:21.295416 | fa163eff-46ee-0072-a3a4-0000000026df | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:31:21.578732 | fa163eff-46ee-0072-a3a4-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:31:21.580118 | fa163eff-46ee-0072-a3a4-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:31.142828 | 0.28s 2025-12-05 21:31:21.586534 | fa163eff-46ee-0072-a3a4-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:31.149239 | 0.29s 2025-12-05 21:31:21.612298 | fa163eff-46ee-0072-a3a4-0000000026e1 | TASK | Ensure provider service is running 2025-12-05 21:31:22.048893 | fa163eff-46ee-0072-a3a4-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:31:22.050758 | fa163eff-46ee-0072-a3a4-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:31.613467 | 0.44s 2025-12-05 21:31:22.063436 | fa163eff-46ee-0072-a3a4-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:31.626147 | 0.45s 2025-12-05 21:31:22.086336 | fa163eff-46ee-0072-a3a4-0000000026e4 | TASK | Ensure certificate requests 2025-12-05 21:31:23.728521 | fa163eff-46ee-0072-a3a4-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-05 21:31:23.731035 | fa163eff-46ee-0072-a3a4-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:33.293745 | 1.64s 2025-12-05 21:31:23.740742 | fa163eff-46ee-0072-a3a4-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:33.303453 | 1.65s 2025-12-05 21:31:23.779730 | fa163eff-46ee-0072-a3a4-000000002278 | TASK | install systemd-container for a greenfield 2025-12-05 21:31:41.811292 | fa163eff-46ee-0072-a3a4-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2025-12-05 21:31:41.813499 | fa163eff-46ee-0072-a3a4-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:51.376189 | 18.03s 2025-12-05 21:31:41.839852 | fa163eff-46ee-0072-a3a4-000000002279 | TASK | manage PMEM namespaces for vPMEM 2025-12-05 21:31:41.893203 | fa163eff-46ee-0072-a3a4-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-12-05 21:31:41.894665 | fa163eff-46ee-0072-a3a4-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:51.457373 | 0.05s 2025-12-05 21:31:41.920807 | fa163eff-46ee-0072-a3a4-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-12-05 21:31:42.194382 | fa163eff-46ee-0072-a3a4-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-12-05 21:31:42.195689 | fa163eff-46ee-0072-a3a4-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:51.758400 | 0.27s 2025-12-05 21:31:42.219762 | fa163eff-46ee-0072-a3a4-00000000227d | TASK | is KSM enabled 2025-12-05 21:31:42.260727 | fa163eff-46ee-0072-a3a4-00000000227d | OK | is KSM enabled | standalone 2025-12-05 21:31:42.262051 | fa163eff-46ee-0072-a3a4-00000000227d | TIMING | is KSM enabled | standalone | 0:06:51.824762 | 0.04s 2025-12-05 21:31:42.287102 | fa163eff-46ee-0072-a3a4-00000000227f | TASK | Check for ksm 2025-12-05 21:31:42.547745 | fa163eff-46ee-0072-a3a4-00000000227f | CHANGED | Check for ksm | standalone 2025-12-05 21:31:42.549110 | fa163eff-46ee-0072-a3a4-00000000227f | TIMING | Check for ksm | standalone | 0:06:52.111821 | 0.26s 2025-12-05 21:31:42.574203 | fa163eff-46ee-0072-a3a4-000000002280 | TASK | disable KSM services 2025-12-05 21:31:42.662810 | fa163eff-46ee-0072-a3a4-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-12-05 21:31:42.695144 | fa163eff-46ee-0072-a3a4-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-12-05 21:31:42.701807 | fa163eff-46ee-0072-a3a4-000000002280 | TIMING | disable KSM services | standalone | 0:06:52.264510 | 0.13s 2025-12-05 21:31:42.728402 | fa163eff-46ee-0072-a3a4-000000002281 | TASK | delete PageKSM after disable ksm on compute 2025-12-05 21:31:42.799010 | fa163eff-46ee-0072-a3a4-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-12-05 21:31:42.800189 | fa163eff-46ee-0072-a3a4-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:52.362900 | 0.07s 2025-12-05 21:31:42.826914 | fa163eff-46ee-0072-a3a4-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-12-05 21:31:42.878446 | fa163eff-46ee-0072-a3a4-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-12-05 21:31:42.879746 | fa163eff-46ee-0072-a3a4-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:52.442457 | 0.05s 2025-12-05 21:31:42.904723 | fa163eff-46ee-0072-a3a4-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-12-05 21:31:42.954421 | fa163eff-46ee-0072-a3a4-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-12-05 21:31:42.955561 | fa163eff-46ee-0072-a3a4-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:52.518271 | 0.05s 2025-12-05 21:31:42.980220 | fa163eff-46ee-0072-a3a4-000000002285 | TASK | enable ksmtunded 2025-12-05 21:31:43.042821 | fa163eff-46ee-0072-a3a4-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-12-05 21:31:43.065972 | fa163eff-46ee-0072-a3a4-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-12-05 21:31:43.079181 | fa163eff-46ee-0072-a3a4-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:52.641882 | 0.10s 2025-12-05 21:31:43.105597 | fa163eff-46ee-0072-a3a4-000000002287 | TASK | Create dirs for certificates and keys 2025-12-05 21:31:43.365928 | fa163eff-46ee-0072-a3a4-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-12-05 21:31:43.368599 | fa163eff-46ee-0072-a3a4-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:52.931304 | 0.26s 2025-12-05 21:31:43.567832 | fa163eff-46ee-0072-a3a4-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-12-05 21:31:43.569333 | fa163eff-46ee-0072-a3a4-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:53.132043 | 0.46s 2025-12-05 21:31:43.790250 | fa163eff-46ee-0072-a3a4-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-12-05 21:31:43.791572 | fa163eff-46ee-0072-a3a4-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:53.354279 | 0.68s 2025-12-05 21:31:43.801378 | fa163eff-46ee-0072-a3a4-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:53.364086 | 0.69s 2025-12-05 21:31:43.870428 | fa163eff-46ee-0072-a3a4-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:53.433128 | 0.04s 2025-12-05 21:31:43.936542 | fa163eff-46ee-0072-a3a4-000000002774 | TASK | Set version specific variables 2025-12-05 21:31:43.984386 | fa163eff-46ee-0072-a3a4-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:53.547092 | 0.05s 2025-12-05 21:31:44.004360 | 39f53db2-c6db-4aa0-a656-3720671fa923 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:31:44.034636 | fa163eff-46ee-0072-a3a4-0000000027a7 | TASK | Ensure ansible_facts used by role 2025-12-05 21:31:44.432085 | fa163eff-46ee-0072-a3a4-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:31:44.433756 | fa163eff-46ee-0072-a3a4-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:53.996465 | 0.40s 2025-12-05 21:31:44.459797 | fa163eff-46ee-0072-a3a4-0000000027a8 | TASK | Set platform/version specific variables 2025-12-05 21:31:44.534088 | fa163eff-46ee-0072-a3a4-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:44.551353 | fa163eff-46ee-0072-a3a4-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:44.569407 | fa163eff-46ee-0072-a3a4-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:31:44.582209 | fa163eff-46ee-0072-a3a4-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:31:44.594057 | fa163eff-46ee-0072-a3a4-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:54.156766 | 0.13s 2025-12-05 21:31:44.620916 | fa163eff-46ee-0072-a3a4-000000002775 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:31:47.465080 | fa163eff-46ee-0072-a3a4-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:31:47.466449 | fa163eff-46ee-0072-a3a4-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:57.029161 | 2.84s 2025-12-05 21:31:47.492323 | fa163eff-46ee-0072-a3a4-000000002777 | TASK | Ensure provider packages are installed 2025-12-05 21:31:50.363127 | fa163eff-46ee-0072-a3a4-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:59.925823 | 2.87s 2025-12-05 21:31:50.369896 | fa163eff-46ee-0072-a3a4-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:59.932609 | 2.88s 2025-12-05 21:31:50.396339 | fa163eff-46ee-0072-a3a4-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:31:50.660638 | fa163eff-46ee-0072-a3a4-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:31:50.662309 | fa163eff-46ee-0072-a3a4-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:00.225015 | 0.26s 2025-12-05 21:31:50.673828 | fa163eff-46ee-0072-a3a4-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:00.236542 | 0.28s 2025-12-05 21:31:50.694575 | fa163eff-46ee-0072-a3a4-00000000277b | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:31:50.974965 | fa163eff-46ee-0072-a3a4-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:31:50.976880 | fa163eff-46ee-0072-a3a4-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:00.539600 | 0.28s 2025-12-05 21:31:50.986766 | fa163eff-46ee-0072-a3a4-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:00.549482 | 0.29s 2025-12-05 21:31:51.012241 | fa163eff-46ee-0072-a3a4-00000000277d | TASK | Ensure provider service is running 2025-12-05 21:31:51.449040 | fa163eff-46ee-0072-a3a4-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:31:51.452426 | fa163eff-46ee-0072-a3a4-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:01.015134 | 0.44s 2025-12-05 21:31:51.462016 | fa163eff-46ee-0072-a3a4-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:01.024727 | 0.45s 2025-12-05 21:31:51.488374 | fa163eff-46ee-0072-a3a4-000000002780 | TASK | Ensure certificate requests 2025-12-05 21:31:53.084659 | fa163eff-46ee-0072-a3a4-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-05 21:31:53.088560 | fa163eff-46ee-0072-a3a4-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.651265 | 1.60s 2025-12-05 21:31:54.655237 | fa163eff-46ee-0072-a3a4-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-05 21:31:54.658387 | fa163eff-46ee-0072-a3a4-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.221098 | 3.17s 2025-12-05 21:31:56.101411 | fa163eff-46ee-0072-a3a4-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-05 21:31:56.103436 | fa163eff-46ee-0072-a3a4-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:05.666150 | 4.61s 2025-12-05 21:31:57.844952 | fa163eff-46ee-0072-a3a4-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-05 21:31:57.847007 | fa163eff-46ee-0072-a3a4-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:07.409720 | 6.36s 2025-12-05 21:31:57.858717 | fa163eff-46ee-0072-a3a4-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:07.421424 | 6.37s 2025-12-05 21:31:57.909183 | fa163eff-46ee-0072-a3a4-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2025-12-05 21:31:57.992766 | fa163eff-46ee-0072-a3a4-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:07.555456 | 0.08s 2025-12-05 21:31:58.002731 | fa163eff-46ee-0072-a3a4-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:07.565446 | 0.09s 2025-12-05 21:31:58.009636 | fa163eff-46ee-0072-a3a4-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:07.572346 | 0.10s 2025-12-05 21:31:58.093335 | fa163eff-46ee-0072-a3a4-0000000027fe | TASK | Set version specific variables 2025-12-05 21:31:58.140916 | fa163eff-46ee-0072-a3a4-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:07.703620 | 0.05s 2025-12-05 21:31:58.159779 | 0be5850e-0a83-463b-aaf1-07a4baca1ef9 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:31:58.190116 | fa163eff-46ee-0072-a3a4-000000002856 | TASK | Ensure ansible_facts used by role 2025-12-05 21:31:58.588600 | fa163eff-46ee-0072-a3a4-000000002856 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:31:58.590290 | fa163eff-46ee-0072-a3a4-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:08.153001 | 0.40s 2025-12-05 21:31:58.617705 | fa163eff-46ee-0072-a3a4-000000002857 | TASK | Set platform/version specific variables 2025-12-05 21:31:58.691476 | fa163eff-46ee-0072-a3a4-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:58.708378 | fa163eff-46ee-0072-a3a4-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:31:58.726724 | fa163eff-46ee-0072-a3a4-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:31:58.740762 | fa163eff-46ee-0072-a3a4-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:31:58.753045 | fa163eff-46ee-0072-a3a4-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:08.315745 | 0.13s 2025-12-05 21:31:58.780121 | fa163eff-46ee-0072-a3a4-0000000027ff | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:32:01.590167 | fa163eff-46ee-0072-a3a4-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:32:01.591515 | fa163eff-46ee-0072-a3a4-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:11.154201 | 2.81s 2025-12-05 21:32:01.616688 | fa163eff-46ee-0072-a3a4-000000002801 | TASK | Ensure provider packages are installed 2025-12-05 21:32:04.497751 | fa163eff-46ee-0072-a3a4-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:14.060435 | 2.88s 2025-12-05 21:32:04.510435 | fa163eff-46ee-0072-a3a4-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:14.073140 | 2.89s 2025-12-05 21:32:04.537828 | fa163eff-46ee-0072-a3a4-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:32:04.827281 | fa163eff-46ee-0072-a3a4-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:04.829164 | fa163eff-46ee-0072-a3a4-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:14.391871 | 0.29s 2025-12-05 21:32:04.838119 | fa163eff-46ee-0072-a3a4-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:14.400820 | 0.30s 2025-12-05 21:32:04.864705 | fa163eff-46ee-0072-a3a4-000000002805 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:32:05.154848 | fa163eff-46ee-0072-a3a4-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:05.157006 | fa163eff-46ee-0072-a3a4-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:14.719706 | 0.29s 2025-12-05 21:32:05.163327 | fa163eff-46ee-0072-a3a4-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:14.726031 | 0.30s 2025-12-05 21:32:05.189521 | fa163eff-46ee-0072-a3a4-000000002807 | TASK | Ensure provider service is running 2025-12-05 21:32:05.605668 | fa163eff-46ee-0072-a3a4-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:32:05.609186 | fa163eff-46ee-0072-a3a4-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:15.171883 | 0.42s 2025-12-05 21:32:05.619376 | fa163eff-46ee-0072-a3a4-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:15.182078 | 0.43s 2025-12-05 21:32:05.646864 | fa163eff-46ee-0072-a3a4-00000000280a | TASK | Ensure certificate requests 2025-12-05 21:32:07.675019 | fa163eff-46ee-0072-a3a4-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-05 21:32:07.678183 | fa163eff-46ee-0072-a3a4-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.240888 | 2.03s 2025-12-05 21:32:07.688380 | fa163eff-46ee-0072-a3a4-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:17.251082 | 2.04s 2025-12-05 21:32:07.739648 | fa163eff-46ee-0072-a3a4-000000002827 | TASK | Set version specific variables 2025-12-05 21:32:07.789981 | fa163eff-46ee-0072-a3a4-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:17.352679 | 0.05s 2025-12-05 21:32:07.810782 | b93abbb0-44d8-4753-b37d-d2547e06b0a1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:32:07.840628 | fa163eff-46ee-0072-a3a4-000000002890 | TASK | Ensure ansible_facts used by role 2025-12-05 21:32:08.231207 | fa163eff-46ee-0072-a3a4-000000002890 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:32:08.232871 | fa163eff-46ee-0072-a3a4-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:17.795582 | 0.39s 2025-12-05 21:32:08.259832 | fa163eff-46ee-0072-a3a4-000000002891 | TASK | Set platform/version specific variables 2025-12-05 21:32:08.340772 | fa163eff-46ee-0072-a3a4-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:08.357261 | fa163eff-46ee-0072-a3a4-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:08.375997 | fa163eff-46ee-0072-a3a4-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:32:08.390648 | fa163eff-46ee-0072-a3a4-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:32:08.402858 | fa163eff-46ee-0072-a3a4-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:17.965555 | 0.14s 2025-12-05 21:32:08.430191 | fa163eff-46ee-0072-a3a4-000000002828 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:32:11.276182 | fa163eff-46ee-0072-a3a4-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:32:11.277660 | fa163eff-46ee-0072-a3a4-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:20.840373 | 2.85s 2025-12-05 21:32:11.303104 | fa163eff-46ee-0072-a3a4-00000000282a | TASK | Ensure provider packages are installed 2025-12-05 21:32:14.228286 | fa163eff-46ee-0072-a3a4-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:23.790983 | 2.92s 2025-12-05 21:32:14.240602 | fa163eff-46ee-0072-a3a4-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:23.803316 | 2.94s 2025-12-05 21:32:14.267716 | fa163eff-46ee-0072-a3a4-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:32:14.529561 | fa163eff-46ee-0072-a3a4-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:14.530826 | fa163eff-46ee-0072-a3a4-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:24.093537 | 0.26s 2025-12-05 21:32:14.542763 | fa163eff-46ee-0072-a3a4-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:24.105479 | 0.27s 2025-12-05 21:32:14.568217 | fa163eff-46ee-0072-a3a4-00000000282e | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:32:14.848319 | fa163eff-46ee-0072-a3a4-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:14.849612 | fa163eff-46ee-0072-a3a4-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:24.412323 | 0.28s 2025-12-05 21:32:14.855630 | fa163eff-46ee-0072-a3a4-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:24.418345 | 0.29s 2025-12-05 21:32:14.881454 | fa163eff-46ee-0072-a3a4-000000002830 | TASK | Ensure provider service is running 2025-12-05 21:32:15.285593 | fa163eff-46ee-0072-a3a4-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:32:15.288151 | fa163eff-46ee-0072-a3a4-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:24.850857 | 0.41s 2025-12-05 21:32:15.298842 | fa163eff-46ee-0072-a3a4-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:24.861556 | 0.42s 2025-12-05 21:32:15.325921 | fa163eff-46ee-0072-a3a4-000000002833 | TASK | Ensure certificate requests 2025-12-05 21:32:17.249097 | fa163eff-46ee-0072-a3a4-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-05 21:32:17.251902 | fa163eff-46ee-0072-a3a4-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:26.814612 | 1.92s 2025-12-05 21:32:17.262405 | fa163eff-46ee-0072-a3a4-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:26.825114 | 1.94s 2025-12-05 21:32:17.360605 | fa163eff-46ee-0072-a3a4-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:26.923309 | 0.05s 2025-12-05 21:32:17.424153 | fa163eff-46ee-0072-a3a4-0000000028d5 | TASK | Set version specific variables 2025-12-05 21:32:17.473152 | fa163eff-46ee-0072-a3a4-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:27.035857 | 0.05s 2025-12-05 21:32:17.491619 | 0ed42e44-cd7d-412e-af1f-b5438576a782 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:32:17.521813 | fa163eff-46ee-0072-a3a4-000000002904 | TASK | Ensure ansible_facts used by role 2025-12-05 21:32:17.908239 | fa163eff-46ee-0072-a3a4-000000002904 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:32:17.909940 | fa163eff-46ee-0072-a3a4-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:27.472653 | 0.39s 2025-12-05 21:32:17.936409 | fa163eff-46ee-0072-a3a4-000000002905 | TASK | Set platform/version specific variables 2025-12-05 21:32:18.021439 | fa163eff-46ee-0072-a3a4-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:18.051444 | fa163eff-46ee-0072-a3a4-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:18.078895 | fa163eff-46ee-0072-a3a4-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:32:18.099137 | fa163eff-46ee-0072-a3a4-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:32:18.104873 | fa163eff-46ee-0072-a3a4-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:27.667581 | 0.17s 2025-12-05 21:32:18.130167 | fa163eff-46ee-0072-a3a4-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:32:21.023281 | fa163eff-46ee-0072-a3a4-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:32:21.024915 | fa163eff-46ee-0072-a3a4-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:30.587620 | 2.89s 2025-12-05 21:32:21.050925 | fa163eff-46ee-0072-a3a4-0000000028d8 | TASK | Ensure provider packages are installed 2025-12-05 21:32:24.028163 | fa163eff-46ee-0072-a3a4-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:33.590858 | 2.98s 2025-12-05 21:32:24.034733 | fa163eff-46ee-0072-a3a4-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:33.597438 | 2.98s 2025-12-05 21:32:24.060787 | fa163eff-46ee-0072-a3a4-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:32:24.358579 | fa163eff-46ee-0072-a3a4-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:24.359395 | fa163eff-46ee-0072-a3a4-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:33.922115 | 0.30s 2025-12-05 21:32:24.366175 | fa163eff-46ee-0072-a3a4-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:33.928879 | 0.30s 2025-12-05 21:32:24.393651 | fa163eff-46ee-0072-a3a4-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:32:24.682391 | fa163eff-46ee-0072-a3a4-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:24.684581 | fa163eff-46ee-0072-a3a4-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:34.247292 | 0.29s 2025-12-05 21:32:24.694743 | fa163eff-46ee-0072-a3a4-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:34.257448 | 0.30s 2025-12-05 21:32:24.720854 | fa163eff-46ee-0072-a3a4-0000000028de | TASK | Ensure provider service is running 2025-12-05 21:32:25.145285 | fa163eff-46ee-0072-a3a4-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:32:25.147963 | fa163eff-46ee-0072-a3a4-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:34.710673 | 0.43s 2025-12-05 21:32:25.158582 | fa163eff-46ee-0072-a3a4-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:34.721289 | 0.44s 2025-12-05 21:32:25.185437 | fa163eff-46ee-0072-a3a4-0000000028e1 | TASK | Ensure certificate requests 2025-12-05 21:32:26.774084 | fa163eff-46ee-0072-a3a4-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-05 21:32:26.776240 | fa163eff-46ee-0072-a3a4-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:36.338951 | 1.59s 2025-12-05 21:32:26.786819 | fa163eff-46ee-0072-a3a4-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:36.349535 | 1.60s 2025-12-05 21:32:26.835024 | fa163eff-46ee-0072-a3a4-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-05 21:32:26.916630 | fa163eff-46ee-0072-a3a4-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-05 21:32:26.917739 | fa163eff-46ee-0072-a3a4-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:36.480449 | 0.08s 2025-12-05 21:32:26.941989 | fa163eff-46ee-0072-a3a4-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-12-05 21:32:30.005850 | fa163eff-46ee-0072-a3a4-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-12-05 21:32:30.010892 | fa163eff-46ee-0072-a3a4-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:39.573604 | 3.07s 2025-12-05 21:32:30.045652 | fa163eff-46ee-0072-a3a4-000000002292 | TASK | Fetch ovn-dbs-bundle 2025-12-05 21:32:30.116249 | fa163eff-46ee-0072-a3a4-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-12-05 21:32:30.117820 | fa163eff-46ee-0072-a3a4-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:39.680530 | 0.07s 2025-12-05 21:32:30.146464 | fa163eff-46ee-0072-a3a4-000000002293 | TASK | Fetch ovn VIP 2025-12-05 21:32:30.209030 | fa163eff-46ee-0072-a3a4-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2025-12-05 21:32:30.210107 | fa163eff-46ee-0072-a3a4-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:39.772820 | 0.06s 2025-12-05 21:32:30.238201 | fa163eff-46ee-0072-a3a4-000000002294 | TASK | Remove OVNDBs from pacemaker 2025-12-05 21:32:30.298660 | fa163eff-46ee-0072-a3a4-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-12-05 21:32:30.299720 | fa163eff-46ee-0072-a3a4-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:39.862431 | 0.06s 2025-12-05 21:32:30.327786 | fa163eff-46ee-0072-a3a4-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2025-12-05 21:32:30.398621 | fa163eff-46ee-0072-a3a4-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-12-05 21:32:30.399700 | fa163eff-46ee-0072-a3a4-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:39.962412 | 0.07s 2025-12-05 21:32:30.427788 | fa163eff-46ee-0072-a3a4-000000002296 | TASK | Clean up pacemaker remote nodes cache 2025-12-05 21:32:30.498281 | fa163eff-46ee-0072-a3a4-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-12-05 21:32:30.499343 | fa163eff-46ee-0072-a3a4-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:40.062055 | 0.07s 2025-12-05 21:32:30.527556 | fa163eff-46ee-0072-a3a4-000000002297 | TASK | Remove pacemaker attributes 2025-12-05 21:32:30.601328 | fa163eff-46ee-0072-a3a4-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-12-05 21:32:30.613778 | fa163eff-46ee-0072-a3a4-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:40.176487 | 0.08s 2025-12-05 21:32:30.681723 | fa163eff-46ee-0072-a3a4-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:40.244428 | 0.04s 2025-12-05 21:32:30.749341 | fa163eff-46ee-0072-a3a4-00000000295d | TASK | Set version specific variables 2025-12-05 21:32:30.800571 | fa163eff-46ee-0072-a3a4-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:40.363273 | 0.05s 2025-12-05 21:32:30.822551 | dd7ba1d2-06a3-4be1-97f7-2b8bf081e548 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:32:30.855842 | fa163eff-46ee-0072-a3a4-00000000298e | TASK | Ensure ansible_facts used by role 2025-12-05 21:32:31.243328 | fa163eff-46ee-0072-a3a4-00000000298e | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:32:31.244916 | fa163eff-46ee-0072-a3a4-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:40.807626 | 0.39s 2025-12-05 21:32:31.273236 | fa163eff-46ee-0072-a3a4-00000000298f | TASK | Set platform/version specific variables 2025-12-05 21:32:31.342587 | fa163eff-46ee-0072-a3a4-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:31.369157 | fa163eff-46ee-0072-a3a4-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:31.392150 | fa163eff-46ee-0072-a3a4-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:32:31.412754 | fa163eff-46ee-0072-a3a4-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:32:31.419053 | fa163eff-46ee-0072-a3a4-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:40.981757 | 0.14s 2025-12-05 21:32:31.448340 | fa163eff-46ee-0072-a3a4-00000000295e | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:32:34.930573 | fa163eff-46ee-0072-a3a4-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:32:34.931841 | fa163eff-46ee-0072-a3a4-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:44.494554 | 3.48s 2025-12-05 21:32:34.960674 | fa163eff-46ee-0072-a3a4-000000002960 | TASK | Ensure provider packages are installed 2025-12-05 21:32:37.921102 | fa163eff-46ee-0072-a3a4-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:47.483807 | 2.96s 2025-12-05 21:32:37.926745 | fa163eff-46ee-0072-a3a4-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:47.489468 | 2.96s 2025-12-05 21:32:37.945987 | fa163eff-46ee-0072-a3a4-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:32:38.243518 | fa163eff-46ee-0072-a3a4-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:38.245157 | fa163eff-46ee-0072-a3a4-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:47.807863 | 0.30s 2025-12-05 21:32:38.251694 | fa163eff-46ee-0072-a3a4-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:47.814397 | 0.30s 2025-12-05 21:32:38.281818 | fa163eff-46ee-0072-a3a4-000000002964 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:32:38.568402 | fa163eff-46ee-0072-a3a4-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:38.571528 | fa163eff-46ee-0072-a3a4-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:48.134209 | 0.29s 2025-12-05 21:32:38.581027 | fa163eff-46ee-0072-a3a4-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:48.143730 | 0.30s 2025-12-05 21:32:38.612943 | fa163eff-46ee-0072-a3a4-000000002966 | TASK | Ensure provider service is running 2025-12-05 21:32:39.029749 | fa163eff-46ee-0072-a3a4-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:32:39.032879 | fa163eff-46ee-0072-a3a4-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:48.595584 | 0.42s 2025-12-05 21:32:39.043335 | fa163eff-46ee-0072-a3a4-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:48.606040 | 0.43s 2025-12-05 21:32:39.074182 | fa163eff-46ee-0072-a3a4-000000002969 | TASK | Ensure certificate requests 2025-12-05 21:32:40.754748 | fa163eff-46ee-0072-a3a4-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-05 21:32:40.757934 | fa163eff-46ee-0072-a3a4-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:50.320638 | 1.68s 2025-12-05 21:32:40.768273 | fa163eff-46ee-0072-a3a4-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:50.330972 | 1.69s 2025-12-05 21:32:40.824194 | fa163eff-46ee-0072-a3a4-00000000229c | TASK | Configure OVN DBs and northd 2025-12-05 21:32:40.888639 | fa163eff-46ee-0072-a3a4-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:50.451336 | 0.06s 2025-12-05 21:32:40.957425 | fa163eff-46ee-0072-a3a4-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-12-05 21:32:41.272758 | fa163eff-46ee-0072-a3a4-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-12-05 21:32:41.274408 | fa163eff-46ee-0072-a3a4-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:50.837115 | 0.32s 2025-12-05 21:32:41.303563 | fa163eff-46ee-0072-a3a4-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-12-05 21:32:41.364379 | fa163eff-46ee-0072-a3a4-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-12-05 21:32:41.365526 | fa163eff-46ee-0072-a3a4-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:50.928236 | 0.06s 2025-12-05 21:32:41.394401 | fa163eff-46ee-0072-a3a4-0000000029da | TASK | check ovsdb-tool election-timer options 2025-12-05 21:32:41.657244 | fa163eff-46ee-0072-a3a4-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2025-12-05 21:32:41.658627 | fa163eff-46ee-0072-a3a4-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:51.221338 | 0.26s 2025-12-05 21:32:41.688768 | fa163eff-46ee-0072-a3a4-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2025-12-05 21:32:41.733922 | fa163eff-46ee-0072-a3a4-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-12-05 21:32:41.735028 | fa163eff-46ee-0072-a3a4-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:51.297741 | 0.04s 2025-12-05 21:32:41.764020 | fa163eff-46ee-0072-a3a4-0000000029dc | TASK | render OVN cluster configuration 2025-12-05 21:32:42.421366 | fa163eff-46ee-0072-a3a4-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2025-12-05 21:32:42.422735 | fa163eff-46ee-0072-a3a4-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:51.985448 | 0.66s 2025-12-05 21:32:42.452062 | fa163eff-46ee-0072-a3a4-0000000029dd | TASK | restart OVN northd and north and south databases 2025-12-05 21:32:42.513933 | fa163eff-46ee-0072-a3a4-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:52.076607 | 0.06s 2025-12-05 21:32:42.532872 | fa163eff-46ee-0072-a3a4-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:52.095577 | 0.08s 2025-12-05 21:32:42.543432 | fa163eff-46ee-0072-a3a4-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:52.106145 | 0.09s 2025-12-05 21:32:42.556059 | fa163eff-46ee-0072-a3a4-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:52.118766 | 0.10s 2025-12-05 21:32:42.580860 | 7dd14b26-bf7b-43c0-8a63-82377b21b819 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-05 21:32:42.588587 | d1ea16f5-9cd7-45ef-b991-af38c7177522 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-05 21:32:42.596020 | 89e48929-291b-4634-b22c-bb786c7b49ae | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-12-05 21:32:42.627705 | fa163eff-46ee-0072-a3a4-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-12-05 21:32:42.889851 | fa163eff-46ee-0072-a3a4-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-12-05 21:32:42.891075 | fa163eff-46ee-0072-a3a4-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:52.453786 | 0.26s 2025-12-05 21:32:42.921962 | fa163eff-46ee-0072-a3a4-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2025-12-05 21:32:42.974017 | fa163eff-46ee-0072-a3a4-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-12-05 21:32:42.975138 | fa163eff-46ee-0072-a3a4-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:52.537848 | 0.05s 2025-12-05 21:32:43.005584 | fa163eff-46ee-0072-a3a4-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-12-05 21:32:43.295548 | fa163eff-46ee-0072-a3a4-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-12-05 21:32:43.296793 | fa163eff-46ee-0072-a3a4-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:52.859505 | 0.29s 2025-12-05 21:32:43.328326 | fa163eff-46ee-0072-a3a4-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-12-05 21:32:43.381335 | fa163eff-46ee-0072-a3a4-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-12-05 21:32:43.382444 | fa163eff-46ee-0072-a3a4-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:52.945155 | 0.05s 2025-12-05 21:32:43.413111 | fa163eff-46ee-0072-a3a4-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2025-12-05 21:32:43.687630 | fa163eff-46ee-0072-a3a4-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-12-05 21:32:43.689013 | fa163eff-46ee-0072-a3a4-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:53.251723 | 0.27s 2025-12-05 21:32:43.720759 | fa163eff-46ee-0072-a3a4-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2025-12-05 21:32:43.773047 | fa163eff-46ee-0072-a3a4-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-12-05 21:32:43.774180 | fa163eff-46ee-0072-a3a4-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:53.336892 | 0.05s 2025-12-05 21:32:43.892117 | fa163eff-46ee-0072-a3a4-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:53.454821 | 0.06s 2025-12-05 21:32:43.958247 | fa163eff-46ee-0072-a3a4-000000002a64 | TASK | Set version specific variables 2025-12-05 21:32:44.009369 | fa163eff-46ee-0072-a3a4-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:53.572072 | 0.05s 2025-12-05 21:32:44.031206 | 1a5d94b5-6b9b-4427-966d-2fc5ccd6e9a8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:32:44.063857 | fa163eff-46ee-0072-a3a4-000000002a93 | TASK | Ensure ansible_facts used by role 2025-12-05 21:32:44.470932 | fa163eff-46ee-0072-a3a4-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:32:44.472528 | fa163eff-46ee-0072-a3a4-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:54.035239 | 0.41s 2025-12-05 21:32:44.502322 | fa163eff-46ee-0072-a3a4-000000002a94 | TASK | Set platform/version specific variables 2025-12-05 21:32:44.636518 | fa163eff-46ee-0072-a3a4-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:44.680327 | fa163eff-46ee-0072-a3a4-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:44.712091 | fa163eff-46ee-0072-a3a4-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:32:44.736440 | fa163eff-46ee-0072-a3a4-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:32:44.748255 | fa163eff-46ee-0072-a3a4-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:54.310965 | 0.24s 2025-12-05 21:32:44.777124 | fa163eff-46ee-0072-a3a4-000000002a65 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:32:47.751693 | fa163eff-46ee-0072-a3a4-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:32:47.753401 | fa163eff-46ee-0072-a3a4-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:57.316113 | 2.97s 2025-12-05 21:32:47.781996 | fa163eff-46ee-0072-a3a4-000000002a67 | TASK | Ensure provider packages are installed 2025-12-05 21:32:50.697802 | fa163eff-46ee-0072-a3a4-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:00.260499 | 2.91s 2025-12-05 21:32:50.705831 | fa163eff-46ee-0072-a3a4-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:00.268537 | 2.92s 2025-12-05 21:32:50.735380 | fa163eff-46ee-0072-a3a4-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:32:51.004907 | fa163eff-46ee-0072-a3a4-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:51.008130 | fa163eff-46ee-0072-a3a4-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:00.570833 | 0.27s 2025-12-05 21:32:51.020307 | fa163eff-46ee-0072-a3a4-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:00.583007 | 0.28s 2025-12-05 21:32:51.050051 | fa163eff-46ee-0072-a3a4-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:32:51.355912 | fa163eff-46ee-0072-a3a4-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:32:51.358582 | fa163eff-46ee-0072-a3a4-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:00.921285 | 0.31s 2025-12-05 21:32:51.368357 | fa163eff-46ee-0072-a3a4-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:00.931057 | 0.32s 2025-12-05 21:32:51.398050 | fa163eff-46ee-0072-a3a4-000000002a6d | TASK | Ensure provider service is running 2025-12-05 21:32:51.847150 | fa163eff-46ee-0072-a3a4-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:32:51.850420 | fa163eff-46ee-0072-a3a4-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:01.413124 | 0.45s 2025-12-05 21:32:51.861003 | fa163eff-46ee-0072-a3a4-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:01.423703 | 0.46s 2025-12-05 21:32:51.891677 | fa163eff-46ee-0072-a3a4-000000002a70 | TASK | Ensure certificate requests 2025-12-05 21:32:53.504113 | fa163eff-46ee-0072-a3a4-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-05 21:32:53.506091 | fa163eff-46ee-0072-a3a4-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:03.068790 | 1.61s 2025-12-05 21:32:53.519197 | fa163eff-46ee-0072-a3a4-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:03.081897 | 1.63s 2025-12-05 21:32:53.629620 | fa163eff-46ee-0072-a3a4-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:03.192310 | 0.05s 2025-12-05 21:32:53.698223 | fa163eff-46ee-0072-a3a4-000000002ad8 | TASK | Set version specific variables 2025-12-05 21:32:53.751090 | fa163eff-46ee-0072-a3a4-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:03.313786 | 0.05s 2025-12-05 21:32:53.774324 | 54f5291d-ac06-4f35-bbe8-1b5ecee9a266 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:32:53.798281 | fa163eff-46ee-0072-a3a4-000000002b07 | TASK | Ensure ansible_facts used by role 2025-12-05 21:32:54.184236 | fa163eff-46ee-0072-a3a4-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:32:54.186027 | fa163eff-46ee-0072-a3a4-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:03.748736 | 0.39s 2025-12-05 21:32:54.216561 | fa163eff-46ee-0072-a3a4-000000002b08 | TASK | Set platform/version specific variables 2025-12-05 21:32:54.301196 | fa163eff-46ee-0072-a3a4-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:54.318325 | fa163eff-46ee-0072-a3a4-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:32:54.336308 | fa163eff-46ee-0072-a3a4-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:32:54.350438 | fa163eff-46ee-0072-a3a4-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:32:54.362742 | fa163eff-46ee-0072-a3a4-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:03.925441 | 0.14s 2025-12-05 21:32:54.393678 | fa163eff-46ee-0072-a3a4-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:32:57.258499 | fa163eff-46ee-0072-a3a4-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:32:57.260043 | fa163eff-46ee-0072-a3a4-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:06.822754 | 2.86s 2025-12-05 21:32:57.289942 | fa163eff-46ee-0072-a3a4-000000002adb | TASK | Ensure provider packages are installed 2025-12-05 21:33:00.179251 | fa163eff-46ee-0072-a3a4-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.741938 | 2.89s 2025-12-05 21:33:00.191902 | fa163eff-46ee-0072-a3a4-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:09.754602 | 2.90s 2025-12-05 21:33:00.222918 | fa163eff-46ee-0072-a3a4-000000002add | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:33:00.514954 | fa163eff-46ee-0072-a3a4-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:33:00.517291 | fa163eff-46ee-0072-a3a4-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:10.079998 | 0.29s 2025-12-05 21:33:00.527408 | fa163eff-46ee-0072-a3a4-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:10.090108 | 0.30s 2025-12-05 21:33:00.558189 | fa163eff-46ee-0072-a3a4-000000002adf | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:33:00.848092 | fa163eff-46ee-0072-a3a4-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:33:00.850265 | fa163eff-46ee-0072-a3a4-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:10.412976 | 0.29s 2025-12-05 21:33:00.860587 | fa163eff-46ee-0072-a3a4-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:10.423288 | 0.30s 2025-12-05 21:33:00.891108 | fa163eff-46ee-0072-a3a4-000000002ae1 | TASK | Ensure provider service is running 2025-12-05 21:33:02.326665 | fa163eff-46ee-0072-a3a4-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:33:02.329677 | fa163eff-46ee-0072-a3a4-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:11.892384 | 1.44s 2025-12-05 21:33:02.340648 | fa163eff-46ee-0072-a3a4-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:11.903348 | 1.45s 2025-12-05 21:33:02.372633 | fa163eff-46ee-0072-a3a4-000000002ae4 | TASK | Ensure certificate requests 2025-12-05 21:33:04.237602 | fa163eff-46ee-0072-a3a4-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-05 21:33:04.240124 | fa163eff-46ee-0072-a3a4-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:13.802833 | 1.87s 2025-12-05 21:33:04.250820 | fa163eff-46ee-0072-a3a4-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:13.813526 | 1.88s 2025-12-05 21:33:04.361679 | fa163eff-46ee-0072-a3a4-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:13.924374 | 0.05s 2025-12-05 21:33:04.433443 | fa163eff-46ee-0072-a3a4-000000002b4c | TASK | Set version specific variables 2025-12-05 21:33:04.474636 | fa163eff-46ee-0072-a3a4-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:14.037334 | 0.04s 2025-12-05 21:33:04.498265 | 4c42ae82-5d37-49dd-9f64-3d466564af8a | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:33:04.526238 | fa163eff-46ee-0072-a3a4-000000002b7b | TASK | Ensure ansible_facts used by role 2025-12-05 21:33:04.913311 | fa163eff-46ee-0072-a3a4-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:33:04.914888 | fa163eff-46ee-0072-a3a4-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:14.477598 | 0.39s 2025-12-05 21:33:04.943566 | fa163eff-46ee-0072-a3a4-000000002b7c | TASK | Set platform/version specific variables 2025-12-05 21:33:05.037519 | fa163eff-46ee-0072-a3a4-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:33:05.068550 | fa163eff-46ee-0072-a3a4-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:33:05.096757 | fa163eff-46ee-0072-a3a4-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:33:05.116528 | fa163eff-46ee-0072-a3a4-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:33:05.128394 | fa163eff-46ee-0072-a3a4-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:14.691104 | 0.18s 2025-12-05 21:33:05.157517 | fa163eff-46ee-0072-a3a4-000000002b4d | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:33:08.139963 | fa163eff-46ee-0072-a3a4-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:33:08.141539 | fa163eff-46ee-0072-a3a4-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:17.704251 | 2.98s 2025-12-05 21:33:08.171851 | fa163eff-46ee-0072-a3a4-000000002b4f | TASK | Ensure provider packages are installed 2025-12-05 21:33:11.093257 | fa163eff-46ee-0072-a3a4-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:20.655940 | 2.92s 2025-12-05 21:33:11.100812 | fa163eff-46ee-0072-a3a4-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:20.663509 | 2.93s 2025-12-05 21:33:11.130905 | fa163eff-46ee-0072-a3a4-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:33:11.426128 | fa163eff-46ee-0072-a3a4-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:33:11.428771 | fa163eff-46ee-0072-a3a4-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:20.991476 | 0.30s 2025-12-05 21:33:11.438813 | fa163eff-46ee-0072-a3a4-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:21.001524 | 0.31s 2025-12-05 21:33:11.467926 | fa163eff-46ee-0072-a3a4-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:33:11.760538 | fa163eff-46ee-0072-a3a4-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:33:11.762299 | fa163eff-46ee-0072-a3a4-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:21.325007 | 0.29s 2025-12-05 21:33:11.768679 | fa163eff-46ee-0072-a3a4-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:21.331389 | 0.30s 2025-12-05 21:33:11.797842 | fa163eff-46ee-0072-a3a4-000000002b55 | TASK | Ensure provider service is running 2025-12-05 21:33:12.247443 | fa163eff-46ee-0072-a3a4-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:33:12.249833 | fa163eff-46ee-0072-a3a4-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:21.812546 | 0.45s 2025-12-05 21:33:12.261002 | fa163eff-46ee-0072-a3a4-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:21.823702 | 0.46s 2025-12-05 21:33:12.292258 | fa163eff-46ee-0072-a3a4-000000002b58 | TASK | Ensure certificate requests 2025-12-05 21:33:14.401749 | fa163eff-46ee-0072-a3a4-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-05 21:33:14.404326 | fa163eff-46ee-0072-a3a4-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:23.967035 | 2.11s 2025-12-05 21:33:14.414729 | fa163eff-46ee-0072-a3a4-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:23.977437 | 2.12s 2025-12-05 21:33:14.470263 | fa163eff-46ee-0072-a3a4-0000000022a9 | TASK | Fail if container image is undefined 2025-12-05 21:33:14.535712 | fa163eff-46ee-0072-a3a4-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 21:33:14.537795 | fa163eff-46ee-0072-a3a4-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:24.100504 | 0.07s 2025-12-05 21:33:14.583335 | fa163eff-46ee-0072-a3a4-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-05 21:33:20.617815 | fa163eff-46ee-0072-a3a4-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-05 21:33:20.619464 | fa163eff-46ee-0072-a3a4-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:30.182177 | 6.03s 2025-12-05 21:33:20.679706 | fa163eff-46ee-0072-a3a4-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-12-05 21:33:21.028513 | fa163eff-46ee-0072-a3a4-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-12-05 21:33:21.029868 | fa163eff-46ee-0072-a3a4-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:30.592580 | 0.35s 2025-12-05 21:33:21.085113 | fa163eff-46ee-0072-a3a4-0000000022b6 | TASK | Pre-fetch all the containers 2025-12-05 21:33:25.500883 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-12-05 21:33:25.505032 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:35.067739 | 4.42s 2025-12-05 21:33:30.807620 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-12-05 21:33:30.811158 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.373870 | 9.72s 2025-12-05 21:33:33.298291 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-12-05 21:33:33.300955 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:42.863664 | 12.21s 2025-12-05 21:33:36.468770 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-12-05 21:33:36.472643 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.035352 | 15.39s 2025-12-05 21:33:38.183382 | fa163eff-46ee-0072-a3a4-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-12-05 21:33:38.186896 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:47.749608 | 17.10s 2025-12-05 21:33:39.827048 | fa163eff-46ee-0072-a3a4-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-12-05 21:33:39.829848 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:49.392557 | 18.74s 2025-12-05 21:33:44.394887 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-12-05 21:33:44.397456 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.960166 | 23.31s 2025-12-05 21:33:48.864215 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-12-05 21:33:48.869066 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.431771 | 27.78s 2025-12-05 21:33:52.673410 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-12-05 21:33:52.678052 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:02.240758 | 31.59s 2025-12-05 21:33:55.555701 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-12-05 21:33:55.559793 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:05.122491 | 34.47s 2025-12-05 21:34:06.697001 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-12-05 21:34:06.700802 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:16.263514 | 45.61s 2025-12-05 21:34:09.667232 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-12-05 21:34:09.670052 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:19.232765 | 48.58s 2025-12-05 21:34:27.514055 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-12-05 21:34:27.518849 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:37.081555 | 66.43s 2025-12-05 21:34:37.466291 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-12-05 21:34:37.469823 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:47.032535 | 76.38s 2025-12-05 21:34:46.304508 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-12-05 21:34:46.306630 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:55.869345 | 85.22s 2025-12-05 21:34:56.015429 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-12-05 21:34:56.019216 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:05.581926 | 94.93s 2025-12-05 21:35:03.387926 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-12-05 21:35:03.391853 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:12.954559 | 102.30s 2025-12-05 21:35:08.485005 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-12-05 21:35:08.487964 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:18.050673 | 107.40s 2025-12-05 21:35:11.506080 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-12-05 21:35:11.508970 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:21.071681 | 110.42s 2025-12-05 21:35:15.660701 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-12-05 21:35:15.663716 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:25.226428 | 114.58s 2025-12-05 21:35:20.825344 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-12-05 21:35:20.829356 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.392066 | 119.74s 2025-12-05 21:35:33.808112 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-12-05 21:35:33.811444 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:43.374149 | 132.72s 2025-12-05 21:35:36.584126 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-12-05 21:35:36.587065 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:46.149775 | 135.50s 2025-12-05 21:35:48.227159 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-12-05 21:35:48.230808 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:57.793504 | 147.14s 2025-12-05 21:35:51.007736 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-12-05 21:35:51.011899 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:00.574605 | 149.92s 2025-12-05 21:35:54.096507 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-12-05 21:35:54.101216 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:03.663921 | 153.01s 2025-12-05 21:35:57.719182 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-12-05 21:35:57.723547 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:07.286251 | 156.64s 2025-12-05 21:36:01.392125 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-12-05 21:36:01.395315 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:10.958024 | 160.31s 2025-12-05 21:36:05.984339 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-12-05 21:36:05.987948 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:15.550653 | 164.90s 2025-12-05 21:36:07.887093 | fa163eff-46ee-0072-a3a4-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-12-05 21:36:07.889994 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:17.452705 | 166.80s 2025-12-05 21:36:10.146210 | fa163eff-46ee-0072-a3a4-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-12-05 21:36:10.149118 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:19.711829 | 169.06s 2025-12-05 21:36:12.954433 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-12-05 21:36:12.957194 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:22.519903 | 171.87s 2025-12-05 21:36:15.031099 | fa163eff-46ee-0072-a3a4-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-12-05 21:36:15.034950 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:24.597663 | 173.95s 2025-12-05 21:36:19.363269 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-12-05 21:36:19.366608 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.929300 | 178.28s 2025-12-05 21:36:23.266779 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-12-05 21:36:23.270074 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:32.832784 | 182.18s 2025-12-05 21:36:26.047802 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-12-05 21:36:26.050618 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:35.613329 | 184.96s 2025-12-05 21:36:28.700224 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-12-05 21:36:28.703196 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:38.265908 | 187.62s 2025-12-05 21:36:31.478127 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-12-05 21:36:31.480935 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:41.043646 | 190.39s 2025-12-05 21:36:34.477187 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-12-05 21:36:34.480946 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.043657 | 193.39s 2025-12-05 21:36:37.337383 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-12-05 21:36:37.340214 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:46.902926 | 196.25s 2025-12-05 21:36:40.058713 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-12-05 21:36:40.062230 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:49.624943 | 198.98s 2025-12-05 21:36:42.787704 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-12-05 21:36:42.791973 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:52.354679 | 201.70s 2025-12-05 21:36:45.551686 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-12-05 21:36:45.556268 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:55.118975 | 204.47s 2025-12-05 21:36:48.217927 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-12-05 21:36:48.221551 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.784253 | 207.13s 2025-12-05 21:36:50.949986 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-12-05 21:36:50.953728 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:00.516440 | 209.87s 2025-12-05 21:36:54.205965 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-12-05 21:36:54.209172 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.771882 | 213.12s 2025-12-05 21:36:59.585771 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-12-05 21:36:59.589851 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:09.152562 | 218.50s 2025-12-05 21:37:02.951358 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-12-05 21:37:02.956681 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:12.519381 | 221.87s 2025-12-05 21:37:05.410773 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-12-05 21:37:05.413806 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:14.976517 | 224.33s 2025-12-05 21:37:09.875618 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-12-05 21:37:09.878848 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:19.441555 | 228.79s 2025-12-05 21:37:12.440719 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-12-05 21:37:12.443642 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:22.006352 | 231.36s 2025-12-05 21:37:15.352083 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-12-05 21:37:15.355824 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.918535 | 234.27s 2025-12-05 21:37:18.288278 | fa163eff-46ee-0072-a3a4-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-12-05 21:37:18.291648 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:27.854359 | 237.20s 2025-12-05 21:37:18.612705 | fa163eff-46ee-0072-a3a4-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.175415 | 237.53s 2025-12-05 21:37:18.828346 | fa163eff-46ee-0072-a3a4-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:28.391047 | 0.06s 2025-12-05 21:37:18.894935 | fa163eff-46ee-0072-a3a4-000000002c32 | TASK | Set version specific variables 2025-12-05 21:37:18.943831 | fa163eff-46ee-0072-a3a4-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:28.506534 | 0.05s 2025-12-05 21:37:18.967790 | abb684ff-df86-41fe-9d39-39051a41866f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-12-05 21:37:19.000512 | fa163eff-46ee-0072-a3a4-000000002c61 | TASK | Ensure ansible_facts used by role 2025-12-05 21:37:19.400255 | fa163eff-46ee-0072-a3a4-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2025-12-05 21:37:19.401844 | fa163eff-46ee-0072-a3a4-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:28.964556 | 0.40s 2025-12-05 21:37:19.430816 | fa163eff-46ee-0072-a3a4-000000002c62 | TASK | Set platform/version specific variables 2025-12-05 21:37:19.527908 | fa163eff-46ee-0072-a3a4-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:37:19.557135 | fa163eff-46ee-0072-a3a4-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-12-05 21:37:19.584943 | fa163eff-46ee-0072-a3a4-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-12-05 21:37:19.604849 | fa163eff-46ee-0072-a3a4-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-12-05 21:37:19.610729 | fa163eff-46ee-0072-a3a4-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:29.173433 | 0.18s 2025-12-05 21:37:19.641362 | fa163eff-46ee-0072-a3a4-000000002c33 | TASK | Ensure certificate role dependencies are installed 2025-12-05 21:37:22.602542 | fa163eff-46ee-0072-a3a4-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2025-12-05 21:37:22.603323 | fa163eff-46ee-0072-a3a4-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:32.166044 | 2.96s 2025-12-05 21:37:22.622068 | fa163eff-46ee-0072-a3a4-000000002c35 | TASK | Ensure provider packages are installed 2025-12-05 21:37:25.612266 | fa163eff-46ee-0072-a3a4-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:35.174977 | 2.99s 2025-12-05 21:37:25.615276 | fa163eff-46ee-0072-a3a4-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:35.178001 | 2.99s 2025-12-05 21:37:25.634252 | fa163eff-46ee-0072-a3a4-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2025-12-05 21:37:25.894795 | fa163eff-46ee-0072-a3a4-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:37:25.896893 | fa163eff-46ee-0072-a3a4-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:35.459604 | 0.26s 2025-12-05 21:37:25.906801 | fa163eff-46ee-0072-a3a4-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:35.469517 | 0.27s 2025-12-05 21:37:25.936242 | fa163eff-46ee-0072-a3a4-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2025-12-05 21:37:26.241363 | fa163eff-46ee-0072-a3a4-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-12-05 21:37:26.242862 | fa163eff-46ee-0072-a3a4-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:35.805573 | 0.31s 2025-12-05 21:37:26.254973 | fa163eff-46ee-0072-a3a4-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:35.817688 | 0.32s 2025-12-05 21:37:26.284313 | fa163eff-46ee-0072-a3a4-000000002c3b | TASK | Ensure provider service is running 2025-12-05 21:37:26.684213 | fa163eff-46ee-0072-a3a4-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2025-12-05 21:37:26.685554 | fa163eff-46ee-0072-a3a4-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:36.248268 | 0.40s 2025-12-05 21:37:26.691461 | fa163eff-46ee-0072-a3a4-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:36.254176 | 0.41s 2025-12-05 21:37:26.724400 | fa163eff-46ee-0072-a3a4-000000002c3e | TASK | Ensure certificate requests 2025-12-05 21:37:28.984123 | fa163eff-46ee-0072-a3a4-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-05 21:37:28.987191 | fa163eff-46ee-0072-a3a4-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:38.549899 | 2.26s 2025-12-05 21:37:28.997425 | fa163eff-46ee-0072-a3a4-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:38.560131 | 2.27s 2025-12-05 21:37:29.053690 | fa163eff-46ee-0072-a3a4-0000000022c0 | TASK | Fail if container image is undefined 2025-12-05 21:37:29.118423 | fa163eff-46ee-0072-a3a4-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2025-12-05 21:37:29.119858 | fa163eff-46ee-0072-a3a4-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:38.682568 | 0.06s 2025-12-05 21:37:29.153919 | fa163eff-46ee-0072-a3a4-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-05 21:37:30.944224 | fa163eff-46ee-0072-a3a4-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-05 21:37:30.945701 | fa163eff-46ee-0072-a3a4-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:40.508411 | 1.79s 2025-12-05 21:37:31.005670 | fa163eff-46ee-0072-a3a4-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-12-05 21:37:31.378049 | fa163eff-46ee-0072-a3a4-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-12-05 21:37:31.379597 | fa163eff-46ee-0072-a3a4-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:40.942309 | 0.37s 2025-12-05 21:37:31.436083 | fa163eff-46ee-0072-a3a4-0000000022cd | TASK | Check if rsyslog exists 2025-12-05 21:37:31.702840 | fa163eff-46ee-0072-a3a4-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2025-12-05 21:37:31.704317 | fa163eff-46ee-0072-a3a4-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:41.267027 | 0.27s 2025-12-05 21:37:31.732260 | fa163eff-46ee-0072-a3a4-0000000022ce | TASK | Forward logging to swift.log file 2025-12-05 21:37:32.272268 | fa163eff-46ee-0072-a3a4-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2025-12-05 21:37:32.273868 | fa163eff-46ee-0072-a3a4-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:41.836577 | 0.54s 2025-12-05 21:37:32.303011 | fa163eff-46ee-0072-a3a4-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2025-12-05 21:37:33.003558 | fa163eff-46ee-0072-a3a4-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-12-05 21:37:33.005508 | fa163eff-46ee-0072-a3a4-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:42.568198 | 0.70s 2025-12-05 21:37:33.035217 | fa163eff-46ee-0072-a3a4-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-12-05 21:37:33.275142 | fa163eff-46ee-0072-a3a4-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-12-05 21:37:33.276234 | fa163eff-46ee-0072-a3a4-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:42.838953 | 0.24s 2025-12-05 21:37:33.379315 | fa163eff-46ee-0072-a3a4-0000000000c3 | TIMING | include_tasks | standalone | 0:12:42.942016 | 0.08s 2025-12-05 21:37:33.415903 | c8d0e2bc-6dfe-4a7a-872a-5da42f2f9a9f | INCLUDED | /root/standalone-ansible-rrsb8bp5/common_deploy_steps_tasks.yaml | standalone 2025-12-05 21:37:33.440976 | fa163eff-46ee-0072-a3a4-000000002ca9 | TASK | Write the config_step hieradata 2025-12-05 21:37:33.948209 | fa163eff-46ee-0072-a3a4-000000002ca9 | OK | Write the config_step hieradata | standalone 2025-12-05 21:37:33.949525 | fa163eff-46ee-0072-a3a4-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:43.512236 | 0.51s 2025-12-05 21:37:33.979590 | fa163eff-46ee-0072-a3a4-000000002caa | TASK | Run puppet host configuration for step 1 2025-12-05 21:37:34.287236 | fa163eff-46ee-0072-a3a4-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2025-12-05 21:37:34.288640 | fa163eff-46ee-0072-a3a4-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:43.851352 | 0.31s 2025-12-05 21:37:34.320072 | fa163eff-46ee-0072-a3a4-000000002cab | TASK | Wait for puppet host configuration to finish 2025-12-05 21:37:34.531400 | fa163eff-46ee-0072-a3a4-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 21:37:44.734803 | fa163eff-46ee-0072-a3a4-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 21:37:54.954577 | fa163eff-46ee-0072-a3a4-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-05 21:38:05.176700 | fa163eff-46ee-0072-a3a4-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-12-05 21:38:15.398013 | fa163eff-46ee-0072-a3a4-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-12-05 21:38:25.612538 | fa163eff-46ee-0072-a3a4-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-12-05 21:38:35.830954 | fa163eff-46ee-0072-a3a4-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 354 retries left 2025-12-05 21:38:46.066855 | fa163eff-46ee-0072-a3a4-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 21:38:46.069080 | fa163eff-46ee-0072-a3a4-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:55.631759 | 71.75s 2025-12-05 21:38:46.093244 | fa163eff-46ee-0072-a3a4-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2025-12-05 21:38:46.179889 | fa163eff-46ee-0072-a3a4-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 5 21:37:34 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 21:37:41 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 21:37:41 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 21:37:41 puppet-user: (file & line not available)", "<13>Dec 5 21:37:41 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 5 21:37:41 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 5 21:37:42 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 21:37:42 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Dec 5 21:37:42 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Dec 5 21:37:42 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Dec 5 21:37:42 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Dec 5 21:37:50 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Dec 5 21:37:58 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Dec 5 21:37:58 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Dec 5 21:37:58 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Dec 5 21:37:58 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Dec 5 21:38:02 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 5 21:38:02 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Dec 5 21:38:03 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Dec 5 21:38:07 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 5 21:38:09 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Dec 5 21:38:09 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Dec 5 21:38:10 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Dec 5 21:38:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Dec 5 21:38:34 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 21:38:36 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Dec 5 21:38:36 puppet-user: Notice: Applied catalog in 54.08 seconds", "<13>Dec 5 21:38:36 puppet-user: Application:", "<13>Dec 5 21:38:36 puppet-user: Initial environment: production", "<13>Dec 5 21:38:36 puppet-user: Converged environment: production", "<13>Dec 5 21:38:36 puppet-user: Run mode: user", "<13>Dec 5 21:38:36 puppet-user: Changes:", "<13>Dec 5 21:38:36 puppet-user: Total: 17", "<13>Dec 5 21:38:36 puppet-user: Events:", "<13>Dec 5 21:38:36 puppet-user: Success: 17", "<13>Dec 5 21:38:36 puppet-user: Resources:", "<13>Dec 5 21:38:36 puppet-user: Restarted: 1", "<13>Dec 5 21:38:36 puppet-user: Changed: 16", "<13>Dec 5 21:38:36 puppet-user: Out of sync: 16", "<13>Dec 5 21:38:36 puppet-user: Total: 26", "<13>Dec 5 21:38:36 puppet-user: Time:", "<13>Dec 5 21:38:36 puppet-user: Filebucket: 0.00", "<13>Dec 5 21:38:36 puppet-user: Schedule: 0.00", "<13>Dec 5 21:38:36 puppet-user: File line: 0.00", "<13>Dec 5 21:38:36 puppet-user: File: 0.00", "<13>Dec 5 21:38:36 puppet-user: Augeas: 0.02", "<13>Dec 5 21:38:36 puppet-user: Config retrieval: 0.47", "<13>Dec 5 21:38:36 puppet-user: User: 0.58", "<13>Dec 5 21:38:36 puppet-user: Package: 15.80", "<13>Dec 5 21:38:36 puppet-user: Last run: 1764970716", "<13>Dec 5 21:38:36 puppet-user: Exec: 28.65", "<13>Dec 5 21:38:36 puppet-user: Pcmk property: 3.56", "<13>Dec 5 21:38:36 puppet-user: Service: 4.20", "<13>Dec 5 21:38:36 puppet-user: Transaction evaluation: 54.07", "<13>Dec 5 21:38:36 puppet-user: Catalog application: 54.08", "<13>Dec 5 21:38:36 puppet-user: Total: 54.08", "<13>Dec 5 21:38:36 puppet-user: Version:", "<13>Dec 5 21:38:36 puppet-user: Config: 1764970661", "<13>Dec 5 21:38:36 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 21:38:46.181539 | fa163eff-46ee-0072-a3a4-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:55.744250 | 0.09s 2025-12-05 21:38:46.211205 | fa163eff-46ee-0072-a3a4-000000002cad | TASK | Pre-cache facts for puppet containers 2025-12-05 21:38:46.240292 | fa163eff-46ee-0072-a3a4-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:55.802996 | 0.03s 2025-12-05 21:38:46.311549 | fa163eff-46ee-0072-a3a4-000000002cf6 | TASK | Gather variables for each operating system 2025-12-05 21:38:46.435005 | fa163eff-46ee-0072-a3a4-000000002cf6 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:55.997694 | 0.12s 2025-12-05 21:38:46.467670 | fa163eff-46ee-0072-a3a4-000000002cf7 | TASK | Create puppet caching structures 2025-12-05 21:38:46.705457 | fa163eff-46ee-0072-a3a4-000000002cf7 | CHANGED | Create puppet caching structures | standalone 2025-12-05 21:38:46.707083 | fa163eff-46ee-0072-a3a4-000000002cf7 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:56.269795 | 0.24s 2025-12-05 21:38:46.737578 | fa163eff-46ee-0072-a3a4-000000002cf8 | TASK | Check for facter.conf 2025-12-05 21:38:46.954702 | fa163eff-46ee-0072-a3a4-000000002cf8 | OK | Check for facter.conf | standalone 2025-12-05 21:38:46.956180 | fa163eff-46ee-0072-a3a4-000000002cf8 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:56.518889 | 0.22s 2025-12-05 21:38:46.987054 | fa163eff-46ee-0072-a3a4-000000002cf9 | TASK | Remove facter.conf if directory 2025-12-05 21:38:47.037894 | fa163eff-46ee-0072-a3a4-000000002cf9 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 21:38:47.039074 | fa163eff-46ee-0072-a3a4-000000002cf9 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:56.601784 | 0.05s 2025-12-05 21:38:47.068245 | fa163eff-46ee-0072-a3a4-000000002cfa | TASK | Write facter cache config 2025-12-05 21:38:47.513137 | fa163eff-46ee-0072-a3a4-000000002cfa | CHANGED | Write facter cache config | standalone 2025-12-05 21:38:47.514726 | fa163eff-46ee-0072-a3a4-000000002cfa | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:57.077435 | 0.45s 2025-12-05 21:38:47.544423 | fa163eff-46ee-0072-a3a4-000000002cfb | TASK | Cleanup facter cache if exists 2025-12-05 21:38:47.776560 | fa163eff-46ee-0072-a3a4-000000002cfb | OK | Cleanup facter cache if exists | standalone 2025-12-05 21:38:47.778148 | fa163eff-46ee-0072-a3a4-000000002cfb | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:57.340860 | 0.23s 2025-12-05 21:38:47.805972 | fa163eff-46ee-0072-a3a4-000000002cfc | TASK | Pre-cache facts 2025-12-05 21:38:48.420443 | fa163eff-46ee-0072-a3a4-000000002cfc | CHANGED | Pre-cache facts | standalone 2025-12-05 21:38:48.421879 | fa163eff-46ee-0072-a3a4-000000002cfc | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:13:57.984589 | 0.61s 2025-12-05 21:38:48.452757 | fa163eff-46ee-0072-a3a4-000000002cfd | TASK | Failed deployment if facter fails 2025-12-05 21:38:48.498035 | fa163eff-46ee-0072-a3a4-000000002cfd | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 21:38:48.499265 | fa163eff-46ee-0072-a3a4-000000002cfd | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:13:58.061967 | 0.04s 2025-12-05 21:38:48.550599 | fa163eff-46ee-0072-a3a4-000000002cfe | TASK | Sync cached facts 2025-12-05 21:38:49.050239 | fa163eff-46ee-0072-a3a4-000000002cfe | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-46ee-0072-a3a4-000000002cfe') missing from stats 2025-12-05 21:38:49.107428 | fa163eff-46ee-0072-a3a4-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 21:38:49.159916 | fa163eff-46ee-0072-a3a4-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:13:58.722618 | 0.05s 2025-12-05 21:38:49.185801 | e3b49cd9-9742-4cb4-92b5-2d7d2c51da9d | INCLUDED | /root/standalone-ansible-rrsb8bp5/generate-config-tasks.yaml | standalone 2025-12-05 21:38:49.222722 | fa163eff-46ee-0072-a3a4-000000002d48 | TASK | Create base directory puppet configs 2025-12-05 21:38:49.465590 | fa163eff-46ee-0072-a3a4-000000002d48 | CHANGED | Create base directory puppet configs | standalone 2025-12-05 21:38:49.467054 | fa163eff-46ee-0072-a3a4-000000002d48 | TIMING | Create base directory puppet configs | standalone | 0:13:59.029758 | 0.24s 2025-12-05 21:38:49.497807 | fa163eff-46ee-0072-a3a4-000000002d49 | TASK | Generate container puppet configs for step 1 2025-12-05 21:38:49.804905 | fa163eff-46ee-0072-a3a4-000000002d49 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-12-05 21:38:49.807509 | fa163eff-46ee-0072-a3a4-000000002d49 | TIMING | Generate container puppet configs for step 1 | standalone | 0:13:59.370185 | 0.31s 2025-12-05 21:38:49.839238 | fa163eff-46ee-0072-a3a4-000000002d4a | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-12-05 21:38:49.862140 | fa163eff-46ee-0072-a3a4-000000002d4a | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:13:59.424847 | 0.02s 2025-12-05 21:38:49.939681 | fa163eff-46ee-0072-a3a4-000000002dd4 | TASK | Gather variables for each operating system 2025-12-05 21:38:50.062643 | fa163eff-46ee-0072-a3a4-000000002dd4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:13:59.625331 | 0.12s 2025-12-05 21:38:50.093774 | fa163eff-46ee-0072-a3a4-000000002dd5 | TASK | Create container logs path 2025-12-05 21:38:50.338089 | fa163eff-46ee-0072-a3a4-000000002dd5 | OK | Create container logs path | standalone 2025-12-05 21:38:50.339463 | fa163eff-46ee-0072-a3a4-000000002dd5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:13:59.902175 | 0.24s 2025-12-05 21:38:50.373219 | fa163eff-46ee-0072-a3a4-000000002dd7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:38:50.806509 | fa163eff-46ee-0072-a3a4-000000002dd7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 21:38:50.807963 | fa163eff-46ee-0072-a3a4-000000002dd7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:00.370674 | 0.43s 2025-12-05 21:38:50.840803 | fa163eff-46ee-0072-a3a4-000000002dd8 | TASK | Finalise hashes for all containers 2025-12-05 21:38:50.916133 | fa163eff-46ee-0072-a3a4-000000002dd8 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:38:50.917241 | fa163eff-46ee-0072-a3a4-000000002dd8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:00.479953 | 0.07s 2025-12-05 21:38:50.946076 | fa163eff-46ee-0072-a3a4-000000002dda | TASK | Manage systemd shutdown files 2025-12-05 21:38:50.978349 | fa163eff-46ee-0072-a3a4-000000002dda | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:38:50.979464 | fa163eff-46ee-0072-a3a4-000000002dda | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:00.542177 | 0.03s 2025-12-05 21:38:51.009542 | fa163eff-46ee-0072-a3a4-000000002ddc | TASK | Update container configs with new config hashes 2025-12-05 21:38:51.070686 | fa163eff-46ee-0072-a3a4-000000002ddc | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:38:51.071778 | fa163eff-46ee-0072-a3a4-000000002ddc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:00.634490 | 0.06s 2025-12-05 21:38:51.103666 | fa163eff-46ee-0072-a3a4-000000002ddd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:38:51.164782 | fa163eff-46ee-0072-a3a4-000000002ddd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:00.727490 | 0.06s 2025-12-05 21:38:51.189656 | 241ecf3f-eab9-4066-940b-5c35d350272f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:38:51.226649 | fa163eff-46ee-0072-a3a4-000000002e21 | TASK | Gather podman infos 2025-12-05 21:38:51.810390 | fa163eff-46ee-0072-a3a4-000000002e21 | OK | Gather podman infos | standalone 2025-12-05 21:38:51.811944 | fa163eff-46ee-0072-a3a4-000000002e21 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:01.374653 | 0.58s 2025-12-05 21:38:51.845416 | fa163eff-46ee-0072-a3a4-000000002e22 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:38:51.906364 | fa163eff-46ee-0072-a3a4-000000002e22 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 21:38:51.907599 | fa163eff-46ee-0072-a3a4-000000002e22 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:01.470309 | 0.06s 2025-12-05 21:38:51.939685 | fa163eff-46ee-0072-a3a4-000000002dde | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:38:51.992275 | fa163eff-46ee-0072-a3a4-000000002dde | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:01.554981 | 0.05s 2025-12-05 21:38:52.016569 | 76cd8dc6-1de5-4358-91a2-7705d6efd660 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:38:52.052970 | fa163eff-46ee-0072-a3a4-000000002e4b | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:39:23.256684 | fa163eff-46ee-0072-a3a4-000000002e4b | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 21:39:23.258207 | fa163eff-46ee-0072-a3a4-000000002e4b | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:32.820915 | 31.20s 2025-12-05 21:39:23.333458 | fa163eff-46ee-0072-a3a4-000000002e4c | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:39:23.416764 | fa163eff-46ee-0072-a3a4-000000002e4c | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 21:39:23.417926 | fa163eff-46ee-0072-a3a4-000000002e4c | 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:32.980635 | 0.08s 2025-12-05 21:39:23.474068 | fa163eff-46ee-0072-a3a4-000000002d4c | TASK | Diff puppet-generated changes for check mode 2025-12-05 21:39:23.506315 | fa163eff-46ee-0072-a3a4-000000002d4c | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-05 21:39:23.507409 | fa163eff-46ee-0072-a3a4-000000002d4c | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:33.070119 | 0.03s 2025-12-05 21:39:23.535477 | fa163eff-46ee-0072-a3a4-000000002d4d | TASK | Diff puppet-generated changes for check mode 2025-12-05 21:39:23.566643 | fa163eff-46ee-0072-a3a4-000000002d4d | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-12-05 21:39:23.567752 | fa163eff-46ee-0072-a3a4-000000002d4d | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:33.130463 | 0.03s 2025-12-05 21:39:23.597942 | fa163eff-46ee-0072-a3a4-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2025-12-05 21:39:23.626704 | fa163eff-46ee-0072-a3a4-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:33.189411 | 0.03s 2025-12-05 21:39:23.692356 | fa163eff-46ee-0072-a3a4-000000002ea1 | TASK | Gather variables for each operating system 2025-12-05 21:39:23.806230 | fa163eff-46ee-0072-a3a4-000000002ea1 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:33.368942 | 0.11s 2025-12-05 21:39:23.826088 | fa163eff-46ee-0072-a3a4-000000002ea2 | TASK | Create container logs path 2025-12-05 21:39:24.111663 | fa163eff-46ee-0072-a3a4-000000002ea2 | OK | Create container logs path | standalone 2025-12-05 21:39:24.112979 | fa163eff-46ee-0072-a3a4-000000002ea2 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:33.675690 | 0.29s 2025-12-05 21:39:24.144452 | fa163eff-46ee-0072-a3a4-000000002ea4 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 21:39:24.425206 | fa163eff-46ee-0072-a3a4-000000002ea4 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-05 21:39:24.426208 | fa163eff-46ee-0072-a3a4-000000002ea4 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:33.988926 | 0.28s 2025-12-05 21:39:24.449216 | fa163eff-46ee-0072-a3a4-000000002ea5 | TASK | Finalise hashes for all containers 2025-12-05 21:39:24.518790 | fa163eff-46ee-0072-a3a4-000000002ea5 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:39:24.519883 | fa163eff-46ee-0072-a3a4-000000002ea5 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:34.082596 | 0.07s 2025-12-05 21:39:24.550368 | fa163eff-46ee-0072-a3a4-000000002ea7 | TASK | Manage systemd shutdown files 2025-12-05 21:39:24.579120 | fa163eff-46ee-0072-a3a4-000000002ea7 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:34.141830 | 0.03s 2025-12-05 21:39:24.614250 | 6bd3656c-d826-4120-8e46-03a748e9ef4a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 21:39:24.642492 | fa163eff-46ee-0072-a3a4-000000002eda | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 21:39:24.906365 | fa163eff-46ee-0072-a3a4-000000002eda | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 21:39:24.907625 | fa163eff-46ee-0072-a3a4-000000002eda | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:34.470337 | 0.26s 2025-12-05 21:39:24.936322 | fa163eff-46ee-0072-a3a4-000000002edb | TASK | Set podman_drop_in fact 2025-12-05 21:39:24.997600 | fa163eff-46ee-0072-a3a4-000000002edb | OK | Set podman_drop_in fact | standalone 2025-12-05 21:39:24.998704 | fa163eff-46ee-0072-a3a4-000000002edb | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:34.561419 | 0.06s 2025-12-05 21:39:25.027295 | fa163eff-46ee-0072-a3a4-000000002edd | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 21:39:25.512387 | fa163eff-46ee-0072-a3a4-000000002edd | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 21:39:25.515170 | fa163eff-46ee-0072-a3a4-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:35.077874 | 0.49s 2025-12-05 21:39:25.979920 | fa163eff-46ee-0072-a3a4-000000002edd | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 21:39:25.981840 | fa163eff-46ee-0072-a3a4-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:35.544554 | 0.95s 2025-12-05 21:39:25.992174 | fa163eff-46ee-0072-a3a4-000000002edd | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:35.554889 | 0.96s 2025-12-05 21:39:26.023288 | fa163eff-46ee-0072-a3a4-000000002ede | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 21:39:26.507190 | fa163eff-46ee-0072-a3a4-000000002ede | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 21:39:26.508770 | fa163eff-46ee-0072-a3a4-000000002ede | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:36.071480 | 0.48s 2025-12-05 21:39:26.537928 | fa163eff-46ee-0072-a3a4-000000002edf | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 21:39:27.029282 | fa163eff-46ee-0072-a3a4-000000002edf | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 21:39:27.030839 | fa163eff-46ee-0072-a3a4-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:36.593549 | 0.49s 2025-12-05 21:39:27.060520 | fa163eff-46ee-0072-a3a4-000000002ee0 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 21:39:28.010941 | fa163eff-46ee-0072-a3a4-000000002ee0 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-12-05 21:39:28.013081 | fa163eff-46ee-0072-a3a4-000000002ee0 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:37.575792 | 0.95s 2025-12-05 21:39:28.044521 | fa163eff-46ee-0072-a3a4-000000002ee1 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 21:39:28.499666 | fa163eff-46ee-0072-a3a4-000000002ee1 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 21:39:28.501121 | fa163eff-46ee-0072-a3a4-000000002ee1 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:38.063832 | 0.46s 2025-12-05 21:39:28.530924 | fa163eff-46ee-0072-a3a4-000000002ee2 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 21:39:29.006534 | fa163eff-46ee-0072-a3a4-000000002ee2 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 21:39:29.008011 | fa163eff-46ee-0072-a3a4-000000002ee2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:38.570721 | 0.48s 2025-12-05 21:39:29.037271 | fa163eff-46ee-0072-a3a4-000000002ee3 | TASK | Enable and start netns-placeholder 2025-12-05 21:39:29.897192 | fa163eff-46ee-0072-a3a4-000000002ee3 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 21:39:29.898750 | fa163eff-46ee-0072-a3a4-000000002ee3 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:39.461467 | 0.86s 2025-12-05 21:39:29.921995 | fa163eff-46ee-0072-a3a4-000000002ea9 | TASK | Update container configs with new config hashes 2025-12-05 21:39:29.980424 | fa163eff-46ee-0072-a3a4-000000002ea9 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:39.543141 | 0.06s 2025-12-05 21:39:29.993462 | a8caefdb-5cee-44c0-bf0a-bb3d969ad3b5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 21:39:30.017720 | fa163eff-46ee-0072-a3a4-000000002f0b | TASK | Update config hashes for container startup configs 2025-12-05 21:39:30.305430 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-12-05 21:39:30.306784 | | WARNING | Config change detected for mysql_bootstrap, new hash: 7a36012a9a07d9f594a70ccfe1538513 2025-12-05 21:39:30.307300 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 0e0c9f3c506f3596e96e46305e54a600 2025-12-05 21:39:30.307836 | | WARNING | Config change detected for redis_tls_proxy, new hash: c5fc442bb71761f83d02bdcf6feae698 2025-12-05 21:39:30.308306 | | WARNING | Config change detected for clustercheck, new hash: 180f063c58dfe82171df6c2347d69036 2025-12-05 21:39:30.308834 | | WARNING | Config change detected for horizon_fix_perms, new hash: 8dbc6dc9b09ca48755a51c2a0b2bd8e2 2025-12-05 21:39:30.309293 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 7a36012a9a07d9f594a70ccfe1538513 2025-12-05 21:39:30.309808 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.310309 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.310826 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.311298 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.311812 | | WARNING | Config change detected for aodh_db_sync, new hash: 652d79e8fc896fff2a51e0c47fca58fa 2025-12-05 21:39:30.312292 | | WARNING | Config change detected for cinder_api_db_sync, new hash: d7b6055e791af9a9503865bd29aa21b4 2025-12-05 21:39:30.312828 | | WARNING | Config change detected for glance_api_db_sync, new hash: 10fca836a4cdd08afd784dbd37441b13-19ec8675277c8247c2a7519068077435 2025-12-05 21:39:30.313306 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 16e7db19c44bf43d58dd2a7048f22241 2025-12-05 21:39:30.313815 | | WARNING | Config change detected for horizon, new hash: 8dbc6dc9b09ca48755a51c2a0b2bd8e2 2025-12-05 21:39:30.314316 | | WARNING | Config change detected for iscsid, new hash: 19ec8675277c8247c2a7519068077435 2025-12-05 21:39:30.314825 | | WARNING | Config change detected for keystone, new hash: ca2f4b4229bfb27c7ca7b6752b7ec901 2025-12-05 21:39:30.315513 | | WARNING | Config change detected for keystone_cron, new hash: ca2f4b4229bfb27c7ca7b6752b7ec901 2025-12-05 21:39:30.316012 | | WARNING | Config change detected for keystone_db_sync, new hash: ca2f4b4229bfb27c7ca7b6752b7ec901 2025-12-05 21:39:30.316474 | | WARNING | Config change detected for manila_api_db_sync, new hash: ff6e05fde33e1d3a5376cb81128c44b9 2025-12-05 21:39:30.317075 | | WARNING | Config change detected for neutron_db_sync, new hash: b062869a76694abf9c7a845ef84fe4ec 2025-12-05 21:39:30.317663 | | WARNING | Config change detected for nova_api_db_sync, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.318314 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.318928 | | WARNING | Config change detected for nova_db_sync, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.319446 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.320012 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.320547 | | WARNING | Config change detected for nova_virtproxyd, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.321059 | | WARNING | Config change detected for nova_virtqemud, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.321667 | | WARNING | Config change detected for nova_virtsecretd, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.322194 | | WARNING | Config change detected for nova_virtstoraged, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.322795 | | WARNING | Config change detected for octavia_db_sync, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.323366 | | WARNING | Config change detected for placement_api_db_sync, new hash: c55e0f19fe2cf4dde82a7d1efd73e282 2025-12-05 21:39:30.323936 | | WARNING | Config change detected for swift_copy_rings, new hash: b071e64a07529bd233a44b58e0640788-163d91cbb64e8ee76e0d5be6abc60d74 2025-12-05 21:39:30.324452 | | WARNING | Config change detected for aodh_api, new hash: 652d79e8fc896fff2a51e0c47fca58fa 2025-12-05 21:39:30.324987 | | WARNING | Config change detected for aodh_api_cron, new hash: 652d79e8fc896fff2a51e0c47fca58fa 2025-12-05 21:39:30.325484 | | WARNING | Config change detected for aodh_evaluator, new hash: 652d79e8fc896fff2a51e0c47fca58fa 2025-12-05 21:39:30.326015 | | WARNING | Config change detected for aodh_listener, new hash: 652d79e8fc896fff2a51e0c47fca58fa 2025-12-05 21:39:30.326651 | | WARNING | Config change detected for aodh_notifier, new hash: 652d79e8fc896fff2a51e0c47fca58fa 2025-12-05 21:39:30.327162 | | WARNING | Config change detected for ceilometer_agent_central, new hash: 76562429663f9d21b6f55d6a85a8f795 2025-12-05 21:39:30.327738 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: 76562429663f9d21b6f55d6a85a8f795 2025-12-05 21:39:30.328257 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: 76562429663f9d21b6f55d6a85a8f795 2025-12-05 21:39:30.328803 | | WARNING | Config change detected for cinder_api, new hash: d7b6055e791af9a9503865bd29aa21b4 2025-12-05 21:39:30.329292 | | WARNING | Config change detected for cinder_api_cron, new hash: d7b6055e791af9a9503865bd29aa21b4 2025-12-05 21:39:30.329830 | | WARNING | Config change detected for cinder_scheduler, new hash: d7b6055e791af9a9503865bd29aa21b4 2025-12-05 21:39:30.330401 | | WARNING | Config change detected for glance_api, new hash: 10fca836a4cdd08afd784dbd37441b13-19ec8675277c8247c2a7519068077435 2025-12-05 21:39:30.330968 | | WARNING | Config change detected for glance_api_cron, new hash: 10fca836a4cdd08afd784dbd37441b13 2025-12-05 21:39:30.331463 | | WARNING | Config change detected for glance_api_internal, new hash: 184923ec555178b33f1674ea8c3fa4ca-19ec8675277c8247c2a7519068077435 2025-12-05 21:39:30.332013 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 184923ec555178b33f1674ea8c3fa4ca 2025-12-05 21:39:30.332565 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 10fca836a4cdd08afd784dbd37441b13 2025-12-05 21:39:30.333098 | | WARNING | Config change detected for heat_api, new hash: eaf703ae015466fb14b8c65fdc958d55 2025-12-05 21:39:30.333630 | | WARNING | Config change detected for heat_api_cfn, new hash: a38ebac50230b847b2df23aa70cb18a0 2025-12-05 21:39:30.334138 | | WARNING | Config change detected for heat_api_cron, new hash: eaf703ae015466fb14b8c65fdc958d55 2025-12-05 21:39:30.334703 | | WARNING | Config change detected for heat_engine, new hash: 16e7db19c44bf43d58dd2a7048f22241 2025-12-05 21:39:30.335204 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-12-05 21:39:30.335767 | | WARNING | Config change detected for manila_api, new hash: ff6e05fde33e1d3a5376cb81128c44b9 2025-12-05 21:39:30.336267 | | WARNING | Config change detected for manila_api_cron, new hash: ff6e05fde33e1d3a5376cb81128c44b9 2025-12-05 21:39:30.336811 | | WARNING | Config change detected for manila_scheduler, new hash: ff6e05fde33e1d3a5376cb81128c44b9 2025-12-05 21:39:30.337336 | | WARNING | Config change detected for neutron_api, new hash: b062869a76694abf9c7a845ef84fe4ec 2025-12-05 21:39:30.337881 | | WARNING | Config change detected for neutron_dhcp, new hash: b062869a76694abf9c7a845ef84fe4ec 2025-12-05 21:39:30.338411 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: b062869a76694abf9c7a845ef84fe4ec 2025-12-05 21:39:30.338953 | | WARNING | Config change detected for neutron_sriov_agent, new hash: b062869a76694abf9c7a845ef84fe4ec 2025-12-05 21:39:30.339458 | | WARNING | Config change detected for nova_api, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.339996 | | WARNING | Config change detected for nova_api_cron, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.340549 | | WARNING | Config change detected for nova_conductor, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.341106 | | WARNING | Config change detected for nova_metadata, new hash: ed602dbd063ee6d899b6c36fca6eb98c 2025-12-05 21:39:30.341645 | | WARNING | Config change detected for nova_migration_target, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.342152 | | WARNING | Config change detected for nova_scheduler, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.342724 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.343277 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 96ba77d64f6b87954512049cdbf758e9 2025-12-05 21:39:30.343960 | | WARNING | Config change detected for octavia_api, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.344513 | | WARNING | Config change detected for octavia_driver_agent, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.345061 | | WARNING | Config change detected for ovn_metadata_agent, new hash: b062869a76694abf9c7a845ef84fe4ec 2025-12-05 21:39:30.345589 | | WARNING | Config change detected for placement_api, new hash: c55e0f19fe2cf4dde82a7d1efd73e282 2025-12-05 21:39:30.346123 | | WARNING | Config change detected for placement_wait_for_service, new hash: c55e0f19fe2cf4dde82a7d1efd73e282 2025-12-05 21:39:30.346753 | | WARNING | Config change detected for swift_account_reaper, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.347353 | | WARNING | Config change detected for swift_account_server, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.347953 | | WARNING | Config change detected for swift_container_server, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.348463 | | WARNING | Config change detected for swift_container_updater, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.349030 | | WARNING | Config change detected for swift_object_expirer, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.349595 | | WARNING | Config change detected for swift_object_server, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.350088 | | WARNING | Config change detected for swift_object_updater, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.350655 | | WARNING | Config change detected for swift_proxy, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.351167 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: b071e64a07529bd233a44b58e0640788 2025-12-05 21:39:30.351747 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: 76562429663f9d21b6f55d6a85a8f795 2025-12-05 21:39:30.352240 | | WARNING | Config change detected for gnocchi_api, new hash: eae5bdb6d0c0c33e44c21dc3b16aff33 2025-12-05 21:39:30.352788 | | WARNING | Config change detected for gnocchi_db_sync, new hash: eae5bdb6d0c0c33e44c21dc3b16aff33 2025-12-05 21:39:30.353287 | | WARNING | Config change detected for gnocchi_metricd, new hash: eae5bdb6d0c0c33e44c21dc3b16aff33 2025-12-05 21:39:30.353825 | | WARNING | Config change detected for gnocchi_statsd, new hash: eae5bdb6d0c0c33e44c21dc3b16aff33 2025-12-05 21:39:30.354323 | | WARNING | Config change detected for nova_compute, new hash: 19ec8675277c8247c2a7519068077435-135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.354898 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 135cf16f0cd4aa67bcca5fae64c3df76 2025-12-05 21:39:30.355299 | | WARNING | Config change detected for octavia_health_manager, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.355663 | | WARNING | Config change detected for octavia_housekeeping, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.355982 | | WARNING | Config change detected for octavia_rsyslog, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.356301 | | WARNING | Config change detected for octavia_worker, new hash: 0ecf01b359f03308daaa0d76dbc45d74 2025-12-05 21:39:30.356665 | fa163eff-46ee-0072-a3a4-000000002f0b | CHANGED | Update config hashes for container startup configs | standalone 2025-12-05 21:39:30.357219 | fa163eff-46ee-0072-a3a4-000000002f0b | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:39.919935 | 0.34s 2025-12-05 21:39:30.381567 | fa163eff-46ee-0072-a3a4-000000002eaa | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 21:39:30.434549 | fa163eff-46ee-0072-a3a4-000000002eaa | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:39.997254 | 0.05s 2025-12-05 21:39:30.458868 | 2ef7aeec-a942-4b0e-926b-6a3358d0461f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:39:30.490600 | fa163eff-46ee-0072-a3a4-000000002f2a | TASK | Gather podman infos 2025-12-05 21:39:31.383407 | fa163eff-46ee-0072-a3a4-000000002f2a | OK | Gather podman infos | standalone 2025-12-05 21:39:31.384674 | fa163eff-46ee-0072-a3a4-000000002f2a | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:40.947387 | 0.89s 2025-12-05 21:39:31.451684 | fa163eff-46ee-0072-a3a4-000000002f2b | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 21:39:31.543790 | fa163eff-46ee-0072-a3a4-000000002f2b | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:41.106489 | 0.09s 2025-12-05 21:39:31.678341 | fa163eff-46ee-0072-a3a4-000000002f74 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:41.241037 | 0.06s 2025-12-05 21:39:31.738368 | fa163eff-46ee-0072-a3a4-000000002eab | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 21:39:31.790789 | fa163eff-46ee-0072-a3a4-000000002eab | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:41.353493 | 0.05s 2025-12-05 21:39:31.813993 | 7fd2759e-98ca-4a8d-bc18-f66ff749bc45 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:39:31.851042 | fa163eff-46ee-0072-a3a4-000000002f9a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 21:39:39.971807 | fa163eff-46ee-0072-a3a4-000000002f9a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-05 21:39:39.973534 | fa163eff-46ee-0072-a3a4-000000002f9a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:49.536243 | 8.12s 2025-12-05 21:39:40.006746 | fa163eff-46ee-0072-a3a4-000000002f9b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-12-05 21:39:44.498472 | fa163eff-46ee-0072-a3a4-000000002f9b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-12-05 21:39:44.500025 | fa163eff-46ee-0072-a3a4-000000002f9b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:54.062735 | 4.49s 2025-12-05 21:39:44.572570 | fa163eff-46ee-0072-a3a4-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2025-12-05 21:39:44.801121 | fa163eff-46ee-0072-a3a4-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-12-05 21:39:44.802582 | fa163eff-46ee-0072-a3a4-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:54.365292 | 0.23s 2025-12-05 21:39:44.858895 | fa163eff-46ee-0072-a3a4-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-12-05 21:39:44.911275 | fa163eff-46ee-0072-a3a4-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:54.473980 | 0.05s 2025-12-05 21:39:44.950686 | fa163eff-46ee-0072-a3a4-000000002cb4 | TASK | Include container-puppet tasks for step 1 2025-12-05 21:39:44.997304 | fa163eff-46ee-0072-a3a4-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:54.559996 | 0.04s 2025-12-05 21:39:45.031458 | d3e9ccbe-391e-43c5-8944-9c7495f83834 | INCLUDED | /root/standalone-ansible-rrsb8bp5/host-container-puppet-tasks.yaml | standalone 2025-12-05 21:39:45.070227 | fa163eff-46ee-0072-a3a4-000000002fe6 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-12-05 21:39:45.533011 | fa163eff-46ee-0072-a3a4-000000002fe6 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-12-05 21:39:45.534263 | fa163eff-46ee-0072-a3a4-000000002fe6 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:55.096975 | 0.46s 2025-12-05 21:39:45.564315 | fa163eff-46ee-0072-a3a4-000000002fe8 | TASK | Generate container puppet configs for step 1 2025-12-05 21:39:45.838838 | fa163eff-46ee-0072-a3a4-000000002fe8 | OK | Generate container puppet configs for step 1 | standalone 2025-12-05 21:39:45.840141 | fa163eff-46ee-0072-a3a4-000000002fe8 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:55.402852 | 0.27s 2025-12-05 21:39:45.870740 | fa163eff-46ee-0072-a3a4-000000002fe9 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-12-05 21:39:45.900644 | fa163eff-46ee-0072-a3a4-000000002fe9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:55.463351 | 0.03s 2025-12-05 21:39:45.959177 | fa163eff-46ee-0072-a3a4-000000002dd4 | TASK | Gather variables for each operating system 2025-12-05 21:39:46.075309 | fa163eff-46ee-0072-a3a4-000000002dd4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:55.638013 | 0.12s 2025-12-05 21:39:46.105275 | fa163eff-46ee-0072-a3a4-000000002dd5 | TASK | Create container logs path 2025-12-05 21:39:46.341714 | fa163eff-46ee-0072-a3a4-000000002dd5 | OK | Create container logs path | standalone 2025-12-05 21:39:46.343097 | fa163eff-46ee-0072-a3a4-000000002dd5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:55.905808 | 0.24s 2025-12-05 21:39:46.374873 | fa163eff-46ee-0072-a3a4-000000002dd7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:39:46.596618 | fa163eff-46ee-0072-a3a4-000000002dd7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 21:39:46.597883 | fa163eff-46ee-0072-a3a4-000000002dd7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:56.160594 | 0.22s 2025-12-05 21:39:46.627159 | fa163eff-46ee-0072-a3a4-000000002dd8 | TASK | Finalise hashes for all containers 2025-12-05 21:39:46.682905 | fa163eff-46ee-0072-a3a4-000000002dd8 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:39:46.684347 | fa163eff-46ee-0072-a3a4-000000002dd8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:56.247059 | 0.06s 2025-12-05 21:39:46.713795 | fa163eff-46ee-0072-a3a4-000000002dda | TASK | Manage systemd shutdown files 2025-12-05 21:39:46.756367 | fa163eff-46ee-0072-a3a4-000000002dda | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:39:46.757793 | fa163eff-46ee-0072-a3a4-000000002dda | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:56.320503 | 0.04s 2025-12-05 21:39:46.789563 | fa163eff-46ee-0072-a3a4-000000002ddc | TASK | Update container configs with new config hashes 2025-12-05 21:39:46.841180 | fa163eff-46ee-0072-a3a4-000000002ddc | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:39:46.842515 | fa163eff-46ee-0072-a3a4-000000002ddc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:56.405193 | 0.05s 2025-12-05 21:39:46.875982 | fa163eff-46ee-0072-a3a4-000000002ddd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:39:46.927284 | fa163eff-46ee-0072-a3a4-000000002ddd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 21:39:46.928253 | fa163eff-46ee-0072-a3a4-000000002ddd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:56.490970 | 0.05s 2025-12-05 21:39:46.959363 | fa163eff-46ee-0072-a3a4-000000002dde | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-12-05 21:39:47.012515 | fa163eff-46ee-0072-a3a4-000000002dde | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-12-05 21:39:47.013675 | fa163eff-46ee-0072-a3a4-000000002dde | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:56.576389 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-12-05 21:39:47.188464 | fa163eff-46ee-0072-a3a4-0000000000c6 | TASK | External deployment step 2 2025-12-05 21:39:47.218181 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000c6') missing from stats 2025-12-05 21:39:47.271099 | fa163eff-46ee-0072-a3a4-0000000000c7 | TIMING | include_tasks | undercloud | 0:14:56.833807 | 0.04s 2025-12-05 21:39:47.276245 | e1b516a2-db4b-417b-9f24-248c39d9377f | INCLUDED | /root/standalone-ansible-rrsb8bp5/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-12-05 21:39:47.402623 | fa163eff-46ee-0072-a3a4-0000000000ca | TASK | Deploy step tasks for 2 2025-12-05 21:39:47.445663 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000ca') missing from stats 2025-12-05 21:39:47.477092 | fa163eff-46ee-0072-a3a4-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-12-05 21:39:47.994532 | fa163eff-46ee-0072-a3a4-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-12-05 21:39:47.995869 | fa163eff-46ee-0072-a3a4-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:14:57.558582 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 21:39:48.067068 | fa163eff-46ee-0072-a3a4-0000000000cc | TIMING | include_tasks | standalone | 0:14:57.629770 | 0.04s 2025-12-05 21:39:48.160490 | 1e5488c6-07c2-47a8-86eb-008e3443f7ad | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-12-05 21:39:48.196716 | fa163eff-46ee-0072-a3a4-000000003077 | TASK | Push script 2025-12-05 21:39:48.698253 | fa163eff-46ee-0072-a3a4-000000003077 | CHANGED | Push script | standalone 2025-12-05 21:39:48.699649 | fa163eff-46ee-0072-a3a4-000000003077 | TIMING | Push script | standalone | 0:14:58.262358 | 0.50s 2025-12-05 21:39:48.728649 | fa163eff-46ee-0072-a3a4-000000003078 | TASK | Insert cronjob in root crontab 2025-12-05 21:39:49.185991 | fa163eff-46ee-0072-a3a4-000000003078 | CHANGED | Insert cronjob in root crontab | standalone 2025-12-05 21:39:49.187337 | fa163eff-46ee-0072-a3a4-000000003078 | TIMING | Insert cronjob in root crontab | standalone | 0:14:58.750050 | 0.46s 2025-12-05 21:39:49.216318 | fa163eff-46ee-0072-a3a4-00000000307f | TASK | Gather variables for each operating system 2025-12-05 21:39:49.311695 | fa163eff-46ee-0072-a3a4-00000000307f | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:14:58.874398 | 0.09s 2025-12-05 21:39:49.340947 | fa163eff-46ee-0072-a3a4-000000003080 | TASK | Detect if resource is being created or already exists 2025-12-05 21:39:50.093175 | fa163eff-46ee-0072-a3a4-000000003080 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 21:39:50.094267 | fa163eff-46ee-0072-a3a4-000000003080 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:14:59.656986 | 0.75s 2025-12-05 21:39:50.117762 | fa163eff-46ee-0072-a3a4-000000003081 | TASK | Run init bundle puppet on the host for haproxy 2025-12-05 21:41:35.982381 | fa163eff-46ee-0072-a3a4-000000003081 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-12-05 21:41:35.984734 | fa163eff-46ee-0072-a3a4-000000003081 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:45.547445 | 105.87s 2025-12-05 21:41:36.018842 | fa163eff-46ee-0072-a3a4-000000003082 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-12-05 21:41:36.295922 | fa163eff-46ee-0072-a3a4-000000003082 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-12-05 21:41:36.297251 | fa163eff-46ee-0072-a3a4-000000003082 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:45.859964 | 0.28s 2025-12-05 21:41:36.326368 | fa163eff-46ee-0072-a3a4-000000003083 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 21:41:36.922004 | fa163eff-46ee-0072-a3a4-000000003083 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 21:41:36.923284 | fa163eff-46ee-0072-a3a4-000000003083 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:46.485995 | 0.60s 2025-12-05 21:41:36.954306 | fa163eff-46ee-0072-a3a4-000000003084 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-12-05 21:41:37.212559 | fa163eff-46ee-0072-a3a4-000000003084 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-12-05 21:41:37.213768 | fa163eff-46ee-0072-a3a4-000000003084 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:46.776480 | 0.26s 2025-12-05 21:41:37.243880 | fa163eff-46ee-0072-a3a4-000000003086 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-12-05 21:41:37.282135 | fa163eff-46ee-0072-a3a4-000000003086 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-12-05 21:41:37.283183 | fa163eff-46ee-0072-a3a4-000000003086 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:46.845896 | 0.04s 2025-12-05 21:41:37.313601 | fa163eff-46ee-0072-a3a4-000000003087 | TASK | Get container image tag from bundle haproxy-bundle 2025-12-05 21:41:37.366808 | fa163eff-46ee-0072-a3a4-000000003087 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-12-05 21:41:37.368696 | fa163eff-46ee-0072-a3a4-000000003087 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:46.931405 | 0.05s 2025-12-05 21:41:37.400093 | fa163eff-46ee-0072-a3a4-000000003088 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-12-05 21:41:37.450782 | fa163eff-46ee-0072-a3a4-000000003088 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-12-05 21:41:37.452086 | fa163eff-46ee-0072-a3a4-000000003088 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:47.014796 | 0.05s 2025-12-05 21:41:37.484642 | fa163eff-46ee-0072-a3a4-000000003089 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 21:41:37.533870 | fa163eff-46ee-0072-a3a4-000000003089 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 21:41:37.535118 | fa163eff-46ee-0072-a3a4-000000003089 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:47.097829 | 0.05s 2025-12-05 21:41:37.567029 | fa163eff-46ee-0072-a3a4-00000000308a | TASK | Remove update marker for bundle haproxy-bundle 2025-12-05 21:41:37.617080 | fa163eff-46ee-0072-a3a4-00000000308a | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-12-05 21:41:37.618311 | fa163eff-46ee-0072-a3a4-00000000308a | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:47.181022 | 0.05s 2025-12-05 21:41:37.675895 | fa163eff-46ee-0072-a3a4-0000000030ab | TASK | Gather variables for each operating system 2025-12-05 21:41:37.789688 | fa163eff-46ee-0072-a3a4-0000000030ab | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:47.352389 | 0.11s 2025-12-05 21:41:37.811959 | fa163eff-46ee-0072-a3a4-0000000030ac | TASK | Detect if resource is being created or already exists 2025-12-05 21:41:38.568235 | fa163eff-46ee-0072-a3a4-0000000030ac | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 21:41:38.569689 | fa163eff-46ee-0072-a3a4-0000000030ac | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:48.132400 | 0.76s 2025-12-05 21:41:38.600565 | fa163eff-46ee-0072-a3a4-0000000030ad | TASK | Run init bundle puppet on the host for mysql 2025-12-05 21:42:06.724538 | fa163eff-46ee-0072-a3a4-0000000030ad | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-12-05 21:42:06.726224 | fa163eff-46ee-0072-a3a4-0000000030ad | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:16.288935 | 28.12s 2025-12-05 21:42:06.758056 | fa163eff-46ee-0072-a3a4-0000000030ae | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-12-05 21:42:07.056129 | fa163eff-46ee-0072-a3a4-0000000030ae | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-12-05 21:42:07.057638 | fa163eff-46ee-0072-a3a4-0000000030ae | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:16.620348 | 0.30s 2025-12-05 21:42:07.087208 | fa163eff-46ee-0072-a3a4-0000000030af | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 21:42:07.568868 | fa163eff-46ee-0072-a3a4-0000000030af | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 21:42:07.570355 | fa163eff-46ee-0072-a3a4-0000000030af | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:17.133066 | 0.48s 2025-12-05 21:42:07.600997 | fa163eff-46ee-0072-a3a4-0000000030b0 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-12-05 21:42:07.856909 | fa163eff-46ee-0072-a3a4-0000000030b0 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-12-05 21:42:07.858428 | fa163eff-46ee-0072-a3a4-0000000030b0 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:17.421136 | 0.26s 2025-12-05 21:42:07.894809 | fa163eff-46ee-0072-a3a4-0000000030b2 | TASK | Get container image tag from marker for bundle galera-bundle 2025-12-05 21:42:07.952221 | fa163eff-46ee-0072-a3a4-0000000030b2 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-12-05 21:42:07.953918 | fa163eff-46ee-0072-a3a4-0000000030b2 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:17.516625 | 0.06s 2025-12-05 21:42:07.988694 | fa163eff-46ee-0072-a3a4-0000000030b3 | TASK | Get container image tag from bundle galera-bundle 2025-12-05 21:42:08.044196 | fa163eff-46ee-0072-a3a4-0000000030b3 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-12-05 21:42:08.045845 | fa163eff-46ee-0072-a3a4-0000000030b3 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:17.608556 | 0.05s 2025-12-05 21:42:08.079682 | fa163eff-46ee-0072-a3a4-0000000030b4 | TASK | Compare tags between marker and bundle galera-bundle 2025-12-05 21:42:08.135894 | fa163eff-46ee-0072-a3a4-0000000030b4 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-12-05 21:42:08.137601 | fa163eff-46ee-0072-a3a4-0000000030b4 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:17.700305 | 0.06s 2025-12-05 21:42:08.184710 | fa163eff-46ee-0072-a3a4-0000000030b5 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 21:42:08.244369 | fa163eff-46ee-0072-a3a4-0000000030b5 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 21:42:08.245820 | fa163eff-46ee-0072-a3a4-0000000030b5 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:17.808527 | 0.06s 2025-12-05 21:42:08.277830 | fa163eff-46ee-0072-a3a4-0000000030b6 | TASK | Remove update marker for bundle galera-bundle 2025-12-05 21:42:08.320821 | fa163eff-46ee-0072-a3a4-0000000030b6 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-12-05 21:42:08.322571 | fa163eff-46ee-0072-a3a4-0000000030b6 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:17.885276 | 0.04s 2025-12-05 21:42:08.381666 | fa163eff-46ee-0072-a3a4-0000000030d7 | TASK | Gather variables for each operating system 2025-12-05 21:42:08.509197 | fa163eff-46ee-0072-a3a4-0000000030d7 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:18.071887 | 0.13s 2025-12-05 21:42:08.535622 | fa163eff-46ee-0072-a3a4-0000000030d8 | TASK | Detect if resource is being created or already exists 2025-12-05 21:42:09.283453 | fa163eff-46ee-0072-a3a4-0000000030d8 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 21:42:09.285218 | fa163eff-46ee-0072-a3a4-0000000030d8 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:18.847926 | 0.75s 2025-12-05 21:42:09.318033 | fa163eff-46ee-0072-a3a4-0000000030d9 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-12-05 21:42:36.427057 | fa163eff-46ee-0072-a3a4-0000000030d9 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-12-05 21:42:36.428788 | fa163eff-46ee-0072-a3a4-0000000030d9 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:45.991500 | 27.11s 2025-12-05 21:42:36.460514 | fa163eff-46ee-0072-a3a4-0000000030da | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-12-05 21:42:36.725802 | fa163eff-46ee-0072-a3a4-0000000030da | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-12-05 21:42:36.727178 | fa163eff-46ee-0072-a3a4-0000000030da | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:46.289890 | 0.27s 2025-12-05 21:42:36.758710 | fa163eff-46ee-0072-a3a4-0000000030db | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 21:42:37.163732 | fa163eff-46ee-0072-a3a4-0000000030db | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 21:42:37.165132 | fa163eff-46ee-0072-a3a4-0000000030db | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:46.727844 | 0.40s 2025-12-05 21:42:37.196162 | fa163eff-46ee-0072-a3a4-0000000030dc | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-12-05 21:42:37.422858 | fa163eff-46ee-0072-a3a4-0000000030dc | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-12-05 21:42:37.424435 | fa163eff-46ee-0072-a3a4-0000000030dc | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:46.987146 | 0.23s 2025-12-05 21:42:37.455678 | fa163eff-46ee-0072-a3a4-0000000030de | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-12-05 21:42:37.495176 | fa163eff-46ee-0072-a3a4-0000000030de | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-12-05 21:42:37.496271 | fa163eff-46ee-0072-a3a4-0000000030de | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:47.058982 | 0.04s 2025-12-05 21:42:37.526378 | fa163eff-46ee-0072-a3a4-0000000030df | TASK | Get container image tag from bundle rabbitmq-bundle 2025-12-05 21:42:37.566558 | fa163eff-46ee-0072-a3a4-0000000030df | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-12-05 21:42:37.567980 | fa163eff-46ee-0072-a3a4-0000000030df | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:47.130689 | 0.04s 2025-12-05 21:42:37.599052 | fa163eff-46ee-0072-a3a4-0000000030e0 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-12-05 21:42:37.652476 | fa163eff-46ee-0072-a3a4-0000000030e0 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-12-05 21:42:37.653814 | fa163eff-46ee-0072-a3a4-0000000030e0 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:47.216523 | 0.05s 2025-12-05 21:42:37.688901 | fa163eff-46ee-0072-a3a4-0000000030e1 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 21:42:37.740740 | fa163eff-46ee-0072-a3a4-0000000030e1 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 21:42:37.741652 | fa163eff-46ee-0072-a3a4-0000000030e1 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:47.304370 | 0.05s 2025-12-05 21:42:37.766222 | fa163eff-46ee-0072-a3a4-0000000030e2 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-12-05 21:42:37.815496 | fa163eff-46ee-0072-a3a4-0000000030e2 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-12-05 21:42:37.816364 | fa163eff-46ee-0072-a3a4-0000000030e2 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:47.379080 | 0.05s 2025-12-05 21:42:37.861268 | fa163eff-46ee-0072-a3a4-000000003103 | TASK | Gather variables for each operating system 2025-12-05 21:42:37.976643 | fa163eff-46ee-0072-a3a4-000000003103 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:47.539355 | 0.11s 2025-12-05 21:42:38.000523 | fa163eff-46ee-0072-a3a4-000000003104 | TASK | Detect if resource is being created or already exists 2025-12-05 21:42:38.752058 | fa163eff-46ee-0072-a3a4-000000003104 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 21:42:38.753411 | fa163eff-46ee-0072-a3a4-000000003104 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:48.316123 | 0.75s 2025-12-05 21:42:38.784053 | fa163eff-46ee-0072-a3a4-000000003105 | TASK | Run init bundle puppet on the host for redis 2025-12-05 21:43:06.205140 | fa163eff-46ee-0072-a3a4-000000003105 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-12-05 21:43:06.207401 | fa163eff-46ee-0072-a3a4-000000003105 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:15.770108 | 27.42s 2025-12-05 21:43:06.242554 | fa163eff-46ee-0072-a3a4-000000003106 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-12-05 21:43:06.493937 | fa163eff-46ee-0072-a3a4-000000003106 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-12-05 21:43:06.495862 | fa163eff-46ee-0072-a3a4-000000003106 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:16.058563 | 0.25s 2025-12-05 21:43:06.534543 | fa163eff-46ee-0072-a3a4-000000003107 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 21:43:06.951361 | fa163eff-46ee-0072-a3a4-000000003107 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 21:43:06.952174 | fa163eff-46ee-0072-a3a4-000000003107 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:16.514894 | 0.42s 2025-12-05 21:43:06.972757 | fa163eff-46ee-0072-a3a4-000000003108 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-12-05 21:43:07.201372 | fa163eff-46ee-0072-a3a4-000000003108 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-12-05 21:43:07.203009 | fa163eff-46ee-0072-a3a4-000000003108 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:16.765719 | 0.23s 2025-12-05 21:43:07.228018 | fa163eff-46ee-0072-a3a4-00000000310a | TASK | Get container image tag from marker for bundle redis-bundle 2025-12-05 21:43:07.267923 | fa163eff-46ee-0072-a3a4-00000000310a | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-12-05 21:43:07.268792 | fa163eff-46ee-0072-a3a4-00000000310a | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:16.831511 | 0.04s 2025-12-05 21:43:07.289896 | fa163eff-46ee-0072-a3a4-00000000310b | TASK | Get container image tag from bundle redis-bundle 2025-12-05 21:43:07.317792 | fa163eff-46ee-0072-a3a4-00000000310b | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-12-05 21:43:07.318576 | fa163eff-46ee-0072-a3a4-00000000310b | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:16.881296 | 0.03s 2025-12-05 21:43:07.339427 | fa163eff-46ee-0072-a3a4-00000000310c | TASK | Compare tags between marker and bundle redis-bundle 2025-12-05 21:43:07.368892 | fa163eff-46ee-0072-a3a4-00000000310c | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-12-05 21:43:07.369713 | fa163eff-46ee-0072-a3a4-00000000310c | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:16.932433 | 0.03s 2025-12-05 21:43:07.391002 | fa163eff-46ee-0072-a3a4-00000000310d | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 21:43:07.443949 | fa163eff-46ee-0072-a3a4-00000000310d | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 21:43:07.444941 | fa163eff-46ee-0072-a3a4-00000000310d | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:17.007658 | 0.05s 2025-12-05 21:43:07.465762 | fa163eff-46ee-0072-a3a4-00000000310e | TASK | Remove update marker for bundle redis-bundle 2025-12-05 21:43:07.505324 | fa163eff-46ee-0072-a3a4-00000000310e | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-12-05 21:43:07.506917 | fa163eff-46ee-0072-a3a4-00000000310e | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:17.069627 | 0.04s 2025-12-05 21:43:07.558624 | fa163eff-46ee-0072-a3a4-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-12-05 21:43:07.777386 | fa163eff-46ee-0072-a3a4-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-12-05 21:43:07.778222 | fa163eff-46ee-0072-a3a4-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:17.340941 | 0.22s 2025-12-05 21:43:07.864412 | fa163eff-46ee-0072-a3a4-0000000000cf | TIMING | include_tasks | standalone | 0:18:17.427124 | 0.07s 2025-12-05 21:43:07.882621 | 3685e4d9-fc8e-4495-b047-20fa3ccc5bc5 | INCLUDED | /root/standalone-ansible-rrsb8bp5/common_deploy_steps_tasks.yaml | standalone 2025-12-05 21:43:07.903077 | fa163eff-46ee-0072-a3a4-0000000031a3 | TASK | Write the config_step hieradata 2025-12-05 21:43:08.344609 | fa163eff-46ee-0072-a3a4-0000000031a3 | OK | Write the config_step hieradata | standalone 2025-12-05 21:43:08.346239 | fa163eff-46ee-0072-a3a4-0000000031a3 | TIMING | Write the config_step hieradata | standalone | 0:18:17.908949 | 0.44s 2025-12-05 21:43:08.379843 | fa163eff-46ee-0072-a3a4-0000000031a4 | TASK | Run puppet host configuration for step 2 2025-12-05 21:43:08.680604 | fa163eff-46ee-0072-a3a4-0000000031a4 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-12-05 21:43:08.681529 | fa163eff-46ee-0072-a3a4-0000000031a4 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:18.244247 | 0.30s 2025-12-05 21:43:08.701960 | fa163eff-46ee-0072-a3a4-0000000031a5 | TASK | Wait for puppet host configuration to finish 2025-12-05 21:43:08.958062 | fa163eff-46ee-0072-a3a4-0000000031a5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 21:43:19.202184 | fa163eff-46ee-0072-a3a4-0000000031a5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 21:43:29.421459 | fa163eff-46ee-0072-a3a4-0000000031a5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 21:43:29.422897 | fa163eff-46ee-0072-a3a4-0000000031a5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:38.985608 | 20.72s 2025-12-05 21:43:29.452618 | fa163eff-46ee-0072-a3a4-0000000031a6 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-12-05 21:43:29.555294 | fa163eff-46ee-0072-a3a4-0000000031a6 | 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 5 21:43:08 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 21:43:15 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 21:43:15 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 21:43:15 puppet-user: (file & line not available)", "<13>Dec 5 21:43:15 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Dec 5 21:43:16 puppet-user: (file & line not available)", "<13>Dec 5 21:43:16 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 5 21:43:16 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 21:43:16 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Dec 5 21:43:21 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 21:43:25 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 21:43:26 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 21:43:26 puppet-user: Notice: Applied catalog in 10.24 seconds", "<13>Dec 5 21:43:26 puppet-user: Application:", "<13>Dec 5 21:43:26 puppet-user: Initial environment: production", "<13>Dec 5 21:43:26 puppet-user: Converged environment: production", "<13>Dec 5 21:43:26 puppet-user: Run mode: user", "<13>Dec 5 21:43:26 puppet-user: Changes:", "<13>Dec 5 21:43:26 puppet-user: Total: 2", "<13>Dec 5 21:43:26 puppet-user: Events:", "<13>Dec 5 21:43:26 puppet-user: Success: 2", "<13>Dec 5 21:43:26 puppet-user: Resources:", "<13>Dec 5 21:43:26 puppet-user: Changed: 2", "<13>Dec 5 21:43:26 puppet-user: Out of sync: 2", "<13>Dec 5 21:43:26 puppet-user: Total: 28", "<13>Dec 5 21:43:26 puppet-user: Time:", "<13>Dec 5 21:43:26 puppet-user: Filebucket: 0.00", "<13>Dec 5 21:43:26 puppet-user: Schedule: 0.00", "<13>Dec 5 21:43:26 puppet-user: Package: 0.00", "<13>Dec 5 21:43:26 puppet-user: File line: 0.00", "<13>Dec 5 21:43:26 puppet-user: File: 0.00", "<13>Dec 5 21:43:26 puppet-user: Augeas: 0.01", "<13>Dec 5 21:43:26 puppet-user: User: 0.01", "<13>Dec 5 21:43:26 puppet-user: Service: 0.10", "<13>Dec 5 21:43:26 puppet-user: Config retrieval: 0.47", "<13>Dec 5 21:43:26 puppet-user: Pcmk property: 1.53", "<13>Dec 5 21:43:26 puppet-user: Exec: 1.96", "<13>Dec 5 21:43:26 puppet-user: Transaction evaluation: 10.22", "<13>Dec 5 21:43:26 puppet-user: Catalog application: 10.24", "<13>Dec 5 21:43:26 puppet-user: Last run: 1764971006", "<13>Dec 5 21:43:26 puppet-user: Pcmk resource default: 3.16", "<13>Dec 5 21:43:26 puppet-user: Pcmk resource op default: 3.21", "<13>Dec 5 21:43:26 puppet-user: Total: 10.24", "<13>Dec 5 21:43:26 puppet-user: Version:", "<13>Dec 5 21:43:26 puppet-user: Config: 1764970995", "<13>Dec 5 21:43:26 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 21:43:29.556795 | fa163eff-46ee-0072-a3a4-0000000031a6 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:39.119503 | 0.10s 2025-12-05 21:43:29.586957 | fa163eff-46ee-0072-a3a4-0000000031a7 | TASK | Pre-cache facts for puppet containers 2025-12-05 21:43:29.615661 | fa163eff-46ee-0072-a3a4-0000000031a7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:39.178364 | 0.03s 2025-12-05 21:43:29.684319 | fa163eff-46ee-0072-a3a4-0000000031e6 | TASK | Gather variables for each operating system 2025-12-05 21:43:29.817915 | fa163eff-46ee-0072-a3a4-0000000031e6 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:39.380609 | 0.13s 2025-12-05 21:43:29.848747 | fa163eff-46ee-0072-a3a4-0000000031e7 | TASK | Create puppet caching structures 2025-12-05 21:43:30.108521 | fa163eff-46ee-0072-a3a4-0000000031e7 | CHANGED | Create puppet caching structures | standalone 2025-12-05 21:43:30.109326 | fa163eff-46ee-0072-a3a4-0000000031e7 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:39.672047 | 0.26s 2025-12-05 21:43:30.128694 | fa163eff-46ee-0072-a3a4-0000000031e8 | TASK | Check for facter.conf 2025-12-05 21:43:30.344060 | fa163eff-46ee-0072-a3a4-0000000031e8 | OK | Check for facter.conf | standalone 2025-12-05 21:43:30.345457 | fa163eff-46ee-0072-a3a4-0000000031e8 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:39.908170 | 0.22s 2025-12-05 21:43:30.375607 | fa163eff-46ee-0072-a3a4-0000000031e9 | TASK | Remove facter.conf if directory 2025-12-05 21:43:30.424997 | fa163eff-46ee-0072-a3a4-0000000031e9 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 21:43:30.426291 | fa163eff-46ee-0072-a3a4-0000000031e9 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:39.989001 | 0.05s 2025-12-05 21:43:30.455822 | fa163eff-46ee-0072-a3a4-0000000031ea | TASK | Write facter cache config 2025-12-05 21:43:30.983669 | fa163eff-46ee-0072-a3a4-0000000031ea | CHANGED | Write facter cache config | standalone 2025-12-05 21:43:30.985257 | fa163eff-46ee-0072-a3a4-0000000031ea | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:40.547967 | 0.53s 2025-12-05 21:43:31.015121 | fa163eff-46ee-0072-a3a4-0000000031eb | TASK | Cleanup facter cache if exists 2025-12-05 21:43:31.271670 | fa163eff-46ee-0072-a3a4-0000000031eb | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 21:43:31.273220 | fa163eff-46ee-0072-a3a4-0000000031eb | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:40.835931 | 0.26s 2025-12-05 21:43:31.304212 | fa163eff-46ee-0072-a3a4-0000000031ec | TASK | Pre-cache facts 2025-12-05 21:43:32.048351 | fa163eff-46ee-0072-a3a4-0000000031ec | CHANGED | Pre-cache facts | standalone 2025-12-05 21:43:32.050301 | fa163eff-46ee-0072-a3a4-0000000031ec | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:41.613010 | 0.74s 2025-12-05 21:43:32.082086 | fa163eff-46ee-0072-a3a4-0000000031ed | TASK | Failed deployment if facter fails 2025-12-05 21:43:32.117368 | fa163eff-46ee-0072-a3a4-0000000031ed | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 21:43:32.118709 | fa163eff-46ee-0072-a3a4-0000000031ed | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:41.681420 | 0.03s 2025-12-05 21:43:32.164243 | fa163eff-46ee-0072-a3a4-0000000031ee | TASK | Sync cached facts 2025-12-05 21:43:32.486684 | fa163eff-46ee-0072-a3a4-0000000031ee | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-46ee-0072-a3a4-0000000031ee') missing from stats 2025-12-05 21:43:32.542366 | fa163eff-46ee-0072-a3a4-0000000031a8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 21:43:32.591812 | fa163eff-46ee-0072-a3a4-0000000031a8 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 21:43:32.592953 | fa163eff-46ee-0072-a3a4-0000000031a8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:42.155659 | 0.05s 2025-12-05 21:43:32.624190 | fa163eff-46ee-0072-a3a4-0000000031aa | TASK | Manage containers for step 2 with tripleo-ansible 2025-12-05 21:43:32.654215 | fa163eff-46ee-0072-a3a4-0000000031aa | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:42.216915 | 0.03s 2025-12-05 21:43:32.720437 | fa163eff-46ee-0072-a3a4-000000003245 | TASK | Gather variables for each operating system 2025-12-05 21:43:32.842057 | fa163eff-46ee-0072-a3a4-000000003245 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:42.404757 | 0.12s 2025-12-05 21:43:32.871757 | fa163eff-46ee-0072-a3a4-000000003246 | TASK | Create container logs path 2025-12-05 21:43:33.120745 | fa163eff-46ee-0072-a3a4-000000003246 | OK | Create container logs path | standalone 2025-12-05 21:43:33.122232 | fa163eff-46ee-0072-a3a4-000000003246 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:42.684942 | 0.25s 2025-12-05 21:43:33.153467 | fa163eff-46ee-0072-a3a4-000000003248 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 21:43:33.429901 | fa163eff-46ee-0072-a3a4-000000003248 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-05 21:43:33.431237 | fa163eff-46ee-0072-a3a4-000000003248 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:42.993947 | 0.28s 2025-12-05 21:43:33.461381 | fa163eff-46ee-0072-a3a4-000000003249 | TASK | Finalise hashes for all containers 2025-12-05 21:43:33.537070 | fa163eff-46ee-0072-a3a4-000000003249 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:43:33.537848 | fa163eff-46ee-0072-a3a4-000000003249 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:43.100568 | 0.08s 2025-12-05 21:43:33.559798 | fa163eff-46ee-0072-a3a4-00000000324b | TASK | Manage systemd shutdown files 2025-12-05 21:43:33.597225 | fa163eff-46ee-0072-a3a4-00000000324b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:43.159940 | 0.04s 2025-12-05 21:43:33.617976 | 742a3b4b-314a-4e5a-8cfc-79637ea7e534 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 21:43:33.644691 | fa163eff-46ee-0072-a3a4-00000000327e | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 21:43:33.901998 | fa163eff-46ee-0072-a3a4-00000000327e | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 21:43:33.903019 | fa163eff-46ee-0072-a3a4-00000000327e | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:43.465734 | 0.26s 2025-12-05 21:43:33.926622 | fa163eff-46ee-0072-a3a4-00000000327f | TASK | Set podman_drop_in fact 2025-12-05 21:43:33.995674 | fa163eff-46ee-0072-a3a4-00000000327f | OK | Set podman_drop_in fact | standalone 2025-12-05 21:43:33.996613 | fa163eff-46ee-0072-a3a4-00000000327f | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:43.559328 | 0.07s 2025-12-05 21:43:34.026349 | fa163eff-46ee-0072-a3a4-000000003281 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 21:43:34.514730 | fa163eff-46ee-0072-a3a4-000000003281 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 21:43:34.517028 | fa163eff-46ee-0072-a3a4-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:44.079733 | 0.49s 2025-12-05 21:43:35.007381 | fa163eff-46ee-0072-a3a4-000000003281 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 21:43:35.008690 | fa163eff-46ee-0072-a3a4-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:44.571411 | 0.98s 2025-12-05 21:43:35.019656 | fa163eff-46ee-0072-a3a4-000000003281 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:44.582363 | 0.99s 2025-12-05 21:43:35.049851 | fa163eff-46ee-0072-a3a4-000000003282 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 21:43:35.556513 | fa163eff-46ee-0072-a3a4-000000003282 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 21:43:35.559088 | fa163eff-46ee-0072-a3a4-000000003282 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:45.121794 | 0.51s 2025-12-05 21:43:35.589969 | fa163eff-46ee-0072-a3a4-000000003283 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 21:43:36.089626 | fa163eff-46ee-0072-a3a4-000000003283 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 21:43:36.092171 | fa163eff-46ee-0072-a3a4-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:45.654879 | 0.50s 2025-12-05 21:43:36.122870 | fa163eff-46ee-0072-a3a4-000000003284 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 21:43:36.827754 | fa163eff-46ee-0072-a3a4-000000003284 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 21:43:36.830338 | fa163eff-46ee-0072-a3a4-000000003284 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:46.393049 | 0.70s 2025-12-05 21:43:36.860241 | fa163eff-46ee-0072-a3a4-000000003285 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 21:43:37.412251 | fa163eff-46ee-0072-a3a4-000000003285 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 21:43:37.414415 | fa163eff-46ee-0072-a3a4-000000003285 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:46.977118 | 0.55s 2025-12-05 21:43:37.450712 | fa163eff-46ee-0072-a3a4-000000003286 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 21:43:37.942434 | fa163eff-46ee-0072-a3a4-000000003286 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 21:43:37.943877 | fa163eff-46ee-0072-a3a4-000000003286 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:47.506589 | 0.49s 2025-12-05 21:43:37.973471 | fa163eff-46ee-0072-a3a4-000000003287 | TASK | Enable and start netns-placeholder 2025-12-05 21:43:38.730667 | fa163eff-46ee-0072-a3a4-000000003287 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 21:43:38.733015 | fa163eff-46ee-0072-a3a4-000000003287 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:48.295722 | 0.76s 2025-12-05 21:43:38.763574 | fa163eff-46ee-0072-a3a4-00000000324d | TASK | Update container configs with new config hashes 2025-12-05 21:43:38.824602 | fa163eff-46ee-0072-a3a4-00000000324d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:48.387309 | 0.06s 2025-12-05 21:43:38.844468 | 1fed61ab-d1d0-4994-956c-7a1a8c61c83b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 21:43:38.878398 | fa163eff-46ee-0072-a3a4-0000000032af | TASK | Update config hashes for container startup configs 2025-12-05 21:43:39.207107 | fa163eff-46ee-0072-a3a4-0000000032af | OK | Update config hashes for container startup configs | standalone 2025-12-05 21:43:39.208445 | fa163eff-46ee-0072-a3a4-0000000032af | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:48.771156 | 0.33s 2025-12-05 21:43:39.240557 | fa163eff-46ee-0072-a3a4-00000000324e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 21:43:39.301936 | fa163eff-46ee-0072-a3a4-00000000324e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:48.864643 | 0.06s 2025-12-05 21:43:39.325544 | 2dd762bc-08eb-4616-92df-5cab85dd55d4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:43:39.362266 | fa163eff-46ee-0072-a3a4-0000000032ce | TASK | Gather podman infos 2025-12-05 21:43:40.370024 | fa163eff-46ee-0072-a3a4-0000000032ce | OK | Gather podman infos | standalone 2025-12-05 21:43:40.371031 | fa163eff-46ee-0072-a3a4-0000000032ce | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:49.933746 | 1.01s 2025-12-05 21:43:40.449704 | fa163eff-46ee-0072-a3a4-0000000032cf | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 21:43:40.515136 | fa163eff-46ee-0072-a3a4-0000000032cf | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:50.077840 | 0.06s 2025-12-05 21:43:40.652097 | fa163eff-46ee-0072-a3a4-000000003318 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:50.214797 | 0.07s 2025-12-05 21:43:40.710181 | fa163eff-46ee-0072-a3a4-00000000324f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 21:43:40.764610 | fa163eff-46ee-0072-a3a4-00000000324f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:50.327316 | 0.05s 2025-12-05 21:43:40.786989 | 2a2c59c0-519f-432f-a3ba-eafb6d31e705 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:43:40.824811 | fa163eff-46ee-0072-a3a4-00000000333e | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 21:44:01.637034 | fa163eff-46ee-0072-a3a4-00000000333e | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-05 21:44:01.638595 | fa163eff-46ee-0072-a3a4-00000000333e | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:11.201304 | 20.81s 2025-12-05 21:44:01.670865 | fa163eff-46ee-0072-a3a4-00000000333f | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-12-05 21:44:04.318834 | fa163eff-46ee-0072-a3a4-00000000333f | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-12-05 21:44:04.320224 | fa163eff-46ee-0072-a3a4-00000000333f | 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:13.882935 | 2.65s 2025-12-05 21:44:04.393279 | fa163eff-46ee-0072-a3a4-0000000031ac | TASK | Clean container_puppet_tasks for standalone step 2 2025-12-05 21:44:04.601312 | fa163eff-46ee-0072-a3a4-0000000031ac | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-12-05 21:44:04.602834 | fa163eff-46ee-0072-a3a4-0000000031ac | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:14.165545 | 0.21s 2025-12-05 21:44:04.650464 | fa163eff-46ee-0072-a3a4-0000000031ad | TASK | Calculate container_puppet_tasks for standalone step 2 2025-12-05 21:44:04.700992 | fa163eff-46ee-0072-a3a4-0000000031ad | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:14.263683 | 0.05s 2025-12-05 21:44:04.732602 | fa163eff-46ee-0072-a3a4-0000000031ae | TASK | Include container-puppet tasks for step 2 2025-12-05 21:44:04.787986 | fa163eff-46ee-0072-a3a4-0000000031ae | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:14.350687 | 0.05s 2025-12-05 21:44:04.813251 | d9f9afac-3961-4608-9e09-b7677aabdc89 | INCLUDED | /root/standalone-ansible-rrsb8bp5/host-container-puppet-tasks.yaml | standalone 2025-12-05 21:44:04.851385 | fa163eff-46ee-0072-a3a4-00000000338a | TASK | Write container-puppet-tasks json file for standalone step 2 2025-12-05 21:44:05.317230 | fa163eff-46ee-0072-a3a4-00000000338a | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-12-05 21:44:05.318527 | fa163eff-46ee-0072-a3a4-00000000338a | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:14.881235 | 0.47s 2025-12-05 21:44:05.348879 | fa163eff-46ee-0072-a3a4-00000000338c | TASK | Generate container puppet configs for step 2 2025-12-05 21:44:05.600403 | fa163eff-46ee-0072-a3a4-00000000338c | OK | Generate container puppet configs for step 2 | standalone 2025-12-05 21:44:05.601706 | fa163eff-46ee-0072-a3a4-00000000338c | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:15.164418 | 0.25s 2025-12-05 21:44:05.631821 | fa163eff-46ee-0072-a3a4-00000000338d | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-12-05 21:44:05.666652 | fa163eff-46ee-0072-a3a4-00000000338d | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:15.229356 | 0.03s 2025-12-05 21:44:05.754011 | fa163eff-46ee-0072-a3a4-0000000033bc | TASK | Gather variables for each operating system 2025-12-05 21:44:05.870194 | fa163eff-46ee-0072-a3a4-0000000033bc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:15.432885 | 0.11s 2025-12-05 21:44:05.901003 | fa163eff-46ee-0072-a3a4-0000000033bd | TASK | Create container logs path 2025-12-05 21:44:06.123269 | fa163eff-46ee-0072-a3a4-0000000033bd | OK | Create container logs path | standalone 2025-12-05 21:44:06.124715 | fa163eff-46ee-0072-a3a4-0000000033bd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:15.687426 | 0.22s 2025-12-05 21:44:06.156637 | fa163eff-46ee-0072-a3a4-0000000033bf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-05 21:44:06.417902 | fa163eff-46ee-0072-a3a4-0000000033bf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-05 21:44:06.418776 | fa163eff-46ee-0072-a3a4-0000000033bf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:15.981494 | 0.26s 2025-12-05 21:44:06.441131 | fa163eff-46ee-0072-a3a4-0000000033c0 | TASK | Finalise hashes for all containers 2025-12-05 21:44:06.489801 | fa163eff-46ee-0072-a3a4-0000000033c0 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:44:06.490982 | fa163eff-46ee-0072-a3a4-0000000033c0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:16.053694 | 0.05s 2025-12-05 21:44:06.520446 | fa163eff-46ee-0072-a3a4-0000000033c2 | TASK | Manage systemd shutdown files 2025-12-05 21:44:06.553910 | fa163eff-46ee-0072-a3a4-0000000033c2 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:44:06.554968 | fa163eff-46ee-0072-a3a4-0000000033c2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:16.117680 | 0.03s 2025-12-05 21:44:06.584210 | fa163eff-46ee-0072-a3a4-0000000033c4 | TASK | Update container configs with new config hashes 2025-12-05 21:44:06.634863 | fa163eff-46ee-0072-a3a4-0000000033c4 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:44:06.636104 | fa163eff-46ee-0072-a3a4-0000000033c4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:16.198816 | 0.05s 2025-12-05 21:44:06.669799 | fa163eff-46ee-0072-a3a4-0000000033c5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-05 21:44:06.719875 | fa163eff-46ee-0072-a3a4-0000000033c5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-05 21:44:06.720434 | fa163eff-46ee-0072-a3a4-0000000033c5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:16.283155 | 0.05s 2025-12-05 21:44:06.740819 | fa163eff-46ee-0072-a3a4-0000000033c6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-12-05 21:44:06.777034 | fa163eff-46ee-0072-a3a4-0000000033c6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-12-05 21:44:06.777911 | fa163eff-46ee-0072-a3a4-0000000033c6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:16.340627 | 0.04s PLAY [External deployment step 3] ********************************************** 2025-12-05 21:44:06.905457 | fa163eff-46ee-0072-a3a4-0000000000d2 | TASK | External deployment step 3 2025-12-05 21:44:06.946934 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000d2') missing from stats 2025-12-05 21:44:06.998780 | fa163eff-46ee-0072-a3a4-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:16.561493 | 0.04s 2025-12-05 21:44:07.001869 | 918099fc-f7a2-451c-a043-6b2552a6c4e1 | INCLUDED | /root/standalone-ansible-rrsb8bp5/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-12-05 21:44:07.095460 | fa163eff-46ee-0072-a3a4-0000000000d6 | TASK | Deploy step tasks for 3 2025-12-05 21:44:07.122742 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000d6') missing from stats 2025-12-05 21:44:07.141264 | fa163eff-46ee-0072-a3a4-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-12-05 21:44:07.658829 | fa163eff-46ee-0072-a3a4-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-12-05 21:44:07.660156 | fa163eff-46ee-0072-a3a4-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:17.222868 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 21:44:07.732033 | fa163eff-46ee-0072-a3a4-0000000000d8 | TIMING | include_tasks | standalone | 0:19:17.294734 | 0.04s 2025-12-05 21:44:07.758646 | c93643b7-fefd-414f-9068-9ef7de472281 | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-12-05 21:44:07.788718 | fa163eff-46ee-0072-a3a4-00000000342a | TASK | Start OVN container 2025-12-05 21:44:07.868424 | fa163eff-46ee-0072-a3a4-00000000342a | TIMING | Start OVN container | standalone | 0:19:17.431115 | 0.08s 2025-12-05 21:44:07.898313 | fa163eff-46ee-0072-a3a4-00000000342a | TIMING | Start OVN container | standalone | 0:19:17.461028 | 0.11s 2025-12-05 21:44:07.923731 | fa163eff-46ee-0072-a3a4-00000000342a | TIMING | Start OVN container | standalone | 0:19:17.486441 | 0.13s 2025-12-05 21:44:07.935575 | fa163eff-46ee-0072-a3a4-00000000342a | TIMING | Start OVN container | standalone | 0:19:17.498279 | 0.15s 2025-12-05 21:44:08.064776 | fa163eff-46ee-0072-a3a4-000000003462 | TASK | Gather variables for each operating system 2025-12-05 21:44:08.179953 | fa163eff-46ee-0072-a3a4-000000003462 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:17.742645 | 0.11s 2025-12-05 21:44:08.210324 | fa163eff-46ee-0072-a3a4-000000003463 | TASK | Create container logs path 2025-12-05 21:44:08.497942 | fa163eff-46ee-0072-a3a4-000000003463 | OK | Create container logs path | standalone 2025-12-05 21:44:08.499329 | fa163eff-46ee-0072-a3a4-000000003463 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:18.062039 | 0.29s 2025-12-05 21:44:08.531468 | fa163eff-46ee-0072-a3a4-000000003465 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:08.849961 | fa163eff-46ee-0072-a3a4-000000003465 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:08.850731 | fa163eff-46ee-0072-a3a4-000000003465 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:18.413451 | 0.32s 2025-12-05 21:44:08.869678 | fa163eff-46ee-0072-a3a4-000000003466 | TASK | Finalise hashes for all containers 2025-12-05 21:44:08.972413 | fa163eff-46ee-0072-a3a4-000000003466 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:44:08.973743 | fa163eff-46ee-0072-a3a4-000000003466 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:18.536453 | 0.10s 2025-12-05 21:44:09.003195 | fa163eff-46ee-0072-a3a4-000000003468 | TASK | Manage systemd shutdown files 2025-12-05 21:44:09.059038 | fa163eff-46ee-0072-a3a4-000000003468 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:44:09.060393 | fa163eff-46ee-0072-a3a4-000000003468 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:18.623075 | 0.06s 2025-12-05 21:44:09.090735 | fa163eff-46ee-0072-a3a4-00000000346a | TASK | Update container configs with new config hashes 2025-12-05 21:44:09.154739 | fa163eff-46ee-0072-a3a4-00000000346a | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:44:09.156012 | fa163eff-46ee-0072-a3a4-00000000346a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:18.718722 | 0.06s 2025-12-05 21:44:09.187210 | fa163eff-46ee-0072-a3a4-00000000346b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:09.258775 | fa163eff-46ee-0072-a3a4-00000000346b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:18.821481 | 0.07s 2025-12-05 21:44:09.281929 | 6201173a-8bb9-4cc1-b8f5-7e883c530308 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:44:09.316304 | fa163eff-46ee-0072-a3a4-0000000034f7 | TASK | Gather podman infos 2025-12-05 21:44:10.527382 | fa163eff-46ee-0072-a3a4-0000000034f7 | OK | Gather podman infos | standalone 2025-12-05 21:44:10.528659 | fa163eff-46ee-0072-a3a4-0000000034f7 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:20.091371 | 1.21s 2025-12-05 21:44:10.617422 | fa163eff-46ee-0072-a3a4-0000000034f8 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:10.707683 | fa163eff-46ee-0072-a3a4-0000000034f8 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:20.270382 | 0.09s 2025-12-05 21:44:10.859804 | fa163eff-46ee-0072-a3a4-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:20.422485 | 0.08s 2025-12-05 21:44:10.918664 | fa163eff-46ee-0072-a3a4-00000000346c | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:10.992455 | fa163eff-46ee-0072-a3a4-00000000346c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:20.555156 | 0.07s 2025-12-05 21:44:11.014869 | 6c638cad-2b14-47d0-86e7-76ecc8ebbd8d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:44:11.055141 | fa163eff-46ee-0072-a3a4-000000003562 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:11.938395 | fa163eff-46ee-0072-a3a4-000000003562 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:11.939601 | fa163eff-46ee-0072-a3a4-000000003562 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:21.502317 | 0.88s 2025-12-05 21:44:11.960643 | fa163eff-46ee-0072-a3a4-000000003563 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:14.649443 | fa163eff-46ee-0072-a3a4-000000003563 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:14.650996 | fa163eff-46ee-0072-a3a4-000000003563 | 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:24.213707 | 2.69s 2025-12-05 21:44:14.705823 | fa163eff-46ee-0072-a3a4-00000000348d | TASK | Gather variables for each operating system 2025-12-05 21:44:14.832031 | fa163eff-46ee-0072-a3a4-00000000348d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:24.394734 | 0.12s 2025-12-05 21:44:14.861630 | fa163eff-46ee-0072-a3a4-00000000348e | TASK | Create container logs path 2025-12-05 21:44:15.108343 | fa163eff-46ee-0072-a3a4-00000000348e | OK | Create container logs path | standalone 2025-12-05 21:44:15.109589 | fa163eff-46ee-0072-a3a4-00000000348e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:24.672301 | 0.25s 2025-12-05 21:44:15.140102 | fa163eff-46ee-0072-a3a4-000000003490 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:15.461446 | fa163eff-46ee-0072-a3a4-000000003490 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:15.464606 | fa163eff-46ee-0072-a3a4-000000003490 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:25.027201 | 0.32s 2025-12-05 21:44:15.489769 | fa163eff-46ee-0072-a3a4-000000003491 | TASK | Finalise hashes for all containers 2025-12-05 21:44:15.587701 | fa163eff-46ee-0072-a3a4-000000003491 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:44:15.588819 | fa163eff-46ee-0072-a3a4-000000003491 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:25.151530 | 0.10s 2025-12-05 21:44:15.618141 | fa163eff-46ee-0072-a3a4-000000003493 | TASK | Manage systemd shutdown files 2025-12-05 21:44:15.669753 | fa163eff-46ee-0072-a3a4-000000003493 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:44:15.670866 | fa163eff-46ee-0072-a3a4-000000003493 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:25.233577 | 0.05s 2025-12-05 21:44:15.700261 | fa163eff-46ee-0072-a3a4-000000003495 | TASK | Update container configs with new config hashes 2025-12-05 21:44:15.773533 | fa163eff-46ee-0072-a3a4-000000003495 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:44:15.775227 | fa163eff-46ee-0072-a3a4-000000003495 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:25.337938 | 0.07s 2025-12-05 21:44:15.807375 | fa163eff-46ee-0072-a3a4-000000003496 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:15.881180 | fa163eff-46ee-0072-a3a4-000000003496 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:25.443882 | 0.07s 2025-12-05 21:44:15.906252 | ee2f8517-6112-45c3-8e8a-b49650fa5358 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:44:15.936815 | fa163eff-46ee-0072-a3a4-0000000035ae | TASK | Gather podman infos 2025-12-05 21:44:17.160958 | fa163eff-46ee-0072-a3a4-0000000035ae | OK | Gather podman infos | standalone 2025-12-05 21:44:17.162051 | fa163eff-46ee-0072-a3a4-0000000035ae | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:26.724763 | 1.22s 2025-12-05 21:44:17.248918 | fa163eff-46ee-0072-a3a4-0000000035af | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:17.343535 | fa163eff-46ee-0072-a3a4-0000000035af | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:26.906202 | 0.09s 2025-12-05 21:44:17.509737 | fa163eff-46ee-0072-a3a4-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:27.072428 | 0.10s 2025-12-05 21:44:17.569640 | fa163eff-46ee-0072-a3a4-000000003497 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:17.642534 | fa163eff-46ee-0072-a3a4-000000003497 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:27.205244 | 0.07s 2025-12-05 21:44:17.659203 | 70994601-d3a2-48ea-8478-d410ea28aa2f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:44:17.745675 | fa163eff-46ee-0072-a3a4-000000003614 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:18.665106 | fa163eff-46ee-0072-a3a4-000000003614 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:18.666271 | fa163eff-46ee-0072-a3a4-000000003614 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:28.228989 | 0.92s 2025-12-05 21:44:18.687995 | fa163eff-46ee-0072-a3a4-000000003615 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:21.472084 | fa163eff-46ee-0072-a3a4-000000003615 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:21.474820 | fa163eff-46ee-0072-a3a4-000000003615 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.037518 | 2.79s 2025-12-05 21:44:21.530884 | fa163eff-46ee-0072-a3a4-0000000034b8 | TASK | Gather variables for each operating system 2025-12-05 21:44:21.656113 | fa163eff-46ee-0072-a3a4-0000000034b8 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:31.218815 | 0.12s 2025-12-05 21:44:21.687369 | fa163eff-46ee-0072-a3a4-0000000034b9 | TASK | Create container logs path 2025-12-05 21:44:21.945626 | fa163eff-46ee-0072-a3a4-0000000034b9 | OK | Create container logs path | standalone 2025-12-05 21:44:21.947052 | fa163eff-46ee-0072-a3a4-0000000034b9 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:31.509763 | 0.26s 2025-12-05 21:44:21.978013 | fa163eff-46ee-0072-a3a4-0000000034bb | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:22.302392 | fa163eff-46ee-0072-a3a4-0000000034bb | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:22.303379 | fa163eff-46ee-0072-a3a4-0000000034bb | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.866096 | 0.32s 2025-12-05 21:44:22.325876 | fa163eff-46ee-0072-a3a4-0000000034bc | TASK | Finalise hashes for all containers 2025-12-05 21:44:22.426109 | fa163eff-46ee-0072-a3a4-0000000034bc | OK | Finalise hashes for all containers | standalone 2025-12-05 21:44:22.426861 | fa163eff-46ee-0072-a3a4-0000000034bc | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:31.989579 | 0.10s 2025-12-05 21:44:22.449083 | fa163eff-46ee-0072-a3a4-0000000034be | TASK | Manage systemd shutdown files 2025-12-05 21:44:22.497200 | fa163eff-46ee-0072-a3a4-0000000034be | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:44:22.497975 | fa163eff-46ee-0072-a3a4-0000000034be | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:32.060692 | 0.05s 2025-12-05 21:44:22.520020 | fa163eff-46ee-0072-a3a4-0000000034c0 | TASK | Update container configs with new config hashes 2025-12-05 21:44:22.579373 | fa163eff-46ee-0072-a3a4-0000000034c0 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:44:22.580183 | fa163eff-46ee-0072-a3a4-0000000034c0 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:32.142901 | 0.06s 2025-12-05 21:44:22.603627 | fa163eff-46ee-0072-a3a4-0000000034c1 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:22.663961 | fa163eff-46ee-0072-a3a4-0000000034c1 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:32.226673 | 0.06s 2025-12-05 21:44:22.679482 | ee08d709-abb5-4ab6-af52-a232a322eed6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:44:22.705242 | fa163eff-46ee-0072-a3a4-000000003660 | TASK | Gather podman infos 2025-12-05 21:44:23.868345 | fa163eff-46ee-0072-a3a4-000000003660 | OK | Gather podman infos | standalone 2025-12-05 21:44:23.869976 | fa163eff-46ee-0072-a3a4-000000003660 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:33.432688 | 1.16s 2025-12-05 21:44:23.962624 | fa163eff-46ee-0072-a3a4-000000003661 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:24.055775 | fa163eff-46ee-0072-a3a4-000000003661 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:33.618473 | 0.09s 2025-12-05 21:44:24.206650 | fa163eff-46ee-0072-a3a4-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:33.769342 | 0.09s 2025-12-05 21:44:24.265256 | fa163eff-46ee-0072-a3a4-0000000034c2 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:24.340139 | fa163eff-46ee-0072-a3a4-0000000034c2 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:33.902836 | 0.07s 2025-12-05 21:44:24.363436 | 39515d2e-22e2-4acd-89ee-a9d44e5db32f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:44:24.404559 | fa163eff-46ee-0072-a3a4-0000000036c6 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:25.473384 | fa163eff-46ee-0072-a3a4-0000000036c6 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:25.474974 | fa163eff-46ee-0072-a3a4-0000000036c6 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:35.037688 | 1.07s 2025-12-05 21:44:25.574176 | fa163eff-46ee-0072-a3a4-0000000036c7 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-12-05 21:44:28.339587 | fa163eff-46ee-0072-a3a4-0000000036c7 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-12-05 21:44:28.341281 | fa163eff-46ee-0072-a3a4-0000000036c7 | 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:37.903991 | 2.77s 2025-12-05 21:44:28.395451 | fa163eff-46ee-0072-a3a4-00000000342c | TASK | Set NB connection 2025-12-05 21:44:28.896983 | fa163eff-46ee-0072-a3a4-00000000342c | CHANGED | Set NB connection | standalone 2025-12-05 21:44:28.898476 | fa163eff-46ee-0072-a3a4-00000000342c | TIMING | Set NB connection | standalone | 0:19:38.461186 | 0.50s 2025-12-05 21:44:28.926453 | fa163eff-46ee-0072-a3a4-00000000342d | TASK | Set SB connection 2025-12-05 21:44:29.367818 | fa163eff-46ee-0072-a3a4-00000000342d | CHANGED | Set SB connection | standalone 2025-12-05 21:44:29.369306 | fa163eff-46ee-0072-a3a4-00000000342d | TIMING | Set SB connection | standalone | 0:19:38.932016 | 0.44s 2025-12-05 21:44:29.397691 | fa163eff-46ee-0072-a3a4-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-12-05 21:44:29.633186 | fa163eff-46ee-0072-a3a4-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-12-05 21:44:29.634724 | fa163eff-46ee-0072-a3a4-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:39.197436 | 0.24s 2025-12-05 21:44:29.729387 | fa163eff-46ee-0072-a3a4-0000000000db | TIMING | include_tasks | standalone | 0:19:39.292081 | 0.06s 2025-12-05 21:44:29.767281 | b6214a23-c54e-45b9-9a5f-502fa3a8a07c | INCLUDED | /root/standalone-ansible-rrsb8bp5/common_deploy_steps_tasks.yaml | standalone 2025-12-05 21:44:29.792359 | fa163eff-46ee-0072-a3a4-00000000370c | TASK | Write the config_step hieradata 2025-12-05 21:44:30.253159 | fa163eff-46ee-0072-a3a4-00000000370c | OK | Write the config_step hieradata | standalone 2025-12-05 21:44:30.254603 | fa163eff-46ee-0072-a3a4-00000000370c | TIMING | Write the config_step hieradata | standalone | 0:19:39.817313 | 0.46s 2025-12-05 21:44:30.284298 | fa163eff-46ee-0072-a3a4-00000000370d | TASK | Run puppet host configuration for step 3 2025-12-05 21:44:30.609337 | fa163eff-46ee-0072-a3a4-00000000370d | CHANGED | Run puppet host configuration for step 3 | standalone 2025-12-05 21:44:30.610797 | fa163eff-46ee-0072-a3a4-00000000370d | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:40.173508 | 0.32s 2025-12-05 21:44:30.643083 | fa163eff-46ee-0072-a3a4-00000000370e | TASK | Wait for puppet host configuration to finish 2025-12-05 21:44:30.900933 | fa163eff-46ee-0072-a3a4-00000000370e | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 21:44:41.124574 | fa163eff-46ee-0072-a3a4-00000000370e | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 21:44:51.361313 | fa163eff-46ee-0072-a3a4-00000000370e | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 21:44:51.362640 | fa163eff-46ee-0072-a3a4-00000000370e | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:00.925351 | 20.72s 2025-12-05 21:44:51.398846 | fa163eff-46ee-0072-a3a4-00000000370f | TASK | Debug output for task: Run puppet host configuration for step 3 2025-12-05 21:44:51.484998 | fa163eff-46ee-0072-a3a4-00000000370f | 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 5 21:44:30 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 21:44:37 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 21:44:37 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 21:44:37 puppet-user: (file & line not available)", "<13>Dec 5 21:44:37 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 5 21:44:37 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 5 21:44:37 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 21:44:37 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.44 seconds", "<13>Dec 5 21:44:41 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 21:44:43 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 21:44:45 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 21:44:45 puppet-user: Notice: Applied catalog in 7.73 seconds", "<13>Dec 5 21:44:45 puppet-user: Application:", "<13>Dec 5 21:44:45 puppet-user: Initial environment: production", "<13>Dec 5 21:44:45 puppet-user: Converged environment: production", "<13>Dec 5 21:44:45 puppet-user: Run mode: user", "<13>Dec 5 21:44:45 puppet-user: Changes:", "<13>Dec 5 21:44:45 puppet-user: Total: 2", "<13>Dec 5 21:44:45 puppet-user: Events:", "<13>Dec 5 21:44:45 puppet-user: Success: 2", "<13>Dec 5 21:44:45 puppet-user: Resources:", "<13>Dec 5 21:44:45 puppet-user: Changed: 2", "<13>Dec 5 21:44:45 puppet-user: Out of sync: 2", "<13>Dec 5 21:44:45 puppet-user: Total: 28", "<13>Dec 5 21:44:45 puppet-user: Time:", "<13>Dec 5 21:44:45 puppet-user: Filebucket: 0.00", "<13>Dec 5 21:44:45 puppet-user: Schedule: 0.00", "<13>Dec 5 21:44:45 puppet-user: File line: 0.00", "<13>Dec 5 21:44:45 puppet-user: Package: 0.00", "<13>Dec 5 21:44:45 puppet-user: File: 0.00", "<13>Dec 5 21:44:45 puppet-user: Augeas: 0.01", "<13>Dec 5 21:44:45 puppet-user: Service: 0.08", "<13>Dec 5 21:44:45 puppet-user: User: 0.11", "<13>Dec 5 21:44:45 puppet-user: Config retrieval: 0.49", "<13>Dec 5 21:44:45 puppet-user: Pcmk property: 1.42", "<13>Dec 5 21:44:45 puppet-user: Exec: 1.92", "<13>Dec 5 21:44:45 puppet-user: Pcmk resource op default: 1.96", "<13>Dec 5 21:44:45 puppet-user: Last run: 1764971085", "<13>Dec 5 21:44:45 puppet-user: Pcmk resource default: 2.01", "<13>Dec 5 21:44:45 puppet-user: Transaction evaluation: 7.71", "<13>Dec 5 21:44:45 puppet-user: Catalog application: 7.73", "<13>Dec 5 21:44:45 puppet-user: Total: 7.74", "<13>Dec 5 21:44:45 puppet-user: Version:", "<13>Dec 5 21:44:45 puppet-user: Config: 1764971077", "<13>Dec 5 21:44:45 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 21:44:51.487116 | fa163eff-46ee-0072-a3a4-00000000370f | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:01.049818 | 0.09s 2025-12-05 21:44:51.516414 | fa163eff-46ee-0072-a3a4-000000003710 | TASK | Pre-cache facts for puppet containers 2025-12-05 21:44:51.547109 | fa163eff-46ee-0072-a3a4-000000003710 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:01.109806 | 0.03s 2025-12-05 21:44:51.611734 | fa163eff-46ee-0072-a3a4-00000000374f | TASK | Gather variables for each operating system 2025-12-05 21:44:51.724899 | fa163eff-46ee-0072-a3a4-00000000374f | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:01.287593 | 0.11s 2025-12-05 21:44:51.755454 | fa163eff-46ee-0072-a3a4-000000003750 | TASK | Create puppet caching structures 2025-12-05 21:44:52.027609 | fa163eff-46ee-0072-a3a4-000000003750 | CHANGED | Create puppet caching structures | standalone 2025-12-05 21:44:52.030320 | fa163eff-46ee-0072-a3a4-000000003750 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:01.593028 | 0.27s 2025-12-05 21:44:52.060455 | fa163eff-46ee-0072-a3a4-000000003751 | TASK | Check for facter.conf 2025-12-05 21:44:52.319909 | fa163eff-46ee-0072-a3a4-000000003751 | OK | Check for facter.conf | standalone 2025-12-05 21:44:52.322808 | fa163eff-46ee-0072-a3a4-000000003751 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:01.885515 | 0.26s 2025-12-05 21:44:52.343026 | fa163eff-46ee-0072-a3a4-000000003752 | TASK | Remove facter.conf if directory 2025-12-05 21:44:52.390759 | fa163eff-46ee-0072-a3a4-000000003752 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 21:44:52.391681 | fa163eff-46ee-0072-a3a4-000000003752 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:01.954392 | 0.05s 2025-12-05 21:44:52.420872 | fa163eff-46ee-0072-a3a4-000000003753 | TASK | Write facter cache config 2025-12-05 21:44:52.932035 | fa163eff-46ee-0072-a3a4-000000003753 | CHANGED | Write facter cache config | standalone 2025-12-05 21:44:52.934685 | fa163eff-46ee-0072-a3a4-000000003753 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:02.497392 | 0.51s 2025-12-05 21:44:52.964274 | fa163eff-46ee-0072-a3a4-000000003754 | TASK | Cleanup facter cache if exists 2025-12-05 21:44:53.208542 | fa163eff-46ee-0072-a3a4-000000003754 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 21:44:53.211241 | fa163eff-46ee-0072-a3a4-000000003754 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:02.773948 | 0.24s 2025-12-05 21:44:53.242809 | fa163eff-46ee-0072-a3a4-000000003755 | TASK | Pre-cache facts 2025-12-05 21:44:53.810115 | fa163eff-46ee-0072-a3a4-000000003755 | CHANGED | Pre-cache facts | standalone 2025-12-05 21:44:53.812591 | fa163eff-46ee-0072-a3a4-000000003755 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:03.375298 | 0.57s 2025-12-05 21:44:53.845986 | fa163eff-46ee-0072-a3a4-000000003756 | TASK | Failed deployment if facter fails 2025-12-05 21:44:53.882750 | fa163eff-46ee-0072-a3a4-000000003756 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 21:44:53.884189 | fa163eff-46ee-0072-a3a4-000000003756 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:03.446898 | 0.03s 2025-12-05 21:44:53.929691 | fa163eff-46ee-0072-a3a4-000000003757 | TASK | Sync cached facts 2025-12-05 21:44:54.254756 | fa163eff-46ee-0072-a3a4-000000003757 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-46ee-0072-a3a4-000000003757') missing from stats 2025-12-05 21:44:54.309568 | fa163eff-46ee-0072-a3a4-000000003711 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 21:44:54.360082 | fa163eff-46ee-0072-a3a4-000000003711 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 21:44:54.361124 | fa163eff-46ee-0072-a3a4-000000003711 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:03.923833 | 0.05s 2025-12-05 21:44:54.392085 | fa163eff-46ee-0072-a3a4-000000003713 | TASK | Manage containers for step 3 with tripleo-ansible 2025-12-05 21:44:54.421013 | fa163eff-46ee-0072-a3a4-000000003713 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:03.983720 | 0.03s 2025-12-05 21:44:54.481903 | fa163eff-46ee-0072-a3a4-0000000037ae | TASK | Gather variables for each operating system 2025-12-05 21:44:54.604803 | fa163eff-46ee-0072-a3a4-0000000037ae | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:04.167507 | 0.12s 2025-12-05 21:44:54.633586 | fa163eff-46ee-0072-a3a4-0000000037af | TASK | Create container logs path 2025-12-05 21:44:54.890902 | fa163eff-46ee-0072-a3a4-0000000037af | OK | Create container logs path | standalone 2025-12-05 21:44:54.892388 | fa163eff-46ee-0072-a3a4-0000000037af | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:04.455097 | 0.26s 2025-12-05 21:44:54.924502 | fa163eff-46ee-0072-a3a4-0000000037b1 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 21:44:55.203316 | fa163eff-46ee-0072-a3a4-0000000037b1 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-05 21:44:55.204821 | fa163eff-46ee-0072-a3a4-0000000037b1 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:04.767530 | 0.28s 2025-12-05 21:44:55.238571 | fa163eff-46ee-0072-a3a4-0000000037b2 | TASK | Finalise hashes for all containers 2025-12-05 21:44:55.326634 | fa163eff-46ee-0072-a3a4-0000000037b2 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:44:55.327994 | fa163eff-46ee-0072-a3a4-0000000037b2 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:04.890705 | 0.09s 2025-12-05 21:44:55.359449 | fa163eff-46ee-0072-a3a4-0000000037b4 | TASK | Manage systemd shutdown files 2025-12-05 21:44:55.394673 | fa163eff-46ee-0072-a3a4-0000000037b4 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:04.957372 | 0.03s 2025-12-05 21:44:55.429189 | 5f76d784-395a-4c25-aed5-890eeaac42f6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 21:44:55.467687 | fa163eff-46ee-0072-a3a4-0000000037e7 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 21:44:55.728344 | fa163eff-46ee-0072-a3a4-0000000037e7 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 21:44:55.729776 | fa163eff-46ee-0072-a3a4-0000000037e7 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:05.292487 | 0.26s 2025-12-05 21:44:55.758554 | fa163eff-46ee-0072-a3a4-0000000037e8 | TASK | Set podman_drop_in fact 2025-12-05 21:44:55.809790 | fa163eff-46ee-0072-a3a4-0000000037e8 | OK | Set podman_drop_in fact | standalone 2025-12-05 21:44:55.810872 | fa163eff-46ee-0072-a3a4-0000000037e8 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:05.373585 | 0.05s 2025-12-05 21:44:55.839437 | fa163eff-46ee-0072-a3a4-0000000037ea | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 21:44:56.345528 | fa163eff-46ee-0072-a3a4-0000000037ea | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 21:44:56.347213 | fa163eff-46ee-0072-a3a4-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:05.909916 | 0.51s 2025-12-05 21:44:56.880326 | fa163eff-46ee-0072-a3a4-0000000037ea | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 21:44:56.881406 | fa163eff-46ee-0072-a3a4-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:06.444120 | 1.04s 2025-12-05 21:44:56.888175 | fa163eff-46ee-0072-a3a4-0000000037ea | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:06.450881 | 1.05s 2025-12-05 21:44:56.919331 | fa163eff-46ee-0072-a3a4-0000000037eb | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 21:44:57.476525 | fa163eff-46ee-0072-a3a4-0000000037eb | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 21:44:57.478001 | fa163eff-46ee-0072-a3a4-0000000037eb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:07.040710 | 0.56s 2025-12-05 21:44:57.506456 | fa163eff-46ee-0072-a3a4-0000000037ec | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 21:44:58.014106 | fa163eff-46ee-0072-a3a4-0000000037ec | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 21:44:58.015518 | fa163eff-46ee-0072-a3a4-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:07.578202 | 0.51s 2025-12-05 21:44:58.044553 | fa163eff-46ee-0072-a3a4-0000000037ed | TASK | Enable and start tripleo-container-shutdown 2025-12-05 21:44:58.717358 | fa163eff-46ee-0072-a3a4-0000000037ed | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 21:44:58.719233 | fa163eff-46ee-0072-a3a4-0000000037ed | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:08.281944 | 0.67s 2025-12-05 21:44:58.748587 | fa163eff-46ee-0072-a3a4-0000000037ee | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 21:44:59.278938 | fa163eff-46ee-0072-a3a4-0000000037ee | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 21:44:59.280319 | fa163eff-46ee-0072-a3a4-0000000037ee | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:08.843026 | 0.53s 2025-12-05 21:44:59.309643 | fa163eff-46ee-0072-a3a4-0000000037ef | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 21:44:59.813459 | fa163eff-46ee-0072-a3a4-0000000037ef | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 21:44:59.815109 | fa163eff-46ee-0072-a3a4-0000000037ef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:09.377820 | 0.50s 2025-12-05 21:44:59.845521 | fa163eff-46ee-0072-a3a4-0000000037f0 | TASK | Enable and start netns-placeholder 2025-12-05 21:45:00.560719 | fa163eff-46ee-0072-a3a4-0000000037f0 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 21:45:00.562702 | fa163eff-46ee-0072-a3a4-0000000037f0 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:10.125412 | 0.72s 2025-12-05 21:45:00.592779 | fa163eff-46ee-0072-a3a4-0000000037b6 | TASK | Update container configs with new config hashes 2025-12-05 21:45:00.653831 | fa163eff-46ee-0072-a3a4-0000000037b6 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:10.216539 | 0.06s 2025-12-05 21:45:00.673442 | 1388959c-3869-44d9-8b29-0b6e7cee3c54 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 21:45:00.705900 | fa163eff-46ee-0072-a3a4-000000003818 | TASK | Update config hashes for container startup configs 2025-12-05 21:45:01.005224 | fa163eff-46ee-0072-a3a4-000000003818 | OK | Update config hashes for container startup configs | standalone 2025-12-05 21:45:01.006535 | fa163eff-46ee-0072-a3a4-000000003818 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:10.569241 | 0.30s 2025-12-05 21:45:01.038515 | fa163eff-46ee-0072-a3a4-0000000037b7 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 21:45:01.078518 | fa163eff-46ee-0072-a3a4-0000000037b7 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:10.641206 | 0.04s 2025-12-05 21:45:01.090283 | 29c9bddb-cb77-4aac-8076-1dd30329f109 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:45:01.113033 | fa163eff-46ee-0072-a3a4-000000003837 | TASK | Gather podman infos 2025-12-05 21:45:02.207141 | fa163eff-46ee-0072-a3a4-000000003837 | OK | Gather podman infos | standalone 2025-12-05 21:45:02.208328 | fa163eff-46ee-0072-a3a4-000000003837 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:11.771042 | 1.09s 2025-12-05 21:45:02.297475 | fa163eff-46ee-0072-a3a4-000000003838 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 21:45:02.377455 | fa163eff-46ee-0072-a3a4-000000003838 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:11.940155 | 0.07s 2025-12-05 21:45:02.524345 | fa163eff-46ee-0072-a3a4-000000003539 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:12.087037 | 0.09s 2025-12-05 21:45:02.582964 | fa163eff-46ee-0072-a3a4-0000000037b8 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 21:45:02.634796 | fa163eff-46ee-0072-a3a4-0000000037b8 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:12.197494 | 0.05s 2025-12-05 21:45:02.657783 | 08ed3b17-af53-4b67-9c6f-69f71a7ce58d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:45:02.700810 | fa163eff-46ee-0072-a3a4-0000000038a2 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 21:45:53.585868 | fa163eff-46ee-0072-a3a4-0000000038a2 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-05 21:45:53.587589 | fa163eff-46ee-0072-a3a4-0000000038a2 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:03.150298 | 50.88s 2025-12-05 21:45:53.618694 | fa163eff-46ee-0072-a3a4-0000000038a3 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-12-05 21:46:21.310121 | fa163eff-46ee-0072-a3a4-0000000038a3 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-12-05 21:46:21.311932 | fa163eff-46ee-0072-a3a4-0000000038a3 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:30.874644 | 27.69s 2025-12-05 21:46:21.384096 | fa163eff-46ee-0072-a3a4-000000003715 | TASK | Clean container_puppet_tasks for standalone step 3 2025-12-05 21:46:21.626868 | fa163eff-46ee-0072-a3a4-000000003715 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-12-05 21:46:21.628207 | fa163eff-46ee-0072-a3a4-000000003715 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:31.190917 | 0.24s 2025-12-05 21:46:21.674963 | fa163eff-46ee-0072-a3a4-000000003716 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-12-05 21:46:21.714967 | fa163eff-46ee-0072-a3a4-000000003716 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:31.277672 | 0.04s 2025-12-05 21:46:21.745680 | fa163eff-46ee-0072-a3a4-000000003717 | TASK | Include container-puppet tasks for step 3 2025-12-05 21:46:21.787981 | fa163eff-46ee-0072-a3a4-000000003717 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:31.350688 | 0.04s 2025-12-05 21:46:21.812457 | 38967da2-8b54-43aa-bfb1-25ec401a24b5 | INCLUDED | /root/standalone-ansible-rrsb8bp5/host-container-puppet-tasks.yaml | standalone 2025-12-05 21:46:21.860469 | fa163eff-46ee-0072-a3a4-0000000038ee | TASK | Write container-puppet-tasks json file for standalone step 3 2025-12-05 21:46:22.369540 | fa163eff-46ee-0072-a3a4-0000000038ee | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-12-05 21:46:22.371262 | fa163eff-46ee-0072-a3a4-0000000038ee | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:31.933959 | 0.51s 2025-12-05 21:46:22.402312 | fa163eff-46ee-0072-a3a4-0000000038f0 | TASK | Generate container puppet configs for step 3 2025-12-05 21:46:22.687369 | fa163eff-46ee-0072-a3a4-0000000038f0 | OK | Generate container puppet configs for step 3 | standalone 2025-12-05 21:46:22.688828 | fa163eff-46ee-0072-a3a4-0000000038f0 | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:32.251540 | 0.28s 2025-12-05 21:46:22.720054 | fa163eff-46ee-0072-a3a4-0000000038f1 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-12-05 21:46:22.753934 | fa163eff-46ee-0072-a3a4-0000000038f1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:32.316641 | 0.03s 2025-12-05 21:46:22.824707 | fa163eff-46ee-0072-a3a4-000000003920 | TASK | Gather variables for each operating system 2025-12-05 21:46:22.948064 | fa163eff-46ee-0072-a3a4-000000003920 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:32.510764 | 0.12s 2025-12-05 21:46:22.977786 | fa163eff-46ee-0072-a3a4-000000003921 | TASK | Create container logs path 2025-12-05 21:46:23.226721 | fa163eff-46ee-0072-a3a4-000000003921 | OK | Create container logs path | standalone 2025-12-05 21:46:23.228173 | fa163eff-46ee-0072-a3a4-000000003921 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:32.790884 | 0.25s 2025-12-05 21:46:23.260623 | fa163eff-46ee-0072-a3a4-000000003923 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-05 21:46:23.518525 | fa163eff-46ee-0072-a3a4-000000003923 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-05 21:46:23.519985 | fa163eff-46ee-0072-a3a4-000000003923 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:33.082695 | 0.26s 2025-12-05 21:46:23.552837 | fa163eff-46ee-0072-a3a4-000000003924 | TASK | Finalise hashes for all containers 2025-12-05 21:46:23.595924 | fa163eff-46ee-0072-a3a4-000000003924 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:46:23.597089 | fa163eff-46ee-0072-a3a4-000000003924 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:33.159801 | 0.04s 2025-12-05 21:46:23.626508 | fa163eff-46ee-0072-a3a4-000000003926 | TASK | Manage systemd shutdown files 2025-12-05 21:46:23.668693 | fa163eff-46ee-0072-a3a4-000000003926 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:46:23.670081 | fa163eff-46ee-0072-a3a4-000000003926 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:33.232789 | 0.04s 2025-12-05 21:46:23.700599 | fa163eff-46ee-0072-a3a4-000000003928 | TASK | Update container configs with new config hashes 2025-12-05 21:46:23.752539 | fa163eff-46ee-0072-a3a4-000000003928 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:46:23.753823 | fa163eff-46ee-0072-a3a4-000000003928 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:33.316533 | 0.05s 2025-12-05 21:46:23.785717 | fa163eff-46ee-0072-a3a4-000000003929 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-05 21:46:23.837143 | fa163eff-46ee-0072-a3a4-000000003929 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-05 21:46:23.838228 | fa163eff-46ee-0072-a3a4-000000003929 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:33.400939 | 0.05s 2025-12-05 21:46:23.869318 | fa163eff-46ee-0072-a3a4-00000000392a | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-12-05 21:46:23.904186 | fa163eff-46ee-0072-a3a4-00000000392a | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-12-05 21:46:23.905621 | fa163eff-46ee-0072-a3a4-00000000392a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:33.468332 | 0.03s PLAY [External deployment step 4] ********************************************** 2025-12-05 21:46:24.107652 | fa163eff-46ee-0072-a3a4-0000000000de | TASK | External deployment step 4 2025-12-05 21:46:24.153577 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000de') missing from stats 2025-12-05 21:46:24.212638 | fa163eff-46ee-0072-a3a4-0000000000df | TIMING | include_tasks | undercloud | 0:21:33.775340 | 0.04s 2025-12-05 21:46:24.244549 | aa2e90c9-922c-42a9-9e4b-bc6f7272d12f | INCLUDED | /root/standalone-ansible-rrsb8bp5/external_deploy_steps_tasks_step4.yaml | undercloud 2025-12-05 21:46:24.265073 | fa163eff-46ee-0072-a3a4-000000003979 | TASK | Clean up legacy Cinder keystone catalog entries 2025-12-05 21:46:26.020279 | fa163eff-46ee-0072-a3a4-000000003979 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-12-05 21:46:26.021867 | fa163eff-46ee-0072-a3a4-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:35.584572 | 1.75s 2025-12-05 21:46:27.287140 | fa163eff-46ee-0072-a3a4-000000003979 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-12-05 21:46:27.288953 | fa163eff-46ee-0072-a3a4-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:36.851665 | 3.02s 2025-12-05 21:46:27.299377 | fa163eff-46ee-0072-a3a4-000000003979 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:36.862084 | 3.03s 2025-12-05 21:46:27.317908 | fa163eff-46ee-0072-a3a4-00000000397c | TASK | Manage Keystone resources for OpenStack services 2025-12-05 21:46:27.368550 | fa163eff-46ee-0072-a3a4-00000000397c | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:36.931256 | 0.05s 2025-12-05 21:46:27.430657 | fa163eff-46ee-0072-a3a4-0000000039a8 | TASK | Create Keystone Admin resources 2025-12-05 21:46:27.482267 | fa163eff-46ee-0072-a3a4-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:37.044974 | 0.05s 2025-12-05 21:46:27.508433 | 890dfba6-32de-4e2a-be58-6cb28f2272cf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-12-05 21:46:27.535830 | fa163eff-46ee-0072-a3a4-0000000039e9 | TASK | Create admin and service projects 2025-12-05 21:46:27.587644 | fa163eff-46ee-0072-a3a4-0000000039e9 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:37.150343 | 0.05s 2025-12-05 21:46:27.601925 | dd8d607e-a316-4087-a040-b5258879cd8f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-05 21:46:27.634348 | fa163eff-46ee-0072-a3a4-000000003a3a | TASK | Async creation of Keystone project 2025-12-05 21:46:28.023639 | fa163eff-46ee-0072-a3a4-000000003a3a | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-12-05 21:46:28.025169 | fa163eff-46ee-0072-a3a4-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:37.587872 | 0.39s 2025-12-05 21:46:28.304744 | fa163eff-46ee-0072-a3a4-000000003a3a | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-05 21:46:28.305820 | fa163eff-46ee-0072-a3a4-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:37.868533 | 0.67s 2025-12-05 21:46:28.311392 | fa163eff-46ee-0072-a3a4-000000003a3a | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:37.874101 | 0.68s 2025-12-05 21:46:28.327601 | fa163eff-46ee-0072-a3a4-000000003a3c | TASK | Check Keystone project status 2025-12-05 21:46:28.586744 | fa163eff-46ee-0072-a3a4-000000003a3c | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-05 21:46:33.804023 | fa163eff-46ee-0072-a3a4-000000003a3c | OK | Check Keystone project status | undercloud | item=admin 2025-12-05 21:46:33.807406 | fa163eff-46ee-0072-a3a4-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:43.370112 | 5.48s 2025-12-05 21:46:34.045737 | fa163eff-46ee-0072-a3a4-000000003a3c | CHANGED | Check Keystone project status | undercloud | item=service 2025-12-05 21:46:34.046754 | fa163eff-46ee-0072-a3a4-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:43.609469 | 5.72s 2025-12-05 21:46:34.055022 | fa163eff-46ee-0072-a3a4-000000003a3c | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:43.617726 | 5.73s 2025-12-05 21:46:34.077110 | fa163eff-46ee-0072-a3a4-0000000039ea | TASK | Create admin role 2025-12-05 21:46:35.403854 | fa163eff-46ee-0072-a3a4-0000000039ea | OK | Create admin role | undercloud 2025-12-05 21:46:35.405298 | fa163eff-46ee-0072-a3a4-0000000039ea | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:44.968009 | 1.33s 2025-12-05 21:46:35.426510 | fa163eff-46ee-0072-a3a4-0000000039eb | TASK | Create _member_ role 2025-12-05 21:46:35.488677 | fa163eff-46ee-0072-a3a4-0000000039eb | SKIPPED | Create _member_ role | undercloud 2025-12-05 21:46:35.489810 | fa163eff-46ee-0072-a3a4-0000000039eb | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:45.052521 | 0.06s 2025-12-05 21:46:35.508616 | fa163eff-46ee-0072-a3a4-0000000039ec | TASK | Check admin password 2025-12-05 21:46:36.831214 | fa163eff-46ee-0072-a3a4-0000000039ec | OK | Check admin password | undercloud 2025-12-05 21:46:36.832733 | fa163eff-46ee-0072-a3a4-0000000039ec | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:46.395443 | 1.32s 2025-12-05 21:46:36.852160 | fa163eff-46ee-0072-a3a4-0000000039ed | TASK | Create admin user 2025-12-05 21:46:38.408351 | fa163eff-46ee-0072-a3a4-0000000039ed | CHANGED | Create admin user | undercloud 2025-12-05 21:46:38.409196 | fa163eff-46ee-0072-a3a4-0000000039ed | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:47.971917 | 1.56s 2025-12-05 21:46:38.423365 | fa163eff-46ee-0072-a3a4-0000000039ee | TASK | Assign admin role to admin project for admin user 2025-12-05 21:46:39.829864 | fa163eff-46ee-0072-a3a4-0000000039ee | OK | Assign admin role to admin project for admin user | undercloud 2025-12-05 21:46:39.831680 | fa163eff-46ee-0072-a3a4-0000000039ee | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:49.394370 | 1.41s 2025-12-05 21:46:39.850458 | fa163eff-46ee-0072-a3a4-0000000039ef | TASK | Assign _member_ role to admin project for admin user 2025-12-05 21:46:39.911898 | fa163eff-46ee-0072-a3a4-0000000039ef | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-12-05 21:46:39.913079 | fa163eff-46ee-0072-a3a4-0000000039ef | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:49.475791 | 0.06s 2025-12-05 21:46:39.931842 | fa163eff-46ee-0072-a3a4-0000000039f0 | TASK | Create identity service 2025-12-05 21:46:41.116631 | fa163eff-46ee-0072-a3a4-0000000039f0 | OK | Create identity service | undercloud 2025-12-05 21:46:41.118261 | fa163eff-46ee-0072-a3a4-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:50.680967 | 1.19s 2025-12-05 21:46:41.138452 | fa163eff-46ee-0072-a3a4-0000000039f1 | TASK | Create identity public endpoint 2025-12-05 21:46:42.469059 | fa163eff-46ee-0072-a3a4-0000000039f1 | OK | Create identity public endpoint | undercloud 2025-12-05 21:46:42.469898 | fa163eff-46ee-0072-a3a4-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:21:52.032616 | 1.33s 2025-12-05 21:46:42.484693 | fa163eff-46ee-0072-a3a4-0000000039f2 | TASK | Create identity internal endpoint 2025-12-05 21:46:43.617802 | fa163eff-46ee-0072-a3a4-0000000039f2 | OK | Create identity internal endpoint | undercloud 2025-12-05 21:46:43.618800 | fa163eff-46ee-0072-a3a4-0000000039f2 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:21:53.181513 | 1.13s 2025-12-05 21:46:43.634918 | fa163eff-46ee-0072-a3a4-0000000039f3 | TASK | Create identity admin endpoint 2025-12-05 21:46:44.797439 | fa163eff-46ee-0072-a3a4-0000000039f3 | OK | Create identity admin endpoint | undercloud 2025-12-05 21:46:44.799272 | fa163eff-46ee-0072-a3a4-0000000039f3 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:21:54.361975 | 1.16s 2025-12-05 21:46:44.818944 | fa163eff-46ee-0072-a3a4-0000000039a9 | TASK | Create Keystone Projects 2025-12-05 21:46:44.919588 | fa163eff-46ee-0072-a3a4-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:54.482278 | 0.10s 2025-12-05 21:46:44.931213 | fa163eff-46ee-0072-a3a4-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:21:54.493926 | 0.11s 2025-12-05 21:46:44.941278 | 28bf6c64-a928-4744-b6de-f666776e851b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-12-05 21:46:44.989311 | fa163eff-46ee-0072-a3a4-000000003ac6 | TASK | Async creation of Keystone project 2025-12-05 21:46:45.318447 | fa163eff-46ee-0072-a3a4-000000003ac6 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-12-05 21:46:45.319798 | fa163eff-46ee-0072-a3a4-000000003ac6 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:54.882506 | 0.33s 2025-12-05 21:46:45.326532 | fa163eff-46ee-0072-a3a4-000000003ac6 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:54.889203 | 0.34s 2025-12-05 21:46:45.345347 | fa163eff-46ee-0072-a3a4-000000003ac8 | TASK | Check Keystone project status 2025-12-05 21:46:45.613520 | fa163eff-46ee-0072-a3a4-000000003ac8 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-12-05 21:46:50.821764 | fa163eff-46ee-0072-a3a4-000000003ac8 | OK | Check Keystone project status | undercloud | item=service 2025-12-05 21:46:50.823251 | fa163eff-46ee-0072-a3a4-000000003ac8 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:00.385955 | 5.48s 2025-12-05 21:46:50.829103 | fa163eff-46ee-0072-a3a4-000000003ac8 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:00.391819 | 5.48s 2025-12-05 21:46:50.843676 | fa163eff-46ee-0072-a3a4-0000000039ab | TASK | Create Keystone Domains 2025-12-05 21:46:50.914651 | fa163eff-46ee-0072-a3a4-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:00.477355 | 0.07s 2025-12-05 21:46:50.926534 | fa163eff-46ee-0072-a3a4-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:00.489241 | 0.08s 2025-12-05 21:46:50.940966 | 294a3619-cfec-4117-b15d-4758057dcedb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-12-05 21:46:50.988769 | fa163eff-46ee-0072-a3a4-000000003b7b | TASK | Async creation of Keystone domains 2025-12-05 21:46:51.474192 | fa163eff-46ee-0072-a3a4-000000003b7b | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-12-05 21:46:51.476146 | fa163eff-46ee-0072-a3a4-000000003b7b | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:01.038855 | 0.49s 2025-12-05 21:46:51.486310 | fa163eff-46ee-0072-a3a4-000000003b7b | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:01.049017 | 0.50s 2025-12-05 21:46:51.505097 | fa163eff-46ee-0072-a3a4-000000003b7d | TASK | Check Keystone domain status 2025-12-05 21:46:51.753730 | fa163eff-46ee-0072-a3a4-000000003b7d | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-12-05 21:46:56.991524 | fa163eff-46ee-0072-a3a4-000000003b7d | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-12-05 21:46:56.993625 | fa163eff-46ee-0072-a3a4-000000003b7d | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:06.556328 | 5.49s 2025-12-05 21:46:57.003350 | fa163eff-46ee-0072-a3a4-000000003b7d | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:06.566053 | 5.50s 2025-12-05 21:46:57.019598 | fa163eff-46ee-0072-a3a4-0000000039ad | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-12-05 21:46:57.066489 | fa163eff-46ee-0072-a3a4-0000000039ad | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:06.629195 | 0.05s 2025-12-05 21:46:57.079531 | a5f14e39-ea0e-4701-b731-fa5acf8afe85 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-12-05 21:46:57.125920 | fa163eff-46ee-0072-a3a4-000000003c45 | TASK | Collect OpenStack Keystone domains infos 2025-12-05 21:46:58.446578 | fa163eff-46ee-0072-a3a4-000000003c45 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-12-05 21:46:58.447911 | fa163eff-46ee-0072-a3a4-000000003c45 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:08.010621 | 1.32s 2025-12-05 21:46:58.465896 | fa163eff-46ee-0072-a3a4-000000003c46 | TASK | Set openstack_domains fact 2025-12-05 21:46:58.530613 | fa163eff-46ee-0072-a3a4-000000003c46 | OK | Set openstack_domains fact | undercloud 2025-12-05 21:46:58.531737 | fa163eff-46ee-0072-a3a4-000000003c46 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:08.094450 | 0.06s 2025-12-05 21:46:58.550417 | fa163eff-46ee-0072-a3a4-0000000039ae | TASK | Create Keystone Services 2025-12-05 21:46:58.654667 | fa163eff-46ee-0072-a3a4-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:08.217200 | 0.10s 2025-12-05 21:46:58.674008 | fa163eff-46ee-0072-a3a4-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:08.236723 | 0.12s 2025-12-05 21:46:58.691815 | fa163eff-46ee-0072-a3a4-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:08.254524 | 0.14s 2025-12-05 21:46:58.709927 | a8c6d51f-fa4c-45b4-b657-1bda08803d1e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-05 21:46:58.718544 | 1d35b425-a73b-4272-8b71-cf674d0e8513 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-12-05 21:46:58.765755 | fa163eff-46ee-0072-a3a4-000000003d22 | TASK | Async creation of Keystone service 2025-12-05 21:46:59.098083 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-12-05 21:46:59.101232 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:08.663931 | 0.33s 2025-12-05 21:46:59.419034 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-12-05 21:46:59.421182 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:08.983892 | 0.65s 2025-12-05 21:46:59.723157 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-12-05 21:46:59.724527 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.287246 | 0.96s 2025-12-05 21:47:00.036146 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-12-05 21:47:00.037167 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.599879 | 1.27s 2025-12-05 21:47:00.342835 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-12-05 21:47:00.343970 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:09.906689 | 1.58s 2025-12-05 21:47:00.630595 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-12-05 21:47:00.632593 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.195304 | 1.87s 2025-12-05 21:47:00.923756 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-12-05 21:47:00.925869 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.488579 | 2.16s 2025-12-05 21:47:01.224016 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-12-05 21:47:01.226060 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:10.788772 | 2.46s 2025-12-05 21:47:01.507304 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-12-05 21:47:01.515599 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:11.078311 | 2.75s 2025-12-05 21:47:01.759794 | fa163eff-46ee-0072-a3a4-000000003d22 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-12-05 21:47:01.761831 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:11.324543 | 3.00s 2025-12-05 21:47:01.771091 | fa163eff-46ee-0072-a3a4-000000003d22 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:11.333801 | 3.00s 2025-12-05 21:47:01.793623 | fa163eff-46ee-0072-a3a4-000000003d24 | TASK | Check Keystone service status 2025-12-05 21:47:02.016762 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-12-05 21:47:02.019436 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.582140 | 0.22s 2025-12-05 21:47:02.290558 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-12-05 21:47:02.292819 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:11.855532 | 0.50s 2025-12-05 21:47:02.447609 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-12-05 21:47:02.449005 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.011720 | 0.65s 2025-12-05 21:47:02.702800 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-12-05 21:47:02.704633 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.267347 | 0.91s 2025-12-05 21:47:02.962433 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-12-05 21:47:02.964265 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.526980 | 1.17s 2025-12-05 21:47:03.235763 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-12-05 21:47:03.236811 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:12.799525 | 1.44s 2025-12-05 21:47:03.447269 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-12-05 21:47:03.449397 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.012110 | 1.65s 2025-12-05 21:47:03.698032 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-12-05 21:47:03.699821 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.262534 | 1.90s 2025-12-05 21:47:03.948968 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-12-05 21:47:03.949963 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.512678 | 2.15s 2025-12-05 21:47:04.224802 | fa163eff-46ee-0072-a3a4-000000003d24 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-12-05 21:47:04.225915 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.788630 | 2.43s 2025-12-05 21:47:04.236794 | fa163eff-46ee-0072-a3a4-000000003d24 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:13.799499 | 2.44s 2025-12-05 21:47:04.261766 | fa163eff-46ee-0072-a3a4-000000003d29 | TASK | Async creation of Keystone service 2025-12-05 21:47:04.614354 | fa163eff-46ee-0072-a3a4-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-12-05 21:47:04.615960 | fa163eff-46ee-0072-a3a4-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.178677 | 0.35s 2025-12-05 21:47:04.939381 | fa163eff-46ee-0072-a3a4-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-12-05 21:47:04.939979 | fa163eff-46ee-0072-a3a4-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.502702 | 0.68s 2025-12-05 21:47:05.260886 | fa163eff-46ee-0072-a3a4-000000003d29 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-12-05 21:47:05.262550 | fa163eff-46ee-0072-a3a4-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.825259 | 1.00s 2025-12-05 21:47:05.273034 | fa163eff-46ee-0072-a3a4-000000003d29 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:14.835749 | 1.01s 2025-12-05 21:47:05.293794 | fa163eff-46ee-0072-a3a4-000000003d2b | TASK | Check Keystone service status 2025-12-05 21:47:05.530642 | fa163eff-46ee-0072-a3a4-000000003d2b | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-12-05 21:47:10.744103 | fa163eff-46ee-0072-a3a4-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-12-05 21:47:10.745441 | fa163eff-46ee-0072-a3a4-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.308147 | 5.45s 2025-12-05 21:47:10.995046 | fa163eff-46ee-0072-a3a4-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=placement 2025-12-05 21:47:10.996028 | fa163eff-46ee-0072-a3a4-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.558743 | 5.70s 2025-12-05 21:47:11.233260 | fa163eff-46ee-0072-a3a4-000000003d2b | CHANGED | Check Keystone service status | undercloud | item=swift 2025-12-05 21:47:11.235008 | fa163eff-46ee-0072-a3a4-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.797721 | 5.94s 2025-12-05 21:47:11.246286 | fa163eff-46ee-0072-a3a4-000000003d2b | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.808995 | 5.95s 2025-12-05 21:47:11.266421 | fa163eff-46ee-0072-a3a4-0000000039b0 | TASK | Create Keystone Endpoints 2025-12-05 21:47:11.324871 | fa163eff-46ee-0072-a3a4-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.887567 | 0.06s 2025-12-05 21:47:11.351399 | fa163eff-46ee-0072-a3a4-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.914114 | 0.08s 2025-12-05 21:47:11.370213 | fa163eff-46ee-0072-a3a4-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.932929 | 0.10s 2025-12-05 21:47:11.376063 | fa163eff-46ee-0072-a3a4-0000000039b0 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:20.938769 | 0.11s 2025-12-05 21:47:11.388594 | f611310b-0e91-45ea-8341-526e6a072f11 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-05 21:47:11.394896 | 102e07b0-ef74-49de-8030-9b162a807ef1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-05 21:47:11.400317 | 6ebb84fe-bc8b-470c-a05c-6b6d610fec2b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-12-05 21:47:11.455324 | fa163eff-46ee-0072-a3a4-000000003e5b | TASK | Create Keystone public endpoints 2025-12-05 21:47:11.543198 | fa163eff-46ee-0072-a3a4-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:21.105886 | 0.09s 2025-12-05 21:47:11.559195 | fa163eff-46ee-0072-a3a4-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:21.121911 | 0.10s 2025-12-05 21:47:11.568622 | fa163eff-46ee-0072-a3a4-000000003e5b | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:21.131329 | 0.11s 2025-12-05 21:47:11.586889 | 415aa774-cdb3-4fa6-ae60-61ad146c5ec5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 21:47:11.596986 | 5eff887f-22a1-43fc-b09c-6982612fa25a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 21:47:11.621679 | fa163eff-46ee-0072-a3a4-000000003f83 | TASK | Async creation of Keystone public endpoint 2025-12-05 21:47:11.974893 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-12-05 21:47:11.976050 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.538763 | 0.35s 2025-12-05 21:47:12.231824 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-12-05 21:47:12.232552 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:21.795275 | 0.61s 2025-12-05 21:47:12.476719 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-12-05 21:47:12.477512 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.040207 | 0.85s 2025-12-05 21:47:12.739946 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-12-05 21:47:12.741053 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.303775 | 1.12s 2025-12-05 21:47:13.006746 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-12-05 21:47:13.007369 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.570091 | 1.38s 2025-12-05 21:47:13.253425 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-12-05 21:47:13.255097 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:22.817809 | 1.63s 2025-12-05 21:47:13.541537 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-12-05 21:47:13.542189 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.104911 | 1.92s 2025-12-05 21:47:13.777834 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-12-05 21:47:13.778436 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.341158 | 2.16s 2025-12-05 21:47:14.073255 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-12-05 21:47:14.074366 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:23.637088 | 2.45s 2025-12-05 21:47:14.464052 | fa163eff-46ee-0072-a3a4-000000003f83 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-12-05 21:47:14.465125 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:24.027847 | 2.84s 2025-12-05 21:47:14.476846 | fa163eff-46ee-0072-a3a4-000000003f83 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:24.039551 | 2.85s 2025-12-05 21:47:14.499871 | fa163eff-46ee-0072-a3a4-000000003f85 | TASK | Check Keystone public endpoint status 2025-12-05 21:47:14.763672 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-12-05 21:47:14.764602 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.327319 | 0.26s 2025-12-05 21:47:15.059825 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-12-05 21:47:15.061698 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.624393 | 0.56s 2025-12-05 21:47:15.327219 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-12-05 21:47:15.328425 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:24.891138 | 0.83s 2025-12-05 21:47:15.599408 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-12-05 21:47:15.602944 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:25.165657 | 1.10s 2025-12-05 21:47:15.884592 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-12-05 21:47:15.886608 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:25.449320 | 1.39s 2025-12-05 21:47:16.209119 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-12-05 21:47:16.210225 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:25.772938 | 1.71s 2025-12-05 21:47:16.447248 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-12-05 21:47:16.448931 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.011646 | 1.95s 2025-12-05 21:47:16.712160 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-12-05 21:47:16.714678 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.277389 | 2.21s 2025-12-05 21:47:16.988298 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-12-05 21:47:16.990252 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.552962 | 2.49s 2025-12-05 21:47:17.244785 | fa163eff-46ee-0072-a3a4-000000003f85 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-12-05 21:47:17.246142 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.808853 | 2.74s 2025-12-05 21:47:17.269250 | fa163eff-46ee-0072-a3a4-000000003f85 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:26.831946 | 2.77s 2025-12-05 21:47:17.299161 | fa163eff-46ee-0072-a3a4-000000003f8a | TASK | Async creation of Keystone public endpoint 2025-12-05 21:47:17.662579 | fa163eff-46ee-0072-a3a4-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-12-05 21:47:17.665237 | fa163eff-46ee-0072-a3a4-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:27.227940 | 0.36s 2025-12-05 21:47:17.985102 | fa163eff-46ee-0072-a3a4-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-12-05 21:47:17.987547 | fa163eff-46ee-0072-a3a4-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:27.550252 | 0.69s 2025-12-05 21:47:18.284453 | fa163eff-46ee-0072-a3a4-000000003f8a | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-12-05 21:47:18.285694 | fa163eff-46ee-0072-a3a4-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:27.848406 | 0.98s 2025-12-05 21:47:18.292769 | fa163eff-46ee-0072-a3a4-000000003f8a | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:27.855473 | 0.99s 2025-12-05 21:47:18.312311 | fa163eff-46ee-0072-a3a4-000000003f8c | TASK | Check Keystone public endpoint status 2025-12-05 21:47:18.579007 | fa163eff-46ee-0072-a3a4-000000003f8c | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-12-05 21:47:23.811044 | fa163eff-46ee-0072-a3a4-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-12-05 21:47:23.815795 | fa163eff-46ee-0072-a3a4-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.378490 | 5.50s 2025-12-05 21:47:24.074727 | fa163eff-46ee-0072-a3a4-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-12-05 21:47:24.077786 | fa163eff-46ee-0072-a3a4-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.640495 | 5.76s 2025-12-05 21:47:24.321681 | fa163eff-46ee-0072-a3a4-000000003f8c | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-12-05 21:47:24.323422 | fa163eff-46ee-0072-a3a4-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.886138 | 6.01s 2025-12-05 21:47:24.336397 | fa163eff-46ee-0072-a3a4-000000003f8c | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.899106 | 6.02s 2025-12-05 21:47:24.358836 | fa163eff-46ee-0072-a3a4-000000003e60 | TASK | Create Keystone admin endpoints 2025-12-05 21:47:24.432311 | fa163eff-46ee-0072-a3a4-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:33.995007 | 0.07s 2025-12-05 21:47:24.449725 | fa163eff-46ee-0072-a3a4-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:34.012440 | 0.09s 2025-12-05 21:47:24.458898 | fa163eff-46ee-0072-a3a4-000000003e60 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:34.021614 | 0.10s 2025-12-05 21:47:24.469610 | ffe8b744-a86e-41de-9194-0c68c512f182 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 21:47:24.476222 | afc39670-bc44-4f02-b367-45e68cdb60a8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 21:47:24.495641 | fa163eff-46ee-0072-a3a4-000000003fe4 | TASK | Async creation of Keystone admin endpoint 2025-12-05 21:47:24.825256 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-12-05 21:47:24.827954 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.390654 | 0.33s 2025-12-05 21:47:25.105651 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-12-05 21:47:25.108366 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.671078 | 0.61s 2025-12-05 21:47:25.392219 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-12-05 21:47:25.394304 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:34.957016 | 0.90s 2025-12-05 21:47:25.686770 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-12-05 21:47:25.687391 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:35.250114 | 1.19s 2025-12-05 21:47:25.946497 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-12-05 21:47:25.947074 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:35.509797 | 1.45s 2025-12-05 21:47:26.215240 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-12-05 21:47:26.216541 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:35.779263 | 1.72s 2025-12-05 21:47:26.445717 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-12-05 21:47:26.446887 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.009608 | 1.95s 2025-12-05 21:47:26.679687 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-12-05 21:47:26.680278 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.243000 | 2.18s 2025-12-05 21:47:26.913246 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-12-05 21:47:26.913845 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.476566 | 2.42s 2025-12-05 21:47:27.127255 | fa163eff-46ee-0072-a3a4-000000003fe4 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-12-05 21:47:27.128454 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.691176 | 2.63s 2025-12-05 21:47:27.133873 | fa163eff-46ee-0072-a3a4-000000003fe4 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:36.696592 | 2.64s 2025-12-05 21:47:27.150189 | fa163eff-46ee-0072-a3a4-000000003fe6 | TASK | Check Keystone admin endpoint status 2025-12-05 21:47:27.368751 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-12-05 21:47:27.369662 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:36.932378 | 0.22s 2025-12-05 21:47:27.607681 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-12-05 21:47:27.609113 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.171827 | 0.46s 2025-12-05 21:47:27.857441 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-12-05 21:47:27.859106 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:37.421825 | 0.71s 2025-12-05 21:47:28.067050 | fa163eff-46ee-0072-a3a4-000000003fe6 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-05 21:47:33.293222 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-12-05 21:47:33.295937 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:42.858641 | 6.14s 2025-12-05 21:47:33.559001 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-12-05 21:47:33.560306 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.123018 | 6.41s 2025-12-05 21:47:33.876236 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-12-05 21:47:33.878230 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.440939 | 6.73s 2025-12-05 21:47:34.132078 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-12-05 21:47:34.133626 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:43.696335 | 6.98s 2025-12-05 21:47:34.454042 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-12-05 21:47:34.455104 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.017818 | 7.30s 2025-12-05 21:47:34.742544 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-12-05 21:47:34.743209 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.305930 | 7.59s 2025-12-05 21:47:34.975881 | fa163eff-46ee-0072-a3a4-000000003fe6 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-12-05 21:47:34.976980 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.539694 | 7.83s 2025-12-05 21:47:34.988415 | fa163eff-46ee-0072-a3a4-000000003fe6 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:44.551119 | 7.84s 2025-12-05 21:47:35.017416 | fa163eff-46ee-0072-a3a4-000000003feb | TASK | Async creation of Keystone admin endpoint 2025-12-05 21:47:35.376455 | fa163eff-46ee-0072-a3a4-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-12-05 21:47:35.378862 | fa163eff-46ee-0072-a3a4-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.941566 | 0.36s 2025-12-05 21:47:35.678056 | fa163eff-46ee-0072-a3a4-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-12-05 21:47:35.679170 | fa163eff-46ee-0072-a3a4-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.241882 | 0.66s 2025-12-05 21:47:35.988576 | fa163eff-46ee-0072-a3a4-000000003feb | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-12-05 21:47:35.990187 | fa163eff-46ee-0072-a3a4-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.552900 | 0.97s 2025-12-05 21:47:36.000242 | fa163eff-46ee-0072-a3a4-000000003feb | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.562956 | 0.98s 2025-12-05 21:47:36.015890 | fa163eff-46ee-0072-a3a4-000000003fed | TASK | Check Keystone admin endpoint status 2025-12-05 21:47:36.294937 | fa163eff-46ee-0072-a3a4-000000003fed | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-12-05 21:47:41.513902 | fa163eff-46ee-0072-a3a4-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-12-05 21:47:41.514727 | fa163eff-46ee-0072-a3a4-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:51.077443 | 5.50s 2025-12-05 21:47:41.801560 | fa163eff-46ee-0072-a3a4-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-12-05 21:47:41.802435 | fa163eff-46ee-0072-a3a4-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:51.365156 | 5.79s 2025-12-05 21:47:42.015926 | fa163eff-46ee-0072-a3a4-000000003fed | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-12-05 21:47:42.017149 | fa163eff-46ee-0072-a3a4-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:51.579858 | 6.00s 2025-12-05 21:47:42.025331 | fa163eff-46ee-0072-a3a4-000000003fed | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:51.588038 | 6.01s 2025-12-05 21:47:42.044724 | fa163eff-46ee-0072-a3a4-000000003e65 | TASK | Create Keystone internal endpoints 2025-12-05 21:47:42.120613 | fa163eff-46ee-0072-a3a4-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:51.683319 | 0.07s 2025-12-05 21:47:42.143289 | fa163eff-46ee-0072-a3a4-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:51.705996 | 0.10s 2025-12-05 21:47:42.151328 | fa163eff-46ee-0072-a3a4-000000003e65 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:22:51.714036 | 0.11s 2025-12-05 21:47:42.168295 | 7041aa87-7ab8-440c-818d-f40a51eb878d | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 21:47:42.178117 | 4accdc4a-1726-4efa-9cf3-a1f983702219 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-12-05 21:47:42.202514 | fa163eff-46ee-0072-a3a4-000000004047 | TASK | Async creation of Keystone internal endpoint 2025-12-05 21:47:42.540237 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-12-05 21:47:42.541791 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.104497 | 0.34s 2025-12-05 21:47:42.811004 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-12-05 21:47:42.812768 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.375482 | 0.61s 2025-12-05 21:47:43.103581 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-12-05 21:47:43.105682 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.668395 | 0.90s 2025-12-05 21:47:43.416085 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-12-05 21:47:43.416724 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:52.979445 | 1.21s 2025-12-05 21:47:43.697017 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-12-05 21:47:43.697805 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.260525 | 1.49s 2025-12-05 21:47:44.008422 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-12-05 21:47:44.010178 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.572897 | 1.81s 2025-12-05 21:47:44.288462 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-12-05 21:47:44.289453 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:53.852169 | 2.09s 2025-12-05 21:47:44.638122 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-12-05 21:47:44.638959 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:54.201675 | 2.44s 2025-12-05 21:47:44.975314 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-12-05 21:47:44.977226 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:54.539939 | 2.77s 2025-12-05 21:47:45.256079 | fa163eff-46ee-0072-a3a4-000000004047 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-12-05 21:47:45.257547 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:54.820266 | 3.05s 2025-12-05 21:47:45.269731 | fa163eff-46ee-0072-a3a4-000000004047 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:54.832439 | 3.07s 2025-12-05 21:47:45.300863 | fa163eff-46ee-0072-a3a4-000000004049 | TASK | Check Keystone internal endpoint status 2025-12-05 21:47:45.625974 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-12-05 21:47:45.627809 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.190510 | 0.33s 2025-12-05 21:47:45.890009 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-12-05 21:47:45.890852 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.453571 | 0.59s 2025-12-05 21:47:46.115135 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-12-05 21:47:46.116017 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.678735 | 0.81s 2025-12-05 21:47:46.390412 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-12-05 21:47:46.392574 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:55.955286 | 1.09s 2025-12-05 21:47:46.669583 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-12-05 21:47:46.671174 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.233894 | 1.37s 2025-12-05 21:47:46.941436 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-12-05 21:47:46.943114 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.505832 | 1.64s 2025-12-05 21:47:47.223593 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-12-05 21:47:47.225578 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:56.788291 | 1.92s 2025-12-05 21:47:47.479267 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-12-05 21:47:47.480091 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.042809 | 2.18s 2025-12-05 21:47:47.758236 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-12-05 21:47:47.760127 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.322838 | 2.46s 2025-12-05 21:47:47.999714 | fa163eff-46ee-0072-a3a4-000000004049 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-12-05 21:47:48.001039 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.563750 | 2.70s 2025-12-05 21:47:48.012373 | fa163eff-46ee-0072-a3a4-000000004049 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:22:57.575081 | 2.71s 2025-12-05 21:47:48.039784 | fa163eff-46ee-0072-a3a4-00000000404e | TASK | Async creation of Keystone internal endpoint 2025-12-05 21:47:48.433829 | fa163eff-46ee-0072-a3a4-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-12-05 21:47:48.435126 | fa163eff-46ee-0072-a3a4-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:57.997837 | 0.39s 2025-12-05 21:47:48.715992 | fa163eff-46ee-0072-a3a4-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-12-05 21:47:48.717465 | fa163eff-46ee-0072-a3a4-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:58.280185 | 0.68s 2025-12-05 21:47:49.003186 | fa163eff-46ee-0072-a3a4-00000000404e | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-12-05 21:47:49.004465 | fa163eff-46ee-0072-a3a4-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:58.567171 | 0.96s 2025-12-05 21:47:49.011274 | fa163eff-46ee-0072-a3a4-00000000404e | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:22:58.573989 | 0.97s 2025-12-05 21:47:49.027028 | fa163eff-46ee-0072-a3a4-000000004050 | TASK | Check Keystone internal endpoint status 2025-12-05 21:47:49.324263 | fa163eff-46ee-0072-a3a4-000000004050 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-12-05 21:47:54.564688 | fa163eff-46ee-0072-a3a4-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-12-05 21:47:54.566228 | fa163eff-46ee-0072-a3a4-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.128932 | 5.54s 2025-12-05 21:47:54.843664 | fa163eff-46ee-0072-a3a4-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-12-05 21:47:54.845456 | fa163eff-46ee-0072-a3a4-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.408163 | 5.82s 2025-12-05 21:47:55.080871 | fa163eff-46ee-0072-a3a4-000000004050 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-12-05 21:47:55.082471 | fa163eff-46ee-0072-a3a4-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.645178 | 6.05s 2025-12-05 21:47:55.090829 | fa163eff-46ee-0072-a3a4-000000004050 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.653531 | 6.06s 2025-12-05 21:47:55.112761 | fa163eff-46ee-0072-a3a4-0000000039b2 | TASK | Run cleanup tasks 2025-12-05 21:47:55.157954 | fa163eff-46ee-0072-a3a4-0000000039b2 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:04.720657 | 0.04s 2025-12-05 21:47:55.176456 | 193abfd9-dc7b-4fbc-80b9-0b121e324623 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-12-05 21:47:55.239060 | fa163eff-46ee-0072-a3a4-0000000040a4 | TASK | Get list of enabled services 2025-12-05 21:47:57.906635 | fa163eff-46ee-0072-a3a4-0000000040a4 | CHANGED | Get list of enabled services | undercloud 2025-12-05 21:47:57.908255 | fa163eff-46ee-0072-a3a4-0000000040a4 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:07.470963 | 2.67s 2025-12-05 21:47:57.928577 | fa163eff-46ee-0072-a3a4-0000000040a5 | TASK | List services to be disabled 2025-12-05 21:47:58.010118 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-12-05 21:47:58.044462 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-12-05 21:47:58.074452 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-12-05 21:47:58.099622 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-12-05 21:47:58.125612 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-12-05 21:47:58.150874 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-12-05 21:47:58.186447 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-12-05 21:47:58.211772 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-12-05 21:47:58.237444 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-12-05 21:47:58.262206 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-12-05 21:47:58.287021 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-12-05 21:47:58.312176 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-12-05 21:47:58.338379 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-12-05 21:47:58.360845 | fa163eff-46ee-0072-a3a4-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-12-05 21:47:58.373920 | fa163eff-46ee-0072-a3a4-0000000040a5 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:07.936621 | 0.44s 2025-12-05 21:47:58.394771 | fa163eff-46ee-0072-a3a4-0000000040a6 | TASK | Delete keystone services not enabled 2025-12-05 21:47:58.414470 | fa163eff-46ee-0072-a3a4-0000000040a6 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:07.977168 | 0.02s 2025-12-05 21:47:58.433140 | fa163eff-46ee-0072-a3a4-0000000039b3 | TASK | Create Keystone Roles 2025-12-05 21:47:58.502844 | fa163eff-46ee-0072-a3a4-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:08.065539 | 0.07s 2025-12-05 21:47:58.515375 | fa163eff-46ee-0072-a3a4-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:08.078079 | 0.08s 2025-12-05 21:47:58.529923 | efaa6dca-8337-4e56-a8af-759b937a8471 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-12-05 21:47:58.599555 | fa163eff-46ee-0072-a3a4-000000004210 | TASK | Async creation of Keystone role 2025-12-05 21:47:58.925923 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-12-05 21:47:58.928210 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.490910 | 0.33s 2025-12-05 21:47:59.248953 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-12-05 21:47:59.250730 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:08.813442 | 0.65s 2025-12-05 21:47:59.539828 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-12-05 21:47:59.540842 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.103554 | 0.94s 2025-12-05 21:47:59.833852 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-12-05 21:47:59.834612 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.397331 | 1.23s 2025-12-05 21:48:00.077833 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-12-05 21:48:00.078441 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.641162 | 1.48s 2025-12-05 21:48:00.384698 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-12-05 21:48:00.385817 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:09.948529 | 1.79s 2025-12-05 21:48:00.652386 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-12-05 21:48:00.653026 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:10.215747 | 2.05s 2025-12-05 21:48:00.922840 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-12-05 21:48:00.923523 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:10.486243 | 2.32s 2025-12-05 21:48:01.217456 | fa163eff-46ee-0072-a3a4-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-12-05 21:48:01.218471 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:10.781183 | 2.62s 2025-12-05 21:48:01.224719 | fa163eff-46ee-0072-a3a4-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:10.787429 | 2.62s 2025-12-05 21:48:01.240734 | fa163eff-46ee-0072-a3a4-000000004212 | TASK | Check Keystone role status 2025-12-05 21:48:01.575223 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=service 2025-12-05 21:48:01.576867 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.139582 | 0.34s 2025-12-05 21:48:01.823092 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-12-05 21:48:01.823800 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.386519 | 0.58s 2025-12-05 21:48:02.031362 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-12-05 21:48:02.033267 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.595978 | 0.79s 2025-12-05 21:48:02.287386 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-12-05 21:48:02.288409 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:11.851126 | 1.05s 2025-12-05 21:48:02.590632 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-12-05 21:48:02.592466 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.155177 | 1.35s 2025-12-05 21:48:02.890147 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-12-05 21:48:02.891712 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.454429 | 1.65s 2025-12-05 21:48:03.149000 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-12-05 21:48:03.150952 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.713658 | 1.91s 2025-12-05 21:48:03.403030 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-12-05 21:48:03.404211 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:12.966922 | 2.16s 2025-12-05 21:48:03.658300 | fa163eff-46ee-0072-a3a4-000000004212 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-12-05 21:48:03.660137 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:13.222848 | 2.42s 2025-12-05 21:48:03.673313 | fa163eff-46ee-0072-a3a4-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:13.236018 | 2.43s 2025-12-05 21:48:03.696377 | fa163eff-46ee-0072-a3a4-0000000039b5 | TASK | Create Keystone Users 2025-12-05 21:48:03.787988 | fa163eff-46ee-0072-a3a4-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:13.350678 | 0.09s 2025-12-05 21:48:03.805239 | fa163eff-46ee-0072-a3a4-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:13.367955 | 0.11s 2025-12-05 21:48:03.812619 | fa163eff-46ee-0072-a3a4-0000000039b5 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:13.375329 | 0.11s 2025-12-05 21:48:03.833022 | d2d2e328-f9ab-4235-94e3-b132c6d9e645 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-05 21:48:03.845650 | 2d9a787e-582b-4edd-be0d-495ca4a2f66c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-12-05 21:48:03.906634 | fa163eff-46ee-0072-a3a4-0000000043a4 | TASK | Check password of Keystone user 2025-12-05 21:48:04.928690 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:04.930453 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:14.493161 | 1.02s 2025-12-05 21:48:05.827461 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:05.828428 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:15.391140 | 1.92s 2025-12-05 21:48:06.797157 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:06.798182 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:16.360891 | 2.89s 2025-12-05 21:48:07.734397 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:07.737829 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:17.300537 | 3.83s 2025-12-05 21:48:08.591873 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:08.593574 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:18.156287 | 4.69s 2025-12-05 21:48:09.596054 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:09.597004 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:19.159716 | 5.69s 2025-12-05 21:48:10.521058 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:10.521976 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:20.084689 | 6.61s 2025-12-05 21:48:11.476565 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:11.478113 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:21.040824 | 7.57s 2025-12-05 21:48:12.399536 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:12.400990 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:21.963704 | 8.49s 2025-12-05 21:48:13.431296 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:13.433006 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:22.995719 | 9.53s 2025-12-05 21:48:13.443189 | fa163eff-46ee-0072-a3a4-0000000043a4 | 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-05 21:48:13.444211 | fa163eff-46ee-0072-a3a4-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:23.006923 | 9.54s 2025-12-05 21:48:13.464061 | fa163eff-46ee-0072-a3a4-0000000043a6 | TASK | Async creation of Keystone user 2025-12-05 21:48:13.883301 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:13.888414 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.451119 | 0.42s 2025-12-05 21:48:14.233795 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:14.235377 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:23.798089 | 0.77s 2025-12-05 21:48:14.601124 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:14.601845 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.164565 | 1.14s 2025-12-05 21:48:15.003740 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:15.004357 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.567078 | 1.54s 2025-12-05 21:48:15.401989 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:15.403573 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:24.966285 | 1.94s 2025-12-05 21:48:15.720186 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:15.720803 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:25.283524 | 2.26s 2025-12-05 21:48:16.071320 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:16.072257 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:25.634972 | 2.61s 2025-12-05 21:48:16.363253 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:16.363834 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:25.926556 | 2.90s 2025-12-05 21:48:16.691530 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:16.692509 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:26.255198 | 3.23s 2025-12-05 21:48:17.031058 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:17.031575 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:26.594297 | 3.57s 2025-12-05 21:48:17.034801 | fa163eff-46ee-0072-a3a4-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:17.035122 | fa163eff-46ee-0072-a3a4-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:26.597847 | 3.57s 2025-12-05 21:48:17.049262 | fa163eff-46ee-0072-a3a4-0000000043a8 | TASK | Check Keystone user status 2025-12-05 21:48:17.357064 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:17.357996 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:26.920713 | 0.31s 2025-12-05 21:48:17.590084 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:17.590689 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:27.153410 | 0.54s 2025-12-05 21:48:17.857738 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:17.858920 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:27.421629 | 0.81s 2025-12-05 21:48:18.138235 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:18.139210 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:27.701924 | 1.09s 2025-12-05 21:48:18.430687 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:18.431240 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:27.993963 | 1.38s 2025-12-05 21:48:18.623802 | fa163eff-46ee-0072-a3a4-0000000043a8 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-05 21:48:23.816077 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:23.818040 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.380752 | 6.77s 2025-12-05 21:48:24.101758 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:24.102450 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.665168 | 7.05s 2025-12-05 21:48:24.380257 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:24.383798 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:33.946475 | 7.33s 2025-12-05 21:48:24.663654 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:24.664835 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:34.227552 | 7.61s 2025-12-05 21:48:24.884505 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:24.885189 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:34.447908 | 7.84s 2025-12-05 21:48:24.888947 | fa163eff-46ee-0072-a3a4-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:24.889913 | fa163eff-46ee-0072-a3a4-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:34.452627 | 7.84s 2025-12-05 21:48:24.911450 | fa163eff-46ee-0072-a3a4-0000000043ad | TASK | Check password of Keystone user 2025-12-05 21:48:25.858842 | fa163eff-46ee-0072-a3a4-0000000043ad | 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-05 21:48:25.859732 | fa163eff-46ee-0072-a3a4-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.422448 | 0.95s 2025-12-05 21:48:26.793747 | fa163eff-46ee-0072-a3a4-0000000043ad | 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-05 21:48:26.794468 | fa163eff-46ee-0072-a3a4-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.357186 | 1.88s 2025-12-05 21:48:27.742675 | fa163eff-46ee-0072-a3a4-0000000043ad | 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-05 21:48:27.745399 | fa163eff-46ee-0072-a3a4-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:37.308108 | 2.83s 2025-12-05 21:48:28.688901 | fa163eff-46ee-0072-a3a4-0000000043ad | 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-05 21:48:28.690470 | fa163eff-46ee-0072-a3a4-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:38.253186 | 3.78s 2025-12-05 21:48:29.618547 | fa163eff-46ee-0072-a3a4-0000000043ad | 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-05 21:48:29.620156 | fa163eff-46ee-0072-a3a4-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:39.182867 | 4.71s 2025-12-05 21:48:30.555981 | fa163eff-46ee-0072-a3a4-0000000043ad | 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-05 21:48:30.557036 | fa163eff-46ee-0072-a3a4-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:40.119747 | 5.64s 2025-12-05 21:48:30.569132 | fa163eff-46ee-0072-a3a4-0000000043ad | 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-05 21:48:30.570149 | fa163eff-46ee-0072-a3a4-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:40.132862 | 5.66s 2025-12-05 21:48:30.589593 | fa163eff-46ee-0072-a3a4-0000000043af | TASK | Async creation of Keystone user 2025-12-05 21:48:30.968280 | fa163eff-46ee-0072-a3a4-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:30.969817 | fa163eff-46ee-0072-a3a4-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.532520 | 0.38s 2025-12-05 21:48:31.308396 | fa163eff-46ee-0072-a3a4-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:31.309365 | fa163eff-46ee-0072-a3a4-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:40.872079 | 0.72s 2025-12-05 21:48:31.624070 | fa163eff-46ee-0072-a3a4-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:31.624742 | fa163eff-46ee-0072-a3a4-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.187463 | 1.03s 2025-12-05 21:48:32.103135 | fa163eff-46ee-0072-a3a4-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:32.104223 | fa163eff-46ee-0072-a3a4-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:41.666935 | 1.51s 2025-12-05 21:48:32.440447 | fa163eff-46ee-0072-a3a4-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:32.441446 | fa163eff-46ee-0072-a3a4-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.004158 | 1.85s 2025-12-05 21:48:32.799190 | fa163eff-46ee-0072-a3a4-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:32.800033 | fa163eff-46ee-0072-a3a4-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.362749 | 2.21s 2025-12-05 21:48:32.805416 | fa163eff-46ee-0072-a3a4-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-12-05 21:48:32.806053 | fa163eff-46ee-0072-a3a4-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:42.368771 | 2.21s 2025-12-05 21:48:32.824109 | fa163eff-46ee-0072-a3a4-0000000043b1 | TASK | Check Keystone user status 2025-12-05 21:48:33.183815 | fa163eff-46ee-0072-a3a4-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:33.185381 | fa163eff-46ee-0072-a3a4-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:42.748081 | 0.36s 2025-12-05 21:48:33.425246 | fa163eff-46ee-0072-a3a4-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:33.426086 | fa163eff-46ee-0072-a3a4-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:42.988801 | 0.60s 2025-12-05 21:48:33.677323 | fa163eff-46ee-0072-a3a4-0000000043b1 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-12-05 21:48:38.897014 | fa163eff-46ee-0072-a3a4-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:38.898232 | fa163eff-46ee-0072-a3a4-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:48.460952 | 6.07s 2025-12-05 21:48:39.173428 | fa163eff-46ee-0072-a3a4-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:39.174422 | fa163eff-46ee-0072-a3a4-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:48.737130 | 6.35s 2025-12-05 21:48:39.445452 | fa163eff-46ee-0072-a3a4-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:39.447558 | fa163eff-46ee-0072-a3a4-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:49.010267 | 6.62s 2025-12-05 21:48:39.714699 | fa163eff-46ee-0072-a3a4-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:39.715646 | fa163eff-46ee-0072-a3a4-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:49.278367 | 6.89s 2025-12-05 21:48:39.725505 | fa163eff-46ee-0072-a3a4-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-12-05 21:48:39.726157 | fa163eff-46ee-0072-a3a4-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:49.288882 | 6.90s 2025-12-05 21:48:39.740835 | fa163eff-46ee-0072-a3a4-0000000039b7 | TASK | Assign Keystone Users to Roles 2025-12-05 21:48:39.827672 | fa163eff-46ee-0072-a3a4-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:49.390368 | 0.09s 2025-12-05 21:48:39.857520 | fa163eff-46ee-0072-a3a4-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:49.420209 | 0.12s 2025-12-05 21:48:39.878841 | fa163eff-46ee-0072-a3a4-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:49.441557 | 0.14s 2025-12-05 21:48:39.886443 | fa163eff-46ee-0072-a3a4-0000000039b7 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:23:49.449158 | 0.14s 2025-12-05 21:48:39.906029 | d0a1bee5-d9ef-4aad-ad87-20865f01382a | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-05 21:48:39.913419 | 1383eb49-d0ae-4216-9cc3-372b7d2deb8f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-05 21:48:39.919267 | 5fa5b7c8-5797-4f32-a1d0-de8bb522ac4e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-12-05 21:48:39.988819 | fa163eff-46ee-0072-a3a4-0000000045a4 | TASK | Async assignment of Keystone user per role 2025-12-05 21:48:40.076291 | fa163eff-46ee-0072-a3a4-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:49.638998 | 0.09s 2025-12-05 21:48:40.097955 | fa163eff-46ee-0072-a3a4-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:49.660670 | 0.11s 2025-12-05 21:48:40.105138 | fa163eff-46ee-0072-a3a4-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:23:49.667854 | 0.12s 2025-12-05 21:48:40.121709 | 5d010c52-9fc9-44ea-b965-b4126efdd935 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 21:48:40.130908 | 45c42200-ddd6-45c8-8072-42111fc98e17 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 21:48:40.153851 | fa163eff-46ee-0072-a3a4-00000000476d | TASK | Async assignment of Keystone user to roles 2025-12-05 21:48:40.554668 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-12-05 21:48:40.555834 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.118546 | 0.40s 2025-12-05 21:48:40.877024 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-05 21:48:40.878079 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.440792 | 0.72s 2025-12-05 21:48:41.219396 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-05 21:48:41.220362 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:50.783076 | 1.07s 2025-12-05 21:48:41.548764 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-05 21:48:41.549712 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:51.112427 | 1.39s 2025-12-05 21:48:41.863253 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-12-05 21:48:41.864182 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:51.426897 | 1.71s 2025-12-05 21:48:42.234584 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-12-05 21:48:42.235289 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:51.798009 | 2.08s 2025-12-05 21:48:42.528860 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-12-05 21:48:42.529418 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:52.092140 | 2.37s 2025-12-05 21:48:42.846838 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-12-05 21:48:42.847406 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:52.410128 | 2.69s 2025-12-05 21:48:43.182775 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-12-05 21:48:43.183308 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:52.746030 | 3.03s 2025-12-05 21:48:43.428218 | fa163eff-46ee-0072-a3a4-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-12-05 21:48:43.429093 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:52.991807 | 3.27s 2025-12-05 21:48:43.435614 | fa163eff-46ee-0072-a3a4-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:23:52.998326 | 3.28s 2025-12-05 21:48:43.455289 | fa163eff-46ee-0072-a3a4-00000000476f | TASK | Check Keystone user assignment to roles status 2025-12-05 21:48:43.740215 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-12-05 21:48:43.741092 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:53.303809 | 0.28s 2025-12-05 21:48:43.970171 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-05 21:48:43.971395 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:53.534109 | 0.51s 2025-12-05 21:48:44.188949 | fa163eff-46ee-0072-a3a4-00000000476f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 21:48:49.401936 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-05 21:48:49.404004 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:58.966715 | 5.95s 2025-12-05 21:48:49.640260 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-05 21:48:49.641993 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.204707 | 6.19s 2025-12-05 21:48:49.865777 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-12-05 21:48:49.867268 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.429986 | 6.41s 2025-12-05 21:48:50.123807 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-12-05 21:48:50.125660 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.688372 | 6.67s 2025-12-05 21:48:50.381771 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-12-05 21:48:50.383397 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:23:59.946112 | 6.93s 2025-12-05 21:48:50.638954 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-12-05 21:48:50.640625 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.203340 | 7.18s 2025-12-05 21:48:50.908108 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-12-05 21:48:50.910427 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.473135 | 7.45s 2025-12-05 21:48:51.127986 | fa163eff-46ee-0072-a3a4-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-12-05 21:48:51.128808 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.691525 | 7.67s 2025-12-05 21:48:51.138701 | fa163eff-46ee-0072-a3a4-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:00.701406 | 7.68s 2025-12-05 21:48:51.163541 | fa163eff-46ee-0072-a3a4-000000004774 | TASK | Async assignment of Keystone user to roles 2025-12-05 21:48:51.547684 | fa163eff-46ee-0072-a3a4-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-12-05 21:48:51.549520 | fa163eff-46ee-0072-a3a4-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.112231 | 0.38s 2025-12-05 21:48:51.875685 | fa163eff-46ee-0072-a3a4-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-12-05 21:48:51.877148 | fa163eff-46ee-0072-a3a4-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.439861 | 0.71s 2025-12-05 21:48:52.196790 | fa163eff-46ee-0072-a3a4-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-05 21:48:52.199621 | fa163eff-46ee-0072-a3a4-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:01.762333 | 1.03s 2025-12-05 21:48:52.515742 | fa163eff-46ee-0072-a3a4-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-12-05 21:48:52.517872 | fa163eff-46ee-0072-a3a4-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:02.080483 | 1.35s 2025-12-05 21:48:52.832758 | fa163eff-46ee-0072-a3a4-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-12-05 21:48:52.834284 | fa163eff-46ee-0072-a3a4-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:02.397006 | 1.67s 2025-12-05 21:48:53.129308 | fa163eff-46ee-0072-a3a4-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-12-05 21:48:53.130294 | fa163eff-46ee-0072-a3a4-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:02.693007 | 1.96s 2025-12-05 21:48:53.135756 | fa163eff-46ee-0072-a3a4-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:02.698470 | 1.97s 2025-12-05 21:48:53.150607 | fa163eff-46ee-0072-a3a4-000000004776 | TASK | Check Keystone user assignment to roles status 2025-12-05 21:48:53.428148 | fa163eff-46ee-0072-a3a4-000000004776 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 21:48:58.662432 | fa163eff-46ee-0072-a3a4-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-12-05 21:48:58.666361 | fa163eff-46ee-0072-a3a4-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:08.229067 | 5.51s 2025-12-05 21:48:58.944878 | fa163eff-46ee-0072-a3a4-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-12-05 21:48:58.947984 | fa163eff-46ee-0072-a3a4-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:08.510694 | 5.80s 2025-12-05 21:48:59.259173 | fa163eff-46ee-0072-a3a4-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-05 21:48:59.262348 | fa163eff-46ee-0072-a3a4-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:08.825057 | 6.11s 2025-12-05 21:48:59.524332 | fa163eff-46ee-0072-a3a4-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-12-05 21:48:59.526392 | fa163eff-46ee-0072-a3a4-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:09.089103 | 6.38s 2025-12-05 21:48:59.788792 | fa163eff-46ee-0072-a3a4-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-12-05 21:48:59.791007 | fa163eff-46ee-0072-a3a4-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:09.353719 | 6.64s 2025-12-05 21:49:00.013424 | fa163eff-46ee-0072-a3a4-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-12-05 21:49:00.015854 | fa163eff-46ee-0072-a3a4-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:09.578556 | 6.86s 2025-12-05 21:49:00.024683 | fa163eff-46ee-0072-a3a4-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:09.587397 | 6.87s 2025-12-05 21:49:00.046728 | fa163eff-46ee-0072-a3a4-0000000045a9 | TASK | Async assignment of Keystone user per role 2025-12-05 21:49:00.144661 | fa163eff-46ee-0072-a3a4-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:09.707352 | 0.10s 2025-12-05 21:49:00.156873 | fa163eff-46ee-0072-a3a4-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:09.719588 | 0.11s 2025-12-05 21:49:00.170969 | 9ed71566-b9da-46e3-a543-f4c8deb64759 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 21:49:00.195813 | fa163eff-46ee-0072-a3a4-0000000047da | TASK | Async assignment of Keystone user to roles 2025-12-05 21:49:00.559782 | fa163eff-46ee-0072-a3a4-0000000047da | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-12-05 21:49:00.562251 | fa163eff-46ee-0072-a3a4-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.124961 | 0.36s 2025-12-05 21:49:00.567408 | fa163eff-46ee-0072-a3a4-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:10.130122 | 0.37s 2025-12-05 21:49:00.589353 | fa163eff-46ee-0072-a3a4-0000000047dc | TASK | Check Keystone user assignment to roles status 2025-12-05 21:49:00.862741 | fa163eff-46ee-0072-a3a4-0000000047dc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 21:49:06.119317 | fa163eff-46ee-0072-a3a4-0000000047dc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-12-05 21:49:06.121718 | fa163eff-46ee-0072-a3a4-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:15.684425 | 5.53s 2025-12-05 21:49:06.133872 | fa163eff-46ee-0072-a3a4-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:15.696585 | 5.54s 2025-12-05 21:49:06.153575 | fa163eff-46ee-0072-a3a4-0000000045ae | TASK | Async assignment of Keystone user per role 2025-12-05 21:49:06.250898 | fa163eff-46ee-0072-a3a4-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:15.813602 | 0.10s 2025-12-05 21:49:06.263346 | fa163eff-46ee-0072-a3a4-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:15.826062 | 0.11s 2025-12-05 21:49:06.279038 | 90330b61-c347-4496-bf9b-4ef205f81c3e | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-12-05 21:49:06.302881 | fa163eff-46ee-0072-a3a4-0000000047fe | TASK | Async assignment of Keystone user to roles 2025-12-05 21:49:06.626484 | fa163eff-46ee-0072-a3a4-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-12-05 21:49:06.628354 | fa163eff-46ee-0072-a3a4-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:16.191071 | 0.32s 2025-12-05 21:49:06.934474 | fa163eff-46ee-0072-a3a4-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-12-05 21:49:06.935573 | fa163eff-46ee-0072-a3a4-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:16.498286 | 0.63s 2025-12-05 21:49:07.259960 | fa163eff-46ee-0072-a3a4-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-12-05 21:49:07.261639 | fa163eff-46ee-0072-a3a4-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:16.824351 | 0.96s 2025-12-05 21:49:07.272058 | fa163eff-46ee-0072-a3a4-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:16.834774 | 0.97s 2025-12-05 21:49:07.286641 | fa163eff-46ee-0072-a3a4-000000004800 | TASK | Check Keystone user assignment to roles status 2025-12-05 21:49:07.494094 | fa163eff-46ee-0072-a3a4-000000004800 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-12-05 21:49:12.707349 | fa163eff-46ee-0072-a3a4-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-12-05 21:49:12.708695 | fa163eff-46ee-0072-a3a4-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.271403 | 5.42s 2025-12-05 21:49:12.973168 | fa163eff-46ee-0072-a3a4-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-12-05 21:49:12.975064 | fa163eff-46ee-0072-a3a4-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.537778 | 5.69s 2025-12-05 21:49:13.182166 | fa163eff-46ee-0072-a3a4-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-12-05 21:49:13.184124 | fa163eff-46ee-0072-a3a4-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.746837 | 5.90s 2025-12-05 21:49:13.195358 | fa163eff-46ee-0072-a3a4-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.758066 | 5.91s 2025-12-05 21:49:13.223922 | fa163eff-46ee-0072-a3a4-00000000397d | TASK | is Keystone LDAP enabled 2025-12-05 21:49:13.321206 | fa163eff-46ee-0072-a3a4-00000000397d | OK | is Keystone LDAP enabled | undercloud 2025-12-05 21:49:13.322254 | fa163eff-46ee-0072-a3a4-00000000397d | TIMING | is Keystone LDAP enabled | undercloud | 0:24:22.884966 | 0.10s 2025-12-05 21:49:13.339348 | fa163eff-46ee-0072-a3a4-00000000397e | TASK | Set fact for tripleo_keystone_ldap_domains 2025-12-05 21:49:13.391278 | fa163eff-46ee-0072-a3a4-00000000397e | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-12-05 21:49:13.392152 | fa163eff-46ee-0072-a3a4-00000000397e | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:22.954870 | 0.05s 2025-12-05 21:49:13.407754 | fa163eff-46ee-0072-a3a4-00000000397f | TASK | Manage Keystone domains from LDAP config 2025-12-05 21:49:13.458141 | fa163eff-46ee-0072-a3a4-00000000397f | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-12-05 21:49:13.459161 | fa163eff-46ee-0072-a3a4-00000000397f | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:23.021878 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-12-05 21:49:13.586793 | fa163eff-46ee-0072-a3a4-0000000000e2 | TASK | Deploy step tasks for 4 2025-12-05 21:49:13.615946 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000e2') missing from stats 2025-12-05 21:49:13.638800 | fa163eff-46ee-0072-a3a4-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-12-05 21:49:14.106523 | fa163eff-46ee-0072-a3a4-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-12-05 21:49:14.107840 | fa163eff-46ee-0072-a3a4-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:23.670552 | 0.47s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 21:49:14.178676 | fa163eff-46ee-0072-a3a4-0000000000e4 | TIMING | include_tasks | standalone | 0:24:23.741382 | 0.04s 2025-12-05 21:49:14.220289 | bee1c82b-e648-44e4-be97-8dc92df408c0 | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-12-05 21:49:14.246251 | fa163eff-46ee-0072-a3a4-000000004842 | TASK | Create virtqemud recovery script 2025-12-05 21:49:14.702994 | fa163eff-46ee-0072-a3a4-000000004842 | CHANGED | Create virtqemud recovery script | standalone 2025-12-05 21:49:14.704436 | fa163eff-46ee-0072-a3a4-000000004842 | TIMING | Create virtqemud recovery script | standalone | 0:24:24.267143 | 0.46s 2025-12-05 21:49:14.732673 | fa163eff-46ee-0072-a3a4-000000004843 | TASK | Create virtqemud recovery trigger service 2025-12-05 21:49:15.232391 | fa163eff-46ee-0072-a3a4-000000004843 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-12-05 21:49:15.233835 | fa163eff-46ee-0072-a3a4-000000004843 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:24.796545 | 0.50s 2025-12-05 21:49:15.262209 | fa163eff-46ee-0072-a3a4-000000004844 | TASK | Create virtqemud recovery trigger timer 2025-12-05 21:49:15.765031 | fa163eff-46ee-0072-a3a4-000000004844 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-12-05 21:49:15.767700 | fa163eff-46ee-0072-a3a4-000000004844 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:25.330410 | 0.50s 2025-12-05 21:49:15.797092 | fa163eff-46ee-0072-a3a4-000000004845 | TASK | Enable virtqemud recovery trigger service 2025-12-05 21:49:16.834629 | fa163eff-46ee-0072-a3a4-000000004845 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-12-05 21:49:16.836671 | fa163eff-46ee-0072-a3a4-000000004845 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:26.399377 | 1.04s 2025-12-05 21:49:16.867006 | fa163eff-46ee-0072-a3a4-000000004846 | TASK | Enable virtqemud recovery trigger timer 2025-12-05 21:49:17.889694 | fa163eff-46ee-0072-a3a4-000000004846 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-12-05 21:49:17.891342 | fa163eff-46ee-0072-a3a4-000000004846 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:27.454046 | 1.02s 2025-12-05 21:49:17.919863 | fa163eff-46ee-0072-a3a4-000000004847 | TASK | Really enable virtqemud recovery trigger timer 2025-12-05 21:49:18.484549 | fa163eff-46ee-0072-a3a4-000000004847 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-12-05 21:49:18.486151 | fa163eff-46ee-0072-a3a4-000000004847 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:28.048861 | 0.56s 2025-12-05 21:49:18.514677 | fa163eff-46ee-0072-a3a4-000000004849 | TASK | Create systemd file 2025-12-05 21:49:18.997117 | fa163eff-46ee-0072-a3a4-000000004849 | CHANGED | Create systemd file | standalone 2025-12-05 21:49:18.998729 | fa163eff-46ee-0072-a3a4-000000004849 | TIMING | Create systemd file | standalone | 0:24:28.561437 | 0.48s 2025-12-05 21:49:19.030891 | fa163eff-46ee-0072-a3a4-00000000484a | TASK | Reload systemd 2025-12-05 21:49:19.758308 | fa163eff-46ee-0072-a3a4-00000000484a | CHANGED | Reload systemd | standalone 2025-12-05 21:49:19.759419 | fa163eff-46ee-0072-a3a4-00000000484a | TIMING | Reload systemd | standalone | 0:24:29.322135 | 0.73s 2025-12-05 21:49:19.780015 | fa163eff-46ee-0072-a3a4-00000000484d | TASK | Start OVN container 2025-12-05 21:49:19.842744 | fa163eff-46ee-0072-a3a4-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-12-05 21:49:19.874778 | fa163eff-46ee-0072-a3a4-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-12-05 21:49:19.899338 | fa163eff-46ee-0072-a3a4-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-12-05 21:49:19.911117 | fa163eff-46ee-0072-a3a4-00000000484d | TIMING | Start OVN container | standalone | 0:24:29.473822 | 0.13s 2025-12-05 21:49:19.940517 | fa163eff-46ee-0072-a3a4-00000000484f | TASK | Set NB connection 2025-12-05 21:49:20.002764 | fa163eff-46ee-0072-a3a4-00000000484f | SKIPPED | Set NB connection | standalone 2025-12-05 21:49:20.004341 | fa163eff-46ee-0072-a3a4-00000000484f | TIMING | Set NB connection | standalone | 0:24:29.567047 | 0.06s 2025-12-05 21:49:20.033082 | fa163eff-46ee-0072-a3a4-000000004850 | TASK | Set SB connection 2025-12-05 21:49:20.086219 | fa163eff-46ee-0072-a3a4-000000004850 | SKIPPED | Set SB connection | standalone 2025-12-05 21:49:20.087390 | fa163eff-46ee-0072-a3a4-000000004850 | TIMING | Set SB connection | standalone | 0:24:29.650099 | 0.05s 2025-12-05 21:49:20.115393 | fa163eff-46ee-0072-a3a4-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-12-05 21:49:20.382589 | fa163eff-46ee-0072-a3a4-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-12-05 21:49:20.383743 | fa163eff-46ee-0072-a3a4-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:29.946459 | 0.27s 2025-12-05 21:49:20.466365 | fa163eff-46ee-0072-a3a4-0000000000e7 | TIMING | include_tasks | standalone | 0:24:30.029070 | 0.06s 2025-12-05 21:49:20.491968 | 54575261-8df0-4f6f-8340-c02460607dc1 | INCLUDED | /root/standalone-ansible-rrsb8bp5/common_deploy_steps_tasks.yaml | standalone 2025-12-05 21:49:20.517154 | fa163eff-46ee-0072-a3a4-00000000487f | TASK | Write the config_step hieradata 2025-12-05 21:49:20.947733 | fa163eff-46ee-0072-a3a4-00000000487f | OK | Write the config_step hieradata | standalone 2025-12-05 21:49:20.948946 | fa163eff-46ee-0072-a3a4-00000000487f | TIMING | Write the config_step hieradata | standalone | 0:24:30.511662 | 0.43s 2025-12-05 21:49:20.971501 | fa163eff-46ee-0072-a3a4-000000004880 | TASK | Run puppet host configuration for step 4 2025-12-05 21:49:21.284198 | fa163eff-46ee-0072-a3a4-000000004880 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-12-05 21:49:21.285470 | fa163eff-46ee-0072-a3a4-000000004880 | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:30.848182 | 0.31s 2025-12-05 21:49:21.314318 | fa163eff-46ee-0072-a3a4-000000004881 | TASK | Wait for puppet host configuration to finish 2025-12-05 21:49:21.572605 | fa163eff-46ee-0072-a3a4-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 21:49:31.791175 | fa163eff-46ee-0072-a3a4-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 21:49:42.014991 | fa163eff-46ee-0072-a3a4-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-12-05 21:49:52.238978 | fa163eff-46ee-0072-a3a4-000000004881 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 21:49:52.240503 | fa163eff-46ee-0072-a3a4-000000004881 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:01.803189 | 30.92s 2025-12-05 21:49:52.270559 | fa163eff-46ee-0072-a3a4-000000004882 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-12-05 21:49:52.355447 | fa163eff-46ee-0072-a3a4-000000004882 | 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 5 21:49:21 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 21:49:27 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 21:49:27 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 21:49:27 puppet-user: (file & line not available)", "<13>Dec 5 21:49:27 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 5 21:49:27 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 5 21:49:28 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 5 21:49:28 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 5 21:49:28 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 5 21:49:28 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 5 21:49:28 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 5 21:49:28 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 5 21:49:28 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 5 21:49:28 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 5 21:49:28 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 21:49:28 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.50 seconds", "<13>Dec 5 21:49:32 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 21:49:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 21:49:39 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Dec 5 21:49:39 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}a7b1c1472321af755aa9707141bcea43c54d38607b4574b624bd5993e01a00cf'", "<13>Dec 5 21:49:39 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Dec 5 21:49:39 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Dec 5 21:49:40 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Dec 5 21:49:40 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Dec 5 21:49:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 21:49:46 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 5 21:49:47 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Dec 5 21:49:47 puppet-user: Notice: Applied catalog in 19.64 seconds", "<13>Dec 5 21:49:47 puppet-user: Application:", "<13>Dec 5 21:49:47 puppet-user: Initial environment: production", "<13>Dec 5 21:49:47 puppet-user: Converged environment: production", "<13>Dec 5 21:49:47 puppet-user: Run mode: user", "<13>Dec 5 21:49:47 puppet-user: Changes:", "<13>Dec 5 21:49:47 puppet-user: Total: 10", "<13>Dec 5 21:49:47 puppet-user: Events:", "<13>Dec 5 21:49:47 puppet-user: Success: 10", "<13>Dec 5 21:49:47 puppet-user: Resources:", "<13>Dec 5 21:49:47 puppet-user: Restarted: 1", "<13>Dec 5 21:49:47 puppet-user: Changed: 10", "<13>Dec 5 21:49:47 puppet-user: Out of sync: 10", "<13>Dec 5 21:49:47 puppet-user: Total: 37", "<13>Dec 5 21:49:47 puppet-user: Time:", "<13>Dec 5 21:49:47 puppet-user: Filebucket: 0.00", "<13>Dec 5 21:49:47 puppet-user: File line: 0.00", "<13>Dec 5 21:49:47 puppet-user: Schedule: 0.00", "<13>Dec 5 21:49:47 puppet-user: User: 0.01", "<13>Dec 5 21:49:47 puppet-user: Augeas: 0.01", "<13>Dec 5 21:49:47 puppet-user: File: 0.10", "<13>Dec 5 21:49:47 puppet-user: Config retrieval: 0.58", "<13>Dec 5 21:49:47 puppet-user: Pcmk property: 1.44", "<13>Dec 5 21:49:47 puppet-user: Service: 1.47", "<13>Dec 5 21:49:47 puppet-user: Last run: 1764971387", "<13>Dec 5 21:49:47 puppet-user: Transaction evaluation: 19.62", "<13>Dec 5 21:49:47 puppet-user: Catalog application: 19.64", "<13>Dec 5 21:49:47 puppet-user: Pcmk resource default: 2.05", "<13>Dec 5 21:49:47 puppet-user: Pcmk resource op default: 2.05", "<13>Dec 5 21:49:47 puppet-user: Package: 5.28", "<13>Dec 5 21:49:47 puppet-user: Exec: 7.02", "<13>Dec 5 21:49:47 puppet-user: Total: 19.64", "<13>Dec 5 21:49:47 puppet-user: Version:", "<13>Dec 5 21:49:47 puppet-user: Config: 1764971367", "<13>Dec 5 21:49:47 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 21:49:52.356826 | fa163eff-46ee-0072-a3a4-000000004882 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:01.919538 | 0.08s 2025-12-05 21:49:52.385358 | fa163eff-46ee-0072-a3a4-000000004883 | TASK | Pre-cache facts for puppet containers 2025-12-05 21:49:52.415069 | fa163eff-46ee-0072-a3a4-000000004883 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:01.977776 | 0.03s 2025-12-05 21:49:52.481703 | fa163eff-46ee-0072-a3a4-0000000048c4 | TASK | Gather variables for each operating system 2025-12-05 21:49:52.597358 | fa163eff-46ee-0072-a3a4-0000000048c4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:02.160058 | 0.11s 2025-12-05 21:49:52.626562 | fa163eff-46ee-0072-a3a4-0000000048c5 | TASK | Create puppet caching structures 2025-12-05 21:49:52.867979 | fa163eff-46ee-0072-a3a4-0000000048c5 | CHANGED | Create puppet caching structures | standalone 2025-12-05 21:49:52.869364 | fa163eff-46ee-0072-a3a4-0000000048c5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:02.432076 | 0.24s 2025-12-05 21:49:52.897985 | fa163eff-46ee-0072-a3a4-0000000048c6 | TASK | Check for facter.conf 2025-12-05 21:49:53.150443 | fa163eff-46ee-0072-a3a4-0000000048c6 | OK | Check for facter.conf | standalone 2025-12-05 21:49:53.151805 | fa163eff-46ee-0072-a3a4-0000000048c6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:02.714517 | 0.25s 2025-12-05 21:49:53.180579 | fa163eff-46ee-0072-a3a4-0000000048c7 | TASK | Remove facter.conf if directory 2025-12-05 21:49:53.231623 | fa163eff-46ee-0072-a3a4-0000000048c7 | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 21:49:53.232778 | fa163eff-46ee-0072-a3a4-0000000048c7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:02.795490 | 0.05s 2025-12-05 21:49:53.261031 | fa163eff-46ee-0072-a3a4-0000000048c8 | TASK | Write facter cache config 2025-12-05 21:49:53.768062 | fa163eff-46ee-0072-a3a4-0000000048c8 | CHANGED | Write facter cache config | standalone 2025-12-05 21:49:53.769440 | fa163eff-46ee-0072-a3a4-0000000048c8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:03.332152 | 0.51s 2025-12-05 21:49:53.798185 | fa163eff-46ee-0072-a3a4-0000000048c9 | TASK | Cleanup facter cache if exists 2025-12-05 21:49:54.020108 | fa163eff-46ee-0072-a3a4-0000000048c9 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 21:49:54.021531 | fa163eff-46ee-0072-a3a4-0000000048c9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:03.584242 | 0.22s 2025-12-05 21:49:54.050075 | fa163eff-46ee-0072-a3a4-0000000048ca | TASK | Pre-cache facts 2025-12-05 21:49:54.690242 | fa163eff-46ee-0072-a3a4-0000000048ca | CHANGED | Pre-cache facts | standalone 2025-12-05 21:49:54.691625 | fa163eff-46ee-0072-a3a4-0000000048ca | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:04.254335 | 0.64s 2025-12-05 21:49:54.723134 | fa163eff-46ee-0072-a3a4-0000000048cb | TASK | Failed deployment if facter fails 2025-12-05 21:49:54.764147 | fa163eff-46ee-0072-a3a4-0000000048cb | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 21:49:54.765263 | fa163eff-46ee-0072-a3a4-0000000048cb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:04.327973 | 0.04s 2025-12-05 21:49:54.808596 | fa163eff-46ee-0072-a3a4-0000000048cc | TASK | Sync cached facts 2025-12-05 21:49:55.124816 | fa163eff-46ee-0072-a3a4-0000000048cc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-46ee-0072-a3a4-0000000048cc') missing from stats 2025-12-05 21:49:55.179326 | fa163eff-46ee-0072-a3a4-000000004884 | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 21:49:55.230513 | fa163eff-46ee-0072-a3a4-000000004884 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 21:49:55.231588 | fa163eff-46ee-0072-a3a4-000000004884 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:04.794297 | 0.05s 2025-12-05 21:49:55.260946 | fa163eff-46ee-0072-a3a4-000000004886 | TASK | Manage containers for step 4 with tripleo-ansible 2025-12-05 21:49:55.291314 | fa163eff-46ee-0072-a3a4-000000004886 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:04.854016 | 0.03s 2025-12-05 21:49:55.356465 | fa163eff-46ee-0072-a3a4-000000004923 | TASK | Gather variables for each operating system 2025-12-05 21:49:55.479804 | fa163eff-46ee-0072-a3a4-000000004923 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:05.042496 | 0.12s 2025-12-05 21:49:55.509530 | fa163eff-46ee-0072-a3a4-000000004924 | TASK | Create container logs path 2025-12-05 21:49:55.753567 | fa163eff-46ee-0072-a3a4-000000004924 | OK | Create container logs path | standalone 2025-12-05 21:49:55.755199 | fa163eff-46ee-0072-a3a4-000000004924 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:05.317903 | 0.24s 2025-12-05 21:49:55.788393 | fa163eff-46ee-0072-a3a4-000000004926 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 21:49:56.108991 | fa163eff-46ee-0072-a3a4-000000004926 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-05 21:49:56.110275 | fa163eff-46ee-0072-a3a4-000000004926 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:05.672986 | 0.32s 2025-12-05 21:49:56.142562 | fa163eff-46ee-0072-a3a4-000000004927 | TASK | Finalise hashes for all containers 2025-12-05 21:49:56.240350 | fa163eff-46ee-0072-a3a4-000000004927 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:49:56.241451 | fa163eff-46ee-0072-a3a4-000000004927 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:05.804164 | 0.10s 2025-12-05 21:49:56.270087 | fa163eff-46ee-0072-a3a4-000000004929 | TASK | Manage systemd shutdown files 2025-12-05 21:49:56.305791 | fa163eff-46ee-0072-a3a4-000000004929 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:05.868488 | 0.03s 2025-12-05 21:49:56.339116 | 4b81dfbe-4aea-4364-a6e7-5ffec79bee1f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 21:49:56.368981 | fa163eff-46ee-0072-a3a4-00000000495c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 21:49:56.634275 | fa163eff-46ee-0072-a3a4-00000000495c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 21:49:56.635744 | fa163eff-46ee-0072-a3a4-00000000495c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:06.198453 | 0.27s 2025-12-05 21:49:56.664727 | fa163eff-46ee-0072-a3a4-00000000495d | TASK | Set podman_drop_in fact 2025-12-05 21:49:56.707512 | fa163eff-46ee-0072-a3a4-00000000495d | OK | Set podman_drop_in fact | standalone 2025-12-05 21:49:56.708705 | fa163eff-46ee-0072-a3a4-00000000495d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:06.271417 | 0.04s 2025-12-05 21:49:56.737426 | fa163eff-46ee-0072-a3a4-00000000495f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 21:49:57.258231 | fa163eff-46ee-0072-a3a4-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 21:49:57.260606 | fa163eff-46ee-0072-a3a4-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:06.823307 | 0.52s 2025-12-05 21:49:57.748327 | fa163eff-46ee-0072-a3a4-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 21:49:57.750163 | fa163eff-46ee-0072-a3a4-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:07.312876 | 1.01s 2025-12-05 21:49:57.760674 | fa163eff-46ee-0072-a3a4-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:07.323382 | 1.02s 2025-12-05 21:49:57.791165 | fa163eff-46ee-0072-a3a4-000000004960 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 21:49:58.297789 | fa163eff-46ee-0072-a3a4-000000004960 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 21:49:58.298905 | fa163eff-46ee-0072-a3a4-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:07.861619 | 0.51s 2025-12-05 21:49:58.320861 | fa163eff-46ee-0072-a3a4-000000004961 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 21:49:58.798001 | fa163eff-46ee-0072-a3a4-000000004961 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 21:49:58.799447 | fa163eff-46ee-0072-a3a4-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:08.362157 | 0.48s 2025-12-05 21:49:58.828631 | fa163eff-46ee-0072-a3a4-000000004962 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 21:49:59.576387 | fa163eff-46ee-0072-a3a4-000000004962 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 21:49:59.578468 | fa163eff-46ee-0072-a3a4-000000004962 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:09.141178 | 0.75s 2025-12-05 21:49:59.609875 | fa163eff-46ee-0072-a3a4-000000004963 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 21:50:00.141820 | fa163eff-46ee-0072-a3a4-000000004963 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 21:50:00.143189 | fa163eff-46ee-0072-a3a4-000000004963 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:09.705900 | 0.53s 2025-12-05 21:50:00.171727 | fa163eff-46ee-0072-a3a4-000000004964 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 21:50:00.680042 | fa163eff-46ee-0072-a3a4-000000004964 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 21:50:00.681544 | fa163eff-46ee-0072-a3a4-000000004964 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:10.244254 | 0.51s 2025-12-05 21:50:00.710222 | fa163eff-46ee-0072-a3a4-000000004965 | TASK | Enable and start netns-placeholder 2025-12-05 21:50:01.487662 | fa163eff-46ee-0072-a3a4-000000004965 | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 21:50:01.489797 | fa163eff-46ee-0072-a3a4-000000004965 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:11.052508 | 0.78s 2025-12-05 21:50:01.519873 | fa163eff-46ee-0072-a3a4-00000000492b | TASK | Update container configs with new config hashes 2025-12-05 21:50:01.573764 | fa163eff-46ee-0072-a3a4-00000000492b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:11.136471 | 0.05s 2025-12-05 21:50:01.594460 | 53afb253-8ea1-4695-95de-9d04dd1483b4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 21:50:01.627355 | fa163eff-46ee-0072-a3a4-00000000498d | TASK | Update config hashes for container startup configs 2025-12-05 21:50:01.925750 | fa163eff-46ee-0072-a3a4-00000000498d | OK | Update config hashes for container startup configs | standalone 2025-12-05 21:50:01.926980 | fa163eff-46ee-0072-a3a4-00000000498d | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:11.489692 | 0.30s 2025-12-05 21:50:01.958637 | fa163eff-46ee-0072-a3a4-00000000492c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 21:50:02.007431 | fa163eff-46ee-0072-a3a4-00000000492c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:11.570146 | 0.04s 2025-12-05 21:50:02.018561 | 33b336a6-3deb-45f5-8ec0-47e016c28b85 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:50:02.040267 | fa163eff-46ee-0072-a3a4-0000000049ac | TASK | Gather podman infos 2025-12-05 21:50:03.618901 | fa163eff-46ee-0072-a3a4-0000000049ac | OK | Gather podman infos | standalone 2025-12-05 21:50:03.620138 | fa163eff-46ee-0072-a3a4-0000000049ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:13.182849 | 1.58s 2025-12-05 21:50:03.731645 | fa163eff-46ee-0072-a3a4-0000000049ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 21:50:03.814901 | fa163eff-46ee-0072-a3a4-0000000049ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:13.377605 | 0.08s 2025-12-05 21:50:03.985830 | fa163eff-46ee-0072-a3a4-0000000049f6 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:13.548539 | 0.11s 2025-12-05 21:50:04.024192 | fa163eff-46ee-0072-a3a4-00000000492d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 21:50:04.083011 | fa163eff-46ee-0072-a3a4-00000000492d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:13.645711 | 0.06s 2025-12-05 21:50:04.106689 | 1f67cb28-0672-4f2f-b964-62b98cc8d810 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:50:04.138932 | fa163eff-46ee-0072-a3a4-000000004a1c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 21:50:25.800301 | fa163eff-46ee-0072-a3a4-000000004a1c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-05 21:50:25.802142 | fa163eff-46ee-0072-a3a4-000000004a1c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:35.364851 | 21.66s 2025-12-05 21:50:25.833720 | fa163eff-46ee-0072-a3a4-000000004a1d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-12-05 21:52:41.147405 | fa163eff-46ee-0072-a3a4-000000004a1d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-12-05 21:52:41.149565 | fa163eff-46ee-0072-a3a4-000000004a1d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:50.712276 | 135.31s 2025-12-05 21:52:41.223407 | fa163eff-46ee-0072-a3a4-000000004888 | TASK | Clean container_puppet_tasks for standalone step 4 2025-12-05 21:52:41.469431 | fa163eff-46ee-0072-a3a4-000000004888 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-12-05 21:52:41.470998 | fa163eff-46ee-0072-a3a4-000000004888 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:51.033706 | 0.25s 2025-12-05 21:52:41.517456 | fa163eff-46ee-0072-a3a4-000000004889 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-12-05 21:52:41.567606 | fa163eff-46ee-0072-a3a4-000000004889 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:51.130312 | 0.05s 2025-12-05 21:52:41.594001 | fa163eff-46ee-0072-a3a4-00000000488a | TASK | Include container-puppet tasks for step 4 2025-12-05 21:52:41.634431 | fa163eff-46ee-0072-a3a4-00000000488a | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:51.197135 | 0.04s 2025-12-05 21:52:41.652420 | 1b043512-e926-4181-8aea-ba4aa5a80e01 | INCLUDED | /root/standalone-ansible-rrsb8bp5/host-container-puppet-tasks.yaml | standalone 2025-12-05 21:52:41.692562 | fa163eff-46ee-0072-a3a4-000000004a68 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-12-05 21:52:42.194150 | fa163eff-46ee-0072-a3a4-000000004a68 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-12-05 21:52:42.195664 | fa163eff-46ee-0072-a3a4-000000004a68 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:27:51.758373 | 0.50s 2025-12-05 21:52:42.228285 | fa163eff-46ee-0072-a3a4-000000004a6a | TASK | Generate container puppet configs for step 4 2025-12-05 21:52:42.532126 | fa163eff-46ee-0072-a3a4-000000004a6a | OK | Generate container puppet configs for step 4 | standalone 2025-12-05 21:52:42.533802 | fa163eff-46ee-0072-a3a4-000000004a6a | TIMING | Generate container puppet configs for step 4 | standalone | 0:27:52.096513 | 0.30s 2025-12-05 21:52:42.564960 | fa163eff-46ee-0072-a3a4-000000004a6b | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-12-05 21:52:42.591746 | fa163eff-46ee-0072-a3a4-000000004a6b | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:27:52.154426 | 0.03s 2025-12-05 21:52:42.668910 | fa163eff-46ee-0072-a3a4-000000004a9a | TASK | Gather variables for each operating system 2025-12-05 21:52:42.823833 | fa163eff-46ee-0072-a3a4-000000004a9a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:27:52.386509 | 0.15s 2025-12-05 21:52:42.858335 | fa163eff-46ee-0072-a3a4-000000004a9b | TASK | Create container logs path 2025-12-05 21:52:43.114671 | fa163eff-46ee-0072-a3a4-000000004a9b | OK | Create container logs path | standalone 2025-12-05 21:52:43.116470 | fa163eff-46ee-0072-a3a4-000000004a9b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:27:52.679176 | 0.26s 2025-12-05 21:52:43.155817 | fa163eff-46ee-0072-a3a4-000000004a9d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-05 21:52:43.422287 | fa163eff-46ee-0072-a3a4-000000004a9d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-05 21:52:43.424163 | fa163eff-46ee-0072-a3a4-000000004a9d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:52.986870 | 0.27s 2025-12-05 21:52:43.454983 | fa163eff-46ee-0072-a3a4-000000004a9e | TASK | Finalise hashes for all containers 2025-12-05 21:52:43.500984 | fa163eff-46ee-0072-a3a4-000000004a9e | OK | Finalise hashes for all containers | standalone 2025-12-05 21:52:43.502656 | fa163eff-46ee-0072-a3a4-000000004a9e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:27:53.065361 | 0.04s 2025-12-05 21:52:43.534307 | fa163eff-46ee-0072-a3a4-000000004aa0 | TASK | Manage systemd shutdown files 2025-12-05 21:52:43.568788 | fa163eff-46ee-0072-a3a4-000000004aa0 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:52:43.570281 | fa163eff-46ee-0072-a3a4-000000004aa0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:27:53.132989 | 0.03s 2025-12-05 21:52:43.601255 | fa163eff-46ee-0072-a3a4-000000004aa2 | TASK | Update container configs with new config hashes 2025-12-05 21:52:43.637640 | fa163eff-46ee-0072-a3a4-000000004aa2 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:52:43.638722 | fa163eff-46ee-0072-a3a4-000000004aa2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:27:53.201433 | 0.04s 2025-12-05 21:52:43.664675 | fa163eff-46ee-0072-a3a4-000000004aa3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-05 21:52:43.720425 | fa163eff-46ee-0072-a3a4-000000004aa3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-05 21:52:43.721805 | fa163eff-46ee-0072-a3a4-000000004aa3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:53.284519 | 0.06s 2025-12-05 21:52:43.747939 | fa163eff-46ee-0072-a3a4-000000004aa4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-12-05 21:52:43.802761 | fa163eff-46ee-0072-a3a4-000000004aa4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-12-05 21:52:43.803816 | fa163eff-46ee-0072-a3a4-000000004aa4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:27:53.366531 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-12-05 21:52:43.942520 | fa163eff-46ee-0072-a3a4-0000000000ea | TASK | External deployment step 5 2025-12-05 21:52:43.984256 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000ea') missing from stats 2025-12-05 21:52:44.040996 | fa163eff-46ee-0072-a3a4-0000000000eb | TIMING | include_tasks | undercloud | 0:27:53.603694 | 0.04s 2025-12-05 21:52:44.049793 | d0c09cf1-c5be-404a-aa90-0f1c7cae3033 | INCLUDED | /root/standalone-ansible-rrsb8bp5/external_deploy_steps_tasks_step5.yaml | undercloud 2025-12-05 21:52:44.065425 | fa163eff-46ee-0072-a3a4-000000004af3 | TASK | Manage Cinder's default volume type 2025-12-05 21:52:55.064451 | fa163eff-46ee-0072-a3a4-000000004af3 | OK | Manage Cinder's default volume type | undercloud 2025-12-05 21:52:55.066447 | fa163eff-46ee-0072-a3a4-000000004af3 | TIMING | Manage Cinder's default volume type | undercloud | 0:28:04.629153 | 11.00s PLAY [Deploy step tasks for 5] ************************************************* 2025-12-05 21:52:55.208776 | fa163eff-46ee-0072-a3a4-0000000000ee | TASK | Deploy step tasks for 5 2025-12-05 21:52:55.243790 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000ee') missing from stats 2025-12-05 21:52:55.267195 | fa163eff-46ee-0072-a3a4-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-12-05 21:52:55.835777 | fa163eff-46ee-0072-a3a4-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-12-05 21:52:55.836857 | fa163eff-46ee-0072-a3a4-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:05.399575 | 0.57s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-12-05 21:52:55.904409 | fa163eff-46ee-0072-a3a4-0000000000f0 | TIMING | include_tasks | standalone | 0:28:05.467111 | 0.05s 2025-12-05 21:52:56.017835 | 26d50f0f-8aad-41f7-924f-ff6a5cc2a08b | INCLUDED | /root/standalone-ansible-rrsb8bp5/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-12-05 21:52:56.063134 | fa163eff-46ee-0072-a3a4-000000004b16 | TASK | Gather variables for each operating system 2025-12-05 21:52:56.190918 | fa163eff-46ee-0072-a3a4-000000004b16 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:05.753609 | 0.13s 2025-12-05 21:52:56.223291 | fa163eff-46ee-0072-a3a4-000000004b17 | TASK | Detect if resource is being created or already exists 2025-12-05 21:52:56.999274 | fa163eff-46ee-0072-a3a4-000000004b17 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 21:52:57.001077 | fa163eff-46ee-0072-a3a4-000000004b17 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:06.563786 | 0.78s 2025-12-05 21:52:57.033179 | fa163eff-46ee-0072-a3a4-000000004b18 | TASK | Run init bundle puppet on the host for cinder_backup 2025-12-05 21:53:22.444281 | fa163eff-46ee-0072-a3a4-000000004b18 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-12-05 21:53:22.445424 | fa163eff-46ee-0072-a3a4-000000004b18 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:32.008143 | 25.41s 2025-12-05 21:53:22.467268 | fa163eff-46ee-0072-a3a4-000000004b19 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-05 21:53:22.705943 | fa163eff-46ee-0072-a3a4-000000004b19 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-05 21:53:22.707632 | fa163eff-46ee-0072-a3a4-000000004b19 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:32.270343 | 0.24s 2025-12-05 21:53:22.739898 | fa163eff-46ee-0072-a3a4-000000004b1a | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 21:53:23.212511 | fa163eff-46ee-0072-a3a4-000000004b1a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 21:53:23.214028 | fa163eff-46ee-0072-a3a4-000000004b1a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:32.776736 | 0.47s 2025-12-05 21:53:23.250932 | fa163eff-46ee-0072-a3a4-000000004b1b | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-12-05 21:53:23.501288 | fa163eff-46ee-0072-a3a4-000000004b1b | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-12-05 21:53:23.502692 | fa163eff-46ee-0072-a3a4-000000004b1b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:33.065402 | 0.25s 2025-12-05 21:53:23.538120 | fa163eff-46ee-0072-a3a4-000000004b1d | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-12-05 21:53:23.589686 | fa163eff-46ee-0072-a3a4-000000004b1d | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-12-05 21:53:23.590922 | fa163eff-46ee-0072-a3a4-000000004b1d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:33.153631 | 0.05s 2025-12-05 21:53:23.622146 | fa163eff-46ee-0072-a3a4-000000004b1e | TASK | Get container image tag from bundle openstack-cinder-backup 2025-12-05 21:53:23.673845 | fa163eff-46ee-0072-a3a4-000000004b1e | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-12-05 21:53:23.675023 | fa163eff-46ee-0072-a3a4-000000004b1e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:33.237733 | 0.05s 2025-12-05 21:53:23.706284 | fa163eff-46ee-0072-a3a4-000000004b1f | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-12-05 21:53:23.758694 | fa163eff-46ee-0072-a3a4-000000004b1f | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-12-05 21:53:23.760076 | fa163eff-46ee-0072-a3a4-000000004b1f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:33.322786 | 0.05s 2025-12-05 21:53:23.794082 | fa163eff-46ee-0072-a3a4-000000004b20 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 21:53:23.847078 | fa163eff-46ee-0072-a3a4-000000004b20 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 21:53:23.848410 | fa163eff-46ee-0072-a3a4-000000004b20 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:33.411119 | 0.05s 2025-12-05 21:53:23.881046 | fa163eff-46ee-0072-a3a4-000000004b21 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-12-05 21:53:23.940094 | fa163eff-46ee-0072-a3a4-000000004b21 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-12-05 21:53:23.941671 | fa163eff-46ee-0072-a3a4-000000004b21 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:33.504374 | 0.06s 2025-12-05 21:53:24.001941 | fa163eff-46ee-0072-a3a4-000000004b42 | TASK | Gather variables for each operating system 2025-12-05 21:53:24.108378 | fa163eff-46ee-0072-a3a4-000000004b42 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:33.671076 | 0.10s 2025-12-05 21:53:24.140297 | fa163eff-46ee-0072-a3a4-000000004b43 | TASK | Detect if resource is being created or already exists 2025-12-05 21:53:24.956989 | fa163eff-46ee-0072-a3a4-000000004b43 | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 21:53:24.958370 | fa163eff-46ee-0072-a3a4-000000004b43 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:34.521080 | 0.82s 2025-12-05 21:53:24.989556 | fa163eff-46ee-0072-a3a4-000000004b44 | TASK | Run init bundle puppet on the host for cinder_volume 2025-12-05 21:53:50.432094 | fa163eff-46ee-0072-a3a4-000000004b44 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-12-05 21:53:50.433433 | fa163eff-46ee-0072-a3a4-000000004b44 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:28:59.996149 | 25.44s 2025-12-05 21:53:50.459022 | fa163eff-46ee-0072-a3a4-000000004b45 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-12-05 21:53:50.691250 | fa163eff-46ee-0072-a3a4-000000004b45 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-12-05 21:53:50.692996 | fa163eff-46ee-0072-a3a4-000000004b45 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:00.255706 | 0.23s 2025-12-05 21:53:50.723302 | fa163eff-46ee-0072-a3a4-000000004b46 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 21:53:51.113426 | fa163eff-46ee-0072-a3a4-000000004b46 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 21:53:51.115132 | fa163eff-46ee-0072-a3a4-000000004b46 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:00.677842 | 0.39s 2025-12-05 21:53:51.147312 | fa163eff-46ee-0072-a3a4-000000004b47 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-12-05 21:53:51.384066 | fa163eff-46ee-0072-a3a4-000000004b47 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-12-05 21:53:51.385375 | fa163eff-46ee-0072-a3a4-000000004b47 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:00.948086 | 0.24s 2025-12-05 21:53:51.417155 | fa163eff-46ee-0072-a3a4-000000004b49 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-12-05 21:53:51.454663 | fa163eff-46ee-0072-a3a4-000000004b49 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-12-05 21:53:51.455451 | fa163eff-46ee-0072-a3a4-000000004b49 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:01.018170 | 0.04s 2025-12-05 21:53:51.478475 | fa163eff-46ee-0072-a3a4-000000004b4a | TASK | Get container image tag from bundle openstack-cinder-volume 2025-12-05 21:53:51.510308 | fa163eff-46ee-0072-a3a4-000000004b4a | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-12-05 21:53:51.511114 | fa163eff-46ee-0072-a3a4-000000004b4a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:01.073831 | 0.03s 2025-12-05 21:53:51.535179 | fa163eff-46ee-0072-a3a4-000000004b4b | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-12-05 21:53:51.597085 | fa163eff-46ee-0072-a3a4-000000004b4b | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-12-05 21:53:51.598217 | fa163eff-46ee-0072-a3a4-000000004b4b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:01.160928 | 0.06s 2025-12-05 21:53:51.630175 | fa163eff-46ee-0072-a3a4-000000004b4c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 21:53:51.691800 | fa163eff-46ee-0072-a3a4-000000004b4c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 21:53:51.692966 | fa163eff-46ee-0072-a3a4-000000004b4c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:01.255677 | 0.06s 2025-12-05 21:53:51.724086 | fa163eff-46ee-0072-a3a4-000000004b4d | TASK | Remove update marker for bundle openstack-cinder-volume 2025-12-05 21:53:51.778710 | fa163eff-46ee-0072-a3a4-000000004b4d | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-12-05 21:53:51.780193 | fa163eff-46ee-0072-a3a4-000000004b4d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:01.342904 | 0.05s 2025-12-05 21:53:51.835466 | fa163eff-46ee-0072-a3a4-000000004b6e | TASK | Gather variables for each operating system 2025-12-05 21:53:51.961472 | fa163eff-46ee-0072-a3a4-000000004b6e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:01.524175 | 0.12s 2025-12-05 21:53:51.991408 | fa163eff-46ee-0072-a3a4-000000004b6f | TASK | Detect if resource is being created or already exists 2025-12-05 21:53:52.672531 | fa163eff-46ee-0072-a3a4-000000004b6f | CHANGED | Detect if resource is being created or already exists | standalone 2025-12-05 21:53:52.674602 | fa163eff-46ee-0072-a3a4-000000004b6f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:02.237316 | 0.68s 2025-12-05 21:53:52.700032 | fa163eff-46ee-0072-a3a4-000000004b70 | TASK | Run init bundle puppet on the host for manila_share 2025-12-05 21:54:16.989423 | fa163eff-46ee-0072-a3a4-000000004b70 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-12-05 21:54:16.992271 | fa163eff-46ee-0072-a3a4-000000004b70 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:26.554987 | 24.29s 2025-12-05 21:54:17.017878 | fa163eff-46ee-0072-a3a4-000000004b71 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-12-05 21:54:17.303415 | fa163eff-46ee-0072-a3a4-000000004b71 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-12-05 21:54:17.305381 | fa163eff-46ee-0072-a3a4-000000004b71 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:26.868097 | 0.29s 2025-12-05 21:54:17.333090 | fa163eff-46ee-0072-a3a4-000000004b72 | TASK | Run pacemaker restart if the config file for the service changed 2025-12-05 21:54:17.753017 | fa163eff-46ee-0072-a3a4-000000004b72 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-12-05 21:54:17.755087 | fa163eff-46ee-0072-a3a4-000000004b72 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:27.317798 | 0.42s 2025-12-05 21:54:17.788932 | fa163eff-46ee-0072-a3a4-000000004b73 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-12-05 21:54:18.013543 | fa163eff-46ee-0072-a3a4-000000004b73 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-12-05 21:54:18.016008 | fa163eff-46ee-0072-a3a4-000000004b73 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:27.578717 | 0.22s 2025-12-05 21:54:18.052173 | fa163eff-46ee-0072-a3a4-000000004b75 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-12-05 21:54:18.083106 | fa163eff-46ee-0072-a3a4-000000004b75 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-12-05 21:54:18.084146 | fa163eff-46ee-0072-a3a4-000000004b75 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:27.646861 | 0.03s 2025-12-05 21:54:18.108208 | fa163eff-46ee-0072-a3a4-000000004b76 | TASK | Get container image tag from bundle openstack-manila-share 2025-12-05 21:54:18.147629 | fa163eff-46ee-0072-a3a4-000000004b76 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-12-05 21:54:18.148500 | fa163eff-46ee-0072-a3a4-000000004b76 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:27.711207 | 0.04s 2025-12-05 21:54:18.169332 | fa163eff-46ee-0072-a3a4-000000004b77 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-12-05 21:54:18.234890 | fa163eff-46ee-0072-a3a4-000000004b77 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-12-05 21:54:18.235787 | fa163eff-46ee-0072-a3a4-000000004b77 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:27.798506 | 0.07s 2025-12-05 21:54:18.257291 | fa163eff-46ee-0072-a3a4-000000004b78 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-12-05 21:54:18.300033 | fa163eff-46ee-0072-a3a4-000000004b78 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-12-05 21:54:18.300678 | fa163eff-46ee-0072-a3a4-000000004b78 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:27.863396 | 0.04s 2025-12-05 21:54:18.320849 | fa163eff-46ee-0072-a3a4-000000004b79 | TASK | Remove update marker for bundle openstack-manila-share 2025-12-05 21:54:18.351721 | fa163eff-46ee-0072-a3a4-000000004b79 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-12-05 21:54:18.352296 | fa163eff-46ee-0072-a3a4-000000004b79 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:27.915018 | 0.03s 2025-12-05 21:54:18.387665 | fa163eff-46ee-0072-a3a4-000000004b9a | TASK | Run kolla_set_configs to copy ring files 2025-12-05 21:54:18.908173 | fa163eff-46ee-0072-a3a4-000000004b9a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-12-05 21:54:18.910066 | fa163eff-46ee-0072-a3a4-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:28.472775 | 0.52s 2025-12-05 21:54:18.916765 | fa163eff-46ee-0072-a3a4-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:28.479469 | 0.53s 2025-12-05 21:54:18.945547 | fa163eff-46ee-0072-a3a4-000000004b9b | TASK | Run kolla_set_configs to copy ring files 2025-12-05 21:54:19.304267 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-12-05 21:54:19.305164 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:28.867882 | 0.36s 2025-12-05 21:54:19.789078 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-12-05 21:54:19.791058 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:29.353771 | 0.84s 2025-12-05 21:54:20.116379 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-12-05 21:54:20.117433 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:29.680146 | 1.17s 2025-12-05 21:54:20.707707 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-12-05 21:54:20.708638 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.271355 | 1.76s 2025-12-05 21:54:21.024333 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-12-05 21:54:21.026353 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.589064 | 2.08s 2025-12-05 21:54:21.320045 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-12-05 21:54:21.321394 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:30.884104 | 2.37s 2025-12-05 21:54:21.984609 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-12-05 21:54:21.986467 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:31.549180 | 3.04s 2025-12-05 21:54:22.440293 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-12-05 21:54:22.442454 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.005165 | 3.50s 2025-12-05 21:54:22.760404 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-12-05 21:54:22.762287 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.324997 | 3.82s 2025-12-05 21:54:23.401895 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-12-05 21:54:23.404048 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:32.966763 | 4.46s 2025-12-05 21:54:23.795975 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-12-05 21:54:23.797701 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:33.360414 | 4.85s 2025-12-05 21:54:24.259297 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-12-05 21:54:24.261358 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:33.824070 | 5.31s 2025-12-05 21:54:24.700392 | fa163eff-46ee-0072-a3a4-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-12-05 21:54:24.701096 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:34.263817 | 5.75s 2025-12-05 21:54:24.717604 | fa163eff-46ee-0072-a3a4-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:34.280308 | 5.77s 2025-12-05 21:54:24.747234 | fa163eff-46ee-0072-a3a4-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-12-05 21:54:25.012564 | fa163eff-46ee-0072-a3a4-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-12-05 21:54:25.013937 | fa163eff-46ee-0072-a3a4-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:34.576654 | 0.27s 2025-12-05 21:54:25.118242 | fa163eff-46ee-0072-a3a4-0000000000f3 | TIMING | include_tasks | standalone | 0:29:34.680951 | 0.08s 2025-12-05 21:54:25.144876 | e6b47121-8d9d-4990-9011-427725241a6a | INCLUDED | /root/standalone-ansible-rrsb8bp5/common_deploy_steps_tasks.yaml | standalone 2025-12-05 21:54:25.171170 | fa163eff-46ee-0072-a3a4-000000004c18 | TASK | Write the config_step hieradata 2025-12-05 21:54:25.607162 | fa163eff-46ee-0072-a3a4-000000004c18 | OK | Write the config_step hieradata | standalone 2025-12-05 21:54:25.608049 | fa163eff-46ee-0072-a3a4-000000004c18 | TIMING | Write the config_step hieradata | standalone | 0:29:35.170767 | 0.44s 2025-12-05 21:54:25.628200 | fa163eff-46ee-0072-a3a4-000000004c19 | TASK | Run puppet host configuration for step 5 2025-12-05 21:54:25.968451 | fa163eff-46ee-0072-a3a4-000000004c19 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-12-05 21:54:25.969460 | fa163eff-46ee-0072-a3a4-000000004c19 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:35.532180 | 0.34s 2025-12-05 21:54:25.989351 | fa163eff-46ee-0072-a3a4-000000004c1a | TASK | Wait for puppet host configuration to finish 2025-12-05 21:54:26.205960 | fa163eff-46ee-0072-a3a4-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-12-05 21:54:36.412377 | fa163eff-46ee-0072-a3a4-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-12-05 21:54:46.723131 | fa163eff-46ee-0072-a3a4-000000004c1a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-12-05 21:54:46.724694 | fa163eff-46ee-0072-a3a4-000000004c1a | TIMING | Wait for puppet host configuration to finish | standalone | 0:29:56.287404 | 20.73s 2025-12-05 21:54:46.756910 | fa163eff-46ee-0072-a3a4-000000004c1b | TASK | Debug output for task: Run puppet host configuration for step 5 2025-12-05 21:54:46.852387 | fa163eff-46ee-0072-a3a4-000000004c1b | 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 5 21:54:26 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Dec 5 21:54:32 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Dec 5 21:54:32 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Dec 5 21:54:32 puppet-user: (file & line not available)", "<13>Dec 5 21:54:32 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 5 21:54:32 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 5 21:54:33 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 5 21:54:33 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Dec 5 21:54:33 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Dec 5 21:54:33 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 5 21:54:33 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 5 21:54:33 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 5 21:54:33 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 5 21:54:33 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 5 21:54:33 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Dec 5 21:54:33 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.55 seconds", "<13>Dec 5 21:54:38 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Dec 5 21:54:40 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Dec 5 21:54:41 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Dec 5 21:54:42 puppet-user: Notice: Applied catalog in 8.47 seconds", "<13>Dec 5 21:54:42 puppet-user: Application:", "<13>Dec 5 21:54:42 puppet-user: Initial environment: production", "<13>Dec 5 21:54:42 puppet-user: Converged environment: production", "<13>Dec 5 21:54:42 puppet-user: Run mode: user", "<13>Dec 5 21:54:42 puppet-user: Changes:", "<13>Dec 5 21:54:42 puppet-user: Total: 2", "<13>Dec 5 21:54:42 puppet-user: Events:", "<13>Dec 5 21:54:42 puppet-user: Success: 2", "<13>Dec 5 21:54:42 puppet-user: Resources:", "<13>Dec 5 21:54:42 puppet-user: Changed: 2", "<13>Dec 5 21:54:42 puppet-user: Out of sync: 2", "<13>Dec 5 21:54:42 puppet-user: Total: 37", "<13>Dec 5 21:54:42 puppet-user: Time:", "<13>Dec 5 21:54:42 puppet-user: Schedule: 0.00", "<13>Dec 5 21:54:42 puppet-user: File line: 0.00", "<13>Dec 5 21:54:42 puppet-user: Package: 0.00", "<13>Dec 5 21:54:42 puppet-user: Augeas: 0.01", "<13>Dec 5 21:54:42 puppet-user: User: 0.04", "<13>Dec 5 21:54:42 puppet-user: File: 0.09", "<13>Dec 5 21:54:42 puppet-user: Service: 0.18", "<13>Dec 5 21:54:42 puppet-user: Config retrieval: 0.66", "<13>Dec 5 21:54:42 puppet-user: Pcmk property: 1.54", "<13>Dec 5 21:54:42 puppet-user: Last run: 1764971682", "<13>Dec 5 21:54:42 puppet-user: Exec: 2.03", "<13>Dec 5 21:54:42 puppet-user: Pcmk resource op default: 2.13", "<13>Dec 5 21:54:42 puppet-user: Pcmk resource default: 2.24", "<13>Dec 5 21:54:42 puppet-user: Filebucket: 0.00", "<13>Dec 5 21:54:42 puppet-user: Transaction evaluation: 8.45", "<13>Dec 5 21:54:42 puppet-user: Catalog application: 8.47", "<13>Dec 5 21:54:42 puppet-user: Total: 8.48", "<13>Dec 5 21:54:42 puppet-user: Version:", "<13>Dec 5 21:54:42 puppet-user: Config: 1764971672", "<13>Dec 5 21:54:42 puppet-user: Puppet: 7.10.0" ] } 2025-12-05 21:54:46.854119 | fa163eff-46ee-0072-a3a4-000000004c1b | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:29:56.416827 | 0.10s 2025-12-05 21:54:46.885632 | fa163eff-46ee-0072-a3a4-000000004c1c | TASK | Pre-cache facts for puppet containers 2025-12-05 21:54:46.918281 | fa163eff-46ee-0072-a3a4-000000004c1c | TIMING | Pre-cache facts for puppet containers | standalone | 0:29:56.480982 | 0.03s 2025-12-05 21:54:46.988095 | fa163eff-46ee-0072-a3a4-000000004c5b | TASK | Gather variables for each operating system 2025-12-05 21:54:47.124383 | fa163eff-46ee-0072-a3a4-000000004c5b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:29:56.687075 | 0.14s 2025-12-05 21:54:47.157741 | fa163eff-46ee-0072-a3a4-000000004c5c | TASK | Create puppet caching structures 2025-12-05 21:54:47.430119 | fa163eff-46ee-0072-a3a4-000000004c5c | CHANGED | Create puppet caching structures | standalone 2025-12-05 21:54:47.431666 | fa163eff-46ee-0072-a3a4-000000004c5c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:29:56.994376 | 0.27s 2025-12-05 21:54:47.462561 | fa163eff-46ee-0072-a3a4-000000004c5d | TASK | Check for facter.conf 2025-12-05 21:54:47.731059 | fa163eff-46ee-0072-a3a4-000000004c5d | OK | Check for facter.conf | standalone 2025-12-05 21:54:47.732206 | fa163eff-46ee-0072-a3a4-000000004c5d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:29:57.294922 | 0.27s 2025-12-05 21:54:47.756420 | fa163eff-46ee-0072-a3a4-000000004c5e | TASK | Remove facter.conf if directory 2025-12-05 21:54:47.795984 | fa163eff-46ee-0072-a3a4-000000004c5e | SKIPPED | Remove facter.conf if directory | standalone 2025-12-05 21:54:47.797193 | fa163eff-46ee-0072-a3a4-000000004c5e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:29:57.359904 | 0.04s 2025-12-05 21:54:47.821101 | fa163eff-46ee-0072-a3a4-000000004c5f | TASK | Write facter cache config 2025-12-05 21:54:48.299054 | fa163eff-46ee-0072-a3a4-000000004c5f | CHANGED | Write facter cache config | standalone 2025-12-05 21:54:48.300642 | fa163eff-46ee-0072-a3a4-000000004c5f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:29:57.863349 | 0.48s 2025-12-05 21:54:48.330338 | fa163eff-46ee-0072-a3a4-000000004c60 | TASK | Cleanup facter cache if exists 2025-12-05 21:54:48.590375 | fa163eff-46ee-0072-a3a4-000000004c60 | CHANGED | Cleanup facter cache if exists | standalone 2025-12-05 21:54:48.592052 | fa163eff-46ee-0072-a3a4-000000004c60 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:29:58.154763 | 0.26s 2025-12-05 21:54:48.623730 | fa163eff-46ee-0072-a3a4-000000004c61 | TASK | Pre-cache facts 2025-12-05 21:54:49.219157 | fa163eff-46ee-0072-a3a4-000000004c61 | CHANGED | Pre-cache facts | standalone 2025-12-05 21:54:49.221583 | fa163eff-46ee-0072-a3a4-000000004c61 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:29:58.784292 | 0.60s 2025-12-05 21:54:49.257463 | fa163eff-46ee-0072-a3a4-000000004c62 | TASK | Failed deployment if facter fails 2025-12-05 21:54:49.311076 | fa163eff-46ee-0072-a3a4-000000004c62 | SKIPPED | Failed deployment if facter fails | standalone 2025-12-05 21:54:49.313324 | fa163eff-46ee-0072-a3a4-000000004c62 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:29:58.876032 | 0.05s 2025-12-05 21:54:49.360115 | fa163eff-46ee-0072-a3a4-000000004c63 | TASK | Sync cached facts 2025-12-05 21:54:49.721678 | fa163eff-46ee-0072-a3a4-000000004c63 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eff-46ee-0072-a3a4-000000004c63') missing from stats 2025-12-05 21:54:49.766681 | fa163eff-46ee-0072-a3a4-000000004c1d | TASK | Include container-puppet tasks (generate config) during step 1 2025-12-05 21:54:49.816928 | fa163eff-46ee-0072-a3a4-000000004c1d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-12-05 21:54:49.818693 | fa163eff-46ee-0072-a3a4-000000004c1d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:29:59.381410 | 0.05s 2025-12-05 21:54:49.849279 | fa163eff-46ee-0072-a3a4-000000004c1f | TASK | Manage containers for step 5 with tripleo-ansible 2025-12-05 21:54:49.872685 | fa163eff-46ee-0072-a3a4-000000004c1f | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:29:59.435381 | 0.02s 2025-12-05 21:54:49.942428 | fa163eff-46ee-0072-a3a4-000000004cba | TASK | Gather variables for each operating system 2025-12-05 21:54:50.028682 | fa163eff-46ee-0072-a3a4-000000004cba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:29:59.591388 | 0.08s 2025-12-05 21:54:50.058835 | fa163eff-46ee-0072-a3a4-000000004cbb | TASK | Create container logs path 2025-12-05 21:54:50.314799 | fa163eff-46ee-0072-a3a4-000000004cbb | OK | Create container logs path | standalone 2025-12-05 21:54:50.317690 | fa163eff-46ee-0072-a3a4-000000004cbb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:29:59.880397 | 0.26s 2025-12-05 21:54:50.350307 | fa163eff-46ee-0072-a3a4-000000004cbd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 21:54:50.674583 | fa163eff-46ee-0072-a3a4-000000004cbd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-05 21:54:50.677129 | fa163eff-46ee-0072-a3a4-000000004cbd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:00.239838 | 0.32s 2025-12-05 21:54:50.707567 | fa163eff-46ee-0072-a3a4-000000004cbe | TASK | Finalise hashes for all containers 2025-12-05 21:54:50.772457 | fa163eff-46ee-0072-a3a4-000000004cbe | OK | Finalise hashes for all containers | standalone 2025-12-05 21:54:50.773832 | fa163eff-46ee-0072-a3a4-000000004cbe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:00.336541 | 0.06s 2025-12-05 21:54:50.804937 | fa163eff-46ee-0072-a3a4-000000004cc0 | TASK | Manage systemd shutdown files 2025-12-05 21:54:50.839652 | fa163eff-46ee-0072-a3a4-000000004cc0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:00.402350 | 0.03s 2025-12-05 21:54:50.873001 | bfd90a53-bf9d-4dd7-bac8-9d2405649b74 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-12-05 21:54:50.900116 | fa163eff-46ee-0072-a3a4-000000004cf3 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-12-05 21:54:51.185080 | fa163eff-46ee-0072-a3a4-000000004cf3 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-12-05 21:54:51.186628 | fa163eff-46ee-0072-a3a4-000000004cf3 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:00.749336 | 0.29s 2025-12-05 21:54:51.216007 | fa163eff-46ee-0072-a3a4-000000004cf4 | TASK | Set podman_drop_in fact 2025-12-05 21:54:51.278817 | fa163eff-46ee-0072-a3a4-000000004cf4 | OK | Set podman_drop_in fact | standalone 2025-12-05 21:54:51.279912 | fa163eff-46ee-0072-a3a4-000000004cf4 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:00.842621 | 0.06s 2025-12-05 21:54:51.308699 | fa163eff-46ee-0072-a3a4-000000004cf6 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-12-05 21:54:51.840017 | fa163eff-46ee-0072-a3a4-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-12-05 21:54:51.842329 | fa163eff-46ee-0072-a3a4-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:01.405035 | 0.53s 2025-12-05 21:54:52.311879 | fa163eff-46ee-0072-a3a4-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-12-05 21:54:52.313715 | fa163eff-46ee-0072-a3a4-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:01.876427 | 1.00s 2025-12-05 21:54:52.324366 | fa163eff-46ee-0072-a3a4-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:01.887072 | 1.01s 2025-12-05 21:54:52.354567 | fa163eff-46ee-0072-a3a4-000000004cf7 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-12-05 21:54:52.884063 | fa163eff-46ee-0072-a3a4-000000004cf7 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-12-05 21:54:52.886805 | fa163eff-46ee-0072-a3a4-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:02.449509 | 0.53s 2025-12-05 21:54:52.919768 | fa163eff-46ee-0072-a3a4-000000004cf8 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-12-05 21:54:53.481962 | fa163eff-46ee-0072-a3a4-000000004cf8 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-12-05 21:54:53.483321 | fa163eff-46ee-0072-a3a4-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:03.046037 | 0.56s 2025-12-05 21:54:53.504742 | fa163eff-46ee-0072-a3a4-000000004cf9 | TASK | Enable and start tripleo-container-shutdown 2025-12-05 21:54:54.521339 | fa163eff-46ee-0072-a3a4-000000004cf9 | OK | Enable and start tripleo-container-shutdown | standalone 2025-12-05 21:54:54.522763 | fa163eff-46ee-0072-a3a4-000000004cf9 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:04.085480 | 1.02s 2025-12-05 21:54:54.546869 | fa163eff-46ee-0072-a3a4-000000004cfa | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-12-05 21:54:55.001461 | fa163eff-46ee-0072-a3a4-000000004cfa | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-12-05 21:54:55.002598 | fa163eff-46ee-0072-a3a4-000000004cfa | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:04.565318 | 0.45s 2025-12-05 21:54:55.023832 | fa163eff-46ee-0072-a3a4-000000004cfb | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-12-05 21:54:55.559785 | fa163eff-46ee-0072-a3a4-000000004cfb | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-12-05 21:54:55.561264 | fa163eff-46ee-0072-a3a4-000000004cfb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:05.123978 | 0.54s 2025-12-05 21:54:55.582862 | fa163eff-46ee-0072-a3a4-000000004cfc | TASK | Enable and start netns-placeholder 2025-12-05 21:54:56.615466 | fa163eff-46ee-0072-a3a4-000000004cfc | CHANGED | Enable and start netns-placeholder | standalone 2025-12-05 21:54:56.619248 | fa163eff-46ee-0072-a3a4-000000004cfc | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:06.181946 | 1.03s 2025-12-05 21:54:56.649739 | fa163eff-46ee-0072-a3a4-000000004cc2 | TASK | Update container configs with new config hashes 2025-12-05 21:54:56.692921 | fa163eff-46ee-0072-a3a4-000000004cc2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:06.255612 | 0.04s 2025-12-05 21:54:56.717613 | c476a39b-a9f3-4fb0-9f7f-412550eefd02 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-12-05 21:54:56.757951 | fa163eff-46ee-0072-a3a4-000000004d24 | TASK | Update config hashes for container startup configs 2025-12-05 21:54:57.057099 | fa163eff-46ee-0072-a3a4-000000004d24 | OK | Update config hashes for container startup configs | standalone 2025-12-05 21:54:57.058464 | fa163eff-46ee-0072-a3a4-000000004d24 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:06.621140 | 0.30s 2025-12-05 21:54:57.092331 | fa163eff-46ee-0072-a3a4-000000004cc3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 21:54:57.151220 | fa163eff-46ee-0072-a3a4-000000004cc3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:06.713915 | 0.06s 2025-12-05 21:54:57.177975 | 89a6997f-67a8-4ac3-b252-19e883747ea8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-12-05 21:54:57.208727 | fa163eff-46ee-0072-a3a4-000000004d43 | TASK | Gather podman infos 2025-12-05 21:54:59.516237 | fa163eff-46ee-0072-a3a4-000000004d43 | OK | Gather podman infos | standalone 2025-12-05 21:54:59.519696 | fa163eff-46ee-0072-a3a4-000000004d43 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:09.082311 | 2.31s 2025-12-05 21:54:59.701464 | fa163eff-46ee-0072-a3a4-000000004d44 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 21:54:59.786563 | fa163eff-46ee-0072-a3a4-000000004d44 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:09.349272 | 0.07s 2025-12-05 21:54:59.969763 | fa163eff-46ee-0072-a3a4-000000004d8d | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:09.532461 | 0.15s 2025-12-05 21:55:00.012422 | fa163eff-46ee-0072-a3a4-000000004cc4 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 21:55:00.063549 | fa163eff-46ee-0072-a3a4-000000004cc4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:09.626254 | 0.05s 2025-12-05 21:55:00.074975 | fca8ca1d-55dc-4d62-a12d-6cc5742002c0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-12-05 21:55:00.100811 | fa163eff-46ee-0072-a3a4-000000004db3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 21:55:25.895105 | fa163eff-46ee-0072-a3a4-000000004db3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-05 21:55:25.896719 | fa163eff-46ee-0072-a3a4-000000004db3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:35.459437 | 25.80s 2025-12-05 21:55:25.918678 | fa163eff-46ee-0072-a3a4-000000004db4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-12-05 21:55:51.539601 | fa163eff-46ee-0072-a3a4-000000004db4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-12-05 21:55:51.541074 | fa163eff-46ee-0072-a3a4-000000004db4 | 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:01.103791 | 25.62s 2025-12-05 21:55:51.587050 | fa163eff-46ee-0072-a3a4-000000004c21 | TASK | Clean container_puppet_tasks for standalone step 5 2025-12-05 21:55:51.796043 | fa163eff-46ee-0072-a3a4-000000004c21 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-12-05 21:55:51.796978 | fa163eff-46ee-0072-a3a4-000000004c21 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:01.359697 | 0.21s 2025-12-05 21:55:51.824914 | fa163eff-46ee-0072-a3a4-000000004c22 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-12-05 21:55:51.863133 | fa163eff-46ee-0072-a3a4-000000004c22 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:01.425848 | 0.04s 2025-12-05 21:55:51.883374 | fa163eff-46ee-0072-a3a4-000000004c23 | TASK | Include container-puppet tasks for step 5 2025-12-05 21:55:51.912744 | fa163eff-46ee-0072-a3a4-000000004c23 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:01.475456 | 0.03s 2025-12-05 21:55:51.925153 | 5597738d-b003-481a-bbf3-5feef9fc2250 | INCLUDED | /root/standalone-ansible-rrsb8bp5/host-container-puppet-tasks.yaml | standalone 2025-12-05 21:55:51.953567 | fa163eff-46ee-0072-a3a4-000000004dff | TASK | Write container-puppet-tasks json file for standalone step 5 2025-12-05 21:55:52.553473 | fa163eff-46ee-0072-a3a4-000000004dff | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-12-05 21:55:52.555156 | fa163eff-46ee-0072-a3a4-000000004dff | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:02.117860 | 0.60s 2025-12-05 21:55:52.585935 | fa163eff-46ee-0072-a3a4-000000004e01 | TASK | Generate container puppet configs for step 5 2025-12-05 21:55:52.892576 | fa163eff-46ee-0072-a3a4-000000004e01 | OK | Generate container puppet configs for step 5 | standalone 2025-12-05 21:55:52.894627 | fa163eff-46ee-0072-a3a4-000000004e01 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:02.457333 | 0.31s 2025-12-05 21:55:52.931882 | fa163eff-46ee-0072-a3a4-000000004e02 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-12-05 21:55:52.956107 | fa163eff-46ee-0072-a3a4-000000004e02 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:02.518812 | 0.02s 2025-12-05 21:55:53.012731 | fa163eff-46ee-0072-a3a4-000000004e31 | TASK | Gather variables for each operating system 2025-12-05 21:55:53.117235 | fa163eff-46ee-0072-a3a4-000000004e31 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:02.679921 | 0.10s 2025-12-05 21:55:53.149083 | fa163eff-46ee-0072-a3a4-000000004e32 | TASK | Create container logs path 2025-12-05 21:55:53.403393 | fa163eff-46ee-0072-a3a4-000000004e32 | OK | Create container logs path | standalone 2025-12-05 21:55:53.405104 | fa163eff-46ee-0072-a3a4-000000004e32 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:02.967816 | 0.25s 2025-12-05 21:55:53.433680 | fa163eff-46ee-0072-a3a4-000000004e34 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-05 21:55:53.687366 | fa163eff-46ee-0072-a3a4-000000004e34 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-05 21:55:53.688691 | fa163eff-46ee-0072-a3a4-000000004e34 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:03.251404 | 0.25s 2025-12-05 21:55:53.717776 | fa163eff-46ee-0072-a3a4-000000004e35 | TASK | Finalise hashes for all containers 2025-12-05 21:55:53.771109 | fa163eff-46ee-0072-a3a4-000000004e35 | OK | Finalise hashes for all containers | standalone 2025-12-05 21:55:53.772722 | fa163eff-46ee-0072-a3a4-000000004e35 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:03.335427 | 0.05s 2025-12-05 21:55:53.802932 | fa163eff-46ee-0072-a3a4-000000004e37 | TASK | Manage systemd shutdown files 2025-12-05 21:55:53.846060 | fa163eff-46ee-0072-a3a4-000000004e37 | SKIPPED | Manage systemd shutdown files | standalone 2025-12-05 21:55:53.847471 | fa163eff-46ee-0072-a3a4-000000004e37 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:03.410179 | 0.04s 2025-12-05 21:55:53.877709 | fa163eff-46ee-0072-a3a4-000000004e39 | TASK | Update container configs with new config hashes 2025-12-05 21:55:53.930829 | fa163eff-46ee-0072-a3a4-000000004e39 | SKIPPED | Update container configs with new config hashes | standalone 2025-12-05 21:55:53.932341 | fa163eff-46ee-0072-a3a4-000000004e39 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:03.495049 | 0.05s 2025-12-05 21:55:53.966286 | fa163eff-46ee-0072-a3a4-000000004e3a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-05 21:55:54.030253 | fa163eff-46ee-0072-a3a4-000000004e3a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-05 21:55:54.031583 | fa163eff-46ee-0072-a3a4-000000004e3a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:03.594293 | 0.06s 2025-12-05 21:55:54.059355 | fa163eff-46ee-0072-a3a4-000000004e3b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-12-05 21:55:54.113265 | fa163eff-46ee-0072-a3a4-000000004e3b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-12-05 21:55:54.114895 | fa163eff-46ee-0072-a3a4-000000004e3b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:03.677599 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-12-05 21:55:54.295078 | fa163eff-46ee-0072-a3a4-0000000000f7 | TASK | Server Post Deployments 2025-12-05 21:55:54.328105 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000f7') missing from stats 2025-12-05 21:55:54.394616 | fa163eff-46ee-0072-a3a4-0000000000f8 | TIMING | include_tasks | standalone | 0:31:03.957310 | 0.04s PLAY [External deployment Post Deploy tasks] *********************************** 2025-12-05 21:55:54.529911 | fa163eff-46ee-0072-a3a4-0000000000fc | TASK | External deployment Post Deploy tasks 2025-12-05 21:55:54.553592 | fa163eff-46ee-0072-a3a4-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', 'fa163eff-46ee-0072-a3a4-0000000000fc') missing from stats 2025-12-05 21:55:54.569784 | fa163eff-46ee-0072-a3a4-000000000100 | TASK | is additonal Cell? 2025-12-05 21:55:54.598582 | fa163eff-46ee-0072-a3a4-000000000100 | OK | is additonal Cell? | undercloud 2025-12-05 21:55:54.599622 | fa163eff-46ee-0072-a3a4-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:04.162329 | 0.03s 2025-12-05 21:55:54.614776 | fa163eff-46ee-0072-a3a4-000000000102 | TASK | discover via nova_manager? 2025-12-05 21:55:54.666926 | fa163eff-46ee-0072-a3a4-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-12-05 21:55:54.668989 | fa163eff-46ee-0072-a3a4-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:04.231678 | 0.05s 2025-12-05 21:55:54.688099 | fa163eff-46ee-0072-a3a4-000000000103 | TASK | discover via nova_api? 2025-12-05 21:55:54.761896 | fa163eff-46ee-0072-a3a4-000000000103 | OK | discover via nova_api? | undercloud 2025-12-05 21:55:54.763304 | fa163eff-46ee-0072-a3a4-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:04.325991 | 0.07s 2025-12-05 21:55:54.780971 | fa163eff-46ee-0072-a3a4-000000000104 | TASK | Warn if no discovery host available 2025-12-05 21:55:54.833164 | fa163eff-46ee-0072-a3a4-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-12-05 21:55:54.835002 | fa163eff-46ee-0072-a3a4-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:04.397696 | 0.05s 2025-12-05 21:55:54.871552 | fa163eff-46ee-0072-a3a4-000000000105 | TASK | Discovering nova hosts 2025-12-05 21:55:57.476435 | fa163eff-46ee-0072-a3a4-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eff-46ee-0072-a3a4-000000000105') missing from stats 2025-12-05 21:55:57.557929 | fa163eff-46ee-0072-a3a4-000000000106 | OK | set_fact | undercloud 2025-12-05 21:55:57.559194 | fa163eff-46ee-0072-a3a4-000000000106 | TIMING | set_fact | undercloud | 0:31:07.121902 | 0.06s 2025-12-05 21:55:57.574636 | fa163eff-46ee-0072-a3a4-000000000108 | TASK | Set up group_vars 2025-12-05 21:55:57.612961 | fa163eff-46ee-0072-a3a4-000000000108 | OK | Set up group_vars | undercloud 2025-12-05 21:55:57.613788 | fa163eff-46ee-0072-a3a4-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:07.176504 | 0.04s 2025-12-05 21:55:57.629600 | fa163eff-46ee-0072-a3a4-000000000109 | TASK | Make needed directories on the undercloud 2025-12-05 21:55:57.837292 | fa163eff-46ee-0072-a3a4-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-rrsb8bp5/octavia-ansible 2025-12-05 21:55:57.838405 | fa163eff-46ee-0072-a3a4-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:07.401121 | 0.21s 2025-12-05 21:55:58.029079 | fa163eff-46ee-0072-a3a4-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-rrsb8bp5/octavia-ansible/local_dir 2025-12-05 21:55:58.030524 | fa163eff-46ee-0072-a3a4-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:07.593234 | 0.40s 2025-12-05 21:55:58.239093 | fa163eff-46ee-0072-a3a4-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-rrsb8bp5/octavia-ansible/group_vars 2025-12-05 21:55:58.240625 | fa163eff-46ee-0072-a3a4-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:07.803335 | 0.61s 2025-12-05 21:55:58.250560 | fa163eff-46ee-0072-a3a4-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:07.813255 | 0.62s 2025-12-05 21:55:58.267984 | fa163eff-46ee-0072-a3a4-00000000010a | TASK | Write group_vars file 2025-12-05 21:55:58.767270 | fa163eff-46ee-0072-a3a4-00000000010a | CHANGED | Write group_vars file | undercloud 2025-12-05 21:55:58.769722 | fa163eff-46ee-0072-a3a4-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:08.332409 | 0.50s 2025-12-05 21:55:58.813628 | fa163eff-46ee-0072-a3a4-00000000010b | TASK | Gather missing facts 2025-12-05 21:55:59.235308 | fa163eff-46ee-0072-a3a4-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eff-46ee-0072-a3a4-00000000010b') missing from stats 2025-12-05 21:55:59.256298 | fa163eff-46ee-0072-a3a4-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:08.818993 | 0.44s 2025-12-05 21:55:59.277053 | fa163eff-46ee-0072-a3a4-00000000010c | TASK | Write octavia inventory 2025-12-05 21:55:59.814821 | fa163eff-46ee-0072-a3a4-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-12-05 21:55:59.816360 | fa163eff-46ee-0072-a3a4-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:09.379065 | 0.54s 2025-12-05 21:55:59.832649 | fa163eff-46ee-0072-a3a4-00000000010d | TASK | Check for ssh_private_key in working directory 2025-12-05 21:56:00.038429 | fa163eff-46ee-0072-a3a4-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-12-05 21:56:00.039993 | fa163eff-46ee-0072-a3a4-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:09.602696 | 0.21s 2025-12-05 21:56:00.058815 | fa163eff-46ee-0072-a3a4-00000000010e | TASK | Set private key location 2025-12-05 21:56:00.108066 | fa163eff-46ee-0072-a3a4-00000000010e | SKIPPED | Set private key location | undercloud 2025-12-05 21:56:00.110303 | fa163eff-46ee-0072-a3a4-00000000010e | TIMING | Set private key location | undercloud | 0:31:09.672976 | 0.05s 2025-12-05 21:56:00.129311 | fa163eff-46ee-0072-a3a4-00000000010f | TASK | Configure octavia command 2025-12-05 21:56:00.182671 | fa163eff-46ee-0072-a3a4-00000000010f | OK | Configure octavia command | undercloud 2025-12-05 21:56:00.183709 | fa163eff-46ee-0072-a3a4-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:09.746420 | 0.05s 2025-12-05 21:56:00.231007 | fa163eff-46ee-0072-a3a4-000000000110 | OK | set_fact | undercloud 2025-12-05 21:56:00.231870 | fa163eff-46ee-0072-a3a4-000000000110 | TIMING | set_fact | undercloud | 0:31:09.794584 | 0.03s 2025-12-05 21:56:00.273831 | fa163eff-46ee-0072-a3a4-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-rrsb8bp5/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-rrsb8bp5/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-rrsb8bp5/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-12-05 21:56:00.274621 | fa163eff-46ee-0072-a3a4-000000000111 | TIMING | debug | undercloud | 0:31:09.837337 | 0.03s 2025-12-05 21:56:00.288283 | fa163eff-46ee-0072-a3a4-000000000112 | TASK | Configure octavia on overcloud 2025-12-05 21:59:24.585175 | fa163eff-46ee-0072-a3a4-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-12-05 21:59:24.588000 | fa163eff-46ee-0072-a3a4-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:34.150709 | 204.30s 2025-12-05 21:59:24.604350 | fa163eff-46ee-0072-a3a4-000000000113 | TASK | Purge temp dirs 2025-12-05 21:59:24.824368 | fa163eff-46ee-0072-a3a4-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-rrsb8bp5/octavia-ansible/local_dir 2025-12-05 21:59:24.825378 | fa163eff-46ee-0072-a3a4-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:34.388082 | 0.22s 2025-12-05 21:59:24.837189 | fa163eff-46ee-0072-a3a4-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:34.399891 | 0.23s 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-05 21:59:24.895737 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 21:59:24.896028 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 21:59:24.896271 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:34.458996 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-12-05 21:59:24.896564 | UUID | Info | Host | Task Name | Run Time 2025-12-05 21:59:24.896827 | fa163eff-46ee-0072-a3a4-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 237.53s 2025-12-05 21:59:24.897088 | fa163eff-46ee-0072-a3a4-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 204.30s 2025-12-05 21:59:24.897342 | fa163eff-46ee-0072-a3a4-000000004a1d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 135.31s 2025-12-05 21:59:24.897688 | fa163eff-46ee-0072-a3a4-000000003081 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 105.87s 2025-12-05 21:59:24.897938 | fa163eff-46ee-0072-a3a4-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 71.75s 2025-12-05 21:59:24.898199 | fa163eff-46ee-0072-a3a4-0000000038a2 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 50.88s 2025-12-05 21:59:24.898472 | fa163eff-46ee-0072-a3a4-000000002e4b | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 31.20s 2025-12-05 21:59:24.898752 | fa163eff-46ee-0072-a3a4-000000004881 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-12-05 21:59:24.899061 | fa163eff-46ee-0072-a3a4-0000000030ad | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.12s 2025-12-05 21:59:24.899310 | fa163eff-46ee-0072-a3a4-0000000038a3 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 27.69s 2025-12-05 21:59:24.899578 | fa163eff-46ee-0072-a3a4-000000003105 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.42s 2025-12-05 21:59:24.899826 | fa163eff-46ee-0072-a3a4-0000000030d9 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.11s 2025-12-05 21:59:24.900086 | fa163eff-46ee-0072-a3a4-000000004db3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.80s 2025-12-05 21:59:24.900341 | fa163eff-46ee-0072-a3a4-000000004db4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.62s 2025-12-05 21:59:24.900612 | fa163eff-46ee-0072-a3a4-000000004b44 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.44s 2025-12-05 21:59:24.900854 | fa163eff-46ee-0072-a3a4-000000004b18 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 25.41s 2025-12-05 21:59:24.901097 | fa163eff-46ee-0072-a3a4-000000004b70 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.29s 2025-12-05 21:59:24.901421 | fa163eff-46ee-0072-a3a4-000000004a1c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.66s 2025-12-05 21:59:24.901734 | fa163eff-46ee-0072-a3a4-00000000333e | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.81s 2025-12-05 21:59:24.901968 | fa163eff-46ee-0072-a3a4-000000004c1a | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.73s 2025-12-05 21:59:24.902203 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-rrsb8bp5 Install artifact is located at /root/standalone-install-20251205215925.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.ege7wBgLJU + exit 0 ~/ci-framework-data/artifacts