~/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.mCdGO5lFWv + 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.mCdGO5lFWv/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 + 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.mCdGO5lFWv/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.mCdGO5lFWv + J2_VARS_FILE=/tmp/tmp.mCdGO5lFWv/tmp.HrQ6Itiv2u.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.mCdGO5lFWv/tmp.HrQ6Itiv2u.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/tmp.HrQ6Itiv2u.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/tmp.HrQ6Itiv2u.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/tmp.HrQ6Itiv2u.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/tmp.HrQ6Itiv2u.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.mCdGO5lFWv/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.mCdGO5lFWv/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.mCdGO5lFWv/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.mCdGO5lFWv/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.mCdGO5lFWv/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 10 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-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.20250523121326.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 553 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 452 k ansible-pacemaker noarch 1.0.4-17.1.20231213170757.7c10fdb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-atos-hsm noarch 1.0.1-17.1.20230927001631.8618a22.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k ansible-role-chrony noarch 1.3.1-17.1.20230621084226.0111661.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k ansible-role-collectd-config noarch 0.0.3-17.1.20230620165926.1992666.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k ansible-role-container-registry noarch 1.4.1-17.1.20230621045806.a091b9c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 24 k ansible-role-lunasa-hsm noarch 1.1.1-17.1.20250603180833.5b8127c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k ansible-role-metalsmith-deployment noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-openstack-operations noarch 0.0.1-17.1.20230620170737.2ab288f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 30 k ansible-role-qdr-config noarch 0.0.2-17.1.20230620171136.b456651.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-redhat-subscription noarch 1.3.0-17.1.20230621033420.eefe501.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k ansible-role-thales-hsm noarch 3.0.1-17.1.20231007220803.f95c0fc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k ansible-role-tripleo-modify-image noarch 1.5.1-17.1.20230621064242.b6eedb6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k ansible-tripleo-ipa noarch 0.3.1-17.1.20230627190951.8d29d9e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k ansible-tripleo-ipsec noarch 11.0.1-17.1.20230620172008.b5559c8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k augeas-libs x86_64 1.13.0-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 459 k boost-atomic x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k boost-chrono x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 26 k boost-filesystem x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k boost-locale x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 216 k boost-log x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 410 k boost-nowide x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k boost-program-options x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 108 k boost-regex x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 279 k boost-system x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k boost-thread x86_64 1.75.0-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 57 k buildah x86_64 1:1.29.5-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 8.6 M cpp-hocon x86_64 0.3.0-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 351 k device-mapper-event x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 32 k device-mapper-event-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 31 k device-mapper-persistent-data x86_64 0.9.0-13.el9 rhel-9-for-x86_64-baseos-rpms 786 k dib-utils noarch 0.0.11-17.1.20230620173328.51661c3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 518 k glibc-langpack-en x86_64 2.34-60.el9 rhel-9-for-x86_64-baseos-rpms 675 k golang-github-vbatts-tar-split x86_64 0.11.1-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.0 M heat-cfntools noarch 1.4.2-6.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k hiera noarch 3.6.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k ipa-client-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 44 k ipa-common noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 656 k ipa-selinux noarch 4.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 40 k iptables-nft-services noarch 1.8.8-6.el9_1 rhel-9-for-x86_64-appstream-eus-rpms 28 k jq x86_64 1.6-14.el9 rhel-9-for-x86_64-appstream-eus-rpms 190 k krb5-pkinit x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 62 k krb5-workstation x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 542 k leatherman x86_64 1.12.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 405 k libaio x86_64 0.3.111-13.el9 rhel-9-for-x86_64-baseos-rpms 26 k libburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 175 k libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 36 k libisoburn x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 419 k libisofs x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 224 k libkadm5 x86_64 1.20.1-8.el9 rhel-9-for-x86_64-baseos-rpms 81 k libpkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 37 k libselinux-ruby x86_64 3.5-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k libsodium x86_64 1.0.18-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 162 k libunwind x86_64 1.6.2-1.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 68 k libxslt x86_64 1.1.34-11.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 245 k lvm2-libs x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.0 M oniguruma x86_64 6.9.6-1.el9.5 rhel-9-for-x86_64-appstream-eus-rpms 221 k openpgm x86_64 5.2.122-26.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 178 k openssl-perl x86_64 1:3.0.7-6.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 42 k openstack-ansible-core x86_64 2.14.2-4.7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.3 M openstack-heat-agents noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.6 k openstack-heat-api noarch 1:16.1.1-17.1.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.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20250704160749.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 617 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20230621001106.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 259 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.20230620181556.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 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.20230621022040.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k puppet-git noarch 0.5.0-17.1.20230620193928.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 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.20230620193950.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 52 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.20230621075748.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 63 k puppet-inifile noarch 4.2.1-17.1.20230620180624.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-ipaclient noarch 2.5.2-17.1.20230620194626.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 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.20230620194716.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k puppet-keystone noarch 18.6.1-17.1.20250425111017.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 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.20230620195419.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 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.20230620192417.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-rsync noarch 1.1.4-17.1.20230621002829.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.20230620200411.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 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.20230620183456.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 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.20230620183456.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.4-110.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 369 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250527161411.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250702110757.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 570 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-rpms 459 k perl-NDBM_File x86_64 1.15-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k python3-zmq x86_64 22.0.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 396 k ruby-default-gems noarch 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 46 k rubygem-bigdecimal x86_64 3.0.0-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 55 k rubygem-bundler noarch 2.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 456 k rubygem-io-console x86_64 0.5.7-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 26 k rubygem-rdoc noarch 6.3.3-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 441 k Transaction Summary ======================================================================================================================================== Install 390 Packages Upgrade 9 Packages Total download size: 97 M Downloading Packages: (1/399): boost-system-1.75.0-8.el9.x86_64.rpm 151 kB/s | 15 kB 00:00 (2/399): perl-IO-Socket-SSL-2.073-1.el9.noarch. 1.4 MB/s | 223 kB 00:00 (3/399): python3-urllib-gssapi-1.0.2-4.el9.noar 325 kB/s | 24 kB 00:00 (4/399): perl-Getopt-Long-2.52-4.el9.noarch.rpm 161 kB/s | 64 kB 00:00 (5/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 287 kB/s | 17 kB 00:00 (6/399): perl-Storable-3.21-460.el9.x86_64.rpm 189 kB/s | 98 kB 00:00 (7/399): boost-locale-1.75.0-8.el9.x86_64.rpm 498 kB/s | 216 kB 00:00 (8/399): perl-Data-Dumper-2.174-462.el9.x86_64. 944 kB/s | 59 kB 00:00 (9/399): boost-thread-1.75.0-8.el9.x86_64.rpm 145 kB/s | 57 kB 00:00 (10/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 406 kB/s | 25 kB 00:00 (11/399): perl-Exporter-5.74-461.el9.noarch.rpm 110 kB/s | 34 kB 00:00 (12/399): perl-parent-0.238-460.el9.noarch.rpm 62 kB/s | 16 kB 00:00 (13/399): python3-pyasn1-modules-0.4.8-6.el9.no 755 kB/s | 283 kB 00:00 (14/399): perl-File-Temp-0.231.100-4.el9.noarch 88 kB/s | 63 kB 00:00 (15/399): libisofs-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 224 kB 00:00 (16/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 685 kB/s | 45 kB 00:00 (17/399): perl-PathTools-3.78-461.el9.x86_64.rp 1.4 MB/s | 92 kB 00:00 (18/399): xorriso-1.5.4-4.el9.x86_64.rpm 534 kB/s | 321 kB 00:00 (19/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 954 kB/s | 392 kB 00:00 (20/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 669 kB/s | 229 kB 00:00 (21/399): perl-Text-ParseWords-3.30-460.el9.noa 330 kB/s | 18 kB 00:00 (22/399): perl-URI-5.09-3.el9.noarch.rpm 2.1 MB/s | 125 kB 00:00 (23/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 11 MB/s | 1.2 MB 00:00 (24/399): perl-Term-ANSIColor-5.01-461.el9.noar 193 kB/s | 51 kB 00:00 (25/399): iptables-nft-services-1.8.8-6.el9_1.n 401 kB/s | 28 kB 00:00 (26/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 69 kB/s | 26 kB 00:00 (27/399): perl-Carp-1.50-460.el9.noarch.rpm 92 kB/s | 31 kB 00:00 (28/399): perl-libnet-3.13-4.el9.noarch.rpm 235 kB/s | 134 kB 00:00 (29/399): perl-Mozilla-CA-20200520-6.el9.noarch 55 kB/s | 14 kB 00:00 (30/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 84 kB/s | 24 kB 00:00 (31/399): perl-Time-Local-1.300-7.el9.noarch.rp 585 kB/s | 37 kB 00:00 (32/399): perl-Encode-3.08-462.el9.x86_64.rpm 3.2 MB/s | 1.7 MB 00:00 (33/399): perl-Pod-Escapes-1.07-460.el9.noarch. 232 kB/s | 22 kB 00:00 (34/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 1.3 MB/s | 76 kB 00:00 (35/399): python3-yubico-1.3.3-7.el9.noarch.rpm 190 kB/s | 73 kB 00:00 (36/399): sshpass-1.09-4.el9.x86_64.rpm 490 kB/s | 30 kB 00:00 (37/399): python3-psutil-5.8.0-12.el9.x86_64.rp 459 kB/s | 218 kB 00:00 (38/399): boost-log-1.75.0-8.el9.x86_64.rpm 1.0 MB/s | 410 kB 00:00 (39/399): boost-filesystem-1.75.0-8.el9.x86_64. 145 kB/s | 59 kB 00:00 (40/399): libburn-1.5.4-4.el9.x86_64.rpm 2.7 MB/s | 175 kB 00:00 (41/399): boost-program-options-1.75.0-8.el9.x8 229 kB/s | 108 kB 00:00 (42/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 117 kB/s | 39 kB 00:00 (43/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 85 kB/s | 34 kB 00:00 (44/399): perl-Digest-1.19-4.el9.noarch.rpm 507 kB/s | 29 kB 00:00 (45/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 49 kB/s | 19 kB 00:00 (46/399): perl-File-Path-2.18-4.el9.noarch.rpm 137 kB/s | 38 kB 00:00 (47/399): libisoburn-1.5.4-4.el9.x86_64.rpm 867 kB/s | 419 kB 00:00 (48/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 640 kB/s | 43 kB 00:00 (49/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 243 kB/s | 92 kB 00:00 (50/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.0 MB/s | 58 kB 00:00 (51/399): perl-constant-1.33-461.el9.noarch.rpm 81 kB/s | 25 kB 00:00 (52/399): perl-podlators-4.14-460.el9.noarch.rp 396 kB/s | 118 kB 00:00 (53/399): perl-Scalar-List-Utils-1.56-461.el9.x 157 kB/s | 77 kB 00:00 (54/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 163 kB 00:00 (55/399): python3-appdirs-1.4.4-4.el9.noarch.rp 86 kB/s | 27 kB 00:00 (56/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 234 kB/s | 96 kB 00:00 (57/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 170 kB/s | 112 kB 00:00 (58/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 446 kB/s | 48 kB 00:00 (59/399): python3-qrcode-core-6.1-12.el9.noarch 143 kB/s | 61 kB 00:00 (60/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 549 kB/s | 221 kB 00:00 (61/399): boost-regex-1.75.0-8.el9.x86_64.rpm 563 kB/s | 279 kB 00:00 (62/399): python3-alembic-1.7.5-3.el9.noarch.rp 1.9 MB/s | 900 kB 00:00 (63/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 6.7 MB/s | 489 kB 00:00 (64/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 6.4 MB/s | 459 kB 00:00 (65/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.0 MB/s | 59 kB 00:00 (66/399): python3-augeas-0.5.0-25.el9.noarch.rp 100 kB/s | 31 kB 00:00 (67/399): perl-B-1.80-480.el9.x86_64.rpm 1.8 MB/s | 185 kB 00:00 (68/399): jq-1.6-14.el9.x86_64.rpm 530 kB/s | 190 kB 00:00 (69/399): perl-Class-Struct-0.66-480.el9.noarch 71 kB/s | 24 kB 00:00 (70/399): perl-Errno-1.30-480.el9.x86_64.rpm 50 kB/s | 17 kB 00:00 (71/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 360 kB/s | 23 kB 00:00 (72/399): perl-AutoLoader-5.74-480.el9.noarch.r 37 kB/s | 23 kB 00:00 (73/399): perl-FileHandle-2.03-480.el9.noarch.r 297 kB/s | 17 kB 00:00 (74/399): perl-Getopt-Std-1.12-480.el9.noarch.r 282 kB/s | 17 kB 00:00 (75/399): perl-File-Basename-2.85-480.el9.noarc 68 kB/s | 19 kB 00:00 (76/399): perl-POSIX-1.94-480.el9.x86_64.rpm 1.5 MB/s | 99 kB 00:00 (77/399): perl-File-stat-1.09-480.el9.noarch.rp 61 kB/s | 19 kB 00:00 (78/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 81 kB/s | 25 kB 00:00 (79/399): perl-interpreter-5.32.1-480.el9.x86_6 1.2 MB/s | 75 kB 00:00 (80/399): perl-SelectSaver-1.02-480.el9.noarch. 38 kB/s | 13 kB 00:00 (81/399): perl-Symbol-1.08-480.el9.noarch.rpm 25 kB/s | 16 kB 00:00 (82/399): perl-overload-1.31-480.el9.noarch.rpm 146 kB/s | 47 kB 00:00 (83/399): perl-libs-5.32.1-480.el9.x86_64.rpm 4.2 MB/s | 2.2 MB 00:00 (84/399): perl-overloading-0.02-480.el9.noarch. 48 kB/s | 15 kB 00:00 (85/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 114 kB/s | 40 kB 00:00 (86/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 609 kB/s | 259 kB 00:00 (87/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 220 kB/s | 42 kB 00:00 (88/399): perl-base-2.27-480.el9.noarch.rpm 261 kB/s | 18 kB 00:00 (89/399): perl-NDBM_File-1.15-480.el9.x86_64.rp 69 kB/s | 25 kB 00:00 (90/399): perl-if-0.60.800-480.el9.noarch.rpm 52 kB/s | 16 kB 00:00 (91/399): perl-IO-1.43-480.el9.x86_64.rpm 210 kB/s | 94 kB 00:00 (92/399): perl-subs-1.03-480.el9.noarch.rpm 216 kB/s | 13 kB 00:00 (93/399): perl-vars-1.05-480.el9.noarch.rpm 220 kB/s | 15 kB 00:00 (94/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.3 MB/s | 176 kB 00:00 (95/399): ansible-freeipa-1.9.2-3.el9_2.noarch. 6.0 MB/s | 452 kB 00:00 (96/399): ipa-client-common-4.10.1-12.el9_2.2.n 589 kB/s | 44 kB 00:00 (97/399): ipa-common-4.10.1-12.el9_2.2.noarch.r 7.7 MB/s | 656 kB 00:00 (98/399): perl-mro-1.23-480.el9.x86_64.rpm 72 kB/s | 31 kB 00:00 (99/399): python3-ipaclient-4.10.1-12.el9_2.2.n 7.3 MB/s | 648 kB 00:00 (100/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 882 kB/s | 57 kB 00:00 (101/399): python3-ipalib-4.10.1-12.el9_2.2.noa 6.6 MB/s | 663 kB 00:00 (102/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 652 kB/s | 41 kB 00:00 (103/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 49 MB/s | 7.9 MB 00:00 (104/399): ruby-default-gems-3.0.4-161.el9_2.2. 524 kB/s | 46 kB 00:00 (105/399): rhel-system-roles-1.21.2-1.el9_2.noa 4.6 MB/s | 2.4 MB 00:00 (106/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 835 kB/s | 55 kB 00:00 (107/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 22 MB/s | 3.3 MB 00:00 (108/399): rubygem-bundler-2.2.33-161.el9_2.2.n 3.2 MB/s | 456 kB 00:00 (109/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 735 kB/s | 59 kB 00:00 (110/399): rubygem-io-console-0.5.7-161.el9_2.2 71 kB/s | 26 kB 00:00 (111/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 105 kB/s | 60 kB 00:00 (112/399): rubygems-3.2.33-161.el9_2.2.noarch.r 3.5 MB/s | 306 kB 00:00 (113/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 688 kB/s | 441 kB 00:00 (114/399): buildah-1.29.5-1.el9_2.x86_64.rpm 53 MB/s | 8.6 MB 00:00 (115/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 25 MB/s | 2.2 MB 00:00 (116/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 155 kB/s | 110 kB 00:00 (117/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 577 kB/s | 245 kB 00:00 (118/399): libaio-0.3.111-13.el9.x86_64.rpm 302 kB/s | 26 kB 00:00 (119/399): bash-completion-2.11-4.el9.noarch.rp 978 kB/s | 459 kB 00:00 (120/399): device-mapper-persistent-data-0.9.0- 1.8 MB/s | 786 kB 00:00 (121/399): glibc-langpack-en-2.34-60.el9.x86_64 1.4 MB/s | 675 kB 00:00 (122/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.4 MB/s | 81 kB 00:00 (123/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 151 kB/s | 62 kB 00:00 (124/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 392 kB/s | 37 kB 00:00 (125/399): krb5-workstation-1.20.1-8.el9.x86_64 1.1 MB/s | 542 kB 00:00 (126/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 257 kB/s | 16 kB 00:00 (127/399): pkgconf-pkg-config-1.7.3-10.el9.x86_ 198 kB/s | 12 kB 00:00 (128/399): python3-dns-2.2.1-2.el9.noarch.rpm 5.9 MB/s | 418 kB 00:00 (129/399): ansible-collection-ansible-netcommon 2.8 MB/s | 181 kB 00:00 (130/399): ansible-collection-ansible-utils-2.3 1.4 MB/s | 91 kB 00:00 (131/399): pkgconf-1.7.3-10.el9.x86_64.rpm 133 kB/s | 45 kB 00:00 (132/399): ansible-collection-community-general 14 MB/s | 1.3 MB 00:00 (133/399): ansible-collection-ansible-posix-1.2 262 kB/s | 124 kB 00:00 (134/399): golang-github-vbatts-tar-split-0.11. 2.0 MB/s | 1.0 MB 00:00 (135/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 165 kB/s | 77 kB 00:00 (136/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 2.9 MB/s | 178 kB 00:00 (137/399): python3-ansible-runner-2.0.0a1-3.el9 2.1 MB/s | 122 kB 00:00 (138/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 320 kB/s | 162 kB 00:00 (139/399): puppet-fdio-18.2-1.20220727113954.6f 77 kB/s | 25 kB 00:00 (140/399): python3-croniter-0.3.35-2.el9ost.noa 871 kB/s | 49 kB 00:00 (141/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 140 kB/s | 44 kB 00:00 (142/399): python3-docutils-0.16-6.el9ost.noarc 17 MB/s | 1.5 MB 00:00 (143/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 725 kB/s | 44 kB 00:00 (144/399): python3-gevent-21.1.2-2.el9ost.x86_6 19 MB/s | 1.6 MB 00:00 (145/399): python3-daemon-2.3.0-1.el9ost.noarch 103 kB/s | 39 kB 00:00 (146/399): python3-beautifulsoup4-4.9.3-2.el9os 411 kB/s | 204 kB 00:00 (147/399): python3-jmespath-0.10.0-1.el9ost.noa 108 kB/s | 46 kB 00:00 (148/399): python3-gitdb-4.0.5-2.el9ost.noarch. 161 kB/s | 107 kB 00:00 (149/399): python3-jeepney-0.6.0-2.el9ost.noarc 384 kB/s | 284 kB 00:00 (150/399): python3-lockfile-0.12.2-2.el9ost.noa 78 kB/s | 31 kB 00:00 (151/399): python3-logutils-0.3.5-15.el9ost.noa 133 kB/s | 47 kB 00:00 (152/399): python3-mimeparse-1.6.0-16.el9ost.no 9.0 kB/s | 16 kB 00:01 (153/399): python3-memcached-1.59-3.el9ost.noar 20 kB/s | 40 kB 00:02 (154/399): python3-migrate-0.13.0-1.el9ost.noar 119 kB/s | 224 kB 00:01 (155/399): python3-pecan-1.4.0-2.el9ost.noarch. 2.6 MB/s | 273 kB 00:00 (156/399): python3-passlib-1.7.4-3.el9ost.noarc 5.8 MB/s | 712 kB 00:00 (157/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.4 MB/s | 90 kB 00:00 (158/399): python3-pyperclip-1.8.0-3.el9ost.noa 448 kB/s | 25 kB 00:00 (159/399): python3-setproctitle-1.2.2-1.el9ost. 351 kB/s | 23 kB 00:00 (160/399): python3-natsort-7.1.1-2.el9ost.noarc 144 kB/s | 59 kB 00:00 (161/399): python3-soupsieve-2.2-1.el9ost.noarc 1.1 MB/s | 67 kB 00:00 (162/399): python3-pynacl-1.4.0-1.el9ost.x86_64 243 kB/s | 111 kB 00:00 (163/399): python3-smmap-3.0.1-4.el9ost.noarch. 143 kB/s | 47 kB 00:00 (164/399): python3-tenacity-6.3.1-1.el9ost.noar 806 kB/s | 51 kB 00:00 (165/399): python3-webtest-2.0.35-6.el9ost.noar 1.3 MB/s | 82 kB 00:00 (166/399): python3-zope-event-4.2.0-20.el9ost.n 3.4 MB/s | 205 kB 00:00 (167/399): python3-zope-interface-5.4.0-1.el9os 3.2 MB/s | 202 kB 00:00 (168/399): rubygem-concurrent-ruby-1.1.5-2.el9o 3.4 MB/s | 243 kB 00:00 (169/399): rubygem-deep_merge-1.2.1-7.el9ost.no 178 kB/s | 14 kB 00:00 (170/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 920 kB/s | 396 kB 00:00 (171/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 1.4 MB/s | 90 kB 00:00 (172/399): python3-sqlalchemy13-1.3.24-3.el9ost 2.3 MB/s | 1.7 MB 00:00 (173/399): rubygem-multi_json-1.15.0-2.el9ost.n 351 kB/s | 22 kB 00:00 (174/399): rubygem-fast_gettext-1.2.0-9.el9ost. 89 kB/s | 34 kB 00:00 (175/399): rubygem-puppet-resource_api-1.8.13-1 112 kB/s | 34 kB 00:00 (176/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 46 kB/s | 16 kB 00:00 (177/399): rubygem-semantic_puppet-1.0.4-2.el9o 46 kB/s | 21 kB 00:00 (178/399): ansible-role-atos-hsm-1.0.1-17.1.202 310 kB/s | 17 kB 00:00 (179/399): ansible-role-chrony-1.3.1-17.1.20230 360 kB/s | 22 kB 00:00 (180/399): ansible-config_template-2.0.1-17.1.2 75 kB/s | 29 kB 00:00 (181/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 761 kB/s | 433 kB 00:00 (182/399): ansible-role-container-registry-1.4. 57 kB/s | 24 kB 00:00 (183/399): ansible-role-openstack-operations-0. 97 kB/s | 30 kB 00:00 (184/399): ansible-role-qdr-config-0.0.2-17.1.2 376 kB/s | 21 kB 00:00 (185/399): ansible-role-redhat-subscription-1.3 492 kB/s | 28 kB 00:00 (186/399): ansible-role-tripleo-modify-image-1. 514 kB/s | 27 kB 00:00 (187/399): ansible-role-collectd-config-0.0.3-1 91 kB/s | 53 kB 00:00 (188/399): ansible-tripleo-ipa-0.3.1-17.1.20230 645 kB/s | 36 kB 00:00 (189/399): dib-utils-0.0.11-17.1.20230620173328 228 kB/s | 12 kB 00:00 (190/399): openstack-heat-agents-2.2.1-17.1.202 161 kB/s | 9.6 kB 00:00 (191/399): os-apply-config-13.1.1-17.1.20231020 917 kB/s | 54 kB 00:00 (192/399): ansible-role-thales-hsm-3.0.1-17.1.2 56 kB/s | 21 kB 00:00 (193/399): ansible-tripleo-ipsec-11.0.1-17.1.20 100 kB/s | 38 kB 00:00 (194/399): os-collect-config-13.1.1-17.1.202310 131 kB/s | 50 kB 00:00 (195/399): os-refresh-config-13.1.1-17.1.202310 63 kB/s | 21 kB 00:00 (196/399): puppet-archive-4.6.1-17.1.2023062018 771 kB/s | 44 kB 00:00 (197/399): puppet-aodh-18.4.2-17.1.202306201512 123 kB/s | 62 kB 00:00 (198/399): puppet-ceilometer-18.4.3-17.1.202309 1.0 MB/s | 70 kB 00:00 (199/399): puppet-certmonger-2.7.1-17.1.2023062 446 kB/s | 26 kB 00:00 (200/399): puppet-auditd-2.2.1-17.1.20230620192 79 kB/s | 28 kB 00:00 (201/399): puppet-apache-6.5.2-17.1.20230621001 564 kB/s | 259 kB 00:00 (202/399): puppet-collectd-13.0.1-17.1.20230620 2.2 MB/s | 135 kB 00:00 (203/399): puppet-concat-6.2.1-17.1.20230620181 733 kB/s | 41 kB 00:00 (204/399): puppet-designate-18.6.1-17.1.2023062 1.2 MB/s | 69 kB 00:00 (205/399): puppet-dns-8.2.1-17.1.20230621002045 386 kB/s | 36 kB 00:00 (206/399): puppet-etcd-1.12.3-17.1.202306201932 434 kB/s | 25 kB 00:00 (207/399): puppet-firewall-3.4.1-17.1.202306210 1.2 MB/s | 77 kB 00:00 (208/399): puppet-git-0.5.0-17.1.20230620193928 376 kB/s | 23 kB 00:00 (209/399): puppet-corosync-8.0.1-17.1.202306211 191 kB/s | 68 kB 00:00 (210/399): puppet-gnocchi-18.4.3-17.1.202306210 1.0 MB/s | 58 kB 00:00 (211/399): puppet-heat-18.4.1-17.1.202306211116 1.2 MB/s | 70 kB 00:00 (212/399): puppet-cinder-18.5.2-17.1.2023062105 182 kB/s | 120 kB 00:00 (213/399): puppet-inifile-4.2.1-17.1.2023062018 126 kB/s | 42 kB 00:00 (214/399): puppet-horizon-18.6.1-17.1.202306210 141 kB/s | 63 kB 00:00 (215/399): puppet-ipaclient-2.5.2-17.1.20230620 319 kB/s | 17 kB 00:00 (216/399): puppet-keepalived-0.0.2-17.1.2023062 236 kB/s | 14 kB 00:00 (217/399): puppet-haproxy-4.2.2-17.1.2023062019 73 kB/s | 52 kB 00:00 (218/399): puppet-kmod-2.5.0-17.1.2023062019064 64 kB/s | 21 kB 00:00 (219/399): puppet-module-data-0.5.1-17.1.202306 218 kB/s | 13 kB 00:00 (220/399): puppet-mysql-10.6.1-17.1.20230621022 1.6 MB/s | 99 kB 00:00 (221/399): puppet-manila-18.5.2-17.1.2023110219 187 kB/s | 81 kB 00:00 (222/399): puppet-memcached-6.0.0-17.1.20230620 67 kB/s | 23 kB 00:00 (223/399): puppet-neutron-18.6.1-17.1.202306210 3.2 MB/s | 196 kB 00:00 (224/399): puppet-nssdb-1.0.2-17.1.202306201856 202 kB/s | 12 kB 00:00 (225/399): puppet-openstack_extras-18.5.1-17.1. 634 kB/s | 48 kB 00:00 (226/399): puppet-octavia-18.5.1-17.1.202306210 866 kB/s | 76 kB 00:00 (227/399): puppet-nova-18.6.1-17.1.202306210904 1.3 MB/s | 200 kB 00:00 (228/399): puppet-placement-5.4.3-17.1.20230621 696 kB/s | 41 kB 00:00 (229/399): puppet-qdr-7.4.1-17.1.20230620195605 537 kB/s | 31 kB 00:00 (230/399): puppet-oslo-18.5.1-17.1.202306210523 152 kB/s | 48 kB 00:00 (231/399): puppet-redis-6.1.1-17.1.202306201917 866 kB/s | 51 kB 00:00 (232/399): puppet-remote-10.0.0-17.1.2023062019 295 kB/s | 16 kB 00:00 (233/399): puppet-openstacklib-18.5.2-17.1.2023 129 kB/s | 62 kB 00:00 (234/399): puppet-rabbitmq-11.0.1-17.1.20230620 705 kB/s | 266 kB 00:00 (235/399): puppet-rsyslog-4.0.1-17.1.2023062020 961 kB/s | 58 kB 00:00 (236/399): puppet-rsync-1.1.4-17.1.202306210028 76 kB/s | 28 kB 00:00 (237/399): puppet-stdlib-6.3.1-17.1.20230621000 2.3 MB/s | 160 kB 00:00 (238/399): puppet-snmp-3.9.1-17.1.2023062020041 80 kB/s | 34 kB 00:00 (239/399): puppet-sysctl-0.0.13-17.1.2023062018 295 kB/s | 16 kB 00:00 (240/399): puppet-ssh-6.2.1-17.1.20230620190251 55 kB/s | 29 kB 00:00 (241/399): puppet-vcsrepo-3.1.1-17.1.2023062018 865 kB/s | 50 kB 00:00 (242/399): puppet-swift-18.6.1-17.1.20230621052 263 kB/s | 115 kB 00:00 (243/399): puppet-systemd-2.12.1-17.1.202306201 111 kB/s | 42 kB 00:00 (244/399): puppet-vswitch-14.4.3-17.1.202306210 101 kB/s | 41 kB 00:00 (245/399): python-oslo-log-lang-4.4.0-17.1.2023 234 kB/s | 14 kB 00:00 (246/399): python-oslo-middleware-lang-4.2.1-17 232 kB/s | 13 kB 00:00 (247/399): puppet-xinetd-3.3.1-17.1.20230620185 56 kB/s | 26 kB 00:00 (248/399): python-oslo-cache-lang-2.7.1-17.1.20 46 kB/s | 19 kB 00:00 (249/399): python-oslo-versionedobjects-lang-2. 243 kB/s | 14 kB 00:00 (250/399): python3-GitPython-3.1.14-2.el9ost.no 4.0 MB/s | 238 kB 00:00 (251/399): python3-aodhclient-2.2.0-17.1.202306 1.0 MB/s | 56 kB 00:00 (252/399): python-oslo-policy-lang-3.7.1-17.1.2 23 kB/s | 14 kB 00:00 (253/399): python-pycadf-common-3.1.1-17.1.2023 29 kB/s | 15 kB 00:00 (254/399): python3-cinderclient-7.4.1-17.1.2023 3.6 MB/s | 218 kB 00:00 (255/399): python3-cliff-3.7.0-17.1.20230620172 1.7 MB/s | 95 kB 00:00 (256/399): python3-futurist-2.3.0-17.1.20230621 1.1 MB/s | 64 kB 00:00 (257/399): python3-barbicanclient-5.3.0-17.1.20 203 kB/s | 127 kB 00:00 (258/399): python3-heat-agent-ansible-2.2.1-17. 199 kB/s | 11 kB 00:00 (259/399): python3-heat-agent-apply-config-2.2. 175 kB/s | 9.9 kB 00:00 (260/399): python3-designateclient-4.2.1-17.1.2 245 kB/s | 92 kB 00:00 (261/399): python3-heat-agent-docker-cmd-2.2.1- 160 kB/s | 12 kB 00:00 (262/399): python3-heat-agent-hiera-2.2.1-17.1. 190 kB/s | 10 kB 00:00 (263/399): python3-heat-agent-2.2.1-17.1.202306 54 kB/s | 19 kB 00:00 (264/399): python3-heat-agent-puppet-2.2.1-17.1 180 kB/s | 11 kB 00:00 (265/399): python3-heatclient-2.3.1-17.1.202306 2.6 MB/s | 158 kB 00:00 (266/399): python3-ironicclient-4.6.4-17.1.2023 5.6 MB/s | 342 kB 00:00 (267/399): python3-keystoneclient-4.3.0-17.1.20 3.8 MB/s | 239 kB 00:00 (268/399): python3-keystonemiddleware-9.2.0-17. 1.2 MB/s | 92 kB 00:00 (269/399): python3-magnumclient-3.4.1-17.1.2023 1.2 MB/s | 121 kB 00:00 (270/399): python3-heat-agent-json-file-2.2.1-1 25 kB/s | 9.8 kB 00:00 (271/399): python3-ironic-inspector-client-4.5. 210 kB/s | 67 kB 00:00 (272/399): python3-mistralclient-4.2.0-17.1.202 2.7 MB/s | 166 kB 00:00 (273/399): python3-novaclient-17.4.1-17.1.20230 3.4 MB/s | 201 kB 00:00 (274/399): python3-neutronclient-7.3.1-17.1.202 750 kB/s | 298 kB 00:00 (275/399): python3-os-service-types-1.7.0-17.1. 111 kB/s | 38 kB 00:00 (276/399): python3-os-client-config-2.1.0-17.1. 147 kB/s | 55 kB 00:00 (277/399): python3-osc-lib-2.3.1-17.1.202306202 1.2 MB/s | 78 kB 00:00 (278/399): python3-oslo-context-3.2.1-17.1.2023 74 kB/s | 27 kB 00:00 (279/399): python3-oslo-cache-2.7.1-17.1.202306 136 kB/s | 56 kB 00:00 (280/399): python3-os-traits-2.5.0-17.1.2023062 93 kB/s | 45 kB 00:00 (281/399): python3-oslo-middleware-4.2.1-17.1.2 963 kB/s | 55 kB 00:00 (282/399): python3-oslo-policy-3.7.1-17.1.20230 1.2 MB/s | 76 kB 00:00 (283/399): python3-oslo-reports-2.2.0-17.1.2023 985 kB/s | 59 kB 00:00 (284/399): python3-oslo-rootwrap-6.3.1-17.1.202 815 kB/s | 46 kB 00:00 (285/399): python3-oslo-serialization-4.1.1-17. 363 kB/s | 34 kB 00:00 (286/399): python3-oslo-log-4.4.0-17.1.20230620 156 kB/s | 64 kB 00:00 (287/399): python3-osprofiler-3.4.0-17.1.202306 2.1 MB/s | 130 kB 00:00 (288/399): python3-oslo-upgradecheck-1.3.1-17.1 69 kB/s | 29 kB 00:00 (289/399): python3-oslo-versionedobjects-2.4.1- 199 kB/s | 79 kB 00:00 (290/399): python3-requestsexceptions-1.4.0-17. 249 kB/s | 17 kB 00:00 (291/399): python3-saharaclient-3.3.0-17.1.2023 2.2 MB/s | 188 kB 00:00 (292/399): python3-statsd-3.2.1-20.1.el9ost.noa 342 kB/s | 35 kB 00:00 (293/399): python3-pycadf-3.1.1-17.1.2023062021 120 kB/s | 53 kB 00:00 (294/399): python3-shade-1.33.0-17.1.2023062022 1.1 MB/s | 523 kB 00:00 (295/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 126 kB/s | 50 kB 00:00 (296/399): python3-swiftclient-3.11.1-17.1.2023 263 kB/s | 136 kB 00:00 (297/399): python3-zaqarclient-2.4.0-17.1.20230 1.9 MB/s | 129 kB 00:00 (298/399): validations-common-1.9.1-17.1.202310 1.7 MB/s | 111 kB 00:00 (299/399): python3-paramiko-2.11.0-2.el9ost.noa 4.6 MB/s | 299 kB 00:00 (300/399): python3-werkzeug-2.0.1-7.el9ost.noar 6.5 MB/s | 427 kB 00:00 (301/399): ansible-pacemaker-1.0.4-17.1.2023121 338 kB/s | 21 kB 00:00 (302/399): python3-validations-libs-1.9.1-17.1. 381 kB/s | 137 kB 00:00 (303/399): python3-manilaclient-2.6.4-17.1.2024 7.9 MB/s | 528 kB 00:00 (304/399): python3-troveclient-7.0.0-17.1.20230 474 kB/s | 344 kB 00:00 (305/399): ansible-role-metalsmith-deployment-1 366 kB/s | 21 kB 00:00 (306/399): python3-webob-1.8.7-2.1.el9ost.noarc 515 kB/s | 230 kB 00:00 (307/399): python3-sqlparse-0.4.1-2.el9ost.noar 166 kB/s | 83 kB 00:00 (308/399): puppet-ironic-18.7.1-17.1.2024030521 1.8 MB/s | 121 kB 00:00 (309/399): python-oslo-db-lang-8.5.2-17.1.20240 238 kB/s | 14 kB 00:00 (310/399): python3-keystoneauth1-4.4.0-17.1.202 6.5 MB/s | 409 kB 00:00 (311/399): openstack-selinux-0.8.37-17.1.202311 435 kB/s | 221 kB 00:00 (312/399): python3-neutron-lib-2.10.3-17.1.2023 5.9 MB/s | 375 kB 00:00 (313/399): python3-metalsmith-1.4.4-17.1.202405 183 kB/s | 65 kB 00:00 (314/399): python3-octaviaclient-2.3.1-17.1.202 223 kB/s | 91 kB 00:00 (315/399): python3-glanceclient-3.3.0-17.1.2024 205 kB/s | 143 kB 00:00 (316/399): python3-oslo-db-8.5.2-17.1.202408201 307 kB/s | 144 kB 00:00 (317/399): python3-rhosp-openvswitch-3.3-1.el9o 131 kB/s | 8.3 kB 00:00 (318/399): python3-waitress-2.0.0-4.el9ost.noar 1.8 MB/s | 109 kB 00:00 (319/399): python3-oslo-messaging-12.7.3-17.1.2 468 kB/s | 216 kB 00:00 (320/399): python3-oslo-service-2.5.1-17.1.2024 148 kB/s | 71 kB 00:00 (321/399): puppet-glance-18.6.1-17.1.2025022015 1.5 MB/s | 87 kB 00:00 (322/399): puppet-ovn-18.6.1-17.1.2024092509490 501 kB/s | 29 kB 00:00 (323/399): puppet-pacemaker-1.5.1-17.1.20250214 1.2 MB/s | 158 kB 00:00 (324/399): openstack-ansible-core-2.14.2-4.7.el 4.2 MB/s | 2.3 MB 00:00 (325/399): openstack-tripleo-validations-14.3.2 390 kB/s | 204 kB 00:00 (326/399): python3-os-ken-1.4.1-17.1.2024120509 4.5 MB/s | 2.1 MB 00:00 (327/399): puppet-tripleo-14.2.3-17.1.202503201 592 kB/s | 239 kB 00:00 (328/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 5.8 MB/s | 351 kB 00:00 (329/399): ansible-collection-containers-podman 517 kB/s | 243 kB 00:00 (330/399): hiera-3.6.0-6.el9ost.noarch.rpm 593 kB/s | 33 kB 00:00 (331/399): facter-3.14.19-3.el9ost.x86_64.rpm 1.1 MB/s | 518 kB 00:00 (332/399): openstack-tripleo-common-15.4.1-17.1 871 kB/s | 52 kB 00:00 (333/399): ansible-collections-openstack-1.9.1- 212 kB/s | 146 kB 00:00 (334/399): openstack-tripleo-common-containers- 1.3 MB/s | 78 kB 00:00 (335/399): leatherman-1.12.6-5.el9ost.x86_64.rp 841 kB/s | 405 kB 00:00 (336/399): puppet-headless-7.10.0-4.el9ost.noar 17 MB/s | 1.4 MB 00:00 (337/399): python3-amqp-5.0.6-5.el9ost.noarch.r 1.6 MB/s | 92 kB 00:00 (338/399): puppet-7.10.0-4.el9ost.noarch.rpm 31 kB/s | 11 kB 00:00 (339/399): puppet-keystone-18.6.1-17.1.20250425 187 kB/s | 127 kB 00:00 (340/399): python3-boto-2.45.0-8.1.el9ost.noarc 1.7 MB/s | 1.3 MB 00:00 (341/399): python3-cachetools-4.2.2-3.el9ost.no 52 kB/s | 33 kB 00:00 (342/399): python3-colorama-0.4.4-4.el9ost.noar 598 kB/s | 35 kB 00:00 (343/399): python3-dogpile-cache-1.1.5-5.el9ost 222 kB/s | 89 kB 00:00 (344/399): python3-extras-1.0.0-17.el9ost.noarc 53 kB/s | 21 kB 00:00 (345/399): python3-fixtures-3.0.0-24.el9ost.noa 1.6 MB/s | 93 kB 00:00 (346/399): python3-kombu-5.0.2-3.el9ost.noarch. 5.0 MB/s | 313 kB 00:00 (347/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 368 kB/s | 284 kB 00:00 (348/399): python3-munch-2.5.0-6.el9ost.noarch. 73 kB/s | 25 kB 00:00 (349/399): python3-msgpack-1.0.2-4.el9ost.x86_6 200 kB/s | 87 kB 00:00 (350/399): python3-keyring-21.8.0-4.el9ost.noar 129 kB/s | 77 kB 00:00 (351/399): python3-paste-3.5.0-5.el9ost.noarch. 11 MB/s | 776 kB 00:00 (352/399): python3-paste-deploy-2.1.1-4.el9ost. 702 kB/s | 41 kB 00:00 (353/399): python3-openstacksdk-0.55.1-17.1.202 1.8 MB/s | 735 kB 00:00 (354/399): python3-routes-2.4.1-14.el9ost.noarc 2.8 MB/s | 188 kB 00:00 (355/399): python3-repoze-lru-0.7-12.el9ost.noa 104 kB/s | 32 kB 00:00 (356/399): python3-secretstorage-3.3.1-3.el9ost 662 kB/s | 36 kB 00:00 (357/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 154 kB/s | 57 kB 00:00 (358/399): python3-tempita-0.5.1-27.el9ost.noar 643 kB/s | 36 kB 00:00 (359/399): python3-pystache-0.5.4-15.el9ost.noa 178 kB/s | 132 kB 00:00 (360/399): python3-simplejson-3.17.5-3.el9ost.x 651 kB/s | 266 kB 00:00 (361/399): python3-tripleo-common-15.4.1-17.1.2 507 kB/s | 202 kB 00:00 (362/399): python3-vine-5.0.0-5.el9ost.noarch.r 439 kB/s | 26 kB 00:00 (363/399): python3-testtools-2.4.0-10.el9ost.no 601 kB/s | 333 kB 00:00 (364/399): python3-yappi-1.3.1-5.el9ost.x86_64. 970 kB/s | 56 kB 00:00 (365/399): python3-yaql-1.1.3-13.el9ost.noarch. 1.8 MB/s | 180 kB 00:00 (366/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 533 kB/s | 29 kB 00:00 (367/399): ruby-facter-3.14.19-3.el9ost.x86_64. 169 kB/s | 9.5 kB 00:00 (368/399): python3-tripleoclient-16.5.1-17.1.20 733 kB/s | 553 kB 00:00 (369/399): python3-warlock-1.3.3-7.el9ost.noarc 40 kB/s | 21 kB 00:00 (370/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 329 kB/s | 123 kB 00:00 (371/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 48 kB/s | 19 kB 00:00 (372/399): openstack-heat-common-16.1.1-17.1.20 19 MB/s | 1.6 MB 00:00 (373/399): openstack-heat-api-16.1.1-17.1.20250 43 kB/s | 16 kB 00:00 (374/399): openstack-heat-engine-16.1.1-17.1.20 47 kB/s | 15 kB 00:00 (375/399): openstack-heat-monolith-16.1.1-17.1. 47 kB/s | 16 kB 00:00 (376/399): puppet-barbican-18.4.2-17.1.20250625 140 kB/s | 57 kB 00:00 (377/399): python-openstackclient-lang-5.5.2-17 145 kB/s | 58 kB 00:00 (378/399): openstack-tripleo-heat-templates-14. 858 kB/s | 617 kB 00:00 (379/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.1 MB/s | 68 kB 00:00 (380/399): cephadm-18.2.1-361.el9cp.noarch.rpm 5.6 MB/s | 354 kB 00:00 (381/399): python3-openstackclient-5.5.2-17.1.2 2.7 MB/s | 1.1 MB 00:00 (382/399): tripleo-ansible-3.3.1-17.1.202507021 1.5 MB/s | 570 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 632 kB/s | 36 kB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 68 kB/s | 30 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 43 kB/s | 19 kB 00:00 (386/399): device-mapper-event-1.02.187-7.el9_2 532 kB/s | 32 kB 00:00 (387/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 18 MB/s | 1.5 MB 00:00 (388/399): python3-openvswitch3.3-3.3.4-110.el9 416 kB/s | 369 kB 00:00 (389/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.4 MB/s | 156 kB 00:00 (390/399): device-mapper-event-libs-1.02.187-7. 85 kB/s | 31 kB 00:00 (391/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 2.4 MB/s | 1.0 MB 00:00 (392/399): util-linux-2.37.4-11.el9_2.x86_64.rp 16 MB/s | 2.3 MB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 84 kB/s | 30 kB 00:00 (394/399): libmount-2.37.4-11.el9_2.x86_64.rpm 334 kB/s | 136 kB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 1.8 MB/s | 109 kB 00:00 (396/399): libsmartcols-2.37.4-11.el9_2.x86_64. 1.1 MB/s | 65 kB 00:00 (397/399): device-mapper-libs-1.02.187-7.el9_2. 2.9 MB/s | 176 kB 00:00 (398/399): util-linux-core-2.37.4-11.el9_2.x86_ 1.1 MB/s | 464 kB 00:00 (399/399): device-mapper-1.02.187-7.el9_2.2.x86 359 kB/s | 142 kB 00:00 -------------------------------------------------------------------------------- Total 2.7 MB/s | 97 MB 00:36 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : libaio-0.3.111-13.el9.x86_64 19/408 Installing : boost-regex-1.75.0-8.el9.x86_64 20/408 Installing : boost-system-1.75.0-8.el9.x86_64 21/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 89/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 90/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 91/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 92/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 93/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 94/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 95/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 96/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 97/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 98/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 99/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 100/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 101/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 102/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 103/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 104/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 105/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 106/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 107/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 108/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 109/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 110/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 111/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 112/408 Installing : python3-dns-2.2.1-2.el9.noarch 113/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 114/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 115/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 116/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 117/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 118/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 119/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 120/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 121/408 Installing : python3-yubico-1.3.3-7.el9.noarch 122/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 123/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 124/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 125/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 126/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 127/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 128/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 129/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 130/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 131/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 132/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 133/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 141/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : buildah-1:1.29.5-1.el9_2.x86_64 150/408 Installing : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 151/408 Installing : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Running scriptlet: device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 152/408 Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket. Installing : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 153/408 Installing : lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Running scriptlet: lvm2-9:2.03.17-7.el9_2.2.x86_64 154/408 Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service. Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket. Installing : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 155/408 Installing : python3-pystache-0.5.4-15.el9ost.noarch 156/408 Installing : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 157/408 Installing : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 158/408 Installing : rubygem-hocon-1.3.1-2.el9ost.noarch 159/408 Installing : hiera-3.6.0-6.el9ost.noarch 160/408 Installing : rubygem-rexml-3.2.5-161.el9_2.2.noarch 161/408 Installing : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 162/408 Installing : rubygem-deep_merge-1.2.1-7.el9ost.noarch 163/408 Installing : rubygem-multi_json-1.15.0-2.el9ost.noarch 164/408 Installing : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 165/408 Installing : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 166/408 Installing : libselinux-ruby-3.5-1.el9.x86_64 167/408 Installing : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 168/408 Installing : libipa_hbac-2.8.2-5.el9_2.5.x86_64 169/408 Installing : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 170/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 171/408 Installing : python-openstackclient-lang-5.5.2-17.1.202506161 172/408 Installing : yaml-cpp-0.6.3-6.el9ost.x86_64 173/408 Installing : python3-yaql-1.1.3-13.el9ost.noarch 174/408 Installing : python3-yappi-1.3.1-5.el9ost.x86_64 175/408 Installing : python3-warlock-1.3.3-7.el9ost.noarch 176/408 Installing : python3-glanceclient-1:3.3.0-17.1.20240712170803 177/408 Installing : python3-repoze-lru-0.7-12.el9ost.noarch 178/408 Installing : python3-routes-2.4.1-14.el9ost.noarch 179/408 Installing : python3-extras-1.0.0-17.el9ost.noarch 180/408 Installing : python3-colorama-0.4.4-4.el9ost.noarch 181/408 Installing : python3-cachetools-4.2.2-3.el9ost.noarch 182/408 Installing : openstack-tripleo-common-containers-15.4.1-17.1. 183/408 Installing : python3-waitress-2.0.0-4.el9ost.noarch 184/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 185/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 186/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 186/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 187/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 188/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 189/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 190/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 191/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 192/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 193/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 194/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 195/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 196/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 197/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 198/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 199/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 200/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 201/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 202/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 203/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 204/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 205/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 206/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 207/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 208/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 209/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 210/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 211/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 212/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 213/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 214/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 215/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 216/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 217/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 218/408 Installing : python3-memcached-1.59-3.el9ost.noarch 219/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 220/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 221/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 222/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 223/408 Installing : python3-docutils-0.16-6.el9ost.noarch 224/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 225/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 226/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 227/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 228/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 229/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 230/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 231/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 232/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 233/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 234/408 Installing : pkgconf-1.7.3-10.el9.x86_64 235/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 236/408 Installing : bash-completion-1:2.11-4.el9.noarch 237/408 Installing : libkadm5-1.20.1-8.el9.x86_64 238/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 239/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 240/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 241/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 242/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 243/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 244/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 245/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 246/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 247/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 248/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 249/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 249/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 250/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 251/408 Installing : jq-1.6-14.el9.x86_64 252/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 253/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 254/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 255/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 256/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 257/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 258/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 259/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 259/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 260/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 261/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 262/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 263/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 264/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 265/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 266/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 267/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 268/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 269/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 270/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 271/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 272/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 273/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 274/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 275/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 276/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 277/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 278/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 279/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 280/408 Installing : boost-log-1.75.0-8.el9.x86_64 281/408 Installing : libburn-1.5.4-4.el9.x86_64 282/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 283/408 Installing : sshpass-1.09-4.el9.x86_64 284/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 285/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 286/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 287/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 288/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 289/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 290/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 291/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 292/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 293/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 294/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 295/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 296/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 297/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 298/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 299/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 300/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 301/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 302/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 303/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 304/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 305/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 306/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 307/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 308/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 309/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 310/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 311/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 312/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 313/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 314/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 315/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 316/408 Installing : libisofs-1.5.4-4.el9.x86_64 317/408 Installing : libisoburn-1.5.4-4.el9.x86_64 318/408 Installing : xorriso-1.5.4-4.el9.x86_64 319/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 319/408 Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 320/408 Installing : python3-tripleo-common-15.4.1-17.1.2025052716141 321/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 322/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250527161 323/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 324/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 325/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 326/408 Installing : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 327/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 328/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 329/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 330/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 331/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 332/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 333/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 334/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 335/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 336/408 Installing : puppet-7.10.0-4.el9ost.noarch 337/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 337/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 338/408 Installing : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 339/408 Installing : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 340/408 Installing : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 341/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 342/408 Installing : puppet-firewall-3.4.1-17.1.20230621022040.94f707 343/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 344/408 Installing : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 345/408 Installing : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 346/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 347/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 348/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 349/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 350/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 351/408 Installing : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 352/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 353/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 354/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 355/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 356/408 Installing : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 357/408 Installing : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 358/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 359/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 360/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 361/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 362/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 363/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 364/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 365/408 Installing : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 366/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 367/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 368/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 369/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 370/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 371/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 372/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 373/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 374/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 375/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 376/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 377/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 378/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 379/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 380/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 381/408 Installing : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 382/408 Installing : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 383/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 384/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 385/408 Installing : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 386/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 387/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 388/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 389/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 390/408 Installing : puppet-module-data-0.5.1-17.1.20230620195419.28d 391/408 Installing : puppet-remote-10.0.0-17.1.20230620192417.7420908 392/408 Installing : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 393/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 394/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 395/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 396/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250523121326 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 : perl-IO-Socket-SSL-2.073-1.el9.noarch 1/408 Verifying : boost-system-1.75.0-8.el9.x86_64 2/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 3/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 4/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 5/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 6/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 7/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 8/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 9/408 Verifying : perl-Exporter-5.74-461.el9.noarch 10/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 11/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 12/408 Verifying : perl-parent-1:0.238-460.el9.noarch 13/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 14/408 Verifying : xorriso-1.5.4-4.el9.x86_64 15/408 Verifying : libisofs-1.5.4-4.el9.x86_64 16/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 17/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 18/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 19/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 20/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 21/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 22/408 Verifying : perl-URI-5.09-3.el9.noarch 23/408 Verifying : perl-libnet-3.13-4.el9.noarch 24/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 25/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 26/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 27/408 Verifying : perl-Carp-1.50-460.el9.noarch 28/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 29/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 30/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 31/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 32/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 33/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 34/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 35/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 36/408 Verifying : sshpass-1.09-4.el9.x86_64 37/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 38/408 Verifying : boost-log-1.75.0-8.el9.x86_64 39/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 40/408 Verifying : libburn-1.5.4-4.el9.x86_64 41/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 42/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 43/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 44/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 45/408 Verifying : perl-Digest-1.19-4.el9.noarch 46/408 Verifying : perl-File-Path-2.18-4.el9.noarch 47/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 48/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 49/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 50/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 51/408 Verifying : perl-constant-1.33-461.el9.noarch 52/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 53/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 54/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 55/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 56/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 57/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 58/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 59/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 60/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 61/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 62/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 63/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 64/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 65/408 Verifying : jq-1.6-14.el9.x86_64 66/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 67/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 68/408 Verifying : perl-B-1.80-480.el9.x86_64 69/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 70/408 Verifying : perl-Errno-1.30-480.el9.x86_64 71/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 72/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 73/408 Verifying : perl-File-stat-1.09-480.el9.noarch 74/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 75/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 77/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 78/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 79/408 Verifying : perl-Symbol-1.08-480.el9.noarch 80/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 81/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 82/408 Verifying : perl-overload-1.31-480.el9.noarch 83/408 Verifying : perl-overloading-0.02-480.el9.noarch 84/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 85/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 86/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 87/408 Verifying : perl-IO-1.43-480.el9.x86_64 88/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 89/408 Verifying : perl-base-2.27-480.el9.noarch 90/408 Verifying : perl-if-0.60.800-480.el9.noarch 91/408 Verifying : perl-mro-1.23-480.el9.x86_64 92/408 Verifying : perl-subs-1.03-480.el9.noarch 93/408 Verifying : perl-vars-1.05-480.el9.noarch 94/408 Verifying : python3-mako-1.1.4-6.el9.noarch 95/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 96/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 97/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 98/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 99/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 100/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 101/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 102/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 103/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 104/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 105/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 106/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 107/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 108/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 109/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 110/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 111/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 112/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 113/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 114/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 115/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 116/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 117/408 Verifying : bash-completion-1:2.11-4.el9.noarch 118/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 119/408 Verifying : libaio-0.3.111-13.el9.x86_64 120/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 121/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 122/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 123/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 124/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 125/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 126/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 127/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 128/408 Verifying : python3-dns-2.2.1-2.el9.noarch 129/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 130/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 131/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 132/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 133/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 134/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 135/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 136/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 137/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 138/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 139/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 140/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 141/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 142/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 143/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 144/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 145/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 146/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 147/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 148/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 149/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 150/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 151/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 152/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 153/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 154/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 155/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 156/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 157/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 158/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 159/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 160/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 161/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 162/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 163/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 164/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 165/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 166/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 167/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 168/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 169/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 170/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 171/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 172/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 173/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 174/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 175/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 176/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 177/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 178/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 179/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 180/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 181/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 182/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 183/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 184/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 185/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 186/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 187/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 188/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 189/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 190/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 191/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 192/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 193/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 194/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 195/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 196/408 Verifying : puppet-apache-6.5.2-17.1.20230621001106.e4a1532. 197/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 198/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 199/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 200/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 201/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 202/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 203/408 Verifying : puppet-concat-6.2.1-17.1.20230620181556.dfeabb9. 204/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 205/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 206/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 207/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 208/408 Verifying : puppet-firewall-3.4.1-17.1.20230621022040.94f707 209/408 Verifying : puppet-git-0.5.0-17.1.20230620193928.4e4498e.el9 210/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 211/408 Verifying : puppet-haproxy-4.2.2-17.1.20230620193950.a797b8c 212/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 213/408 Verifying : puppet-horizon-18.6.1-17.1.20230621075748.8074e6 214/408 Verifying : puppet-inifile-4.2.1-17.1.20230620180624.df46d2a 215/408 Verifying : puppet-ipaclient-2.5.2-17.1.20230620194626.b0867 216/408 Verifying : puppet-keepalived-0.0.2-17.1.20230620194716.bbca 217/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 218/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 219/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 220/408 Verifying : puppet-module-data-0.5.1-17.1.20230620195419.28d 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-remote-10.0.0-17.1.20230620192417.7420908 234/408 Verifying : puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.e 235/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 236/408 Verifying : puppet-snmp-3.9.1-17.1.20230620200411.5d73485.el 237/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 238/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 239/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 240/408 Verifying : puppet-sysctl-0.0.13-17.1.20230620183456.847ec1c 241/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 242/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20230620183456.a36ee18 243/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 244/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 245/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 246/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 247/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 248/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 249/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 250/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 251/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 252/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 253/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 254/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 255/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 256/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 257/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 258/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 259/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 260/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 261/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 262/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 263/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 264/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 265/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 266/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 267/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 268/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 269/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 270/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 271/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 272/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 273/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 274/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 275/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 276/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 277/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 278/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 279/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 280/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 281/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 282/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 283/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 284/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 285/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 286/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 287/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 288/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 289/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 290/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 291/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 292/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 293/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 294/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 295/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 296/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 297/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 298/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 299/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 300/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 301/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 302/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 303/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 304/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 305/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 306/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 307/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 308/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 309/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 310/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 311/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 312/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 313/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 314/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 315/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 316/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 317/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 318/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 319/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 320/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 321/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 322/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 323/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 324/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 325/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 326/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 327/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 328/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 329/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 330/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 331/408 Verifying : hiera-3.6.0-6.el9ost.noarch 332/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 333/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250527161 334/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 335/408 Verifying : puppet-7.10.0-4.el9ost.noarch 336/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 337/408 Verifying : puppet-keystone-18.6.1-17.1.20250425111017.cb0ad 338/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 339/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 340/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 341/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 342/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 343/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 344/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 345/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 346/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 347/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 348/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 349/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 350/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 351/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 352/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 353/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 354/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 355/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 356/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 357/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 358/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 359/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 360/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 361/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025052716141 362/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250523121326 363/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 364/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 365/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 366/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 367/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 368/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 369/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 370/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 371/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 372/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 373/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 374/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 375/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 376/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 377/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 378/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Verifying : tripleo-ansible-3.3.1-17.1.20250702110757.8debef 380/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 381/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 382/408 Verifying : python3-openvswitch3.3-3.3.4-110.el9fdp.x86_64 383/408 Verifying : libipa_hbac-2.8.2-5.el9_2.5.x86_64 384/408 Verifying : python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 385/408 Verifying : python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 386/408 Verifying : device-mapper-event-9:1.02.187-7.el9_2.2.x86_64 387/408 Verifying : device-mapper-event-libs-9:1.02.187-7.el9_2.2.x8 388/408 Verifying : lvm2-9:2.03.17-7.el9_2.2.x86_64 389/408 Verifying : lvm2-libs-9:2.03.17-7.el9_2.2.x86_64 390/408 Verifying : libfdisk-2.37.4-11.el9_2.x86_64 391/408 Verifying : libfdisk-2.37.4-10.el9.x86_64 392/408 Verifying : libmount-2.37.4-11.el9_2.x86_64 393/408 Verifying : libmount-2.37.4-10.el9.x86_64 394/408 Verifying : libuuid-2.37.4-11.el9_2.x86_64 395/408 Verifying : libuuid-2.37.4-10.el9.x86_64 396/408 Verifying : util-linux-2.37.4-11.el9_2.x86_64 397/408 Verifying : util-linux-2.37.4-10.el9.x86_64 398/408 Verifying : util-linux-core-2.37.4-11.el9_2.x86_64 399/408 Verifying : util-linux-core-2.37.4-10.el9.x86_64 400/408 Verifying : libblkid-2.37.4-11.el9_2.x86_64 401/408 Verifying : libblkid-2.37.4-10.el9.x86_64 402/408 Verifying : libsmartcols-2.37.4-11.el9_2.x86_64 403/408 Verifying : libsmartcols-2.37.4-10.el9.x86_64 404/408 Verifying : device-mapper-9:1.02.187-7.el9_2.2.x86_64 405/408 Verifying : device-mapper-9:1.02.187-7.el9.x86_64 406/408 Verifying : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 407/408 Verifying : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Installed products updated. Upgraded: device-mapper-9:1.02.187-7.el9_2.2.x86_64 device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 libblkid-2.37.4-11.el9_2.x86_64 libfdisk-2.37.4-11.el9_2.x86_64 libmount-2.37.4-11.el9_2.x86_64 libsmartcols-2.37.4-11.el9_2.x86_64 libuuid-2.37.4-11.el9_2.x86_64 util-linux-2.37.4-11.el9_2.x86_64 util-linux-core-2.37.4-11.el9_2.x86_64 Installed: ansible-collection-ansible-netcommon-2.2.0-1.2.el9ost.noarch ansible-collection-ansible-posix-1.2.0-1.3.el9ost.noarch ansible-collection-ansible-utils-2.3.0-2.el9ost.noarch ansible-collection-community-general-4.0.0-1.1.el9ost.noarch ansible-collection-containers-podman-1.9.4-5.el9ost.noarch ansible-collections-openstack-1.9.1-17.1.20250511000957.0e9a6f2.el9ost.noarch ansible-config_template-2.0.1-17.1.20230621083924.7951228.el9ost.noarch ansible-freeipa-1.9.2-3.el9_2.noarch ansible-pacemaker-1.0.4-17.1.20231213170757.7c10fdb.el9ost.noarch ansible-role-atos-hsm-1.0.1-17.1.20230927001631.8618a22.el9ost.noarch ansible-role-chrony-1.3.1-17.1.20230621084226.0111661.el9ost.noarch ansible-role-collectd-config-0.0.3-17.1.20230620165926.1992666.el9ost.noarch ansible-role-container-registry-1.4.1-17.1.20230621045806.a091b9c.el9ost.noarch ansible-role-lunasa-hsm-1.1.1-17.1.20250603180833.5b8127c.el9ost.noarch ansible-role-metalsmith-deployment-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch ansible-role-openstack-operations-0.0.1-17.1.20230620170737.2ab288f.el9ost.noarch ansible-role-qdr-config-0.0.2-17.1.20230620171136.b456651.el9ost.noarch ansible-role-redhat-subscription-1.3.0-17.1.20230621033420.eefe501.el9ost.noarch ansible-role-thales-hsm-3.0.1-17.1.20231007220803.f95c0fc.el9ost.noarch ansible-role-tripleo-modify-image-1.5.1-17.1.20230621064242.b6eedb6.el9ost.noarch ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d29d9e.el9ost.noarch ansible-tripleo-ipsec-11.0.1-17.1.20230620172008.b5559c8.el9ost.noarch augeas-libs-1.13.0-3.el9.x86_64 bash-completion-1:2.11-4.el9.noarch boost-atomic-1.75.0-8.el9.x86_64 boost-chrono-1.75.0-8.el9.x86_64 boost-filesystem-1.75.0-8.el9.x86_64 boost-locale-1.75.0-8.el9.x86_64 boost-log-1.75.0-8.el9.x86_64 boost-nowide-1.75.0-8.el9.x86_64 boost-program-options-1.75.0-8.el9.x86_64 boost-regex-1.75.0-8.el9.x86_64 boost-system-1.75.0-8.el9.x86_64 boost-thread-1.75.0-8.el9.x86_64 buildah-1:1.29.5-1.el9_2.x86_64 cephadm-2:18.2.1-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.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250527161411.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20250704160749.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.20230621001106.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.20230620181556.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.20230621022040.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20230620193928.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.20230620193950.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.20230621075748.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20230620180624.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20230620194626.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20230620194716.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20250425111017.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.20230620195419.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.20230620192417.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20230621002829.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20230620200411.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.20230620183456.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.20230620183456.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.4-110.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.20250527161411.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250523121326.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.20250702110757.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 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-10-13T06:55:13.611767 # # 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 + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-41 + 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 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' + '[' 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=fce95318204114530f31f885c9df588f -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-41 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-41... Getting image source signatures Copying blob sha256:ab29a33c365e4f0da8161bb11cb8a2d71c2761821d66bf82bbd93537bfd3b27d Copying blob sha256:5a2c6dda32cb8f391db471a90df7c6df7fe92e4c099ce0fb56898ff12da8b31a Copying blob sha256:f089e13ffc6adc861190b06d118b508ffea1f3360431b03ac49536c53adaec35 Copying blob sha256:0f0ad3d255c9ecbdda10f50640aadf96a2489e0da34a55e2d18dff038e3f90b8 Copying blob sha256:bd4da149dec8e873d07cec7d73d2bddf9ffdf554cf7ee5ccb63d8af4e9e9ef95 Copying blob sha256:a8a21e7f71463294ba1ce49f86a82f38a2e76e2ff6588e9e212b5e2e36eb5132 Copying blob sha256:2b4f1b258ae049acf5945c15b1913941796b181ad8f0d0c93242bb6241135967 Copying blob sha256:329fbe9951c6a5561bd497a5ed9913445e586f666a2059faacafefb99afb85f4 Copying blob sha256:ccd3d3ac845252b36c9ae1e994112de80faffd4c9ad850c7a084c1973b439992 Copying blob sha256:c009d7c9e15de1a6ee1f06476b8946206266a21fbffab509c64fd06979c0dea4 Copying blob sha256:d74b55f9923f2cfef7a184bb954c01a21f442cb93b2453ea030e32d916726dfb Copying blob sha256:6dd12ba81808a92f5cbb82ef7dd36b148854b27e0e9eb3290ba026f9fc31dfcf Copying blob sha256:7f82ad26e63cbb14482059a3ae1f209a004e95265bf96c6a3e701c607fc4337d Copying blob sha256:6f69efc0fd4ee22ab1881372ab748feee56cd775feaa279a30da58eb41c221a7 Copying blob sha256:0ebaddd3877d04355441e5d55ab613f09b0d807ec3ab832c270429f1c633e6fb Copying blob sha256:20a298df59c7d7206fdfd5441b7eb7a45a97bdc64014a514fe1a7d53be71099b Copying blob sha256:35089e8c057086994fdb513824cb60f4aa107ae20234d369073dbc4c7a547fb7 Copying blob sha256:e3a65aec5e0fd3a975a68eb12f70759d9f2acdd977f8566da3991c3a62667ed5 Copying blob sha256:91d051924db889bb4a0f8697c55cde032e77db8ffde2832b410dc485eee6945a Copying blob sha256:d375b6b11a2d8d98d8b5bab6ef12ce15a23ecc5f1daec0473fae49478e71937f Copying blob sha256:a4be44497eca37190904f991bed03699f920cc7acc4a3a93ae08c2fbbab38461 Copying blob sha256:0d97c272a0467e1db76c6744ace184d00c8399851c4ae24814a38130259d1fad Copying blob sha256:24684fb82414c4ef143954d5b99aa80d3593ef963a1351931197208b7e56cee4 Copying blob sha256:b8caf8ddebcc25713579bc868d57b66ca13ce936e5c9ba6b4323218e8227dfd6 Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:040d1e188a1540f7c6daca606287a5f75ced41773fd5f1003d5bd99faf192dc8 Copying blob sha256:ac915f9016b0094051963f7795fc183c0dabffb8a2401a80433e322cbb135efb Copying blob sha256:545683c8fc4948fbe4f5627f6890a46e67429f184f23eb831acef7340d6bb795 Copying blob sha256:71440c41d9c62cdfbca91b3841c0ef595826105e150efd914ed1b2385977c318 Copying blob sha256:9c5df03c3ba17f72600d7879d608d783af4269c0765ac015ff6c3d7da00a5eef Copying blob sha256:4fc6e653221ba6ec87131b866c7043dc0c779e4841e03ef90c53235b3a2d81c0 Copying blob sha256:f5602f0ed4f9b35fcf0d0e2fed9e622eaf29b03fca5913bd111cf838bac7c6d9 Copying blob sha256:541cb28a0781d393d89504f51f1283618e1ca3ae8f047d0f635eb1412c82ee82 Copying blob sha256:beb4459ddf580c67b39c06bfa7f68e57aa0b804dd7e46ba8bd0c2dd49b35b389 Copying blob sha256:37480cba233cc0b9a980a8774f6637b8ba7b5c44943813b554e1daf4ad198c91 Copying blob sha256:c782ed09fbfbdbb58526f180ce5446dbfc95d1762d204afba113d3f61b3b8936 Copying blob sha256:d785dec1a03e327e56c53665d8caac4cb0fd253c94e77b3190ff0eb74f4fa78b Copying blob sha256:d199ae52a8f778256c2026d6c61cdecba1d52f49003545e5d1eb170f72512932 Copying blob sha256:68acf6d323bb10cb1ea7b65fd0dcfd49ef9a4f3578c5a3c1af27ab3569eefa7d Copying blob sha256:df60912e508cb5a16f4dae24bf10f81956c634c5845788cde180aeed8eaa8094 Copying blob sha256:52f261006f22ecc6340ad9f7e8fcbe3e10c5dd7204555f6f39ffc9c64f6cc280 Copying blob sha256:953e3ee76e651836b1f510a6086c1eda91c5ad10ed7680bc4be979ba33ed3924 Copying blob sha256:d9c55cc53cc42d2e33fa0abf31ad9c32627204d2c910c9fe4229f240efe90780 Copying blob sha256:4d8f1cfc73441d1cb942045599a31ae165b750e4f6cf553e5749c32469ce05a3 Copying blob sha256:950b14c77ca5fe3b35073b60ea05f7ba07fb8472d7564fd42bf185a120083533 Copying blob sha256:dbda4b815053953782947ab2f1927ca3edc957faa2d5a62c37a2ef33624b1526 Copying blob sha256:ba46cfb4cbe973411e5bc3f0887da9b7e02c8021170b594e983057d0deb0b610 Copying config sha256:117305675d229f306de3006545a2d2f2b8bb25c99e9a8384755ee9958d23542d Writing manifest to image destination Storing signatures 9cb3e3a3700b0bda99ce622cbc3b3871a6414a1cf7dcaed921bf884b34efafe7 + 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-10-13 07:03:20.075 42231 INFO migrate.versioning.api [-] 72 -> 73...  2025-10-13 07:03:20.099 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.099 42231 INFO migrate.versioning.api [-] 73 -> 74...  2025-10-13 07:03:20.101 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.101 42231 INFO migrate.versioning.api [-] 74 -> 75...  2025-10-13 07:03:20.103 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.103 42231 INFO migrate.versioning.api [-] 75 -> 76...  2025-10-13 07:03:20.105 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.105 42231 INFO migrate.versioning.api [-] 76 -> 77...  2025-10-13 07:03:20.107 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.107 42231 INFO migrate.versioning.api [-] 77 -> 78...  2025-10-13 07:03:20.109 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.109 42231 INFO migrate.versioning.api [-] 78 -> 79...  2025-10-13 07:03:20.133 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.133 42231 INFO migrate.versioning.api [-] 79 -> 80...  2025-10-13 07:03:20.151 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.151 42231 INFO migrate.versioning.api [-] 80 -> 81...  2025-10-13 07:03:20.153 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.153 42231 INFO migrate.versioning.api [-] 81 -> 82...  2025-10-13 07:03:20.154 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.154 42231 INFO migrate.versioning.api [-] 82 -> 83...  2025-10-13 07:03:20.156 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.156 42231 INFO migrate.versioning.api [-] 83 -> 84...  2025-10-13 07:03:20.158 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.158 42231 INFO migrate.versioning.api [-] 84 -> 85...  2025-10-13 07:03:20.160 42231 INFO migrate.versioning.api [-] done 2025-10-13 07:03:20.160 42231 INFO migrate.versioning.api [-] 85 -> 86...  2025-10-13 07:03:20.182 42231 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-10-13 07:03:28Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:28Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:28Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:29Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:29Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-10-13 07:03:29Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:30Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:30Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:30Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-10-13 07:03:30Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:30Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:30Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 07:03:30Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:30Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 07:03:30Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:31Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:31Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-10-13 07:03:31Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-10-13 07:03:31Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-10-13 07:03:31Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:32Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:32Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:32Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 07:03:32Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:32Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:33Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:33Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-10-13 07:03:33Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:33Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-10-13 07:03:33Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:33Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:34Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:34Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-10-13 07:03:34Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:34Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-10-13 07:03:34Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:34Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:34Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-10-13 07:03:34Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:34Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:34Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-10-13 07:03:35Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-10-13 07:03:35Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:35Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-10-13 07:03:35Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 07:03:35Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:35Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:35Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:35Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-10-13 07:03:36Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:36Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-10-13 07:03:37Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:37Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-10-13 07:03:38Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:38Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-10-13 07:03:38Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:39Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-10-13 07:03:39Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:39Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:39Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:39Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:39Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:40Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:40Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-10-13 07:03:40Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-10-13 07:03:40Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:40Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-10-13 07:03:41Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 07:03:41Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 07:03:41Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 07:03:41Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-10-13 07:03:41Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:41Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:41Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:41Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-13 07:03:41Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:42Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-10-13 07:03:42Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:42Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-10-13 07:03:42Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:43Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-10-13 07:03:43Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:43Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-10-13 07:03:44Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:44Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:44Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:45Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:46Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:47Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:47Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:48Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:48Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:03:49Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:49Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-10-13 07:03:50Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:50Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:03:50Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:03:51Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:51Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:51Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:51Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:03:51Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:52Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:03:52Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:53Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-10-13 07:03:53Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:53Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:53Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:54Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:54Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:03:54Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-10-13 07:03:55Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:56Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:56Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:03:57Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:03:57Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:03:58Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-10-13 07:03:59Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-10-13 07:03:59Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:03:59Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:00Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:00Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:00Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:01Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:02Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:02Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:03Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:03Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:04Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-10-13 07:04:04Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:04Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:05Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:06Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:06Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:06Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:07Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:08Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:08Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:09Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:09Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:10Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-10-13 07:04:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:10Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:10Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:10Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:11Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-10-13 07:04:11Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:12Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-10-13 07:04:13Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:13Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:13Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:13Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:14Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:15Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:15Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:16Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:16Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:17Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-10-13 07:04:17Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:17Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:18Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:18Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:19Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:20Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:20Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:21Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:21Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:21Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-10-13 07:04:22Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:22Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:22Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:23Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:23Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:23Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:24Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:24Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:24Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:25Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:25Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:25Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:26Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:27Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:27Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:27Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:28Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:28Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:29Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-10-13 07:04:30Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:30Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:30Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:30Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:31Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:32Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:32Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:04:33Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:33Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:33Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:33Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:34Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:34Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:35Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:36Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:36Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:36Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:37Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:37Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:37Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:37Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:04:37Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:38Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:38Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:39Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:39Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:40Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:40Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:41Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-10-13 07:04:42Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:42Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:42Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:43Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:43Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:44Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:44Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:44Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:45Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:46Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:46Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:47Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:47Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:48Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:04:48Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:49Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:49Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:50Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-10-13 07:04:51Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:51Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:51Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:52Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:52Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:52Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:53Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:53Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:04:53Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:54Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:54Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:54Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:54Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:54Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:54Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:55Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:55Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:04:55Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:55Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:04:55Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:56Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:56Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:56Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:04:57Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:57Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:57Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:57Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:04:58Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:04:58Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:04:58Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-10-13 07:04:59Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 07:04:59Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:00Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:00Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:01Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-10-13 07:05:02Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:02Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:02Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:02Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:03Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:03Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:03Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:04Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:04Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:04Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:04Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:05Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:05Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:06Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:06Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:07Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:07Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:08Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-10-13 07:05:09Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:09Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:09Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:10Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:10Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:10Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:11Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:12Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:12Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:13Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-10-13 07:05:13Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:14Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-10-13 07:05:15Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:15Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:15Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:16Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:16Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:16Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:16Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:17Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-10-13 07:05:17Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:18Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-10-13 07:05:19Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:19Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:19Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:20Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:20Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:20Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:20Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:20Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:05:20Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:21Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:21Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:22Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:22Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:22Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:05:23Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:24Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:24Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:24Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:05:24Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:24Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:24Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:25Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-13 07:05:25Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:26Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-10-13 07:05:26Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:26Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:26Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:27Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:28Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:29Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:30Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:05:30Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:30Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:31Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:05:32Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:33Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:05:33Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-10-13 07:05:34Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:34Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-10-13 07:05:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:35Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:35Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:36Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:36Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:36Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:05:37Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:37Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:38Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:38Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:05:38Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:38Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:39Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:39Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:39Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:40Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:41Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:41Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-10-13 07:05:42Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:42Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:42Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:43Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:43Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:43Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:05:44Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:45Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:45Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:46Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:46Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:47Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-10-13 07:05:48Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:48Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:48Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:49Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:49Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:50Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:50Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:05:51Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:51Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:51Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:05:51Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:52Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-10-13 07:05:52Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:52Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:52Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:53Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:53Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-13 07:05:54Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:54Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:54Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:05:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:05:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-13 07:05:55Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:05:56Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:56Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:56Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:57Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:57Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-10-13 07:05:58Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:58Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:05:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:05:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:05:59Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-10-13 07:06:00Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:00Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:00Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:00Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:06:00Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-10-13 07:06:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:01Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:02Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-10-13 07:06:03Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:03Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:03Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:04Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:04Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:05Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-10-13 07:06:05Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:06Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:06Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:06Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:06:06Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:06Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:07Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:07Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:08Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:09Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:09Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:09Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-10-13 07:06:10Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:10Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:10Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:10Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:11Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:12Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-10-13 07:06:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:06:12Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:13Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:13Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:14Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:14Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:15Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:16Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-10-13 07:06:17Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:17Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:17Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:18Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:18Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:18Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:06:19Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:19Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:19Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:19Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:19Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:20Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:20Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-10-13 07:06:21Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:21Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:22Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:22Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:23Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-10-13 07:06:23Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:23Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:23Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:23Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:25Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:26Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:26Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-10-13 07:06:27Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:28Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-10-13 07:06:28Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:28Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:28Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:29Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:29Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:29Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:29Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:30Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-10-13 07:06:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:31Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:31Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:31Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:32Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-10-13 07:06:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:32Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:32Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:33Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:33Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:06:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:06:34Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:34Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:34Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:35Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:35Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:35Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:35Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:35Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:35Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:35Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-10-13 07:06:36Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:37Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:37Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:38Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-10-13 07:06:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:39Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:39Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:39Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:40Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:41Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:41Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:42Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:06:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:06:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:44Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:45Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-10-13 07:06:46Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:47Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-10-13 07:06:47Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:47Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:47Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:48Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:48Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:06:49Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:49Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:49Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:50Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:51Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:51Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:52Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-10-13 07:06:53Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:53Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:53Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:54Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:54Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:54Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:06:54Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:06:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:06:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:06:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:06:59Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-10-13 07:06:59Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:00Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:01Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-10-13 07:07:02Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:02Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:02Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:03Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:03Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:03Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:03Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:04Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-10-13 07:07:04Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:04Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:04Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:05Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:05Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:06Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:06Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:06Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:06Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:07Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-10-13 07:07:08Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:09Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-10-13 07:07:09Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:09Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:09Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:10Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:10Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:10Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:11Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:12Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:12Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:13Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:13Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:13Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:13Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:13Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:07:13Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:14Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:14Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:15Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 07:07:15Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:16Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-10-13 07:07:17Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:17Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:17Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:17Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:18Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:18Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:18Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:18Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:18Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:19Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:19Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:20Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-10-13 07:07:20Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:21Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:21Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:22Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-10-13 07:07:22Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:22Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:23Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:24Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:24Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:24Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:25Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:26Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:26Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:27Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 07:07:27Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:27Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-10-13 07:07:28Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:28Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:28Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:29Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:29Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:30Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:30Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 07:07:31Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:31Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:31Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:31Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:32Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-10-13 07:07:33Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:33Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:33Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:34Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:34Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:35Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:35Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:36Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:07:36Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:37Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:37Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:38Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:38Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:39Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:39Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:39Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:39Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:39Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:39Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:40Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:40Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:40Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-10-13 07:07:40Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:41Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-10-13 07:07:41Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:41Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:42Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:42Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:42Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 07:07:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:43Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:44Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:44Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:44Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 07:07:45Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:45Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:46Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:46Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:46Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:46Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:46Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:46Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:47Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:47Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:48Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:48Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:48Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-10-13 07:07:49Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:49Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:49Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:51Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:51Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-10-13 07:07:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:52Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:53Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:53Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:53Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:54Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:54Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:07:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:55Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:55Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:07:56Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:56Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:07:57Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:07:58Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:07:58Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:07:59Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 07:08:00Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:01Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:01Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 07:08:02Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:02Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:03Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:03Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:04Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:04Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:05Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:05Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:06Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-10-13 07:08:07Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:07Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:07Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:08Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:08Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:09Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:09Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:10Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:10Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:10Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-10-13 07:08:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:10Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:11Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:11Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:11Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 07:08:11Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:12Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:12Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 07:08:12Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:13Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-10-13 07:08:14Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:14Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:14Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:14Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:15Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-10-13 07:08:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:16Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:17Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:18Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:18Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:19Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:19Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:20Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-10-13 07:08:21Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:21Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:21Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:22Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:22Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:22Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:23Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:24Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:24Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:25Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:26Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:26Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:26Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-10-13 07:08:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:27Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:28Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:28Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-10-13 07:08:29Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:29Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:30Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:30Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:31Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-10-13 07:08:32Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:32Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:32Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:32Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:33Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:34Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:34Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:34Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:34Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:35Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-10-13 07:08:35Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:35Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:35Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:36Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:36Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:37Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:37Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:37Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-10-13 07:08:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:38Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:38Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:39Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:39Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-10-13 07:08:40Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:40Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:41Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:41Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:41Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:41Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:42Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-10-13 07:08:42Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:42Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:43Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:44Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:44Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:45Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-10-13 07:08:46Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:46Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:46Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:47Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:48Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:48Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:49Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:49Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:49Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:50Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:50Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:51Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:51Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:52Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-10-13 07:08:52Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:52Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-10-13 07:08:53Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:53Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:53Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:53Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-10-13 07:08:53Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:08:54Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-10-13 07:08:55Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:55Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:08:55Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:55Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:08:56Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:57Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:57Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:08:58Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:08:58Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:08:59Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-13 07:08:59Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:00Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-10-13 07:09:00Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:00Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:00Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:01Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:02Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:09:02Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:03Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:03Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:03Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:04Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:04Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:04Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-10-13 07:09:05Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:05Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:05Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:05Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:06Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:07Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:07Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:08Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:08Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:09:09Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:09Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:10Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-10-13 07:09:11Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:12Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-10-13 07:09:12Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:12Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:12Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:13Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:13Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:14Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-10-13 07:09:14Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:14Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:15Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:16Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:17Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:17Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:17Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:17Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:17Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:17Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:17Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:18Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:18Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:18Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:19Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:19Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:19Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:20Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:20Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:20Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:21Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:21Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:22Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-10-13 07:09:22Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:23Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-10-13 07:09:24Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:24Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:24Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:24Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:25Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:26Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:26Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:27Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:27Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:27Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-10-13 07:09:27Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:27Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:09:27Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:28Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:28Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:28Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:28Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:28Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:28Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:29Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-10-13 07:09:29Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:30Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-10-13 07:09:30Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:31Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-10-13 07:09:32Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:32Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:32Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:32Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:32Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:33Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:33Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:33Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:33Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:34Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:34Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:34Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:34Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:34Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:35Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:35Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:35Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:36Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-10-13 07:09:36Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:37Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-10-13 07:09:38Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:39Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-10-13 07:09:39Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:40Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-10-13 07:09:41Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:41Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:41Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:42Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:42Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:43Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:43Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:43Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:43Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:43Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-10-13 07:09:43Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:44Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:44Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:44Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:44Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:45Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-10-13 07:09:45Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:45Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:45Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:45Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:45Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:46Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-10-13 07:09:47Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:47Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:47Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:48Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:48Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-10-13 07:09:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:49Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:49Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-10-13 07:09:49Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:50Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-10-13 07:09:50Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:51Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-10-13 07:09:52Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:53Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-10-13 07:09:53Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:54Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-10-13 07:09:55Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:55Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:55Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:55Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:55Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:56Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-10-13 07:09:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:56Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:56Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:57Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:57Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:57Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-10-13 07:09:57Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:09:58Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-10-13 07:09:58Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:59Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:09:59Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:09:59Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-10-13 07:09:59Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:00Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-10-13 07:10:00Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:00Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-10-13 07:10:01Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:02Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:02Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:03Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:03Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:03Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:03Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:03Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-13 07:10:03Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:04Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:04Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:04Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:04Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:04Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:04Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:05Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-10-13 07:10:05Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:05Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-10-13 07:10:05Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:05Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:05Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:06Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:06Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:06Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:06Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:06Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-10-13 07:10:06Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:07Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:07Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:07Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:07Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:07Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:07Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:07Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:08Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:08Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:08Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:08Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-10-13 07:10:08Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:08Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-10-13 07:10:08Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:09Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-10-13 07:10:09Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:09Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:09Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:09Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:09Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:10Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:10Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:10Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:10Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:10Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:10Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:11Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.CompactServices]: CREATE_COMPLETE state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook.IndividualServices]: CREATE_COMPLETE state changed 2025-10-13 07:10:12Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:13Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-10-13 07:10:13Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:13Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-10-13 07:10:14Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:14Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-10-13 07:10:14Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:14Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-10-13 07:10:14Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:14Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-10-13 07:10:14Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:14Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:14Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-10-13 07:10:14Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:15Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:15Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:15Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-10-13 07:10:15Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:15Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-10-13 07:10:16Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-10-13 07:10:16Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:16Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:16Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:16Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-10-13 07:10:17Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:17Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:18Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:18Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-10-13 07:10:19Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:20Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-10-13 07:10:20Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:20Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:21Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:21Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:21Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:21Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:21Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:21Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:21Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:21Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:21Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:22Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:22Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:23Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:23Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-13 07:10:23Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:23Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:24Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-10-13 07:10:24Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:24Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-10-13 07:10:24Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-10-13 07:10:25Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-10-13 07:10:25Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:25Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:25Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:25Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:25Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:26Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:26Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:26Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:26Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:26Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:26Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:26Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:26Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-10-13 07:10:26Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:26Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-10-13 07:10:27Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:27Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:27Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:27Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-10-13 07:10:27Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:27Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:27Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:28Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-10-13 07:10:28Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:28Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:29Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:30Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:30Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-10-13 07:10:31Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-10-13 07:10:31Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:31Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-10-13 07:10:31Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:31Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:32Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-10-13 07:10:34Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-10-13 07:10:34Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-10-13 07:10:34Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-10-13 07:10:34Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/6738fa12-3ade-4d58-88c4-2234359d9dc5 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-10-13 07:10:57.080237 | fa163e2b-69af-bc88-eeaf-000000000006 | TASK | External deployment step 0 2025-10-13 07:10:57.095217 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-000000000006') missing from stats 2025-10-13 07:10:57.136535 | fa163e2b-69af-bc88-eeaf-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.104417 | 0.03s 2025-10-13 07:10:57.144587 | a32cc65c-d9a2-45b0-8271-d82612d6066b | INCLUDED | /root/standalone-ansible-7tt1_uud/external_deploy_steps_tasks_step0.yaml | undercloud 2025-10-13 07:10:57.160500 | fa163e2b-69af-bc88-eeaf-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-10-13 07:10:58.100373 | fa163e2b-69af-bc88-eeaf-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-10-13 07:10:58.101794 | fa163e2b-69af-bc88-eeaf-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.069678 | 0.94s 2025-10-13 07:10:58.118801 | fa163e2b-69af-bc88-eeaf-000000000129 | TASK | create redis virtual ip 2025-10-13 07:10:58.971527 | fa163e2b-69af-bc88-eeaf-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-10-13 07:10:58.972868 | fa163e2b-69af-bc88-eeaf-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.940752 | 0.85s PLAY [Check if required variables are defined] ********************************* 2025-10-13 07:10:59.050460 | fa163e2b-69af-bc88-eeaf-000000000138 | TASK | Gathering Facts 2025-10-13 07:10:59.620830 | fa163e2b-69af-bc88-eeaf-000000000138 | OK | Gathering Facts | localhost 2025-10-13 07:10:59.621670 | fa163e2b-69af-bc88-eeaf-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.589561 | 0.57s 2025-10-13 07:10:59.674206 | fa163e2b-69af-bc88-eeaf-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-10-13 07:10:59.675408 | fa163e2b-69af-bc88-eeaf-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.643290 | 0.05s 2025-10-13 07:10:59.725503 | fa163e2b-69af-bc88-eeaf-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-10-13 07:10:59.726687 | fa163e2b-69af-bc88-eeaf-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.694569 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-10-13 07:10:59.841129 | fa163e2b-69af-bc88-eeaf-000000000160 | TASK | Gathering Facts 2025-10-13 07:10:59.850691 | fa163e2b-69af-bc88-eeaf-000000000160 | TASK | Gathering Facts 2025-10-13 07:11:00.186436 | fa163e2b-69af-bc88-eeaf-000000000160 | OK | Gathering Facts | undercloud 2025-10-13 07:11:00.188015 | fa163e2b-69af-bc88-eeaf-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.155899 | 0.35s 2025-10-13 07:11:00.191014 | fa163e2b-69af-bc88-eeaf-000000000160 | OK | Gathering Facts | standalone 2025-10-13 07:11:00.192115 | fa163e2b-69af-bc88-eeaf-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.160004 | 0.34s 2025-10-13 07:11:00.251845 | fa163e2b-69af-bc88-eeaf-000000000012 | TASK | Set legacy facts 2025-10-13 07:11:00.272055 | fa163e2b-69af-bc88-eeaf-000000000012 | TASK | Set legacy facts 2025-10-13 07:11:00.290064 | fa163e2b-69af-bc88-eeaf-000000000012 | OK | Set legacy facts | undercloud 2025-10-13 07:11:00.291001 | fa163e2b-69af-bc88-eeaf-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.258889 | 0.04s 2025-10-13 07:11:00.312997 | fa163e2b-69af-bc88-eeaf-000000000012 | OK | Set legacy facts | standalone 2025-10-13 07:11:00.313450 | fa163e2b-69af-bc88-eeaf-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.281344 | 0.04s PLAY [Load global variables] *************************************************** 2025-10-13 07:11:00.477074 | fa163e2b-69af-bc88-eeaf-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-10-13 07:11:00.478119 | fa163e2b-69af-bc88-eeaf-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.446002 | 0.05s 2025-10-13 07:11:00.485356 | fa163e2b-69af-bc88-eeaf-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-10-13 07:11:00.485809 | fa163e2b-69af-bc88-eeaf-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.453701 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-10-13 07:11:00.558344 | fa163e2b-69af-bc88-eeaf-000000000018 | TASK | Include Service VIP vars 2025-10-13 07:11:00.591252 | fa163e2b-69af-bc88-eeaf-000000000018 | OK | Include Service VIP vars | undercloud 2025-10-13 07:11:00.595998 | fa163e2b-69af-bc88-eeaf-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.563889 | 0.04s 2025-10-13 07:11:00.596331 | fa163e2b-69af-bc88-eeaf-000000000018 | OK | Include Service VIP vars | standalone 2025-10-13 07:11:00.596637 | fa163e2b-69af-bc88-eeaf-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.564534 | 0.03s 2025-10-13 07:11:00.599853 | fa163e2b-69af-bc88-eeaf-000000000019 | TASK | Include OVN bridge MAC address variables 2025-10-13 07:11:00.627460 | fa163e2b-69af-bc88-eeaf-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-10-13 07:11:00.628270 | fa163e2b-69af-bc88-eeaf-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.596160 | 0.03s 2025-10-13 07:11:00.638856 | fa163e2b-69af-bc88-eeaf-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-10-13 07:11:00.639212 | fa163e2b-69af-bc88-eeaf-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.607109 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-10-13 07:11:00.718121 | fa163e2b-69af-bc88-eeaf-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-10-13 07:11:01.434517 | fa163e2b-69af-bc88-eeaf-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-10-13 07:11:01.499074 | fa163e2b-69af-bc88-eeaf-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-10-13 07:11:01.533476 | fa163e2b-69af-bc88-eeaf-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-10-13 07:11:01.534160 | fa163e2b-69af-bc88-eeaf-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.502048 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-10-13 07:11:01.606174 | fa163e2b-69af-bc88-eeaf-000000000023 | TASK | Set selinux state 2025-10-13 07:11:02.142250 | fa163e2b-69af-bc88-eeaf-000000000023 | OK | Set selinux state | standalone 2025-10-13 07:11:02.143700 | fa163e2b-69af-bc88-eeaf-000000000023 | TIMING | Set selinux state | standalone | 0:00:05.111572 | 0.54s PLAY [Generate /etc/hosts] ***************************************************** 2025-10-13 07:11:02.279051 | fa163e2b-69af-bc88-eeaf-000000000026 | TASK | Configure Hosts Entries 2025-10-13 07:11:02.340785 | fa163e2b-69af-bc88-eeaf-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.308624 | 0.06s 2025-10-13 07:11:02.355200 | fa163e2b-69af-bc88-eeaf-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.323085 | 0.02s 2025-10-13 07:11:02.412602 | fa163e2b-69af-bc88-eeaf-0000000001f1 | TASK | Create temporary file for hosts 2025-10-13 07:11:02.749709 | fa163e2b-69af-bc88-eeaf-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-10-13 07:11:02.753228 | fa163e2b-69af-bc88-eeaf-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.721102 | 0.34s 2025-10-13 07:11:02.754188 | fa163e2b-69af-bc88-eeaf-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-10-13 07:11:02.755104 | fa163e2b-69af-bc88-eeaf-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.722993 | 0.33s 2025-10-13 07:11:02.773860 | fa163e2b-69af-bc88-eeaf-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-10-13 07:11:03.130987 | fa163e2b-69af-bc88-eeaf-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-10-13 07:11:03.134665 | fa163e2b-69af-bc88-eeaf-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:06.102540 | 0.36s 2025-10-13 07:11:03.135656 | fa163e2b-69af-bc88-eeaf-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-10-13 07:11:03.136359 | fa163e2b-69af-bc88-eeaf-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:06.104246 | 0.34s 2025-10-13 07:11:03.155146 | fa163e2b-69af-bc88-eeaf-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-10-13 07:11:03.499997 | fa163e2b-69af-bc88-eeaf-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-10-13 07:11:03.501484 | fa163e2b-69af-bc88-eeaf-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.469361 | 0.32s 2025-10-13 07:11:03.512862 | fa163e2b-69af-bc88-eeaf-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-10-13 07:11:03.513585 | fa163e2b-69af-bc88-eeaf-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.481474 | 0.36s 2025-10-13 07:11:03.531266 | fa163e2b-69af-bc88-eeaf-0000000001f4 | TASK | Render out the hosts entries 2025-10-13 07:11:03.650719 | fa163e2b-69af-bc88-eeaf-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-10-13 07:11:03.651901 | fa163e2b-69af-bc88-eeaf-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.619782 | 0.12s 2025-10-13 07:11:03.669718 | fa163e2b-69af-bc88-eeaf-0000000001f5 | TASK | Prepare new /etc/hosts 2025-10-13 07:11:03.921193 | fa163e2b-69af-bc88-eeaf-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-10-13 07:11:03.922824 | fa163e2b-69af-bc88-eeaf-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.890697 | 0.25s 2025-10-13 07:11:03.974894 | fa163e2b-69af-bc88-eeaf-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-10-13 07:11:03.975680 | fa163e2b-69af-bc88-eeaf-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.943569 | 0.28s 2025-10-13 07:11:03.994173 | fa163e2b-69af-bc88-eeaf-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-10-13 07:11:04.352980 | fa163e2b-69af-bc88-eeaf-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-10-13 07:11:04.354464 | fa163e2b-69af-bc88-eeaf-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.322346 | 0.34s 2025-10-13 07:11:04.355335 | fa163e2b-69af-bc88-eeaf-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-10-13 07:11:04.356023 | fa163e2b-69af-bc88-eeaf-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.323912 | 0.36s 2025-10-13 07:11:04.377417 | fa163e2b-69af-bc88-eeaf-0000000001f7 | TASK | Clean up temporary hosts file 2025-10-13 07:11:04.732109 | fa163e2b-69af-bc88-eeaf-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-10-13 07:11:04.733760 | fa163e2b-69af-bc88-eeaf-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.701608 | 0.35s 2025-10-13 07:11:04.745116 | fa163e2b-69af-bc88-eeaf-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-10-13 07:11:04.745942 | fa163e2b-69af-bc88-eeaf-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.713830 | 0.35s PLAY [Common roles for TripleO servers] **************************************** 2025-10-13 07:11:04.868030 | fa163e2b-69af-bc88-eeaf-00000000002a | TASK | Common roles for TripleO servers 2025-10-13 07:11:04.894118 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-00000000002a') missing from stats 2025-10-13 07:11:04.976710 | fa163e2b-69af-bc88-eeaf-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.944581 | 0.03s 2025-10-13 07:11:05.052788 | fa163e2b-69af-bc88-eeaf-000000000254 | TASK | Gather variables for each operating system 2025-10-13 07:11:05.166143 | fa163e2b-69af-bc88-eeaf-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-13 07:11:05.167442 | fa163e2b-69af-bc88-eeaf-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.135323 | 0.11s 2025-10-13 07:11:05.173017 | fa163e2b-69af-bc88-eeaf-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:08.140893 | 0.12s 2025-10-13 07:11:05.193762 | fa163e2b-69af-bc88-eeaf-000000000256 | TASK | Check release version package is installed 2025-10-13 07:11:05.486327 | fa163e2b-69af-bc88-eeaf-000000000256 | CHANGED | Check release version package is installed | standalone 2025-10-13 07:11:05.487398 | fa163e2b-69af-bc88-eeaf-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.455284 | 0.29s 2025-10-13 07:11:05.509184 | fa163e2b-69af-bc88-eeaf-000000000257 | TASK | Deploy release version package 2025-10-13 07:11:10.576146 | fa163e2b-69af-bc88-eeaf-000000000257 | CHANGED | Deploy release version package | standalone 2025-10-13 07:11:10.577399 | fa163e2b-69af-bc88-eeaf-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:13.545282 | 5.07s 2025-10-13 07:11:10.601987 | fa163e2b-69af-bc88-eeaf-000000000259 | TASK | Include packages tasks 2025-10-13 07:11:10.621840 | fa163e2b-69af-bc88-eeaf-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.589723 | 0.02s 2025-10-13 07:11:10.637281 | aef0205c-7495-4efa-b051-45d24b571d79 | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-10-13 07:11:10.659721 | fa163e2b-69af-bc88-eeaf-0000000002ad | TASK | Gather facts if they don't exist 2025-10-13 07:11:10.688702 | fa163e2b-69af-bc88-eeaf-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-10-13 07:11:10.690016 | fa163e2b-69af-bc88-eeaf-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.657895 | 0.03s 2025-10-13 07:11:10.715859 | fa163e2b-69af-bc88-eeaf-0000000002ae | TASK | Gather variables for each operating system 2025-10-13 07:11:10.838751 | fa163e2b-69af-bc88-eeaf-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-13 07:11:10.850311 | fa163e2b-69af-bc88-eeaf-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.818193 | 0.13s 2025-10-13 07:11:10.872227 | fa163e2b-69af-bc88-eeaf-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-13 07:11:11.135238 | fa163e2b-69af-bc88-eeaf-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-13 07:11:11.136061 | fa163e2b-69af-bc88-eeaf-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:14.103951 | 0.26s 2025-10-13 07:11:11.152914 | fa163e2b-69af-bc88-eeaf-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-10-13 07:11:16.759169 | fa163e2b-69af-bc88-eeaf-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-10-13 07:11:16.760713 | fa163e2b-69af-bc88-eeaf-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.728593 | 5.61s 2025-10-13 07:11:16.785566 | fa163e2b-69af-bc88-eeaf-0000000002b2 | TASK | Ensure packages are actually well installed 2025-10-13 07:11:17.802164 | fa163e2b-69af-bc88-eeaf-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-13 07:11:17.803653 | fa163e2b-69af-bc88-eeaf-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.771530 | 1.02s 2025-10-13 07:11:17.828807 | fa163e2b-69af-bc88-eeaf-00000000025a | TASK | Enable openvswitch service if installed 2025-10-13 07:11:19.727292 | fa163e2b-69af-bc88-eeaf-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-10-13 07:11:19.729116 | fa163e2b-69af-bc88-eeaf-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:22.696995 | 1.90s 2025-10-13 07:11:19.754933 | fa163e2b-69af-bc88-eeaf-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-10-13 07:11:20.005984 | fa163e2b-69af-bc88-eeaf-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-10-13 07:11:20.007590 | fa163e2b-69af-bc88-eeaf-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:22.975469 | 0.25s 2025-10-13 07:11:20.032087 | fa163e2b-69af-bc88-eeaf-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-10-13 07:11:20.308856 | fa163e2b-69af-bc88-eeaf-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-10-13 07:11:20.310225 | fa163e2b-69af-bc88-eeaf-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:23.278104 | 0.28s 2025-10-13 07:11:20.334312 | fa163e2b-69af-bc88-eeaf-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-10-13 07:11:20.393479 | fa163e2b-69af-bc88-eeaf-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-10-13 07:11:20.394652 | fa163e2b-69af-bc88-eeaf-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:23.362534 | 0.06s 2025-10-13 07:11:20.419186 | fa163e2b-69af-bc88-eeaf-00000000025f | TASK | Ensure network service is enabled 2025-10-13 07:11:21.809509 | fa163e2b-69af-bc88-eeaf-00000000025f | OK | Ensure network service is enabled | standalone 2025-10-13 07:11:21.811297 | fa163e2b-69af-bc88-eeaf-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:24.779178 | 1.39s 2025-10-13 07:11:21.836382 | fa163e2b-69af-bc88-eeaf-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-10-13 07:11:22.180489 | fa163e2b-69af-bc88-eeaf-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-13 07:11:22.181837 | fa163e2b-69af-bc88-eeaf-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:25.149718 | 0.34s 2025-10-13 07:11:22.205953 | fa163e2b-69af-bc88-eeaf-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-10-13 07:11:22.436853 | fa163e2b-69af-bc88-eeaf-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-13 07:11:22.438253 | fa163e2b-69af-bc88-eeaf-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:25.406135 | 0.23s 2025-10-13 07:11:22.462286 | fa163e2b-69af-bc88-eeaf-000000000263 | TASK | Reload NetworkManager 2025-10-13 07:11:22.883515 | fa163e2b-69af-bc88-eeaf-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-10-13 07:11:22.885457 | fa163e2b-69af-bc88-eeaf-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:25.853338 | 0.42s 2025-10-13 07:11:22.911233 | fa163e2b-69af-bc88-eeaf-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-10-13 07:11:23.142674 | fa163e2b-69af-bc88-eeaf-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-10-13 07:11:23.143880 | fa163e2b-69af-bc88-eeaf-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:26.111763 | 0.23s 2025-10-13 07:11:23.168328 | fa163e2b-69af-bc88-eeaf-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-10-13 07:11:23.480780 | fa163e2b-69af-bc88-eeaf-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-10-13 07:11:23.481782 | fa163e2b-69af-bc88-eeaf-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:26.449670 | 0.31s 2025-10-13 07:11:23.501062 | fa163e2b-69af-bc88-eeaf-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-10-13 07:11:23.732372 | fa163e2b-69af-bc88-eeaf-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-10-13 07:11:23.733188 | fa163e2b-69af-bc88-eeaf-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:26.701079 | 0.23s 2025-10-13 07:11:23.750173 | fa163e2b-69af-bc88-eeaf-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-10-13 07:11:23.938536 | fa163e2b-69af-bc88-eeaf-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-10-13 07:11:23.940053 | fa163e2b-69af-bc88-eeaf-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:26.907935 | 0.19s 2025-10-13 07:11:24.018209 | fa163e2b-69af-bc88-eeaf-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:26.986085 | 0.02s 2025-10-13 07:11:24.079012 | fa163e2b-69af-bc88-eeaf-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-10-13 07:11:24.247914 | fa163e2b-69af-bc88-eeaf-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-10-13 07:11:24.249173 | fa163e2b-69af-bc88-eeaf-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:27.217054 | 0.17s 2025-10-13 07:11:24.268809 | fa163e2b-69af-bc88-eeaf-000000000362 | TASK | Check for ssh_known_hosts file 2025-10-13 07:11:24.457948 | fa163e2b-69af-bc88-eeaf-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-10-13 07:11:24.458687 | fa163e2b-69af-bc88-eeaf-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:27.426578 | 0.19s 2025-10-13 07:11:24.475385 | fa163e2b-69af-bc88-eeaf-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-10-13 07:11:24.501353 | fa163e2b-69af-bc88-eeaf-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-10-13 07:11:24.502385 | fa163e2b-69af-bc88-eeaf-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:27.470271 | 0.03s 2025-10-13 07:11:24.522508 | fa163e2b-69af-bc88-eeaf-000000000364 | TASK | Write temporary file 2025-10-13 07:11:24.550301 | fa163e2b-69af-bc88-eeaf-000000000364 | SKIPPED | Write temporary file | standalone 2025-10-13 07:11:24.551252 | fa163e2b-69af-bc88-eeaf-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:27.519139 | 0.03s 2025-10-13 07:11:24.571082 | fa163e2b-69af-bc88-eeaf-000000000365 | TASK | Set ssh_known_hosts fact 2025-10-13 07:11:24.620246 | fa163e2b-69af-bc88-eeaf-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-10-13 07:11:24.621295 | fa163e2b-69af-bc88-eeaf-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:27.589180 | 0.05s 2025-10-13 07:11:24.641898 | fa163e2b-69af-bc88-eeaf-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-10-13 07:11:24.864115 | fa163e2b-69af-bc88-eeaf-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-10-13 07:11:24.865408 | fa163e2b-69af-bc88-eeaf-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:27.833288 | 0.22s 2025-10-13 07:11:24.889325 | fa163e2b-69af-bc88-eeaf-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-10-13 07:11:25.120805 | fa163e2b-69af-bc88-eeaf-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-10-13 07:11:25.122068 | fa163e2b-69af-bc88-eeaf-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:28.089950 | 0.23s 2025-10-13 07:11:25.146401 | fa163e2b-69af-bc88-eeaf-000000000368 | TASK | Remove temp file 2025-10-13 07:11:25.378131 | fa163e2b-69af-bc88-eeaf-000000000368 | CHANGED | Remove temp file | standalone 2025-10-13 07:11:25.379469 | fa163e2b-69af-bc88-eeaf-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:28.347350 | 0.23s PLAY [Deploy step tasks for step 0] ******************************************** 2025-10-13 07:11:25.547943 | fa163e2b-69af-bc88-eeaf-000000000034 | TASK | Deploy step tasks for step 0 2025-10-13 07:11:25.615937 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-000000000034') missing from stats 2025-10-13 07:11:25.642717 | fa163e2b-69af-bc88-eeaf-000000000035 | TASK | Ensure /var/log/journal exists 2025-10-13 07:11:25.895038 | fa163e2b-69af-bc88-eeaf-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-10-13 07:11:25.896402 | fa163e2b-69af-bc88-eeaf-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:28.864262 | 0.25s 2025-10-13 07:11:25.921017 | fa163e2b-69af-bc88-eeaf-000000000036 | TASK | Check cloud-init status 2025-10-13 07:11:26.153277 | fa163e2b-69af-bc88-eeaf-000000000036 | CHANGED | Check cloud-init status | standalone 2025-10-13 07:11:26.154423 | fa163e2b-69af-bc88-eeaf-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:29.122308 | 0.23s 2025-10-13 07:11:26.178585 | fa163e2b-69af-bc88-eeaf-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-10-13 07:11:26.376413 | fa163e2b-69af-bc88-eeaf-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-10-13 07:11:26.377583 | fa163e2b-69af-bc88-eeaf-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:29.345468 | 0.20s 2025-10-13 07:11:26.402288 | fa163e2b-69af-bc88-eeaf-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-10-13 07:11:26.793481 | fa163e2b-69af-bc88-eeaf-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-10-13 07:11:26.795158 | fa163e2b-69af-bc88-eeaf-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:29.763032 | 0.39s 2025-10-13 07:11:26.819085 | fa163e2b-69af-bc88-eeaf-000000000039 | TASK | Create /var/lib/container-puppet 2025-10-13 07:11:27.046585 | fa163e2b-69af-bc88-eeaf-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-10-13 07:11:27.047808 | fa163e2b-69af-bc88-eeaf-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:30.015690 | 0.23s 2025-10-13 07:11:27.067273 | fa163e2b-69af-bc88-eeaf-00000000003a | TASK | Write container-puppet.sh 2025-10-13 07:11:27.525767 | fa163e2b-69af-bc88-eeaf-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-10-13 07:11:27.526926 | fa163e2b-69af-bc88-eeaf-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:30.494810 | 0.46s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 07:11:27.592046 | fa163e2b-69af-bc88-eeaf-00000000003b | TIMING | include_tasks | standalone | 0:00:30.559924 | 0.04s 2025-10-13 07:11:27.611841 | b1ac11be-065f-4a42-b97d-2aa3265d68a8 | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-10-13 07:11:27.644070 | fa163e2b-69af-bc88-eeaf-000000000416 | TASK | Configure tuned before reboot 2025-10-13 07:11:27.694009 | fa163e2b-69af-bc88-eeaf-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:30.661886 | 0.05s 2025-10-13 07:11:27.752288 | fa163e2b-69af-bc88-eeaf-000000000455 | TASK | Gather variables for each operating system 2025-10-13 07:11:27.869457 | fa163e2b-69af-bc88-eeaf-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-13 07:11:27.871617 | fa163e2b-69af-bc88-eeaf-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.839499 | 0.12s 2025-10-13 07:11:27.882054 | fa163e2b-69af-bc88-eeaf-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:30.849934 | 0.13s 2025-10-13 07:11:27.962537 | fa163e2b-69af-bc88-eeaf-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:30.930410 | 0.05s 2025-10-13 07:11:27.983275 | 4a76e8b1-fcee-461f-98ae-0cd3e2eabc7e | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-13 07:11:28.019196 | fa163e2b-69af-bc88-eeaf-00000000047f | TASK | Check tuned package is installed 2025-10-13 07:11:28.294642 | fa163e2b-69af-bc88-eeaf-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-10-13 07:11:28.295987 | fa163e2b-69af-bc88-eeaf-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:31.263870 | 0.28s 2025-10-13 07:11:28.321951 | fa163e2b-69af-bc88-eeaf-000000000480 | TASK | Install tuned 2025-10-13 07:11:34.662855 | fa163e2b-69af-bc88-eeaf-000000000480 | CHANGED | Install tuned | standalone 2025-10-13 07:11:34.664118 | fa163e2b-69af-bc88-eeaf-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:37.632003 | 6.34s 2025-10-13 07:11:34.690807 | fa163e2b-69af-bc88-eeaf-000000000481 | TASK | Restart tuned 2025-10-13 07:11:36.472155 | fa163e2b-69af-bc88-eeaf-000000000481 | CHANGED | Restart tuned | standalone 2025-10-13 07:11:36.474006 | fa163e2b-69af-bc88-eeaf-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:39.441889 | 1.78s 2025-10-13 07:11:36.500910 | fa163e2b-69af-bc88-eeaf-000000000457 | TASK | Check for tuned-adm 2025-10-13 07:11:36.737817 | fa163e2b-69af-bc88-eeaf-000000000457 | OK | Check for tuned-adm | standalone 2025-10-13 07:11:36.739136 | fa163e2b-69af-bc88-eeaf-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:39.707020 | 0.24s 2025-10-13 07:11:36.796006 | fa163e2b-69af-bc88-eeaf-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:39.763880 | 0.03s 2025-10-13 07:11:36.824229 | b8f4b958-5602-4e9b-a251-d4cfb3b97648 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-13 07:11:36.860509 | fa163e2b-69af-bc88-eeaf-0000000004b6 | TASK | Ensure profile directory exists 2025-10-13 07:11:36.909089 | fa163e2b-69af-bc88-eeaf-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-13 07:11:36.910330 | fa163e2b-69af-bc88-eeaf-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:39.878212 | 0.05s 2025-10-13 07:11:36.936676 | fa163e2b-69af-bc88-eeaf-0000000004b7 | TASK | Create custom tuned profile 2025-10-13 07:11:37.006972 | fa163e2b-69af-bc88-eeaf-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-10-13 07:11:37.008276 | fa163e2b-69af-bc88-eeaf-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:39.976157 | 0.07s 2025-10-13 07:11:37.036900 | fa163e2b-69af-bc88-eeaf-0000000004b8 | TASK | Check tuned active profile 2025-10-13 07:11:37.354138 | fa163e2b-69af-bc88-eeaf-0000000004b8 | OK | Check tuned active profile | standalone 2025-10-13 07:11:37.355385 | fa163e2b-69af-bc88-eeaf-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:40.323263 | 0.32s 2025-10-13 07:11:37.380954 | fa163e2b-69af-bc88-eeaf-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-10-13 07:11:37.607202 | fa163e2b-69af-bc88-eeaf-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-10-13 07:11:37.608480 | fa163e2b-69af-bc88-eeaf-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:40.576363 | 0.23s 2025-10-13 07:11:37.634792 | fa163e2b-69af-bc88-eeaf-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-13 07:11:37.684269 | fa163e2b-69af-bc88-eeaf-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-13 07:11:37.685451 | fa163e2b-69af-bc88-eeaf-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:40.653334 | 0.05s 2025-10-13 07:11:37.716638 | fa163e2b-69af-bc88-eeaf-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-10-13 07:11:37.761993 | fa163e2b-69af-bc88-eeaf-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-13 07:11:37.763210 | fa163e2b-69af-bc88-eeaf-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:40.731093 | 0.04s 2025-10-13 07:11:37.788959 | fa163e2b-69af-bc88-eeaf-0000000004bc | TASK | Enable tuned profile 2025-10-13 07:11:39.231482 | fa163e2b-69af-bc88-eeaf-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-10-13 07:11:39.232465 | fa163e2b-69af-bc88-eeaf-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:42.200355 | 1.44s 2025-10-13 07:11:39.269506 | fa163e2b-69af-bc88-eeaf-000000000417 | TASK | Configure kernel args and reboot 2025-10-13 07:11:39.315068 | fa163e2b-69af-bc88-eeaf-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:42.282953 | 0.04s 2025-10-13 07:11:39.450384 | fa163e2b-69af-bc88-eeaf-000000000569 | TASK | Get the command line args of the node 2025-10-13 07:11:39.666087 | fa163e2b-69af-bc88-eeaf-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-10-13 07:11:39.667423 | fa163e2b-69af-bc88-eeaf-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:42.635306 | 0.22s 2025-10-13 07:11:39.693537 | fa163e2b-69af-bc88-eeaf-00000000056b | TASK | Check if node has a nova.conf 2025-10-13 07:11:39.916990 | fa163e2b-69af-bc88-eeaf-00000000056b | OK | Check if node has a nova.conf | standalone 2025-10-13 07:11:39.918321 | fa163e2b-69af-bc88-eeaf-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:42.886201 | 0.22s 2025-10-13 07:11:39.944429 | fa163e2b-69af-bc88-eeaf-00000000056d | TASK | Warn operator about workload protection 2025-10-13 07:11:39.983806 | fa163e2b-69af-bc88-eeaf-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-10-13 07:11:39.985011 | fa163e2b-69af-bc88-eeaf-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:42.952892 | 0.04s 2025-10-13 07:11:40.016184 | fa163e2b-69af-bc88-eeaf-00000000056e | TASK | Setting defer reboot fact 2025-10-13 07:11:40.058268 | fa163e2b-69af-bc88-eeaf-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-10-13 07:11:40.059404 | fa163e2b-69af-bc88-eeaf-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:43.027283 | 0.04s 2025-10-13 07:11:40.084423 | fa163e2b-69af-bc88-eeaf-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-10-13 07:11:40.123432 | fa163e2b-69af-bc88-eeaf-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:43.091309 | 0.04s 2025-10-13 07:11:40.149231 | fa163e2b-69af-bc88-eeaf-000000000575 | TASK | Find hugepages in cmdline 2025-10-13 07:11:40.198798 | fa163e2b-69af-bc88-eeaf-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-10-13 07:11:40.199850 | fa163e2b-69af-bc88-eeaf-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:43.167732 | 0.05s 2025-10-13 07:11:40.225551 | fa163e2b-69af-bc88-eeaf-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-10-13 07:11:40.270625 | fa163e2b-69af-bc88-eeaf-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-10-13 07:11:40.272115 | fa163e2b-69af-bc88-eeaf-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:43.239995 | 0.05s 2025-10-13 07:11:40.298835 | fa163e2b-69af-bc88-eeaf-00000000057a | TASK | Find desired default hugepage size 2025-10-13 07:11:40.359716 | fa163e2b-69af-bc88-eeaf-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-10-13 07:11:40.360959 | fa163e2b-69af-bc88-eeaf-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:43.328840 | 0.06s 2025-10-13 07:11:40.387099 | fa163e2b-69af-bc88-eeaf-00000000057c | TASK | Storing non-configured hugepages 2025-10-13 07:11:40.417472 | fa163e2b-69af-bc88-eeaf-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:43.385345 | 0.03s 2025-10-13 07:11:40.474141 | fa163e2b-69af-bc88-eeaf-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-10-13 07:11:40.521360 | fa163e2b-69af-bc88-eeaf-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-10-13 07:11:40.522552 | fa163e2b-69af-bc88-eeaf-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:43.490434 | 0.05s 2025-10-13 07:11:40.548893 | fa163e2b-69af-bc88-eeaf-00000000057f | TASK | Determining the default hugepagesz 2025-10-13 07:11:40.590309 | fa163e2b-69af-bc88-eeaf-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-10-13 07:11:40.591553 | fa163e2b-69af-bc88-eeaf-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:43.559433 | 0.04s 2025-10-13 07:11:40.617568 | fa163e2b-69af-bc88-eeaf-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-10-13 07:11:40.661159 | fa163e2b-69af-bc88-eeaf-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-10-13 07:11:40.662419 | fa163e2b-69af-bc88-eeaf-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:43.630301 | 0.04s 2025-10-13 07:11:40.689178 | fa163e2b-69af-bc88-eeaf-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-10-13 07:11:40.730966 | fa163e2b-69af-bc88-eeaf-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-10-13 07:11:40.732097 | fa163e2b-69af-bc88-eeaf-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:43.699974 | 0.04s 2025-10-13 07:11:40.757627 | fa163e2b-69af-bc88-eeaf-000000000583 | TASK | Warn about possible modifications 2025-10-13 07:11:40.798054 | fa163e2b-69af-bc88-eeaf-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-10-13 07:11:40.799303 | fa163e2b-69af-bc88-eeaf-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:43.767185 | 0.04s 2025-10-13 07:11:40.824974 | fa163e2b-69af-bc88-eeaf-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-10-13 07:11:40.865307 | fa163e2b-69af-bc88-eeaf-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-10-13 07:11:40.866709 | fa163e2b-69af-bc88-eeaf-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:43.834587 | 0.04s 2025-10-13 07:11:40.893098 | fa163e2b-69af-bc88-eeaf-000000000585 | TASK | Cleaning up whitespaces 2025-10-13 07:11:40.932599 | fa163e2b-69af-bc88-eeaf-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-10-13 07:11:40.933844 | fa163e2b-69af-bc88-eeaf-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:43.901725 | 0.04s 2025-10-13 07:11:40.959933 | fa163e2b-69af-bc88-eeaf-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-10-13 07:11:41.278677 | fa163e2b-69af-bc88-eeaf-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-10-13 07:11:41.280128 | fa163e2b-69af-bc88-eeaf-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:44.248003 | 0.32s 2025-10-13 07:11:41.309844 | fa163e2b-69af-bc88-eeaf-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-10-13 07:11:41.373664 | fa163e2b-69af-bc88-eeaf-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-10-13 07:11:41.375239 | fa163e2b-69af-bc88-eeaf-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:44.343116 | 0.06s 2025-10-13 07:11:41.404984 | fa163e2b-69af-bc88-eeaf-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-10-13 07:11:41.467165 | fa163e2b-69af-bc88-eeaf-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-10-13 07:11:41.468457 | fa163e2b-69af-bc88-eeaf-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:44.436337 | 0.06s 2025-10-13 07:11:41.494928 | fa163e2b-69af-bc88-eeaf-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-10-13 07:11:41.556169 | fa163e2b-69af-bc88-eeaf-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-10-13 07:11:41.557306 | fa163e2b-69af-bc88-eeaf-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:44.525186 | 0.06s 2025-10-13 07:11:41.582860 | fa163e2b-69af-bc88-eeaf-00000000058c | TASK | Generate grub config 2025-10-13 07:11:41.643340 | fa163e2b-69af-bc88-eeaf-00000000058c | SKIPPED | Generate grub config | standalone 2025-10-13 07:11:41.644817 | fa163e2b-69af-bc88-eeaf-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:44.612698 | 0.06s 2025-10-13 07:11:41.673714 | fa163e2b-69af-bc88-eeaf-000000000590 | TASK | Get the block device that /boot is on 2025-10-13 07:11:41.735862 | fa163e2b-69af-bc88-eeaf-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-10-13 07:11:41.737229 | fa163e2b-69af-bc88-eeaf-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:44.705108 | 0.06s 2025-10-13 07:11:41.772517 | fa163e2b-69af-bc88-eeaf-000000000591 | TASK | Get the mount point that /boot is in 2025-10-13 07:11:41.833164 | fa163e2b-69af-bc88-eeaf-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-10-13 07:11:41.834090 | fa163e2b-69af-bc88-eeaf-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:44.801978 | 0.06s 2025-10-13 07:11:41.857483 | fa163e2b-69af-bc88-eeaf-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-10-13 07:11:41.926831 | fa163e2b-69af-bc88-eeaf-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-10-13 07:11:41.927844 | fa163e2b-69af-bc88-eeaf-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:44.895731 | 0.07s 2025-10-13 07:11:41.949288 | fa163e2b-69af-bc88-eeaf-000000000593 | TASK | Executed script to fix grub-menu 2025-10-13 07:11:42.007607 | fa163e2b-69af-bc88-eeaf-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-10-13 07:11:42.008494 | fa163e2b-69af-bc88-eeaf-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:44.976382 | 0.06s 2025-10-13 07:11:42.029084 | fa163e2b-69af-bc88-eeaf-000000000594 | TASK | Check grub config paths 2025-10-13 07:11:42.092060 | fa163e2b-69af-bc88-eeaf-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-10-13 07:11:42.108843 | fa163e2b-69af-bc88-eeaf-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-10-13 07:11:42.120249 | fa163e2b-69af-bc88-eeaf-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:45.088130 | 0.09s 2025-10-13 07:11:42.142595 | fa163e2b-69af-bc88-eeaf-000000000595 | TASK | Write EFI grub.cfg 2025-10-13 07:11:42.196832 | fa163e2b-69af-bc88-eeaf-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-10-13 07:11:42.214165 | fa163e2b-69af-bc88-eeaf-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-10-13 07:11:42.225604 | fa163e2b-69af-bc88-eeaf-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:45.193486 | 0.08s 2025-10-13 07:11:42.246507 | fa163e2b-69af-bc88-eeaf-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-10-13 07:11:42.293530 | fa163e2b-69af-bc88-eeaf-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-10-13 07:11:42.294318 | fa163e2b-69af-bc88-eeaf-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:45.262203 | 0.05s 2025-10-13 07:11:42.315506 | fa163e2b-69af-bc88-eeaf-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-10-13 07:11:42.366928 | fa163e2b-69af-bc88-eeaf-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-10-13 07:11:42.368076 | fa163e2b-69af-bc88-eeaf-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:45.335956 | 0.05s 2025-10-13 07:11:42.393608 | fa163e2b-69af-bc88-eeaf-000000000598 | TASK | Execute grub2-mkconfig 2025-10-13 07:11:42.443429 | fa163e2b-69af-bc88-eeaf-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-10-13 07:11:42.444505 | fa163e2b-69af-bc88-eeaf-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:45.412388 | 0.05s 2025-10-13 07:11:42.470297 | fa163e2b-69af-bc88-eeaf-000000000599 | TASK | Check for active tuned profile 2025-10-13 07:11:42.510591 | fa163e2b-69af-bc88-eeaf-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-10-13 07:11:42.511711 | fa163e2b-69af-bc88-eeaf-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:45.479593 | 0.04s 2025-10-13 07:11:42.536885 | fa163e2b-69af-bc88-eeaf-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-10-13 07:11:42.597882 | fa163e2b-69af-bc88-eeaf-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-10-13 07:11:42.598929 | fa163e2b-69af-bc88-eeaf-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:45.566812 | 0.06s 2025-10-13 07:11:42.624995 | fa163e2b-69af-bc88-eeaf-00000000059b | TASK | Set reboot required fact 2025-10-13 07:11:42.684807 | fa163e2b-69af-bc88-eeaf-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-10-13 07:11:42.685997 | fa163e2b-69af-bc88-eeaf-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:45.653878 | 0.06s 2025-10-13 07:11:42.711604 | fa163e2b-69af-bc88-eeaf-00000000059d | TASK | Apply DPDK workarounds 2025-10-13 07:11:42.762269 | fa163e2b-69af-bc88-eeaf-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-10-13 07:11:42.764839 | fa163e2b-69af-bc88-eeaf-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:45.732717 | 0.05s 2025-10-13 07:11:42.792401 | fa163e2b-69af-bc88-eeaf-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-10-13 07:11:42.832327 | fa163e2b-69af-bc88-eeaf-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-10-13 07:11:42.833703 | fa163e2b-69af-bc88-eeaf-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:45.801582 | 0.04s 2025-10-13 07:11:42.856297 | fa163e2b-69af-bc88-eeaf-0000000005a0 | TASK | Load modules 2025-10-13 07:11:42.900984 | fa163e2b-69af-bc88-eeaf-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-10-13 07:11:42.908128 | fa163e2b-69af-bc88-eeaf-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:45.876007 | 0.05s 2025-10-13 07:11:42.929525 | fa163e2b-69af-bc88-eeaf-0000000005a2 | TASK | Persist modules via modules-load.d 2025-10-13 07:11:43.011602 | fa163e2b-69af-bc88-eeaf-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-10-13 07:11:43.023804 | fa163e2b-69af-bc88-eeaf-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:45.991675 | 0.09s 2025-10-13 07:11:43.048459 | fa163e2b-69af-bc88-eeaf-0000000005a4 | TASK | Drop module persistence 2025-10-13 07:11:43.094550 | fa163e2b-69af-bc88-eeaf-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-10-13 07:11:43.101988 | fa163e2b-69af-bc88-eeaf-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:46.069865 | 0.05s 2025-10-13 07:11:43.122530 | fa163e2b-69af-bc88-eeaf-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-10-13 07:11:43.165412 | fa163e2b-69af-bc88-eeaf-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-10-13 07:11:43.173834 | fa163e2b-69af-bc88-eeaf-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:46.141713 | 0.05s 2025-10-13 07:11:43.199432 | fa163e2b-69af-bc88-eeaf-0000000005a8 | TASK | Modules reload 2025-10-13 07:11:43.238810 | fa163e2b-69af-bc88-eeaf-0000000005a8 | SKIPPED | Modules reload | standalone 2025-10-13 07:11:43.239875 | fa163e2b-69af-bc88-eeaf-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:46.207758 | 0.04s 2025-10-13 07:11:43.265593 | fa163e2b-69af-bc88-eeaf-0000000005aa | TASK | Reboot tasks 2025-10-13 07:11:43.315404 | fa163e2b-69af-bc88-eeaf-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-10-13 07:11:43.316626 | fa163e2b-69af-bc88-eeaf-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:46.284501 | 0.05s 2025-10-13 07:11:43.342317 | fa163e2b-69af-bc88-eeaf-0000000005ab | TASK | Skipping reboot for deployed node 2025-10-13 07:11:43.394987 | fa163e2b-69af-bc88-eeaf-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-10-13 07:11:43.396314 | fa163e2b-69af-bc88-eeaf-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:46.364190 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-10-13 07:11:43.573500 | fa163e2b-69af-bc88-eeaf-00000000003f | TASK | Server pre-network deployments 2025-10-13 07:11:43.599076 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-00000000003f') missing from stats 2025-10-13 07:11:43.620235 | fa163e2b-69af-bc88-eeaf-000000000043 | TASK | Hiera config 2025-10-13 07:11:43.646028 | fa163e2b-69af-bc88-eeaf-000000000043 | TIMING | Hiera config | standalone | 0:00:46.613913 | 0.02s 2025-10-13 07:11:43.687875 | fa163e2b-69af-bc88-eeaf-000000000721 | TASK | Create /etc/puppet/hieradata 2025-10-13 07:11:43.938001 | fa163e2b-69af-bc88-eeaf-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-10-13 07:11:43.939277 | fa163e2b-69af-bc88-eeaf-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:46.907160 | 0.25s 2025-10-13 07:11:43.965251 | fa163e2b-69af-bc88-eeaf-000000000722 | TASK | Write hiera config 2025-10-13 07:11:44.421438 | fa163e2b-69af-bc88-eeaf-000000000722 | CHANGED | Write hiera config | standalone 2025-10-13 07:11:44.422885 | fa163e2b-69af-bc88-eeaf-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:47.390767 | 0.46s 2025-10-13 07:11:44.474515 | fa163e2b-69af-bc88-eeaf-000000000044 | TASK | Hiera symlink 2025-10-13 07:11:44.694158 | fa163e2b-69af-bc88-eeaf-000000000044 | CHANGED | Hiera symlink | standalone 2025-10-13 07:11:44.695295 | fa163e2b-69af-bc88-eeaf-000000000044 | TIMING | Hiera symlink | standalone | 0:00:47.663183 | 0.22s 2025-10-13 07:11:44.714990 | fa163e2b-69af-bc88-eeaf-000000000045 | TASK | Hieradata from vars 2025-10-13 07:11:44.741663 | fa163e2b-69af-bc88-eeaf-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:47.709545 | 0.03s 2025-10-13 07:11:44.792675 | fa163e2b-69af-bc88-eeaf-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-10-13 07:11:45.272435 | fa163e2b-69af-bc88-eeaf-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-10-13 07:11:45.273417 | fa163e2b-69af-bc88-eeaf-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:48.241307 | 0.48s 2025-10-13 07:11:45.293609 | fa163e2b-69af-bc88-eeaf-00000000077d | TASK | Render hieradata from template 2025-10-13 07:11:45.780092 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-10-13 07:11:45.781646 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.749524 | 0.49s 2025-10-13 07:11:46.279705 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-10-13 07:11:46.281311 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.249190 | 0.99s 2025-10-13 07:11:46.895151 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-10-13 07:11:46.897357 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.865239 | 1.60s 2025-10-13 07:11:47.358762 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-10-13 07:11:47.359686 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.327576 | 2.07s 2025-10-13 07:11:47.880518 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-10-13 07:11:47.881345 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.849232 | 2.59s 2025-10-13 07:11:48.371252 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-10-13 07:11:48.372216 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.340106 | 3.08s 2025-10-13 07:11:48.856640 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-10-13 07:11:48.858530 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.826414 | 3.56s 2025-10-13 07:11:49.338205 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-10-13 07:11:49.340100 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.307990 | 4.05s 2025-10-13 07:11:49.836490 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-10-13 07:11:49.838314 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:52.806203 | 4.54s 2025-10-13 07:11:50.325737 | fa163e2b-69af-bc88-eeaf-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-13 07:11:50.326371 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.294263 | 5.03s 2025-10-13 07:11:50.335610 | fa163e2b-69af-bc88-eeaf-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:53.303483 | 5.04s 2025-10-13 07:11:50.398515 | fa163e2b-69af-bc88-eeaf-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-10-13 07:11:50.429678 | fa163e2b-69af-bc88-eeaf-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:53.397551 | 0.03s 2025-10-13 07:11:50.510317 | fa163e2b-69af-bc88-eeaf-000000000821 | TASK | Check for hieradata file 2025-10-13 07:11:50.744725 | fa163e2b-69af-bc88-eeaf-000000000821 | OK | Check for hieradata file | standalone 2025-10-13 07:11:50.745972 | fa163e2b-69af-bc88-eeaf-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:53.713853 | 0.23s 2025-10-13 07:11:50.771233 | fa163e2b-69af-bc88-eeaf-000000000823 | TASK | Get existing data 2025-10-13 07:11:50.824352 | fa163e2b-69af-bc88-eeaf-000000000823 | SKIPPED | Get existing data | standalone 2025-10-13 07:11:50.825537 | fa163e2b-69af-bc88-eeaf-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:53.793418 | 0.05s 2025-10-13 07:11:50.850508 | fa163e2b-69af-bc88-eeaf-000000000824 | TASK | Set data fact 2025-10-13 07:11:50.899702 | fa163e2b-69af-bc88-eeaf-000000000824 | SKIPPED | Set data fact | standalone 2025-10-13 07:11:50.900852 | fa163e2b-69af-bc88-eeaf-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:53.868734 | 0.05s 2025-10-13 07:11:50.925642 | fa163e2b-69af-bc88-eeaf-000000000826 | TASK | Write ansible hieradata file 2025-10-13 07:11:51.405226 | fa163e2b-69af-bc88-eeaf-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-10-13 07:11:51.406638 | fa163e2b-69af-bc88-eeaf-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:54.374521 | 0.48s 2025-10-13 07:11:51.504319 | fa163e2b-69af-bc88-eeaf-000000000047 | TIMING | include_tasks | standalone | 0:00:54.472189 | 0.05s PLAY [Server network deployments] ********************************************** 2025-10-13 07:11:51.664644 | fa163e2b-69af-bc88-eeaf-00000000004b | TASK | Network Configuration 2025-10-13 07:11:51.690047 | fa163e2b-69af-bc88-eeaf-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-00000000004b') missing from stats 2025-10-13 07:11:51.713047 | fa163e2b-69af-bc88-eeaf-00000000004c | TASK | Check NetworkConfig script existence 2025-10-13 07:11:51.738285 | fa163e2b-69af-bc88-eeaf-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-10-13 07:11:51.739078 | fa163e2b-69af-bc88-eeaf-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:54.706967 | 0.03s 2025-10-13 07:11:51.758534 | fa163e2b-69af-bc88-eeaf-000000000052 | TASK | Gather SELinux fact if needed 2025-10-13 07:11:51.805102 | fa163e2b-69af-bc88-eeaf-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-10-13 07:11:51.806113 | fa163e2b-69af-bc88-eeaf-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:54.773995 | 0.05s 2025-10-13 07:11:51.830462 | fa163e2b-69af-bc88-eeaf-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-10-13 07:11:52.490499 | fa163e2b-69af-bc88-eeaf-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-10-13 07:11:52.491197 | fa163e2b-69af-bc88-eeaf-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:55.459089 | 0.66s 2025-10-13 07:11:52.515822 | fa163e2b-69af-bc88-eeaf-000000000054 | TASK | Ensure requirements are satisfied 2025-10-13 07:11:52.545764 | fa163e2b-69af-bc88-eeaf-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:55.513606 | 0.03s 2025-10-13 07:11:52.603945 | fa163e2b-69af-bc88-eeaf-0000000008bf | TASK | Gather facts if they don't exist 2025-10-13 07:11:52.651486 | fa163e2b-69af-bc88-eeaf-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-10-13 07:11:52.652598 | fa163e2b-69af-bc88-eeaf-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:55.620479 | 0.05s 2025-10-13 07:11:52.677281 | fa163e2b-69af-bc88-eeaf-0000000008c0 | TASK | Gather variables for each operating system 2025-10-13 07:11:52.800399 | fa163e2b-69af-bc88-eeaf-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-10-13 07:11:52.806522 | fa163e2b-69af-bc88-eeaf-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:55.774413 | 0.13s 2025-10-13 07:11:52.824700 | fa163e2b-69af-bc88-eeaf-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-10-13 07:11:53.100537 | fa163e2b-69af-bc88-eeaf-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-10-13 07:11:53.101930 | fa163e2b-69af-bc88-eeaf-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:56.069809 | 0.28s 2025-10-13 07:11:53.122271 | fa163e2b-69af-bc88-eeaf-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-10-13 07:11:53.152561 | fa163e2b-69af-bc88-eeaf-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-10-13 07:11:53.153610 | fa163e2b-69af-bc88-eeaf-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:56.121493 | 0.03s 2025-10-13 07:11:53.178330 | fa163e2b-69af-bc88-eeaf-0000000008c4 | TASK | Ensure packages are actually well installed 2025-10-13 07:11:54.170495 | fa163e2b-69af-bc88-eeaf-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-10-13 07:11:54.171872 | fa163e2b-69af-bc88-eeaf-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:57.139755 | 0.99s 2025-10-13 07:11:54.220130 | fa163e2b-69af-bc88-eeaf-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-10-13 07:11:54.463876 | fa163e2b-69af-bc88-eeaf-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-10-13 07:11:54.465436 | fa163e2b-69af-bc88-eeaf-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:57.433317 | 0.24s 2025-10-13 07:11:54.490535 | fa163e2b-69af-bc88-eeaf-000000000057 | TASK | Reload NetworkManager 2025-10-13 07:11:54.913499 | fa163e2b-69af-bc88-eeaf-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-10-13 07:11:54.914880 | fa163e2b-69af-bc88-eeaf-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:57.882769 | 0.42s 2025-10-13 07:11:54.941045 | fa163e2b-69af-bc88-eeaf-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-10-13 07:11:55.174227 | fa163e2b-69af-bc88-eeaf-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-10-13 07:11:55.175649 | fa163e2b-69af-bc88-eeaf-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:58.143531 | 0.23s 2025-10-13 07:11:55.201626 | fa163e2b-69af-bc88-eeaf-00000000005a | TASK | Check for previous run of NetworkConfig 2025-10-13 07:11:55.422578 | fa163e2b-69af-bc88-eeaf-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-10-13 07:11:55.423907 | fa163e2b-69af-bc88-eeaf-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:58.391790 | 0.22s 2025-10-13 07:11:55.450334 | fa163e2b-69af-bc88-eeaf-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-10-13 07:11:55.481140 | fa163e2b-69af-bc88-eeaf-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-10-13 07:11:55.481921 | fa163e2b-69af-bc88-eeaf-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:58.449809 | 0.03s 2025-10-13 07:11:55.501581 | fa163e2b-69af-bc88-eeaf-00000000005c | TASK | Ensure we get cloud-init 2025-10-13 07:11:55.726284 | fa163e2b-69af-bc88-eeaf-00000000005c | OK | Ensure we get cloud-init | standalone 2025-10-13 07:11:55.727441 | fa163e2b-69af-bc88-eeaf-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:58.695329 | 0.23s 2025-10-13 07:11:55.747403 | fa163e2b-69af-bc88-eeaf-00000000005e | TASK | Create /etc/os-net-config directory 2025-10-13 07:11:55.996473 | fa163e2b-69af-bc88-eeaf-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-10-13 07:11:55.997930 | fa163e2b-69af-bc88-eeaf-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:58.965811 | 0.25s 2025-10-13 07:11:56.023948 | fa163e2b-69af-bc88-eeaf-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-10-13 07:11:56.434203 | fa163e2b-69af-bc88-eeaf-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-10-13 07:11:56.435656 | fa163e2b-69af-bc88-eeaf-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:59.403532 | 0.41s 2025-10-13 07:11:56.460973 | fa163e2b-69af-bc88-eeaf-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-10-13 07:11:56.510123 | fa163e2b-69af-bc88-eeaf-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-10-13 07:11:56.511252 | fa163e2b-69af-bc88-eeaf-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:59.479133 | 0.05s 2025-10-13 07:11:56.537590 | fa163e2b-69af-bc88-eeaf-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-10-13 07:11:56.782584 | fa163e2b-69af-bc88-eeaf-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-10-13 07:11:56.783967 | fa163e2b-69af-bc88-eeaf-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:59.751848 | 0.24s 2025-10-13 07:11:56.810870 | fa163e2b-69af-bc88-eeaf-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-10-13 07:11:56.884195 | fa163e2b-69af-bc88-eeaf-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:59.852064 | 0.07s 2025-10-13 07:11:56.913159 | dc4c99ee-a2ee-47e4-a3d1-15a328a580cf | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-10-13 07:11:56.947579 | fa163e2b-69af-bc88-eeaf-000000000909 | TASK | Set nic_config_file fact 2025-10-13 07:11:57.023176 | fa163e2b-69af-bc88-eeaf-000000000909 | OK | Set nic_config_file fact | standalone 2025-10-13 07:11:57.024591 | fa163e2b-69af-bc88-eeaf-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:59.992466 | 0.08s 2025-10-13 07:11:57.045202 | fa163e2b-69af-bc88-eeaf-00000000090a | TASK | Render overidden network config 2025-10-13 07:11:57.126867 | fa163e2b-69af-bc88-eeaf-00000000090a | SKIPPED | Render overidden network config | standalone 2025-10-13 07:11:57.127641 | fa163e2b-69af-bc88-eeaf-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:01:00.095530 | 0.08s 2025-10-13 07:11:57.147242 | fa163e2b-69af-bc88-eeaf-00000000090b | TASK | Render network_config 2025-10-13 07:11:57.209334 | fa163e2b-69af-bc88-eeaf-00000000090b | SKIPPED | Render network_config | standalone 2025-10-13 07:11:57.210437 | fa163e2b-69af-bc88-eeaf-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:01:00.178321 | 0.06s 2025-10-13 07:11:57.235170 | fa163e2b-69af-bc88-eeaf-00000000090c | TASK | Render network_config from template 2025-10-13 07:11:57.788417 | fa163e2b-69af-bc88-eeaf-00000000090c | CHANGED | Render network_config from template | standalone 2025-10-13 07:11:57.789885 | fa163e2b-69af-bc88-eeaf-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:01:00.757765 | 0.55s 2025-10-13 07:11:57.817013 | fa163e2b-69af-bc88-eeaf-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=680811076607.44883 2025-10-13 07:12:01.854484 | fa163e2b-69af-bc88-eeaf-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-10-13 07:12:01.856291 | fa163e2b-69af-bc88-eeaf-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:04.824172 | 4.04s 2025-10-13 07:12:01.884061 | fa163e2b-69af-bc88-eeaf-000000000064 | TASK | Write rc of NetworkConfig script 2025-10-13 07:12:02.400333 | fa163e2b-69af-bc88-eeaf-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-10-13 07:12:02.401794 | fa163e2b-69af-bc88-eeaf-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:05.369677 | 0.52s 2025-10-13 07:12:02.428125 | fa163e2b-69af-bc88-eeaf-000000000065 | TASK | Disable cloud-init network config 2025-10-13 07:12:02.895629 | fa163e2b-69af-bc88-eeaf-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-10-13 07:12:02.897175 | fa163e2b-69af-bc88-eeaf-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:05.865055 | 0.47s 2025-10-13 07:12:02.923011 | fa163e2b-69af-bc88-eeaf-000000000066 | TASK | Ensure network service is enabled 2025-10-13 07:12:03.325404 | fa163e2b-69af-bc88-eeaf-000000000066 | OK | Ensure network service is enabled | standalone 2025-10-13 07:12:03.327261 | fa163e2b-69af-bc88-eeaf-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:06.295143 | 0.40s PLAY [Server network validation] *********************************************** 2025-10-13 07:12:03.503042 | fa163e2b-69af-bc88-eeaf-000000000096 | TASK | Basic Network Validation 2025-10-13 07:12:03.529465 | fa163e2b-69af-bc88-eeaf-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:06.497350 | 0.03s 2025-10-13 07:12:03.570508 | fa163e2b-69af-bc88-eeaf-000000000945 | TASK | Collect default network fact 2025-10-13 07:12:04.084517 | fa163e2b-69af-bc88-eeaf-000000000945 | OK | Collect default network fact | standalone 2025-10-13 07:12:04.085723 | fa163e2b-69af-bc88-eeaf-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:07.053605 | 0.51s 2025-10-13 07:12:04.109825 | fa163e2b-69af-bc88-eeaf-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-10-13 07:12:04.138571 | fa163e2b-69af-bc88-eeaf-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-10-13 07:12:04.139661 | fa163e2b-69af-bc88-eeaf-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:07.107545 | 0.03s 2025-10-13 07:12:04.164714 | fa163e2b-69af-bc88-eeaf-000000000947 | TASK | Check all networks Gateway availability 2025-10-13 07:12:04.192390 | fa163e2b-69af-bc88-eeaf-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:07.160266 | 0.03s 2025-10-13 07:12:04.217086 | fa163e2b-69af-bc88-eeaf-000000000949 | TASK | Check Controllers availability 2025-10-13 07:12:04.284185 | fa163e2b-69af-bc88-eeaf-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-10-13 07:12:04.294539 | fa163e2b-69af-bc88-eeaf-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-10-13 07:12:04.305434 | fa163e2b-69af-bc88-eeaf-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-10-13 07:12:04.311403 | fa163e2b-69af-bc88-eeaf-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-10-13 07:12:04.317977 | fa163e2b-69af-bc88-eeaf-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-10-13 07:12:04.323019 | fa163e2b-69af-bc88-eeaf-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-10-13 07:12:04.335902 | fa163e2b-69af-bc88-eeaf-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:07.303778 | 0.12s 2025-10-13 07:12:04.360513 | fa163e2b-69af-bc88-eeaf-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-10-13 07:12:04.389368 | fa163e2b-69af-bc88-eeaf-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-10-13 07:12:04.390696 | fa163e2b-69af-bc88-eeaf-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:07.358577 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-10-13 07:12:04.571059 | fa163e2b-69af-bc88-eeaf-00000000009a | TASK | Server pre deployments 2025-10-13 07:12:04.597195 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-00000000009a') missing from stats 2025-10-13 07:12:04.623070 | fa163e2b-69af-bc88-eeaf-00000000009e | TASK | Hiera config 2025-10-13 07:12:04.650839 | fa163e2b-69af-bc88-eeaf-00000000009e | TIMING | Hiera config | standalone | 0:01:07.618717 | 0.03s 2025-10-13 07:12:04.704672 | fa163e2b-69af-bc88-eeaf-00000000099e | TASK | Create /etc/puppet/hieradata 2025-10-13 07:12:04.934688 | fa163e2b-69af-bc88-eeaf-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-10-13 07:12:04.936085 | fa163e2b-69af-bc88-eeaf-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.903967 | 0.23s 2025-10-13 07:12:04.961491 | fa163e2b-69af-bc88-eeaf-00000000099f | TASK | Write hiera config 2025-10-13 07:12:05.407923 | fa163e2b-69af-bc88-eeaf-00000000099f | OK | Write hiera config | standalone 2025-10-13 07:12:05.409552 | fa163e2b-69af-bc88-eeaf-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:08.377429 | 0.45s 2025-10-13 07:12:05.463119 | fa163e2b-69af-bc88-eeaf-00000000009f | TASK | Hiera symlink 2025-10-13 07:12:05.694788 | fa163e2b-69af-bc88-eeaf-00000000009f | OK | Hiera symlink | standalone 2025-10-13 07:12:05.696185 | fa163e2b-69af-bc88-eeaf-00000000009f | TIMING | Hiera symlink | standalone | 0:01:08.664067 | 0.23s 2025-10-13 07:12:05.723353 | fa163e2b-69af-bc88-eeaf-0000000000a0 | TASK | Hieradata from vars 2025-10-13 07:12:05.751951 | fa163e2b-69af-bc88-eeaf-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:08.719828 | 0.03s 2025-10-13 07:12:05.815957 | fa163e2b-69af-bc88-eeaf-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-10-13 07:12:06.251511 | fa163e2b-69af-bc88-eeaf-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-10-13 07:12:06.252514 | fa163e2b-69af-bc88-eeaf-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:09.220403 | 0.44s 2025-10-13 07:12:06.272072 | fa163e2b-69af-bc88-eeaf-0000000009fa | TASK | Render hieradata from template 2025-10-13 07:12:06.805341 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-10-13 07:12:06.808293 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.776170 | 0.54s 2025-10-13 07:12:07.284206 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-10-13 07:12:07.285366 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.253249 | 1.01s 2025-10-13 07:12:07.881221 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-10-13 07:12:07.882572 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.850451 | 1.61s 2025-10-13 07:12:08.363160 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-10-13 07:12:08.365192 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.333081 | 2.09s 2025-10-13 07:12:08.877493 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-10-13 07:12:08.879840 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.847724 | 2.61s 2025-10-13 07:12:09.350349 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-10-13 07:12:09.351475 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.319360 | 3.08s 2025-10-13 07:12:09.850444 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-10-13 07:12:09.851628 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.819508 | 3.58s 2025-10-13 07:12:10.288125 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-10-13 07:12:10.289207 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.257092 | 4.02s 2025-10-13 07:12:10.738811 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-10-13 07:12:10.740678 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.708563 | 4.47s 2025-10-13 07:12:11.176325 | fa163e2b-69af-bc88-eeaf-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-10-13 07:12:11.178724 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.146607 | 4.91s 2025-10-13 07:12:11.191927 | fa163e2b-69af-bc88-eeaf-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:14.159804 | 4.92s 2025-10-13 07:12:11.243151 | fa163e2b-69af-bc88-eeaf-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-10-13 07:12:11.271687 | fa163e2b-69af-bc88-eeaf-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:14.239563 | 0.03s 2025-10-13 07:12:11.342183 | fa163e2b-69af-bc88-eeaf-000000000a9e | TASK | Check for hieradata file 2025-10-13 07:12:11.560030 | fa163e2b-69af-bc88-eeaf-000000000a9e | OK | Check for hieradata file | standalone 2025-10-13 07:12:11.560825 | fa163e2b-69af-bc88-eeaf-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:14.528717 | 0.22s 2025-10-13 07:12:11.578024 | fa163e2b-69af-bc88-eeaf-000000000aa0 | TASK | Get existing data 2025-10-13 07:12:11.623541 | fa163e2b-69af-bc88-eeaf-000000000aa0 | SKIPPED | Get existing data | standalone 2025-10-13 07:12:11.624144 | fa163e2b-69af-bc88-eeaf-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:14.592036 | 0.05s 2025-10-13 07:12:11.648645 | fa163e2b-69af-bc88-eeaf-000000000aa1 | TASK | Set data fact 2025-10-13 07:12:11.697940 | fa163e2b-69af-bc88-eeaf-000000000aa1 | SKIPPED | Set data fact | standalone 2025-10-13 07:12:11.699022 | fa163e2b-69af-bc88-eeaf-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:14.666904 | 0.05s 2025-10-13 07:12:11.724389 | fa163e2b-69af-bc88-eeaf-000000000aa3 | TASK | Write ansible hieradata file 2025-10-13 07:12:12.226453 | fa163e2b-69af-bc88-eeaf-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-10-13 07:12:12.227854 | fa163e2b-69af-bc88-eeaf-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:15.195734 | 0.50s 2025-10-13 07:12:12.325216 | fa163e2b-69af-bc88-eeaf-0000000000a2 | TIMING | include_tasks | standalone | 0:01:15.293087 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-10-13 07:12:12.427578 | fa163e2b-69af-bc88-eeaf-0000000000a6 | TASK | Host prep steps 2025-10-13 07:12:12.453278 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000a6') missing from stats 2025-10-13 07:12:12.541484 | fa163e2b-69af-bc88-eeaf-0000000000a7 | TASK | Deploy Artifacts 2025-10-13 07:12:12.641282 | fa163e2b-69af-bc88-eeaf-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-10-13 07:12:12.642803 | fa163e2b-69af-bc88-eeaf-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:15.610679 | 0.10s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 07:12:12.688316 | fa163e2b-69af-bc88-eeaf-0000000000a8 | TIMING | include_tasks | standalone | 0:01:15.656199 | 0.03s 2025-10-13 07:12:12.844484 | 7e563b0b-c297-4e2e-b21b-cef7bb15692e | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/host_prep_tasks.yaml | standalone 2025-10-13 07:12:12.898140 | fa163e2b-69af-bc88-eeaf-000000000b1e | TASK | Run firewall role 2025-10-13 07:12:12.922719 | fa163e2b-69af-bc88-eeaf-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.890608 | 0.02s 2025-10-13 07:12:12.974916 | fa163e2b-69af-bc88-eeaf-000000000c1b | TASK | Gather variables for each operating system 2025-10-13 07:12:13.089847 | fa163e2b-69af-bc88-eeaf-000000000c1b | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-10-13 07:12:13.090645 | fa163e2b-69af-bc88-eeaf-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.058534 | 0.11s 2025-10-13 07:12:13.094126 | fa163e2b-69af-bc88-eeaf-000000000c1b | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:16.062020 | 0.12s 2025-10-13 07:12:13.119291 | fa163e2b-69af-bc88-eeaf-000000000c1c | TASK | Uninstall firewalld to prevent nftables conflicts 2025-10-13 07:12:16.044061 | fa163e2b-69af-bc88-eeaf-000000000c1c | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-10-13 07:12:16.045572 | fa163e2b-69af-bc88-eeaf-000000000c1c | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:19.013453 | 2.92s 2025-10-13 07:12:16.072501 | fa163e2b-69af-bc88-eeaf-000000000c20 | TASK | Create empty var for masquerade rules 2025-10-13 07:12:16.101598 | fa163e2b-69af-bc88-eeaf-000000000c20 | OK | Create empty var for masquerade rules | standalone 2025-10-13 07:12:16.102913 | fa163e2b-69af-bc88-eeaf-000000000c20 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:19.070795 | 0.03s 2025-10-13 07:12:16.129441 | fa163e2b-69af-bc88-eeaf-000000000c21 | TASK | Enable masquerade 2025-10-13 07:12:16.180424 | fa163e2b-69af-bc88-eeaf-000000000c21 | SKIPPED | Enable masquerade | standalone 2025-10-13 07:12:16.181367 | fa163e2b-69af-bc88-eeaf-000000000c21 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:19.149254 | 0.05s 2025-10-13 07:12:16.201584 | fa163e2b-69af-bc88-eeaf-000000000c22 | TASK | Set the default frontend firewall rules 2025-10-13 07:12:16.229918 | fa163e2b-69af-bc88-eeaf-000000000c22 | OK | Set the default frontend firewall rules | standalone 2025-10-13 07:12:16.231286 | fa163e2b-69af-bc88-eeaf-000000000c22 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:19.199165 | 0.03s 2025-10-13 07:12:16.257100 | fa163e2b-69af-bc88-eeaf-000000000c25 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-13 07:12:16.305907 | fa163e2b-69af-bc88-eeaf-000000000c25 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-10-13 07:12:16.307114 | fa163e2b-69af-bc88-eeaf-000000000c25 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.275001 | 0.05s 2025-10-13 07:12:16.328684 | fa163e2b-69af-bc88-eeaf-000000000c26 | TASK | Set frontend rule fact (ssl rules) 2025-10-13 07:12:16.377150 | fa163e2b-69af-bc88-eeaf-000000000c26 | OK | Set frontend rule fact (ssl rules) | standalone 2025-10-13 07:12:16.378531 | fa163e2b-69af-bc88-eeaf-000000000c26 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.346418 | 0.05s 2025-10-13 07:12:16.400422 | fa163e2b-69af-bc88-eeaf-000000000c28 | TASK | Set frontend rule fact (non-ssl rules) 2025-10-13 07:12:16.429543 | fa163e2b-69af-bc88-eeaf-000000000c28 | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-10-13 07:12:16.431056 | fa163e2b-69af-bc88-eeaf-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:19.398930 | 0.03s 2025-10-13 07:12:16.461674 | fa163e2b-69af-bc88-eeaf-000000000c29 | TASK | Set frontend rule fact (ssl rules) 2025-10-13 07:12:16.495344 | fa163e2b-69af-bc88-eeaf-000000000c29 | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-10-13 07:12:16.496327 | fa163e2b-69af-bc88-eeaf-000000000c29 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:19.464214 | 0.03s 2025-10-13 07:12:16.514193 | fa163e2b-69af-bc88-eeaf-000000000c2b | TASK | Enable LOG rules 2025-10-13 07:12:16.539893 | fa163e2b-69af-bc88-eeaf-000000000c2b | SKIPPED | Enable LOG rules | standalone 2025-10-13 07:12:16.540663 | fa163e2b-69af-bc88-eeaf-000000000c2b | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:19.508552 | 0.03s 2025-10-13 07:12:16.557857 | fa163e2b-69af-bc88-eeaf-000000000c2c | TASK | Set rule fact 2025-10-13 07:12:16.651630 | fa163e2b-69af-bc88-eeaf-000000000c2c | OK | Set rule fact | standalone 2025-10-13 07:12:16.655169 | fa163e2b-69af-bc88-eeaf-000000000c2c | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:19.623049 | 0.10s 2025-10-13 07:12:16.685504 | fa163e2b-69af-bc88-eeaf-000000000c2d | TASK | Manage rules via nftables 2025-10-13 07:12:16.715117 | fa163e2b-69af-bc88-eeaf-000000000c2d | TIMING | Manage rules via nftables | standalone | 0:01:19.682992 | 0.03s 2025-10-13 07:12:16.801446 | fa163e2b-69af-bc88-eeaf-000000000cc7 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:19.769324 | 0.03s 2025-10-13 07:12:16.815866 | eea13a3a-0f1f-4c53-8aa5-8e53598e94c4 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-10-13 07:12:16.839247 | fa163e2b-69af-bc88-eeaf-000000000cf0 | TASK | Ensure legacy iptables services are off 2025-10-13 07:12:17.236684 | fa163e2b-69af-bc88-eeaf-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-10-13 07:12:17.239405 | fa163e2b-69af-bc88-eeaf-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.207282 | 0.40s 2025-10-13 07:12:17.599546 | fa163e2b-69af-bc88-eeaf-000000000cf0 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-10-13 07:12:17.601206 | fa163e2b-69af-bc88-eeaf-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.569090 | 0.76s 2025-10-13 07:12:17.610155 | fa163e2b-69af-bc88-eeaf-000000000cf0 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:20.578032 | 0.77s 2025-10-13 07:12:17.632923 | fa163e2b-69af-bc88-eeaf-000000000cf1 | TASK | Ensure nftables service is enabled and running 2025-10-13 07:12:18.282359 | fa163e2b-69af-bc88-eeaf-000000000cf1 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-10-13 07:12:18.284189 | fa163e2b-69af-bc88-eeaf-000000000cf1 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:21.252072 | 0.65s 2025-10-13 07:12:18.310519 | fa163e2b-69af-bc88-eeaf-000000000cf2 | TASK | Empty nftables from anything that may lay around 2025-10-13 07:12:18.339436 | fa163e2b-69af-bc88-eeaf-000000000cf2 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-10-13 07:12:18.340482 | fa163e2b-69af-bc88-eeaf-000000000cf2 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:21.308365 | 0.03s 2025-10-13 07:12:18.382476 | fa163e2b-69af-bc88-eeaf-000000000cc8 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:21.350350 | 0.02s 2025-10-13 07:12:18.418644 | 02b5ff68-c928-4533-8d56-eaeb8bddf0ac | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-10-13 07:12:18.454891 | fa163e2b-69af-bc88-eeaf-000000000d21 | TASK | Push empty ruleset 2025-10-13 07:12:18.919371 | fa163e2b-69af-bc88-eeaf-000000000d21 | CHANGED | Push empty ruleset | standalone 2025-10-13 07:12:18.920766 | fa163e2b-69af-bc88-eeaf-000000000d21 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:21.888620 | 0.46s 2025-10-13 07:12:18.946845 | fa163e2b-69af-bc88-eeaf-000000000d22 | TASK | Load empty ruleset 2025-10-13 07:12:19.190126 | fa163e2b-69af-bc88-eeaf-000000000d22 | CHANGED | Load empty ruleset | standalone 2025-10-13 07:12:19.191539 | fa163e2b-69af-bc88-eeaf-000000000d22 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:22.159420 | 0.24s 2025-10-13 07:12:19.217820 | fa163e2b-69af-bc88-eeaf-000000000d24 | TASK | Use default rules 2025-10-13 07:12:19.318178 | fa163e2b-69af-bc88-eeaf-000000000d24 | OK | Use default rules | standalone 2025-10-13 07:12:19.321533 | fa163e2b-69af-bc88-eeaf-000000000d24 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:22.289416 | 0.10s 2025-10-13 07:12:19.351478 | fa163e2b-69af-bc88-eeaf-000000000d25 | TASK | Enable LOG rules 2025-10-13 07:12:19.441361 | fa163e2b-69af-bc88-eeaf-000000000d25 | OK | Enable LOG rules | standalone 2025-10-13 07:12:19.445436 | fa163e2b-69af-bc88-eeaf-000000000d25 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:22.413315 | 0.09s 2025-10-13 07:12:19.479899 | fa163e2b-69af-bc88-eeaf-000000000d27 | TASK | Get current nftables content 2025-10-13 07:12:19.713276 | fa163e2b-69af-bc88-eeaf-000000000d27 | CHANGED | Get current nftables content | standalone 2025-10-13 07:12:19.714610 | fa163e2b-69af-bc88-eeaf-000000000d27 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:22.682492 | 0.23s 2025-10-13 07:12:19.741389 | fa163e2b-69af-bc88-eeaf-000000000d29 | TASK | Generate chain jumps 2025-10-13 07:12:20.272502 | fa163e2b-69af-bc88-eeaf-000000000d29 | CHANGED | Generate chain jumps | standalone 2025-10-13 07:12:20.273897 | fa163e2b-69af-bc88-eeaf-000000000d29 | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.241779 | 0.53s 2025-10-13 07:12:20.299492 | fa163e2b-69af-bc88-eeaf-000000000d2a | TASK | Generate chain jumps 2025-10-13 07:12:20.916645 | fa163e2b-69af-bc88-eeaf-000000000d2a | CHANGED | Generate chain jumps | standalone 2025-10-13 07:12:20.918017 | fa163e2b-69af-bc88-eeaf-000000000d2a | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:23.885900 | 0.62s 2025-10-13 07:12:20.944109 | fa163e2b-69af-bc88-eeaf-000000000d2b | TASK | Generate nft flushes 2025-10-13 07:12:21.453174 | fa163e2b-69af-bc88-eeaf-000000000d2b | CHANGED | Generate nft flushes | standalone 2025-10-13 07:12:21.454596 | fa163e2b-69af-bc88-eeaf-000000000d2b | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:24.422478 | 0.51s 2025-10-13 07:12:21.480630 | fa163e2b-69af-bc88-eeaf-000000000d2c | TASK | Generate nft tripleo chains 2025-10-13 07:12:21.950233 | fa163e2b-69af-bc88-eeaf-000000000d2c | CHANGED | Generate nft tripleo chains | standalone 2025-10-13 07:12:21.951519 | fa163e2b-69af-bc88-eeaf-000000000d2c | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:24.919402 | 0.47s 2025-10-13 07:12:21.977467 | fa163e2b-69af-bc88-eeaf-000000000d2d | TASK | Generate nft ruleset in static file 2025-10-13 07:12:23.753927 | fa163e2b-69af-bc88-eeaf-000000000d2d | CHANGED | Generate nft ruleset in static file | standalone 2025-10-13 07:12:23.755295 | fa163e2b-69af-bc88-eeaf-000000000d2d | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:26.723178 | 1.78s 2025-10-13 07:12:23.781105 | fa163e2b-69af-bc88-eeaf-000000000d2f | TASK | Validate all of the generated content before loading 2025-10-13 07:12:24.291310 | fa163e2b-69af-bc88-eeaf-000000000d2f | CHANGED | Validate all of the generated content before loading | standalone 2025-10-13 07:12:24.292790 | fa163e2b-69af-bc88-eeaf-000000000d2f | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:27.260623 | 0.51s 2025-10-13 07:12:24.319003 | fa163e2b-69af-bc88-eeaf-000000000d30 | TASK | Ensure we load our different nft rulesets on boot 2025-10-13 07:12:24.546776 | fa163e2b-69af-bc88-eeaf-000000000d30 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-10-13 07:12:24.548163 | fa163e2b-69af-bc88-eeaf-000000000d30 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:27.516044 | 0.23s 2025-10-13 07:12:24.603676 | fa163e2b-69af-bc88-eeaf-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:27.571546 | 0.03s 2025-10-13 07:12:24.625095 | bc476654-04c3-4c47-8f36-1a11eb3f0af1 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-10-13 07:12:24.677323 | fa163e2b-69af-bc88-eeaf-000000000d98 | TASK | Inject our custom chains in nftables 2025-10-13 07:12:24.935724 | fa163e2b-69af-bc88-eeaf-000000000d98 | CHANGED | Inject our custom chains in nftables | standalone 2025-10-13 07:12:24.937096 | fa163e2b-69af-bc88-eeaf-000000000d98 | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:27.904978 | 0.26s 2025-10-13 07:12:24.964297 | fa163e2b-69af-bc88-eeaf-000000000d99 | TASK | Reload custom nftables ruleset files 2025-10-13 07:12:25.257589 | fa163e2b-69af-bc88-eeaf-000000000d99 | CHANGED | Reload custom nftables ruleset files | standalone 2025-10-13 07:12:25.259043 | fa163e2b-69af-bc88-eeaf-000000000d99 | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:28.226926 | 0.29s 2025-10-13 07:12:25.330251 | fa163e2b-69af-bc88-eeaf-000000000b1f | TASK | create persistent logs directory 2025-10-13 07:12:25.585670 | fa163e2b-69af-bc88-eeaf-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-13 07:12:25.588196 | fa163e2b-69af-bc88-eeaf-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.556070 | 0.26s 2025-10-13 07:12:25.817338 | fa163e2b-69af-bc88-eeaf-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-10-13 07:12:25.818399 | fa163e2b-69af-bc88-eeaf-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.786282 | 0.49s 2025-10-13 07:12:25.824948 | fa163e2b-69af-bc88-eeaf-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:28.792828 | 0.49s 2025-10-13 07:12:25.849598 | fa163e2b-69af-bc88-eeaf-000000000b20 | TASK | create persistent directories 2025-10-13 07:12:26.082979 | fa163e2b-69af-bc88-eeaf-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-13 07:12:26.084939 | fa163e2b-69af-bc88-eeaf-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.052819 | 0.23s 2025-10-13 07:12:26.094911 | fa163e2b-69af-bc88-eeaf-000000000b20 | TIMING | create persistent directories | standalone | 0:01:29.062797 | 0.24s 2025-10-13 07:12:26.119404 | fa163e2b-69af-bc88-eeaf-000000000b21 | TASK | create persistent directories 2025-10-13 07:12:26.344955 | fa163e2b-69af-bc88-eeaf-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-10-13 07:12:26.347095 | fa163e2b-69af-bc88-eeaf-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.314962 | 0.23s 2025-10-13 07:12:26.509098 | fa163e2b-69af-bc88-eeaf-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-10-13 07:12:26.511371 | fa163e2b-69af-bc88-eeaf-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.479251 | 0.39s 2025-10-13 07:12:26.521812 | fa163e2b-69af-bc88-eeaf-000000000b21 | TIMING | create persistent directories | standalone | 0:01:29.489687 | 0.40s 2025-10-13 07:12:26.550338 | fa163e2b-69af-bc88-eeaf-000000000b22 | TASK | create persistent directories 2025-10-13 07:12:26.756791 | fa163e2b-69af-bc88-eeaf-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-10-13 07:12:26.758250 | fa163e2b-69af-bc88-eeaf-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.726130 | 0.21s 2025-10-13 07:12:26.764999 | fa163e2b-69af-bc88-eeaf-000000000b22 | TIMING | create persistent directories | standalone | 0:01:29.732875 | 0.21s 2025-10-13 07:12:26.790368 | fa163e2b-69af-bc88-eeaf-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-10-13 07:12:27.790900 | fa163e2b-69af-bc88-eeaf-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-10-13 07:12:27.792580 | fa163e2b-69af-bc88-eeaf-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.760461 | 1.00s 2025-10-13 07:12:27.819927 | fa163e2b-69af-bc88-eeaf-000000000b24 | TASK | create persistent directories 2025-10-13 07:12:28.063485 | fa163e2b-69af-bc88-eeaf-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-13 07:12:28.065259 | fa163e2b-69af-bc88-eeaf-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.033135 | 0.24s 2025-10-13 07:12:28.281240 | fa163e2b-69af-bc88-eeaf-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-10-13 07:12:28.282635 | fa163e2b-69af-bc88-eeaf-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.250524 | 0.46s 2025-10-13 07:12:28.293336 | fa163e2b-69af-bc88-eeaf-000000000b24 | TIMING | create persistent directories | standalone | 0:01:31.261216 | 0.47s 2025-10-13 07:12:28.311267 | fa163e2b-69af-bc88-eeaf-000000000b25 | TASK | create fcontext entry for cinder data 2025-10-13 07:12:29.601691 | fa163e2b-69af-bc88-eeaf-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-10-13 07:12:29.603288 | fa163e2b-69af-bc88-eeaf-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:32.571169 | 1.29s 2025-10-13 07:12:29.628022 | fa163e2b-69af-bc88-eeaf-000000000b26 | TASK | create persistent directories 2025-10-13 07:12:29.882559 | fa163e2b-69af-bc88-eeaf-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-13 07:12:29.885345 | fa163e2b-69af-bc88-eeaf-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.853215 | 0.26s 2025-10-13 07:12:30.127490 | fa163e2b-69af-bc88-eeaf-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-10-13 07:12:30.129397 | fa163e2b-69af-bc88-eeaf-000000000b26 | TIMING | create persistent directories | standalone | 0:01:33.097281 | 0.50s 2025-10-13 07:12:30.139787 | fa163e2b-69af-bc88-eeaf-000000000b26 | TIMING | create persistent directories | standalone | 0:01:33.107659 | 0.51s 2025-10-13 07:12:30.164077 | fa163e2b-69af-bc88-eeaf-000000000b27 | TASK | ensure ceph configurations exist 2025-10-13 07:12:30.376557 | fa163e2b-69af-bc88-eeaf-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-10-13 07:12:30.377944 | fa163e2b-69af-bc88-eeaf-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:33.345826 | 0.21s 2025-10-13 07:12:30.403108 | fa163e2b-69af-bc88-eeaf-000000000b28 | TASK | create persistent directories 2025-10-13 07:12:30.646623 | fa163e2b-69af-bc88-eeaf-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-10-13 07:12:30.648718 | fa163e2b-69af-bc88-eeaf-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.616595 | 0.24s 2025-10-13 07:12:30.658872 | fa163e2b-69af-bc88-eeaf-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.626751 | 0.25s 2025-10-13 07:12:30.684503 | fa163e2b-69af-bc88-eeaf-000000000b2a | TASK | Create cinder image conversion directory 2025-10-13 07:12:30.715268 | fa163e2b-69af-bc88-eeaf-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-10-13 07:12:30.716382 | fa163e2b-69af-bc88-eeaf-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:33.684264 | 0.03s 2025-10-13 07:12:30.740989 | fa163e2b-69af-bc88-eeaf-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-10-13 07:12:30.772138 | fa163e2b-69af-bc88-eeaf-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-10-13 07:12:30.773239 | fa163e2b-69af-bc88-eeaf-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.741121 | 0.03s 2025-10-13 07:12:30.798394 | fa163e2b-69af-bc88-eeaf-000000000b2d | TASK | cinder_configure_lvm fact 2025-10-13 07:12:30.829261 | fa163e2b-69af-bc88-eeaf-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-10-13 07:12:30.830393 | fa163e2b-69af-bc88-eeaf-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.798275 | 0.03s 2025-10-13 07:12:30.854889 | fa163e2b-69af-bc88-eeaf-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-10-13 07:12:33.820139 | fa163e2b-69af-bc88-eeaf-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-10-13 07:12:33.821568 | fa163e2b-69af-bc88-eeaf-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.789451 | 2.97s 2025-10-13 07:12:33.846123 | fa163e2b-69af-bc88-eeaf-000000000b30 | TASK | cinder create LVM volume group dd 2025-10-13 07:12:34.079054 | fa163e2b-69af-bc88-eeaf-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-10-13 07:12:34.080524 | fa163e2b-69af-bc88-eeaf-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:37.048405 | 0.23s 2025-10-13 07:12:34.105895 | fa163e2b-69af-bc88-eeaf-000000000b31 | TASK | Get or create LVM loopback device 2025-10-13 07:12:34.371540 | fa163e2b-69af-bc88-eeaf-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-10-13 07:12:34.373243 | fa163e2b-69af-bc88-eeaf-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:37.341121 | 0.27s 2025-10-13 07:12:34.398492 | fa163e2b-69af-bc88-eeaf-000000000b32 | TASK | Create LVM volume group 2025-10-13 07:12:34.929642 | fa163e2b-69af-bc88-eeaf-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-10-13 07:12:34.931006 | fa163e2b-69af-bc88-eeaf-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:37.898884 | 0.53s 2025-10-13 07:12:34.955295 | fa163e2b-69af-bc88-eeaf-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-10-13 07:12:35.395070 | fa163e2b-69af-bc88-eeaf-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-10-13 07:12:35.395886 | fa163e2b-69af-bc88-eeaf-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:38.363778 | 0.44s 2025-10-13 07:12:35.412908 | fa163e2b-69af-bc88-eeaf-000000000b34 | TASK | cinder enable the LVM losetup service 2025-10-13 07:12:36.307835 | fa163e2b-69af-bc88-eeaf-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-10-13 07:12:36.309982 | fa163e2b-69af-bc88-eeaf-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:39.277861 | 0.90s 2025-10-13 07:12:36.335934 | fa163e2b-69af-bc88-eeaf-000000000b36 | TASK | allow logrotate to read inside containers 2025-10-13 07:12:37.315208 | fa163e2b-69af-bc88-eeaf-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-10-13 07:12:37.316809 | fa163e2b-69af-bc88-eeaf-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:40.284689 | 0.98s 2025-10-13 07:12:37.342431 | fa163e2b-69af-bc88-eeaf-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-10-13 07:12:39.613854 | fa163e2b-69af-bc88-eeaf-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-10-13 07:12:39.615101 | fa163e2b-69af-bc88-eeaf-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:42.582988 | 2.27s 2025-10-13 07:12:39.661887 | fa163e2b-69af-bc88-eeaf-000000000b39 | OK | set_fact | standalone 2025-10-13 07:12:39.662690 | fa163e2b-69af-bc88-eeaf-000000000b39 | TIMING | set_fact | standalone | 0:01:42.630582 | 0.03s 2025-10-13 07:12:39.699377 | fa163e2b-69af-bc88-eeaf-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:42.667255 | 0.02s 2025-10-13 07:12:39.736160 | fa163e2b-69af-bc88-eeaf-000000000edf | TASK | ensure apache is installed 2025-10-13 07:12:47.152018 | fa163e2b-69af-bc88-eeaf-000000000edf | CHANGED | ensure apache is installed | standalone 2025-10-13 07:12:47.154473 | fa163e2b-69af-bc88-eeaf-000000000edf | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:50.122354 | 7.42s 2025-10-13 07:12:47.177154 | fa163e2b-69af-bc88-eeaf-000000000ee0 | TASK | create image data directory 2025-10-13 07:12:47.414331 | fa163e2b-69af-bc88-eeaf-000000000ee0 | CHANGED | create image data directory | standalone 2025-10-13 07:12:47.415724 | fa163e2b-69af-bc88-eeaf-000000000ee0 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:50.383608 | 0.24s 2025-10-13 07:12:47.441296 | fa163e2b-69af-bc88-eeaf-000000000ee1 | TASK | create /v2/ response file 2025-10-13 07:12:47.916788 | fa163e2b-69af-bc88-eeaf-000000000ee1 | CHANGED | create /v2/ response file | standalone 2025-10-13 07:12:47.918169 | fa163e2b-69af-bc88-eeaf-000000000ee1 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:50.886051 | 0.48s 2025-10-13 07:12:47.944392 | fa163e2b-69af-bc88-eeaf-000000000ee2 | TASK | Add listen line 2025-10-13 07:12:48.325036 | fa163e2b-69af-bc88-eeaf-000000000ee2 | CHANGED | Add listen line | standalone 2025-10-13 07:12:48.326288 | fa163e2b-69af-bc88-eeaf-000000000ee2 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:51.294170 | 0.38s 2025-10-13 07:12:48.351047 | fa163e2b-69af-bc88-eeaf-000000000ee3 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-10-13 07:12:48.881932 | fa163e2b-69af-bc88-eeaf-000000000ee3 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-10-13 07:12:48.883293 | fa163e2b-69af-bc88-eeaf-000000000ee3 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:51.851175 | 0.53s 2025-10-13 07:12:48.909240 | fa163e2b-69af-bc88-eeaf-000000000ee4 | TASK | Image-Serve | restart httpd 2025-10-13 07:12:49.820426 | fa163e2b-69af-bc88-eeaf-000000000ee4 | CHANGED | Image-Serve | restart httpd | standalone 2025-10-13 07:12:49.822615 | fa163e2b-69af-bc88-eeaf-000000000ee4 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:52.790498 | 0.91s 2025-10-13 07:12:49.872974 | fa163e2b-69af-bc88-eeaf-000000000b3c | TASK | create persistent logs directory 2025-10-13 07:12:50.124859 | fa163e2b-69af-bc88-eeaf-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-10-13 07:12:50.126675 | fa163e2b-69af-bc88-eeaf-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.094547 | 0.25s 2025-10-13 07:12:50.348281 | fa163e2b-69af-bc88-eeaf-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-10-13 07:12:50.349852 | fa163e2b-69af-bc88-eeaf-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.317730 | 0.48s 2025-10-13 07:12:50.358504 | fa163e2b-69af-bc88-eeaf-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:53.326376 | 0.48s 2025-10-13 07:12:50.384053 | fa163e2b-69af-bc88-eeaf-000000000b3d | TASK | Mount NFS on host 2025-10-13 07:12:50.412870 | fa163e2b-69af-bc88-eeaf-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-10-13 07:12:50.414066 | fa163e2b-69af-bc88-eeaf-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:53.381947 | 0.03s 2025-10-13 07:12:50.439812 | fa163e2b-69af-bc88-eeaf-000000000b3e | TASK | Mount Node Staging Location 2025-10-13 07:12:50.468868 | fa163e2b-69af-bc88-eeaf-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-10-13 07:12:50.470022 | fa163e2b-69af-bc88-eeaf-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:53.437902 | 0.03s 2025-10-13 07:12:50.495301 | fa163e2b-69af-bc88-eeaf-000000000b3f | TASK | ensure /var/lib/glance exists 2025-10-13 07:12:50.726540 | fa163e2b-69af-bc88-eeaf-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-10-13 07:12:50.727947 | fa163e2b-69af-bc88-eeaf-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:53.695828 | 0.23s 2025-10-13 07:12:50.753270 | fa163e2b-69af-bc88-eeaf-000000000b40 | TASK | create logs directory 2025-10-13 07:12:51.009038 | fa163e2b-69af-bc88-eeaf-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-13 07:12:51.010723 | fa163e2b-69af-bc88-eeaf-000000000b40 | TIMING | create logs directory | standalone | 0:01:53.978596 | 0.26s 2025-10-13 07:12:51.201233 | fa163e2b-69af-bc88-eeaf-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-10-13 07:12:51.202951 | fa163e2b-69af-bc88-eeaf-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.170835 | 0.45s 2025-10-13 07:12:51.213757 | fa163e2b-69af-bc88-eeaf-000000000b40 | TIMING | create logs directory | standalone | 0:01:54.181605 | 0.46s 2025-10-13 07:12:51.241281 | fa163e2b-69af-bc88-eeaf-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-10-13 07:12:51.270228 | fa163e2b-69af-bc88-eeaf-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-10-13 07:12:51.271557 | fa163e2b-69af-bc88-eeaf-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:54.239437 | 0.03s 2025-10-13 07:12:51.297022 | fa163e2b-69af-bc88-eeaf-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-10-13 07:12:51.540060 | fa163e2b-69af-bc88-eeaf-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-10-13 07:12:51.541487 | fa163e2b-69af-bc88-eeaf-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:54.509368 | 0.24s 2025-10-13 07:12:51.565757 | fa163e2b-69af-bc88-eeaf-000000000b43 | TASK | create persistent directories 2025-10-13 07:12:51.813583 | fa163e2b-69af-bc88-eeaf-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-10-13 07:12:51.815003 | fa163e2b-69af-bc88-eeaf-000000000b43 | TIMING | create persistent directories | standalone | 0:01:54.782883 | 0.25s 2025-10-13 07:12:51.821389 | fa163e2b-69af-bc88-eeaf-000000000b43 | TIMING | create persistent directories | standalone | 0:01:54.789274 | 0.25s 2025-10-13 07:12:51.841021 | fa163e2b-69af-bc88-eeaf-000000000b44 | TASK | create persistent data directory 2025-10-13 07:12:52.052871 | fa163e2b-69af-bc88-eeaf-000000000b44 | OK | create persistent data directory | standalone 2025-10-13 07:12:52.053668 | fa163e2b-69af-bc88-eeaf-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:55.021559 | 0.21s 2025-10-13 07:12:52.072789 | fa163e2b-69af-bc88-eeaf-000000000b45 | TASK | create persistent directories 2025-10-13 07:12:52.331998 | fa163e2b-69af-bc88-eeaf-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-10-13 07:12:52.334401 | fa163e2b-69af-bc88-eeaf-000000000b45 | TIMING | create persistent directories | standalone | 0:01:55.302277 | 0.26s 2025-10-13 07:12:52.526415 | fa163e2b-69af-bc88-eeaf-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-10-13 07:12:52.528568 | fa163e2b-69af-bc88-eeaf-000000000b45 | TIMING | create persistent directories | standalone | 0:01:55.496452 | 0.45s 2025-10-13 07:12:52.538936 | fa163e2b-69af-bc88-eeaf-000000000b45 | TIMING | create persistent directories | standalone | 0:01:55.506815 | 0.47s 2025-10-13 07:12:52.564617 | fa163e2b-69af-bc88-eeaf-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-10-13 07:12:59.699255 | fa163e2b-69af-bc88-eeaf-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-10-13 07:12:59.700543 | fa163e2b-69af-bc88-eeaf-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:02.668425 | 7.13s 2025-10-13 07:12:59.724701 | fa163e2b-69af-bc88-eeaf-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-10-13 07:12:59.809300 | fa163e2b-69af-bc88-eeaf-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.72 seconds", "Notice: Applied catalog in 0.27 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.26", " Catalog application: 0.27", " Config retrieval: 0.80", " Last run: 1760339579", " Total: 0.27", "Version:", " Config: 1760339578", " 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-10-13 07:12:59.810683 | fa163e2b-69af-bc88-eeaf-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:02.778563 | 0.08s 2025-10-13 07:12:59.836995 | fa163e2b-69af-bc88-eeaf-000000000b48 | TASK | create persistent directories 2025-10-13 07:13:00.052431 | fa163e2b-69af-bc88-eeaf-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-13 07:13:00.053602 | fa163e2b-69af-bc88-eeaf-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.021484 | 0.22s 2025-10-13 07:13:00.223245 | fa163e2b-69af-bc88-eeaf-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-10-13 07:13:00.224114 | fa163e2b-69af-bc88-eeaf-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.192004 | 0.39s 2025-10-13 07:13:00.229763 | fa163e2b-69af-bc88-eeaf-000000000b48 | TIMING | create persistent directories | standalone | 0:02:03.197616 | 0.39s 2025-10-13 07:13:00.261997 | fa163e2b-69af-bc88-eeaf-000000000b49 | TASK | create persistent directories 2025-10-13 07:13:00.511410 | fa163e2b-69af-bc88-eeaf-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-13 07:13:00.513623 | fa163e2b-69af-bc88-eeaf-000000000b49 | TIMING | create persistent directories | standalone | 0:02:03.481501 | 0.25s 2025-10-13 07:13:00.715308 | fa163e2b-69af-bc88-eeaf-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-10-13 07:13:00.716454 | fa163e2b-69af-bc88-eeaf-000000000b49 | TIMING | create persistent directories | standalone | 0:02:03.684345 | 0.45s 2025-10-13 07:13:00.726863 | fa163e2b-69af-bc88-eeaf-000000000b49 | TIMING | create persistent directories | standalone | 0:02:03.694756 | 0.46s 2025-10-13 07:13:00.746465 | fa163e2b-69af-bc88-eeaf-000000000b4a | TASK | create persistent directories 2025-10-13 07:13:00.976260 | fa163e2b-69af-bc88-eeaf-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-10-13 07:13:00.978100 | fa163e2b-69af-bc88-eeaf-000000000b4a | TIMING | create persistent directories | standalone | 0:02:03.945980 | 0.23s 2025-10-13 07:13:00.988367 | fa163e2b-69af-bc88-eeaf-000000000b4a | TIMING | create persistent directories | standalone | 0:02:03.956253 | 0.24s 2025-10-13 07:13:01.014584 | fa163e2b-69af-bc88-eeaf-000000000b4b | TASK | create persistent directories 2025-10-13 07:13:01.298951 | fa163e2b-69af-bc88-eeaf-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-10-13 07:13:01.299896 | fa163e2b-69af-bc88-eeaf-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.267786 | 0.28s 2025-10-13 07:13:01.473171 | fa163e2b-69af-bc88-eeaf-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-10-13 07:13:01.474955 | fa163e2b-69af-bc88-eeaf-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.442839 | 0.46s 2025-10-13 07:13:01.657472 | fa163e2b-69af-bc88-eeaf-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-10-13 07:13:01.659419 | fa163e2b-69af-bc88-eeaf-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.627301 | 0.64s 2025-10-13 07:13:01.819867 | fa163e2b-69af-bc88-eeaf-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-10-13 07:13:01.821931 | fa163e2b-69af-bc88-eeaf-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.789814 | 0.81s 2025-10-13 07:13:01.833452 | fa163e2b-69af-bc88-eeaf-000000000b4b | TIMING | create persistent directories | standalone | 0:02:04.801323 | 0.82s 2025-10-13 07:13:01.860332 | fa163e2b-69af-bc88-eeaf-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-10-13 07:13:02.331558 | fa163e2b-69af-bc88-eeaf-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-10-13 07:13:02.332979 | fa163e2b-69af-bc88-eeaf-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:05.300864 | 0.47s 2025-10-13 07:13:02.353649 | fa163e2b-69af-bc88-eeaf-000000000b4d | TASK | create fcontext entry for iscsi 2025-10-13 07:13:03.764924 | fa163e2b-69af-bc88-eeaf-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-13 07:13:03.768161 | fa163e2b-69af-bc88-eeaf-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.736032 | 1.41s 2025-10-13 07:13:05.015167 | fa163e2b-69af-bc88-eeaf-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-13 07:13:05.016966 | fa163e2b-69af-bc88-eeaf-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.984848 | 2.66s 2025-10-13 07:13:06.339423 | fa163e2b-69af-bc88-eeaf-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-13 07:13:06.341512 | fa163e2b-69af-bc88-eeaf-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.309397 | 3.99s 2025-10-13 07:13:06.351832 | fa163e2b-69af-bc88-eeaf-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:09.319718 | 4.00s 2025-10-13 07:13:06.377376 | fa163e2b-69af-bc88-eeaf-000000000b4e | TASK | create persistent directories 2025-10-13 07:13:06.639721 | fa163e2b-69af-bc88-eeaf-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-10-13 07:13:06.641951 | fa163e2b-69af-bc88-eeaf-000000000b4e | TIMING | create persistent directories | standalone | 0:02:09.609827 | 0.26s 2025-10-13 07:13:06.826255 | fa163e2b-69af-bc88-eeaf-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-10-13 07:13:06.828520 | fa163e2b-69af-bc88-eeaf-000000000b4e | TIMING | create persistent directories | standalone | 0:02:09.796397 | 0.45s 2025-10-13 07:13:06.996014 | fa163e2b-69af-bc88-eeaf-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-10-13 07:13:06.996929 | fa163e2b-69af-bc88-eeaf-000000000b4e | TIMING | create persistent directories | standalone | 0:02:09.964818 | 0.62s 2025-10-13 07:13:07.008433 | fa163e2b-69af-bc88-eeaf-000000000b4e | TIMING | create persistent directories | standalone | 0:02:09.976318 | 0.63s 2025-10-13 07:13:07.026185 | fa163e2b-69af-bc88-eeaf-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-10-13 07:13:07.215641 | fa163e2b-69af-bc88-eeaf-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-10-13 07:13:07.217247 | fa163e2b-69af-bc88-eeaf-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:10.185081 | 0.19s 2025-10-13 07:13:07.243911 | fa163e2b-69af-bc88-eeaf-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-10-13 07:13:07.273522 | fa163e2b-69af-bc88-eeaf-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-10-13 07:13:07.274672 | fa163e2b-69af-bc88-eeaf-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:10.242554 | 0.03s 2025-10-13 07:13:07.298786 | fa163e2b-69af-bc88-eeaf-000000000b51 | TASK | Check if iscsi.service is enabled 2025-10-13 07:13:07.537139 | fa163e2b-69af-bc88-eeaf-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-10-13 07:13:07.538791 | fa163e2b-69af-bc88-eeaf-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:10.506671 | 0.24s 2025-10-13 07:13:07.563074 | fa163e2b-69af-bc88-eeaf-000000000b52 | TASK | Stop iscsi.service 2025-10-13 07:13:07.603710 | fa163e2b-69af-bc88-eeaf-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-10-13 07:13:07.605170 | fa163e2b-69af-bc88-eeaf-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:10.573049 | 0.04s 2025-10-13 07:13:07.668689 | fa163e2b-69af-bc88-eeaf-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:10.636563 | 0.04s 2025-10-13 07:13:07.776387 | fa163e2b-69af-bc88-eeaf-00000000104a | TASK | Install additional packages 2025-10-13 07:13:07.802690 | fa163e2b-69af-bc88-eeaf-00000000104a | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:10.770578 | 0.03s 2025-10-13 07:13:07.819650 | fa163e2b-69af-bc88-eeaf-00000000104b | TASK | Remove dracut-config-generic 2025-10-13 07:13:11.625080 | fa163e2b-69af-bc88-eeaf-00000000104b | CHANGED | Remove dracut-config-generic | standalone 2025-10-13 07:13:11.626522 | fa163e2b-69af-bc88-eeaf-00000000104b | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:14.594406 | 3.81s 2025-10-13 07:13:11.652386 | fa163e2b-69af-bc88-eeaf-00000000104c | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-10-13 07:13:11.892679 | fa163e2b-69af-bc88-eeaf-00000000104c | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-10-13 07:13:11.894147 | fa163e2b-69af-bc88-eeaf-00000000104c | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:14.862027 | 0.24s 2025-10-13 07:13:11.919497 | fa163e2b-69af-bc88-eeaf-00000000104d | TASK | Write list of modules to load at boot 2025-10-13 07:13:12.420821 | fa163e2b-69af-bc88-eeaf-00000000104d | CHANGED | Write list of modules to load at boot | standalone 2025-10-13 07:13:12.422188 | fa163e2b-69af-bc88-eeaf-00000000104d | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:15.390071 | 0.50s 2025-10-13 07:13:12.448324 | fa163e2b-69af-bc88-eeaf-00000000104e | TASK | Modules reload 2025-10-13 07:13:12.873026 | fa163e2b-69af-bc88-eeaf-00000000104e | CHANGED | Modules reload | standalone 2025-10-13 07:13:12.874974 | fa163e2b-69af-bc88-eeaf-00000000104e | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:15.842856 | 0.43s 2025-10-13 07:13:12.900958 | fa163e2b-69af-bc88-eeaf-00000000104f | TASK | Set default sysctl options 2025-10-13 07:13:13.396795 | fa163e2b-69af-bc88-eeaf-00000000104f | CHANGED | Set default sysctl options | standalone 2025-10-13 07:13:13.398141 | fa163e2b-69af-bc88-eeaf-00000000104f | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:16.366023 | 0.50s 2025-10-13 07:13:13.424004 | fa163e2b-69af-bc88-eeaf-000000001050 | TASK | Set extra sysctl options 2025-10-13 07:13:13.825403 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-10-13 07:13:13.826811 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:16.794692 | 0.40s 2025-10-13 07:13:14.069637 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-10-13 07:13:14.070562 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.038448 | 0.64s 2025-10-13 07:13:14.289195 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-10-13 07:13:14.290322 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.258206 | 0.86s 2025-10-13 07:13:14.529920 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-10-13 07:13:14.531354 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.499240 | 1.11s 2025-10-13 07:13:14.737868 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-10-13 07:13:14.738995 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.706878 | 1.31s 2025-10-13 07:13:14.946745 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-10-13 07:13:14.948387 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.916271 | 1.52s 2025-10-13 07:13:15.178870 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-10-13 07:13:15.180136 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.148021 | 1.75s 2025-10-13 07:13:15.396088 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-10-13 07:13:15.397825 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.365709 | 1.97s 2025-10-13 07:13:15.638914 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-10-13 07:13:15.640082 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.607964 | 2.21s 2025-10-13 07:13:15.854224 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-10-13 07:13:15.856100 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.823980 | 2.43s 2025-10-13 07:13:16.089808 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-10-13 07:13:16.091828 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.059708 | 2.67s 2025-10-13 07:13:16.406218 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-10-13 07:13:16.407522 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.375414 | 2.98s 2025-10-13 07:13:16.652889 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-10-13 07:13:16.654591 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.622475 | 3.23s 2025-10-13 07:13:16.904322 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-10-13 07:13:16.905550 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.873434 | 3.48s 2025-10-13 07:13:17.122888 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-10-13 07:13:17.124565 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.092451 | 3.70s 2025-10-13 07:13:17.364174 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-10-13 07:13:17.365284 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.333165 | 3.94s 2025-10-13 07:13:17.606111 | fa163e2b-69af-bc88-eeaf-000000001050 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-10-13 07:13:17.607799 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.575679 | 4.18s 2025-10-13 07:13:17.621428 | fa163e2b-69af-bc88-eeaf-000000001050 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.589311 | 4.20s 2025-10-13 07:13:17.650674 | fa163e2b-69af-bc88-eeaf-000000001052 | TASK | Sysctl reload 2025-10-13 07:13:18.041727 | fa163e2b-69af-bc88-eeaf-000000001052 | CHANGED | Sysctl reload | standalone 2025-10-13 07:13:18.043482 | fa163e2b-69af-bc88-eeaf-000000001052 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:21.011365 | 0.39s 2025-10-13 07:13:18.092519 | fa163e2b-69af-bc88-eeaf-000000000b54 | TASK | create persistent directories 2025-10-13 07:13:18.346235 | fa163e2b-69af-bc88-eeaf-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-10-13 07:13:18.348034 | fa163e2b-69af-bc88-eeaf-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.315918 | 0.25s 2025-10-13 07:13:18.517994 | fa163e2b-69af-bc88-eeaf-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-10-13 07:13:18.519785 | fa163e2b-69af-bc88-eeaf-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.487669 | 0.43s 2025-10-13 07:13:18.530353 | fa163e2b-69af-bc88-eeaf-000000000b54 | TIMING | create persistent directories | standalone | 0:02:21.498233 | 0.44s 2025-10-13 07:13:18.555202 | fa163e2b-69af-bc88-eeaf-000000000b55 | TASK | Check if file certs_valid exist 2025-10-13 07:13:18.775030 | fa163e2b-69af-bc88-eeaf-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-10-13 07:13:18.775985 | fa163e2b-69af-bc88-eeaf-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:21.743874 | 0.22s 2025-10-13 07:13:18.796036 | fa163e2b-69af-bc88-eeaf-000000000b56 | TASK | Check if file cert9.db exist 2025-10-13 07:13:19.006074 | fa163e2b-69af-bc88-eeaf-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-10-13 07:13:19.007542 | fa163e2b-69af-bc88-eeaf-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:21.975422 | 0.21s 2025-10-13 07:13:19.033173 | fa163e2b-69af-bc88-eeaf-000000000b57 | TASK | Check if file key4.db exist 2025-10-13 07:13:19.228236 | fa163e2b-69af-bc88-eeaf-000000000b57 | OK | Check if file key4.db exist | standalone 2025-10-13 07:13:19.229686 | fa163e2b-69af-bc88-eeaf-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:22.197563 | 0.20s 2025-10-13 07:13:19.284929 | fa163e2b-69af-bc88-eeaf-000000000b58 | SKIPPED | fail | standalone 2025-10-13 07:13:19.286396 | fa163e2b-69af-bc88-eeaf-000000000b58 | TIMING | fail | standalone | 0:02:22.254275 | 0.03s 2025-10-13 07:13:19.312124 | fa163e2b-69af-bc88-eeaf-000000000b59 | TASK | Create persistent directories 2025-10-13 07:13:19.577009 | fa163e2b-69af-bc88-eeaf-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-13 07:13:19.579261 | fa163e2b-69af-bc88-eeaf-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.547138 | 0.27s 2025-10-13 07:13:19.798708 | fa163e2b-69af-bc88-eeaf-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-10-13 07:13:19.799967 | fa163e2b-69af-bc88-eeaf-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.767845 | 0.49s 2025-10-13 07:13:19.812409 | fa163e2b-69af-bc88-eeaf-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:22.780282 | 0.50s 2025-10-13 07:13:19.837496 | fa163e2b-69af-bc88-eeaf-000000000b5a | TASK | create persistent directories 2025-10-13 07:13:20.079975 | fa163e2b-69af-bc88-eeaf-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-13 07:13:20.082267 | fa163e2b-69af-bc88-eeaf-000000000b5a | TIMING | create persistent directories | standalone | 0:02:23.050148 | 0.24s 2025-10-13 07:13:20.093068 | fa163e2b-69af-bc88-eeaf-000000000b5a | TIMING | create persistent directories | standalone | 0:02:23.060940 | 0.25s 2025-10-13 07:13:20.126666 | fa163e2b-69af-bc88-eeaf-000000000b5b | TASK | create persistent directories 2025-10-13 07:13:20.386876 | fa163e2b-69af-bc88-eeaf-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-10-13 07:13:20.389815 | fa163e2b-69af-bc88-eeaf-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.357685 | 0.26s 2025-10-13 07:13:20.620127 | fa163e2b-69af-bc88-eeaf-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-10-13 07:13:20.622098 | fa163e2b-69af-bc88-eeaf-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.589974 | 0.49s 2025-10-13 07:13:20.634901 | fa163e2b-69af-bc88-eeaf-000000000b5b | TIMING | create persistent directories | standalone | 0:02:23.602783 | 0.51s 2025-10-13 07:13:20.660478 | fa163e2b-69af-bc88-eeaf-000000000b5c | TASK | create persistent directories 2025-10-13 07:13:20.895693 | fa163e2b-69af-bc88-eeaf-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-10-13 07:13:20.896912 | fa163e2b-69af-bc88-eeaf-000000000b5c | TIMING | create persistent directories | standalone | 0:02:23.864797 | 0.24s 2025-10-13 07:13:20.901506 | fa163e2b-69af-bc88-eeaf-000000000b5c | TIMING | create persistent directories | standalone | 0:02:23.869388 | 0.24s 2025-10-13 07:13:20.923501 | fa163e2b-69af-bc88-eeaf-000000000b5d | TASK | create persistent directories 2025-10-13 07:13:21.122260 | fa163e2b-69af-bc88-eeaf-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-10-13 07:13:21.124281 | fa163e2b-69af-bc88-eeaf-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.092162 | 0.20s 2025-10-13 07:13:21.305861 | fa163e2b-69af-bc88-eeaf-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-10-13 07:13:21.307421 | fa163e2b-69af-bc88-eeaf-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.275308 | 0.38s 2025-10-13 07:13:21.504051 | fa163e2b-69af-bc88-eeaf-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-10-13 07:13:21.505046 | fa163e2b-69af-bc88-eeaf-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.472936 | 0.58s 2025-10-13 07:13:21.511287 | fa163e2b-69af-bc88-eeaf-000000000b5d | TIMING | create persistent directories | standalone | 0:02:24.479165 | 0.59s 2025-10-13 07:13:21.537297 | fa163e2b-69af-bc88-eeaf-000000000b5e | TASK | create persistent directories 2025-10-13 07:13:21.783946 | fa163e2b-69af-bc88-eeaf-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-13 07:13:21.785103 | fa163e2b-69af-bc88-eeaf-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.752918 | 0.25s 2025-10-13 07:13:21.986958 | fa163e2b-69af-bc88-eeaf-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-10-13 07:13:21.988118 | fa163e2b-69af-bc88-eeaf-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.956003 | 0.45s 2025-10-13 07:13:21.994985 | fa163e2b-69af-bc88-eeaf-000000000b5e | TIMING | create persistent directories | standalone | 0:02:24.962860 | 0.46s 2025-10-13 07:13:22.020867 | fa163e2b-69af-bc88-eeaf-000000000b5f | TASK | create persistent directories 2025-10-13 07:13:22.266916 | fa163e2b-69af-bc88-eeaf-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-10-13 07:13:22.268557 | fa163e2b-69af-bc88-eeaf-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.236435 | 0.25s 2025-10-13 07:13:22.275311 | fa163e2b-69af-bc88-eeaf-000000000b5f | TIMING | create persistent directories | standalone | 0:02:25.243187 | 0.25s 2025-10-13 07:13:22.301550 | fa163e2b-69af-bc88-eeaf-000000000b60 | TASK | creating directory 2025-10-13 07:13:22.530777 | fa163e2b-69af-bc88-eeaf-000000000b60 | CHANGED | creating directory | standalone 2025-10-13 07:13:22.531913 | fa163e2b-69af-bc88-eeaf-000000000b60 | TIMING | creating directory | standalone | 0:02:25.499798 | 0.23s 2025-10-13 07:13:22.551442 | fa163e2b-69af-bc88-eeaf-000000000b61 | TASK | derive pci passthrough whitelist 2025-10-13 07:13:23.039974 | fa163e2b-69af-bc88-eeaf-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-10-13 07:13:23.040890 | fa163e2b-69af-bc88-eeaf-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:26.008781 | 0.49s 2025-10-13 07:13:23.058132 | fa163e2b-69af-bc88-eeaf-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-10-13 07:13:23.841530 | fa163e2b-69af-bc88-eeaf-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-10-13 07:13:23.843286 | fa163e2b-69af-bc88-eeaf-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:26.811160 | 0.78s 2025-10-13 07:13:23.870171 | fa163e2b-69af-bc88-eeaf-000000000b63 | TASK | create /run/netns with temp namespace 2025-10-13 07:13:24.102842 | fa163e2b-69af-bc88-eeaf-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-10-13 07:13:24.104220 | fa163e2b-69af-bc88-eeaf-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:27.072102 | 0.23s 2025-10-13 07:13:24.128613 | fa163e2b-69af-bc88-eeaf-000000000b64 | TASK | remove temp namespace 2025-10-13 07:13:24.327189 | fa163e2b-69af-bc88-eeaf-000000000b64 | CHANGED | remove temp namespace | standalone 2025-10-13 07:13:24.328543 | fa163e2b-69af-bc88-eeaf-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:27.296425 | 0.20s 2025-10-13 07:13:24.353066 | fa163e2b-69af-bc88-eeaf-000000000b65 | TASK | create /var/lib/neutron 2025-10-13 07:13:24.572039 | fa163e2b-69af-bc88-eeaf-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-10-13 07:13:24.573475 | fa163e2b-69af-bc88-eeaf-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:27.541357 | 0.22s 2025-10-13 07:13:24.598105 | fa163e2b-69af-bc88-eeaf-000000000b66 | TASK | set conditions 2025-10-13 07:13:24.626769 | fa163e2b-69af-bc88-eeaf-000000000b66 | OK | set conditions | standalone 2025-10-13 07:13:24.627954 | fa163e2b-69af-bc88-eeaf-000000000b66 | TIMING | set conditions | standalone | 0:02:27.595838 | 0.03s 2025-10-13 07:13:24.652424 | fa163e2b-69af-bc88-eeaf-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-10-13 07:13:24.883349 | fa163e2b-69af-bc88-eeaf-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-10-13 07:13:24.884692 | fa163e2b-69af-bc88-eeaf-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:27.852574 | 0.23s 2025-10-13 07:13:24.909054 | fa163e2b-69af-bc88-eeaf-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-10-13 07:13:25.341484 | fa163e2b-69af-bc88-eeaf-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-10-13 07:13:25.342997 | fa163e2b-69af-bc88-eeaf-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:28.310879 | 0.43s 2025-10-13 07:13:25.367417 | fa163e2b-69af-bc88-eeaf-000000000b69 | TASK | create haproxy kill script 2025-10-13 07:13:25.850596 | fa163e2b-69af-bc88-eeaf-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-10-13 07:13:25.851932 | fa163e2b-69af-bc88-eeaf-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:28.819815 | 0.48s 2025-10-13 07:13:25.876632 | fa163e2b-69af-bc88-eeaf-000000000b6a | TASK | create persistent directories 2025-10-13 07:13:26.112556 | fa163e2b-69af-bc88-eeaf-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-13 07:13:26.114222 | fa163e2b-69af-bc88-eeaf-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.082100 | 0.24s 2025-10-13 07:13:26.320294 | fa163e2b-69af-bc88-eeaf-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-10-13 07:13:26.321912 | fa163e2b-69af-bc88-eeaf-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.289799 | 0.44s 2025-10-13 07:13:26.332667 | fa163e2b-69af-bc88-eeaf-000000000b6a | TIMING | create persistent directories | standalone | 0:02:29.300548 | 0.45s 2025-10-13 07:13:26.358190 | fa163e2b-69af-bc88-eeaf-000000000b6b | TASK | create persistent directories 2025-10-13 07:13:26.619996 | fa163e2b-69af-bc88-eeaf-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-13 07:13:26.622000 | fa163e2b-69af-bc88-eeaf-000000000b6b | TIMING | create persistent directories | standalone | 0:02:29.589880 | 0.26s 2025-10-13 07:13:26.632128 | fa163e2b-69af-bc88-eeaf-000000000b6b | TIMING | create persistent directories | standalone | 0:02:29.600005 | 0.27s 2025-10-13 07:13:26.657453 | fa163e2b-69af-bc88-eeaf-000000000b6c | TASK | create persistent directories 2025-10-13 07:13:26.908769 | fa163e2b-69af-bc88-eeaf-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-10-13 07:13:26.910999 | fa163e2b-69af-bc88-eeaf-000000000b6c | TIMING | create persistent directories | standalone | 0:02:29.878877 | 0.25s 2025-10-13 07:13:27.064467 | fa163e2b-69af-bc88-eeaf-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-10-13 07:13:27.064908 | fa163e2b-69af-bc88-eeaf-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.032804 | 0.41s 2025-10-13 07:13:27.069388 | fa163e2b-69af-bc88-eeaf-000000000b6c | TIMING | create persistent directories | standalone | 0:02:30.037265 | 0.41s 2025-10-13 07:13:27.094510 | fa163e2b-69af-bc88-eeaf-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-10-13 07:13:27.260218 | fa163e2b-69af-bc88-eeaf-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-10-13 07:13:27.261380 | fa163e2b-69af-bc88-eeaf-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:30.229263 | 0.17s 2025-10-13 07:13:27.285688 | fa163e2b-69af-bc88-eeaf-000000000b6e | TASK | create persistent directories 2025-10-13 07:13:27.495691 | fa163e2b-69af-bc88-eeaf-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-13 07:13:27.498429 | fa163e2b-69af-bc88-eeaf-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.466299 | 0.21s 2025-10-13 07:13:27.678950 | fa163e2b-69af-bc88-eeaf-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-10-13 07:13:27.680628 | fa163e2b-69af-bc88-eeaf-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.648512 | 0.39s 2025-10-13 07:13:27.880664 | fa163e2b-69af-bc88-eeaf-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-10-13 07:13:27.882367 | fa163e2b-69af-bc88-eeaf-000000000b6e | TIMING | create persistent directories | standalone | 0:02:30.850252 | 0.60s 2025-10-13 07:13:28.058080 | fa163e2b-69af-bc88-eeaf-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-13 07:13:28.059238 | fa163e2b-69af-bc88-eeaf-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.027123 | 0.77s 2025-10-13 07:13:28.239769 | fa163e2b-69af-bc88-eeaf-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-10-13 07:13:28.241086 | fa163e2b-69af-bc88-eeaf-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.208978 | 0.95s 2025-10-13 07:13:28.252884 | fa163e2b-69af-bc88-eeaf-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.220760 | 0.97s 2025-10-13 07:13:28.278752 | fa163e2b-69af-bc88-eeaf-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-10-13 07:13:28.678460 | fa163e2b-69af-bc88-eeaf-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-10-13 07:13:28.679835 | fa163e2b-69af-bc88-eeaf-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:31.647716 | 0.40s 2025-10-13 07:13:28.705473 | fa163e2b-69af-bc88-eeaf-000000000b70 | TASK | create tempfiles 2025-10-13 07:13:29.010708 | fa163e2b-69af-bc88-eeaf-000000000b70 | CHANGED | create tempfiles | standalone 2025-10-13 07:13:29.012478 | fa163e2b-69af-bc88-eeaf-000000000b70 | TIMING | create tempfiles | standalone | 0:02:31.980354 | 0.31s 2025-10-13 07:13:29.046214 | fa163e2b-69af-bc88-eeaf-000000000b71 | TASK | Mount Nova NFS Share 2025-10-13 07:13:29.074464 | fa163e2b-69af-bc88-eeaf-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-10-13 07:13:29.075615 | fa163e2b-69af-bc88-eeaf-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:32.043498 | 0.03s 2025-10-13 07:13:29.102079 | fa163e2b-69af-bc88-eeaf-000000000b73 | TASK | check systemd-container package installed or not 2025-10-13 07:13:29.130579 | fa163e2b-69af-bc88-eeaf-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-10-13 07:13:29.131792 | fa163e2b-69af-bc88-eeaf-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:32.099667 | 0.03s 2025-10-13 07:13:29.156352 | fa163e2b-69af-bc88-eeaf-000000000b74 | TASK | get latest package from downloaded package versions 2025-10-13 07:13:29.186771 | fa163e2b-69af-bc88-eeaf-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-10-13 07:13:29.187888 | fa163e2b-69af-bc88-eeaf-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:32.155770 | 0.03s 2025-10-13 07:13:29.211455 | fa163e2b-69af-bc88-eeaf-000000000b75 | TASK | Install systemd-container package on boot 2025-10-13 07:13:29.238687 | fa163e2b-69af-bc88-eeaf-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-10-13 07:13:29.239778 | fa163e2b-69af-bc88-eeaf-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:32.207661 | 0.03s 2025-10-13 07:13:29.264257 | fa163e2b-69af-bc88-eeaf-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-10-13 07:13:29.291920 | fa163e2b-69af-bc88-eeaf-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-10-13 07:13:29.292924 | fa163e2b-69af-bc88-eeaf-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:32.260807 | 0.03s 2025-10-13 07:13:29.316953 | fa163e2b-69af-bc88-eeaf-000000000b77 | TASK | check if install-systemd-container service exists 2025-10-13 07:13:29.345320 | fa163e2b-69af-bc88-eeaf-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-10-13 07:13:29.346351 | fa163e2b-69af-bc88-eeaf-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:32.314234 | 0.03s 2025-10-13 07:13:29.364216 | fa163e2b-69af-bc88-eeaf-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-10-13 07:13:29.389816 | fa163e2b-69af-bc88-eeaf-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-10-13 07:13:29.390537 | fa163e2b-69af-bc88-eeaf-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:32.358430 | 0.03s 2025-10-13 07:13:29.407565 | fa163e2b-69af-bc88-eeaf-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-10-13 07:13:29.434087 | fa163e2b-69af-bc88-eeaf-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-10-13 07:13:29.434643 | fa163e2b-69af-bc88-eeaf-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:32.402536 | 0.03s 2025-10-13 07:13:29.451704 | fa163e2b-69af-bc88-eeaf-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-10-13 07:13:29.478954 | fa163e2b-69af-bc88-eeaf-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-10-13 07:13:29.479629 | fa163e2b-69af-bc88-eeaf-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:32.447517 | 0.03s 2025-10-13 07:13:29.496891 | fa163e2b-69af-bc88-eeaf-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-10-13 07:13:29.522891 | fa163e2b-69af-bc88-eeaf-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-13 07:13:29.523491 | fa163e2b-69af-bc88-eeaf-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.491383 | 0.03s 2025-10-13 07:13:29.540379 | fa163e2b-69af-bc88-eeaf-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-10-13 07:13:29.565909 | fa163e2b-69af-bc88-eeaf-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-13 07:13:29.566465 | fa163e2b-69af-bc88-eeaf-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.534358 | 0.03s 2025-10-13 07:13:29.583465 | fa163e2b-69af-bc88-eeaf-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-10-13 07:13:29.610619 | fa163e2b-69af-bc88-eeaf-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-10-13 07:13:29.611405 | fa163e2b-69af-bc88-eeaf-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:32.579295 | 0.03s 2025-10-13 07:13:29.628532 | fa163e2b-69af-bc88-eeaf-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-10-13 07:13:29.655529 | fa163e2b-69af-bc88-eeaf-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-10-13 07:13:29.656386 | fa163e2b-69af-bc88-eeaf-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:32.624276 | 0.03s 2025-10-13 07:13:29.673133 | fa163e2b-69af-bc88-eeaf-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-10-13 07:13:29.700116 | fa163e2b-69af-bc88-eeaf-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-10-13 07:13:29.700758 | fa163e2b-69af-bc88-eeaf-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:32.668623 | 0.03s 2025-10-13 07:13:29.717851 | fa163e2b-69af-bc88-eeaf-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-10-13 07:13:29.744322 | fa163e2b-69af-bc88-eeaf-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-10-13 07:13:29.745052 | fa163e2b-69af-bc88-eeaf-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:32.712941 | 0.03s 2025-10-13 07:13:29.762148 | fa163e2b-69af-bc88-eeaf-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-10-13 07:13:29.791483 | fa163e2b-69af-bc88-eeaf-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-10-13 07:13:29.792264 | fa163e2b-69af-bc88-eeaf-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:32.760155 | 0.03s 2025-10-13 07:13:29.809467 | fa163e2b-69af-bc88-eeaf-000000000b86 | TASK | install nova-compute delay wrapper script 2025-10-13 07:13:29.854450 | fa163e2b-69af-bc88-eeaf-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-10-13 07:13:29.855051 | fa163e2b-69af-bc88-eeaf-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:32.822942 | 0.04s 2025-10-13 07:13:29.871987 | fa163e2b-69af-bc88-eeaf-000000000b87 | TASK | Is irqbalance enabled 2025-10-13 07:13:29.900714 | fa163e2b-69af-bc88-eeaf-000000000b87 | OK | Is irqbalance enabled | standalone 2025-10-13 07:13:29.901423 | fa163e2b-69af-bc88-eeaf-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:32.869315 | 0.03s 2025-10-13 07:13:29.918497 | fa163e2b-69af-bc88-eeaf-000000000b88 | TASK | disable irqbalance service on compute 2025-10-13 07:13:29.944202 | fa163e2b-69af-bc88-eeaf-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-10-13 07:13:29.944780 | fa163e2b-69af-bc88-eeaf-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:32.912673 | 0.03s 2025-10-13 07:13:29.962187 | fa163e2b-69af-bc88-eeaf-000000000b89 | TASK | create persistent directories 2025-10-13 07:13:30.207646 | fa163e2b-69af-bc88-eeaf-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-10-13 07:13:30.209661 | fa163e2b-69af-bc88-eeaf-000000000b89 | TIMING | create persistent directories | standalone | 0:02:33.177541 | 0.25s 2025-10-13 07:13:30.218988 | fa163e2b-69af-bc88-eeaf-000000000b89 | TIMING | create persistent directories | standalone | 0:02:33.186874 | 0.26s 2025-10-13 07:13:30.236454 | fa163e2b-69af-bc88-eeaf-000000000b8a | TASK | create libvirt persistent data directories 2025-10-13 07:13:30.469697 | fa163e2b-69af-bc88-eeaf-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-10-13 07:13:30.471895 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.439767 | 0.23s 2025-10-13 07:13:30.647370 | fa163e2b-69af-bc88-eeaf-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-10-13 07:13:30.649455 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.617337 | 0.41s 2025-10-13 07:13:30.840153 | fa163e2b-69af-bc88-eeaf-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-10-13 07:13:30.841699 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:33.809593 | 0.60s 2025-10-13 07:13:31.051259 | fa163e2b-69af-bc88-eeaf-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-10-13 07:13:31.052906 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.020789 | 0.82s 2025-10-13 07:13:31.258005 | fa163e2b-69af-bc88-eeaf-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-10-13 07:13:31.259368 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.227258 | 1.02s 2025-10-13 07:13:31.468431 | fa163e2b-69af-bc88-eeaf-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-10-13 07:13:31.469043 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.436937 | 1.23s 2025-10-13 07:13:31.681539 | fa163e2b-69af-bc88-eeaf-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-10-13 07:13:31.683343 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.651229 | 1.45s 2025-10-13 07:13:31.885811 | fa163e2b-69af-bc88-eeaf-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-10-13 07:13:31.887436 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.855322 | 1.65s 2025-10-13 07:13:31.900313 | fa163e2b-69af-bc88-eeaf-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:34.868198 | 1.66s 2025-10-13 07:13:31.929174 | fa163e2b-69af-bc88-eeaf-000000000b8b | TASK | ensure qemu group is present on the host 2025-10-13 07:13:32.580460 | fa163e2b-69af-bc88-eeaf-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-10-13 07:13:32.582084 | fa163e2b-69af-bc88-eeaf-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:35.549960 | 0.65s 2025-10-13 07:13:32.606923 | fa163e2b-69af-bc88-eeaf-000000000b8c | TASK | ensure qemu user is present on the host 2025-10-13 07:13:33.316444 | fa163e2b-69af-bc88-eeaf-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-10-13 07:13:33.318768 | fa163e2b-69af-bc88-eeaf-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:36.286654 | 0.71s 2025-10-13 07:13:33.340492 | fa163e2b-69af-bc88-eeaf-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-10-13 07:13:33.577918 | fa163e2b-69af-bc88-eeaf-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-10-13 07:13:33.579846 | fa163e2b-69af-bc88-eeaf-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:36.547733 | 0.24s 2025-10-13 07:13:33.601601 | fa163e2b-69af-bc88-eeaf-000000000b8e | TASK | check if libvirt is installed 2025-10-13 07:13:33.841636 | fa163e2b-69af-bc88-eeaf-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-10-13 07:13:33.844429 | fa163e2b-69af-bc88-eeaf-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:36.812310 | 0.24s 2025-10-13 07:13:33.870945 | fa163e2b-69af-bc88-eeaf-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-10-13 07:13:33.912667 | fa163e2b-69af-bc88-eeaf-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-10-13 07:13:33.918884 | fa163e2b-69af-bc88-eeaf-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-10-13 07:13:33.924774 | fa163e2b-69af-bc88-eeaf-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:36.892655 | 0.05s 2025-10-13 07:13:33.950379 | fa163e2b-69af-bc88-eeaf-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-10-13 07:13:34.403902 | fa163e2b-69af-bc88-eeaf-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-10-13 07:13:34.406455 | fa163e2b-69af-bc88-eeaf-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:37.374337 | 0.45s 2025-10-13 07:13:34.432224 | fa163e2b-69af-bc88-eeaf-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-10-13 07:13:35.402478 | fa163e2b-69af-bc88-eeaf-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-10-13 07:13:35.405094 | fa163e2b-69af-bc88-eeaf-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:38.372962 | 0.97s 2025-10-13 07:13:35.430320 | fa163e2b-69af-bc88-eeaf-000000000b92 | TASK | Create libvirt persistent data directories 2025-10-13 07:13:35.672375 | fa163e2b-69af-bc88-eeaf-000000000b92 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-10-13 07:13:35.674565 | fa163e2b-69af-bc88-eeaf-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:38.642446 | 0.24s 2025-10-13 07:13:35.684453 | fa163e2b-69af-bc88-eeaf-000000000b92 | TIMING | Create libvirt persistent data directories | standalone | 0:02:38.652329 | 0.25s 2025-10-13 07:13:35.709980 | fa163e2b-69af-bc88-eeaf-000000000b93 | TASK | create persistent directories 2025-10-13 07:13:35.947192 | fa163e2b-69af-bc88-eeaf-000000000b93 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-13 07:13:35.948859 | fa163e2b-69af-bc88-eeaf-000000000b93 | TIMING | create persistent directories | standalone | 0:02:38.916735 | 0.24s 2025-10-13 07:13:36.162043 | fa163e2b-69af-bc88-eeaf-000000000b93 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-13 07:13:36.163759 | fa163e2b-69af-bc88-eeaf-000000000b93 | TIMING | create persistent directories | standalone | 0:02:39.131614 | 0.45s 2025-10-13 07:13:36.174481 | fa163e2b-69af-bc88-eeaf-000000000b93 | TIMING | create persistent directories | standalone | 0:02:39.142357 | 0.46s 2025-10-13 07:13:36.201169 | fa163e2b-69af-bc88-eeaf-000000000b94 | TASK | Copy in cleanup script 2025-10-13 07:13:36.613275 | fa163e2b-69af-bc88-eeaf-000000000b94 | CHANGED | Copy in cleanup script | standalone 2025-10-13 07:13:36.614643 | fa163e2b-69af-bc88-eeaf-000000000b94 | TIMING | Copy in cleanup script | standalone | 0:02:39.582526 | 0.41s 2025-10-13 07:13:36.639515 | fa163e2b-69af-bc88-eeaf-000000000b95 | TASK | Copy in cleanup service 2025-10-13 07:13:37.082938 | fa163e2b-69af-bc88-eeaf-000000000b95 | CHANGED | Copy in cleanup service | standalone 2025-10-13 07:13:37.084326 | fa163e2b-69af-bc88-eeaf-000000000b95 | TIMING | Copy in cleanup service | standalone | 0:02:40.052209 | 0.44s 2025-10-13 07:13:37.108760 | fa163e2b-69af-bc88-eeaf-000000000b96 | TASK | Enabling the cleanup service 2025-10-13 07:13:37.790243 | fa163e2b-69af-bc88-eeaf-000000000b96 | CHANGED | Enabling the cleanup service | standalone 2025-10-13 07:13:37.792883 | fa163e2b-69af-bc88-eeaf-000000000b96 | TIMING | Enabling the cleanup service | standalone | 0:02:40.760762 | 0.68s 2025-10-13 07:13:37.823178 | fa163e2b-69af-bc88-eeaf-000000000b97 | TASK | create persistent directories 2025-10-13 07:13:38.090505 | fa163e2b-69af-bc88-eeaf-000000000b97 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-10-13 07:13:38.093121 | fa163e2b-69af-bc88-eeaf-000000000b97 | TIMING | create persistent directories | standalone | 0:02:41.061000 | 0.27s 2025-10-13 07:13:38.313613 | fa163e2b-69af-bc88-eeaf-000000000b97 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-10-13 07:13:38.314490 | fa163e2b-69af-bc88-eeaf-000000000b97 | TIMING | create persistent directories | standalone | 0:02:41.282378 | 0.49s 2025-10-13 07:13:38.320948 | fa163e2b-69af-bc88-eeaf-000000000b97 | TIMING | create persistent directories | standalone | 0:02:41.288825 | 0.50s 2025-10-13 07:13:38.346871 | fa163e2b-69af-bc88-eeaf-000000000b98 | TASK | set conditions 2025-10-13 07:13:38.377645 | fa163e2b-69af-bc88-eeaf-000000000b98 | OK | set conditions | standalone 2025-10-13 07:13:38.378814 | fa163e2b-69af-bc88-eeaf-000000000b98 | TIMING | set conditions | standalone | 0:02:41.346699 | 0.03s 2025-10-13 07:13:38.403136 | fa163e2b-69af-bc88-eeaf-000000000b99 | TASK | create persistent directories 2025-10-13 07:13:38.656553 | fa163e2b-69af-bc88-eeaf-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-13 07:13:38.658980 | fa163e2b-69af-bc88-eeaf-000000000b99 | TIMING | create persistent directories | standalone | 0:02:41.626850 | 0.25s 2025-10-13 07:13:38.821189 | fa163e2b-69af-bc88-eeaf-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-10-13 07:13:38.822082 | fa163e2b-69af-bc88-eeaf-000000000b99 | TIMING | create persistent directories | standalone | 0:02:41.789969 | 0.42s 2025-10-13 07:13:39.000374 | fa163e2b-69af-bc88-eeaf-000000000b99 | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-10-13 07:13:39.001392 | fa163e2b-69af-bc88-eeaf-000000000b99 | TIMING | create persistent directories | standalone | 0:02:41.969279 | 0.60s 2025-10-13 07:13:39.008088 | fa163e2b-69af-bc88-eeaf-000000000b99 | TIMING | create persistent directories | standalone | 0:02:41.975975 | 0.60s 2025-10-13 07:13:39.033975 | fa163e2b-69af-bc88-eeaf-000000000b9a | TASK | ensure /run/octavia is present upon reboot 2025-10-13 07:13:39.499215 | fa163e2b-69af-bc88-eeaf-000000000b9a | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-10-13 07:13:39.502052 | fa163e2b-69af-bc88-eeaf-000000000b9a | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:42.469933 | 0.47s 2025-10-13 07:13:39.536937 | fa163e2b-69af-bc88-eeaf-000000000b9b | TASK | create persistent directories 2025-10-13 07:13:39.792993 | fa163e2b-69af-bc88-eeaf-000000000b9b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-13 07:13:39.795368 | fa163e2b-69af-bc88-eeaf-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.763244 | 0.25s 2025-10-13 07:13:40.002659 | fa163e2b-69af-bc88-eeaf-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-10-13 07:13:40.003548 | fa163e2b-69af-bc88-eeaf-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.971436 | 0.46s 2025-10-13 07:13:40.010347 | fa163e2b-69af-bc88-eeaf-000000000b9b | TIMING | create persistent directories | standalone | 0:02:42.978223 | 0.47s 2025-10-13 07:13:40.036854 | fa163e2b-69af-bc88-eeaf-000000000b9c | TASK | create empty log files 2025-10-13 07:13:40.246830 | fa163e2b-69af-bc88-eeaf-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-10-13 07:13:40.249159 | fa163e2b-69af-bc88-eeaf-000000000b9c | TIMING | create empty log files | standalone | 0:02:43.217034 | 0.21s 2025-10-13 07:13:40.440961 | fa163e2b-69af-bc88-eeaf-000000000b9c | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-10-13 07:13:40.442864 | fa163e2b-69af-bc88-eeaf-000000000b9c | TIMING | create empty log files | standalone | 0:02:43.410748 | 0.40s 2025-10-13 07:13:40.453609 | fa163e2b-69af-bc88-eeaf-000000000b9c | TIMING | create empty log files | standalone | 0:02:43.421487 | 0.41s 2025-10-13 07:13:40.483128 | fa163e2b-69af-bc88-eeaf-000000000b9d | TASK | create persistent directories 2025-10-13 07:13:40.726380 | fa163e2b-69af-bc88-eeaf-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-10-13 07:13:40.728285 | fa163e2b-69af-bc88-eeaf-000000000b9d | TIMING | create persistent directories | standalone | 0:02:43.696165 | 0.24s 2025-10-13 07:13:40.737981 | fa163e2b-69af-bc88-eeaf-000000000b9d | TIMING | create persistent directories | standalone | 0:02:43.705866 | 0.25s 2025-10-13 07:13:40.757641 | fa163e2b-69af-bc88-eeaf-000000000b9f | TASK | Ensure packages required for configuring octavia are present 2025-10-13 07:13:43.642620 | fa163e2b-69af-bc88-eeaf-000000000b9f | OK | Ensure packages required for configuring octavia are present | standalone 2025-10-13 07:13:43.644131 | fa163e2b-69af-bc88-eeaf-000000000b9f | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:46.612015 | 2.89s 2025-10-13 07:13:43.701860 | fa163e2b-69af-bc88-eeaf-000000000ba1 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:46.669730 | 0.03s 2025-10-13 07:13:43.766624 | fa163e2b-69af-bc88-eeaf-000000001298 | TASK | Gather variables for each operating system 2025-10-13 07:13:43.880140 | fa163e2b-69af-bc88-eeaf-000000001298 | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:46.848011 | 0.11s 2025-10-13 07:13:43.906419 | fa163e2b-69af-bc88-eeaf-000000001299 | TASK | Set packages facts 2025-10-13 07:13:43.945530 | fa163e2b-69af-bc88-eeaf-000000001299 | OK | Set packages facts | standalone 2025-10-13 07:13:43.946630 | fa163e2b-69af-bc88-eeaf-000000001299 | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:46.914513 | 0.04s 2025-10-13 07:13:43.972139 | fa163e2b-69af-bc88-eeaf-00000000129a | TASK | Manage package 2025-10-13 07:13:44.006611 | fa163e2b-69af-bc88-eeaf-00000000129a | SKIPPED | Manage package | standalone | item=[]: absent 2025-10-13 07:13:44.017900 | fa163e2b-69af-bc88-eeaf-00000000129a | SKIPPED | Manage package | standalone | item=[]: installed 2025-10-13 07:13:44.029298 | fa163e2b-69af-bc88-eeaf-00000000129a | SKIPPED | Manage package | standalone | item=[]: latest 2025-10-13 07:13:48.882460 | fa163e2b-69af-bc88-eeaf-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:51.850328 | 4.91s 2025-10-13 07:13:48.889332 | fa163e2b-69af-bc88-eeaf-00000000129a | SKIPPED | Manage package | standalone | item=[]: removed 2025-10-13 07:13:48.896082 | fa163e2b-69af-bc88-eeaf-00000000129a | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:51.863960 | 4.92s 2025-10-13 07:13:48.944526 | fa163e2b-69af-bc88-eeaf-000000000ba2 | TASK | create fcontext for rabbitmq data 2025-10-13 07:13:50.185913 | fa163e2b-69af-bc88-eeaf-000000000ba2 | CHANGED | create fcontext for rabbitmq data | standalone 2025-10-13 07:13:50.187664 | fa163e2b-69af-bc88-eeaf-000000000ba2 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:53.155545 | 1.24s 2025-10-13 07:13:50.213135 | fa163e2b-69af-bc88-eeaf-000000000ba3 | TASK | create persistent directories 2025-10-13 07:13:50.481549 | fa163e2b-69af-bc88-eeaf-000000000ba3 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-10-13 07:13:50.483216 | fa163e2b-69af-bc88-eeaf-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:53.451093 | 0.27s 2025-10-13 07:13:50.699129 | fa163e2b-69af-bc88-eeaf-000000000ba3 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-10-13 07:13:50.700303 | fa163e2b-69af-bc88-eeaf-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:53.668185 | 0.49s 2025-10-13 07:13:50.707989 | fa163e2b-69af-bc88-eeaf-000000000ba3 | TIMING | create persistent directories | standalone | 0:02:53.675867 | 0.49s 2025-10-13 07:13:50.733858 | fa163e2b-69af-bc88-eeaf-000000000ba4 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-10-13 07:13:50.996588 | fa163e2b-69af-bc88-eeaf-000000000ba4 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-10-13 07:13:50.997970 | fa163e2b-69af-bc88-eeaf-000000000ba4 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:53.965852 | 0.26s 2025-10-13 07:13:51.023871 | fa163e2b-69af-bc88-eeaf-000000000ba5 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-10-13 07:13:51.052427 | fa163e2b-69af-bc88-eeaf-000000000ba5 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-10-13 07:13:51.053578 | fa163e2b-69af-bc88-eeaf-000000000ba5 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:54.021460 | 0.03s 2025-10-13 07:13:51.078473 | fa163e2b-69af-bc88-eeaf-000000000ba6 | TASK | Remove existing entries from logind conf 2025-10-13 07:13:51.310477 | fa163e2b-69af-bc88-eeaf-000000000ba6 | CHANGED | Remove existing entries from logind conf | standalone 2025-10-13 07:13:51.312077 | fa163e2b-69af-bc88-eeaf-000000000ba6 | TIMING | Remove existing entries from logind conf | standalone | 0:02:54.279958 | 0.23s 2025-10-13 07:13:51.339387 | fa163e2b-69af-bc88-eeaf-000000000ba7 | TASK | Make sure systemd-logind ignores power off 2025-10-13 07:13:51.560376 | fa163e2b-69af-bc88-eeaf-000000000ba7 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-10-13 07:13:51.561940 | fa163e2b-69af-bc88-eeaf-000000000ba7 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:54.529821 | 0.22s 2025-10-13 07:13:51.587184 | fa163e2b-69af-bc88-eeaf-000000000ba8 | TASK | Restart systemd-logind 2025-10-13 07:13:52.107875 | fa163e2b-69af-bc88-eeaf-000000000ba8 | CHANGED | Restart systemd-logind | standalone 2025-10-13 07:13:52.109843 | fa163e2b-69af-bc88-eeaf-000000000ba8 | TIMING | Restart systemd-logind | standalone | 0:02:55.077723 | 0.52s 2025-10-13 07:13:52.137628 | fa163e2b-69af-bc88-eeaf-000000000ba9 | 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-10-13 07:13:52.212228 | fa163e2b-69af-bc88-eeaf-000000000ba9 | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-10-13 07:13:52.213232 | fa163e2b-69af-bc88-eeaf-000000000ba9 | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:55.181113 | 0.07s 2025-10-13 07:13:52.242370 | fa163e2b-69af-bc88-eeaf-000000000baa | 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-10-13 07:13:52.293178 | fa163e2b-69af-bc88-eeaf-000000000baa | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-10-13 07:13:52.294657 | fa163e2b-69af-bc88-eeaf-000000000baa | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:55.262531 | 0.05s 2025-10-13 07:13:52.321666 | fa163e2b-69af-bc88-eeaf-000000000bab | TASK | create persistent logs directory 2025-10-13 07:13:52.542784 | fa163e2b-69af-bc88-eeaf-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-10-13 07:13:52.545212 | fa163e2b-69af-bc88-eeaf-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:55.513089 | 0.22s 2025-10-13 07:13:52.771256 | fa163e2b-69af-bc88-eeaf-000000000bab | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-10-13 07:13:52.773074 | fa163e2b-69af-bc88-eeaf-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:55.740957 | 0.45s 2025-10-13 07:13:52.783955 | fa163e2b-69af-bc88-eeaf-000000000bab | TIMING | create persistent logs directory | standalone | 0:02:55.751833 | 0.46s 2025-10-13 07:13:52.804823 | fa163e2b-69af-bc88-eeaf-000000000bad | TASK | Set login facts 2025-10-13 07:13:52.831822 | fa163e2b-69af-bc88-eeaf-000000000bad | OK | Set login facts | standalone 2025-10-13 07:13:52.833123 | fa163e2b-69af-bc88-eeaf-000000000bad | TIMING | Set login facts | standalone | 0:02:55.801003 | 0.03s 2025-10-13 07:13:52.856448 | fa163e2b-69af-bc88-eeaf-000000000bae | TASK | Convert logins json to dict 2025-10-13 07:13:52.888347 | fa163e2b-69af-bc88-eeaf-000000000bae | SKIPPED | Convert logins json to dict | standalone 2025-10-13 07:13:52.889251 | fa163e2b-69af-bc88-eeaf-000000000bae | TIMING | Convert logins json to dict | standalone | 0:02:55.857138 | 0.03s 2025-10-13 07:13:52.911810 | fa163e2b-69af-bc88-eeaf-000000000baf | TASK | Set registry logins 2025-10-13 07:13:52.949932 | fa163e2b-69af-bc88-eeaf-000000000baf | SKIPPED | Set registry logins | standalone 2025-10-13 07:13:52.951635 | fa163e2b-69af-bc88-eeaf-000000000baf | TIMING | Set registry logins | standalone | 0:02:55.919505 | 0.04s 2025-10-13 07:13:52.983631 | fa163e2b-69af-bc88-eeaf-000000000bb0 | TASK | Run podman install 2025-10-13 07:13:53.014963 | fa163e2b-69af-bc88-eeaf-000000000bb0 | TIMING | Run podman install | standalone | 0:02:55.982837 | 0.03s 2025-10-13 07:13:53.091254 | fa163e2b-69af-bc88-eeaf-00000000132a | TASK | Gather variables for each operating system 2025-10-13 07:13:53.219438 | fa163e2b-69af-bc88-eeaf-00000000132a | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-10-13 07:13:53.220893 | fa163e2b-69af-bc88-eeaf-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.188768 | 0.13s 2025-10-13 07:13:53.226788 | fa163e2b-69af-bc88-eeaf-00000000132a | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:56.194666 | 0.13s 2025-10-13 07:13:53.252276 | fa163e2b-69af-bc88-eeaf-00000000132c | TASK | ensure podman and deps are installed 2025-10-13 07:13:56.087338 | fa163e2b-69af-bc88-eeaf-00000000132c | OK | ensure podman and deps are installed | standalone 2025-10-13 07:13:56.088670 | fa163e2b-69af-bc88-eeaf-00000000132c | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:02:59.056553 | 2.84s 2025-10-13 07:13:56.114684 | fa163e2b-69af-bc88-eeaf-00000000132d | TASK | Ensure we get the ansible interfaces facts 2025-10-13 07:13:56.632409 | fa163e2b-69af-bc88-eeaf-00000000132d | OK | Ensure we get the ansible interfaces facts | standalone 2025-10-13 07:13:56.633077 | fa163e2b-69af-bc88-eeaf-00000000132d | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:02:59.600969 | 0.52s 2025-10-13 07:13:56.650012 | fa163e2b-69af-bc88-eeaf-00000000132e | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-10-13 07:13:56.676922 | fa163e2b-69af-bc88-eeaf-00000000132e | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-10-13 07:13:56.678061 | fa163e2b-69af-bc88-eeaf-00000000132e | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:02:59.645943 | 0.03s 2025-10-13 07:13:56.703121 | fa163e2b-69af-bc88-eeaf-000000001330 | TASK | Make sure /etc/cni/net.d folder exists 2025-10-13 07:13:56.741243 | fa163e2b-69af-bc88-eeaf-000000001330 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-10-13 07:13:56.742362 | fa163e2b-69af-bc88-eeaf-000000001330 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:02:59.710243 | 0.04s 2025-10-13 07:13:56.769442 | fa163e2b-69af-bc88-eeaf-000000001331 | TASK | Update default network configuration if possible 2025-10-13 07:13:56.809650 | fa163e2b-69af-bc88-eeaf-000000001331 | SKIPPED | Update default network configuration if possible | standalone 2025-10-13 07:13:56.810954 | fa163e2b-69af-bc88-eeaf-000000001331 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:02:59.778837 | 0.04s 2025-10-13 07:13:56.837405 | fa163e2b-69af-bc88-eeaf-000000001333 | TASK | Make sure /etc/containers/networks exists 2025-10-13 07:13:57.081025 | fa163e2b-69af-bc88-eeaf-000000001333 | OK | Make sure /etc/containers/networks exists | standalone 2025-10-13 07:13:57.082325 | fa163e2b-69af-bc88-eeaf-000000001333 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:00.050208 | 0.24s 2025-10-13 07:13:57.107761 | fa163e2b-69af-bc88-eeaf-000000001334 | TASK | Get current podman network 2025-10-13 07:13:57.417472 | fa163e2b-69af-bc88-eeaf-000000001334 | CHANGED | Get current podman network | standalone 2025-10-13 07:13:57.419126 | fa163e2b-69af-bc88-eeaf-000000001334 | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:00.387008 | 0.31s 2025-10-13 07:13:57.444178 | fa163e2b-69af-bc88-eeaf-000000001335 | TASK | Update the default network configuration 2025-10-13 07:13:58.047876 | fa163e2b-69af-bc88-eeaf-000000001335 | CHANGED | Update the default network configuration | standalone 2025-10-13 07:13:58.049191 | fa163e2b-69af-bc88-eeaf-000000001335 | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:01.017073 | 0.60s 2025-10-13 07:13:58.077953 | fa163e2b-69af-bc88-eeaf-000000001336 | TASK | Write containers registries.conf 2025-10-13 07:13:58.651977 | fa163e2b-69af-bc88-eeaf-000000001336 | CHANGED | Write containers registries.conf | standalone 2025-10-13 07:13:58.653346 | fa163e2b-69af-bc88-eeaf-000000001336 | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:01.621227 | 0.57s 2025-10-13 07:13:58.686128 | fa163e2b-69af-bc88-eeaf-000000001337 | TASK | Write containers.conf 2025-10-13 07:13:58.935865 | fa163e2b-69af-bc88-eeaf-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-10-13 07:13:58.937388 | fa163e2b-69af-bc88-eeaf-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:01.905268 | 0.25s 2025-10-13 07:13:59.173791 | fa163e2b-69af-bc88-eeaf-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-10-13 07:13:59.174848 | fa163e2b-69af-bc88-eeaf-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.142733 | 0.49s 2025-10-13 07:13:59.375262 | fa163e2b-69af-bc88-eeaf-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-10-13 07:13:59.375945 | fa163e2b-69af-bc88-eeaf-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.343837 | 0.69s 2025-10-13 07:13:59.583235 | fa163e2b-69af-bc88-eeaf-000000001337 | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-10-13 07:13:59.584557 | fa163e2b-69af-bc88-eeaf-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.552450 | 0.90s 2025-10-13 07:13:59.596212 | fa163e2b-69af-bc88-eeaf-000000001337 | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:02.564090 | 0.91s 2025-10-13 07:13:59.623484 | fa163e2b-69af-bc88-eeaf-000000001338 | TASK | Enable podman.socket service 2025-10-13 07:13:59.653458 | fa163e2b-69af-bc88-eeaf-000000001338 | SKIPPED | Enable podman.socket service | standalone 2025-10-13 07:13:59.654766 | fa163e2b-69af-bc88-eeaf-000000001338 | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:02.622623 | 0.03s 2025-10-13 07:13:59.698799 | fa163e2b-69af-bc88-eeaf-000000000bb1 | TASK | Run podman login 2025-10-13 07:13:59.727547 | fa163e2b-69af-bc88-eeaf-000000000bb1 | TIMING | Run podman login | standalone | 0:03:02.695425 | 0.03s 2025-10-13 07:13:59.796987 | fa163e2b-69af-bc88-eeaf-000000001438 | TASK | Perform container registry login(s) with podman 2025-10-13 07:13:59.822785 | fa163e2b-69af-bc88-eeaf-000000001438 | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:02.790668 | 0.02s 2025-10-13 07:13:59.856779 | fa163e2b-69af-bc88-eeaf-000000000bb3 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-10-13 07:14:00.341545 | fa163e2b-69af-bc88-eeaf-000000000bb3 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-10-13 07:14:00.343062 | fa163e2b-69af-bc88-eeaf-000000000bb3 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:03.310942 | 0.49s 2025-10-13 07:14:00.368858 | fa163e2b-69af-bc88-eeaf-000000000bb4 | TASK | create persistent directories 2025-10-13 07:14:00.619399 | fa163e2b-69af-bc88-eeaf-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-10-13 07:14:00.620363 | fa163e2b-69af-bc88-eeaf-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:03.588251 | 0.25s 2025-10-13 07:14:00.826017 | fa163e2b-69af-bc88-eeaf-000000000bb4 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-10-13 07:14:00.826692 | fa163e2b-69af-bc88-eeaf-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:03.794585 | 0.46s 2025-10-13 07:14:01.020700 | fa163e2b-69af-bc88-eeaf-000000000bb4 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-10-13 07:14:01.021388 | fa163e2b-69af-bc88-eeaf-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:03.989281 | 0.65s 2025-10-13 07:14:01.026204 | fa163e2b-69af-bc88-eeaf-000000000bb4 | TIMING | create persistent directories | standalone | 0:03:03.994083 | 0.66s 2025-10-13 07:14:01.051436 | fa163e2b-69af-bc88-eeaf-000000000bb5 | TASK | ensure /run/redis is present upon reboot 2025-10-13 07:14:01.460241 | fa163e2b-69af-bc88-eeaf-000000000bb5 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-10-13 07:14:01.461623 | fa163e2b-69af-bc88-eeaf-000000000bb5 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:04.429506 | 0.41s 2025-10-13 07:14:01.487642 | fa163e2b-69af-bc88-eeaf-000000000bb6 | TASK | Ensure rsyslog is installed 2025-10-13 07:14:04.440201 | fa163e2b-69af-bc88-eeaf-000000000bb6 | OK | Ensure rsyslog is installed | standalone 2025-10-13 07:14:04.441622 | fa163e2b-69af-bc88-eeaf-000000000bb6 | TIMING | Ensure rsyslog is installed | standalone | 0:03:07.409505 | 2.95s 2025-10-13 07:14:04.466983 | fa163e2b-69af-bc88-eeaf-000000000bb7 | TASK | Ensure rsyslog is enabled and started 2025-10-13 07:14:04.838277 | fa163e2b-69af-bc88-eeaf-000000000bb7 | OK | Ensure rsyslog is enabled and started | standalone 2025-10-13 07:14:04.840182 | fa163e2b-69af-bc88-eeaf-000000000bb7 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:07.808064 | 0.37s 2025-10-13 07:14:04.895634 | fa163e2b-69af-bc88-eeaf-000000000bb8 | TIMING | include_role : tripleo_sshd | standalone | 0:03:07.863505 | 0.03s 2025-10-13 07:14:04.983767 | fa163e2b-69af-bc88-eeaf-000000001553 | TASK | Gather variables for each operating system 2025-10-13 07:14:05.101126 | fa163e2b-69af-bc88-eeaf-000000001553 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-10-13 07:14:05.102046 | fa163e2b-69af-bc88-eeaf-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.069934 | 0.12s 2025-10-13 07:14:05.105757 | fa163e2b-69af-bc88-eeaf-000000001553 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:08.073609 | 0.12s 2025-10-13 07:14:05.131663 | fa163e2b-69af-bc88-eeaf-000000001555 | TASK | Install the OpenSSH server 2025-10-13 07:14:08.059751 | fa163e2b-69af-bc88-eeaf-000000001555 | OK | Install the OpenSSH server | standalone 2025-10-13 07:14:08.061128 | fa163e2b-69af-bc88-eeaf-000000001555 | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:11.029010 | 2.93s 2025-10-13 07:14:08.086132 | fa163e2b-69af-bc88-eeaf-000000001556 | TASK | Start sshd 2025-10-13 07:14:08.114791 | fa163e2b-69af-bc88-eeaf-000000001556 | SKIPPED | Start sshd | standalone 2025-10-13 07:14:08.115851 | fa163e2b-69af-bc88-eeaf-000000001556 | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:11.083733 | 0.03s 2025-10-13 07:14:08.141589 | fa163e2b-69af-bc88-eeaf-000000001557 | TASK | PasswordAuthentication notice 2025-10-13 07:14:08.183170 | fa163e2b-69af-bc88-eeaf-000000001557 | 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-10-13 07:14:08.184475 | fa163e2b-69af-bc88-eeaf-000000001557 | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:11.152358 | 0.04s 2025-10-13 07:14:08.209223 | fa163e2b-69af-bc88-eeaf-000000001558 | TASK | PasswordAuthentication duplication notice 2025-10-13 07:14:08.240141 | fa163e2b-69af-bc88-eeaf-000000001558 | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-10-13 07:14:08.241234 | fa163e2b-69af-bc88-eeaf-000000001558 | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:11.209118 | 0.03s 2025-10-13 07:14:08.266077 | fa163e2b-69af-bc88-eeaf-000000001559 | TASK | Motd duplication notice 2025-10-13 07:14:08.307178 | fa163e2b-69af-bc88-eeaf-000000001559 | 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-10-13 07:14:08.308481 | fa163e2b-69af-bc88-eeaf-000000001559 | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:11.276362 | 0.04s 2025-10-13 07:14:08.335465 | fa163e2b-69af-bc88-eeaf-00000000155a | TASK | Configure the banner text 2025-10-13 07:14:08.365268 | fa163e2b-69af-bc88-eeaf-00000000155a | SKIPPED | Configure the banner text | standalone 2025-10-13 07:14:08.366498 | fa163e2b-69af-bc88-eeaf-00000000155a | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:11.334378 | 0.03s 2025-10-13 07:14:08.393288 | fa163e2b-69af-bc88-eeaf-00000000155b | TASK | Configure the motd banner 2025-10-13 07:14:08.423540 | fa163e2b-69af-bc88-eeaf-00000000155b | SKIPPED | Configure the motd banner | standalone 2025-10-13 07:14:08.424639 | fa163e2b-69af-bc88-eeaf-00000000155b | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:11.392520 | 0.03s 2025-10-13 07:14:08.450275 | fa163e2b-69af-bc88-eeaf-00000000155c | TASK | Update sshd configuration options from vars 2025-10-13 07:14:08.490091 | fa163e2b-69af-bc88-eeaf-00000000155c | OK | Update sshd configuration options from vars | standalone 2025-10-13 07:14:08.491413 | fa163e2b-69af-bc88-eeaf-00000000155c | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:11.459288 | 0.04s 2025-10-13 07:14:08.517420 | fa163e2b-69af-bc88-eeaf-00000000155d | TASK | Adjust ssh server configuration 2025-10-13 07:14:09.077787 | fa163e2b-69af-bc88-eeaf-00000000155d | CHANGED | Adjust ssh server configuration | standalone 2025-10-13 07:14:09.079135 | fa163e2b-69af-bc88-eeaf-00000000155d | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:12.047017 | 0.56s 2025-10-13 07:14:09.104079 | fa163e2b-69af-bc88-eeaf-00000000155e | TASK | Restart sshd 2025-10-13 07:14:09.517052 | fa163e2b-69af-bc88-eeaf-00000000155e | CHANGED | Restart sshd | standalone 2025-10-13 07:14:09.519693 | fa163e2b-69af-bc88-eeaf-00000000155e | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:12.487570 | 0.41s 2025-10-13 07:14:09.569209 | fa163e2b-69af-bc88-eeaf-000000000bb9 | TASK | create persistent directories 2025-10-13 07:14:09.823114 | fa163e2b-69af-bc88-eeaf-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-13 07:14:09.825367 | fa163e2b-69af-bc88-eeaf-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:12.793244 | 0.25s 2025-10-13 07:14:10.020798 | fa163e2b-69af-bc88-eeaf-000000000bb9 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-10-13 07:14:10.021936 | fa163e2b-69af-bc88-eeaf-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:12.989821 | 0.45s 2025-10-13 07:14:10.200519 | fa163e2b-69af-bc88-eeaf-000000000bb9 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-13 07:14:10.201589 | fa163e2b-69af-bc88-eeaf-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:13.169474 | 0.63s 2025-10-13 07:14:10.208851 | fa163e2b-69af-bc88-eeaf-000000000bb9 | TIMING | create persistent directories | standalone | 0:03:13.176732 | 0.64s 2025-10-13 07:14:10.233973 | fa163e2b-69af-bc88-eeaf-000000000bba | TASK | create persistent directories 2025-10-13 07:14:10.500126 | fa163e2b-69af-bc88-eeaf-000000000bba | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-10-13 07:14:10.502364 | fa163e2b-69af-bc88-eeaf-000000000bba | TIMING | create persistent directories | standalone | 0:03:13.470233 | 0.27s 2025-10-13 07:14:10.731718 | fa163e2b-69af-bc88-eeaf-000000000bba | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-10-13 07:14:10.734156 | fa163e2b-69af-bc88-eeaf-000000000bba | TIMING | create persistent directories | standalone | 0:03:13.702035 | 0.50s 2025-10-13 07:14:10.915012 | fa163e2b-69af-bc88-eeaf-000000000bba | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-10-13 07:14:10.916948 | fa163e2b-69af-bc88-eeaf-000000000bba | TIMING | create persistent directories | standalone | 0:03:13.884830 | 0.68s 2025-10-13 07:14:10.927769 | fa163e2b-69af-bc88-eeaf-000000000bba | TIMING | create persistent directories | standalone | 0:03:13.895650 | 0.69s 2025-10-13 07:14:10.952579 | fa163e2b-69af-bc88-eeaf-000000000bbb | TASK | Set swift_use_local_disks fact 2025-10-13 07:14:10.982881 | fa163e2b-69af-bc88-eeaf-000000000bbb | OK | Set swift_use_local_disks fact | standalone 2025-10-13 07:14:10.983942 | fa163e2b-69af-bc88-eeaf-000000000bbb | TIMING | Set swift_use_local_disks fact | standalone | 0:03:13.951826 | 0.03s 2025-10-13 07:14:11.007864 | fa163e2b-69af-bc88-eeaf-000000000bbc | TASK | Set use_node_data_lookup fact 2025-10-13 07:14:11.038779 | fa163e2b-69af-bc88-eeaf-000000000bbc | OK | Set use_node_data_lookup fact | standalone 2025-10-13 07:14:11.039841 | fa163e2b-69af-bc88-eeaf-000000000bbc | TIMING | Set use_node_data_lookup fact | standalone | 0:03:14.007721 | 0.03s 2025-10-13 07:14:11.064020 | fa163e2b-69af-bc88-eeaf-000000000bbd | TASK | Create Swift d1 directory if needed 2025-10-13 07:14:11.304138 | fa163e2b-69af-bc88-eeaf-000000000bbd | CHANGED | Create Swift d1 directory if needed | standalone 2025-10-13 07:14:11.305278 | fa163e2b-69af-bc88-eeaf-000000000bbd | TIMING | Create Swift d1 directory if needed | standalone | 0:03:14.273162 | 0.24s 2025-10-13 07:14:11.329044 | fa163e2b-69af-bc88-eeaf-000000000bbe | TASK | Set fact for SwiftRawDisks 2025-10-13 07:14:11.356813 | fa163e2b-69af-bc88-eeaf-000000000bbe | OK | Set fact for SwiftRawDisks | standalone 2025-10-13 07:14:11.357887 | fa163e2b-69af-bc88-eeaf-000000000bbe | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:14.325772 | 0.03s 2025-10-13 07:14:11.383038 | fa163e2b-69af-bc88-eeaf-000000000bbf | TASK | Get hiera swift::storage::disks::args 2025-10-13 07:14:11.402830 | fa163e2b-69af-bc88-eeaf-000000000bbf | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-10-13 07:14:11.404120 | fa163e2b-69af-bc88-eeaf-000000000bbf | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:14.372002 | 0.02s 2025-10-13 07:14:11.428536 | fa163e2b-69af-bc88-eeaf-000000000bc0 | TASK | Set fact for swift_raw_disks 2025-10-13 07:14:11.466558 | fa163e2b-69af-bc88-eeaf-000000000bc0 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-10-13 07:14:11.467643 | fa163e2b-69af-bc88-eeaf-000000000bc0 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:14.435527 | 0.04s 2025-10-13 07:14:11.492230 | fa163e2b-69af-bc88-eeaf-000000000bc1 | TASK | Format SwiftRawDisks 2025-10-13 07:14:11.559692 | fa163e2b-69af-bc88-eeaf-000000000bc1 | TIMING | Format SwiftRawDisks | standalone | 0:03:14.527568 | 0.07s 2025-10-13 07:14:11.585438 | fa163e2b-69af-bc88-eeaf-000000000bc2 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-10-13 07:14:11.635019 | fa163e2b-69af-bc88-eeaf-000000000bc2 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-10-13 07:14:11.636071 | fa163e2b-69af-bc88-eeaf-000000000bc2 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:14.603953 | 0.05s 2025-10-13 07:14:11.660216 | fa163e2b-69af-bc88-eeaf-000000000bc3 | TASK | Mount devices defined in SwiftRawDisks 2025-10-13 07:14:11.687980 | fa163e2b-69af-bc88-eeaf-000000000bc3 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:14.655856 | 0.03s 2025-10-13 07:14:11.712614 | fa163e2b-69af-bc88-eeaf-000000000bc4 | TASK | Check for NTP service 2025-10-13 07:14:11.973586 | fa163e2b-69af-bc88-eeaf-000000000bc4 | CHANGED | Check for NTP service | standalone 2025-10-13 07:14:11.974818 | fa163e2b-69af-bc88-eeaf-000000000bc4 | TIMING | Check for NTP service | standalone | 0:03:14.942703 | 0.26s 2025-10-13 07:14:11.999195 | fa163e2b-69af-bc88-eeaf-000000000bc5 | TASK | Disable NTP before configuring Chrony 2025-10-13 07:14:12.048187 | fa163e2b-69af-bc88-eeaf-000000000bc5 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-13 07:14:12.049229 | fa163e2b-69af-bc88-eeaf-000000000bc5 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:15.017112 | 0.05s 2025-10-13 07:14:12.073616 | fa163e2b-69af-bc88-eeaf-000000000bc6 | TASK | Install, Configure and Run Chrony 2025-10-13 07:14:12.101562 | fa163e2b-69af-bc88-eeaf-000000000bc6 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:15.069440 | 0.03s 2025-10-13 07:14:12.197066 | fa163e2b-69af-bc88-eeaf-0000000016ef | TASK | Load distro-specific variables 2025-10-13 07:14:12.222158 | fa163e2b-69af-bc88-eeaf-0000000016ef | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.190047 | 0.02s 2025-10-13 07:14:12.229762 | 4eee7e86-6671-47dd-b31d-83f23f5e2944 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 07:14:12.250161 | fa163e2b-69af-bc88-eeaf-0000000017d4 | TASK | Load distro-specific variables 2025-10-13 07:14:12.301625 | fa163e2b-69af-bc88-eeaf-0000000017d4 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 07:14:12.303075 | fa163e2b-69af-bc88-eeaf-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.270957 | 0.05s 2025-10-13 07:14:12.312542 | fa163e2b-69af-bc88-eeaf-0000000017d4 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.280427 | 0.06s 2025-10-13 07:14:12.338371 | fa163e2b-69af-bc88-eeaf-0000000016f0 | TASK | Install chronyd 2025-10-13 07:14:12.368917 | fa163e2b-69af-bc88-eeaf-0000000016f0 | TIMING | chrony : Install chronyd | standalone | 0:03:15.336792 | 0.03s 2025-10-13 07:14:12.390866 | 9b6a87e8-004b-4ab4-a02c-73db1b313e40 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-10-13 07:14:12.425093 | fa163e2b-69af-bc88-eeaf-00000000180d | TASK | Load distro-specific variables 2025-10-13 07:14:12.452218 | fa163e2b-69af-bc88-eeaf-00000000180d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.420101 | 0.03s 2025-10-13 07:14:12.462332 | 6cd21c78-c70f-48d9-8487-64004607fd53 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 07:14:12.486504 | fa163e2b-69af-bc88-eeaf-000000001854 | TASK | Load distro-specific variables 2025-10-13 07:14:12.540907 | fa163e2b-69af-bc88-eeaf-000000001854 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 07:14:12.542296 | fa163e2b-69af-bc88-eeaf-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.510175 | 0.05s 2025-10-13 07:14:12.548280 | fa163e2b-69af-bc88-eeaf-000000001854 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:15.516164 | 0.06s 2025-10-13 07:14:12.573030 | fa163e2b-69af-bc88-eeaf-00000000180e | TASK | Check for NTP service 2025-10-13 07:14:12.824269 | fa163e2b-69af-bc88-eeaf-00000000180e | CHANGED | Check for NTP service | standalone 2025-10-13 07:14:12.825501 | fa163e2b-69af-bc88-eeaf-00000000180e | TIMING | chrony : Check for NTP service | standalone | 0:03:15.793383 | 0.25s 2025-10-13 07:14:12.850217 | fa163e2b-69af-bc88-eeaf-00000000180f | TASK | Disable NTP before configuring Chrony 2025-10-13 07:14:12.894430 | fa163e2b-69af-bc88-eeaf-00000000180f | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-10-13 07:14:12.895471 | fa163e2b-69af-bc88-eeaf-00000000180f | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:15.863353 | 0.04s 2025-10-13 07:14:12.920037 | fa163e2b-69af-bc88-eeaf-000000001810 | TASK | Install chronyd package 2025-10-13 07:14:15.813713 | fa163e2b-69af-bc88-eeaf-000000001810 | OK | Install chronyd package | standalone 2025-10-13 07:14:15.814992 | fa163e2b-69af-bc88-eeaf-000000001810 | TIMING | chrony : Install chronyd package | standalone | 0:03:18.782874 | 2.89s 2025-10-13 07:14:15.832813 | fa163e2b-69af-bc88-eeaf-0000000016f1 | TASK | Upgrade chronyd 2025-10-13 07:14:15.857800 | fa163e2b-69af-bc88-eeaf-0000000016f1 | SKIPPED | Upgrade chronyd | standalone 2025-10-13 07:14:15.858943 | fa163e2b-69af-bc88-eeaf-0000000016f1 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:18.826825 | 0.03s 2025-10-13 07:14:15.884390 | fa163e2b-69af-bc88-eeaf-0000000016f2 | TASK | Configure chronyd 2025-10-13 07:14:15.913487 | fa163e2b-69af-bc88-eeaf-0000000016f2 | TIMING | chrony : Configure chronyd | standalone | 0:03:18.881352 | 0.03s 2025-10-13 07:14:15.932952 | fc006ab1-3e0a-4452-8129-ad81696d37da | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-10-13 07:14:15.969462 | fa163e2b-69af-bc88-eeaf-00000000188d | TASK | Load distro-specific variables 2025-10-13 07:14:15.994493 | fa163e2b-69af-bc88-eeaf-00000000188d | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.962376 | 0.02s 2025-10-13 07:14:16.004760 | 51020088-122d-4937-b17b-c5979d7f3326 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 07:14:16.027273 | fa163e2b-69af-bc88-eeaf-0000000018f9 | TASK | Load distro-specific variables 2025-10-13 07:14:16.083831 | fa163e2b-69af-bc88-eeaf-0000000018f9 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 07:14:16.085590 | fa163e2b-69af-bc88-eeaf-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.053472 | 0.06s 2025-10-13 07:14:16.095762 | fa163e2b-69af-bc88-eeaf-0000000018f9 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.063611 | 0.07s 2025-10-13 07:14:16.123105 | fa163e2b-69af-bc88-eeaf-00000000188e | TASK | Install chrony configuration file 2025-10-13 07:14:16.742002 | fa163e2b-69af-bc88-eeaf-00000000188e | CHANGED | Install chrony configuration file | standalone 2025-10-13 07:14:16.743442 | fa163e2b-69af-bc88-eeaf-00000000188e | TIMING | chrony : Install chrony configuration file | standalone | 0:03:19.711324 | 0.62s 2025-10-13 07:14:16.769266 | fa163e2b-69af-bc88-eeaf-0000000016f3 | TASK | Run chronyd 2025-10-13 07:14:16.798141 | fa163e2b-69af-bc88-eeaf-0000000016f3 | TIMING | chrony : Run chronyd | standalone | 0:03:19.766018 | 0.03s 2025-10-13 07:14:16.818998 | bbd5d379-a949-48e2-a85b-319fe20939fc | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-10-13 07:14:16.868063 | fa163e2b-69af-bc88-eeaf-00000000191c | TASK | Load distro-specific variables 2025-10-13 07:14:16.896260 | fa163e2b-69af-bc88-eeaf-00000000191c | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.864138 | 0.03s 2025-10-13 07:14:16.908300 | 6c673e15-3922-4ca4-8aea-0868b9cb777d | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-10-13 07:14:16.933089 | fa163e2b-69af-bc88-eeaf-0000000019a0 | TASK | Load distro-specific variables 2025-10-13 07:14:16.987857 | fa163e2b-69af-bc88-eeaf-0000000019a0 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-10-13 07:14:16.989273 | fa163e2b-69af-bc88-eeaf-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.957153 | 0.06s 2025-10-13 07:14:16.995011 | fa163e2b-69af-bc88-eeaf-0000000019a0 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.962892 | 0.06s 2025-10-13 07:14:17.019974 | fa163e2b-69af-bc88-eeaf-00000000191d | TASK | Ensure chronyd is running 2025-10-13 07:14:17.402618 | fa163e2b-69af-bc88-eeaf-00000000191d | OK | Ensure chronyd is running | standalone 2025-10-13 07:14:17.404583 | fa163e2b-69af-bc88-eeaf-00000000191d | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:20.372467 | 0.38s 2025-10-13 07:14:17.430900 | fa163e2b-69af-bc88-eeaf-00000000191e | TASK | Force chronyd restart 2025-10-13 07:14:17.904379 | fa163e2b-69af-bc88-eeaf-00000000191e | CHANGED | Force chronyd restart | standalone 2025-10-13 07:14:17.906295 | fa163e2b-69af-bc88-eeaf-00000000191e | TIMING | chrony : Force chronyd restart | standalone | 0:03:20.874177 | 0.47s 2025-10-13 07:14:17.933214 | fa163e2b-69af-bc88-eeaf-0000000016f4 | TASK | Enable online service 2025-10-13 07:14:17.964140 | fa163e2b-69af-bc88-eeaf-0000000016f4 | TIMING | chrony : Enable online service | standalone | 0:03:20.932012 | 0.03s 2025-10-13 07:14:17.983784 | 312e68e3-5a82-4eff-8e04-9f9ff8d8978a | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-10-13 07:14:18.031568 | fa163e2b-69af-bc88-eeaf-0000000019cd | TASK | Create chrony-online.service unit file 2025-10-13 07:14:18.507540 | fa163e2b-69af-bc88-eeaf-0000000019cd | CHANGED | Create chrony-online.service unit file | standalone 2025-10-13 07:14:18.508895 | fa163e2b-69af-bc88-eeaf-0000000019cd | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:21.476778 | 0.48s 2025-10-13 07:14:18.534535 | fa163e2b-69af-bc88-eeaf-0000000019ce | TASK | Enable chrony-online.service 2025-10-13 07:14:19.382447 | fa163e2b-69af-bc88-eeaf-0000000019ce | CHANGED | Enable chrony-online.service | standalone 2025-10-13 07:14:19.384356 | fa163e2b-69af-bc88-eeaf-0000000019ce | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:22.352237 | 0.85s 2025-10-13 07:14:19.411140 | fa163e2b-69af-bc88-eeaf-0000000016f5 | TASK | Sync chronyc 2025-10-13 07:14:19.441626 | fa163e2b-69af-bc88-eeaf-0000000016f5 | TIMING | chrony : Sync chronyc | standalone | 0:03:22.409503 | 0.03s 2025-10-13 07:14:19.460547 | 5393b6cf-95e1-4ecb-b7b6-34143062613b | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-10-13 07:14:19.507693 | fa163e2b-69af-bc88-eeaf-000000001a73 | TASK | Force NTP sync 2025-10-13 07:14:19.736029 | fa163e2b-69af-bc88-eeaf-000000001a73 | CHANGED | Force NTP sync | standalone 2025-10-13 07:14:19.737582 | fa163e2b-69af-bc88-eeaf-000000001a73 | TIMING | chrony : Force NTP sync | standalone | 0:03:22.705464 | 0.23s 2025-10-13 07:14:19.763101 | fa163e2b-69af-bc88-eeaf-000000001a74 | TASK | Ensure system is NTP time synced 2025-10-13 07:14:30.008665 | fa163e2b-69af-bc88-eeaf-000000001a74 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-13 07:14:30.009621 | fa163e2b-69af-bc88-eeaf-000000001a74 | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:32.977510 | 10.25s 2025-10-13 07:14:30.048801 | fa163e2b-69af-bc88-eeaf-000000000bc7 | TASK | Force NTP sync 2025-10-13 07:14:30.234573 | fa163e2b-69af-bc88-eeaf-000000000bc7 | CHANGED | Force NTP sync | standalone 2025-10-13 07:14:30.235864 | fa163e2b-69af-bc88-eeaf-000000000bc7 | TIMING | Force NTP sync | standalone | 0:03:33.203747 | 0.19s 2025-10-13 07:14:30.260138 | fa163e2b-69af-bc88-eeaf-000000000bc8 | TASK | Ensure system is NTP time synced 2025-10-13 07:14:30.478486 | fa163e2b-69af-bc88-eeaf-000000000bc8 | CHANGED | Ensure system is NTP time synced | standalone 2025-10-13 07:14:30.479903 | fa163e2b-69af-bc88-eeaf-000000000bc8 | TIMING | Ensure system is NTP time synced | standalone | 0:03:33.447779 | 0.22s 2025-10-13 07:14:30.505254 | fa163e2b-69af-bc88-eeaf-000000000bc9 | TASK | Run timezone role 2025-10-13 07:14:30.533572 | fa163e2b-69af-bc88-eeaf-000000000bc9 | TIMING | Run timezone role | standalone | 0:03:33.501450 | 0.03s 2025-10-13 07:14:30.634761 | fa163e2b-69af-bc88-eeaf-000000001c34 | TASK | Set timezone 2025-10-13 07:14:31.159411 | fa163e2b-69af-bc88-eeaf-000000001c34 | OK | Set timezone | standalone 2025-10-13 07:14:31.160664 | fa163e2b-69af-bc88-eeaf-000000001c34 | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:34.128545 | 0.52s 2025-10-13 07:14:31.185769 | fa163e2b-69af-bc88-eeaf-000000001c35 | TASK | Restart time services 2025-10-13 07:14:31.216900 | fa163e2b-69af-bc88-eeaf-000000001c35 | SKIPPED | Restart time services | standalone | item=rsyslog 2025-10-13 07:14:31.223410 | fa163e2b-69af-bc88-eeaf-000000001c35 | SKIPPED | Restart time services | standalone | item=crond 2025-10-13 07:14:31.229586 | fa163e2b-69af-bc88-eeaf-000000001c35 | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:34.197464 | 0.04s 2025-10-13 07:14:31.278127 | fa163e2b-69af-bc88-eeaf-000000000bca | TASK | install tmpwatch on the host 2025-10-13 07:14:34.165494 | fa163e2b-69af-bc88-eeaf-000000000bca | OK | install tmpwatch on the host | standalone 2025-10-13 07:14:34.167498 | fa163e2b-69af-bc88-eeaf-000000000bca | TIMING | install tmpwatch on the host | standalone | 0:03:37.135374 | 2.89s 2025-10-13 07:14:34.193040 | fa163e2b-69af-bc88-eeaf-000000000bcb | TASK | Notice - ctlplane subnet is set 2025-10-13 07:14:34.224559 | fa163e2b-69af-bc88-eeaf-000000000bcb | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-10-13 07:14:34.226188 | fa163e2b-69af-bc88-eeaf-000000000bcb | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:37.194067 | 0.03s 2025-10-13 07:14:34.283867 | fa163e2b-69af-bc88-eeaf-000000000bcc | TIMING | include_role : tuned | standalone | 0:03:37.251718 | 0.02s 2025-10-13 07:14:34.390430 | fa163e2b-69af-bc88-eeaf-000000001e68 | TASK | Gather variables for each operating system 2025-10-13 07:14:34.506366 | fa163e2b-69af-bc88-eeaf-000000001e68 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-10-13 07:14:34.508434 | fa163e2b-69af-bc88-eeaf-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:37.476321 | 0.12s 2025-10-13 07:14:34.519297 | fa163e2b-69af-bc88-eeaf-000000001e68 | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:37.487162 | 0.13s 2025-10-13 07:14:34.609265 | fa163e2b-69af-bc88-eeaf-000000001e69 | TIMING | tuned : include_tasks | standalone | 0:03:37.577127 | 0.06s 2025-10-13 07:14:34.629478 | 50ec914e-9a8f-43b5-9362-c2adad9bef62 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-10-13 07:14:34.661983 | fa163e2b-69af-bc88-eeaf-000000001f99 | TASK | Check tuned package is installed 2025-10-13 07:14:34.928329 | fa163e2b-69af-bc88-eeaf-000000001f99 | CHANGED | Check tuned package is installed | standalone 2025-10-13 07:14:34.930314 | fa163e2b-69af-bc88-eeaf-000000001f99 | TIMING | tuned : Check tuned package is installed | standalone | 0:03:37.898189 | 0.27s 2025-10-13 07:14:34.958613 | fa163e2b-69af-bc88-eeaf-000000001f9a | TASK | Install tuned 2025-10-13 07:14:35.001715 | fa163e2b-69af-bc88-eeaf-000000001f9a | SKIPPED | Install tuned | standalone 2025-10-13 07:14:35.003574 | fa163e2b-69af-bc88-eeaf-000000001f9a | TIMING | tuned : Install tuned | standalone | 0:03:37.971448 | 0.04s 2025-10-13 07:14:35.033654 | fa163e2b-69af-bc88-eeaf-000000001f9b | TASK | Restart tuned 2025-10-13 07:14:35.068905 | fa163e2b-69af-bc88-eeaf-000000001f9b | SKIPPED | Restart tuned | standalone 2025-10-13 07:14:35.070633 | fa163e2b-69af-bc88-eeaf-000000001f9b | TIMING | tuned : Restart tuned | standalone | 0:03:38.038508 | 0.03s 2025-10-13 07:14:35.098511 | fa163e2b-69af-bc88-eeaf-000000001e6a | TASK | Check for tuned-adm 2025-10-13 07:14:35.284124 | fa163e2b-69af-bc88-eeaf-000000001e6a | OK | Check for tuned-adm | standalone 2025-10-13 07:14:35.286137 | fa163e2b-69af-bc88-eeaf-000000001e6a | TIMING | tuned : Check for tuned-adm | standalone | 0:03:38.254009 | 0.19s 2025-10-13 07:14:35.348281 | fa163e2b-69af-bc88-eeaf-000000001e6b | TIMING | tuned : include_tasks | standalone | 0:03:38.316122 | 0.03s 2025-10-13 07:14:35.379181 | d74d131d-2030-4222-bf0c-4a50f3482bca | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-10-13 07:14:35.411914 | fa163e2b-69af-bc88-eeaf-000000001fc6 | TASK | Ensure profile directory exists 2025-10-13 07:14:35.574322 | fa163e2b-69af-bc88-eeaf-000000001fc6 | SKIPPED | Ensure profile directory exists | standalone 2025-10-13 07:14:35.575409 | fa163e2b-69af-bc88-eeaf-000000001fc6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:38.543295 | 0.16s 2025-10-13 07:14:35.592664 | fa163e2b-69af-bc88-eeaf-000000001fc7 | TASK | Create custom tuned profile 2025-10-13 07:14:35.662378 | fa163e2b-69af-bc88-eeaf-000000001fc7 | SKIPPED | Create custom tuned profile | standalone 2025-10-13 07:14:35.664234 | fa163e2b-69af-bc88-eeaf-000000001fc7 | TIMING | tuned : Create custom tuned profile | standalone | 0:03:38.632111 | 0.07s 2025-10-13 07:14:35.691079 | fa163e2b-69af-bc88-eeaf-000000001fc8 | TASK | Check tuned active profile 2025-10-13 07:14:35.916485 | fa163e2b-69af-bc88-eeaf-000000001fc8 | OK | Check tuned active profile | standalone 2025-10-13 07:14:35.917965 | fa163e2b-69af-bc88-eeaf-000000001fc8 | TIMING | tuned : Check tuned active profile | standalone | 0:03:38.885846 | 0.23s 2025-10-13 07:14:35.943835 | fa163e2b-69af-bc88-eeaf-000000001fc9 | TASK | Check Tuned Configuration file exists 2025-10-13 07:14:36.164673 | fa163e2b-69af-bc88-eeaf-000000001fc9 | OK | Check Tuned Configuration file exists | standalone 2025-10-13 07:14:36.166113 | fa163e2b-69af-bc88-eeaf-000000001fc9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:39.133993 | 0.22s 2025-10-13 07:14:36.191524 | fa163e2b-69af-bc88-eeaf-000000001fca | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-10-13 07:14:36.254921 | fa163e2b-69af-bc88-eeaf-000000001fca | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-10-13 07:14:36.256012 | fa163e2b-69af-bc88-eeaf-000000001fca | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:39.223894 | 0.06s 2025-10-13 07:14:36.283129 | fa163e2b-69af-bc88-eeaf-000000001fcb | TASK | Configure isolated cores for profile throughput-performance 2025-10-13 07:14:36.343457 | fa163e2b-69af-bc88-eeaf-000000001fcb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-10-13 07:14:36.344589 | fa163e2b-69af-bc88-eeaf-000000001fcb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:39.312472 | 0.06s 2025-10-13 07:14:36.370165 | fa163e2b-69af-bc88-eeaf-000000001fcc | TASK | Enable tuned profile 2025-10-13 07:14:36.402945 | fa163e2b-69af-bc88-eeaf-000000001fcc | SKIPPED | Enable tuned profile | standalone 2025-10-13 07:14:36.403725 | fa163e2b-69af-bc88-eeaf-000000001fcc | TIMING | tuned : Enable tuned profile | standalone | 0:03:39.371613 | 0.03s PLAY [Overcloud container setup tasks] ***************************************** 2025-10-13 07:14:36.549596 | fa163e2b-69af-bc88-eeaf-0000000000ac | TASK | Overcloud container setup tasks 2025-10-13 07:14:36.578407 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000ac') missing from stats 2025-10-13 07:14:36.598395 | fa163e2b-69af-bc88-eeaf-0000000000ad | TASK | Write config data 2025-10-13 07:14:36.696522 | fa163e2b-69af-bc88-eeaf-0000000000ad | TIMING | Write config data | standalone | 0:03:39.664393 | 0.10s 2025-10-13 07:14:36.741183 | 3b9dca0d-4593-46fe-9176-c160f4c27ea4 | INCLUDED | /root/standalone-ansible-7tt1_uud/common_container_setup_tasks.yaml | standalone 2025-10-13 07:14:36.764699 | fa163e2b-69af-bc88-eeaf-00000000202a | TASK | Create and ensure setype for /var/log/containers directory 2025-10-13 07:14:36.984292 | fa163e2b-69af-bc88-eeaf-00000000202a | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-10-13 07:14:36.985670 | fa163e2b-69af-bc88-eeaf-00000000202a | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:39.953552 | 0.22s 2025-10-13 07:14:37.011900 | fa163e2b-69af-bc88-eeaf-00000000202b | TASK | Create ContainerLogStdoutPath directory 2025-10-13 07:14:37.251237 | fa163e2b-69af-bc88-eeaf-00000000202b | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-10-13 07:14:37.252695 | fa163e2b-69af-bc88-eeaf-00000000202b | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:40.220577 | 0.24s 2025-10-13 07:14:37.277957 | fa163e2b-69af-bc88-eeaf-00000000202c | TASK | Create /var/lib/tripleo-config directory 2025-10-13 07:14:37.505970 | fa163e2b-69af-bc88-eeaf-00000000202c | OK | Create /var/lib/tripleo-config directory | standalone 2025-10-13 07:14:37.507360 | fa163e2b-69af-bc88-eeaf-00000000202c | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:40.475234 | 0.23s 2025-10-13 07:14:37.532157 | fa163e2b-69af-bc88-eeaf-00000000202d | TASK | Clean old /var/lib/container-startup-configs.json file 2025-10-13 07:14:37.728688 | fa163e2b-69af-bc88-eeaf-00000000202d | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-10-13 07:14:37.730160 | fa163e2b-69af-bc88-eeaf-00000000202d | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:40.698043 | 0.20s 2025-10-13 07:14:37.755297 | fa163e2b-69af-bc88-eeaf-00000000202e | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-10-13 07:14:37.947812 | fa163e2b-69af-bc88-eeaf-00000000202e | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-10-13 07:14:37.949620 | fa163e2b-69af-bc88-eeaf-00000000202e | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:40.917500 | 0.19s 2025-10-13 07:14:37.975993 | fa163e2b-69af-bc88-eeaf-000000002032 | TASK | Create fcontext entry for container-config-scripts 2025-10-13 07:14:39.236872 | fa163e2b-69af-bc88-eeaf-000000002032 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-10-13 07:14:39.238653 | fa163e2b-69af-bc88-eeaf-000000002032 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:42.206534 | 1.26s 2025-10-13 07:14:39.264428 | fa163e2b-69af-bc88-eeaf-000000002033 | TASK | Create /var/lib/container-config-scripts 2025-10-13 07:14:39.506166 | fa163e2b-69af-bc88-eeaf-000000002033 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-10-13 07:14:39.507508 | fa163e2b-69af-bc88-eeaf-000000002033 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:42.475390 | 0.24s 2025-10-13 07:14:39.532916 | fa163e2b-69af-bc88-eeaf-000000002034 | TASK | Write container config scripts 2025-10-13 07:14:39.851455 | fa163e2b-69af-bc88-eeaf-000000002034 | CHANGED | Write container config scripts | standalone 2025-10-13 07:14:39.852819 | fa163e2b-69af-bc88-eeaf-000000002034 | TIMING | Write container config scripts | standalone | 0:03:42.820701 | 0.32s 2025-10-13 07:14:39.877722 | fa163e2b-69af-bc88-eeaf-000000002035 | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-10-13 07:14:40.337594 | fa163e2b-69af-bc88-eeaf-000000002035 | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-10-13 07:14:40.338922 | fa163e2b-69af-bc88-eeaf-000000002035 | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:43.306804 | 0.46s 2025-10-13 07:14:40.363978 | fa163e2b-69af-bc88-eeaf-000000002036 | TASK | Generate startup configs files per step and per container 2025-10-13 07:14:41.003550 | fa163e2b-69af-bc88-eeaf-000000002036 | CHANGED | Generate startup configs files per step and per container | standalone 2025-10-13 07:14:41.010573 | fa163e2b-69af-bc88-eeaf-000000002036 | TIMING | Generate startup configs files per step and per container | standalone | 0:03:43.978455 | 0.64s 2025-10-13 07:14:41.043919 | fa163e2b-69af-bc88-eeaf-000000002037 | TASK | Create /var/lib/kolla/config_files directory 2025-10-13 07:14:41.275686 | fa163e2b-69af-bc88-eeaf-000000002037 | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-10-13 07:14:41.277163 | fa163e2b-69af-bc88-eeaf-000000002037 | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:44.245045 | 0.23s 2025-10-13 07:14:41.302252 | fa163e2b-69af-bc88-eeaf-000000002038 | TASK | Create /var/lib/config-data directory 2025-10-13 07:14:41.534594 | fa163e2b-69af-bc88-eeaf-000000002038 | CHANGED | Create /var/lib/config-data directory | standalone 2025-10-13 07:14:41.536060 | fa163e2b-69af-bc88-eeaf-000000002038 | TIMING | Create /var/lib/config-data directory | standalone | 0:03:44.503944 | 0.23s 2025-10-13 07:14:41.561871 | fa163e2b-69af-bc88-eeaf-000000002039 | TASK | Write container config json files 2025-10-13 07:14:42.082686 | fa163e2b-69af-bc88-eeaf-000000002039 | CHANGED | Write container config json files | standalone 2025-10-13 07:14:42.090563 | fa163e2b-69af-bc88-eeaf-000000002039 | TIMING | Write container config json files | standalone | 0:03:45.058442 | 0.53s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-10-13 07:14:42.271449 | fa163e2b-69af-bc88-eeaf-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-10-13 07:14:42.300169 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-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-10-13 07:14:42.360693 | fa163e2b-69af-bc88-eeaf-0000000000b2 | TIMING | include_tasks | standalone | 0:03:45.328578 | 0.04s 2025-10-13 07:14:42.379890 | ab80b08c-9ad4-4dfe-a5ca-95c3240ad5b4 | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-10-13 07:14:42.414974 | fa163e2b-69af-bc88-eeaf-00000000206d | TASK | Get undercloud FQDN 2025-10-13 07:14:42.477902 | fa163e2b-69af-bc88-eeaf-00000000206d | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-00000000206d') missing from stats 2025-10-13 07:14:42.549536 | fa163e2b-69af-bc88-eeaf-00000000206e | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:45.517405 | 0.04s 2025-10-13 07:14:42.621509 | fa163e2b-69af-bc88-eeaf-000000002092 | TASK | set main facts 2025-10-13 07:14:42.690642 | fa163e2b-69af-bc88-eeaf-000000002092 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-000000002092') missing from stats 2025-10-13 07:14:42.739174 | fa163e2b-69af-bc88-eeaf-000000002093 | TASK | get the default.conf file 2025-10-13 07:14:42.992178 | fa163e2b-69af-bc88-eeaf-000000002093 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-000000002093') missing from stats 2025-10-13 07:14:43.039561 | fa163e2b-69af-bc88-eeaf-000000002094 | TASK | set the principal 2025-10-13 07:14:43.116441 | fa163e2b-69af-bc88-eeaf-000000002094 | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-000000002094') missing from stats 2025-10-13 07:14:43.165925 | fa163e2b-69af-bc88-eeaf-000000002096 | TASK | add new host with one-time password 2025-10-13 07:14:44.242200 | fa163e2b-69af-bc88-eeaf-000000002096 | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-000000002096') missing from stats 2025-10-13 07:14:44.284518 | fa163e2b-69af-bc88-eeaf-000000002097 | TASK | set otp as a host fact 2025-10-13 07:14:44.325379 | fa163e2b-69af-bc88-eeaf-000000002097 | SKIPPED | set otp as a host fact | standalone 2025-10-13 07:14:44.326429 | fa163e2b-69af-bc88-eeaf-000000002097 | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:47.294310 | 0.04s 2025-10-13 07:14:44.374380 | fa163e2b-69af-bc88-eeaf-000000002099 | TASK | add required services using custom module 2025-10-13 07:14:50.249764 | fa163e2b-69af-bc88-eeaf-000000002099 | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163e2b-69af-bc88-eeaf-000000002099') missing from stats 2025-10-13 07:14:50.293324 | fa163e2b-69af-bc88-eeaf-000000002070 | TASK | check if default.conf exists 2025-10-13 07:14:50.534431 | fa163e2b-69af-bc88-eeaf-000000002070 | OK | check if default.conf exists | standalone 2025-10-13 07:14:50.536066 | fa163e2b-69af-bc88-eeaf-000000002070 | TIMING | check if default.conf exists | standalone | 0:03:53.503940 | 0.24s 2025-10-13 07:14:50.561373 | fa163e2b-69af-bc88-eeaf-000000002071 | TASK | install openssl-perl 2025-10-13 07:14:50.590087 | fa163e2b-69af-bc88-eeaf-000000002071 | SKIPPED | install openssl-perl | standalone 2025-10-13 07:14:50.591267 | fa163e2b-69af-bc88-eeaf-000000002071 | TIMING | install openssl-perl | standalone | 0:03:53.559141 | 0.03s 2025-10-13 07:14:50.617793 | fa163e2b-69af-bc88-eeaf-000000002072 | TASK | register as an ipa client 2025-10-13 07:14:50.657400 | fa163e2b-69af-bc88-eeaf-000000002072 | SKIPPED | register as an ipa client | standalone 2025-10-13 07:14:50.658668 | fa163e2b-69af-bc88-eeaf-000000002072 | TIMING | register as an ipa client | standalone | 0:03:53.626543 | 0.04s 2025-10-13 07:14:50.683639 | fa163e2b-69af-bc88-eeaf-000000002073 | TASK | restart certmonger service 2025-10-13 07:14:50.725022 | fa163e2b-69af-bc88-eeaf-000000002073 | SKIPPED | restart certmonger service | standalone 2025-10-13 07:14:50.726344 | fa163e2b-69af-bc88-eeaf-000000002073 | TIMING | restart certmonger service | standalone | 0:03:53.694220 | 0.04s 2025-10-13 07:14:50.750779 | fa163e2b-69af-bc88-eeaf-000000002074 | TASK | set discovered ipa realm 2025-10-13 07:14:50.793179 | fa163e2b-69af-bc88-eeaf-000000002074 | OK | set discovered ipa realm | standalone 2025-10-13 07:14:50.794470 | fa163e2b-69af-bc88-eeaf-000000002074 | TIMING | set discovered ipa realm | standalone | 0:03:53.762347 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-10-13 07:14:50.938140 | fa163e2b-69af-bc88-eeaf-0000000000b6 | TASK | External deployment step 1 2025-10-13 07:14:50.967410 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000b6') missing from stats 2025-10-13 07:14:51.025242 | fa163e2b-69af-bc88-eeaf-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:53.993114 | 0.04s 2025-10-13 07:14:51.063285 | bd505d50-6d60-405b-99e2-6656822e1477 | INCLUDED | /root/standalone-ansible-7tt1_uud/external_deploy_steps_tasks_step1.yaml | undercloud 2025-10-13 07:14:51.081291 | fa163e2b-69af-bc88-eeaf-0000000020ef | TASK | Container image prepare 2025-10-13 07:14:52.099206 | fa163e2b-69af-bc88-eeaf-0000000020ef | CHANGED | Container image prepare | undercloud 2025-10-13 07:14:52.101321 | fa163e2b-69af-bc88-eeaf-0000000020ef | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:03:55.069202 | 1.02s 2025-10-13 07:14:52.188169 | fa163e2b-69af-bc88-eeaf-0000000020f6 | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:03:55.156042 | 0.05s 2025-10-13 07:14:52.232116 | fa163e2b-69af-bc88-eeaf-000000002115 | TASK | get dns zones and entries to add 2025-10-13 07:14:52.295126 | fa163e2b-69af-bc88-eeaf-000000002115 | OK | get dns zones and entries to add | undercloud 2025-10-13 07:14:52.296620 | fa163e2b-69af-bc88-eeaf-000000002115 | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:03:55.264502 | 0.06s 2025-10-13 07:14:52.370056 | fa163e2b-69af-bc88-eeaf-000000002116 | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "storage.ooo.test", "0.19.172.in-addr.arpa", "0.18.172.in-addr.arpa", "0.20.172.in-addr.arpa", "0.21.172.in-addr.arpa", "0.17.172.in-addr.arpa", "ooo.test", "tenant.ooo.test", "internalapi.ooo.test", "external.ooo.test", "ctlplane.ooo.test", "storagemgmt.ooo.test", "122.168.192.in-addr.arpa" ] } 2025-10-13 07:14:52.371133 | fa163e2b-69af-bc88-eeaf-000000002116 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.339018 | 0.05s 2025-10-13 07:14:52.450694 | fa163e2b-69af-bc88-eeaf-000000002117 | 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-10-13 07:14:52.452336 | fa163e2b-69af-bc88-eeaf-000000002117 | TIMING | tripleo_ipa_dns : debug | undercloud | 0:03:55.420220 | 0.06s 2025-10-13 07:14:52.471188 | fa163e2b-69af-bc88-eeaf-000000002118 | TASK | add dns zones and records 2025-10-13 07:14:55.528326 | fa163e2b-69af-bc88-eeaf-000000002118 | CHANGED | add dns zones and records | undercloud 2025-10-13 07:14:55.530046 | fa163e2b-69af-bc88-eeaf-000000002118 | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:03:58.497929 | 3.06s 2025-10-13 07:14:55.565297 | fa163e2b-69af-bc88-eeaf-0000000020f8 | TASK | Create /etc/openstack directory if it does not exist 2025-10-13 07:14:55.765116 | fa163e2b-69af-bc88-eeaf-0000000020f8 | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-10-13 07:14:55.766410 | fa163e2b-69af-bc88-eeaf-0000000020f8 | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:03:58.734293 | 0.20s 2025-10-13 07:14:55.787092 | fa163e2b-69af-bc88-eeaf-0000000020f9 | TASK | Configure /etc/openstack/clouds.yaml 2025-10-13 07:14:55.817908 | fa163e2b-69af-bc88-eeaf-0000000020f9 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:58.785793 | 0.03s 2025-10-13 07:14:55.844553 | fa163e2b-69af-bc88-eeaf-00000000214a | TASK | Check if /etc/openstack/clouds.yaml exists 2025-10-13 07:14:56.088799 | fa163e2b-69af-bc88-eeaf-00000000214a | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-10-13 07:14:56.089620 | fa163e2b-69af-bc88-eeaf-00000000214a | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:03:59.057511 | 0.24s 2025-10-13 07:14:56.104456 | fa163e2b-69af-bc88-eeaf-00000000214b | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-10-13 07:14:56.590033 | fa163e2b-69af-bc88-eeaf-00000000214b | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-10-13 07:14:56.591407 | fa163e2b-69af-bc88-eeaf-00000000214b | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:03:59.559289 | 0.49s 2025-10-13 07:14:56.612116 | fa163e2b-69af-bc88-eeaf-00000000214c | TASK | Configure /etc/openstack/clouds.yaml 2025-10-13 07:14:56.674200 | fa163e2b-69af-bc88-eeaf-00000000214c | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:03:59.642072 | 0.06s 2025-10-13 07:14:56.721830 | fa163e2b-69af-bc88-eeaf-000000002186 | TASK | Check for a configured destination 2025-10-13 07:14:56.783963 | fa163e2b-69af-bc88-eeaf-000000002186 | SKIPPED | Check for a configured destination | undercloud 2025-10-13 07:14:56.785200 | fa163e2b-69af-bc88-eeaf-000000002186 | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:03:59.753082 | 0.06s 2025-10-13 07:14:56.821033 | fa163e2b-69af-bc88-eeaf-000000002187 | TASK | Generate /etc/openstack/clouds.yaml config 2025-10-13 07:14:57.290843 | fa163e2b-69af-bc88-eeaf-000000002187 | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-10-13 07:14:57.292263 | fa163e2b-69af-bc88-eeaf-000000002187 | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:00.260143 | 0.47s PLAY [Deploy step tasks for 1] ************************************************* 2025-10-13 07:14:57.463682 | fa163e2b-69af-bc88-eeaf-0000000000ba | TASK | Deploy step tasks for 1 2025-10-13 07:14:57.490157 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000ba') missing from stats 2025-10-13 07:14:57.510190 | fa163e2b-69af-bc88-eeaf-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-10-13 07:14:58.005186 | fa163e2b-69af-bc88-eeaf-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-10-13 07:14:58.006534 | fa163e2b-69af-bc88-eeaf-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:00.974412 | 0.50s 2025-10-13 07:14:58.031109 | fa163e2b-69af-bc88-eeaf-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-13 07:14:58.271354 | fa163e2b-69af-bc88-eeaf-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-13 07:14:58.272775 | fa163e2b-69af-bc88-eeaf-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:01.240631 | 0.24s 2025-10-13 07:14:58.298268 | fa163e2b-69af-bc88-eeaf-0000000000be | TASK | Write config data at the start of step 1 2025-10-13 07:14:58.371631 | fa163e2b-69af-bc88-eeaf-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:01.339500 | 0.07s 2025-10-13 07:14:58.420423 | 66922e8a-a636-45f6-b071-a7308d8eb2b1 | INCLUDED | /root/standalone-ansible-7tt1_uud/common_deploy_steps_tasks_step_1.yaml | standalone 2025-10-13 07:14:58.446012 | fa163e2b-69af-bc88-eeaf-0000000021c5 | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-10-13 07:14:58.488255 | fa163e2b-69af-bc88-eeaf-0000000021c5 | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-13 07:14:58.489249 | fa163e2b-69af-bc88-eeaf-0000000021c5 | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:01.457136 | 0.04s 2025-10-13 07:14:58.509573 | fa163e2b-69af-bc88-eeaf-0000000021c6 | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-10-13 07:14:58.537946 | fa163e2b-69af-bc88-eeaf-0000000021c6 | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-10-13 07:14:58.538709 | fa163e2b-69af-bc88-eeaf-0000000021c6 | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:01.506597 | 0.03s 2025-10-13 07:14:58.557902 | fa163e2b-69af-bc88-eeaf-0000000021c7 | TASK | Write the puppet step_config manifest 2025-10-13 07:14:59.019783 | fa163e2b-69af-bc88-eeaf-0000000021c7 | CHANGED | Write the puppet step_config manifest | standalone 2025-10-13 07:14:59.021060 | fa163e2b-69af-bc88-eeaf-0000000021c7 | TIMING | Write the puppet step_config manifest | standalone | 0:04:01.988943 | 0.46s 2025-10-13 07:14:59.045173 | fa163e2b-69af-bc88-eeaf-0000000021c8 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-13 07:14:59.073528 | fa163e2b-69af-bc88-eeaf-0000000021c8 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-13 07:14:59.074591 | fa163e2b-69af-bc88-eeaf-0000000021c8 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.042474 | 0.03s 2025-10-13 07:14:59.099293 | fa163e2b-69af-bc88-eeaf-0000000021c9 | TASK | Diff puppet step_config manifest changes for check mode 2025-10-13 07:14:59.129201 | fa163e2b-69af-bc88-eeaf-0000000021c9 | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-10-13 07:14:59.130269 | fa163e2b-69af-bc88-eeaf-0000000021c9 | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:02.098150 | 0.03s 2025-10-13 07:14:59.154818 | fa163e2b-69af-bc88-eeaf-0000000021ca | TASK | Create /var/lib/container-puppet 2025-10-13 07:14:59.389007 | fa163e2b-69af-bc88-eeaf-0000000021ca | OK | Create /var/lib/container-puppet | standalone 2025-10-13 07:14:59.390386 | fa163e2b-69af-bc88-eeaf-0000000021ca | TIMING | Create /var/lib/container-puppet | standalone | 0:04:02.358268 | 0.23s 2025-10-13 07:14:59.415468 | fa163e2b-69af-bc88-eeaf-0000000021cb | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-10-13 07:14:59.445582 | fa163e2b-69af-bc88-eeaf-0000000021cb | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-13 07:14:59.446730 | fa163e2b-69af-bc88-eeaf-0000000021cb | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:02.414611 | 0.03s 2025-10-13 07:14:59.472295 | fa163e2b-69af-bc88-eeaf-0000000021cc | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-10-13 07:14:59.505711 | fa163e2b-69af-bc88-eeaf-0000000021cc | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-10-13 07:14:59.506854 | fa163e2b-69af-bc88-eeaf-0000000021cc | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:02.474735 | 0.03s 2025-10-13 07:14:59.531978 | fa163e2b-69af-bc88-eeaf-0000000021cd | TASK | Write container-puppet.json file 2025-10-13 07:15:00.162074 | fa163e2b-69af-bc88-eeaf-0000000021cd | CHANGED | Write container-puppet.json file | standalone 2025-10-13 07:15:00.163317 | fa163e2b-69af-bc88-eeaf-0000000021cd | TIMING | Write container-puppet.json file | standalone | 0:04:03.131200 | 0.63s 2025-10-13 07:15:00.188481 | fa163e2b-69af-bc88-eeaf-0000000021ce | TASK | Diff container-puppet.json changes for check mode 2025-10-13 07:15:00.218492 | fa163e2b-69af-bc88-eeaf-0000000021ce | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-13 07:15:00.219682 | fa163e2b-69af-bc88-eeaf-0000000021ce | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.187564 | 0.03s 2025-10-13 07:15:00.244775 | fa163e2b-69af-bc88-eeaf-0000000021cf | TASK | Diff container-puppet.json changes for check mode 2025-10-13 07:15:00.273096 | fa163e2b-69af-bc88-eeaf-0000000021cf | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-10-13 07:15:00.274205 | fa163e2b-69af-bc88-eeaf-0000000021cf | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:03.242087 | 0.03s 2025-10-13 07:15:00.299104 | fa163e2b-69af-bc88-eeaf-0000000021d0 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-10-13 07:15:00.686682 | fa163e2b-69af-bc88-eeaf-0000000021d0 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-10-13 07:15:00.687593 | fa163e2b-69af-bc88-eeaf-0000000021d0 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:03.655484 | 0.39s 2025-10-13 07:15:00.704408 | fa163e2b-69af-bc88-eeaf-0000000021d1 | TASK | Set host puppet debugging fact string 2025-10-13 07:15:00.729444 | fa163e2b-69af-bc88-eeaf-0000000021d1 | SKIPPED | Set host puppet debugging fact string | standalone 2025-10-13 07:15:00.730058 | fa163e2b-69af-bc88-eeaf-0000000021d1 | TIMING | Set host puppet debugging fact string | standalone | 0:04:03.697950 | 0.03s 2025-10-13 07:15:00.746806 | fa163e2b-69af-bc88-eeaf-0000000021d2 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-10-13 07:15:00.771507 | fa163e2b-69af-bc88-eeaf-0000000021d2 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-10-13 07:15:00.772644 | fa163e2b-69af-bc88-eeaf-0000000021d2 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:03.740526 | 0.03s 2025-10-13 07:15:00.798531 | fa163e2b-69af-bc88-eeaf-0000000021d3 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-10-13 07:15:00.826884 | fa163e2b-69af-bc88-eeaf-0000000021d3 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-10-13 07:15:00.827929 | fa163e2b-69af-bc88-eeaf-0000000021d3 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:03.795811 | 0.03s 2025-10-13 07:15:00.854169 | fa163e2b-69af-bc88-eeaf-0000000021d4 | TASK | Create puppet check-mode files if they don't exist for check mode 2025-10-13 07:15:00.884188 | fa163e2b-69af-bc88-eeaf-0000000021d4 | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-10-13 07:15:00.885292 | fa163e2b-69af-bc88-eeaf-0000000021d4 | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:03.853173 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 07:15:00.950651 | fa163e2b-69af-bc88-eeaf-0000000000c0 | TIMING | include_tasks | standalone | 0:04:03.918533 | 0.04s 2025-10-13 07:15:01.113018 | e6c431aa-758a-4bd7-b602-06d4d98b2d88 | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-10-13 07:15:01.159522 | fa163e2b-69af-bc88-eeaf-0000000021ff | TASK | Create dirs for certificates and keys 2025-10-13 07:15:01.434680 | fa163e2b-69af-bc88-eeaf-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-10-13 07:15:01.437363 | fa163e2b-69af-bc88-eeaf-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:04.405240 | 0.28s 2025-10-13 07:15:01.698073 | fa163e2b-69af-bc88-eeaf-0000000021ff | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-10-13 07:15:01.700178 | fa163e2b-69af-bc88-eeaf-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:04.668063 | 0.54s 2025-10-13 07:15:01.710922 | fa163e2b-69af-bc88-eeaf-0000000021ff | TIMING | Create dirs for certificates and keys | standalone | 0:04:04.678810 | 0.55s 2025-10-13 07:15:01.787066 | fa163e2b-69af-bc88-eeaf-000000002200 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:04.754936 | 0.05s 2025-10-13 07:15:01.859722 | fa163e2b-69af-bc88-eeaf-000000002316 | TASK | Set version specific variables 2025-10-13 07:15:01.909932 | fa163e2b-69af-bc88-eeaf-000000002316 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:04.877805 | 0.05s 2025-10-13 07:15:01.928864 | ca1534fd-3ced-455d-8e93-3a7bc1c39dd8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:15:01.959833 | fa163e2b-69af-bc88-eeaf-000000002349 | TASK | Ensure ansible_facts used by role 2025-10-13 07:15:02.343243 | fa163e2b-69af-bc88-eeaf-000000002349 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:15:02.344858 | fa163e2b-69af-bc88-eeaf-000000002349 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:05.312739 | 0.38s 2025-10-13 07:15:02.371127 | fa163e2b-69af-bc88-eeaf-00000000234a | TASK | Set platform/version specific variables 2025-10-13 07:15:02.457336 | fa163e2b-69af-bc88-eeaf-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:15:02.489632 | fa163e2b-69af-bc88-eeaf-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:15:02.516373 | fa163e2b-69af-bc88-eeaf-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:15:02.537443 | fa163e2b-69af-bc88-eeaf-00000000234a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:15:02.544441 | fa163e2b-69af-bc88-eeaf-00000000234a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:05.512321 | 0.17s 2025-10-13 07:15:02.569926 | fa163e2b-69af-bc88-eeaf-000000002317 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:15:05.551413 | fa163e2b-69af-bc88-eeaf-000000002317 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:15:05.552826 | fa163e2b-69af-bc88-eeaf-000000002317 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:08.520708 | 2.98s 2025-10-13 07:15:05.586711 | fa163e2b-69af-bc88-eeaf-000000002319 | TASK | Ensure provider packages are installed 2025-10-13 07:15:08.917095 | fa163e2b-69af-bc88-eeaf-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:11.884967 | 3.33s 2025-10-13 07:15:08.929056 | fa163e2b-69af-bc88-eeaf-000000002319 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:11.896944 | 3.34s 2025-10-13 07:15:08.954368 | fa163e2b-69af-bc88-eeaf-00000000231b | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:15:09.251105 | fa163e2b-69af-bc88-eeaf-00000000231b | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:15:09.253240 | fa163e2b-69af-bc88-eeaf-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.221120 | 0.30s 2025-10-13 07:15:09.263537 | fa163e2b-69af-bc88-eeaf-00000000231b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:12.231420 | 0.31s 2025-10-13 07:15:09.292859 | fa163e2b-69af-bc88-eeaf-00000000231d | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:15:09.586373 | fa163e2b-69af-bc88-eeaf-00000000231d | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:15:09.587710 | fa163e2b-69af-bc88-eeaf-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.555593 | 0.29s 2025-10-13 07:15:09.593696 | fa163e2b-69af-bc88-eeaf-00000000231d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:12.561582 | 0.30s 2025-10-13 07:15:09.622781 | fa163e2b-69af-bc88-eeaf-00000000231f | TASK | Ensure provider service is running 2025-10-13 07:15:10.320535 | fa163e2b-69af-bc88-eeaf-00000000231f | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:15:10.322869 | fa163e2b-69af-bc88-eeaf-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.290746 | 0.70s 2025-10-13 07:15:10.335315 | fa163e2b-69af-bc88-eeaf-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:13.303199 | 0.71s 2025-10-13 07:15:10.357973 | fa163e2b-69af-bc88-eeaf-000000002322 | TASK | Ensure certificate requests 2025-10-13 07:15:12.158190 | fa163e2b-69af-bc88-eeaf-000000002322 | 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-10-13 07:15:12.160704 | fa163e2b-69af-bc88-eeaf-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:15.128585 | 1.80s 2025-10-13 07:15:13.490217 | fa163e2b-69af-bc88-eeaf-000000002322 | 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-10-13 07:15:13.491341 | fa163e2b-69af-bc88-eeaf-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:16.459226 | 3.13s 2025-10-13 07:15:14.811921 | fa163e2b-69af-bc88-eeaf-000000002322 | 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-10-13 07:15:14.812645 | fa163e2b-69af-bc88-eeaf-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:17.780517 | 4.45s 2025-10-13 07:15:16.145296 | fa163e2b-69af-bc88-eeaf-000000002322 | 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-10-13 07:15:16.146794 | fa163e2b-69af-bc88-eeaf-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:19.114678 | 5.79s 2025-10-13 07:15:18.020474 | fa163e2b-69af-bc88-eeaf-000000002322 | 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-10-13 07:15:18.021553 | fa163e2b-69af-bc88-eeaf-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.989437 | 7.66s 2025-10-13 07:15:18.030891 | fa163e2b-69af-bc88-eeaf-000000002322 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.998778 | 7.67s 2025-10-13 07:15:18.080564 | fa163e2b-69af-bc88-eeaf-000000002207 | TASK | Fail if container image is undefined 2025-10-13 07:15:18.145681 | fa163e2b-69af-bc88-eeaf-000000002207 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 07:15:18.148243 | fa163e2b-69af-bc88-eeaf-000000002207 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:21.116123 | 0.06s 2025-10-13 07:15:18.193420 | fa163e2b-69af-bc88-eeaf-000000002208 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-13 07:15:34.911453 | fa163e2b-69af-bc88-eeaf-000000002208 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-13 07:15:34.912730 | fa163e2b-69af-bc88-eeaf-000000002208 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:37.880613 | 16.72s 2025-10-13 07:15:34.968610 | fa163e2b-69af-bc88-eeaf-000000002209 | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-10-13 07:15:35.314686 | fa163e2b-69af-bc88-eeaf-000000002209 | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-10-13 07:15:35.315977 | fa163e2b-69af-bc88-eeaf-000000002209 | 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:38.283858 | 0.35s 2025-10-13 07:15:35.365074 | fa163e2b-69af-bc88-eeaf-000000002218 | TASK | Fail if container image is undefined 2025-10-13 07:15:35.428374 | fa163e2b-69af-bc88-eeaf-000000002218 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 07:15:35.429451 | fa163e2b-69af-bc88-eeaf-000000002218 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:38.397332 | 0.06s 2025-10-13 07:15:35.470169 | fa163e2b-69af-bc88-eeaf-000000002219 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-13 07:15:40.682565 | fa163e2b-69af-bc88-eeaf-000000002219 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-13 07:15:40.684203 | fa163e2b-69af-bc88-eeaf-000000002219 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:43.652084 | 5.21s 2025-10-13 07:15:40.737468 | fa163e2b-69af-bc88-eeaf-00000000221a | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-10-13 07:15:41.095560 | fa163e2b-69af-bc88-eeaf-00000000221a | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-10-13 07:15:41.097012 | fa163e2b-69af-bc88-eeaf-00000000221a | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:44.064894 | 0.36s 2025-10-13 07:15:41.145973 | fa163e2b-69af-bc88-eeaf-000000002225 | TASK | Check if rsyslog exists 2025-10-13 07:15:41.400354 | fa163e2b-69af-bc88-eeaf-000000002225 | CHANGED | Check if rsyslog exists | standalone 2025-10-13 07:15:41.401857 | fa163e2b-69af-bc88-eeaf-000000002225 | TIMING | Check if rsyslog exists | standalone | 0:04:44.369738 | 0.25s 2025-10-13 07:15:41.427641 | fa163e2b-69af-bc88-eeaf-000000002227 | TASK | Forward logging to haproxy.log file 2025-10-13 07:15:41.683110 | fa163e2b-69af-bc88-eeaf-000000002227 | CHANGED | Forward logging to haproxy.log file | standalone 2025-10-13 07:15:41.684466 | fa163e2b-69af-bc88-eeaf-000000002227 | TIMING | Forward logging to haproxy.log file | standalone | 0:04:44.652350 | 0.26s 2025-10-13 07:15:41.711051 | fa163e2b-69af-bc88-eeaf-000000002228 | TASK | restart rsyslog service after logging conf change 2025-10-13 07:15:42.525294 | fa163e2b-69af-bc88-eeaf-000000002228 | CHANGED | restart rsyslog service after logging conf change | standalone 2025-10-13 07:15:42.527132 | fa163e2b-69af-bc88-eeaf-000000002228 | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:45.495014 | 0.81s 2025-10-13 07:15:42.554619 | fa163e2b-69af-bc88-eeaf-00000000222f | TASK | Fail if container image is undefined 2025-10-13 07:15:42.618144 | fa163e2b-69af-bc88-eeaf-00000000222f | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 07:15:42.619466 | fa163e2b-69af-bc88-eeaf-00000000222f | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:45.587347 | 0.06s 2025-10-13 07:15:42.661430 | fa163e2b-69af-bc88-eeaf-000000002230 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-13 07:15:49.446574 | fa163e2b-69af-bc88-eeaf-000000002230 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-13 07:15:49.448171 | fa163e2b-69af-bc88-eeaf-000000002230 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:52.416051 | 6.79s 2025-10-13 07:15:49.506603 | fa163e2b-69af-bc88-eeaf-000000002231 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-10-13 07:15:49.867119 | fa163e2b-69af-bc88-eeaf-000000002231 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-10-13 07:15:49.868505 | fa163e2b-69af-bc88-eeaf-000000002231 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:52.836389 | 0.36s 2025-10-13 07:15:49.918131 | fa163e2b-69af-bc88-eeaf-00000000223c | TASK | make sure certmonger is installed 2025-10-13 07:15:52.874517 | fa163e2b-69af-bc88-eeaf-00000000223c | OK | make sure certmonger is installed | standalone 2025-10-13 07:15:52.876154 | fa163e2b-69af-bc88-eeaf-00000000223c | TIMING | make sure certmonger is installed | standalone | 0:04:55.844034 | 2.96s 2025-10-13 07:15:52.902410 | fa163e2b-69af-bc88-eeaf-00000000223d | TASK | make sure certmonger service is started 2025-10-13 07:15:54.320581 | fa163e2b-69af-bc88-eeaf-00000000223d | OK | make sure certmonger service is started | standalone 2025-10-13 07:15:54.322607 | fa163e2b-69af-bc88-eeaf-00000000223d | TIMING | make sure certmonger service is started | standalone | 0:04:57.290489 | 1.42s 2025-10-13 07:15:54.351122 | fa163e2b-69af-bc88-eeaf-00000000223e | TASK | Create dirs for certificates and keys 2025-10-13 07:15:54.587888 | fa163e2b-69af-bc88-eeaf-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-13 07:15:54.589170 | fa163e2b-69af-bc88-eeaf-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.557052 | 0.24s 2025-10-13 07:15:54.744046 | fa163e2b-69af-bc88-eeaf-00000000223e | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-13 07:15:54.745026 | fa163e2b-69af-bc88-eeaf-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.712914 | 0.39s 2025-10-13 07:15:54.750200 | fa163e2b-69af-bc88-eeaf-00000000223e | TIMING | Create dirs for certificates and keys | standalone | 0:04:57.718084 | 0.40s 2025-10-13 07:15:54.770694 | fa163e2b-69af-bc88-eeaf-00000000223f | TASK | Extract and trust certmonger's local CA 2025-10-13 07:15:56.063836 | fa163e2b-69af-bc88-eeaf-00000000223f | CHANGED | Extract and trust certmonger's local CA | standalone 2025-10-13 07:15:56.065321 | fa163e2b-69af-bc88-eeaf-00000000223f | TIMING | Extract and trust certmonger's local CA | standalone | 0:04:59.033203 | 1.29s 2025-10-13 07:15:56.122969 | fa163e2b-69af-bc88-eeaf-000000002240 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:59.090849 | 0.03s 2025-10-13 07:15:56.174012 | fa163e2b-69af-bc88-eeaf-0000000023ca | TASK | Set version specific variables 2025-10-13 07:15:56.221082 | fa163e2b-69af-bc88-eeaf-0000000023ca | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:59.188953 | 0.05s 2025-10-13 07:15:56.239790 | 79d71f59-ccc4-40e4-82bf-1d334c8dadf8 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:15:56.262536 | fa163e2b-69af-bc88-eeaf-000000002409 | TASK | Ensure ansible_facts used by role 2025-10-13 07:15:56.644720 | fa163e2b-69af-bc88-eeaf-000000002409 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:15:56.646211 | fa163e2b-69af-bc88-eeaf-000000002409 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:59.614094 | 0.38s 2025-10-13 07:15:56.672005 | fa163e2b-69af-bc88-eeaf-00000000240a | TASK | Set platform/version specific variables 2025-10-13 07:15:56.723889 | fa163e2b-69af-bc88-eeaf-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:15:56.740867 | fa163e2b-69af-bc88-eeaf-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:15:56.753850 | fa163e2b-69af-bc88-eeaf-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:15:56.763683 | fa163e2b-69af-bc88-eeaf-00000000240a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:15:56.768033 | fa163e2b-69af-bc88-eeaf-00000000240a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:59.735915 | 0.09s 2025-10-13 07:15:56.793570 | fa163e2b-69af-bc88-eeaf-0000000023cb | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:15:59.738952 | fa163e2b-69af-bc88-eeaf-0000000023cb | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:15:59.740260 | fa163e2b-69af-bc88-eeaf-0000000023cb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:02.708142 | 2.95s 2025-10-13 07:15:59.765141 | fa163e2b-69af-bc88-eeaf-0000000023cd | TASK | Ensure provider packages are installed 2025-10-13 07:16:02.669418 | fa163e2b-69af-bc88-eeaf-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:05.637286 | 2.90s 2025-10-13 07:16:02.682544 | fa163e2b-69af-bc88-eeaf-0000000023cd | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:05.650410 | 2.92s 2025-10-13 07:16:02.708579 | fa163e2b-69af-bc88-eeaf-0000000023cf | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:16:04.994592 | fa163e2b-69af-bc88-eeaf-0000000023cf | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:04.996220 | fa163e2b-69af-bc88-eeaf-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:07.964094 | 2.29s 2025-10-13 07:16:05.005576 | fa163e2b-69af-bc88-eeaf-0000000023cf | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:07.973452 | 2.30s 2025-10-13 07:16:05.031630 | fa163e2b-69af-bc88-eeaf-0000000023d1 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:16:05.439136 | fa163e2b-69af-bc88-eeaf-0000000023d1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:05.440842 | fa163e2b-69af-bc88-eeaf-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:08.408716 | 0.41s 2025-10-13 07:16:05.447651 | fa163e2b-69af-bc88-eeaf-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:08.415526 | 0.41s 2025-10-13 07:16:05.473517 | fa163e2b-69af-bc88-eeaf-0000000023d3 | TASK | Ensure provider service is running 2025-10-13 07:16:05.934316 | fa163e2b-69af-bc88-eeaf-0000000023d3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:16:05.936987 | fa163e2b-69af-bc88-eeaf-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:08.904867 | 0.46s 2025-10-13 07:16:05.947706 | fa163e2b-69af-bc88-eeaf-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:08.915584 | 0.47s 2025-10-13 07:16:05.975340 | fa163e2b-69af-bc88-eeaf-0000000023d6 | TASK | Ensure certificate requests 2025-10-13 07:16:08.142274 | fa163e2b-69af-bc88-eeaf-0000000023d6 | 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-10-13 07:16:08.144170 | fa163e2b-69af-bc88-eeaf-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.112049 | 2.17s 2025-10-13 07:16:08.151028 | fa163e2b-69af-bc88-eeaf-0000000023d6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:11.118915 | 2.17s 2025-10-13 07:16:08.199821 | fa163e2b-69af-bc88-eeaf-000000002242 | TASK | Create dirs for certificates and keys 2025-10-13 07:16:08.463112 | fa163e2b-69af-bc88-eeaf-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-10-13 07:16:08.466294 | fa163e2b-69af-bc88-eeaf-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:11.434168 | 0.26s 2025-10-13 07:16:09.129550 | fa163e2b-69af-bc88-eeaf-000000002242 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-10-13 07:16:09.130697 | fa163e2b-69af-bc88-eeaf-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.098581 | 0.93s 2025-10-13 07:16:09.137564 | fa163e2b-69af-bc88-eeaf-000000002242 | TIMING | Create dirs for certificates and keys | standalone | 0:05:12.105444 | 0.94s 2025-10-13 07:16:09.213353 | fa163e2b-69af-bc88-eeaf-000000002243 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:12.181218 | 0.05s 2025-10-13 07:16:09.284436 | fa163e2b-69af-bc88-eeaf-000000002458 | TASK | Set version specific variables 2025-10-13 07:16:09.332492 | fa163e2b-69af-bc88-eeaf-000000002458 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:12.300358 | 0.05s 2025-10-13 07:16:09.353119 | efc29fa1-4f97-4ffc-b5ba-13a49b972e03 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:16:09.379884 | fa163e2b-69af-bc88-eeaf-00000000248b | TASK | Ensure ansible_facts used by role 2025-10-13 07:16:09.764480 | fa163e2b-69af-bc88-eeaf-00000000248b | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:16:09.766051 | fa163e2b-69af-bc88-eeaf-00000000248b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:12.733933 | 0.39s 2025-10-13 07:16:09.791828 | fa163e2b-69af-bc88-eeaf-00000000248c | TASK | Set platform/version specific variables 2025-10-13 07:16:09.862351 | fa163e2b-69af-bc88-eeaf-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:16:09.879626 | fa163e2b-69af-bc88-eeaf-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:16:09.897729 | fa163e2b-69af-bc88-eeaf-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:16:09.911610 | fa163e2b-69af-bc88-eeaf-00000000248c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:16:09.923469 | fa163e2b-69af-bc88-eeaf-00000000248c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:12.891348 | 0.13s 2025-10-13 07:16:09.948716 | fa163e2b-69af-bc88-eeaf-000000002459 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:16:12.840929 | fa163e2b-69af-bc88-eeaf-000000002459 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:16:12.842771 | fa163e2b-69af-bc88-eeaf-000000002459 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:15.810616 | 2.89s 2025-10-13 07:16:12.868905 | fa163e2b-69af-bc88-eeaf-00000000245b | TASK | Ensure provider packages are installed 2025-10-13 07:16:15.803805 | fa163e2b-69af-bc88-eeaf-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.771663 | 2.93s 2025-10-13 07:16:15.815255 | fa163e2b-69af-bc88-eeaf-00000000245b | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:18.783141 | 2.95s 2025-10-13 07:16:15.833167 | fa163e2b-69af-bc88-eeaf-00000000245d | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:16:16.104808 | fa163e2b-69af-bc88-eeaf-00000000245d | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:16.106208 | fa163e2b-69af-bc88-eeaf-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.074088 | 0.27s 2025-10-13 07:16:16.115792 | fa163e2b-69af-bc88-eeaf-00000000245d | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:19.083673 | 0.28s 2025-10-13 07:16:16.141199 | fa163e2b-69af-bc88-eeaf-00000000245f | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:16:16.450626 | fa163e2b-69af-bc88-eeaf-00000000245f | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:16.451986 | fa163e2b-69af-bc88-eeaf-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.419868 | 0.31s 2025-10-13 07:16:16.461508 | fa163e2b-69af-bc88-eeaf-00000000245f | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:19.429389 | 0.32s 2025-10-13 07:16:16.486925 | fa163e2b-69af-bc88-eeaf-000000002461 | TASK | Ensure provider service is running 2025-10-13 07:16:16.896411 | fa163e2b-69af-bc88-eeaf-000000002461 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:16:16.898210 | fa163e2b-69af-bc88-eeaf-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:19.866091 | 0.41s 2025-10-13 07:16:16.906653 | fa163e2b-69af-bc88-eeaf-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:19.874527 | 0.42s 2025-10-13 07:16:16.933799 | fa163e2b-69af-bc88-eeaf-000000002464 | TASK | Ensure certificate requests 2025-10-13 07:16:18.768333 | fa163e2b-69af-bc88-eeaf-000000002464 | 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-10-13 07:16:18.770139 | fa163e2b-69af-bc88-eeaf-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:21.738017 | 1.83s 2025-10-13 07:16:20.522456 | fa163e2b-69af-bc88-eeaf-000000002464 | 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-10-13 07:16:20.523366 | fa163e2b-69af-bc88-eeaf-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:23.491256 | 3.59s 2025-10-13 07:16:22.502880 | fa163e2b-69af-bc88-eeaf-000000002464 | 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-10-13 07:16:22.504175 | fa163e2b-69af-bc88-eeaf-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:25.472059 | 5.57s 2025-10-13 07:16:24.538180 | fa163e2b-69af-bc88-eeaf-000000002464 | 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-10-13 07:16:24.539330 | fa163e2b-69af-bc88-eeaf-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.507214 | 7.60s 2025-10-13 07:16:24.547416 | fa163e2b-69af-bc88-eeaf-000000002464 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:27.515302 | 7.61s 2025-10-13 07:16:24.598224 | fa163e2b-69af-bc88-eeaf-000000002245 | TASK | Run lvmfilter role 2025-10-13 07:16:24.648361 | fa163e2b-69af-bc88-eeaf-000000002245 | TIMING | Run lvmfilter role | standalone | 0:05:27.616238 | 0.05s 2025-10-13 07:16:24.718358 | fa163e2b-69af-bc88-eeaf-0000000024f8 | TASK | Check if lvm2 is installed 2025-10-13 07:16:25.958128 | fa163e2b-69af-bc88-eeaf-0000000024f8 | CHANGED | Check if lvm2 is installed | standalone 2025-10-13 07:16:25.959440 | fa163e2b-69af-bc88-eeaf-0000000024f8 | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:28.927322 | 1.24s 2025-10-13 07:16:25.985137 | fa163e2b-69af-bc88-eeaf-0000000024fa | TASK | collect ansible devices 2025-10-13 07:16:26.035524 | fa163e2b-69af-bc88-eeaf-0000000024fa | SKIPPED | collect ansible devices | standalone 2025-10-13 07:16:26.036634 | fa163e2b-69af-bc88-eeaf-0000000024fa | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:29.004515 | 0.05s 2025-10-13 07:16:26.062123 | fa163e2b-69af-bc88-eeaf-0000000024fb | TASK | collect in-use lvm2 devices list 2025-10-13 07:16:26.112319 | fa163e2b-69af-bc88-eeaf-0000000024fb | SKIPPED | collect in-use lvm2 devices list | standalone 2025-10-13 07:16:26.113437 | fa163e2b-69af-bc88-eeaf-0000000024fb | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:29.081269 | 0.05s 2025-10-13 07:16:26.138301 | fa163e2b-69af-bc88-eeaf-0000000024fc | TASK | set allowed_devices 2025-10-13 07:16:26.188972 | fa163e2b-69af-bc88-eeaf-0000000024fc | SKIPPED | set allowed_devices | standalone 2025-10-13 07:16:26.190295 | fa163e2b-69af-bc88-eeaf-0000000024fc | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:29.158175 | 0.05s 2025-10-13 07:16:26.217818 | fa163e2b-69af-bc88-eeaf-0000000024fd | TASK | build lvm2 allow list 2025-10-13 07:16:26.268516 | fa163e2b-69af-bc88-eeaf-0000000024fd | SKIPPED | build lvm2 allow list | standalone 2025-10-13 07:16:26.269652 | fa163e2b-69af-bc88-eeaf-0000000024fd | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:29.237534 | 0.05s 2025-10-13 07:16:26.295654 | fa163e2b-69af-bc88-eeaf-0000000024fe | TASK | build lvm2 deny list 2025-10-13 07:16:26.345873 | fa163e2b-69af-bc88-eeaf-0000000024fe | SKIPPED | build lvm2 deny list | standalone 2025-10-13 07:16:26.348079 | fa163e2b-69af-bc88-eeaf-0000000024fe | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:29.315953 | 0.05s 2025-10-13 07:16:26.373908 | fa163e2b-69af-bc88-eeaf-0000000024ff | TASK | build lvm2 filter 2025-10-13 07:16:26.415728 | fa163e2b-69af-bc88-eeaf-0000000024ff | SKIPPED | build lvm2 filter | standalone 2025-10-13 07:16:26.417022 | fa163e2b-69af-bc88-eeaf-0000000024ff | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:29.384897 | 0.04s 2025-10-13 07:16:26.443051 | fa163e2b-69af-bc88-eeaf-000000002500 | TASK | regenerate lvm config 2025-10-13 07:16:26.493263 | fa163e2b-69af-bc88-eeaf-000000002500 | SKIPPED | regenerate lvm config | standalone 2025-10-13 07:16:26.494307 | fa163e2b-69af-bc88-eeaf-000000002500 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:29.462191 | 0.05s 2025-10-13 07:16:26.511964 | fa163e2b-69af-bc88-eeaf-000000002501 | TASK | copy new lvm.conf in place 2025-10-13 07:16:26.548068 | fa163e2b-69af-bc88-eeaf-000000002501 | SKIPPED | copy new lvm.conf in place | standalone 2025-10-13 07:16:26.548748 | fa163e2b-69af-bc88-eeaf-000000002501 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:29.516623 | 0.04s 2025-10-13 07:16:26.597838 | fa163e2b-69af-bc88-eeaf-00000000224b | TASK | Fail if container image is undefined 2025-10-13 07:16:26.648898 | fa163e2b-69af-bc88-eeaf-00000000224b | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 07:16:26.650020 | fa163e2b-69af-bc88-eeaf-00000000224b | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:29.617901 | 0.05s 2025-10-13 07:16:26.690927 | fa163e2b-69af-bc88-eeaf-00000000224c | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-13 07:16:35.750118 | fa163e2b-69af-bc88-eeaf-00000000224c | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-13 07:16:35.751483 | fa163e2b-69af-bc88-eeaf-00000000224c | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:38.719364 | 9.06s 2025-10-13 07:16:35.806933 | fa163e2b-69af-bc88-eeaf-00000000224d | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-10-13 07:16:36.172091 | fa163e2b-69af-bc88-eeaf-00000000224d | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-10-13 07:16:36.173019 | fa163e2b-69af-bc88-eeaf-00000000224d | 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:39.140910 | 0.36s 2025-10-13 07:16:36.269314 | fa163e2b-69af-bc88-eeaf-000000002258 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:39.237186 | 0.05s 2025-10-13 07:16:36.330566 | fa163e2b-69af-bc88-eeaf-000000002570 | TASK | Set version specific variables 2025-10-13 07:16:36.379019 | fa163e2b-69af-bc88-eeaf-000000002570 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:39.346892 | 0.05s 2025-10-13 07:16:36.398965 | bb755ca9-c65c-42d8-be21-e19f49df5ea1 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:16:36.428599 | fa163e2b-69af-bc88-eeaf-00000000259f | TASK | Ensure ansible_facts used by role 2025-10-13 07:16:36.788362 | fa163e2b-69af-bc88-eeaf-00000000259f | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:16:36.789959 | fa163e2b-69af-bc88-eeaf-00000000259f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:39.757841 | 0.36s 2025-10-13 07:16:36.817116 | fa163e2b-69af-bc88-eeaf-0000000025a0 | TASK | Set platform/version specific variables 2025-10-13 07:16:36.875507 | fa163e2b-69af-bc88-eeaf-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:16:36.894262 | fa163e2b-69af-bc88-eeaf-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:16:36.912613 | fa163e2b-69af-bc88-eeaf-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:16:36.923214 | fa163e2b-69af-bc88-eeaf-0000000025a0 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:16:36.935602 | fa163e2b-69af-bc88-eeaf-0000000025a0 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:39.903485 | 0.12s 2025-10-13 07:16:36.962252 | fa163e2b-69af-bc88-eeaf-000000002571 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:16:39.966426 | fa163e2b-69af-bc88-eeaf-000000002571 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:16:39.967691 | fa163e2b-69af-bc88-eeaf-000000002571 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:42.935573 | 3.00s 2025-10-13 07:16:39.993011 | fa163e2b-69af-bc88-eeaf-000000002573 | TASK | Ensure provider packages are installed 2025-10-13 07:16:42.885507 | fa163e2b-69af-bc88-eeaf-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.853379 | 2.89s 2025-10-13 07:16:42.891763 | fa163e2b-69af-bc88-eeaf-000000002573 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:45.859620 | 2.90s 2025-10-13 07:16:42.918530 | fa163e2b-69af-bc88-eeaf-000000002575 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:16:43.177956 | fa163e2b-69af-bc88-eeaf-000000002575 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:43.179543 | fa163e2b-69af-bc88-eeaf-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.147424 | 0.26s 2025-10-13 07:16:43.191572 | fa163e2b-69af-bc88-eeaf-000000002575 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:46.159458 | 0.27s 2025-10-13 07:16:43.217478 | fa163e2b-69af-bc88-eeaf-000000002577 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:16:43.496973 | fa163e2b-69af-bc88-eeaf-000000002577 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:43.497885 | fa163e2b-69af-bc88-eeaf-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.465774 | 0.28s 2025-10-13 07:16:43.501498 | fa163e2b-69af-bc88-eeaf-000000002577 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:46.469375 | 0.28s 2025-10-13 07:16:43.528135 | fa163e2b-69af-bc88-eeaf-000000002579 | TASK | Ensure provider service is running 2025-10-13 07:16:43.931634 | fa163e2b-69af-bc88-eeaf-000000002579 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:16:43.934427 | fa163e2b-69af-bc88-eeaf-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:46.902304 | 0.40s 2025-10-13 07:16:43.945016 | fa163e2b-69af-bc88-eeaf-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:46.912894 | 0.42s 2025-10-13 07:16:43.972894 | fa163e2b-69af-bc88-eeaf-00000000257c | TASK | Ensure certificate requests 2025-10-13 07:16:46.288473 | fa163e2b-69af-bc88-eeaf-00000000257c | 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-10-13 07:16:46.290812 | fa163e2b-69af-bc88-eeaf-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.258692 | 2.32s 2025-10-13 07:16:46.301302 | fa163e2b-69af-bc88-eeaf-00000000257c | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:49.269182 | 2.33s 2025-10-13 07:16:46.402531 | fa163e2b-69af-bc88-eeaf-00000000225a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:49.370399 | 0.05s 2025-10-13 07:16:46.465139 | fa163e2b-69af-bc88-eeaf-0000000025e4 | TASK | Set version specific variables 2025-10-13 07:16:46.512670 | fa163e2b-69af-bc88-eeaf-0000000025e4 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:49.480542 | 0.05s 2025-10-13 07:16:46.531491 | 79544cdd-dc40-4c55-ae31-fa08f412f1dd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:16:46.562263 | fa163e2b-69af-bc88-eeaf-000000002613 | TASK | Ensure ansible_facts used by role 2025-10-13 07:16:46.947495 | fa163e2b-69af-bc88-eeaf-000000002613 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:16:46.949032 | fa163e2b-69af-bc88-eeaf-000000002613 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:49.916914 | 0.39s 2025-10-13 07:16:46.975452 | fa163e2b-69af-bc88-eeaf-000000002614 | TASK | Set platform/version specific variables 2025-10-13 07:16:47.058225 | fa163e2b-69af-bc88-eeaf-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:16:47.089612 | fa163e2b-69af-bc88-eeaf-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:16:47.117600 | fa163e2b-69af-bc88-eeaf-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:16:47.137557 | fa163e2b-69af-bc88-eeaf-000000002614 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:16:47.145373 | fa163e2b-69af-bc88-eeaf-000000002614 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:50.113244 | 0.17s 2025-10-13 07:16:47.171468 | fa163e2b-69af-bc88-eeaf-0000000025e5 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:16:50.000873 | fa163e2b-69af-bc88-eeaf-0000000025e5 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:16:50.002263 | fa163e2b-69af-bc88-eeaf-0000000025e5 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:52.970146 | 2.83s 2025-10-13 07:16:50.027168 | fa163e2b-69af-bc88-eeaf-0000000025e7 | TASK | Ensure provider packages are installed 2025-10-13 07:16:52.980307 | fa163e2b-69af-bc88-eeaf-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:55.948175 | 2.95s 2025-10-13 07:16:52.987332 | fa163e2b-69af-bc88-eeaf-0000000025e7 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:55.955208 | 2.96s 2025-10-13 07:16:53.015788 | fa163e2b-69af-bc88-eeaf-0000000025e9 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:16:53.294817 | fa163e2b-69af-bc88-eeaf-0000000025e9 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:53.296785 | fa163e2b-69af-bc88-eeaf-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.264664 | 0.28s 2025-10-13 07:16:53.306848 | fa163e2b-69af-bc88-eeaf-0000000025e9 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:56.274727 | 0.29s 2025-10-13 07:16:53.332654 | fa163e2b-69af-bc88-eeaf-0000000025eb | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:16:53.608821 | fa163e2b-69af-bc88-eeaf-0000000025eb | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:16:53.610997 | fa163e2b-69af-bc88-eeaf-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:56.578876 | 0.28s 2025-10-13 07:16:53.621225 | fa163e2b-69af-bc88-eeaf-0000000025eb | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:56.589102 | 0.29s 2025-10-13 07:16:53.647543 | fa163e2b-69af-bc88-eeaf-0000000025ed | TASK | Ensure provider service is running 2025-10-13 07:16:54.087423 | fa163e2b-69af-bc88-eeaf-0000000025ed | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:16:54.090118 | fa163e2b-69af-bc88-eeaf-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.057998 | 0.44s 2025-10-13 07:16:54.100765 | fa163e2b-69af-bc88-eeaf-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:57.068603 | 0.45s 2025-10-13 07:16:54.127925 | fa163e2b-69af-bc88-eeaf-0000000025f0 | TASK | Ensure certificate requests 2025-10-13 07:16:55.611936 | fa163e2b-69af-bc88-eeaf-0000000025f0 | 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-10-13 07:16:55.613445 | fa163e2b-69af-bc88-eeaf-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:58.581326 | 1.48s 2025-10-13 07:16:55.620050 | fa163e2b-69af-bc88-eeaf-0000000025f0 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:58.587925 | 1.49s 2025-10-13 07:16:55.669096 | fa163e2b-69af-bc88-eeaf-000000002261 | TASK | Fail if container image is undefined 2025-10-13 07:16:55.742305 | fa163e2b-69af-bc88-eeaf-000000002261 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 07:16:55.744123 | fa163e2b-69af-bc88-eeaf-000000002261 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:58.712000 | 0.07s 2025-10-13 07:16:55.797115 | fa163e2b-69af-bc88-eeaf-000000002262 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-13 07:17:04.173987 | fa163e2b-69af-bc88-eeaf-000000002262 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-13 07:17:04.176663 | fa163e2b-69af-bc88-eeaf-000000002262 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:07.144541 | 8.38s 2025-10-13 07:17:04.234201 | fa163e2b-69af-bc88-eeaf-000000002263 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-10-13 07:17:04.590549 | fa163e2b-69af-bc88-eeaf-000000002263 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-10-13 07:17:04.592024 | fa163e2b-69af-bc88-eeaf-000000002263 | 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:07.559907 | 0.36s 2025-10-13 07:17:04.693911 | fa163e2b-69af-bc88-eeaf-00000000226e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:07.661777 | 0.05s 2025-10-13 07:17:04.757782 | fa163e2b-69af-bc88-eeaf-00000000265e | TASK | Set version specific variables 2025-10-13 07:17:04.804726 | fa163e2b-69af-bc88-eeaf-00000000265e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:07.772598 | 0.05s 2025-10-13 07:17:04.826510 | 78153c42-4ecc-471a-ae59-5e3b236c31d7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:17:04.852274 | fa163e2b-69af-bc88-eeaf-00000000268d | TASK | Ensure ansible_facts used by role 2025-10-13 07:17:05.245616 | fa163e2b-69af-bc88-eeaf-00000000268d | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:17:05.247330 | fa163e2b-69af-bc88-eeaf-00000000268d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:08.215212 | 0.39s 2025-10-13 07:17:05.274461 | fa163e2b-69af-bc88-eeaf-00000000268e | TASK | Set platform/version specific variables 2025-10-13 07:17:05.343178 | fa163e2b-69af-bc88-eeaf-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:05.374101 | fa163e2b-69af-bc88-eeaf-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:05.405422 | fa163e2b-69af-bc88-eeaf-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:17:05.419498 | fa163e2b-69af-bc88-eeaf-00000000268e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:17:05.424993 | fa163e2b-69af-bc88-eeaf-00000000268e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:08.392869 | 0.15s 2025-10-13 07:17:05.447246 | fa163e2b-69af-bc88-eeaf-00000000265f | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:17:08.531950 | fa163e2b-69af-bc88-eeaf-00000000265f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:17:08.533147 | fa163e2b-69af-bc88-eeaf-00000000265f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:11.501032 | 3.08s 2025-10-13 07:17:08.562374 | fa163e2b-69af-bc88-eeaf-000000002661 | TASK | Ensure provider packages are installed 2025-10-13 07:17:11.569635 | fa163e2b-69af-bc88-eeaf-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:14.537501 | 3.01s 2025-10-13 07:17:11.581798 | fa163e2b-69af-bc88-eeaf-000000002661 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:14.549676 | 3.02s 2025-10-13 07:17:11.608819 | fa163e2b-69af-bc88-eeaf-000000002663 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:17:11.891617 | fa163e2b-69af-bc88-eeaf-000000002663 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:17:11.892556 | fa163e2b-69af-bc88-eeaf-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:14.860446 | 0.28s 2025-10-13 07:17:11.904565 | fa163e2b-69af-bc88-eeaf-000000002663 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:14.872442 | 0.29s 2025-10-13 07:17:11.932183 | fa163e2b-69af-bc88-eeaf-000000002665 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:17:12.205250 | fa163e2b-69af-bc88-eeaf-000000002665 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:17:12.206655 | fa163e2b-69af-bc88-eeaf-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:15.174535 | 0.27s 2025-10-13 07:17:12.218988 | fa163e2b-69af-bc88-eeaf-000000002665 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:15.186866 | 0.29s 2025-10-13 07:17:12.245064 | fa163e2b-69af-bc88-eeaf-000000002667 | TASK | Ensure provider service is running 2025-10-13 07:17:12.681763 | fa163e2b-69af-bc88-eeaf-000000002667 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:17:12.683535 | fa163e2b-69af-bc88-eeaf-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.651416 | 0.44s 2025-10-13 07:17:12.698070 | fa163e2b-69af-bc88-eeaf-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:15.665944 | 0.45s 2025-10-13 07:17:12.731379 | fa163e2b-69af-bc88-eeaf-00000000266a | TASK | Ensure certificate requests 2025-10-13 07:17:14.276689 | fa163e2b-69af-bc88-eeaf-00000000266a | 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-10-13 07:17:14.278208 | fa163e2b-69af-bc88-eeaf-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:17.246091 | 1.55s 2025-10-13 07:17:14.284538 | fa163e2b-69af-bc88-eeaf-00000000266a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:17.252425 | 1.55s 2025-10-13 07:17:14.386136 | fa163e2b-69af-bc88-eeaf-000000002270 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:17.353998 | 0.05s 2025-10-13 07:17:14.454858 | fa163e2b-69af-bc88-eeaf-0000000026d2 | TASK | Set version specific variables 2025-10-13 07:17:14.503883 | fa163e2b-69af-bc88-eeaf-0000000026d2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:17.471752 | 0.05s 2025-10-13 07:17:14.525572 | ca08bd01-7f05-4f24-99f0-c9df13fa0be4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:17:14.559554 | fa163e2b-69af-bc88-eeaf-000000002701 | TASK | Ensure ansible_facts used by role 2025-10-13 07:17:14.945924 | fa163e2b-69af-bc88-eeaf-000000002701 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:17:14.947549 | fa163e2b-69af-bc88-eeaf-000000002701 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:17.915430 | 0.39s 2025-10-13 07:17:14.975485 | fa163e2b-69af-bc88-eeaf-000000002702 | TASK | Set platform/version specific variables 2025-10-13 07:17:15.062646 | fa163e2b-69af-bc88-eeaf-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:15.093565 | fa163e2b-69af-bc88-eeaf-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:15.122055 | fa163e2b-69af-bc88-eeaf-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:17:15.142824 | fa163e2b-69af-bc88-eeaf-000000002702 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:17:15.148768 | fa163e2b-69af-bc88-eeaf-000000002702 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:18.116611 | 0.17s 2025-10-13 07:17:15.175472 | fa163e2b-69af-bc88-eeaf-0000000026d3 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:17:18.103356 | fa163e2b-69af-bc88-eeaf-0000000026d3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:17:18.104684 | fa163e2b-69af-bc88-eeaf-0000000026d3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:21.072564 | 2.93s 2025-10-13 07:17:18.129871 | fa163e2b-69af-bc88-eeaf-0000000026d5 | TASK | Ensure provider packages are installed 2025-10-13 07:17:21.090817 | fa163e2b-69af-bc88-eeaf-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:24.058692 | 2.96s 2025-10-13 07:17:21.103170 | fa163e2b-69af-bc88-eeaf-0000000026d5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:24.071049 | 2.97s 2025-10-13 07:17:21.129090 | fa163e2b-69af-bc88-eeaf-0000000026d7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:17:21.433942 | fa163e2b-69af-bc88-eeaf-0000000026d7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:17:21.436349 | fa163e2b-69af-bc88-eeaf-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:24.404229 | 0.31s 2025-10-13 07:17:21.446192 | fa163e2b-69af-bc88-eeaf-0000000026d7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:24.414070 | 0.32s 2025-10-13 07:17:21.472307 | fa163e2b-69af-bc88-eeaf-0000000026d9 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:17:21.754060 | fa163e2b-69af-bc88-eeaf-0000000026d9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:17:21.755644 | fa163e2b-69af-bc88-eeaf-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.723516 | 0.28s 2025-10-13 07:17:21.761415 | fa163e2b-69af-bc88-eeaf-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:24.729302 | 0.29s 2025-10-13 07:17:21.781198 | fa163e2b-69af-bc88-eeaf-0000000026db | TASK | Ensure provider service is running 2025-10-13 07:17:22.224004 | fa163e2b-69af-bc88-eeaf-0000000026db | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:17:22.225918 | fa163e2b-69af-bc88-eeaf-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:25.193797 | 0.44s 2025-10-13 07:17:22.239015 | fa163e2b-69af-bc88-eeaf-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:25.206890 | 0.46s 2025-10-13 07:17:22.266466 | fa163e2b-69af-bc88-eeaf-0000000026de | TASK | Ensure certificate requests 2025-10-13 07:17:23.577955 | fa163e2b-69af-bc88-eeaf-0000000026de | 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-10-13 07:17:23.579296 | fa163e2b-69af-bc88-eeaf-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.547178 | 1.31s 2025-10-13 07:17:23.586191 | fa163e2b-69af-bc88-eeaf-0000000026de | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:26.554068 | 1.32s 2025-10-13 07:17:23.637419 | fa163e2b-69af-bc88-eeaf-000000002272 | TASK | install systemd-container for a greenfield 2025-10-13 07:17:41.592012 | fa163e2b-69af-bc88-eeaf-000000002272 | CHANGED | install systemd-container for a greenfield | standalone 2025-10-13 07:17:41.593605 | fa163e2b-69af-bc88-eeaf-000000002272 | TIMING | install systemd-container for a greenfield | standalone | 0:06:44.561486 | 17.95s 2025-10-13 07:17:41.624266 | fa163e2b-69af-bc88-eeaf-000000002273 | TASK | manage PMEM namespaces for vPMEM 2025-10-13 07:17:41.685264 | fa163e2b-69af-bc88-eeaf-000000002273 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-10-13 07:17:41.686381 | fa163e2b-69af-bc88-eeaf-000000002273 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:44.654263 | 0.06s 2025-10-13 07:17:41.711319 | fa163e2b-69af-bc88-eeaf-000000002275 | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-10-13 07:17:41.985822 | fa163e2b-69af-bc88-eeaf-000000002275 | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-10-13 07:17:41.987190 | fa163e2b-69af-bc88-eeaf-000000002275 | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:44.955072 | 0.27s 2025-10-13 07:17:42.011423 | fa163e2b-69af-bc88-eeaf-000000002277 | TASK | is KSM enabled 2025-10-13 07:17:42.064474 | fa163e2b-69af-bc88-eeaf-000000002277 | OK | is KSM enabled | standalone 2025-10-13 07:17:42.065584 | fa163e2b-69af-bc88-eeaf-000000002277 | TIMING | is KSM enabled | standalone | 0:06:45.033467 | 0.05s 2025-10-13 07:17:42.090453 | fa163e2b-69af-bc88-eeaf-000000002279 | TASK | Check for ksm 2025-10-13 07:17:42.367079 | fa163e2b-69af-bc88-eeaf-000000002279 | CHANGED | Check for ksm | standalone 2025-10-13 07:17:42.368350 | fa163e2b-69af-bc88-eeaf-000000002279 | TIMING | Check for ksm | standalone | 0:06:45.336232 | 0.28s 2025-10-13 07:17:42.393614 | fa163e2b-69af-bc88-eeaf-00000000227a | TASK | disable KSM services 2025-10-13 07:17:42.472407 | fa163e2b-69af-bc88-eeaf-00000000227a | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-10-13 07:17:42.495752 | fa163e2b-69af-bc88-eeaf-00000000227a | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-10-13 07:17:42.501466 | fa163e2b-69af-bc88-eeaf-00000000227a | TIMING | disable KSM services | standalone | 0:06:45.469346 | 0.11s 2025-10-13 07:17:42.528619 | fa163e2b-69af-bc88-eeaf-00000000227b | TASK | delete PageKSM after disable ksm on compute 2025-10-13 07:17:42.601245 | fa163e2b-69af-bc88-eeaf-00000000227b | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-10-13 07:17:42.602674 | fa163e2b-69af-bc88-eeaf-00000000227b | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:45.570547 | 0.07s 2025-10-13 07:17:42.630146 | fa163e2b-69af-bc88-eeaf-00000000227d | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-10-13 07:17:42.680706 | fa163e2b-69af-bc88-eeaf-00000000227d | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-10-13 07:17:42.682026 | fa163e2b-69af-bc88-eeaf-00000000227d | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:45.649898 | 0.05s 2025-10-13 07:17:42.707972 | fa163e2b-69af-bc88-eeaf-00000000227e | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-10-13 07:17:42.758123 | fa163e2b-69af-bc88-eeaf-00000000227e | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-10-13 07:17:42.759349 | fa163e2b-69af-bc88-eeaf-00000000227e | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:45.727224 | 0.05s 2025-10-13 07:17:42.784704 | fa163e2b-69af-bc88-eeaf-00000000227f | TASK | enable ksmtunded 2025-10-13 07:17:42.847932 | fa163e2b-69af-bc88-eeaf-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-10-13 07:17:42.860557 | fa163e2b-69af-bc88-eeaf-00000000227f | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-10-13 07:17:42.872247 | fa163e2b-69af-bc88-eeaf-00000000227f | TIMING | enable ksmtunded | standalone | 0:06:45.840128 | 0.09s 2025-10-13 07:17:42.896859 | fa163e2b-69af-bc88-eeaf-000000002281 | TASK | Create dirs for certificates and keys 2025-10-13 07:17:43.163510 | fa163e2b-69af-bc88-eeaf-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-10-13 07:17:43.165040 | fa163e2b-69af-bc88-eeaf-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.132919 | 0.27s 2025-10-13 07:17:43.340527 | fa163e2b-69af-bc88-eeaf-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-10-13 07:17:43.342181 | fa163e2b-69af-bc88-eeaf-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.310067 | 0.44s 2025-10-13 07:17:43.581859 | fa163e2b-69af-bc88-eeaf-000000002281 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-10-13 07:17:43.583538 | fa163e2b-69af-bc88-eeaf-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.551425 | 0.69s 2025-10-13 07:17:43.594607 | fa163e2b-69af-bc88-eeaf-000000002281 | TIMING | Create dirs for certificates and keys | standalone | 0:06:46.562494 | 0.70s 2025-10-13 07:17:43.672454 | fa163e2b-69af-bc88-eeaf-000000002282 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:46.640330 | 0.05s 2025-10-13 07:17:43.740640 | fa163e2b-69af-bc88-eeaf-00000000276e | TASK | Set version specific variables 2025-10-13 07:17:43.790028 | fa163e2b-69af-bc88-eeaf-00000000276e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:46.757902 | 0.05s 2025-10-13 07:17:43.809488 | ec6d3c3f-4e7c-4a76-b44c-abb00bf73810 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:17:43.838986 | fa163e2b-69af-bc88-eeaf-0000000027a1 | TASK | Ensure ansible_facts used by role 2025-10-13 07:17:44.230582 | fa163e2b-69af-bc88-eeaf-0000000027a1 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:17:44.232138 | fa163e2b-69af-bc88-eeaf-0000000027a1 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:47.200020 | 0.39s 2025-10-13 07:17:44.258119 | fa163e2b-69af-bc88-eeaf-0000000027a2 | TASK | Set platform/version specific variables 2025-10-13 07:17:44.322716 | fa163e2b-69af-bc88-eeaf-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:44.340326 | fa163e2b-69af-bc88-eeaf-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:44.358970 | fa163e2b-69af-bc88-eeaf-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:17:44.369346 | fa163e2b-69af-bc88-eeaf-0000000027a2 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:17:44.374937 | fa163e2b-69af-bc88-eeaf-0000000027a2 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:47.342817 | 0.12s 2025-10-13 07:17:44.400007 | fa163e2b-69af-bc88-eeaf-00000000276f | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:17:47.331316 | fa163e2b-69af-bc88-eeaf-00000000276f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:17:47.332775 | fa163e2b-69af-bc88-eeaf-00000000276f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:50.300623 | 2.93s 2025-10-13 07:17:47.357895 | fa163e2b-69af-bc88-eeaf-000000002771 | TASK | Ensure provider packages are installed 2025-10-13 07:17:50.294594 | fa163e2b-69af-bc88-eeaf-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:53.262464 | 2.94s 2025-10-13 07:17:50.306902 | fa163e2b-69af-bc88-eeaf-000000002771 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:53.274716 | 2.95s 2025-10-13 07:17:50.333533 | fa163e2b-69af-bc88-eeaf-000000002773 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:17:50.624801 | fa163e2b-69af-bc88-eeaf-000000002773 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:17:50.626192 | fa163e2b-69af-bc88-eeaf-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:53.594073 | 0.29s 2025-10-13 07:17:50.632573 | fa163e2b-69af-bc88-eeaf-000000002773 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:53.600449 | 0.30s 2025-10-13 07:17:50.660420 | fa163e2b-69af-bc88-eeaf-000000002775 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:17:50.947936 | fa163e2b-69af-bc88-eeaf-000000002775 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:17:50.949329 | fa163e2b-69af-bc88-eeaf-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:53.917209 | 0.29s 2025-10-13 07:17:50.955563 | fa163e2b-69af-bc88-eeaf-000000002775 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:53.923444 | 0.29s 2025-10-13 07:17:50.980907 | fa163e2b-69af-bc88-eeaf-000000002777 | TASK | Ensure provider service is running 2025-10-13 07:17:52.402904 | fa163e2b-69af-bc88-eeaf-000000002777 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:17:52.405527 | fa163e2b-69af-bc88-eeaf-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:55.373406 | 1.42s 2025-10-13 07:17:52.416396 | fa163e2b-69af-bc88-eeaf-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:55.384271 | 1.43s 2025-10-13 07:17:52.444728 | fa163e2b-69af-bc88-eeaf-00000000277a | TASK | Ensure certificate requests 2025-10-13 07:17:54.045305 | fa163e2b-69af-bc88-eeaf-00000000277a | 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-10-13 07:17:54.046922 | fa163e2b-69af-bc88-eeaf-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:57.014801 | 1.60s 2025-10-13 07:17:55.614525 | fa163e2b-69af-bc88-eeaf-00000000277a | 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-10-13 07:17:55.615621 | fa163e2b-69af-bc88-eeaf-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.583506 | 3.17s 2025-10-13 07:17:57.113441 | fa163e2b-69af-bc88-eeaf-00000000277a | 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-10-13 07:17:57.114567 | fa163e2b-69af-bc88-eeaf-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.082451 | 4.67s 2025-10-13 07:17:58.712976 | fa163e2b-69af-bc88-eeaf-00000000277a | 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-10-13 07:17:58.714142 | fa163e2b-69af-bc88-eeaf-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:01.682025 | 6.27s 2025-10-13 07:17:58.722142 | fa163e2b-69af-bc88-eeaf-00000000277a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:01.690022 | 6.28s 2025-10-13 07:17:58.773553 | fa163e2b-69af-bc88-eeaf-000000002284 | TASK | Execute system role for Nova/Libvirt VNC certs 2025-10-13 07:17:58.857496 | fa163e2b-69af-bc88-eeaf-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.825361 | 0.08s 2025-10-13 07:17:58.867761 | fa163e2b-69af-bc88-eeaf-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.835629 | 0.09s 2025-10-13 07:17:58.874884 | fa163e2b-69af-bc88-eeaf-000000002284 | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:01.842763 | 0.10s 2025-10-13 07:17:58.963712 | fa163e2b-69af-bc88-eeaf-0000000027f8 | TASK | Set version specific variables 2025-10-13 07:17:59.024075 | fa163e2b-69af-bc88-eeaf-0000000027f8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:01.991946 | 0.06s 2025-10-13 07:17:59.043595 | 76c2668f-fe73-4148-ab1b-430e95077473 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:17:59.073893 | fa163e2b-69af-bc88-eeaf-000000002850 | TASK | Ensure ansible_facts used by role 2025-10-13 07:17:59.459586 | fa163e2b-69af-bc88-eeaf-000000002850 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:17:59.461140 | fa163e2b-69af-bc88-eeaf-000000002850 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:02.429022 | 0.39s 2025-10-13 07:17:59.487946 | fa163e2b-69af-bc88-eeaf-000000002851 | TASK | Set platform/version specific variables 2025-10-13 07:17:59.564341 | fa163e2b-69af-bc88-eeaf-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:59.582145 | fa163e2b-69af-bc88-eeaf-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:17:59.601069 | fa163e2b-69af-bc88-eeaf-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:17:59.615762 | fa163e2b-69af-bc88-eeaf-000000002851 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:17:59.626975 | fa163e2b-69af-bc88-eeaf-000000002851 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:02.594860 | 0.14s 2025-10-13 07:17:59.644334 | fa163e2b-69af-bc88-eeaf-0000000027f9 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:18:03.526393 | fa163e2b-69af-bc88-eeaf-0000000027f9 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:18:03.528008 | fa163e2b-69af-bc88-eeaf-0000000027f9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:06.495888 | 3.88s 2025-10-13 07:18:03.555216 | fa163e2b-69af-bc88-eeaf-0000000027fb | TASK | Ensure provider packages are installed 2025-10-13 07:18:06.547447 | fa163e2b-69af-bc88-eeaf-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:09.515316 | 2.99s 2025-10-13 07:18:06.553876 | fa163e2b-69af-bc88-eeaf-0000000027fb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:09.521755 | 3.00s 2025-10-13 07:18:06.580932 | fa163e2b-69af-bc88-eeaf-0000000027fd | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:18:06.865332 | fa163e2b-69af-bc88-eeaf-0000000027fd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:06.867477 | fa163e2b-69af-bc88-eeaf-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:09.835350 | 0.29s 2025-10-13 07:18:06.877554 | fa163e2b-69af-bc88-eeaf-0000000027fd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:09.845432 | 0.30s 2025-10-13 07:18:06.904498 | fa163e2b-69af-bc88-eeaf-0000000027ff | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:18:07.173835 | fa163e2b-69af-bc88-eeaf-0000000027ff | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:07.176035 | fa163e2b-69af-bc88-eeaf-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:10.143912 | 0.27s 2025-10-13 07:18:07.186285 | fa163e2b-69af-bc88-eeaf-0000000027ff | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:10.154162 | 0.28s 2025-10-13 07:18:07.204912 | fa163e2b-69af-bc88-eeaf-000000002801 | TASK | Ensure provider service is running 2025-10-13 07:18:07.627212 | fa163e2b-69af-bc88-eeaf-000000002801 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:18:07.630365 | fa163e2b-69af-bc88-eeaf-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:10.598236 | 0.42s 2025-10-13 07:18:07.640423 | fa163e2b-69af-bc88-eeaf-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:10.608303 | 0.43s 2025-10-13 07:18:07.667444 | fa163e2b-69af-bc88-eeaf-000000002804 | TASK | Ensure certificate requests 2025-10-13 07:18:09.644391 | fa163e2b-69af-bc88-eeaf-000000002804 | 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-10-13 07:18:09.646422 | fa163e2b-69af-bc88-eeaf-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:12.614309 | 1.98s 2025-10-13 07:18:09.657129 | fa163e2b-69af-bc88-eeaf-000000002804 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:12.625008 | 1.99s 2025-10-13 07:18:09.707129 | fa163e2b-69af-bc88-eeaf-000000002821 | TASK | Set version specific variables 2025-10-13 07:18:09.757556 | fa163e2b-69af-bc88-eeaf-000000002821 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:12.725423 | 0.05s 2025-10-13 07:18:09.777913 | fcd7780f-2b07-4d2c-b771-206c60058d71 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:18:09.808412 | fa163e2b-69af-bc88-eeaf-00000000288a | TASK | Ensure ansible_facts used by role 2025-10-13 07:18:10.202464 | fa163e2b-69af-bc88-eeaf-00000000288a | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:18:10.204028 | fa163e2b-69af-bc88-eeaf-00000000288a | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:13.171910 | 0.39s 2025-10-13 07:18:10.231211 | fa163e2b-69af-bc88-eeaf-00000000288b | TASK | Set platform/version specific variables 2025-10-13 07:18:10.274940 | fa163e2b-69af-bc88-eeaf-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:10.287273 | fa163e2b-69af-bc88-eeaf-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:10.300211 | fa163e2b-69af-bc88-eeaf-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:18:10.310528 | fa163e2b-69af-bc88-eeaf-00000000288b | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:18:10.316519 | fa163e2b-69af-bc88-eeaf-00000000288b | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:13.284395 | 0.08s 2025-10-13 07:18:10.342104 | fa163e2b-69af-bc88-eeaf-000000002822 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:18:13.253244 | fa163e2b-69af-bc88-eeaf-000000002822 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:18:13.254671 | fa163e2b-69af-bc88-eeaf-000000002822 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:16.222552 | 2.91s 2025-10-13 07:18:13.280765 | fa163e2b-69af-bc88-eeaf-000000002824 | TASK | Ensure provider packages are installed 2025-10-13 07:18:16.336605 | fa163e2b-69af-bc88-eeaf-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:19.304481 | 3.05s 2025-10-13 07:18:16.341430 | fa163e2b-69af-bc88-eeaf-000000002824 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:19.309307 | 3.06s 2025-10-13 07:18:16.367111 | fa163e2b-69af-bc88-eeaf-000000002826 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:18:16.653613 | fa163e2b-69af-bc88-eeaf-000000002826 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:16.655633 | fa163e2b-69af-bc88-eeaf-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:19.623513 | 0.29s 2025-10-13 07:18:16.665795 | fa163e2b-69af-bc88-eeaf-000000002826 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:19.633675 | 0.30s 2025-10-13 07:18:16.691466 | fa163e2b-69af-bc88-eeaf-000000002828 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:18:16.982288 | fa163e2b-69af-bc88-eeaf-000000002828 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:16.983640 | fa163e2b-69af-bc88-eeaf-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:19.951521 | 0.29s 2025-10-13 07:18:16.989324 | fa163e2b-69af-bc88-eeaf-000000002828 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:19.957210 | 0.30s 2025-10-13 07:18:17.007357 | fa163e2b-69af-bc88-eeaf-00000000282a | TASK | Ensure provider service is running 2025-10-13 07:18:17.431792 | fa163e2b-69af-bc88-eeaf-00000000282a | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:18:17.434313 | fa163e2b-69af-bc88-eeaf-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:20.402193 | 0.43s 2025-10-13 07:18:17.445047 | fa163e2b-69af-bc88-eeaf-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:20.412924 | 0.44s 2025-10-13 07:18:17.472623 | fa163e2b-69af-bc88-eeaf-00000000282d | TASK | Ensure certificate requests 2025-10-13 07:18:19.553230 | fa163e2b-69af-bc88-eeaf-00000000282d | 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-10-13 07:18:19.554679 | fa163e2b-69af-bc88-eeaf-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:22.522560 | 2.08s 2025-10-13 07:18:19.561515 | fa163e2b-69af-bc88-eeaf-00000000282d | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:22.529390 | 2.09s 2025-10-13 07:18:19.660613 | fa163e2b-69af-bc88-eeaf-000000002287 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:22.628485 | 0.05s 2025-10-13 07:18:19.723494 | fa163e2b-69af-bc88-eeaf-0000000028cf | TASK | Set version specific variables 2025-10-13 07:18:19.771154 | fa163e2b-69af-bc88-eeaf-0000000028cf | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:22.739030 | 0.05s 2025-10-13 07:18:19.789652 | 5a10d605-8271-4303-8ad3-9a1c3ac6b32f | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:18:19.820258 | fa163e2b-69af-bc88-eeaf-0000000028fe | TASK | Ensure ansible_facts used by role 2025-10-13 07:18:20.214445 | fa163e2b-69af-bc88-eeaf-0000000028fe | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:18:20.216053 | fa163e2b-69af-bc88-eeaf-0000000028fe | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:23.183934 | 0.39s 2025-10-13 07:18:20.241863 | fa163e2b-69af-bc88-eeaf-0000000028ff | TASK | Set platform/version specific variables 2025-10-13 07:18:20.325871 | fa163e2b-69af-bc88-eeaf-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:20.355818 | fa163e2b-69af-bc88-eeaf-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:20.383059 | fa163e2b-69af-bc88-eeaf-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:18:20.403066 | fa163e2b-69af-bc88-eeaf-0000000028ff | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:18:20.408792 | fa163e2b-69af-bc88-eeaf-0000000028ff | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:23.376667 | 0.17s 2025-10-13 07:18:20.434311 | fa163e2b-69af-bc88-eeaf-0000000028d0 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:18:23.379435 | fa163e2b-69af-bc88-eeaf-0000000028d0 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:18:23.380872 | fa163e2b-69af-bc88-eeaf-0000000028d0 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:26.348752 | 2.95s 2025-10-13 07:18:23.406836 | fa163e2b-69af-bc88-eeaf-0000000028d2 | TASK | Ensure provider packages are installed 2025-10-13 07:18:26.362404 | fa163e2b-69af-bc88-eeaf-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:29.330269 | 2.95s 2025-10-13 07:18:26.368910 | fa163e2b-69af-bc88-eeaf-0000000028d2 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:29.336787 | 2.96s 2025-10-13 07:18:26.395073 | fa163e2b-69af-bc88-eeaf-0000000028d4 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:18:26.690090 | fa163e2b-69af-bc88-eeaf-0000000028d4 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:26.692397 | fa163e2b-69af-bc88-eeaf-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:29.660272 | 0.30s 2025-10-13 07:18:26.702354 | fa163e2b-69af-bc88-eeaf-0000000028d4 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:29.670231 | 0.31s 2025-10-13 07:18:26.730047 | fa163e2b-69af-bc88-eeaf-0000000028d6 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:18:26.968126 | fa163e2b-69af-bc88-eeaf-0000000028d6 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:26.969506 | fa163e2b-69af-bc88-eeaf-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:29.937387 | 0.24s 2025-10-13 07:18:26.976433 | fa163e2b-69af-bc88-eeaf-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:29.944311 | 0.24s 2025-10-13 07:18:27.002462 | fa163e2b-69af-bc88-eeaf-0000000028d8 | TASK | Ensure provider service is running 2025-10-13 07:18:27.416810 | fa163e2b-69af-bc88-eeaf-0000000028d8 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:18:27.419371 | fa163e2b-69af-bc88-eeaf-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:30.387251 | 0.42s 2025-10-13 07:18:27.430043 | fa163e2b-69af-bc88-eeaf-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:30.397922 | 0.43s 2025-10-13 07:18:27.457309 | fa163e2b-69af-bc88-eeaf-0000000028db | TASK | Ensure certificate requests 2025-10-13 07:18:29.054334 | fa163e2b-69af-bc88-eeaf-0000000028db | 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-10-13 07:18:29.055770 | fa163e2b-69af-bc88-eeaf-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:32.023619 | 1.60s 2025-10-13 07:18:29.062411 | fa163e2b-69af-bc88-eeaf-0000000028db | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:32.030288 | 1.60s 2025-10-13 07:18:29.112133 | fa163e2b-69af-bc88-eeaf-000000002289 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-13 07:18:29.186970 | fa163e2b-69af-bc88-eeaf-000000002289 | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-13 07:18:29.188216 | fa163e2b-69af-bc88-eeaf-000000002289 | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:32.156098 | 0.07s 2025-10-13 07:18:29.213991 | fa163e2b-69af-bc88-eeaf-00000000228a | TASK | Populate ansible service facts so we can check for pacemaker service 2025-10-13 07:18:32.175689 | fa163e2b-69af-bc88-eeaf-00000000228a | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-10-13 07:18:32.180769 | fa163e2b-69af-bc88-eeaf-00000000228a | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:35.148632 | 2.97s 2025-10-13 07:18:32.216245 | fa163e2b-69af-bc88-eeaf-00000000228c | TASK | Fetch ovn-dbs-bundle 2025-10-13 07:18:32.282695 | fa163e2b-69af-bc88-eeaf-00000000228c | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-10-13 07:18:32.283918 | fa163e2b-69af-bc88-eeaf-00000000228c | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:35.251798 | 0.07s 2025-10-13 07:18:32.313358 | fa163e2b-69af-bc88-eeaf-00000000228d | TASK | Fetch ovn VIP 2025-10-13 07:18:32.385059 | fa163e2b-69af-bc88-eeaf-00000000228d | SKIPPED | Fetch ovn VIP | standalone 2025-10-13 07:18:32.386396 | fa163e2b-69af-bc88-eeaf-00000000228d | TIMING | Fetch ovn VIP | standalone | 0:07:35.354278 | 0.07s 2025-10-13 07:18:32.416201 | fa163e2b-69af-bc88-eeaf-00000000228e | TASK | Remove OVNDBs from pacemaker 2025-10-13 07:18:32.488271 | fa163e2b-69af-bc88-eeaf-00000000228e | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-10-13 07:18:32.489447 | fa163e2b-69af-bc88-eeaf-00000000228e | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:35.457329 | 0.07s 2025-10-13 07:18:32.519130 | fa163e2b-69af-bc88-eeaf-00000000228f | TASK | Remove OVNDBs VIP from pacemaker 2025-10-13 07:18:32.580269 | fa163e2b-69af-bc88-eeaf-00000000228f | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-10-13 07:18:32.581657 | fa163e2b-69af-bc88-eeaf-00000000228f | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:35.549532 | 0.06s 2025-10-13 07:18:32.611276 | fa163e2b-69af-bc88-eeaf-000000002290 | TASK | Clean up pacemaker remote nodes cache 2025-10-13 07:18:32.683070 | fa163e2b-69af-bc88-eeaf-000000002290 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-10-13 07:18:32.684320 | fa163e2b-69af-bc88-eeaf-000000002290 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:35.652201 | 0.07s 2025-10-13 07:18:32.713831 | fa163e2b-69af-bc88-eeaf-000000002291 | TASK | Remove pacemaker attributes 2025-10-13 07:18:32.782403 | fa163e2b-69af-bc88-eeaf-000000002291 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-10-13 07:18:32.789236 | fa163e2b-69af-bc88-eeaf-000000002291 | TIMING | Remove pacemaker attributes | standalone | 0:07:35.757113 | 0.07s 2025-10-13 07:18:32.872162 | fa163e2b-69af-bc88-eeaf-000000002294 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:35.840031 | 0.05s 2025-10-13 07:18:32.947984 | fa163e2b-69af-bc88-eeaf-000000002957 | TASK | Set version specific variables 2025-10-13 07:18:32.998521 | fa163e2b-69af-bc88-eeaf-000000002957 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:35.966402 | 0.05s 2025-10-13 07:18:33.012571 | 936bc0cf-cbaa-422d-b191-906a9159f049 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:18:33.037000 | fa163e2b-69af-bc88-eeaf-000000002988 | TASK | Ensure ansible_facts used by role 2025-10-13 07:18:33.443457 | fa163e2b-69af-bc88-eeaf-000000002988 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:18:33.445004 | fa163e2b-69af-bc88-eeaf-000000002988 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:36.412886 | 0.41s 2025-10-13 07:18:33.474541 | fa163e2b-69af-bc88-eeaf-000000002989 | TASK | Set platform/version specific variables 2025-10-13 07:18:33.569885 | fa163e2b-69af-bc88-eeaf-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:33.603591 | fa163e2b-69af-bc88-eeaf-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:33.632382 | fa163e2b-69af-bc88-eeaf-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:18:33.654095 | fa163e2b-69af-bc88-eeaf-000000002989 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:18:33.659830 | fa163e2b-69af-bc88-eeaf-000000002989 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:36.627706 | 0.18s 2025-10-13 07:18:33.689378 | fa163e2b-69af-bc88-eeaf-000000002958 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:18:36.582984 | fa163e2b-69af-bc88-eeaf-000000002958 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:18:36.584971 | fa163e2b-69af-bc88-eeaf-000000002958 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:39.552848 | 2.89s 2025-10-13 07:18:36.604516 | fa163e2b-69af-bc88-eeaf-00000000295a | TASK | Ensure provider packages are installed 2025-10-13 07:18:39.627003 | fa163e2b-69af-bc88-eeaf-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:42.594875 | 3.02s 2025-10-13 07:18:39.639565 | fa163e2b-69af-bc88-eeaf-00000000295a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:42.607442 | 3.03s 2025-10-13 07:18:39.669042 | fa163e2b-69af-bc88-eeaf-00000000295c | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:18:39.972375 | fa163e2b-69af-bc88-eeaf-00000000295c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:39.973731 | fa163e2b-69af-bc88-eeaf-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:42.941612 | 0.30s 2025-10-13 07:18:39.980250 | fa163e2b-69af-bc88-eeaf-00000000295c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:42.948127 | 0.31s 2025-10-13 07:18:40.013252 | fa163e2b-69af-bc88-eeaf-00000000295e | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:18:40.316324 | fa163e2b-69af-bc88-eeaf-00000000295e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:40.317645 | fa163e2b-69af-bc88-eeaf-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:43.285527 | 0.30s 2025-10-13 07:18:40.323683 | fa163e2b-69af-bc88-eeaf-00000000295e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:43.291569 | 0.31s 2025-10-13 07:18:40.352352 | fa163e2b-69af-bc88-eeaf-000000002960 | TASK | Ensure provider service is running 2025-10-13 07:18:40.765254 | fa163e2b-69af-bc88-eeaf-000000002960 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:18:40.767714 | fa163e2b-69af-bc88-eeaf-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:43.735595 | 0.41s 2025-10-13 07:18:40.778347 | fa163e2b-69af-bc88-eeaf-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:43.746230 | 0.42s 2025-10-13 07:18:40.807857 | fa163e2b-69af-bc88-eeaf-000000002963 | TASK | Ensure certificate requests 2025-10-13 07:18:42.496381 | fa163e2b-69af-bc88-eeaf-000000002963 | 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-10-13 07:18:42.498779 | fa163e2b-69af-bc88-eeaf-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:45.466632 | 1.69s 2025-10-13 07:18:42.508984 | fa163e2b-69af-bc88-eeaf-000000002963 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:45.476869 | 1.70s 2025-10-13 07:18:42.565267 | fa163e2b-69af-bc88-eeaf-000000002296 | TASK | Configure OVN DBs and northd 2025-10-13 07:18:42.617628 | fa163e2b-69af-bc88-eeaf-000000002296 | TIMING | Configure OVN DBs and northd | standalone | 0:07:45.585504 | 0.05s 2025-10-13 07:18:42.693045 | fa163e2b-69af-bc88-eeaf-0000000029d2 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-10-13 07:18:42.959011 | fa163e2b-69af-bc88-eeaf-0000000029d2 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-10-13 07:18:42.960377 | fa163e2b-69af-bc88-eeaf-0000000029d2 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:45.928259 | 0.27s 2025-10-13 07:18:42.989494 | fa163e2b-69af-bc88-eeaf-0000000029d3 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-10-13 07:18:43.050618 | fa163e2b-69af-bc88-eeaf-0000000029d3 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-10-13 07:18:43.052018 | fa163e2b-69af-bc88-eeaf-0000000029d3 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:46.019891 | 0.06s 2025-10-13 07:18:43.081260 | fa163e2b-69af-bc88-eeaf-0000000029d4 | TASK | check ovsdb-tool election-timer options 2025-10-13 07:18:43.334956 | fa163e2b-69af-bc88-eeaf-0000000029d4 | CHANGED | check ovsdb-tool election-timer options | standalone 2025-10-13 07:18:43.336254 | fa163e2b-69af-bc88-eeaf-0000000029d4 | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:46.304136 | 0.25s 2025-10-13 07:18:43.365560 | fa163e2b-69af-bc88-eeaf-0000000029d5 | TASK | set has_ovsdb_tool_election_timer fact 2025-10-13 07:18:43.427192 | fa163e2b-69af-bc88-eeaf-0000000029d5 | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-10-13 07:18:43.428378 | fa163e2b-69af-bc88-eeaf-0000000029d5 | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:46.396260 | 0.06s 2025-10-13 07:18:43.458068 | fa163e2b-69af-bc88-eeaf-0000000029d6 | TASK | render OVN cluster configuration 2025-10-13 07:18:44.097319 | fa163e2b-69af-bc88-eeaf-0000000029d6 | CHANGED | render OVN cluster configuration | standalone 2025-10-13 07:18:44.098520 | fa163e2b-69af-bc88-eeaf-0000000029d6 | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:47.066406 | 0.64s 2025-10-13 07:18:44.126390 | fa163e2b-69af-bc88-eeaf-0000000029d7 | TASK | restart OVN northd and north and south databases 2025-10-13 07:18:44.187039 | fa163e2b-69af-bc88-eeaf-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:47.154907 | 0.06s 2025-10-13 07:18:44.214426 | fa163e2b-69af-bc88-eeaf-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:47.182313 | 0.09s 2025-10-13 07:18:44.227860 | fa163e2b-69af-bc88-eeaf-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:47.195747 | 0.10s 2025-10-13 07:18:44.240421 | fa163e2b-69af-bc88-eeaf-0000000029d7 | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:47.208297 | 0.11s 2025-10-13 07:18:44.267716 | 582c7526-eac6-4e16-8bc5-73331bdb7854 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-13 07:18:44.276825 | 7d64b7a1-cb03-4ae6-8ffc-251bcd1b915b | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-13 07:18:44.285864 | bb76d944-8e0c-4952-8130-aaec9a260714 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-10-13 07:18:44.317765 | fa163e2b-69af-bc88-eeaf-000000002a06 | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-10-13 07:18:44.581003 | fa163e2b-69af-bc88-eeaf-000000002a06 | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-10-13 07:18:44.582030 | fa163e2b-69af-bc88-eeaf-000000002a06 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:47.549918 | 0.26s 2025-10-13 07:18:44.604258 | fa163e2b-69af-bc88-eeaf-000000002a07 | TASK | restart tripleo_cluster_north_db_server systemd service 2025-10-13 07:18:44.641695 | fa163e2b-69af-bc88-eeaf-000000002a07 | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-10-13 07:18:44.642511 | fa163e2b-69af-bc88-eeaf-000000002a07 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:47.610400 | 0.04s 2025-10-13 07:18:44.663643 | fa163e2b-69af-bc88-eeaf-000000002a0b | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-10-13 07:18:44.901064 | fa163e2b-69af-bc88-eeaf-000000002a0b | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-10-13 07:18:44.902393 | fa163e2b-69af-bc88-eeaf-000000002a0b | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:47.870275 | 0.24s 2025-10-13 07:18:44.933589 | fa163e2b-69af-bc88-eeaf-000000002a0c | TASK | restart tripleo_cluster_south_db_server systemd service 2025-10-13 07:18:44.984979 | fa163e2b-69af-bc88-eeaf-000000002a0c | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-10-13 07:18:44.985789 | fa163e2b-69af-bc88-eeaf-000000002a0c | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:47.953679 | 0.05s 2025-10-13 07:18:45.007061 | fa163e2b-69af-bc88-eeaf-000000002a10 | TASK | check if tripleo_cluster_northd systemd service is active 2025-10-13 07:18:45.263149 | fa163e2b-69af-bc88-eeaf-000000002a10 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-10-13 07:18:45.264421 | fa163e2b-69af-bc88-eeaf-000000002a10 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:48.232304 | 0.26s 2025-10-13 07:18:45.296006 | fa163e2b-69af-bc88-eeaf-000000002a11 | TASK | restart tripleo_cluster_northd systemd service 2025-10-13 07:18:45.346557 | fa163e2b-69af-bc88-eeaf-000000002a11 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-10-13 07:18:45.347175 | fa163e2b-69af-bc88-eeaf-000000002a11 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:48.315066 | 0.05s 2025-10-13 07:18:45.430607 | fa163e2b-69af-bc88-eeaf-000000002298 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:48.398489 | 0.05s 2025-10-13 07:18:45.472397 | fa163e2b-69af-bc88-eeaf-000000002a5e | TASK | Set version specific variables 2025-10-13 07:18:45.519696 | fa163e2b-69af-bc88-eeaf-000000002a5e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:48.487578 | 0.05s 2025-10-13 07:18:45.534994 | 7bef7e6e-94e3-4186-9f7f-6d33f2cbaf54 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:18:45.556979 | fa163e2b-69af-bc88-eeaf-000000002a8d | TASK | Ensure ansible_facts used by role 2025-10-13 07:18:45.948023 | fa163e2b-69af-bc88-eeaf-000000002a8d | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:18:45.948831 | fa163e2b-69af-bc88-eeaf-000000002a8d | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:48.916724 | 0.39s 2025-10-13 07:18:45.968700 | fa163e2b-69af-bc88-eeaf-000000002a8e | TASK | Set platform/version specific variables 2025-10-13 07:18:46.058779 | fa163e2b-69af-bc88-eeaf-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:46.090726 | fa163e2b-69af-bc88-eeaf-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:46.117912 | fa163e2b-69af-bc88-eeaf-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:18:46.138703 | fa163e2b-69af-bc88-eeaf-000000002a8e | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:18:46.143272 | fa163e2b-69af-bc88-eeaf-000000002a8e | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:49.111153 | 0.17s 2025-10-13 07:18:46.162794 | fa163e2b-69af-bc88-eeaf-000000002a5f | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:18:49.015602 | fa163e2b-69af-bc88-eeaf-000000002a5f | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:18:49.017144 | fa163e2b-69af-bc88-eeaf-000000002a5f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:51.985023 | 2.85s 2025-10-13 07:18:49.050087 | fa163e2b-69af-bc88-eeaf-000000002a61 | TASK | Ensure provider packages are installed 2025-10-13 07:18:51.951529 | fa163e2b-69af-bc88-eeaf-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.919397 | 2.90s 2025-10-13 07:18:51.963568 | fa163e2b-69af-bc88-eeaf-000000002a61 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:54.931444 | 2.91s 2025-10-13 07:18:51.994565 | fa163e2b-69af-bc88-eeaf-000000002a63 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:18:52.312857 | fa163e2b-69af-bc88-eeaf-000000002a63 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:52.315024 | fa163e2b-69af-bc88-eeaf-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.282899 | 0.32s 2025-10-13 07:18:52.325025 | fa163e2b-69af-bc88-eeaf-000000002a63 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:55.292908 | 0.33s 2025-10-13 07:18:52.348644 | fa163e2b-69af-bc88-eeaf-000000002a65 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:18:52.609396 | fa163e2b-69af-bc88-eeaf-000000002a65 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:18:52.611121 | fa163e2b-69af-bc88-eeaf-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.579003 | 0.26s 2025-10-13 07:18:52.621024 | fa163e2b-69af-bc88-eeaf-000000002a65 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:55.588909 | 0.27s 2025-10-13 07:18:52.643122 | fa163e2b-69af-bc88-eeaf-000000002a67 | TASK | Ensure provider service is running 2025-10-13 07:18:53.028981 | fa163e2b-69af-bc88-eeaf-000000002a67 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:18:53.030811 | fa163e2b-69af-bc88-eeaf-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:55.998693 | 0.39s 2025-10-13 07:18:53.040362 | fa163e2b-69af-bc88-eeaf-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:56.008235 | 0.40s 2025-10-13 07:18:53.071714 | fa163e2b-69af-bc88-eeaf-000000002a6a | TASK | Ensure certificate requests 2025-10-13 07:18:54.533007 | fa163e2b-69af-bc88-eeaf-000000002a6a | 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-10-13 07:18:54.535062 | fa163e2b-69af-bc88-eeaf-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.502951 | 1.46s 2025-10-13 07:18:54.545861 | fa163e2b-69af-bc88-eeaf-000000002a6a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:57.513740 | 1.47s 2025-10-13 07:18:54.653378 | fa163e2b-69af-bc88-eeaf-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:57.621248 | 0.05s 2025-10-13 07:18:54.721114 | fa163e2b-69af-bc88-eeaf-000000002ad2 | TASK | Set version specific variables 2025-10-13 07:18:54.747585 | fa163e2b-69af-bc88-eeaf-000000002ad2 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:57.715467 | 0.03s 2025-10-13 07:18:54.761899 | 32746a8b-89ab-4221-b640-acae766a9508 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:18:54.783560 | fa163e2b-69af-bc88-eeaf-000000002b01 | TASK | Ensure ansible_facts used by role 2025-10-13 07:18:55.124780 | fa163e2b-69af-bc88-eeaf-000000002b01 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:18:55.126251 | fa163e2b-69af-bc88-eeaf-000000002b01 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:58.094135 | 0.34s 2025-10-13 07:18:55.155977 | fa163e2b-69af-bc88-eeaf-000000002b02 | TASK | Set platform/version specific variables 2025-10-13 07:18:55.240246 | fa163e2b-69af-bc88-eeaf-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:55.260651 | fa163e2b-69af-bc88-eeaf-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:18:55.281030 | fa163e2b-69af-bc88-eeaf-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:18:55.296083 | fa163e2b-69af-bc88-eeaf-000000002b02 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:18:55.308035 | fa163e2b-69af-bc88-eeaf-000000002b02 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:58.275911 | 0.15s 2025-10-13 07:18:55.338704 | fa163e2b-69af-bc88-eeaf-000000002ad3 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:18:58.381220 | fa163e2b-69af-bc88-eeaf-000000002ad3 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:18:58.382652 | fa163e2b-69af-bc88-eeaf-000000002ad3 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:01.350534 | 3.04s 2025-10-13 07:18:58.412506 | fa163e2b-69af-bc88-eeaf-000000002ad5 | TASK | Ensure provider packages are installed 2025-10-13 07:19:02.039054 | fa163e2b-69af-bc88-eeaf-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:05.006924 | 3.62s 2025-10-13 07:19:02.050904 | fa163e2b-69af-bc88-eeaf-000000002ad5 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:05.018781 | 3.64s 2025-10-13 07:19:02.080368 | fa163e2b-69af-bc88-eeaf-000000002ad7 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:19:02.365826 | fa163e2b-69af-bc88-eeaf-000000002ad7 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:19:02.367877 | fa163e2b-69af-bc88-eeaf-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:05.335757 | 0.29s 2025-10-13 07:19:02.378122 | fa163e2b-69af-bc88-eeaf-000000002ad7 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:05.346000 | 0.30s 2025-10-13 07:19:02.407220 | fa163e2b-69af-bc88-eeaf-000000002ad9 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:19:02.674688 | fa163e2b-69af-bc88-eeaf-000000002ad9 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:19:02.676830 | fa163e2b-69af-bc88-eeaf-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:05.644709 | 0.27s 2025-10-13 07:19:02.686937 | fa163e2b-69af-bc88-eeaf-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:05.654817 | 0.28s 2025-10-13 07:19:02.716424 | fa163e2b-69af-bc88-eeaf-000000002adb | TASK | Ensure provider service is running 2025-10-13 07:19:03.145833 | fa163e2b-69af-bc88-eeaf-000000002adb | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:19:03.148658 | fa163e2b-69af-bc88-eeaf-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:06.116537 | 0.43s 2025-10-13 07:19:03.159373 | fa163e2b-69af-bc88-eeaf-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:06.127260 | 0.44s 2025-10-13 07:19:03.190124 | fa163e2b-69af-bc88-eeaf-000000002ade | TASK | Ensure certificate requests 2025-10-13 07:19:04.634323 | fa163e2b-69af-bc88-eeaf-000000002ade | 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-10-13 07:19:04.636804 | fa163e2b-69af-bc88-eeaf-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:07.604684 | 1.45s 2025-10-13 07:19:04.647351 | fa163e2b-69af-bc88-eeaf-000000002ade | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:07.615230 | 1.46s 2025-10-13 07:19:04.763942 | fa163e2b-69af-bc88-eeaf-00000000229c | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:07.731811 | 0.05s 2025-10-13 07:19:04.829074 | fa163e2b-69af-bc88-eeaf-000000002b46 | TASK | Set version specific variables 2025-10-13 07:19:04.880882 | fa163e2b-69af-bc88-eeaf-000000002b46 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:07.848751 | 0.05s 2025-10-13 07:19:04.903295 | 6802c672-898c-4df1-b8ce-725cfcb6a11d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:19:04.936274 | fa163e2b-69af-bc88-eeaf-000000002b75 | TASK | Ensure ansible_facts used by role 2025-10-13 07:19:05.304722 | fa163e2b-69af-bc88-eeaf-000000002b75 | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:19:05.306286 | fa163e2b-69af-bc88-eeaf-000000002b75 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:08.274168 | 0.37s 2025-10-13 07:19:05.335317 | fa163e2b-69af-bc88-eeaf-000000002b76 | TASK | Set platform/version specific variables 2025-10-13 07:19:05.416307 | fa163e2b-69af-bc88-eeaf-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:19:05.439433 | fa163e2b-69af-bc88-eeaf-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:19:05.462418 | fa163e2b-69af-bc88-eeaf-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:19:05.484455 | fa163e2b-69af-bc88-eeaf-000000002b76 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:19:05.496933 | fa163e2b-69af-bc88-eeaf-000000002b76 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:08.464801 | 0.16s 2025-10-13 07:19:05.528213 | fa163e2b-69af-bc88-eeaf-000000002b47 | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:19:08.492842 | fa163e2b-69af-bc88-eeaf-000000002b47 | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:19:08.494264 | fa163e2b-69af-bc88-eeaf-000000002b47 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:11.462146 | 2.96s 2025-10-13 07:19:08.523272 | fa163e2b-69af-bc88-eeaf-000000002b49 | TASK | Ensure provider packages are installed 2025-10-13 07:19:12.350873 | fa163e2b-69af-bc88-eeaf-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:15.318739 | 3.83s 2025-10-13 07:19:12.357492 | fa163e2b-69af-bc88-eeaf-000000002b49 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:15.325378 | 3.83s 2025-10-13 07:19:12.387328 | fa163e2b-69af-bc88-eeaf-000000002b4b | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:19:12.685351 | fa163e2b-69af-bc88-eeaf-000000002b4b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:19:12.687259 | fa163e2b-69af-bc88-eeaf-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:15.655140 | 0.30s 2025-10-13 07:19:12.697175 | fa163e2b-69af-bc88-eeaf-000000002b4b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:15.665058 | 0.31s 2025-10-13 07:19:12.720003 | fa163e2b-69af-bc88-eeaf-000000002b4d | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:19:13.019979 | fa163e2b-69af-bc88-eeaf-000000002b4d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:19:13.021503 | fa163e2b-69af-bc88-eeaf-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:15.989384 | 0.30s 2025-10-13 07:19:13.027620 | fa163e2b-69af-bc88-eeaf-000000002b4d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:15.995499 | 0.31s 2025-10-13 07:19:13.056511 | fa163e2b-69af-bc88-eeaf-000000002b4f | TASK | Ensure provider service is running 2025-10-13 07:19:13.494049 | fa163e2b-69af-bc88-eeaf-000000002b4f | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:19:13.496955 | fa163e2b-69af-bc88-eeaf-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:16.464835 | 0.44s 2025-10-13 07:19:13.507601 | fa163e2b-69af-bc88-eeaf-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:16.475481 | 0.45s 2025-10-13 07:19:13.539944 | fa163e2b-69af-bc88-eeaf-000000002b52 | TASK | Ensure certificate requests 2025-10-13 07:19:15.655798 | fa163e2b-69af-bc88-eeaf-000000002b52 | 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-10-13 07:19:15.658345 | fa163e2b-69af-bc88-eeaf-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:18.626228 | 2.12s 2025-10-13 07:19:15.668695 | fa163e2b-69af-bc88-eeaf-000000002b52 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:18.636583 | 2.13s 2025-10-13 07:19:15.726247 | fa163e2b-69af-bc88-eeaf-0000000022a3 | TASK | Fail if container image is undefined 2025-10-13 07:19:15.799447 | fa163e2b-69af-bc88-eeaf-0000000022a3 | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 07:19:15.800838 | fa163e2b-69af-bc88-eeaf-0000000022a3 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:18.768714 | 0.07s 2025-10-13 07:19:15.850483 | fa163e2b-69af-bc88-eeaf-0000000022a4 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-13 07:19:23.036008 | fa163e2b-69af-bc88-eeaf-0000000022a4 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-13 07:19:23.037589 | fa163e2b-69af-bc88-eeaf-0000000022a4 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:26.005471 | 7.19s 2025-10-13 07:19:23.091552 | fa163e2b-69af-bc88-eeaf-0000000022a5 | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-10-13 07:19:23.448726 | fa163e2b-69af-bc88-eeaf-0000000022a5 | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-10-13 07:19:23.450075 | fa163e2b-69af-bc88-eeaf-0000000022a5 | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:26.417958 | 0.36s 2025-10-13 07:19:23.507244 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TASK | Pre-fetch all the containers 2025-10-13 07:19:29.694468 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-10-13 07:19:29.698840 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:32.666720 | 6.19s 2025-10-13 07:19:35.480228 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-10-13 07:19:35.483998 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:38.451881 | 11.97s 2025-10-13 07:19:38.765611 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-10-13 07:19:38.770059 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:41.737941 | 15.26s 2025-10-13 07:19:42.443364 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-10-13 07:19:42.446111 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:45.414001 | 18.94s 2025-10-13 07:19:45.368112 | fa163e2b-69af-bc88-eeaf-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-10-13 07:19:45.371967 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.339848 | 21.86s 2025-10-13 07:19:48.557671 | fa163e2b-69af-bc88-eeaf-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-10-13 07:19:48.561413 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:51.529291 | 25.05s 2025-10-13 07:19:54.493177 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-10-13 07:19:54.496155 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:08:57.464037 | 30.99s 2025-10-13 07:20:01.332893 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-10-13 07:20:01.336080 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.303962 | 37.83s 2025-10-13 07:20:11.633157 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-10-13 07:20:11.636402 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.604284 | 48.13s 2025-10-13 07:20:14.589683 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-10-13 07:20:14.592975 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:17.560857 | 51.08s 2025-10-13 07:20:23.628655 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-10-13 07:20:23.630525 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:26.598416 | 60.12s 2025-10-13 07:20:27.188384 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-10-13 07:20:27.205384 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:30.173261 | 63.70s 2025-10-13 07:20:49.468257 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-10-13 07:20:49.472080 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:09:52.439964 | 85.96s 2025-10-13 07:21:00.565574 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-10-13 07:21:00.569354 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:03.537238 | 97.06s 2025-10-13 07:21:11.511823 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-10-13 07:21:11.515984 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:14.483867 | 108.01s 2025-10-13 07:21:19.155028 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-10-13 07:21:19.159254 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:22.127138 | 115.65s 2025-10-13 07:21:27.308495 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-10-13 07:21:27.312414 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:30.280296 | 123.80s 2025-10-13 07:21:33.828936 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-10-13 07:21:33.832650 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:36.800532 | 130.32s 2025-10-13 07:21:37.467815 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-10-13 07:21:37.470999 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:40.438888 | 133.96s 2025-10-13 07:21:42.187808 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-10-13 07:21:42.192410 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:45.160288 | 138.68s 2025-10-13 07:21:48.140437 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-10-13 07:21:48.144719 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:10:51.112602 | 144.64s 2025-10-13 07:22:00.938866 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-10-13 07:22:00.943171 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:03.911053 | 157.43s 2025-10-13 07:22:04.154624 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-10-13 07:22:04.158343 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:07.126219 | 160.65s 2025-10-13 07:22:14.304018 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-10-13 07:22:14.307389 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:17.275271 | 170.80s 2025-10-13 07:22:22.836838 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-10-13 07:22:22.838884 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.806769 | 179.33s 2025-10-13 07:22:26.909311 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-10-13 07:22:26.913241 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:29.881125 | 183.40s 2025-10-13 07:22:30.564314 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-10-13 07:22:30.567322 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.535203 | 187.06s 2025-10-13 07:22:35.969555 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-10-13 07:22:35.972563 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:38.940444 | 192.46s 2025-10-13 07:22:43.165257 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-10-13 07:22:43.169321 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:46.137204 | 199.66s 2025-10-13 07:22:46.009619 | fa163e2b-69af-bc88-eeaf-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-10-13 07:22:46.013872 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:48.981753 | 202.50s 2025-10-13 07:22:48.585017 | fa163e2b-69af-bc88-eeaf-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-10-13 07:22:48.589141 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:51.557024 | 205.08s 2025-10-13 07:22:52.272082 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-10-13 07:22:52.273932 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:55.241821 | 208.76s 2025-10-13 07:22:55.279330 | fa163e2b-69af-bc88-eeaf-0000000022b0 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-10-13 07:22:55.283264 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:11:58.251146 | 211.77s 2025-10-13 07:23:00.086284 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-10-13 07:23:00.090565 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:03.058450 | 216.58s 2025-10-13 07:23:03.334176 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-10-13 07:23:03.338205 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:06.306086 | 219.83s 2025-10-13 07:23:11.082974 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-10-13 07:23:11.085929 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:14.053813 | 227.58s 2025-10-13 07:23:14.230016 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-10-13 07:23:14.234079 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:17.201962 | 230.72s 2025-10-13 07:23:18.532030 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-10-13 07:23:18.535118 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:21.503009 | 235.03s 2025-10-13 07:23:21.929692 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-10-13 07:23:21.933002 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:24.900884 | 238.42s 2025-10-13 07:23:25.359949 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-10-13 07:23:25.363819 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:28.331703 | 241.85s 2025-10-13 07:23:28.648426 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-10-13 07:23:28.653043 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:31.620923 | 245.14s 2025-10-13 07:23:33.191080 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-10-13 07:23:33.194125 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:36.162008 | 249.68s 2025-10-13 07:23:36.918342 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-10-13 07:23:36.921961 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:39.889843 | 253.41s 2025-10-13 07:23:40.461756 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-10-13 07:23:40.464124 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:43.432009 | 256.95s 2025-10-13 07:23:43.466183 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-10-13 07:23:43.470068 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:46.437952 | 259.96s 2025-10-13 07:23:47.446316 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-10-13 07:23:47.452076 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:50.419954 | 263.94s 2025-10-13 07:23:50.738545 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-10-13 07:23:50.743943 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:53.711821 | 267.23s 2025-10-13 07:23:55.478127 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-10-13 07:23:55.482205 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:12:58.450089 | 271.97s 2025-10-13 07:23:58.663653 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-10-13 07:23:58.668066 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:01.635949 | 275.16s 2025-10-13 07:24:01.824441 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-10-13 07:24:01.828095 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:04.795977 | 278.32s 2025-10-13 07:24:05.234636 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-10-13 07:24:05.237612 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:08.205497 | 281.73s 2025-10-13 07:24:09.510377 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-10-13 07:24:09.514771 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:12.482653 | 286.01s 2025-10-13 07:24:13.293173 | fa163e2b-69af-bc88-eeaf-0000000022b0 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-10-13 07:24:13.297493 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:16.265374 | 289.79s 2025-10-13 07:24:13.795804 | fa163e2b-69af-bc88-eeaf-0000000022b0 | TIMING | Pre-fetch all the containers | standalone | 0:13:16.763684 | 290.29s 2025-10-13 07:24:14.017592 | fa163e2b-69af-bc88-eeaf-0000000022b3 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:13:16.985473 | 0.06s 2025-10-13 07:24:14.068922 | fa163e2b-69af-bc88-eeaf-000000002c2c | TASK | Set version specific variables 2025-10-13 07:24:14.117820 | fa163e2b-69af-bc88-eeaf-000000002c2c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:13:17.085696 | 0.05s 2025-10-13 07:24:14.140145 | 81d034ec-98e3-46c6-883f-f2d3f5fa222d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-10-13 07:24:14.172234 | fa163e2b-69af-bc88-eeaf-000000002c5b | TASK | Ensure ansible_facts used by role 2025-10-13 07:24:14.563503 | fa163e2b-69af-bc88-eeaf-000000002c5b | OK | Ensure ansible_facts used by role | standalone 2025-10-13 07:24:14.565254 | fa163e2b-69af-bc88-eeaf-000000002c5b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:13:17.533134 | 0.39s 2025-10-13 07:24:14.594727 | fa163e2b-69af-bc88-eeaf-000000002c5c | TASK | Set platform/version specific variables 2025-10-13 07:24:14.688491 | fa163e2b-69af-bc88-eeaf-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:24:14.722118 | fa163e2b-69af-bc88-eeaf-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-10-13 07:24:14.751399 | fa163e2b-69af-bc88-eeaf-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-10-13 07:24:14.772435 | fa163e2b-69af-bc88-eeaf-000000002c5c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-10-13 07:24:14.778206 | fa163e2b-69af-bc88-eeaf-000000002c5c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:13:17.746085 | 0.18s 2025-10-13 07:24:14.801865 | fa163e2b-69af-bc88-eeaf-000000002c2d | TASK | Ensure certificate role dependencies are installed 2025-10-13 07:24:17.678655 | fa163e2b-69af-bc88-eeaf-000000002c2d | OK | Ensure certificate role dependencies are installed | standalone 2025-10-13 07:24:17.680790 | fa163e2b-69af-bc88-eeaf-000000002c2d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:13:20.648670 | 2.88s 2025-10-13 07:24:17.716727 | fa163e2b-69af-bc88-eeaf-000000002c2f | TASK | Ensure provider packages are installed 2025-10-13 07:24:20.634602 | fa163e2b-69af-bc88-eeaf-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:23.602471 | 2.92s 2025-10-13 07:24:20.646692 | fa163e2b-69af-bc88-eeaf-000000002c2f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:13:23.614572 | 2.93s 2025-10-13 07:24:20.675976 | fa163e2b-69af-bc88-eeaf-000000002c31 | TASK | Ensure pre-scripts hooks directory exists 2025-10-13 07:24:20.991139 | fa163e2b-69af-bc88-eeaf-000000002c31 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:24:20.992622 | fa163e2b-69af-bc88-eeaf-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:23.960503 | 0.31s 2025-10-13 07:24:21.004545 | fa163e2b-69af-bc88-eeaf-000000002c31 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:13:23.972423 | 0.33s 2025-10-13 07:24:21.034138 | fa163e2b-69af-bc88-eeaf-000000002c33 | TASK | Ensure post-scripts hooks directory exists 2025-10-13 07:24:21.349318 | fa163e2b-69af-bc88-eeaf-000000002c33 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-10-13 07:24:21.351246 | fa163e2b-69af-bc88-eeaf-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:24.319128 | 0.32s 2025-10-13 07:24:21.361267 | fa163e2b-69af-bc88-eeaf-000000002c33 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:13:24.329155 | 0.33s 2025-10-13 07:24:21.390142 | fa163e2b-69af-bc88-eeaf-000000002c35 | TASK | Ensure provider service is running 2025-10-13 07:24:22.831765 | fa163e2b-69af-bc88-eeaf-000000002c35 | OK | Ensure provider service is running | standalone | item=certmonger 2025-10-13 07:24:22.833611 | fa163e2b-69af-bc88-eeaf-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:25.801492 | 1.44s 2025-10-13 07:24:22.841682 | fa163e2b-69af-bc88-eeaf-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:13:25.809561 | 1.45s 2025-10-13 07:24:22.865705 | fa163e2b-69af-bc88-eeaf-000000002c38 | TASK | Ensure certificate requests 2025-10-13 07:24:25.462126 | fa163e2b-69af-bc88-eeaf-000000002c38 | 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-10-13 07:24:25.463614 | fa163e2b-69af-bc88-eeaf-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:28.431495 | 2.60s 2025-10-13 07:24:25.470257 | fa163e2b-69af-bc88-eeaf-000000002c38 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:13:28.438135 | 2.60s 2025-10-13 07:24:25.526007 | fa163e2b-69af-bc88-eeaf-0000000022ba | TASK | Fail if container image is undefined 2025-10-13 07:24:25.589551 | fa163e2b-69af-bc88-eeaf-0000000022ba | SKIPPED | Fail if container image is undefined | standalone 2025-10-13 07:24:25.590878 | fa163e2b-69af-bc88-eeaf-0000000022ba | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:13:28.558757 | 0.06s 2025-10-13 07:24:25.636660 | fa163e2b-69af-bc88-eeaf-0000000022bb | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-13 07:24:28.551645 | fa163e2b-69af-bc88-eeaf-0000000022bb | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-13 07:24:28.553099 | fa163e2b-69af-bc88-eeaf-0000000022bb | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:31.520981 | 2.91s 2025-10-13 07:24:28.612697 | fa163e2b-69af-bc88-eeaf-0000000022bc | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-10-13 07:24:29.014300 | fa163e2b-69af-bc88-eeaf-0000000022bc | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-10-13 07:24:29.015642 | fa163e2b-69af-bc88-eeaf-0000000022bc | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:13:31.983525 | 0.40s 2025-10-13 07:24:29.070136 | fa163e2b-69af-bc88-eeaf-0000000022c7 | TASK | Check if rsyslog exists 2025-10-13 07:24:29.325940 | fa163e2b-69af-bc88-eeaf-0000000022c7 | CHANGED | Check if rsyslog exists | standalone 2025-10-13 07:24:29.327262 | fa163e2b-69af-bc88-eeaf-0000000022c7 | TIMING | Check if rsyslog exists | standalone | 0:13:32.295144 | 0.26s 2025-10-13 07:24:29.355427 | fa163e2b-69af-bc88-eeaf-0000000022c8 | TASK | Forward logging to swift.log file 2025-10-13 07:24:29.851350 | fa163e2b-69af-bc88-eeaf-0000000022c8 | CHANGED | Forward logging to swift.log file | standalone 2025-10-13 07:24:29.852659 | fa163e2b-69af-bc88-eeaf-0000000022c8 | TIMING | Forward logging to swift.log file | standalone | 0:13:32.820542 | 0.50s 2025-10-13 07:24:29.881315 | fa163e2b-69af-bc88-eeaf-0000000022c9 | TASK | Restart rsyslogd service after logging conf change 2025-10-13 07:24:31.780319 | fa163e2b-69af-bc88-eeaf-0000000022c9 | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-10-13 07:24:31.782302 | fa163e2b-69af-bc88-eeaf-0000000022c9 | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:13:34.750183 | 1.90s 2025-10-13 07:24:31.813676 | fa163e2b-69af-bc88-eeaf-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-10-13 07:24:32.044457 | fa163e2b-69af-bc88-eeaf-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-10-13 07:24:32.046272 | fa163e2b-69af-bc88-eeaf-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:13:35.014149 | 0.23s 2025-10-13 07:24:32.164061 | fa163e2b-69af-bc88-eeaf-0000000000c3 | TIMING | include_tasks | standalone | 0:13:35.131924 | 0.09s 2025-10-13 07:24:32.208301 | 70258324-b68c-4434-ba33-ad7c3eb2de6a | INCLUDED | /root/standalone-ansible-7tt1_uud/common_deploy_steps_tasks.yaml | standalone 2025-10-13 07:24:32.235113 | fa163e2b-69af-bc88-eeaf-000000002ca3 | TASK | Write the config_step hieradata 2025-10-13 07:24:32.757254 | fa163e2b-69af-bc88-eeaf-000000002ca3 | OK | Write the config_step hieradata | standalone 2025-10-13 07:24:32.758895 | fa163e2b-69af-bc88-eeaf-000000002ca3 | TIMING | Write the config_step hieradata | standalone | 0:13:35.726774 | 0.52s 2025-10-13 07:24:32.790189 | fa163e2b-69af-bc88-eeaf-000000002ca4 | TASK | Run puppet host configuration for step 1 2025-10-13 07:24:33.131020 | fa163e2b-69af-bc88-eeaf-000000002ca4 | CHANGED | Run puppet host configuration for step 1 | standalone 2025-10-13 07:24:33.132843 | fa163e2b-69af-bc88-eeaf-000000002ca4 | TIMING | Run puppet host configuration for step 1 | standalone | 0:13:36.100718 | 0.34s 2025-10-13 07:24:33.163370 | fa163e2b-69af-bc88-eeaf-000000002ca5 | TASK | Wait for puppet host configuration to finish 2025-10-13 07:24:33.420579 | fa163e2b-69af-bc88-eeaf-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 07:24:43.641138 | fa163e2b-69af-bc88-eeaf-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 07:24:53.834392 | fa163e2b-69af-bc88-eeaf-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-13 07:25:04.075538 | fa163e2b-69af-bc88-eeaf-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-10-13 07:25:14.285027 | fa163e2b-69af-bc88-eeaf-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-10-13 07:25:24.476975 | fa163e2b-69af-bc88-eeaf-000000002ca5 | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-10-13 07:25:34.697557 | fa163e2b-69af-bc88-eeaf-000000002ca5 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 07:25:34.698892 | fa163e2b-69af-bc88-eeaf-000000002ca5 | TIMING | Wait for puppet host configuration to finish | standalone | 0:14:37.666773 | 61.53s 2025-10-13 07:25:34.725566 | fa163e2b-69af-bc88-eeaf-000000002ca6 | TASK | Debug output for task: Run puppet host configuration for step 1 2025-10-13 07:25:34.807778 | fa163e2b-69af-bc88-eeaf-000000002ca6 | 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>Oct 13 07:24:33 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 07:24:38 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 07:24:38 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 07:24:38 puppet-user: (file & line not available)", "<13>Oct 13 07:24:38 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 13 07:24:38 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 07:24:39 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 07:24:39 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Oct 13 07:24:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Oct 13 07:24:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Oct 13 07:24:39 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Oct 13 07:24:46 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Oct 13 07:24:54 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Oct 13 07:24:54 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Oct 13 07:24:54 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: changed [redacted] to [redacted]", "<13>Oct 13 07:24:54 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Oct 13 07:24:57 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 13 07:24:58 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Oct 13 07:24:59 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Oct 13 07:25:02 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 13 07:25:04 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Oct 13 07:25:05 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Oct 13 07:25:05 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Oct 13 07:25:28 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Oct 13 07:25:29 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 07:25:31 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Oct 13 07:25:31 puppet-user: Notice: Applied catalog in 52.61 seconds", "<13>Oct 13 07:25:31 puppet-user: Application:", "<13>Oct 13 07:25:31 puppet-user: Initial environment: production", "<13>Oct 13 07:25:31 puppet-user: Converged environment: production", "<13>Oct 13 07:25:31 puppet-user: Run mode: user", "<13>Oct 13 07:25:31 puppet-user: Changes:", "<13>Oct 13 07:25:31 puppet-user: Total: 17", "<13>Oct 13 07:25:31 puppet-user: Events:", "<13>Oct 13 07:25:31 puppet-user: Success: 17", "<13>Oct 13 07:25:31 puppet-user: Resources:", "<13>Oct 13 07:25:31 puppet-user: Restarted: 1", "<13>Oct 13 07:25:31 puppet-user: Changed: 16", "<13>Oct 13 07:25:31 puppet-user: Out of sync: 16", "<13>Oct 13 07:25:31 puppet-user: Total: 26", "<13>Oct 13 07:25:31 puppet-user: Time:", "<13>Oct 13 07:25:31 puppet-user: Schedule: 0.00", "<13>Oct 13 07:25:31 puppet-user: File line: 0.00", "<13>Oct 13 07:25:31 puppet-user: File: 0.00", "<13>Oct 13 07:25:31 puppet-user: Augeas: 0.02", "<13>Oct 13 07:25:31 puppet-user: Config retrieval: 0.43", "<13>Oct 13 07:25:31 puppet-user: User: 0.58", "<13>Oct 13 07:25:31 puppet-user: Package: 14.72", "<13>Oct 13 07:25:31 puppet-user: Last run: 1760340331", "<13>Oct 13 07:25:31 puppet-user: Exec: 28.66", "<13>Oct 13 07:25:31 puppet-user: Pcmk property: 3.49", "<13>Oct 13 07:25:31 puppet-user: Service: 3.83", "<13>Oct 13 07:25:31 puppet-user: Filebucket: 0.00", "<13>Oct 13 07:25:31 puppet-user: Transaction evaluation: 52.60", "<13>Oct 13 07:25:31 puppet-user: Catalog application: 52.61", "<13>Oct 13 07:25:31 puppet-user: Total: 52.61", "<13>Oct 13 07:25:31 puppet-user: Version:", "<13>Oct 13 07:25:31 puppet-user: Config: 1760340278", "<13>Oct 13 07:25:31 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 07:25:34.809598 | fa163e2b-69af-bc88-eeaf-000000002ca6 | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:14:37.777479 | 0.08s 2025-10-13 07:25:34.839026 | fa163e2b-69af-bc88-eeaf-000000002ca7 | TASK | Pre-cache facts for puppet containers 2025-10-13 07:25:34.867822 | fa163e2b-69af-bc88-eeaf-000000002ca7 | TIMING | Pre-cache facts for puppet containers | standalone | 0:14:37.835695 | 0.03s 2025-10-13 07:25:34.940667 | fa163e2b-69af-bc88-eeaf-000000002cee | TASK | Gather variables for each operating system 2025-10-13 07:25:35.068597 | fa163e2b-69af-bc88-eeaf-000000002cee | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:14:38.036468 | 0.13s 2025-10-13 07:25:35.098885 | fa163e2b-69af-bc88-eeaf-000000002cef | TASK | Create puppet caching structures 2025-10-13 07:25:35.333307 | fa163e2b-69af-bc88-eeaf-000000002cef | CHANGED | Create puppet caching structures | standalone 2025-10-13 07:25:35.334553 | fa163e2b-69af-bc88-eeaf-000000002cef | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:14:38.302441 | 0.23s 2025-10-13 07:25:35.362009 | fa163e2b-69af-bc88-eeaf-000000002cf0 | TASK | Check for facter.conf 2025-10-13 07:25:35.574057 | fa163e2b-69af-bc88-eeaf-000000002cf0 | OK | Check for facter.conf | standalone 2025-10-13 07:25:35.575332 | fa163e2b-69af-bc88-eeaf-000000002cf0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:14:38.543216 | 0.21s 2025-10-13 07:25:35.604119 | fa163e2b-69af-bc88-eeaf-000000002cf1 | TASK | Remove facter.conf if directory 2025-10-13 07:25:35.638075 | fa163e2b-69af-bc88-eeaf-000000002cf1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 07:25:35.639323 | fa163e2b-69af-bc88-eeaf-000000002cf1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:14:38.607204 | 0.03s 2025-10-13 07:25:35.668996 | fa163e2b-69af-bc88-eeaf-000000002cf2 | TASK | Write facter cache config 2025-10-13 07:25:36.160399 | fa163e2b-69af-bc88-eeaf-000000002cf2 | CHANGED | Write facter cache config | standalone 2025-10-13 07:25:36.161929 | fa163e2b-69af-bc88-eeaf-000000002cf2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:14:39.129811 | 0.49s 2025-10-13 07:25:36.191556 | fa163e2b-69af-bc88-eeaf-000000002cf3 | TASK | Cleanup facter cache if exists 2025-10-13 07:25:36.401533 | fa163e2b-69af-bc88-eeaf-000000002cf3 | OK | Cleanup facter cache if exists | standalone 2025-10-13 07:25:36.402832 | fa163e2b-69af-bc88-eeaf-000000002cf3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:14:39.370715 | 0.21s 2025-10-13 07:25:36.431553 | fa163e2b-69af-bc88-eeaf-000000002cf4 | TASK | Pre-cache facts 2025-10-13 07:25:37.065119 | fa163e2b-69af-bc88-eeaf-000000002cf4 | CHANGED | Pre-cache facts | standalone 2025-10-13 07:25:37.066670 | fa163e2b-69af-bc88-eeaf-000000002cf4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:40.034551 | 0.63s 2025-10-13 07:25:37.097123 | fa163e2b-69af-bc88-eeaf-000000002cf5 | TASK | Failed deployment if facter fails 2025-10-13 07:25:37.130521 | fa163e2b-69af-bc88-eeaf-000000002cf5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 07:25:37.131811 | fa163e2b-69af-bc88-eeaf-000000002cf5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:40.099688 | 0.03s 2025-10-13 07:25:37.181319 | fa163e2b-69af-bc88-eeaf-000000002cf6 | TASK | Sync cached facts 2025-10-13 07:25:37.636448 | fa163e2b-69af-bc88-eeaf-000000002cf6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-69af- bc88-eeaf-000000002cf6') missing from stats 2025-10-13 07:25:37.692893 | fa163e2b-69af-bc88-eeaf-000000002ca8 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 07:25:37.743358 | fa163e2b-69af-bc88-eeaf-000000002ca8 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:40.711233 | 0.05s 2025-10-13 07:25:37.774633 | a890960d-77e6-4fb6-8786-0a030295dae3 | INCLUDED | /root/standalone-ansible-7tt1_uud/generate-config-tasks.yaml | standalone 2025-10-13 07:25:37.823846 | fa163e2b-69af-bc88-eeaf-000000002d40 | TASK | Create base directory puppet configs 2025-10-13 07:25:38.057316 | fa163e2b-69af-bc88-eeaf-000000002d40 | CHANGED | Create base directory puppet configs | standalone 2025-10-13 07:25:38.058632 | fa163e2b-69af-bc88-eeaf-000000002d40 | TIMING | Create base directory puppet configs | standalone | 0:14:41.026513 | 0.23s 2025-10-13 07:25:38.088495 | fa163e2b-69af-bc88-eeaf-000000002d41 | TASK | Generate container puppet configs for step 1 2025-10-13 07:25:38.373067 | fa163e2b-69af-bc88-eeaf-000000002d41 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-10-13 07:25:38.374319 | fa163e2b-69af-bc88-eeaf-000000002d41 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:41.342201 | 0.28s 2025-10-13 07:25:38.405055 | fa163e2b-69af-bc88-eeaf-000000002d42 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-10-13 07:25:38.433484 | fa163e2b-69af-bc88-eeaf-000000002d42 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:41.401357 | 0.03s 2025-10-13 07:25:38.506039 | fa163e2b-69af-bc88-eeaf-000000002dcc | TASK | Gather variables for each operating system 2025-10-13 07:25:38.622019 | fa163e2b-69af-bc88-eeaf-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:41.589891 | 0.11s 2025-10-13 07:25:38.651921 | fa163e2b-69af-bc88-eeaf-000000002dcd | TASK | Create container logs path 2025-10-13 07:25:38.894867 | fa163e2b-69af-bc88-eeaf-000000002dcd | OK | Create container logs path | standalone 2025-10-13 07:25:38.896209 | fa163e2b-69af-bc88-eeaf-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:41.864092 | 0.24s 2025-10-13 07:25:38.929360 | fa163e2b-69af-bc88-eeaf-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:25:39.357587 | fa163e2b-69af-bc88-eeaf-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 07:25:39.358952 | fa163e2b-69af-bc88-eeaf-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:42.326835 | 0.43s 2025-10-13 07:25:39.389889 | fa163e2b-69af-bc88-eeaf-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-13 07:25:39.451275 | fa163e2b-69af-bc88-eeaf-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:25:39.452531 | fa163e2b-69af-bc88-eeaf-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:42.420414 | 0.06s 2025-10-13 07:25:39.484099 | fa163e2b-69af-bc88-eeaf-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-13 07:25:39.516225 | fa163e2b-69af-bc88-eeaf-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:25:39.517514 | fa163e2b-69af-bc88-eeaf-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:42.485395 | 0.03s 2025-10-13 07:25:39.547351 | fa163e2b-69af-bc88-eeaf-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-13 07:25:39.602268 | fa163e2b-69af-bc88-eeaf-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:25:39.603520 | fa163e2b-69af-bc88-eeaf-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:42.571401 | 0.05s 2025-10-13 07:25:39.635626 | fa163e2b-69af-bc88-eeaf-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:25:39.696776 | fa163e2b-69af-bc88-eeaf-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:42.664617 | 0.06s 2025-10-13 07:25:39.722253 | 53f73626-6f9d-41aa-ae8c-add6ab4d714d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:25:39.759953 | fa163e2b-69af-bc88-eeaf-000000002e19 | TASK | Gather podman infos 2025-10-13 07:25:40.345150 | fa163e2b-69af-bc88-eeaf-000000002e19 | OK | Gather podman infos | standalone 2025-10-13 07:25:40.346436 | fa163e2b-69af-bc88-eeaf-000000002e19 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:43.314317 | 0.58s 2025-10-13 07:25:40.379899 | fa163e2b-69af-bc88-eeaf-000000002e1a | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:25:40.440790 | fa163e2b-69af-bc88-eeaf-000000002e1a | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 07:25:40.441947 | fa163e2b-69af-bc88-eeaf-000000002e1a | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:43.409829 | 0.06s 2025-10-13 07:25:40.475350 | fa163e2b-69af-bc88-eeaf-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:25:40.518232 | fa163e2b-69af-bc88-eeaf-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:43.486107 | 0.04s 2025-10-13 07:25:40.542104 | a7d1de89-8294-4375-933d-67ef82167df9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:25:40.578372 | fa163e2b-69af-bc88-eeaf-000000002e43 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:26:11.542573 | fa163e2b-69af-bc88-eeaf-000000002e43 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 07:26:11.544307 | fa163e2b-69af-bc88-eeaf-000000002e43 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:14.512186 | 30.96s 2025-10-13 07:26:11.618217 | fa163e2b-69af-bc88-eeaf-000000002e44 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:26:11.698274 | fa163e2b-69af-bc88-eeaf-000000002e44 | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 07:26:11.699233 | fa163e2b-69af-bc88-eeaf-000000002e44 | 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:15:14.667115 | 0.08s 2025-10-13 07:26:11.742943 | fa163e2b-69af-bc88-eeaf-000000002d44 | TASK | Diff puppet-generated changes for check mode 2025-10-13 07:26:11.773364 | fa163e2b-69af-bc88-eeaf-000000002d44 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-13 07:26:11.774592 | fa163e2b-69af-bc88-eeaf-000000002d44 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:14.742474 | 0.03s 2025-10-13 07:26:11.871632 | fa163e2b-69af-bc88-eeaf-000000002d45 | TASK | Diff puppet-generated changes for check mode 2025-10-13 07:26:11.902533 | fa163e2b-69af-bc88-eeaf-000000002d45 | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-10-13 07:26:11.903472 | fa163e2b-69af-bc88-eeaf-000000002d45 | TIMING | Diff puppet-generated changes for check mode | standalone | 0:15:14.871359 | 0.03s 2025-10-13 07:26:11.935233 | fa163e2b-69af-bc88-eeaf-000000002caa | TASK | Manage containers for step 1 with tripleo-ansible 2025-10-13 07:26:11.962067 | fa163e2b-69af-bc88-eeaf-000000002caa | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:15:14.929952 | 0.03s 2025-10-13 07:26:12.017019 | fa163e2b-69af-bc88-eeaf-000000002e99 | TASK | Gather variables for each operating system 2025-10-13 07:26:12.134695 | fa163e2b-69af-bc88-eeaf-000000002e99 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:15.102563 | 0.12s 2025-10-13 07:26:12.164944 | fa163e2b-69af-bc88-eeaf-000000002e9a | TASK | Create container logs path 2025-10-13 07:26:12.456451 | fa163e2b-69af-bc88-eeaf-000000002e9a | OK | Create container logs path | standalone 2025-10-13 07:26:12.457872 | fa163e2b-69af-bc88-eeaf-000000002e9a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:15.425724 | 0.29s 2025-10-13 07:26:12.489539 | fa163e2b-69af-bc88-eeaf-000000002e9c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 07:26:12.765591 | fa163e2b-69af-bc88-eeaf-000000002e9c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-13 07:26:12.766904 | fa163e2b-69af-bc88-eeaf-000000002e9c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:15.734786 | 0.28s 2025-10-13 07:26:12.796421 | fa163e2b-69af-bc88-eeaf-000000002e9d | TASK | Finalise hashes for all containers 2025-10-13 07:26:12.847319 | fa163e2b-69af-bc88-eeaf-000000002e9d | OK | Finalise hashes for all containers | standalone 2025-10-13 07:26:12.848493 | fa163e2b-69af-bc88-eeaf-000000002e9d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:15.816375 | 0.05s 2025-10-13 07:26:12.878551 | fa163e2b-69af-bc88-eeaf-000000002e9f | TASK | Manage systemd shutdown files 2025-10-13 07:26:12.910923 | fa163e2b-69af-bc88-eeaf-000000002e9f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:15.878805 | 0.03s 2025-10-13 07:26:12.929874 | ad47040a-d772-43e9-bd1a-e389f23173e9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 07:26:12.953952 | fa163e2b-69af-bc88-eeaf-000000002ed2 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 07:26:13.213057 | fa163e2b-69af-bc88-eeaf-000000002ed2 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 07:26:13.213903 | fa163e2b-69af-bc88-eeaf-000000002ed2 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:15:16.181794 | 0.26s 2025-10-13 07:26:13.233178 | fa163e2b-69af-bc88-eeaf-000000002ed3 | TASK | Set podman_drop_in fact 2025-10-13 07:26:13.290422 | fa163e2b-69af-bc88-eeaf-000000002ed3 | OK | Set podman_drop_in fact | standalone 2025-10-13 07:26:13.291053 | fa163e2b-69af-bc88-eeaf-000000002ed3 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:15:16.258945 | 0.06s 2025-10-13 07:26:13.321763 | fa163e2b-69af-bc88-eeaf-000000002ed5 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 07:26:13.798572 | fa163e2b-69af-bc88-eeaf-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 07:26:13.800334 | fa163e2b-69af-bc88-eeaf-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:16.768213 | 0.48s 2025-10-13 07:26:14.256976 | fa163e2b-69af-bc88-eeaf-000000002ed5 | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 07:26:14.258140 | fa163e2b-69af-bc88-eeaf-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:17.226024 | 0.93s 2025-10-13 07:26:14.265262 | fa163e2b-69af-bc88-eeaf-000000002ed5 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:15:17.233138 | 0.94s 2025-10-13 07:26:14.294622 | fa163e2b-69af-bc88-eeaf-000000002ed6 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 07:26:14.807059 | fa163e2b-69af-bc88-eeaf-000000002ed6 | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 07:26:14.808555 | fa163e2b-69af-bc88-eeaf-000000002ed6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:15:17.776436 | 0.51s 2025-10-13 07:26:14.838628 | fa163e2b-69af-bc88-eeaf-000000002ed7 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 07:26:15.347167 | fa163e2b-69af-bc88-eeaf-000000002ed7 | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 07:26:15.348663 | fa163e2b-69af-bc88-eeaf-000000002ed7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:15:18.316543 | 0.51s 2025-10-13 07:26:15.378397 | fa163e2b-69af-bc88-eeaf-000000002ed8 | TASK | Enable and start tripleo-container-shutdown 2025-10-13 07:26:16.360255 | fa163e2b-69af-bc88-eeaf-000000002ed8 | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-10-13 07:26:16.362631 | fa163e2b-69af-bc88-eeaf-000000002ed8 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:15:19.330502 | 0.98s 2025-10-13 07:26:16.393505 | fa163e2b-69af-bc88-eeaf-000000002ed9 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 07:26:16.840670 | fa163e2b-69af-bc88-eeaf-000000002ed9 | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 07:26:16.842117 | fa163e2b-69af-bc88-eeaf-000000002ed9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:15:19.809997 | 0.45s 2025-10-13 07:26:16.871493 | fa163e2b-69af-bc88-eeaf-000000002eda | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 07:26:17.320403 | fa163e2b-69af-bc88-eeaf-000000002eda | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 07:26:17.322924 | fa163e2b-69af-bc88-eeaf-000000002eda | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:15:20.290801 | 0.45s 2025-10-13 07:26:17.352973 | fa163e2b-69af-bc88-eeaf-000000002edb | TASK | Enable and start netns-placeholder 2025-10-13 07:26:18.316935 | fa163e2b-69af-bc88-eeaf-000000002edb | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 07:26:18.320093 | fa163e2b-69af-bc88-eeaf-000000002edb | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:15:21.287974 | 0.96s 2025-10-13 07:26:18.352466 | fa163e2b-69af-bc88-eeaf-000000002ea1 | TASK | Update container configs with new config hashes 2025-10-13 07:26:18.408139 | fa163e2b-69af-bc88-eeaf-000000002ea1 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:21.376007 | 0.05s 2025-10-13 07:26:18.431159 | 1f1d8a25-b48d-4729-8a58-c254bcd043ab | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 07:26:18.467003 | fa163e2b-69af-bc88-eeaf-000000002f03 | TASK | Update config hashes for container startup configs 2025-10-13 07:26:18.777414 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-10-13 07:26:18.778450 | | WARNING | Config change detected for mysql_bootstrap, new hash: 1fd01069964cbdc1e463920bc56f3eb3 2025-10-13 07:26:18.778811 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 0eac239ddd8a1a3acca46160c2d6756b 2025-10-13 07:26:18.779151 | | WARNING | Config change detected for redis_tls_proxy, new hash: 22d9822c4ca274c7b401498f3ab99b99 2025-10-13 07:26:18.779547 | | WARNING | Config change detected for clustercheck, new hash: 191ef10e6b2c83f82f79efdbc6eacb7c 2025-10-13 07:26:18.779979 | | WARNING | Config change detected for horizon_fix_perms, new hash: 8bb39d2f91986aa98a766ff334a1c580 2025-10-13 07:26:18.780324 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 1fd01069964cbdc1e463920bc56f3eb3 2025-10-13 07:26:18.780664 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.781046 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.781388 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.781765 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.782107 | | WARNING | Config change detected for aodh_db_sync, new hash: 5a10e15a15e8fb226a96f61df230f866 2025-10-13 07:26:18.782430 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 6295aa7bbf4e39ec2719fd5274ac4fca 2025-10-13 07:26:18.782797 | | WARNING | Config change detected for glance_api_db_sync, new hash: 695be44c7ef70b3fcf30de18d29b9cdd-722055c09dbfb56f370e9bb05ff36615 2025-10-13 07:26:18.783176 | | WARNING | Config change detected for heat_engine_db_sync, new hash: ed942f4f45cffb1908514351dbb05629 2025-10-13 07:26:18.783512 | | WARNING | Config change detected for horizon, new hash: 8bb39d2f91986aa98a766ff334a1c580 2025-10-13 07:26:18.783935 | | WARNING | Config change detected for iscsid, new hash: 722055c09dbfb56f370e9bb05ff36615 2025-10-13 07:26:18.784324 | | WARNING | Config change detected for keystone, new hash: 90da9b0aaf10377c82cf9570f580c672 2025-10-13 07:26:18.784657 | | WARNING | Config change detected for keystone_cron, new hash: 90da9b0aaf10377c82cf9570f580c672 2025-10-13 07:26:18.785039 | | WARNING | Config change detected for keystone_db_sync, new hash: 90da9b0aaf10377c82cf9570f580c672 2025-10-13 07:26:18.785402 | | WARNING | Config change detected for manila_api_db_sync, new hash: 83ed09cc7ad7df839760d9511126b5d6 2025-10-13 07:26:18.785873 | | WARNING | Config change detected for neutron_db_sync, new hash: cf490d76081d44ee7f73dd3e4e62cdb6 2025-10-13 07:26:18.786209 | | WARNING | Config change detected for nova_api_db_sync, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.786540 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.786941 | | WARNING | Config change detected for nova_db_sync, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.787265 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.787590 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.787929 | | WARNING | Config change detected for nova_virtproxyd, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.788290 | | WARNING | Config change detected for nova_virtqemud, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.788624 | | WARNING | Config change detected for nova_virtsecretd, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.788989 | | WARNING | Config change detected for nova_virtstoraged, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.789321 | | WARNING | Config change detected for octavia_db_sync, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.789646 | | WARNING | Config change detected for placement_api_db_sync, new hash: 9186bd25eb4837c967d1d47964721cd7 2025-10-13 07:26:18.789993 | | WARNING | Config change detected for swift_copy_rings, new hash: 7b414fe8af92c09e4d06009fb74554b2-a9095f407e11b578fa43816d0518c530 2025-10-13 07:26:18.790324 | | WARNING | Config change detected for aodh_api, new hash: 5a10e15a15e8fb226a96f61df230f866 2025-10-13 07:26:18.790668 | | WARNING | Config change detected for aodh_api_cron, new hash: 5a10e15a15e8fb226a96f61df230f866 2025-10-13 07:26:18.791012 | | WARNING | Config change detected for aodh_evaluator, new hash: 5a10e15a15e8fb226a96f61df230f866 2025-10-13 07:26:18.791342 | | WARNING | Config change detected for aodh_listener, new hash: 5a10e15a15e8fb226a96f61df230f866 2025-10-13 07:26:18.791669 | | WARNING | Config change detected for aodh_notifier, new hash: 5a10e15a15e8fb226a96f61df230f866 2025-10-13 07:26:18.792027 | | WARNING | Config change detected for ceilometer_agent_central, new hash: b04623d7e533f1909ee33cfd9feacd7c 2025-10-13 07:26:18.792397 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: b04623d7e533f1909ee33cfd9feacd7c 2025-10-13 07:26:18.792706 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: b04623d7e533f1909ee33cfd9feacd7c 2025-10-13 07:26:18.793061 | | WARNING | Config change detected for cinder_api, new hash: 6295aa7bbf4e39ec2719fd5274ac4fca 2025-10-13 07:26:18.793477 | | WARNING | Config change detected for cinder_api_cron, new hash: 6295aa7bbf4e39ec2719fd5274ac4fca 2025-10-13 07:26:18.793853 | | WARNING | Config change detected for cinder_scheduler, new hash: 6295aa7bbf4e39ec2719fd5274ac4fca 2025-10-13 07:26:18.794184 | | WARNING | Config change detected for glance_api, new hash: 695be44c7ef70b3fcf30de18d29b9cdd-722055c09dbfb56f370e9bb05ff36615 2025-10-13 07:26:18.794515 | | WARNING | Config change detected for glance_api_cron, new hash: 695be44c7ef70b3fcf30de18d29b9cdd 2025-10-13 07:26:18.794919 | | WARNING | Config change detected for glance_api_internal, new hash: c35ea676611832159840536f635b0864-722055c09dbfb56f370e9bb05ff36615 2025-10-13 07:26:18.795246 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: c35ea676611832159840536f635b0864 2025-10-13 07:26:18.795572 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: 695be44c7ef70b3fcf30de18d29b9cdd 2025-10-13 07:26:18.795918 | | WARNING | Config change detected for heat_api, new hash: ef76f6be2bf26468a8479c177d336dd7 2025-10-13 07:26:18.796289 | | WARNING | Config change detected for heat_api_cfn, new hash: c519cdb9c5fb9f78ab01daae709f637c 2025-10-13 07:26:18.796674 | | WARNING | Config change detected for heat_api_cron, new hash: ef76f6be2bf26468a8479c177d336dd7 2025-10-13 07:26:18.797199 | | WARNING | Config change detected for heat_engine, new hash: ed942f4f45cffb1908514351dbb05629 2025-10-13 07:26:18.797675 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-10-13 07:26:18.798028 | | WARNING | Config change detected for manila_api, new hash: 83ed09cc7ad7df839760d9511126b5d6 2025-10-13 07:26:18.798354 | | WARNING | Config change detected for manila_api_cron, new hash: 83ed09cc7ad7df839760d9511126b5d6 2025-10-13 07:26:18.798713 | | WARNING | Config change detected for manila_scheduler, new hash: 83ed09cc7ad7df839760d9511126b5d6 2025-10-13 07:26:18.799122 | | WARNING | Config change detected for neutron_api, new hash: cf490d76081d44ee7f73dd3e4e62cdb6 2025-10-13 07:26:18.799468 | | WARNING | Config change detected for neutron_dhcp, new hash: cf490d76081d44ee7f73dd3e4e62cdb6 2025-10-13 07:26:18.799821 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: cf490d76081d44ee7f73dd3e4e62cdb6 2025-10-13 07:26:18.800258 | | WARNING | Config change detected for neutron_sriov_agent, new hash: cf490d76081d44ee7f73dd3e4e62cdb6 2025-10-13 07:26:18.800561 | | WARNING | Config change detected for nova_api, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.800969 | | WARNING | Config change detected for nova_api_cron, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.801296 | | WARNING | Config change detected for nova_conductor, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.801624 | | WARNING | Config change detected for nova_metadata, new hash: 3efcfe34f43aacf711144bd3e68763bd 2025-10-13 07:26:18.801986 | | WARNING | Config change detected for nova_migration_target, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.802346 | | WARNING | Config change detected for nova_scheduler, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.802688 | | WARNING | Config change detected for nova_vnc_proxy, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.803056 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: cd80850d41cba1cfcc276d0fcbbbeea6 2025-10-13 07:26:18.803395 | | WARNING | Config change detected for octavia_api, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.803772 | | WARNING | Config change detected for octavia_driver_agent, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.804107 | | WARNING | Config change detected for ovn_metadata_agent, new hash: cf490d76081d44ee7f73dd3e4e62cdb6 2025-10-13 07:26:18.804441 | | WARNING | Config change detected for placement_api, new hash: 9186bd25eb4837c967d1d47964721cd7 2025-10-13 07:26:18.804785 | | WARNING | Config change detected for placement_wait_for_service, new hash: 9186bd25eb4837c967d1d47964721cd7 2025-10-13 07:26:18.805126 | | WARNING | Config change detected for swift_account_reaper, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.805455 | | WARNING | Config change detected for swift_account_server, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.805815 | | WARNING | Config change detected for swift_container_server, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.806176 | | WARNING | Config change detected for swift_container_updater, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.806518 | | WARNING | Config change detected for swift_object_expirer, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.806857 | | WARNING | Config change detected for swift_object_server, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.807182 | | WARNING | Config change detected for swift_object_updater, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.807509 | | WARNING | Config change detected for swift_proxy, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.807885 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: 7b414fe8af92c09e4d06009fb74554b2 2025-10-13 07:26:18.808204 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: b04623d7e533f1909ee33cfd9feacd7c 2025-10-13 07:26:18.808512 | | WARNING | Config change detected for gnocchi_api, new hash: e98852fff4bc69ec8e016bf74a71143e 2025-10-13 07:26:18.808859 | | WARNING | Config change detected for gnocchi_db_sync, new hash: e98852fff4bc69ec8e016bf74a71143e 2025-10-13 07:26:18.809200 | | WARNING | Config change detected for gnocchi_metricd, new hash: e98852fff4bc69ec8e016bf74a71143e 2025-10-13 07:26:18.809537 | | WARNING | Config change detected for gnocchi_statsd, new hash: e98852fff4bc69ec8e016bf74a71143e 2025-10-13 07:26:18.809901 | | WARNING | Config change detected for nova_compute, new hash: 722055c09dbfb56f370e9bb05ff36615-0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.810250 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 0be9139cf5305c30d80a7ed96fb27de2 2025-10-13 07:26:18.810572 | | WARNING | Config change detected for octavia_health_manager, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.810924 | | WARNING | Config change detected for octavia_housekeeping, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.811286 | | WARNING | Config change detected for octavia_rsyslog, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.811631 | | WARNING | Config change detected for octavia_worker, new hash: 764d9ec1170068abe9fbd0b306c509ca 2025-10-13 07:26:18.812046 | fa163e2b-69af-bc88-eeaf-000000002f03 | CHANGED | Update config hashes for container startup configs | standalone 2025-10-13 07:26:18.812643 | fa163e2b-69af-bc88-eeaf-000000002f03 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:15:21.780529 | 0.34s 2025-10-13 07:26:18.838406 | fa163e2b-69af-bc88-eeaf-000000002ea2 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 07:26:18.897245 | fa163e2b-69af-bc88-eeaf-000000002ea2 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:21.865117 | 0.06s 2025-10-13 07:26:18.921236 | 83015a7e-d8ad-4c1b-bb76-3b621106dbf5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:26:18.949441 | fa163e2b-69af-bc88-eeaf-000000002f22 | TASK | Gather podman infos 2025-10-13 07:26:19.697880 | fa163e2b-69af-bc88-eeaf-000000002f22 | OK | Gather podman infos | standalone 2025-10-13 07:26:19.699089 | fa163e2b-69af-bc88-eeaf-000000002f22 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:15:22.666970 | 0.75s 2025-10-13 07:26:19.766035 | fa163e2b-69af-bc88-eeaf-000000002f23 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 07:26:19.829984 | fa163e2b-69af-bc88-eeaf-000000002f23 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:22.797862 | 0.06s 2025-10-13 07:26:19.964961 | fa163e2b-69af-bc88-eeaf-000000002f6c | TIMING | tripleo_container_rm : include_tasks | standalone | 0:15:22.932827 | 0.07s 2025-10-13 07:26:20.025124 | fa163e2b-69af-bc88-eeaf-000000002ea3 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 07:26:20.081287 | fa163e2b-69af-bc88-eeaf-000000002ea3 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:23.049155 | 0.05s 2025-10-13 07:26:20.107241 | dbed1bef-a0aa-4d59-9d77-40c03cf9def5 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:26:20.144784 | fa163e2b-69af-bc88-eeaf-000000002f92 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 07:26:28.040264 | fa163e2b-69af-bc88-eeaf-000000002f92 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-13 07:26:28.042182 | fa163e2b-69af-bc88-eeaf-000000002f92 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:31.010059 | 7.90s 2025-10-13 07:26:28.073436 | fa163e2b-69af-bc88-eeaf-000000002f93 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-10-13 07:26:32.592347 | fa163e2b-69af-bc88-eeaf-000000002f93 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-10-13 07:26:32.593911 | fa163e2b-69af-bc88-eeaf-000000002f93 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:15:35.561793 | 4.52s 2025-10-13 07:26:32.668093 | fa163e2b-69af-bc88-eeaf-000000002cac | TASK | Clean container_puppet_tasks for standalone step 1 2025-10-13 07:26:32.897254 | fa163e2b-69af-bc88-eeaf-000000002cac | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-10-13 07:26:32.898649 | fa163e2b-69af-bc88-eeaf-000000002cac | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:15:35.866530 | 0.23s 2025-10-13 07:26:32.944851 | fa163e2b-69af-bc88-eeaf-000000002cad | TASK | Calculate container_puppet_tasks for standalone step 1 2025-10-13 07:26:32.998968 | fa163e2b-69af-bc88-eeaf-000000002cad | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:15:35.966842 | 0.05s 2025-10-13 07:26:33.029629 | fa163e2b-69af-bc88-eeaf-000000002cae | TASK | Include container-puppet tasks for step 1 2025-10-13 07:26:33.075005 | fa163e2b-69af-bc88-eeaf-000000002cae | TIMING | Include container-puppet tasks for step 1 | standalone | 0:15:36.042881 | 0.04s 2025-10-13 07:26:33.101378 | 05bc10f1-5576-4490-8438-f0b8f9dc460b | INCLUDED | /root/standalone-ansible-7tt1_uud/host-container-puppet-tasks.yaml | standalone 2025-10-13 07:26:33.151097 | fa163e2b-69af-bc88-eeaf-000000002fde | TASK | Write container-puppet-tasks json file for standalone step 1 2025-10-13 07:26:33.650894 | fa163e2b-69af-bc88-eeaf-000000002fde | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-10-13 07:26:33.652217 | fa163e2b-69af-bc88-eeaf-000000002fde | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:15:36.620099 | 0.50s 2025-10-13 07:26:33.682353 | fa163e2b-69af-bc88-eeaf-000000002fe0 | TASK | Generate container puppet configs for step 1 2025-10-13 07:26:33.966820 | fa163e2b-69af-bc88-eeaf-000000002fe0 | OK | Generate container puppet configs for step 1 | standalone 2025-10-13 07:26:33.968054 | fa163e2b-69af-bc88-eeaf-000000002fe0 | TIMING | Generate container puppet configs for step 1 | standalone | 0:15:36.935936 | 0.28s 2025-10-13 07:26:33.998367 | fa163e2b-69af-bc88-eeaf-000000002fe1 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-10-13 07:26:34.028774 | fa163e2b-69af-bc88-eeaf-000000002fe1 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:15:36.996633 | 0.03s 2025-10-13 07:26:34.079557 | fa163e2b-69af-bc88-eeaf-000000002dcc | TASK | Gather variables for each operating system 2025-10-13 07:26:34.201587 | fa163e2b-69af-bc88-eeaf-000000002dcc | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:15:37.169469 | 0.12s 2025-10-13 07:26:34.221165 | fa163e2b-69af-bc88-eeaf-000000002dcd | TASK | Create container logs path 2025-10-13 07:26:34.460586 | fa163e2b-69af-bc88-eeaf-000000002dcd | OK | Create container logs path | standalone 2025-10-13 07:26:34.461919 | fa163e2b-69af-bc88-eeaf-000000002dcd | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:15:37.429801 | 0.24s 2025-10-13 07:26:34.494592 | fa163e2b-69af-bc88-eeaf-000000002dcf | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:26:34.710291 | fa163e2b-69af-bc88-eeaf-000000002dcf | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 07:26:34.711523 | fa163e2b-69af-bc88-eeaf-000000002dcf | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:37.679404 | 0.22s 2025-10-13 07:26:34.740608 | fa163e2b-69af-bc88-eeaf-000000002dd0 | TASK | Finalise hashes for all containers 2025-10-13 07:26:34.780792 | fa163e2b-69af-bc88-eeaf-000000002dd0 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:26:34.781845 | fa163e2b-69af-bc88-eeaf-000000002dd0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:37.749727 | 0.04s 2025-10-13 07:26:34.811548 | fa163e2b-69af-bc88-eeaf-000000002dd2 | TASK | Manage systemd shutdown files 2025-10-13 07:26:34.844563 | fa163e2b-69af-bc88-eeaf-000000002dd2 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:26:34.845701 | fa163e2b-69af-bc88-eeaf-000000002dd2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:37.813582 | 0.03s 2025-10-13 07:26:34.875405 | fa163e2b-69af-bc88-eeaf-000000002dd4 | TASK | Update container configs with new config hashes 2025-10-13 07:26:34.926023 | fa163e2b-69af-bc88-eeaf-000000002dd4 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:26:34.927223 | fa163e2b-69af-bc88-eeaf-000000002dd4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:37.895104 | 0.05s 2025-10-13 07:26:34.959014 | fa163e2b-69af-bc88-eeaf-000000002dd5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:26:35.011026 | fa163e2b-69af-bc88-eeaf-000000002dd5 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 07:26:35.012227 | fa163e2b-69af-bc88-eeaf-000000002dd5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:37.980108 | 0.05s 2025-10-13 07:26:35.044003 | fa163e2b-69af-bc88-eeaf-000000002dd6 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-10-13 07:26:35.096148 | fa163e2b-69af-bc88-eeaf-000000002dd6 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-10-13 07:26:35.097477 | fa163e2b-69af-bc88-eeaf-000000002dd6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:38.065356 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-10-13 07:26:35.263334 | fa163e2b-69af-bc88-eeaf-0000000000c6 | TASK | External deployment step 2 2025-10-13 07:26:35.290817 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000c6') missing from stats 2025-10-13 07:26:35.344526 | fa163e2b-69af-bc88-eeaf-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:38.312396 | 0.04s 2025-10-13 07:26:35.351280 | 43cf1b66-4718-4be6-bf8d-23f946c3590b | INCLUDED | /root/standalone-ansible-7tt1_uud/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-10-13 07:26:35.486729 | fa163e2b-69af-bc88-eeaf-0000000000ca | TASK | Deploy step tasks for 2 2025-10-13 07:26:35.516809 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000ca') missing from stats 2025-10-13 07:26:35.539680 | fa163e2b-69af-bc88-eeaf-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-10-13 07:26:36.058950 | fa163e2b-69af-bc88-eeaf-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-10-13 07:26:36.060415 | fa163e2b-69af-bc88-eeaf-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:39.028297 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 07:26:36.130656 | fa163e2b-69af-bc88-eeaf-0000000000cc | TIMING | include_tasks | standalone | 0:15:39.098525 | 0.04s 2025-10-13 07:26:36.227286 | d2db3659-4cd6-46e1-b6c3-4ceaf56c923a | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-10-13 07:26:36.263840 | fa163e2b-69af-bc88-eeaf-00000000306f | TASK | Push script 2025-10-13 07:26:36.744613 | fa163e2b-69af-bc88-eeaf-00000000306f | CHANGED | Push script | standalone 2025-10-13 07:26:36.746142 | fa163e2b-69af-bc88-eeaf-00000000306f | TIMING | Push script | standalone | 0:15:39.714023 | 0.48s 2025-10-13 07:26:36.774603 | fa163e2b-69af-bc88-eeaf-000000003070 | TASK | Insert cronjob in root crontab 2025-10-13 07:26:37.231902 | fa163e2b-69af-bc88-eeaf-000000003070 | CHANGED | Insert cronjob in root crontab | standalone 2025-10-13 07:26:37.233384 | fa163e2b-69af-bc88-eeaf-000000003070 | TIMING | Insert cronjob in root crontab | standalone | 0:15:40.201263 | 0.46s 2025-10-13 07:26:37.264367 | fa163e2b-69af-bc88-eeaf-000000003077 | TASK | Gather variables for each operating system 2025-10-13 07:26:37.390511 | fa163e2b-69af-bc88-eeaf-000000003077 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:40.358376 | 0.12s 2025-10-13 07:26:37.420306 | fa163e2b-69af-bc88-eeaf-000000003078 | TASK | Detect if resource is being created or already exists 2025-10-13 07:26:38.227488 | fa163e2b-69af-bc88-eeaf-000000003078 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 07:26:38.228931 | fa163e2b-69af-bc88-eeaf-000000003078 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:41.196813 | 0.81s 2025-10-13 07:26:38.259608 | fa163e2b-69af-bc88-eeaf-000000003079 | TASK | Run init bundle puppet on the host for haproxy 2025-10-13 07:28:23.058055 | fa163e2b-69af-bc88-eeaf-000000003079 | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-10-13 07:28:23.060286 | fa163e2b-69af-bc88-eeaf-000000003079 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:17:26.028162 | 104.80s 2025-10-13 07:28:23.094194 | fa163e2b-69af-bc88-eeaf-00000000307a | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-10-13 07:28:23.353111 | fa163e2b-69af-bc88-eeaf-00000000307a | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-10-13 07:28:23.354706 | fa163e2b-69af-bc88-eeaf-00000000307a | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:17:26.322586 | 0.26s 2025-10-13 07:28:23.385490 | fa163e2b-69af-bc88-eeaf-00000000307b | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 07:28:24.012434 | fa163e2b-69af-bc88-eeaf-00000000307b | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 07:28:24.014003 | fa163e2b-69af-bc88-eeaf-00000000307b | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:26.981885 | 0.63s 2025-10-13 07:28:24.045758 | fa163e2b-69af-bc88-eeaf-00000000307c | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-10-13 07:28:24.299323 | fa163e2b-69af-bc88-eeaf-00000000307c | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-10-13 07:28:24.300790 | fa163e2b-69af-bc88-eeaf-00000000307c | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:17:27.268671 | 0.25s 2025-10-13 07:28:24.331681 | fa163e2b-69af-bc88-eeaf-00000000307e | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-10-13 07:28:24.393165 | fa163e2b-69af-bc88-eeaf-00000000307e | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-10-13 07:28:24.394270 | fa163e2b-69af-bc88-eeaf-00000000307e | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:17:27.362152 | 0.06s 2025-10-13 07:28:24.425318 | fa163e2b-69af-bc88-eeaf-00000000307f | TASK | Get container image tag from bundle haproxy-bundle 2025-10-13 07:28:24.480998 | fa163e2b-69af-bc88-eeaf-00000000307f | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-10-13 07:28:24.482315 | fa163e2b-69af-bc88-eeaf-00000000307f | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:17:27.450195 | 0.06s 2025-10-13 07:28:24.514428 | fa163e2b-69af-bc88-eeaf-000000003080 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-10-13 07:28:24.567468 | fa163e2b-69af-bc88-eeaf-000000003080 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-10-13 07:28:24.568609 | fa163e2b-69af-bc88-eeaf-000000003080 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:17:27.536491 | 0.05s 2025-10-13 07:28:24.601501 | fa163e2b-69af-bc88-eeaf-000000003081 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 07:28:24.654410 | fa163e2b-69af-bc88-eeaf-000000003081 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 07:28:24.655630 | fa163e2b-69af-bc88-eeaf-000000003081 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:27.623443 | 0.05s 2025-10-13 07:28:24.687594 | fa163e2b-69af-bc88-eeaf-000000003082 | TASK | Remove update marker for bundle haproxy-bundle 2025-10-13 07:28:24.739791 | fa163e2b-69af-bc88-eeaf-000000003082 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-10-13 07:28:24.741027 | fa163e2b-69af-bc88-eeaf-000000003082 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:17:27.708907 | 0.05s 2025-10-13 07:28:24.796599 | fa163e2b-69af-bc88-eeaf-0000000030a3 | TASK | Gather variables for each operating system 2025-10-13 07:28:24.922030 | fa163e2b-69af-bc88-eeaf-0000000030a3 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:27.889902 | 0.12s 2025-10-13 07:28:24.952243 | fa163e2b-69af-bc88-eeaf-0000000030a4 | TASK | Detect if resource is being created or already exists 2025-10-13 07:28:25.747355 | fa163e2b-69af-bc88-eeaf-0000000030a4 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 07:28:25.748854 | fa163e2b-69af-bc88-eeaf-0000000030a4 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:28.716734 | 0.79s 2025-10-13 07:28:25.780167 | fa163e2b-69af-bc88-eeaf-0000000030a5 | TASK | Run init bundle puppet on the host for mysql 2025-10-13 07:28:54.410479 | fa163e2b-69af-bc88-eeaf-0000000030a5 | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-10-13 07:28:54.412419 | fa163e2b-69af-bc88-eeaf-0000000030a5 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:57.380298 | 28.63s 2025-10-13 07:28:54.445647 | fa163e2b-69af-bc88-eeaf-0000000030a6 | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-10-13 07:28:54.714105 | fa163e2b-69af-bc88-eeaf-0000000030a6 | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-10-13 07:28:54.715647 | fa163e2b-69af-bc88-eeaf-0000000030a6 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:57.683528 | 0.27s 2025-10-13 07:28:54.746121 | fa163e2b-69af-bc88-eeaf-0000000030a7 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 07:28:55.182772 | fa163e2b-69af-bc88-eeaf-0000000030a7 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 07:28:55.184368 | fa163e2b-69af-bc88-eeaf-0000000030a7 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:58.152248 | 0.44s 2025-10-13 07:28:55.216208 | fa163e2b-69af-bc88-eeaf-0000000030a8 | TASK | Check if an image update marker exists for bundle galera-bundle 2025-10-13 07:28:55.473296 | fa163e2b-69af-bc88-eeaf-0000000030a8 | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-10-13 07:28:55.474797 | fa163e2b-69af-bc88-eeaf-0000000030a8 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:58.442620 | 0.26s 2025-10-13 07:28:55.506341 | fa163e2b-69af-bc88-eeaf-0000000030aa | TASK | Get container image tag from marker for bundle galera-bundle 2025-10-13 07:28:55.568118 | fa163e2b-69af-bc88-eeaf-0000000030aa | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-10-13 07:28:55.569482 | fa163e2b-69af-bc88-eeaf-0000000030aa | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:58.537362 | 0.06s 2025-10-13 07:28:55.607585 | fa163e2b-69af-bc88-eeaf-0000000030ab | TASK | Get container image tag from bundle galera-bundle 2025-10-13 07:28:55.661229 | fa163e2b-69af-bc88-eeaf-0000000030ab | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-10-13 07:28:55.662824 | fa163e2b-69af-bc88-eeaf-0000000030ab | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:58.630701 | 0.05s 2025-10-13 07:28:55.694460 | fa163e2b-69af-bc88-eeaf-0000000030ac | TASK | Compare tags between marker and bundle galera-bundle 2025-10-13 07:28:55.759930 | fa163e2b-69af-bc88-eeaf-0000000030ac | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-10-13 07:28:55.760812 | fa163e2b-69af-bc88-eeaf-0000000030ac | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:58.728699 | 0.06s 2025-10-13 07:28:55.785954 | fa163e2b-69af-bc88-eeaf-0000000030ad | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 07:28:55.846219 | fa163e2b-69af-bc88-eeaf-0000000030ad | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 07:28:55.847068 | fa163e2b-69af-bc88-eeaf-0000000030ad | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:58.814955 | 0.06s 2025-10-13 07:28:55.870984 | fa163e2b-69af-bc88-eeaf-0000000030ae | TASK | Remove update marker for bundle galera-bundle 2025-10-13 07:28:55.923391 | fa163e2b-69af-bc88-eeaf-0000000030ae | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-10-13 07:28:55.924270 | fa163e2b-69af-bc88-eeaf-0000000030ae | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:58.892157 | 0.05s 2025-10-13 07:28:55.972185 | fa163e2b-69af-bc88-eeaf-0000000030cf | TASK | Gather variables for each operating system 2025-10-13 07:28:56.097958 | fa163e2b-69af-bc88-eeaf-0000000030cf | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:59.065827 | 0.12s 2025-10-13 07:28:56.128671 | fa163e2b-69af-bc88-eeaf-0000000030d0 | TASK | Detect if resource is being created or already exists 2025-10-13 07:28:56.858293 | fa163e2b-69af-bc88-eeaf-0000000030d0 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 07:28:56.859420 | fa163e2b-69af-bc88-eeaf-0000000030d0 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:59.827307 | 0.73s 2025-10-13 07:28:56.889480 | fa163e2b-69af-bc88-eeaf-0000000030d1 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-10-13 07:29:23.925867 | fa163e2b-69af-bc88-eeaf-0000000030d1 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-10-13 07:29:23.927549 | fa163e2b-69af-bc88-eeaf-0000000030d1 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:18:26.895428 | 27.04s 2025-10-13 07:29:23.961175 | fa163e2b-69af-bc88-eeaf-0000000030d2 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-10-13 07:29:24.247821 | fa163e2b-69af-bc88-eeaf-0000000030d2 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-10-13 07:29:24.249422 | fa163e2b-69af-bc88-eeaf-0000000030d2 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:18:27.217302 | 0.29s 2025-10-13 07:29:24.282792 | fa163e2b-69af-bc88-eeaf-0000000030d3 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 07:29:24.710001 | fa163e2b-69af-bc88-eeaf-0000000030d3 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 07:29:24.711433 | fa163e2b-69af-bc88-eeaf-0000000030d3 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:27.679309 | 0.43s 2025-10-13 07:29:24.740500 | fa163e2b-69af-bc88-eeaf-0000000030d4 | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-10-13 07:29:24.964625 | fa163e2b-69af-bc88-eeaf-0000000030d4 | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-10-13 07:29:24.965934 | fa163e2b-69af-bc88-eeaf-0000000030d4 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:18:27.933815 | 0.22s 2025-10-13 07:29:24.997386 | fa163e2b-69af-bc88-eeaf-0000000030d6 | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-10-13 07:29:25.047168 | fa163e2b-69af-bc88-eeaf-0000000030d6 | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-10-13 07:29:25.048452 | fa163e2b-69af-bc88-eeaf-0000000030d6 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:18:28.016332 | 0.05s 2025-10-13 07:29:25.079647 | fa163e2b-69af-bc88-eeaf-0000000030d7 | TASK | Get container image tag from bundle rabbitmq-bundle 2025-10-13 07:29:25.119191 | fa163e2b-69af-bc88-eeaf-0000000030d7 | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-10-13 07:29:25.120317 | fa163e2b-69af-bc88-eeaf-0000000030d7 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:18:28.088198 | 0.04s 2025-10-13 07:29:25.151120 | fa163e2b-69af-bc88-eeaf-0000000030d8 | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-10-13 07:29:25.201860 | fa163e2b-69af-bc88-eeaf-0000000030d8 | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-10-13 07:29:25.203114 | fa163e2b-69af-bc88-eeaf-0000000030d8 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:18:28.170994 | 0.05s 2025-10-13 07:29:25.235769 | fa163e2b-69af-bc88-eeaf-0000000030d9 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 07:29:25.286704 | fa163e2b-69af-bc88-eeaf-0000000030d9 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 07:29:25.288018 | fa163e2b-69af-bc88-eeaf-0000000030d9 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:28.255899 | 0.05s 2025-10-13 07:29:25.319522 | fa163e2b-69af-bc88-eeaf-0000000030da | TASK | Remove update marker for bundle rabbitmq-bundle 2025-10-13 07:29:25.374174 | fa163e2b-69af-bc88-eeaf-0000000030da | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-10-13 07:29:25.375590 | fa163e2b-69af-bc88-eeaf-0000000030da | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:18:28.343469 | 0.05s 2025-10-13 07:29:25.431122 | fa163e2b-69af-bc88-eeaf-0000000030fb | TASK | Gather variables for each operating system 2025-10-13 07:29:25.556820 | fa163e2b-69af-bc88-eeaf-0000000030fb | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:18:28.524691 | 0.12s 2025-10-13 07:29:25.587161 | fa163e2b-69af-bc88-eeaf-0000000030fc | TASK | Detect if resource is being created or already exists 2025-10-13 07:29:26.351225 | fa163e2b-69af-bc88-eeaf-0000000030fc | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 07:29:26.352659 | fa163e2b-69af-bc88-eeaf-0000000030fc | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:18:29.320541 | 0.76s 2025-10-13 07:29:26.383656 | fa163e2b-69af-bc88-eeaf-0000000030fd | TASK | Run init bundle puppet on the host for redis 2025-10-13 07:29:53.876840 | fa163e2b-69af-bc88-eeaf-0000000030fd | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-10-13 07:29:53.880060 | fa163e2b-69af-bc88-eeaf-0000000030fd | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:56.847937 | 27.49s 2025-10-13 07:29:53.902239 | fa163e2b-69af-bc88-eeaf-0000000030fe | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-10-13 07:29:54.154162 | fa163e2b-69af-bc88-eeaf-0000000030fe | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-10-13 07:29:54.155951 | fa163e2b-69af-bc88-eeaf-0000000030fe | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:57.123829 | 0.25s 2025-10-13 07:29:54.191621 | fa163e2b-69af-bc88-eeaf-0000000030ff | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 07:29:54.642787 | fa163e2b-69af-bc88-eeaf-0000000030ff | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 07:29:54.643597 | fa163e2b-69af-bc88-eeaf-0000000030ff | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:57.611487 | 0.45s 2025-10-13 07:29:54.663877 | fa163e2b-69af-bc88-eeaf-000000003100 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-10-13 07:29:54.881841 | fa163e2b-69af-bc88-eeaf-000000003100 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-10-13 07:29:54.883451 | fa163e2b-69af-bc88-eeaf-000000003100 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:57.851329 | 0.22s 2025-10-13 07:29:54.915783 | fa163e2b-69af-bc88-eeaf-000000003102 | TASK | Get container image tag from marker for bundle redis-bundle 2025-10-13 07:29:54.976913 | fa163e2b-69af-bc88-eeaf-000000003102 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-10-13 07:29:54.978221 | fa163e2b-69af-bc88-eeaf-000000003102 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:57.946101 | 0.06s 2025-10-13 07:29:55.009359 | fa163e2b-69af-bc88-eeaf-000000003103 | TASK | Get container image tag from bundle redis-bundle 2025-10-13 07:29:55.062480 | fa163e2b-69af-bc88-eeaf-000000003103 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-10-13 07:29:55.064043 | fa163e2b-69af-bc88-eeaf-000000003103 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:58.031919 | 0.05s 2025-10-13 07:29:55.095073 | fa163e2b-69af-bc88-eeaf-000000003104 | TASK | Compare tags between marker and bundle redis-bundle 2025-10-13 07:29:55.156085 | fa163e2b-69af-bc88-eeaf-000000003104 | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-10-13 07:29:55.157471 | fa163e2b-69af-bc88-eeaf-000000003104 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:58.125350 | 0.06s 2025-10-13 07:29:55.187672 | fa163e2b-69af-bc88-eeaf-000000003105 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 07:29:55.246180 | fa163e2b-69af-bc88-eeaf-000000003105 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 07:29:55.247125 | fa163e2b-69af-bc88-eeaf-000000003105 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:58.215010 | 0.06s 2025-10-13 07:29:55.271241 | fa163e2b-69af-bc88-eeaf-000000003106 | TASK | Remove update marker for bundle redis-bundle 2025-10-13 07:29:55.304032 | fa163e2b-69af-bc88-eeaf-000000003106 | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-10-13 07:29:55.306021 | fa163e2b-69af-bc88-eeaf-000000003106 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:58.273907 | 0.03s 2025-10-13 07:29:55.348950 | fa163e2b-69af-bc88-eeaf-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-10-13 07:29:55.562259 | fa163e2b-69af-bc88-eeaf-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-10-13 07:29:55.563637 | fa163e2b-69af-bc88-eeaf-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:58.531519 | 0.21s 2025-10-13 07:29:55.677056 | fa163e2b-69af-bc88-eeaf-0000000000cf | TIMING | include_tasks | standalone | 0:18:58.644923 | 0.08s 2025-10-13 07:29:55.715671 | f7c456e8-6ea0-4e4d-a81c-5d36d14a49f5 | INCLUDED | /root/standalone-ansible-7tt1_uud/common_deploy_steps_tasks.yaml | standalone 2025-10-13 07:29:55.748658 | fa163e2b-69af-bc88-eeaf-00000000319b | TASK | Write the config_step hieradata 2025-10-13 07:29:56.207244 | fa163e2b-69af-bc88-eeaf-00000000319b | OK | Write the config_step hieradata | standalone 2025-10-13 07:29:56.208853 | fa163e2b-69af-bc88-eeaf-00000000319b | TIMING | Write the config_step hieradata | standalone | 0:18:59.176734 | 0.46s 2025-10-13 07:29:56.239894 | fa163e2b-69af-bc88-eeaf-00000000319c | TASK | Run puppet host configuration for step 2 2025-10-13 07:29:56.558914 | fa163e2b-69af-bc88-eeaf-00000000319c | CHANGED | Run puppet host configuration for step 2 | standalone 2025-10-13 07:29:56.560302 | fa163e2b-69af-bc88-eeaf-00000000319c | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:59.528181 | 0.32s 2025-10-13 07:29:56.589636 | fa163e2b-69af-bc88-eeaf-00000000319d | TASK | Wait for puppet host configuration to finish 2025-10-13 07:29:56.839109 | fa163e2b-69af-bc88-eeaf-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 07:30:07.065825 | fa163e2b-69af-bc88-eeaf-00000000319d | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 07:30:17.288205 | fa163e2b-69af-bc88-eeaf-00000000319d | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 07:30:17.289717 | fa163e2b-69af-bc88-eeaf-00000000319d | TIMING | Wait for puppet host configuration to finish | standalone | 0:19:20.257599 | 20.70s 2025-10-13 07:30:17.322092 | fa163e2b-69af-bc88-eeaf-00000000319e | TASK | Debug output for task: Run puppet host configuration for step 2 2025-10-13 07:30:17.407709 | fa163e2b-69af-bc88-eeaf-00000000319e | 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>Oct 13 07:29:56 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 07:30:02 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 07:30:02 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 07:30:02 puppet-user: (file & line not available)", "<13>Oct 13 07:30:03 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>Oct 13 07:30:03 puppet-user: (file & line not available)", "<13>Oct 13 07:30:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 07:30:03 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 07:30:03 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.62 seconds", "<13>Oct 13 07:30:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 07:30:12 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 07:30:13 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 07:30:13 puppet-user: Notice: Applied catalog in 10.10 seconds", "<13>Oct 13 07:30:13 puppet-user: Application:", "<13>Oct 13 07:30:13 puppet-user: Initial environment: production", "<13>Oct 13 07:30:13 puppet-user: Converged environment: production", "<13>Oct 13 07:30:13 puppet-user: Run mode: user", "<13>Oct 13 07:30:13 puppet-user: Changes:", "<13>Oct 13 07:30:13 puppet-user: Total: 2", "<13>Oct 13 07:30:13 puppet-user: Events:", "<13>Oct 13 07:30:13 puppet-user: Success: 2", "<13>Oct 13 07:30:13 puppet-user: Resources:", "<13>Oct 13 07:30:13 puppet-user: Changed: 2", "<13>Oct 13 07:30:13 puppet-user: Out of sync: 2", "<13>Oct 13 07:30:13 puppet-user: Total: 28", "<13>Oct 13 07:30:13 puppet-user: Time:", "<13>Oct 13 07:30:13 puppet-user: Schedule: 0.00", "<13>Oct 13 07:30:13 puppet-user: Package: 0.00", "<13>Oct 13 07:30:13 puppet-user: File line: 0.00", "<13>Oct 13 07:30:13 puppet-user: File: 0.00", "<13>Oct 13 07:30:13 puppet-user: Augeas: 0.01", "<13>Oct 13 07:30:13 puppet-user: User: 0.02", "<13>Oct 13 07:30:13 puppet-user: Service: 0.10", "<13>Oct 13 07:30:13 puppet-user: Config retrieval: 0.67", "<13>Oct 13 07:30:13 puppet-user: Pcmk property: 1.47", "<13>Oct 13 07:30:13 puppet-user: Exec: 2.00", "<13>Oct 13 07:30:13 puppet-user: Transaction evaluation: 10.08", "<13>Oct 13 07:30:13 puppet-user: Catalog application: 10.10", "<13>Oct 13 07:30:13 puppet-user: Last run: 1760340613", "<13>Oct 13 07:30:13 puppet-user: Pcmk resource default: 3.05", "<13>Oct 13 07:30:13 puppet-user: Pcmk resource op default: 3.21", "<13>Oct 13 07:30:13 puppet-user: Filebucket: 0.00", "<13>Oct 13 07:30:13 puppet-user: Total: 10.11", "<13>Oct 13 07:30:13 puppet-user: Version:", "<13>Oct 13 07:30:13 puppet-user: Config: 1760340602", "<13>Oct 13 07:30:13 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 07:30:17.409045 | fa163e2b-69af-bc88-eeaf-00000000319e | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:19:20.376926 | 0.09s 2025-10-13 07:30:17.438425 | fa163e2b-69af-bc88-eeaf-00000000319f | TASK | Pre-cache facts for puppet containers 2025-10-13 07:30:17.467920 | fa163e2b-69af-bc88-eeaf-00000000319f | TIMING | Pre-cache facts for puppet containers | standalone | 0:19:20.435796 | 0.03s 2025-10-13 07:30:17.535647 | fa163e2b-69af-bc88-eeaf-0000000031de | TASK | Gather variables for each operating system 2025-10-13 07:30:17.651627 | fa163e2b-69af-bc88-eeaf-0000000031de | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:19:20.619487 | 0.11s 2025-10-13 07:30:17.688488 | fa163e2b-69af-bc88-eeaf-0000000031df | TASK | Create puppet caching structures 2025-10-13 07:30:18.035588 | fa163e2b-69af-bc88-eeaf-0000000031df | CHANGED | Create puppet caching structures | standalone 2025-10-13 07:30:18.037062 | fa163e2b-69af-bc88-eeaf-0000000031df | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:19:21.004943 | 0.35s 2025-10-13 07:30:18.065979 | fa163e2b-69af-bc88-eeaf-0000000031e0 | TASK | Check for facter.conf 2025-10-13 07:30:18.325614 | fa163e2b-69af-bc88-eeaf-0000000031e0 | OK | Check for facter.conf | standalone 2025-10-13 07:30:18.327097 | fa163e2b-69af-bc88-eeaf-0000000031e0 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:19:21.294975 | 0.26s 2025-10-13 07:30:18.358062 | fa163e2b-69af-bc88-eeaf-0000000031e1 | TASK | Remove facter.conf if directory 2025-10-13 07:30:18.409131 | fa163e2b-69af-bc88-eeaf-0000000031e1 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 07:30:18.410572 | fa163e2b-69af-bc88-eeaf-0000000031e1 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:19:21.378452 | 0.05s 2025-10-13 07:30:18.440718 | fa163e2b-69af-bc88-eeaf-0000000031e2 | TASK | Write facter cache config 2025-10-13 07:30:18.940317 | fa163e2b-69af-bc88-eeaf-0000000031e2 | CHANGED | Write facter cache config | standalone 2025-10-13 07:30:18.941868 | fa163e2b-69af-bc88-eeaf-0000000031e2 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:19:21.909750 | 0.50s 2025-10-13 07:30:18.972559 | fa163e2b-69af-bc88-eeaf-0000000031e3 | TASK | Cleanup facter cache if exists 2025-10-13 07:30:19.216414 | fa163e2b-69af-bc88-eeaf-0000000031e3 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 07:30:19.217963 | fa163e2b-69af-bc88-eeaf-0000000031e3 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:19:22.185843 | 0.24s 2025-10-13 07:30:19.247677 | fa163e2b-69af-bc88-eeaf-0000000031e4 | TASK | Pre-cache facts 2025-10-13 07:30:19.857450 | fa163e2b-69af-bc88-eeaf-0000000031e4 | CHANGED | Pre-cache facts | standalone 2025-10-13 07:30:19.858689 | fa163e2b-69af-bc88-eeaf-0000000031e4 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:19:22.826571 | 0.61s 2025-10-13 07:30:19.889275 | fa163e2b-69af-bc88-eeaf-0000000031e5 | TASK | Failed deployment if facter fails 2025-10-13 07:30:19.923427 | fa163e2b-69af-bc88-eeaf-0000000031e5 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 07:30:19.924555 | fa163e2b-69af-bc88-eeaf-0000000031e5 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:19:22.892436 | 0.03s 2025-10-13 07:30:19.970415 | fa163e2b-69af-bc88-eeaf-0000000031e6 | TASK | Sync cached facts 2025-10-13 07:30:20.285074 | fa163e2b-69af-bc88-eeaf-0000000031e6 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-69af- bc88-eeaf-0000000031e6') missing from stats 2025-10-13 07:30:20.342790 | fa163e2b-69af-bc88-eeaf-0000000031a0 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 07:30:20.393361 | fa163e2b-69af-bc88-eeaf-0000000031a0 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 07:30:20.394526 | fa163e2b-69af-bc88-eeaf-0000000031a0 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:19:23.362407 | 0.05s 2025-10-13 07:30:20.427896 | fa163e2b-69af-bc88-eeaf-0000000031a2 | TASK | Manage containers for step 2 with tripleo-ansible 2025-10-13 07:30:20.458030 | fa163e2b-69af-bc88-eeaf-0000000031a2 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:19:23.425909 | 0.03s 2025-10-13 07:30:20.523817 | fa163e2b-69af-bc88-eeaf-00000000323d | TASK | Gather variables for each operating system 2025-10-13 07:30:20.691605 | fa163e2b-69af-bc88-eeaf-00000000323d | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:23.659489 | 0.17s 2025-10-13 07:30:20.711144 | fa163e2b-69af-bc88-eeaf-00000000323e | TASK | Create container logs path 2025-10-13 07:30:20.964244 | fa163e2b-69af-bc88-eeaf-00000000323e | OK | Create container logs path | standalone 2025-10-13 07:30:20.965608 | fa163e2b-69af-bc88-eeaf-00000000323e | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:23.933489 | 0.25s 2025-10-13 07:30:20.998007 | fa163e2b-69af-bc88-eeaf-000000003240 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 07:30:21.277434 | fa163e2b-69af-bc88-eeaf-000000003240 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-13 07:30:21.278689 | fa163e2b-69af-bc88-eeaf-000000003240 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:24.246570 | 0.28s 2025-10-13 07:30:21.308529 | fa163e2b-69af-bc88-eeaf-000000003241 | TASK | Finalise hashes for all containers 2025-10-13 07:30:21.383919 | fa163e2b-69af-bc88-eeaf-000000003241 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:30:21.385028 | fa163e2b-69af-bc88-eeaf-000000003241 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:24.352911 | 0.07s 2025-10-13 07:30:21.413726 | fa163e2b-69af-bc88-eeaf-000000003243 | TASK | Manage systemd shutdown files 2025-10-13 07:30:21.443042 | fa163e2b-69af-bc88-eeaf-000000003243 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:24.410920 | 0.03s 2025-10-13 07:30:21.477228 | dfa53707-7499-498b-b7c9-16c99d05397f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 07:30:21.505533 | fa163e2b-69af-bc88-eeaf-000000003276 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 07:30:21.768412 | fa163e2b-69af-bc88-eeaf-000000003276 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 07:30:21.769997 | fa163e2b-69af-bc88-eeaf-000000003276 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:19:24.737879 | 0.26s 2025-10-13 07:30:21.800811 | fa163e2b-69af-bc88-eeaf-000000003277 | TASK | Set podman_drop_in fact 2025-10-13 07:30:21.862775 | fa163e2b-69af-bc88-eeaf-000000003277 | OK | Set podman_drop_in fact | standalone 2025-10-13 07:30:21.863943 | fa163e2b-69af-bc88-eeaf-000000003277 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:19:24.831825 | 0.06s 2025-10-13 07:30:21.894223 | fa163e2b-69af-bc88-eeaf-000000003279 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 07:30:22.417451 | fa163e2b-69af-bc88-eeaf-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 07:30:22.419799 | fa163e2b-69af-bc88-eeaf-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:25.387675 | 0.52s 2025-10-13 07:30:22.862463 | fa163e2b-69af-bc88-eeaf-000000003279 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 07:30:22.863917 | fa163e2b-69af-bc88-eeaf-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:25.831809 | 0.97s 2025-10-13 07:30:22.875058 | fa163e2b-69af-bc88-eeaf-000000003279 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:19:25.842935 | 0.98s 2025-10-13 07:30:22.905295 | fa163e2b-69af-bc88-eeaf-00000000327a | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 07:30:23.362439 | fa163e2b-69af-bc88-eeaf-00000000327a | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 07:30:23.363345 | fa163e2b-69af-bc88-eeaf-00000000327a | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:19:26.331235 | 0.46s 2025-10-13 07:30:23.382794 | fa163e2b-69af-bc88-eeaf-00000000327b | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 07:30:23.870919 | fa163e2b-69af-bc88-eeaf-00000000327b | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 07:30:23.872286 | fa163e2b-69af-bc88-eeaf-00000000327b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:19:26.840164 | 0.49s 2025-10-13 07:30:23.901664 | fa163e2b-69af-bc88-eeaf-00000000327c | TASK | Enable and start tripleo-container-shutdown 2025-10-13 07:30:25.542161 | fa163e2b-69af-bc88-eeaf-00000000327c | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 07:30:25.544441 | fa163e2b-69af-bc88-eeaf-00000000327c | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:19:28.512321 | 1.64s 2025-10-13 07:30:25.575147 | fa163e2b-69af-bc88-eeaf-00000000327d | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 07:30:26.093791 | fa163e2b-69af-bc88-eeaf-00000000327d | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 07:30:26.095218 | fa163e2b-69af-bc88-eeaf-00000000327d | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:19:29.063098 | 0.52s 2025-10-13 07:30:26.124872 | fa163e2b-69af-bc88-eeaf-00000000327e | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 07:30:26.597978 | fa163e2b-69af-bc88-eeaf-00000000327e | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 07:30:26.598965 | fa163e2b-69af-bc88-eeaf-00000000327e | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:19:29.566852 | 0.47s 2025-10-13 07:30:26.619652 | fa163e2b-69af-bc88-eeaf-00000000327f | TASK | Enable and start netns-placeholder 2025-10-13 07:30:27.327623 | fa163e2b-69af-bc88-eeaf-00000000327f | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 07:30:27.329969 | fa163e2b-69af-bc88-eeaf-00000000327f | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:19:30.297849 | 0.71s 2025-10-13 07:30:27.360901 | fa163e2b-69af-bc88-eeaf-000000003245 | TASK | Update container configs with new config hashes 2025-10-13 07:30:27.422270 | fa163e2b-69af-bc88-eeaf-000000003245 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:30.390144 | 0.06s 2025-10-13 07:30:27.445095 | bd83bb2d-09de-42dc-8705-4318eaf6deeb | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 07:30:27.481608 | fa163e2b-69af-bc88-eeaf-0000000032a7 | TASK | Update config hashes for container startup configs 2025-10-13 07:30:27.771973 | fa163e2b-69af-bc88-eeaf-0000000032a7 | OK | Update config hashes for container startup configs | standalone 2025-10-13 07:30:27.773325 | fa163e2b-69af-bc88-eeaf-0000000032a7 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:19:30.741206 | 0.29s 2025-10-13 07:30:27.807663 | fa163e2b-69af-bc88-eeaf-000000003246 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 07:30:27.871994 | fa163e2b-69af-bc88-eeaf-000000003246 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:30.839863 | 0.06s 2025-10-13 07:30:27.898027 | ebd29318-b01c-4e62-96ea-24980aa8f878 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:30:27.935390 | fa163e2b-69af-bc88-eeaf-0000000032c6 | TASK | Gather podman infos 2025-10-13 07:30:28.821515 | fa163e2b-69af-bc88-eeaf-0000000032c6 | OK | Gather podman infos | standalone 2025-10-13 07:30:28.822906 | fa163e2b-69af-bc88-eeaf-0000000032c6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:31.790786 | 0.89s 2025-10-13 07:30:28.897902 | fa163e2b-69af-bc88-eeaf-0000000032c7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 07:30:28.964876 | fa163e2b-69af-bc88-eeaf-0000000032c7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:31.932743 | 0.06s 2025-10-13 07:30:29.100529 | fa163e2b-69af-bc88-eeaf-000000003310 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:32.068398 | 0.07s 2025-10-13 07:30:29.167536 | fa163e2b-69af-bc88-eeaf-000000003247 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 07:30:29.230833 | fa163e2b-69af-bc88-eeaf-000000003247 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:32.198698 | 0.06s 2025-10-13 07:30:29.254756 | fa3aa3d7-4fb4-4fff-b388-dc06228fa229 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:30:29.291898 | fa163e2b-69af-bc88-eeaf-000000003336 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 07:30:50.952243 | fa163e2b-69af-bc88-eeaf-000000003336 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-13 07:30:50.954109 | fa163e2b-69af-bc88-eeaf-000000003336 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:53.921975 | 21.66s 2025-10-13 07:30:50.986491 | fa163e2b-69af-bc88-eeaf-000000003337 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-10-13 07:30:53.725590 | fa163e2b-69af-bc88-eeaf-000000003337 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-10-13 07:30:53.727095 | fa163e2b-69af-bc88-eeaf-000000003337 | 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:56.694978 | 2.74s 2025-10-13 07:30:53.801826 | fa163e2b-69af-bc88-eeaf-0000000031a4 | TASK | Clean container_puppet_tasks for standalone step 2 2025-10-13 07:30:54.032961 | fa163e2b-69af-bc88-eeaf-0000000031a4 | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-10-13 07:30:54.033913 | fa163e2b-69af-bc88-eeaf-0000000031a4 | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:57.001801 | 0.23s 2025-10-13 07:30:54.061219 | fa163e2b-69af-bc88-eeaf-0000000031a5 | TASK | Calculate container_puppet_tasks for standalone step 2 2025-10-13 07:30:54.118278 | fa163e2b-69af-bc88-eeaf-0000000031a5 | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:57.086162 | 0.06s 2025-10-13 07:30:54.138860 | fa163e2b-69af-bc88-eeaf-0000000031a6 | TASK | Include container-puppet tasks for step 2 2025-10-13 07:30:54.186075 | fa163e2b-69af-bc88-eeaf-0000000031a6 | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:57.153959 | 0.05s 2025-10-13 07:30:54.198185 | 24815e35-8f0d-4e0c-937e-a64143721f90 | INCLUDED | /root/standalone-ansible-7tt1_uud/host-container-puppet-tasks.yaml | standalone 2025-10-13 07:30:54.226872 | fa163e2b-69af-bc88-eeaf-000000003382 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-10-13 07:30:54.740471 | fa163e2b-69af-bc88-eeaf-000000003382 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-10-13 07:30:54.741720 | fa163e2b-69af-bc88-eeaf-000000003382 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:57.709601 | 0.51s 2025-10-13 07:30:54.772200 | fa163e2b-69af-bc88-eeaf-000000003384 | TASK | Generate container puppet configs for step 2 2025-10-13 07:30:55.028002 | fa163e2b-69af-bc88-eeaf-000000003384 | OK | Generate container puppet configs for step 2 | standalone 2025-10-13 07:30:55.029321 | fa163e2b-69af-bc88-eeaf-000000003384 | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:57.997202 | 0.26s 2025-10-13 07:30:55.060606 | fa163e2b-69af-bc88-eeaf-000000003385 | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-10-13 07:30:55.095557 | fa163e2b-69af-bc88-eeaf-000000003385 | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:58.063433 | 0.03s 2025-10-13 07:30:55.168710 | fa163e2b-69af-bc88-eeaf-0000000033b4 | TASK | Gather variables for each operating system 2025-10-13 07:30:55.292310 | fa163e2b-69af-bc88-eeaf-0000000033b4 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:58.260180 | 0.12s 2025-10-13 07:30:55.322402 | fa163e2b-69af-bc88-eeaf-0000000033b5 | TASK | Create container logs path 2025-10-13 07:30:55.561956 | fa163e2b-69af-bc88-eeaf-0000000033b5 | OK | Create container logs path | standalone 2025-10-13 07:30:55.563310 | fa163e2b-69af-bc88-eeaf-0000000033b5 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:58.531193 | 0.24s 2025-10-13 07:30:55.595310 | fa163e2b-69af-bc88-eeaf-0000000033b7 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-13 07:30:55.840646 | fa163e2b-69af-bc88-eeaf-0000000033b7 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-13 07:30:55.842051 | fa163e2b-69af-bc88-eeaf-0000000033b7 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:58.809932 | 0.25s 2025-10-13 07:30:55.872528 | fa163e2b-69af-bc88-eeaf-0000000033b8 | TASK | Finalise hashes for all containers 2025-10-13 07:30:55.925309 | fa163e2b-69af-bc88-eeaf-0000000033b8 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:30:55.926525 | fa163e2b-69af-bc88-eeaf-0000000033b8 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:58.894407 | 0.05s 2025-10-13 07:30:55.957241 | fa163e2b-69af-bc88-eeaf-0000000033ba | TASK | Manage systemd shutdown files 2025-10-13 07:30:55.992159 | fa163e2b-69af-bc88-eeaf-0000000033ba | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:30:55.993398 | fa163e2b-69af-bc88-eeaf-0000000033ba | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:58.961279 | 0.03s 2025-10-13 07:30:56.024198 | fa163e2b-69af-bc88-eeaf-0000000033bc | TASK | Update container configs with new config hashes 2025-10-13 07:30:56.076688 | fa163e2b-69af-bc88-eeaf-0000000033bc | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:30:56.077985 | fa163e2b-69af-bc88-eeaf-0000000033bc | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:59.045865 | 0.05s 2025-10-13 07:30:56.112843 | fa163e2b-69af-bc88-eeaf-0000000033bd | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-13 07:30:56.166296 | fa163e2b-69af-bc88-eeaf-0000000033bd | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-13 07:30:56.167672 | fa163e2b-69af-bc88-eeaf-0000000033bd | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:59.135552 | 0.05s 2025-10-13 07:30:56.201981 | fa163e2b-69af-bc88-eeaf-0000000033be | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-10-13 07:30:56.257194 | fa163e2b-69af-bc88-eeaf-0000000033be | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-10-13 07:30:56.258824 | fa163e2b-69af-bc88-eeaf-0000000033be | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:59.226703 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-10-13 07:30:56.441804 | fa163e2b-69af-bc88-eeaf-0000000000d2 | TASK | External deployment step 3 2025-10-13 07:30:56.488128 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000d2') missing from stats 2025-10-13 07:30:56.541333 | fa163e2b-69af-bc88-eeaf-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:59.509214 | 0.04s 2025-10-13 07:30:56.545604 | 1b05cfa7-ef00-46ec-8ec1-87560b65f4d0 | INCLUDED | /root/standalone-ansible-7tt1_uud/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-10-13 07:30:56.672933 | fa163e2b-69af-bc88-eeaf-0000000000d6 | TASK | Deploy step tasks for 3 2025-10-13 07:30:56.702401 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000d6') missing from stats 2025-10-13 07:30:56.724776 | fa163e2b-69af-bc88-eeaf-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-10-13 07:30:57.287544 | fa163e2b-69af-bc88-eeaf-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-10-13 07:30:57.289101 | fa163e2b-69af-bc88-eeaf-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:20:00.256984 | 0.56s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 07:30:57.367084 | fa163e2b-69af-bc88-eeaf-0000000000d8 | TIMING | include_tasks | standalone | 0:20:00.334957 | 0.05s 2025-10-13 07:30:57.394984 | 8a015cc3-67a1-4496-b28f-b249b7d426af | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-10-13 07:30:57.425800 | fa163e2b-69af-bc88-eeaf-000000003422 | TASK | Start OVN container 2025-10-13 07:30:57.476899 | fa163e2b-69af-bc88-eeaf-000000003422 | TIMING | Start OVN container | standalone | 0:20:00.444738 | 0.05s 2025-10-13 07:30:57.499441 | fa163e2b-69af-bc88-eeaf-000000003422 | TIMING | Start OVN container | standalone | 0:20:00.467328 | 0.07s 2025-10-13 07:30:57.519289 | fa163e2b-69af-bc88-eeaf-000000003422 | TIMING | Start OVN container | standalone | 0:20:00.487176 | 0.09s 2025-10-13 07:30:57.525935 | fa163e2b-69af-bc88-eeaf-000000003422 | TIMING | Start OVN container | standalone | 0:20:00.493813 | 0.10s 2025-10-13 07:30:57.633135 | fa163e2b-69af-bc88-eeaf-00000000345a | TASK | Gather variables for each operating system 2025-10-13 07:30:57.716621 | fa163e2b-69af-bc88-eeaf-00000000345a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:00.684493 | 0.08s 2025-10-13 07:30:57.746933 | fa163e2b-69af-bc88-eeaf-00000000345b | TASK | Create container logs path 2025-10-13 07:30:57.980318 | fa163e2b-69af-bc88-eeaf-00000000345b | OK | Create container logs path | standalone 2025-10-13 07:30:57.981809 | fa163e2b-69af-bc88-eeaf-00000000345b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:00.949689 | 0.23s 2025-10-13 07:30:58.013136 | fa163e2b-69af-bc88-eeaf-00000000345d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:30:58.346388 | fa163e2b-69af-bc88-eeaf-00000000345d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:30:58.347778 | fa163e2b-69af-bc88-eeaf-00000000345d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:01.315629 | 0.33s 2025-10-13 07:30:58.377344 | fa163e2b-69af-bc88-eeaf-00000000345e | TASK | Finalise hashes for all containers 2025-10-13 07:30:58.483395 | fa163e2b-69af-bc88-eeaf-00000000345e | OK | Finalise hashes for all containers | standalone 2025-10-13 07:30:58.484609 | fa163e2b-69af-bc88-eeaf-00000000345e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:01.452491 | 0.11s 2025-10-13 07:30:58.514190 | fa163e2b-69af-bc88-eeaf-000000003460 | TASK | Manage systemd shutdown files 2025-10-13 07:30:58.570242 | fa163e2b-69af-bc88-eeaf-000000003460 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:30:58.571457 | fa163e2b-69af-bc88-eeaf-000000003460 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:01.539336 | 0.06s 2025-10-13 07:30:58.600868 | fa163e2b-69af-bc88-eeaf-000000003462 | TASK | Update container configs with new config hashes 2025-10-13 07:30:58.678914 | fa163e2b-69af-bc88-eeaf-000000003462 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:30:58.680072 | fa163e2b-69af-bc88-eeaf-000000003462 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:01.647952 | 0.08s 2025-10-13 07:30:58.710944 | fa163e2b-69af-bc88-eeaf-000000003463 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:30:58.783955 | fa163e2b-69af-bc88-eeaf-000000003463 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:01.751825 | 0.07s 2025-10-13 07:30:58.809059 | efa56d1d-696d-4527-b10f-6b0051d2e21a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:30:58.844297 | fa163e2b-69af-bc88-eeaf-0000000034ef | TASK | Gather podman infos 2025-10-13 07:30:59.980318 | fa163e2b-69af-bc88-eeaf-0000000034ef | OK | Gather podman infos | standalone 2025-10-13 07:30:59.981563 | fa163e2b-69af-bc88-eeaf-0000000034ef | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:02.949445 | 1.14s 2025-10-13 07:31:00.071862 | fa163e2b-69af-bc88-eeaf-0000000034f0 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:00.157003 | fa163e2b-69af-bc88-eeaf-0000000034f0 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.124880 | 0.08s 2025-10-13 07:31:00.273477 | fa163e2b-69af-bc88-eeaf-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:03.241338 | 0.07s 2025-10-13 07:31:00.334118 | fa163e2b-69af-bc88-eeaf-000000003464 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:00.407683 | fa163e2b-69af-bc88-eeaf-000000003464 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:03.375553 | 0.07s 2025-10-13 07:31:00.433542 | eb1c3c5f-be77-4494-a010-7d4c9c27843c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:31:00.485371 | fa163e2b-69af-bc88-eeaf-00000000355a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:01.412359 | fa163e2b-69af-bc88-eeaf-00000000355a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:01.413671 | fa163e2b-69af-bc88-eeaf-00000000355a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:04.381554 | 0.93s 2025-10-13 07:31:01.451893 | fa163e2b-69af-bc88-eeaf-00000000355b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:04.328403 | fa163e2b-69af-bc88-eeaf-00000000355b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:04.330056 | fa163e2b-69af-bc88-eeaf-00000000355b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:07.297938 | 2.88s 2025-10-13 07:31:04.385901 | fa163e2b-69af-bc88-eeaf-000000003485 | TASK | Gather variables for each operating system 2025-10-13 07:31:04.502247 | fa163e2b-69af-bc88-eeaf-000000003485 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:07.470114 | 0.11s 2025-10-13 07:31:04.532024 | fa163e2b-69af-bc88-eeaf-000000003486 | TASK | Create container logs path 2025-10-13 07:31:04.809082 | fa163e2b-69af-bc88-eeaf-000000003486 | OK | Create container logs path | standalone 2025-10-13 07:31:04.810406 | fa163e2b-69af-bc88-eeaf-000000003486 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:07.778286 | 0.28s 2025-10-13 07:31:04.841904 | fa163e2b-69af-bc88-eeaf-000000003488 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:05.162291 | fa163e2b-69af-bc88-eeaf-000000003488 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:05.163564 | fa163e2b-69af-bc88-eeaf-000000003488 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:08.131444 | 0.32s 2025-10-13 07:31:05.192545 | fa163e2b-69af-bc88-eeaf-000000003489 | TASK | Finalise hashes for all containers 2025-10-13 07:31:05.270261 | fa163e2b-69af-bc88-eeaf-000000003489 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:31:05.271471 | fa163e2b-69af-bc88-eeaf-000000003489 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:08.239353 | 0.08s 2025-10-13 07:31:05.302243 | fa163e2b-69af-bc88-eeaf-00000000348b | TASK | Manage systemd shutdown files 2025-10-13 07:31:05.363023 | fa163e2b-69af-bc88-eeaf-00000000348b | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:31:05.364174 | fa163e2b-69af-bc88-eeaf-00000000348b | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:08.332055 | 0.06s 2025-10-13 07:31:05.393651 | fa163e2b-69af-bc88-eeaf-00000000348d | TASK | Update container configs with new config hashes 2025-10-13 07:31:05.467851 | fa163e2b-69af-bc88-eeaf-00000000348d | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:31:05.469065 | fa163e2b-69af-bc88-eeaf-00000000348d | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:08.436945 | 0.07s 2025-10-13 07:31:05.501088 | fa163e2b-69af-bc88-eeaf-00000000348e | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:05.575641 | fa163e2b-69af-bc88-eeaf-00000000348e | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:08.543492 | 0.07s 2025-10-13 07:31:05.601172 | 228edfbd-bbbc-458e-839b-09d35eb1ce14 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:31:05.636991 | fa163e2b-69af-bc88-eeaf-0000000035a6 | TASK | Gather podman infos 2025-10-13 07:31:06.778988 | fa163e2b-69af-bc88-eeaf-0000000035a6 | OK | Gather podman infos | standalone 2025-10-13 07:31:06.779902 | fa163e2b-69af-bc88-eeaf-0000000035a6 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:09.747789 | 1.14s 2025-10-13 07:31:06.851377 | fa163e2b-69af-bc88-eeaf-0000000035a7 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:06.941959 | fa163e2b-69af-bc88-eeaf-0000000035a7 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:09.909836 | 0.09s 2025-10-13 07:31:07.074327 | fa163e2b-69af-bc88-eeaf-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:10.042199 | 0.08s 2025-10-13 07:31:07.135562 | fa163e2b-69af-bc88-eeaf-00000000348f | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:07.212224 | fa163e2b-69af-bc88-eeaf-00000000348f | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:10.180091 | 0.07s 2025-10-13 07:31:07.235621 | 21b2eb2d-0901-402e-9e4c-7db3a230520c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:31:07.276725 | fa163e2b-69af-bc88-eeaf-00000000360c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:08.134491 | fa163e2b-69af-bc88-eeaf-00000000360c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:08.136211 | fa163e2b-69af-bc88-eeaf-00000000360c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:11.104089 | 0.86s 2025-10-13 07:31:08.169010 | fa163e2b-69af-bc88-eeaf-00000000360d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:11.033906 | fa163e2b-69af-bc88-eeaf-00000000360d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:11.035708 | fa163e2b-69af-bc88-eeaf-00000000360d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:14.003588 | 2.86s 2025-10-13 07:31:11.093079 | fa163e2b-69af-bc88-eeaf-0000000034b0 | TASK | Gather variables for each operating system 2025-10-13 07:31:11.219607 | fa163e2b-69af-bc88-eeaf-0000000034b0 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:14.187479 | 0.12s 2025-10-13 07:31:11.251387 | fa163e2b-69af-bc88-eeaf-0000000034b1 | TASK | Create container logs path 2025-10-13 07:31:11.537889 | fa163e2b-69af-bc88-eeaf-0000000034b1 | OK | Create container logs path | standalone 2025-10-13 07:31:11.538882 | fa163e2b-69af-bc88-eeaf-0000000034b1 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:14.506770 | 0.29s 2025-10-13 07:31:11.571459 | fa163e2b-69af-bc88-eeaf-0000000034b3 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:11.893514 | fa163e2b-69af-bc88-eeaf-0000000034b3 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:11.894890 | fa163e2b-69af-bc88-eeaf-0000000034b3 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:14.862769 | 0.32s 2025-10-13 07:31:11.928374 | fa163e2b-69af-bc88-eeaf-0000000034b4 | TASK | Finalise hashes for all containers 2025-10-13 07:31:12.038676 | fa163e2b-69af-bc88-eeaf-0000000034b4 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:31:12.040136 | fa163e2b-69af-bc88-eeaf-0000000034b4 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:15.008015 | 0.11s 2025-10-13 07:31:12.072657 | fa163e2b-69af-bc88-eeaf-0000000034b6 | TASK | Manage systemd shutdown files 2025-10-13 07:31:12.136664 | fa163e2b-69af-bc88-eeaf-0000000034b6 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:31:12.138048 | fa163e2b-69af-bc88-eeaf-0000000034b6 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:15.105927 | 0.06s 2025-10-13 07:31:12.169957 | fa163e2b-69af-bc88-eeaf-0000000034b8 | TASK | Update container configs with new config hashes 2025-10-13 07:31:12.247630 | fa163e2b-69af-bc88-eeaf-0000000034b8 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:31:12.249082 | fa163e2b-69af-bc88-eeaf-0000000034b8 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:15.216962 | 0.08s 2025-10-13 07:31:12.283034 | fa163e2b-69af-bc88-eeaf-0000000034b9 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:12.356582 | fa163e2b-69af-bc88-eeaf-0000000034b9 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:15.324450 | 0.07s 2025-10-13 07:31:12.382204 | df78174e-0ff9-4978-9628-e0dc5e9aa35b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:31:12.419424 | fa163e2b-69af-bc88-eeaf-000000003658 | TASK | Gather podman infos 2025-10-13 07:31:13.821465 | fa163e2b-69af-bc88-eeaf-000000003658 | OK | Gather podman infos | standalone 2025-10-13 07:31:13.822723 | fa163e2b-69af-bc88-eeaf-000000003658 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:16.790604 | 1.40s 2025-10-13 07:31:13.925224 | fa163e2b-69af-bc88-eeaf-000000003659 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:14.023504 | fa163e2b-69af-bc88-eeaf-000000003659 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:16.991373 | 0.09s 2025-10-13 07:31:14.164275 | fa163e2b-69af-bc88-eeaf-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:17.132143 | 0.09s 2025-10-13 07:31:14.221546 | fa163e2b-69af-bc88-eeaf-0000000034ba | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:14.274216 | fa163e2b-69af-bc88-eeaf-0000000034ba | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:17.242088 | 0.05s 2025-10-13 07:31:14.297848 | 92071f6d-3a9b-4db2-a69a-527af7add47c | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:31:14.332529 | fa163e2b-69af-bc88-eeaf-0000000036be | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:15.339714 | fa163e2b-69af-bc88-eeaf-0000000036be | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:15.341262 | fa163e2b-69af-bc88-eeaf-0000000036be | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:18.309143 | 1.01s 2025-10-13 07:31:15.372181 | fa163e2b-69af-bc88-eeaf-0000000036bf | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-10-13 07:31:18.249356 | fa163e2b-69af-bc88-eeaf-0000000036bf | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-10-13 07:31:18.251158 | fa163e2b-69af-bc88-eeaf-0000000036bf | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:20:21.219035 | 2.88s 2025-10-13 07:31:18.305570 | fa163e2b-69af-bc88-eeaf-000000003424 | TASK | Set NB connection 2025-10-13 07:31:18.751995 | fa163e2b-69af-bc88-eeaf-000000003424 | CHANGED | Set NB connection | standalone 2025-10-13 07:31:18.753796 | fa163e2b-69af-bc88-eeaf-000000003424 | TIMING | Set NB connection | standalone | 0:20:21.721667 | 0.45s 2025-10-13 07:31:18.784547 | fa163e2b-69af-bc88-eeaf-000000003425 | TASK | Set SB connection 2025-10-13 07:31:19.188852 | fa163e2b-69af-bc88-eeaf-000000003425 | CHANGED | Set SB connection | standalone 2025-10-13 07:31:19.190205 | fa163e2b-69af-bc88-eeaf-000000003425 | TIMING | Set SB connection | standalone | 0:20:22.158086 | 0.40s 2025-10-13 07:31:19.222153 | fa163e2b-69af-bc88-eeaf-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-10-13 07:31:19.454952 | fa163e2b-69af-bc88-eeaf-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-10-13 07:31:19.456352 | fa163e2b-69af-bc88-eeaf-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:20:22.424233 | 0.23s 2025-10-13 07:31:19.556247 | fa163e2b-69af-bc88-eeaf-0000000000db | TIMING | include_tasks | standalone | 0:20:22.524118 | 0.07s 2025-10-13 07:31:19.593538 | af71ba4c-c052-48b3-b236-4d55feae68c2 | INCLUDED | /root/standalone-ansible-7tt1_uud/common_deploy_steps_tasks.yaml | standalone 2025-10-13 07:31:19.619904 | fa163e2b-69af-bc88-eeaf-000000003704 | TASK | Write the config_step hieradata 2025-10-13 07:31:20.090097 | fa163e2b-69af-bc88-eeaf-000000003704 | OK | Write the config_step hieradata | standalone 2025-10-13 07:31:20.091362 | fa163e2b-69af-bc88-eeaf-000000003704 | TIMING | Write the config_step hieradata | standalone | 0:20:23.059243 | 0.47s 2025-10-13 07:31:20.121343 | fa163e2b-69af-bc88-eeaf-000000003705 | TASK | Run puppet host configuration for step 3 2025-10-13 07:31:20.437879 | fa163e2b-69af-bc88-eeaf-000000003705 | CHANGED | Run puppet host configuration for step 3 | standalone 2025-10-13 07:31:20.439150 | fa163e2b-69af-bc88-eeaf-000000003705 | TIMING | Run puppet host configuration for step 3 | standalone | 0:20:23.407031 | 0.32s 2025-10-13 07:31:20.461589 | fa163e2b-69af-bc88-eeaf-000000003706 | TASK | Wait for puppet host configuration to finish 2025-10-13 07:31:20.715571 | fa163e2b-69af-bc88-eeaf-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 07:31:30.938236 | fa163e2b-69af-bc88-eeaf-000000003706 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 07:31:41.161257 | fa163e2b-69af-bc88-eeaf-000000003706 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 07:31:41.162632 | fa163e2b-69af-bc88-eeaf-000000003706 | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:44.130477 | 20.70s 2025-10-13 07:31:41.194146 | fa163e2b-69af-bc88-eeaf-000000003707 | TASK | Debug output for task: Run puppet host configuration for step 3 2025-10-13 07:31:41.278538 | fa163e2b-69af-bc88-eeaf-000000003707 | 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>Oct 13 07:31:20 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 07:31:26 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 07:31:26 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 07:31:26 puppet-user: (file & line not available)", "<13>Oct 13 07:31:26 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>Oct 13 07:31:26 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 07:31:27 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 07:31:27 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.45 seconds", "<13>Oct 13 07:31:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 07:31:33 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 07:31:35 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 07:31:35 puppet-user: Notice: Applied catalog in 7.83 seconds", "<13>Oct 13 07:31:35 puppet-user: Application:", "<13>Oct 13 07:31:35 puppet-user: Initial environment: production", "<13>Oct 13 07:31:35 puppet-user: Converged environment: production", "<13>Oct 13 07:31:35 puppet-user: Run mode: user", "<13>Oct 13 07:31:35 puppet-user: Changes:", "<13>Oct 13 07:31:35 puppet-user: Total: 2", "<13>Oct 13 07:31:35 puppet-user: Events:", "<13>Oct 13 07:31:35 puppet-user: Success: 2", "<13>Oct 13 07:31:35 puppet-user: Resources:", "<13>Oct 13 07:31:35 puppet-user: Changed: 2", "<13>Oct 13 07:31:35 puppet-user: Out of sync: 2", "<13>Oct 13 07:31:35 puppet-user: Total: 28", "<13>Oct 13 07:31:35 puppet-user: Time:", "<13>Oct 13 07:31:35 puppet-user: Schedule: 0.00", "<13>Oct 13 07:31:35 puppet-user: File line: 0.00", "<13>Oct 13 07:31:35 puppet-user: Package: 0.00", "<13>Oct 13 07:31:35 puppet-user: File: 0.00", "<13>Oct 13 07:31:35 puppet-user: Augeas: 0.01", "<13>Oct 13 07:31:35 puppet-user: User: 0.06", "<13>Oct 13 07:31:35 puppet-user: Service: 0.09", "<13>Oct 13 07:31:35 puppet-user: Config retrieval: 0.50", "<13>Oct 13 07:31:35 puppet-user: Pcmk property: 1.50", "<13>Oct 13 07:31:35 puppet-user: Pcmk resource default: 1.99", "<13>Oct 13 07:31:35 puppet-user: Pcmk resource op default: 1.99", "<13>Oct 13 07:31:35 puppet-user: Last run: 1760340695", "<13>Oct 13 07:31:35 puppet-user: Exec: 2.01", "<13>Oct 13 07:31:35 puppet-user: Filebucket: 0.00", "<13>Oct 13 07:31:35 puppet-user: Transaction evaluation: 7.81", "<13>Oct 13 07:31:35 puppet-user: Catalog application: 7.83", "<13>Oct 13 07:31:35 puppet-user: Total: 7.84", "<13>Oct 13 07:31:35 puppet-user: Version:", "<13>Oct 13 07:31:35 puppet-user: Config: 1760340686", "<13>Oct 13 07:31:35 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 07:31:41.280040 | fa163e2b-69af-bc88-eeaf-000000003707 | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:44.247920 | 0.08s 2025-10-13 07:31:41.309302 | fa163e2b-69af-bc88-eeaf-000000003708 | TASK | Pre-cache facts for puppet containers 2025-10-13 07:31:41.338487 | fa163e2b-69af-bc88-eeaf-000000003708 | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:44.306359 | 0.03s 2025-10-13 07:31:41.405162 | fa163e2b-69af-bc88-eeaf-000000003747 | TASK | Gather variables for each operating system 2025-10-13 07:31:41.527914 | fa163e2b-69af-bc88-eeaf-000000003747 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:44.495795 | 0.12s 2025-10-13 07:31:41.550083 | fa163e2b-69af-bc88-eeaf-000000003748 | TASK | Create puppet caching structures 2025-10-13 07:31:41.796066 | fa163e2b-69af-bc88-eeaf-000000003748 | CHANGED | Create puppet caching structures | standalone 2025-10-13 07:31:41.796871 | fa163e2b-69af-bc88-eeaf-000000003748 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:44.764762 | 0.25s 2025-10-13 07:31:41.816230 | fa163e2b-69af-bc88-eeaf-000000003749 | TASK | Check for facter.conf 2025-10-13 07:31:42.045925 | fa163e2b-69af-bc88-eeaf-000000003749 | OK | Check for facter.conf | standalone 2025-10-13 07:31:42.047273 | fa163e2b-69af-bc88-eeaf-000000003749 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:45.015155 | 0.23s 2025-10-13 07:31:42.078019 | fa163e2b-69af-bc88-eeaf-00000000374a | TASK | Remove facter.conf if directory 2025-10-13 07:31:42.128532 | fa163e2b-69af-bc88-eeaf-00000000374a | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 07:31:42.129895 | fa163e2b-69af-bc88-eeaf-00000000374a | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:45.097775 | 0.05s 2025-10-13 07:31:42.159006 | fa163e2b-69af-bc88-eeaf-00000000374b | TASK | Write facter cache config 2025-10-13 07:31:42.670300 | fa163e2b-69af-bc88-eeaf-00000000374b | CHANGED | Write facter cache config | standalone 2025-10-13 07:31:42.671924 | fa163e2b-69af-bc88-eeaf-00000000374b | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:45.639804 | 0.51s 2025-10-13 07:31:42.702495 | fa163e2b-69af-bc88-eeaf-00000000374c | TASK | Cleanup facter cache if exists 2025-10-13 07:31:42.947897 | fa163e2b-69af-bc88-eeaf-00000000374c | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 07:31:42.949296 | fa163e2b-69af-bc88-eeaf-00000000374c | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:45.917178 | 0.25s 2025-10-13 07:31:42.977352 | fa163e2b-69af-bc88-eeaf-00000000374d | TASK | Pre-cache facts 2025-10-13 07:31:43.605603 | fa163e2b-69af-bc88-eeaf-00000000374d | CHANGED | Pre-cache facts | standalone 2025-10-13 07:31:43.607237 | fa163e2b-69af-bc88-eeaf-00000000374d | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:46.575110 | 0.63s 2025-10-13 07:31:43.638566 | fa163e2b-69af-bc88-eeaf-00000000374e | TASK | Failed deployment if facter fails 2025-10-13 07:31:43.669170 | fa163e2b-69af-bc88-eeaf-00000000374e | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 07:31:43.670430 | fa163e2b-69af-bc88-eeaf-00000000374e | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:46.638309 | 0.03s 2025-10-13 07:31:43.715222 | fa163e2b-69af-bc88-eeaf-00000000374f | TASK | Sync cached facts 2025-10-13 07:31:44.035293 | fa163e2b-69af-bc88-eeaf-00000000374f | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-69af- bc88-eeaf-00000000374f') missing from stats 2025-10-13 07:31:44.072178 | fa163e2b-69af-bc88-eeaf-000000003709 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 07:31:44.119491 | fa163e2b-69af-bc88-eeaf-000000003709 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 07:31:44.120562 | fa163e2b-69af-bc88-eeaf-000000003709 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:47.088441 | 0.05s 2025-10-13 07:31:44.150489 | fa163e2b-69af-bc88-eeaf-00000000370b | TASK | Manage containers for step 3 with tripleo-ansible 2025-10-13 07:31:44.180512 | fa163e2b-69af-bc88-eeaf-00000000370b | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:47.148387 | 0.03s 2025-10-13 07:31:44.244062 | fa163e2b-69af-bc88-eeaf-0000000037a6 | TASK | Gather variables for each operating system 2025-10-13 07:31:44.372765 | fa163e2b-69af-bc88-eeaf-0000000037a6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:47.340610 | 0.13s 2025-10-13 07:31:44.403237 | fa163e2b-69af-bc88-eeaf-0000000037a7 | TASK | Create container logs path 2025-10-13 07:31:44.651312 | fa163e2b-69af-bc88-eeaf-0000000037a7 | OK | Create container logs path | standalone 2025-10-13 07:31:44.652712 | fa163e2b-69af-bc88-eeaf-0000000037a7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:47.620593 | 0.25s 2025-10-13 07:31:44.685777 | fa163e2b-69af-bc88-eeaf-0000000037a9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 07:31:44.973055 | fa163e2b-69af-bc88-eeaf-0000000037a9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-13 07:31:44.974392 | fa163e2b-69af-bc88-eeaf-0000000037a9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:47.942273 | 0.29s 2025-10-13 07:31:45.005862 | fa163e2b-69af-bc88-eeaf-0000000037aa | TASK | Finalise hashes for all containers 2025-10-13 07:31:45.093087 | fa163e2b-69af-bc88-eeaf-0000000037aa | OK | Finalise hashes for all containers | standalone 2025-10-13 07:31:45.094588 | fa163e2b-69af-bc88-eeaf-0000000037aa | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:48.062468 | 0.09s 2025-10-13 07:31:45.125117 | fa163e2b-69af-bc88-eeaf-0000000037ac | TASK | Manage systemd shutdown files 2025-10-13 07:31:45.166684 | fa163e2b-69af-bc88-eeaf-0000000037ac | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:48.134556 | 0.04s 2025-10-13 07:31:45.202682 | 0acd6d10-87cb-4db1-992a-7916ec0d686d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 07:31:45.235619 | fa163e2b-69af-bc88-eeaf-0000000037df | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 07:31:45.501917 | fa163e2b-69af-bc88-eeaf-0000000037df | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 07:31:45.503560 | fa163e2b-69af-bc88-eeaf-0000000037df | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:48.471441 | 0.27s 2025-10-13 07:31:45.533459 | fa163e2b-69af-bc88-eeaf-0000000037e0 | TASK | Set podman_drop_in fact 2025-10-13 07:31:45.575164 | fa163e2b-69af-bc88-eeaf-0000000037e0 | OK | Set podman_drop_in fact | standalone 2025-10-13 07:31:45.576471 | fa163e2b-69af-bc88-eeaf-0000000037e0 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:48.544352 | 0.04s 2025-10-13 07:31:45.609548 | fa163e2b-69af-bc88-eeaf-0000000037e2 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 07:31:46.071363 | fa163e2b-69af-bc88-eeaf-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 07:31:46.074027 | fa163e2b-69af-bc88-eeaf-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:49.041901 | 0.46s 2025-10-13 07:31:46.484808 | fa163e2b-69af-bc88-eeaf-0000000037e2 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 07:31:46.486034 | fa163e2b-69af-bc88-eeaf-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:49.453908 | 0.87s 2025-10-13 07:31:46.492803 | fa163e2b-69af-bc88-eeaf-0000000037e2 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:49.460681 | 0.88s 2025-10-13 07:31:46.522652 | fa163e2b-69af-bc88-eeaf-0000000037e3 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 07:31:46.990251 | fa163e2b-69af-bc88-eeaf-0000000037e3 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 07:31:46.991681 | fa163e2b-69af-bc88-eeaf-0000000037e3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:49.959562 | 0.47s 2025-10-13 07:31:47.020773 | fa163e2b-69af-bc88-eeaf-0000000037e4 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 07:31:47.570128 | fa163e2b-69af-bc88-eeaf-0000000037e4 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 07:31:47.571022 | fa163e2b-69af-bc88-eeaf-0000000037e4 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:50.538911 | 0.55s 2025-10-13 07:31:47.601621 | fa163e2b-69af-bc88-eeaf-0000000037e5 | TASK | Enable and start tripleo-container-shutdown 2025-10-13 07:31:48.294386 | fa163e2b-69af-bc88-eeaf-0000000037e5 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 07:31:48.296317 | fa163e2b-69af-bc88-eeaf-0000000037e5 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:51.264197 | 0.69s 2025-10-13 07:31:48.326916 | fa163e2b-69af-bc88-eeaf-0000000037e6 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 07:31:48.809934 | fa163e2b-69af-bc88-eeaf-0000000037e6 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 07:31:48.811942 | fa163e2b-69af-bc88-eeaf-0000000037e6 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:51.779817 | 0.48s 2025-10-13 07:31:48.842770 | fa163e2b-69af-bc88-eeaf-0000000037e7 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 07:31:49.324025 | fa163e2b-69af-bc88-eeaf-0000000037e7 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 07:31:49.325359 | fa163e2b-69af-bc88-eeaf-0000000037e7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:52.293241 | 0.48s 2025-10-13 07:31:49.354761 | fa163e2b-69af-bc88-eeaf-0000000037e8 | TASK | Enable and start netns-placeholder 2025-10-13 07:31:50.103709 | fa163e2b-69af-bc88-eeaf-0000000037e8 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 07:31:50.105816 | fa163e2b-69af-bc88-eeaf-0000000037e8 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:53.073697 | 0.75s 2025-10-13 07:31:50.135903 | fa163e2b-69af-bc88-eeaf-0000000037ae | TASK | Update container configs with new config hashes 2025-10-13 07:31:50.176099 | fa163e2b-69af-bc88-eeaf-0000000037ae | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:53.143970 | 0.04s 2025-10-13 07:31:50.196330 | c916cbc9-f11e-48cd-9464-e09eb50e1585 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 07:31:50.229378 | fa163e2b-69af-bc88-eeaf-000000003810 | TASK | Update config hashes for container startup configs 2025-10-13 07:31:50.514524 | fa163e2b-69af-bc88-eeaf-000000003810 | OK | Update config hashes for container startup configs | standalone 2025-10-13 07:31:50.515923 | fa163e2b-69af-bc88-eeaf-000000003810 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:53.483804 | 0.29s 2025-10-13 07:31:50.549084 | fa163e2b-69af-bc88-eeaf-0000000037af | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 07:31:50.611093 | fa163e2b-69af-bc88-eeaf-0000000037af | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:53.578969 | 0.06s 2025-10-13 07:31:50.634836 | dbfa33cb-b3ac-49cf-b949-238147d40aed | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:31:50.672027 | fa163e2b-69af-bc88-eeaf-00000000382f | TASK | Gather podman infos 2025-10-13 07:31:51.856914 | fa163e2b-69af-bc88-eeaf-00000000382f | OK | Gather podman infos | standalone 2025-10-13 07:31:51.858169 | fa163e2b-69af-bc88-eeaf-00000000382f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:54.826046 | 1.18s 2025-10-13 07:31:51.957578 | fa163e2b-69af-bc88-eeaf-000000003830 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 07:31:52.040353 | fa163e2b-69af-bc88-eeaf-000000003830 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:55.008194 | 0.08s 2025-10-13 07:31:52.160640 | fa163e2b-69af-bc88-eeaf-000000003531 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:55.128503 | 0.06s 2025-10-13 07:31:52.220464 | fa163e2b-69af-bc88-eeaf-0000000037b0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 07:31:52.277067 | fa163e2b-69af-bc88-eeaf-0000000037b0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:55.244928 | 0.05s 2025-10-13 07:31:52.303368 | af22f832-b815-48aa-8f49-098d31e86a18 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:31:52.337018 | fa163e2b-69af-bc88-eeaf-00000000389a | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 07:32:45.360921 | fa163e2b-69af-bc88-eeaf-00000000389a | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-13 07:32:45.363006 | fa163e2b-69af-bc88-eeaf-00000000389a | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:48.330884 | 53.02s 2025-10-13 07:32:45.395394 | fa163e2b-69af-bc88-eeaf-00000000389b | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-10-13 07:33:11.284334 | fa163e2b-69af-bc88-eeaf-00000000389b | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-10-13 07:33:11.286001 | fa163e2b-69af-bc88-eeaf-00000000389b | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:22:14.253883 | 25.89s 2025-10-13 07:33:11.359650 | fa163e2b-69af-bc88-eeaf-00000000370d | TASK | Clean container_puppet_tasks for standalone step 3 2025-10-13 07:33:11.636837 | fa163e2b-69af-bc88-eeaf-00000000370d | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-10-13 07:33:11.638408 | fa163e2b-69af-bc88-eeaf-00000000370d | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:22:14.606285 | 0.28s 2025-10-13 07:33:11.686292 | fa163e2b-69af-bc88-eeaf-00000000370e | TASK | Calculate container_puppet_tasks for standalone step 3 2025-10-13 07:33:11.746829 | fa163e2b-69af-bc88-eeaf-00000000370e | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:22:14.714695 | 0.06s 2025-10-13 07:33:11.777269 | fa163e2b-69af-bc88-eeaf-00000000370f | TASK | Include container-puppet tasks for step 3 2025-10-13 07:33:11.828140 | fa163e2b-69af-bc88-eeaf-00000000370f | TIMING | Include container-puppet tasks for step 3 | standalone | 0:22:14.796020 | 0.05s 2025-10-13 07:33:11.854096 | 3bc4b5d5-57ee-4845-9173-10adbaf0a1b4 | INCLUDED | /root/standalone-ansible-7tt1_uud/host-container-puppet-tasks.yaml | standalone 2025-10-13 07:33:11.907309 | fa163e2b-69af-bc88-eeaf-0000000038e6 | TASK | Write container-puppet-tasks json file for standalone step 3 2025-10-13 07:33:12.410196 | fa163e2b-69af-bc88-eeaf-0000000038e6 | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-10-13 07:33:12.411445 | fa163e2b-69af-bc88-eeaf-0000000038e6 | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:22:15.379327 | 0.50s 2025-10-13 07:33:12.441375 | fa163e2b-69af-bc88-eeaf-0000000038e8 | TASK | Generate container puppet configs for step 3 2025-10-13 07:33:12.728693 | fa163e2b-69af-bc88-eeaf-0000000038e8 | OK | Generate container puppet configs for step 3 | standalone 2025-10-13 07:33:12.730027 | fa163e2b-69af-bc88-eeaf-0000000038e8 | TIMING | Generate container puppet configs for step 3 | standalone | 0:22:15.697907 | 0.29s 2025-10-13 07:33:12.760601 | fa163e2b-69af-bc88-eeaf-0000000038e9 | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-10-13 07:33:12.785090 | fa163e2b-69af-bc88-eeaf-0000000038e9 | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:22:15.752961 | 0.02s 2025-10-13 07:33:12.879348 | fa163e2b-69af-bc88-eeaf-000000003918 | TASK | Gather variables for each operating system 2025-10-13 07:33:12.981926 | fa163e2b-69af-bc88-eeaf-000000003918 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:22:15.949807 | 0.10s 2025-10-13 07:33:13.002579 | fa163e2b-69af-bc88-eeaf-000000003919 | TASK | Create container logs path 2025-10-13 07:33:13.244884 | fa163e2b-69af-bc88-eeaf-000000003919 | OK | Create container logs path | standalone 2025-10-13 07:33:13.246231 | fa163e2b-69af-bc88-eeaf-000000003919 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:22:16.214113 | 0.24s 2025-10-13 07:33:13.271457 | fa163e2b-69af-bc88-eeaf-00000000391b | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-13 07:33:13.534921 | fa163e2b-69af-bc88-eeaf-00000000391b | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-13 07:33:13.535768 | fa163e2b-69af-bc88-eeaf-00000000391b | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:16.503655 | 0.26s 2025-10-13 07:33:13.555706 | fa163e2b-69af-bc88-eeaf-00000000391c | TASK | Finalise hashes for all containers 2025-10-13 07:33:13.607716 | fa163e2b-69af-bc88-eeaf-00000000391c | OK | Finalise hashes for all containers | standalone 2025-10-13 07:33:13.608405 | fa163e2b-69af-bc88-eeaf-00000000391c | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:22:16.576298 | 0.05s 2025-10-13 07:33:13.628093 | fa163e2b-69af-bc88-eeaf-00000000391e | TASK | Manage systemd shutdown files 2025-10-13 07:33:13.658489 | fa163e2b-69af-bc88-eeaf-00000000391e | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:33:13.660134 | fa163e2b-69af-bc88-eeaf-00000000391e | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:22:16.628011 | 0.03s 2025-10-13 07:33:13.689442 | fa163e2b-69af-bc88-eeaf-000000003920 | TASK | Update container configs with new config hashes 2025-10-13 07:33:13.740802 | fa163e2b-69af-bc88-eeaf-000000003920 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:33:13.742032 | fa163e2b-69af-bc88-eeaf-000000003920 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:22:16.709913 | 0.05s 2025-10-13 07:33:13.775874 | fa163e2b-69af-bc88-eeaf-000000003921 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-13 07:33:13.829296 | fa163e2b-69af-bc88-eeaf-000000003921 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-13 07:33:13.830669 | fa163e2b-69af-bc88-eeaf-000000003921 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:16.798549 | 0.05s 2025-10-13 07:33:13.862617 | fa163e2b-69af-bc88-eeaf-000000003922 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-10-13 07:33:13.915730 | fa163e2b-69af-bc88-eeaf-000000003922 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-10-13 07:33:13.916976 | fa163e2b-69af-bc88-eeaf-000000003922 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:22:16.884857 | 0.05s PLAY [External deployment step 4] ********************************************** 2025-10-13 07:33:14.085664 | fa163e2b-69af-bc88-eeaf-0000000000de | TASK | External deployment step 4 2025-10-13 07:33:14.124307 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000de') missing from stats 2025-10-13 07:33:14.180991 | fa163e2b-69af-bc88-eeaf-0000000000df | TIMING | include_tasks | undercloud | 0:22:17.148865 | 0.04s 2025-10-13 07:33:14.203689 | 14b5e243-89fe-442b-bc57-10fcdc242e60 | INCLUDED | /root/standalone-ansible-7tt1_uud/external_deploy_steps_tasks_step4.yaml | undercloud 2025-10-13 07:33:14.221489 | fa163e2b-69af-bc88-eeaf-000000003971 | TASK | Clean up legacy Cinder keystone catalog entries 2025-10-13 07:33:16.066841 | fa163e2b-69af-bc88-eeaf-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-10-13 07:33:16.069417 | fa163e2b-69af-bc88-eeaf-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:19.037291 | 1.85s 2025-10-13 07:33:17.353419 | fa163e2b-69af-bc88-eeaf-000000003971 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-10-13 07:33:17.354528 | fa163e2b-69af-bc88-eeaf-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:20.322407 | 3.13s 2025-10-13 07:33:17.360562 | fa163e2b-69af-bc88-eeaf-000000003971 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:22:20.328450 | 3.14s 2025-10-13 07:33:17.378511 | fa163e2b-69af-bc88-eeaf-000000003974 | TASK | Manage Keystone resources for OpenStack services 2025-10-13 07:33:17.436940 | fa163e2b-69af-bc88-eeaf-000000003974 | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:22:20.404811 | 0.06s 2025-10-13 07:33:17.502214 | fa163e2b-69af-bc88-eeaf-0000000039a0 | TASK | Create Keystone Admin resources 2025-10-13 07:33:17.556502 | fa163e2b-69af-bc88-eeaf-0000000039a0 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:22:20.524372 | 0.05s 2025-10-13 07:33:17.597944 | b478f74b-61a4-48e3-b4e2-dcdeb679b0e1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-10-13 07:33:17.625324 | fa163e2b-69af-bc88-eeaf-0000000039e1 | TASK | Create admin and service projects 2025-10-13 07:33:17.705786 | fa163e2b-69af-bc88-eeaf-0000000039e1 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:22:20.673621 | 0.08s 2025-10-13 07:33:17.721060 | d6fc87a1-c94c-413f-a038-2bc6ccc1a5aa | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-13 07:33:17.761874 | fa163e2b-69af-bc88-eeaf-000000003a32 | TASK | Async creation of Keystone project 2025-10-13 07:33:18.320415 | fa163e2b-69af-bc88-eeaf-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-10-13 07:33:18.321293 | fa163e2b-69af-bc88-eeaf-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:21.289184 | 0.56s 2025-10-13 07:33:18.674758 | fa163e2b-69af-bc88-eeaf-000000003a32 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-13 07:33:18.675390 | fa163e2b-69af-bc88-eeaf-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:21.643281 | 0.91s 2025-10-13 07:33:18.681254 | fa163e2b-69af-bc88-eeaf-000000003a32 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:21.649142 | 0.92s 2025-10-13 07:33:18.699598 | fa163e2b-69af-bc88-eeaf-000000003a34 | TASK | Check Keystone project status 2025-10-13 07:33:18.953040 | fa163e2b-69af-bc88-eeaf-000000003a34 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-13 07:33:24.176957 | fa163e2b-69af-bc88-eeaf-000000003a34 | OK | Check Keystone project status | undercloud | item=admin 2025-10-13 07:33:24.179275 | fa163e2b-69af-bc88-eeaf-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:27.147142 | 5.48s 2025-10-13 07:33:24.441693 | fa163e2b-69af-bc88-eeaf-000000003a34 | CHANGED | Check Keystone project status | undercloud | item=service 2025-10-13 07:33:24.443024 | fa163e2b-69af-bc88-eeaf-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:27.410908 | 5.74s 2025-10-13 07:33:24.450370 | fa163e2b-69af-bc88-eeaf-000000003a34 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:27.418247 | 5.75s 2025-10-13 07:33:24.470898 | fa163e2b-69af-bc88-eeaf-0000000039e2 | TASK | Create admin role 2025-10-13 07:33:25.849676 | fa163e2b-69af-bc88-eeaf-0000000039e2 | OK | Create admin role | undercloud 2025-10-13 07:33:25.851102 | fa163e2b-69af-bc88-eeaf-0000000039e2 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:22:28.818983 | 1.38s 2025-10-13 07:33:25.870609 | fa163e2b-69af-bc88-eeaf-0000000039e3 | TASK | Create _member_ role 2025-10-13 07:33:25.933540 | fa163e2b-69af-bc88-eeaf-0000000039e3 | SKIPPED | Create _member_ role | undercloud 2025-10-13 07:33:25.934544 | fa163e2b-69af-bc88-eeaf-0000000039e3 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:22:28.902429 | 0.06s 2025-10-13 07:33:25.950663 | fa163e2b-69af-bc88-eeaf-0000000039e4 | TASK | Check admin password 2025-10-13 07:33:27.297330 | fa163e2b-69af-bc88-eeaf-0000000039e4 | OK | Check admin password | undercloud 2025-10-13 07:33:27.298374 | fa163e2b-69af-bc88-eeaf-0000000039e4 | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:22:30.266262 | 1.35s 2025-10-13 07:33:27.317461 | fa163e2b-69af-bc88-eeaf-0000000039e5 | TASK | Create admin user 2025-10-13 07:33:29.117254 | fa163e2b-69af-bc88-eeaf-0000000039e5 | CHANGED | Create admin user | undercloud 2025-10-13 07:33:29.118596 | fa163e2b-69af-bc88-eeaf-0000000039e5 | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:22:32.086478 | 1.80s 2025-10-13 07:33:29.137472 | fa163e2b-69af-bc88-eeaf-0000000039e6 | TASK | Assign admin role to admin project for admin user 2025-10-13 07:33:30.783120 | fa163e2b-69af-bc88-eeaf-0000000039e6 | OK | Assign admin role to admin project for admin user | undercloud 2025-10-13 07:33:30.784571 | fa163e2b-69af-bc88-eeaf-0000000039e6 | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:22:33.752450 | 1.65s 2025-10-13 07:33:30.803803 | fa163e2b-69af-bc88-eeaf-0000000039e7 | TASK | Assign _member_ role to admin project for admin user 2025-10-13 07:33:30.865269 | fa163e2b-69af-bc88-eeaf-0000000039e7 | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-10-13 07:33:30.866423 | fa163e2b-69af-bc88-eeaf-0000000039e7 | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:22:33.834305 | 0.06s 2025-10-13 07:33:30.885151 | fa163e2b-69af-bc88-eeaf-0000000039e8 | TASK | Create identity service 2025-10-13 07:33:32.081867 | fa163e2b-69af-bc88-eeaf-0000000039e8 | OK | Create identity service | undercloud 2025-10-13 07:33:32.084388 | fa163e2b-69af-bc88-eeaf-0000000039e8 | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:22:35.052265 | 1.20s 2025-10-13 07:33:32.107946 | fa163e2b-69af-bc88-eeaf-0000000039e9 | TASK | Create identity public endpoint 2025-10-13 07:33:33.568725 | fa163e2b-69af-bc88-eeaf-0000000039e9 | OK | Create identity public endpoint | undercloud 2025-10-13 07:33:33.570664 | fa163e2b-69af-bc88-eeaf-0000000039e9 | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:36.538538 | 1.46s 2025-10-13 07:33:33.590945 | fa163e2b-69af-bc88-eeaf-0000000039ea | TASK | Create identity internal endpoint 2025-10-13 07:33:34.905818 | fa163e2b-69af-bc88-eeaf-0000000039ea | OK | Create identity internal endpoint | undercloud 2025-10-13 07:33:34.907510 | fa163e2b-69af-bc88-eeaf-0000000039ea | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:37.875386 | 1.32s 2025-10-13 07:33:34.927528 | fa163e2b-69af-bc88-eeaf-0000000039eb | TASK | Create identity admin endpoint 2025-10-13 07:33:36.153653 | fa163e2b-69af-bc88-eeaf-0000000039eb | OK | Create identity admin endpoint | undercloud 2025-10-13 07:33:36.155388 | fa163e2b-69af-bc88-eeaf-0000000039eb | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:39.123269 | 1.23s 2025-10-13 07:33:36.174009 | fa163e2b-69af-bc88-eeaf-0000000039a1 | TASK | Create Keystone Projects 2025-10-13 07:33:36.275942 | fa163e2b-69af-bc88-eeaf-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:39.243803 | 0.10s 2025-10-13 07:33:36.282801 | fa163e2b-69af-bc88-eeaf-0000000039a1 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:39.250676 | 0.11s 2025-10-13 07:33:36.296855 | 82eb4538-2af0-47d2-82c9-51bcb211ff27 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-10-13 07:33:36.343559 | fa163e2b-69af-bc88-eeaf-000000003abe | TASK | Async creation of Keystone project 2025-10-13 07:33:36.700089 | fa163e2b-69af-bc88-eeaf-000000003abe | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-10-13 07:33:36.701582 | fa163e2b-69af-bc88-eeaf-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:39.669460 | 0.36s 2025-10-13 07:33:36.710648 | fa163e2b-69af-bc88-eeaf-000000003abe | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:39.678524 | 0.37s 2025-10-13 07:33:36.730417 | fa163e2b-69af-bc88-eeaf-000000003ac0 | TASK | Check Keystone project status 2025-10-13 07:33:37.024613 | fa163e2b-69af-bc88-eeaf-000000003ac0 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-10-13 07:33:42.240717 | fa163e2b-69af-bc88-eeaf-000000003ac0 | OK | Check Keystone project status | undercloud | item=service 2025-10-13 07:33:42.241474 | fa163e2b-69af-bc88-eeaf-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:45.209363 | 5.51s 2025-10-13 07:33:42.246761 | fa163e2b-69af-bc88-eeaf-000000003ac0 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:45.214618 | 5.51s 2025-10-13 07:33:42.266625 | fa163e2b-69af-bc88-eeaf-0000000039a3 | TASK | Create Keystone Domains 2025-10-13 07:33:42.338663 | fa163e2b-69af-bc88-eeaf-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:45.306510 | 0.07s 2025-10-13 07:33:42.351697 | fa163e2b-69af-bc88-eeaf-0000000039a3 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:45.319573 | 0.08s 2025-10-13 07:33:42.366641 | 0fcd0f8e-a1c4-41c3-a9df-8a316a6bb8e3 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-10-13 07:33:42.415634 | fa163e2b-69af-bc88-eeaf-000000003b73 | TASK | Async creation of Keystone domains 2025-10-13 07:33:42.927014 | fa163e2b-69af-bc88-eeaf-000000003b73 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-10-13 07:33:42.927911 | fa163e2b-69af-bc88-eeaf-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:45.895797 | 0.51s 2025-10-13 07:33:42.934096 | fa163e2b-69af-bc88-eeaf-000000003b73 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:45.901974 | 0.52s 2025-10-13 07:33:42.952672 | fa163e2b-69af-bc88-eeaf-000000003b75 | TASK | Check Keystone domain status 2025-10-13 07:33:43.245345 | fa163e2b-69af-bc88-eeaf-000000003b75 | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-10-13 07:33:48.482499 | fa163e2b-69af-bc88-eeaf-000000003b75 | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-10-13 07:33:48.484080 | fa163e2b-69af-bc88-eeaf-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:51.451955 | 5.53s 2025-10-13 07:33:48.491225 | fa163e2b-69af-bc88-eeaf-000000003b75 | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:51.459088 | 5.54s 2025-10-13 07:33:48.511706 | fa163e2b-69af-bc88-eeaf-0000000039a5 | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-10-13 07:33:48.568914 | fa163e2b-69af-bc88-eeaf-0000000039a5 | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:51.536762 | 0.06s 2025-10-13 07:33:48.584285 | d49b10e8-f134-4133-a87b-1568ad507238 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-10-13 07:33:48.638872 | fa163e2b-69af-bc88-eeaf-000000003c3d | TASK | Collect OpenStack Keystone domains infos 2025-10-13 07:33:50.257015 | fa163e2b-69af-bc88-eeaf-000000003c3d | OK | Collect OpenStack Keystone domains infos | undercloud 2025-10-13 07:33:50.258701 | fa163e2b-69af-bc88-eeaf-000000003c3d | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:53.226576 | 1.62s 2025-10-13 07:33:50.277620 | fa163e2b-69af-bc88-eeaf-000000003c3e | TASK | Set openstack_domains fact 2025-10-13 07:33:50.340955 | fa163e2b-69af-bc88-eeaf-000000003c3e | OK | Set openstack_domains fact | undercloud 2025-10-13 07:33:50.342224 | fa163e2b-69af-bc88-eeaf-000000003c3e | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:53.310106 | 0.06s 2025-10-13 07:33:50.361065 | fa163e2b-69af-bc88-eeaf-0000000039a6 | TASK | Create Keystone Services 2025-10-13 07:33:50.458805 | fa163e2b-69af-bc88-eeaf-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:53.426676 | 0.10s 2025-10-13 07:33:50.475475 | fa163e2b-69af-bc88-eeaf-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:53.443368 | 0.11s 2025-10-13 07:33:50.484475 | fa163e2b-69af-bc88-eeaf-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:53.452352 | 0.12s 2025-10-13 07:33:50.502695 | 11a3b6f0-c1f2-4e73-9eba-7541dfdab143 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-13 07:33:50.512209 | f83e1e95-f51b-401f-9f7b-a3f35147af4c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-10-13 07:33:50.560244 | fa163e2b-69af-bc88-eeaf-000000003d1a | TASK | Async creation of Keystone service 2025-10-13 07:33:50.921659 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-10-13 07:33:50.924084 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:53.891958 | 0.36s 2025-10-13 07:33:51.234349 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-10-13 07:33:51.236020 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:54.203903 | 0.67s 2025-10-13 07:33:51.552323 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-10-13 07:33:51.552987 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:54.520880 | 0.99s 2025-10-13 07:33:51.839828 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-10-13 07:33:51.840468 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:54.808361 | 1.28s 2025-10-13 07:33:52.162812 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-10-13 07:33:52.163463 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:55.131356 | 1.60s 2025-10-13 07:33:52.454756 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-10-13 07:33:52.455936 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:55.423819 | 1.89s 2025-10-13 07:33:52.790959 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-10-13 07:33:52.791615 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:55.759506 | 2.23s 2025-10-13 07:33:53.096470 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-10-13 07:33:53.097164 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.065055 | 2.54s 2025-10-13 07:33:53.412416 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-10-13 07:33:53.413080 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.380972 | 2.85s 2025-10-13 07:33:53.730237 | fa163e2b-69af-bc88-eeaf-000000003d1a | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-10-13 07:33:53.730865 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.698758 | 3.17s 2025-10-13 07:33:53.739259 | fa163e2b-69af-bc88-eeaf-000000003d1a | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:56.707146 | 3.18s 2025-10-13 07:33:53.754746 | fa163e2b-69af-bc88-eeaf-000000003d1c | TASK | Check Keystone service status 2025-10-13 07:33:54.066248 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-10-13 07:33:54.067992 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.035877 | 0.31s 2025-10-13 07:33:54.328133 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-10-13 07:33:54.329228 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.297114 | 0.57s 2025-10-13 07:33:54.523348 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=glance 2025-10-13 07:33:54.525191 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.493075 | 0.77s 2025-10-13 07:33:54.777343 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-10-13 07:33:54.778161 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:57.746052 | 1.02s 2025-10-13 07:33:55.101641 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat 2025-10-13 07:33:55.103820 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:58.071702 | 1.35s 2025-10-13 07:33:55.358392 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-10-13 07:33:55.360665 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:58.328540 | 1.60s 2025-10-13 07:33:55.622468 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manila 2025-10-13 07:33:55.623773 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:58.591631 | 1.87s 2025-10-13 07:33:55.892084 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-10-13 07:33:55.893413 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:58.861296 | 2.14s 2025-10-13 07:33:56.176239 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-10-13 07:33:56.178222 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:59.146105 | 2.42s 2025-10-13 07:33:56.436176 | fa163e2b-69af-bc88-eeaf-000000003d1c | CHANGED | Check Keystone service status | undercloud | item=nova 2025-10-13 07:33:56.438245 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:59.406128 | 2.68s 2025-10-13 07:33:56.452251 | fa163e2b-69af-bc88-eeaf-000000003d1c | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:59.420129 | 2.70s 2025-10-13 07:33:56.478175 | fa163e2b-69af-bc88-eeaf-000000003d21 | TASK | Async creation of Keystone service 2025-10-13 07:33:56.850486 | fa163e2b-69af-bc88-eeaf-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-10-13 07:33:56.852071 | fa163e2b-69af-bc88-eeaf-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:59.819948 | 0.37s 2025-10-13 07:33:57.221903 | fa163e2b-69af-bc88-eeaf-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-10-13 07:33:57.223641 | fa163e2b-69af-bc88-eeaf-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:00.191523 | 0.74s 2025-10-13 07:33:57.562776 | fa163e2b-69af-bc88-eeaf-000000003d21 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-10-13 07:33:57.564783 | fa163e2b-69af-bc88-eeaf-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:00.532664 | 1.08s 2025-10-13 07:33:57.575441 | fa163e2b-69af-bc88-eeaf-000000003d21 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:23:00.543325 | 1.10s 2025-10-13 07:33:57.591543 | fa163e2b-69af-bc88-eeaf-000000003d23 | TASK | Check Keystone service status 2025-10-13 07:33:57.879379 | fa163e2b-69af-bc88-eeaf-000000003d23 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-10-13 07:34:03.159494 | fa163e2b-69af-bc88-eeaf-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-10-13 07:34:03.161542 | fa163e2b-69af-bc88-eeaf-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:06.129420 | 5.57s 2025-10-13 07:34:03.425813 | fa163e2b-69af-bc88-eeaf-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-10-13 07:34:03.427802 | fa163e2b-69af-bc88-eeaf-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:06.395684 | 5.84s 2025-10-13 07:34:03.699994 | fa163e2b-69af-bc88-eeaf-000000003d23 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-10-13 07:34:03.702041 | fa163e2b-69af-bc88-eeaf-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:06.669923 | 6.11s 2025-10-13 07:34:03.713533 | fa163e2b-69af-bc88-eeaf-000000003d23 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:23:06.681406 | 6.12s 2025-10-13 07:34:03.735524 | fa163e2b-69af-bc88-eeaf-0000000039a8 | TASK | Create Keystone Endpoints 2025-10-13 07:34:03.815125 | fa163e2b-69af-bc88-eeaf-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:06.782988 | 0.08s 2025-10-13 07:34:03.847332 | fa163e2b-69af-bc88-eeaf-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:06.815207 | 0.11s 2025-10-13 07:34:03.874156 | fa163e2b-69af-bc88-eeaf-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:06.842040 | 0.14s 2025-10-13 07:34:03.886146 | fa163e2b-69af-bc88-eeaf-0000000039a8 | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:23:06.854021 | 0.15s 2025-10-13 07:34:03.898691 | ee978ac7-8117-4757-b222-57d931203e7b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-13 07:34:03.905646 | ede7c11f-9d5c-47e5-ad90-fb81db7bcd47 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-13 07:34:03.911123 | d3f5dafb-0e92-45de-9031-0593ab7ecf88 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-10-13 07:34:03.967475 | fa163e2b-69af-bc88-eeaf-000000003e53 | TASK | Create Keystone public endpoints 2025-10-13 07:34:04.056858 | fa163e2b-69af-bc88-eeaf-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:07.024717 | 0.09s 2025-10-13 07:34:04.074447 | fa163e2b-69af-bc88-eeaf-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:07.042333 | 0.11s 2025-10-13 07:34:04.089433 | fa163e2b-69af-bc88-eeaf-000000003e53 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:23:07.057309 | 0.12s 2025-10-13 07:34:04.107961 | a5f964e6-6930-4734-9634-8dad3adf683c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 07:34:04.117217 | 5d9edf2a-f527-4077-9eb5-5cf57b959f83 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 07:34:04.143439 | fa163e2b-69af-bc88-eeaf-000000003f7b | TASK | Async creation of Keystone public endpoint 2025-10-13 07:34:04.503442 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-10-13 07:34:04.505046 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:07.472920 | 0.36s 2025-10-13 07:34:04.788991 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-10-13 07:34:04.790676 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:07.758561 | 0.65s 2025-10-13 07:34:05.047669 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-10-13 07:34:05.049432 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:08.017312 | 0.90s 2025-10-13 07:34:05.311680 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-10-13 07:34:05.313358 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:08.281247 | 1.17s 2025-10-13 07:34:05.609383 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-10-13 07:34:05.610421 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:08.578305 | 1.47s 2025-10-13 07:34:05.846414 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-10-13 07:34:05.847844 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:08.815727 | 1.70s 2025-10-13 07:34:06.098400 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-10-13 07:34:06.099660 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:09.067553 | 1.95s 2025-10-13 07:34:06.455568 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-10-13 07:34:06.456203 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:09.424094 | 2.31s 2025-10-13 07:34:06.719144 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-10-13 07:34:06.721630 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:09.689513 | 2.58s 2025-10-13 07:34:07.018818 | fa163e2b-69af-bc88-eeaf-000000003f7b | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-10-13 07:34:07.021296 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:09.989176 | 2.88s 2025-10-13 07:34:07.029428 | fa163e2b-69af-bc88-eeaf-000000003f7b | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:09.997314 | 2.88s 2025-10-13 07:34:07.045771 | fa163e2b-69af-bc88-eeaf-000000003f7d | TASK | Check Keystone public endpoint status 2025-10-13 07:34:07.337621 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-10-13 07:34:07.338560 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:10.306448 | 0.29s 2025-10-13 07:34:07.569208 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-10-13 07:34:07.569913 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:10.537805 | 0.52s 2025-10-13 07:34:07.814608 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-10-13 07:34:07.815673 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:10.783559 | 0.77s 2025-10-13 07:34:08.069627 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-10-13 07:34:08.070248 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:11.038141 | 1.02s 2025-10-13 07:34:08.298473 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-10-13 07:34:08.299566 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:11.267451 | 1.25s 2025-10-13 07:34:08.548614 | fa163e2b-69af-bc88-eeaf-000000003f7d | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-13 07:34:13.765331 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-10-13 07:34:13.766496 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:16.734381 | 6.72s 2025-10-13 07:34:14.006296 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-10-13 07:34:14.008455 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:16.976340 | 6.96s 2025-10-13 07:34:14.286698 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-10-13 07:34:14.288429 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:17.256317 | 7.24s 2025-10-13 07:34:14.547126 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-10-13 07:34:14.549051 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:17.516934 | 7.50s 2025-10-13 07:34:14.794499 | fa163e2b-69af-bc88-eeaf-000000003f7d | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-10-13 07:34:14.796794 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:17.764677 | 7.75s 2025-10-13 07:34:14.810703 | fa163e2b-69af-bc88-eeaf-000000003f7d | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:17.778580 | 7.76s 2025-10-13 07:34:14.837615 | fa163e2b-69af-bc88-eeaf-000000003f82 | TASK | Async creation of Keystone public endpoint 2025-10-13 07:34:15.198391 | fa163e2b-69af-bc88-eeaf-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-10-13 07:34:15.199427 | fa163e2b-69af-bc88-eeaf-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:18.167315 | 0.36s 2025-10-13 07:34:15.529525 | fa163e2b-69af-bc88-eeaf-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-10-13 07:34:15.530200 | fa163e2b-69af-bc88-eeaf-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:18.498080 | 0.69s 2025-10-13 07:34:15.793345 | fa163e2b-69af-bc88-eeaf-000000003f82 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-10-13 07:34:15.794208 | fa163e2b-69af-bc88-eeaf-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:18.762097 | 0.96s 2025-10-13 07:34:15.800236 | fa163e2b-69af-bc88-eeaf-000000003f82 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:23:18.768117 | 0.96s 2025-10-13 07:34:15.817171 | fa163e2b-69af-bc88-eeaf-000000003f84 | TASK | Check Keystone public endpoint status 2025-10-13 07:34:16.050563 | fa163e2b-69af-bc88-eeaf-000000003f84 | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-10-13 07:34:21.299404 | fa163e2b-69af-bc88-eeaf-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-10-13 07:34:21.300964 | fa163e2b-69af-bc88-eeaf-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:24.268838 | 5.48s 2025-10-13 07:34:21.579626 | fa163e2b-69af-bc88-eeaf-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-10-13 07:34:21.580924 | fa163e2b-69af-bc88-eeaf-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:24.548807 | 5.76s 2025-10-13 07:34:21.895662 | fa163e2b-69af-bc88-eeaf-000000003f84 | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-10-13 07:34:21.896625 | fa163e2b-69af-bc88-eeaf-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:24.864515 | 6.08s 2025-10-13 07:34:21.909284 | fa163e2b-69af-bc88-eeaf-000000003f84 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:23:24.877163 | 6.09s 2025-10-13 07:34:21.926983 | fa163e2b-69af-bc88-eeaf-000000003e58 | TASK | Create Keystone admin endpoints 2025-10-13 07:34:22.041921 | fa163e2b-69af-bc88-eeaf-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:25.009776 | 0.11s 2025-10-13 07:34:22.057950 | fa163e2b-69af-bc88-eeaf-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:25.025834 | 0.13s 2025-10-13 07:34:22.072951 | fa163e2b-69af-bc88-eeaf-000000003e58 | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:23:25.040823 | 0.14s 2025-10-13 07:34:22.092324 | 13346598-3eb9-49a1-ab21-0b25bf614f46 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 07:34:22.101822 | 38a259cc-9d49-4faf-b821-a678928ac7f8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 07:34:22.127284 | fa163e2b-69af-bc88-eeaf-000000003fde | TASK | Async creation of Keystone admin endpoint 2025-10-13 07:34:22.532945 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-10-13 07:34:22.534626 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:25.502499 | 0.41s 2025-10-13 07:34:22.833199 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-10-13 07:34:22.834192 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:25.802079 | 0.71s 2025-10-13 07:34:23.090368 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-10-13 07:34:23.091547 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.059432 | 0.96s 2025-10-13 07:34:23.398576 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-10-13 07:34:23.399522 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.367411 | 1.27s 2025-10-13 07:34:23.726400 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-10-13 07:34:23.727206 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:26.695096 | 1.60s 2025-10-13 07:34:24.039571 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-10-13 07:34:24.040305 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:27.008196 | 1.91s 2025-10-13 07:34:24.344325 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-10-13 07:34:24.345467 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:27.313344 | 2.22s 2025-10-13 07:34:24.630297 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-10-13 07:34:24.631289 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:27.599176 | 2.50s 2025-10-13 07:34:24.941585 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-10-13 07:34:24.942405 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:27.910293 | 2.81s 2025-10-13 07:34:25.175991 | fa163e2b-69af-bc88-eeaf-000000003fde | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-10-13 07:34:25.176603 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:28.144496 | 3.05s 2025-10-13 07:34:25.183783 | fa163e2b-69af-bc88-eeaf-000000003fde | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:28.151667 | 3.05s 2025-10-13 07:34:25.206251 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TASK | Check Keystone admin endpoint status 2025-10-13 07:34:25.513988 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-10-13 07:34:25.514897 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.482785 | 0.31s 2025-10-13 07:34:25.808704 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-10-13 07:34:25.810114 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:28.778007 | 0.60s 2025-10-13 07:34:26.098902 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-10-13 07:34:26.100761 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:29.068614 | 0.89s 2025-10-13 07:34:26.374689 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-10-13 07:34:26.376539 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:29.344423 | 1.17s 2025-10-13 07:34:26.644573 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-10-13 07:34:26.646548 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:29.614431 | 1.44s 2025-10-13 07:34:26.890560 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-10-13 07:34:26.891258 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:29.859149 | 1.68s 2025-10-13 07:34:27.103375 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-10-13 07:34:27.104083 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:30.071974 | 1.90s 2025-10-13 07:34:27.349796 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-10-13 07:34:27.351009 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:30.318892 | 2.14s 2025-10-13 07:34:27.592326 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-10-13 07:34:27.594576 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:30.562459 | 2.39s 2025-10-13 07:34:27.907602 | fa163e2b-69af-bc88-eeaf-000000003fe0 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-10-13 07:34:27.908951 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:30.876835 | 2.70s 2025-10-13 07:34:27.932107 | fa163e2b-69af-bc88-eeaf-000000003fe0 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:30.899977 | 2.72s 2025-10-13 07:34:27.961220 | fa163e2b-69af-bc88-eeaf-000000003fe5 | TASK | Async creation of Keystone admin endpoint 2025-10-13 07:34:28.285271 | fa163e2b-69af-bc88-eeaf-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-10-13 07:34:28.287594 | fa163e2b-69af-bc88-eeaf-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.255468 | 0.32s 2025-10-13 07:34:28.616555 | fa163e2b-69af-bc88-eeaf-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-10-13 07:34:28.618313 | fa163e2b-69af-bc88-eeaf-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.586196 | 0.66s 2025-10-13 07:34:28.924936 | fa163e2b-69af-bc88-eeaf-000000003fe5 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-10-13 07:34:28.926108 | fa163e2b-69af-bc88-eeaf-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.894000 | 0.96s 2025-10-13 07:34:28.932275 | fa163e2b-69af-bc88-eeaf-000000003fe5 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:23:31.900157 | 0.97s 2025-10-13 07:34:28.950476 | fa163e2b-69af-bc88-eeaf-000000003fe7 | TASK | Check Keystone admin endpoint status 2025-10-13 07:34:29.252824 | fa163e2b-69af-bc88-eeaf-000000003fe7 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-10-13 07:34:34.476640 | fa163e2b-69af-bc88-eeaf-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-10-13 07:34:34.478085 | fa163e2b-69af-bc88-eeaf-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:37.445965 | 5.53s 2025-10-13 07:34:34.741330 | fa163e2b-69af-bc88-eeaf-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-10-13 07:34:34.743921 | fa163e2b-69af-bc88-eeaf-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:37.711801 | 5.79s 2025-10-13 07:34:35.026936 | fa163e2b-69af-bc88-eeaf-000000003fe7 | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-10-13 07:34:35.028728 | fa163e2b-69af-bc88-eeaf-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:37.996605 | 6.08s 2025-10-13 07:34:35.039252 | fa163e2b-69af-bc88-eeaf-000000003fe7 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:38.007125 | 6.09s 2025-10-13 07:34:35.062427 | fa163e2b-69af-bc88-eeaf-000000003e5d | TASK | Create Keystone internal endpoints 2025-10-13 07:34:35.171051 | fa163e2b-69af-bc88-eeaf-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:38.138912 | 0.11s 2025-10-13 07:34:35.186407 | fa163e2b-69af-bc88-eeaf-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:38.154285 | 0.12s 2025-10-13 07:34:35.196986 | fa163e2b-69af-bc88-eeaf-000000003e5d | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:38.164858 | 0.13s 2025-10-13 07:34:35.217131 | c904b09a-d0e0-43c0-a8ee-277e4cfb7863 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 07:34:35.228038 | 034911de-ff0b-4f57-91f0-a8bdbc2a3d22 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-10-13 07:34:35.253080 | fa163e2b-69af-bc88-eeaf-00000000403f | TASK | Async creation of Keystone internal endpoint 2025-10-13 07:34:35.586598 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-10-13 07:34:35.587582 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:38.555467 | 0.33s 2025-10-13 07:34:35.916872 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-10-13 07:34:35.918055 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:38.885937 | 0.66s 2025-10-13 07:34:36.254025 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-10-13 07:34:36.255520 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.223412 | 1.00s 2025-10-13 07:34:36.576630 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-10-13 07:34:36.577327 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.545219 | 1.32s 2025-10-13 07:34:36.849185 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-10-13 07:34:36.850277 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:39.818169 | 1.60s 2025-10-13 07:34:37.144168 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-10-13 07:34:37.145432 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:40.113324 | 1.89s 2025-10-13 07:34:37.452532 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-10-13 07:34:37.455121 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:40.423003 | 2.20s 2025-10-13 07:34:37.735973 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-10-13 07:34:37.738533 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:40.706414 | 2.48s 2025-10-13 07:34:38.099826 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-10-13 07:34:38.101479 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:41.069368 | 2.85s 2025-10-13 07:34:38.450956 | fa163e2b-69af-bc88-eeaf-00000000403f | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-10-13 07:34:38.455014 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:41.422892 | 3.20s 2025-10-13 07:34:38.469149 | fa163e2b-69af-bc88-eeaf-00000000403f | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:41.437027 | 3.21s 2025-10-13 07:34:38.487477 | fa163e2b-69af-bc88-eeaf-000000004041 | TASK | Check Keystone internal endpoint status 2025-10-13 07:34:38.817255 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-10-13 07:34:38.819359 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:41.787243 | 0.33s 2025-10-13 07:34:39.067906 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-10-13 07:34:39.069214 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.037105 | 0.58s 2025-10-13 07:34:39.344378 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-10-13 07:34:39.346084 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.313972 | 0.86s 2025-10-13 07:34:39.689342 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-10-13 07:34:39.691252 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.659140 | 1.20s 2025-10-13 07:34:39.947955 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-10-13 07:34:39.951197 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:42.919079 | 1.46s 2025-10-13 07:34:40.208595 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-10-13 07:34:40.210660 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:43.178544 | 1.72s 2025-10-13 07:34:40.479145 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-10-13 07:34:40.480050 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:43.447943 | 1.99s 2025-10-13 07:34:40.716057 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-10-13 07:34:40.718000 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:43.685884 | 2.23s 2025-10-13 07:34:40.974313 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-10-13 07:34:40.976500 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:43.944377 | 2.49s 2025-10-13 07:34:41.234647 | fa163e2b-69af-bc88-eeaf-000000004041 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-10-13 07:34:41.236580 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:44.204464 | 2.75s 2025-10-13 07:34:41.251260 | fa163e2b-69af-bc88-eeaf-000000004041 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:44.219133 | 2.76s 2025-10-13 07:34:41.279188 | fa163e2b-69af-bc88-eeaf-000000004046 | TASK | Async creation of Keystone internal endpoint 2025-10-13 07:34:41.640197 | fa163e2b-69af-bc88-eeaf-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-10-13 07:34:41.641842 | fa163e2b-69af-bc88-eeaf-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:44.609719 | 0.36s 2025-10-13 07:34:41.972043 | fa163e2b-69af-bc88-eeaf-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-10-13 07:34:41.973239 | fa163e2b-69af-bc88-eeaf-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:44.941118 | 0.69s 2025-10-13 07:34:42.276100 | fa163e2b-69af-bc88-eeaf-000000004046 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-10-13 07:34:42.277493 | fa163e2b-69af-bc88-eeaf-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:45.245385 | 1.00s 2025-10-13 07:34:42.288426 | fa163e2b-69af-bc88-eeaf-000000004046 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:45.256300 | 1.01s 2025-10-13 07:34:42.307879 | fa163e2b-69af-bc88-eeaf-000000004048 | TASK | Check Keystone internal endpoint status 2025-10-13 07:34:42.618761 | fa163e2b-69af-bc88-eeaf-000000004048 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-10-13 07:34:47.839747 | fa163e2b-69af-bc88-eeaf-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-10-13 07:34:47.840505 | fa163e2b-69af-bc88-eeaf-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:50.808394 | 5.53s 2025-10-13 07:34:48.119151 | fa163e2b-69af-bc88-eeaf-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-10-13 07:34:48.120320 | fa163e2b-69af-bc88-eeaf-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.088205 | 5.81s 2025-10-13 07:34:48.395099 | fa163e2b-69af-bc88-eeaf-000000004048 | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-10-13 07:34:48.395796 | fa163e2b-69af-bc88-eeaf-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.363689 | 6.09s 2025-10-13 07:34:48.402909 | fa163e2b-69af-bc88-eeaf-000000004048 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:51.370794 | 6.09s 2025-10-13 07:34:48.424906 | fa163e2b-69af-bc88-eeaf-0000000039aa | TASK | Run cleanup tasks 2025-10-13 07:34:48.479265 | fa163e2b-69af-bc88-eeaf-0000000039aa | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:51.447116 | 0.05s 2025-10-13 07:34:48.495867 | 81ab2b25-bddc-4cc8-9f86-a3ebae762438 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-10-13 07:34:48.564091 | fa163e2b-69af-bc88-eeaf-00000000409c | TASK | Get list of enabled services 2025-10-13 07:34:51.249216 | fa163e2b-69af-bc88-eeaf-00000000409c | CHANGED | Get list of enabled services | undercloud 2025-10-13 07:34:51.250924 | fa163e2b-69af-bc88-eeaf-00000000409c | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:54.218804 | 2.69s 2025-10-13 07:34:51.270295 | fa163e2b-69af-bc88-eeaf-00000000409d | TASK | List services to be disabled 2025-10-13 07:34:51.359443 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-10-13 07:34:51.394781 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-10-13 07:34:51.421188 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-10-13 07:34:51.446586 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-10-13 07:34:51.474551 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-10-13 07:34:51.503293 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-10-13 07:34:51.532371 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-10-13 07:34:51.561220 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-10-13 07:34:51.588426 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-10-13 07:34:51.615624 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-10-13 07:34:51.642868 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-10-13 07:34:51.669382 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-10-13 07:34:51.728420 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-10-13 07:34:51.762158 | fa163e2b-69af-bc88-eeaf-00000000409d | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-10-13 07:34:51.775980 | fa163e2b-69af-bc88-eeaf-00000000409d | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:54.743844 | 0.50s 2025-10-13 07:34:51.796824 | fa163e2b-69af-bc88-eeaf-00000000409e | TASK | Delete keystone services not enabled 2025-10-13 07:34:51.830033 | fa163e2b-69af-bc88-eeaf-00000000409e | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:54.797906 | 0.03s 2025-10-13 07:34:51.848898 | fa163e2b-69af-bc88-eeaf-0000000039ab | TASK | Create Keystone Roles 2025-10-13 07:34:51.948378 | fa163e2b-69af-bc88-eeaf-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:54.916246 | 0.10s 2025-10-13 07:34:51.954851 | fa163e2b-69af-bc88-eeaf-0000000039ab | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:54.922731 | 0.10s 2025-10-13 07:34:51.969973 | 428ba464-5049-47c2-a753-1d8ed69bee68 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-10-13 07:34:52.037887 | fa163e2b-69af-bc88-eeaf-000000004208 | TASK | Async creation of Keystone role 2025-10-13 07:34:52.413237 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-10-13 07:34:52.417046 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:55.384915 | 0.38s 2025-10-13 07:34:52.765732 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-10-13 07:34:52.768957 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:55.736837 | 0.73s 2025-10-13 07:34:53.056181 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-10-13 07:34:53.057661 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:56.025550 | 1.02s 2025-10-13 07:34:53.377658 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-10-13 07:34:53.380860 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:56.348742 | 1.34s 2025-10-13 07:34:53.677128 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-10-13 07:34:53.678426 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:56.646307 | 1.64s 2025-10-13 07:34:54.022111 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-10-13 07:34:54.023513 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:56.991403 | 1.98s 2025-10-13 07:34:54.315652 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-10-13 07:34:54.318213 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:57.286095 | 2.28s 2025-10-13 07:34:54.627296 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-10-13 07:34:54.628171 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:57.596061 | 2.59s 2025-10-13 07:34:54.954044 | fa163e2b-69af-bc88-eeaf-000000004208 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-10-13 07:34:54.955607 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:57.923495 | 2.92s 2025-10-13 07:34:54.966610 | fa163e2b-69af-bc88-eeaf-000000004208 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:57.934482 | 2.93s 2025-10-13 07:34:54.986268 | fa163e2b-69af-bc88-eeaf-00000000420a | TASK | Check Keystone role status 2025-10-13 07:34:55.289079 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=service 2025-10-13 07:34:55.292452 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:58.260326 | 0.30s 2025-10-13 07:34:55.535756 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-10-13 07:34:55.538705 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:58.506583 | 0.55s 2025-10-13 07:34:55.866708 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-10-13 07:34:55.869723 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:58.837603 | 0.88s 2025-10-13 07:34:56.106003 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-10-13 07:34:56.109304 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:59.077160 | 1.12s 2025-10-13 07:34:56.375853 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-10-13 07:34:56.377981 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:59.345863 | 1.39s 2025-10-13 07:34:56.636764 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-10-13 07:34:56.640516 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:59.608394 | 1.65s 2025-10-13 07:34:56.900864 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-10-13 07:34:56.904972 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:59.872848 | 1.92s 2025-10-13 07:34:57.162268 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-10-13 07:34:57.165536 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:00.133416 | 2.18s 2025-10-13 07:34:57.396921 | fa163e2b-69af-bc88-eeaf-00000000420a | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-10-13 07:34:57.398039 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:00.365928 | 2.41s 2025-10-13 07:34:57.402688 | fa163e2b-69af-bc88-eeaf-00000000420a | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:24:00.370583 | 2.41s 2025-10-13 07:34:57.419848 | fa163e2b-69af-bc88-eeaf-0000000039ad | TASK | Create Keystone Users 2025-10-13 07:34:57.528681 | fa163e2b-69af-bc88-eeaf-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:00.496535 | 0.11s 2025-10-13 07:34:57.546924 | fa163e2b-69af-bc88-eeaf-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:00.514807 | 0.13s 2025-10-13 07:34:57.556105 | fa163e2b-69af-bc88-eeaf-0000000039ad | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:24:00.523971 | 0.14s 2025-10-13 07:34:57.583295 | 85fb67e8-a9f8-4782-9a62-acf43f050853 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-13 07:34:57.593977 | 8ef66da9-654e-44d8-a0a8-741f8b7797db | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-10-13 07:34:57.651703 | fa163e2b-69af-bc88-eeaf-00000000439c | TASK | Check password of Keystone user 2025-10-13 07:34:58.677536 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:34:58.679546 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:01.647426 | 1.03s 2025-10-13 07:34:59.667424 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:34:59.668642 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:02.636519 | 2.02s 2025-10-13 07:35:00.577970 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:00.579304 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:03.547195 | 2.93s 2025-10-13 07:35:01.517477 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:01.518105 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:04.485997 | 3.86s 2025-10-13 07:35:02.475437 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:02.476786 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:05.444677 | 4.82s 2025-10-13 07:35:03.410067 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:03.410996 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:06.378887 | 5.76s 2025-10-13 07:35:04.355570 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:04.357227 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:07.325109 | 6.70s 2025-10-13 07:35:05.244060 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:05.244683 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:08.212574 | 7.59s 2025-10-13 07:35:06.184486 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:06.185479 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:09.153362 | 8.53s 2025-10-13 07:35:07.132658 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:07.134392 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:10.102276 | 9.48s 2025-10-13 07:35:07.144554 | fa163e2b-69af-bc88-eeaf-00000000439c | 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-10-13 07:35:07.145607 | fa163e2b-69af-bc88-eeaf-00000000439c | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:10.113492 | 9.49s 2025-10-13 07:35:07.166406 | fa163e2b-69af-bc88-eeaf-00000000439e | TASK | Async creation of Keystone user 2025-10-13 07:35:07.575404 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:07.577998 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:10.545870 | 0.41s 2025-10-13 07:35:07.928954 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:07.929905 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:10.897790 | 0.76s 2025-10-13 07:35:08.255899 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:08.256978 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:11.224869 | 1.09s 2025-10-13 07:35:08.629814 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:08.630379 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:11.598269 | 1.46s 2025-10-13 07:35:08.954809 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:08.955370 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:11.923263 | 1.79s 2025-10-13 07:35:09.279362 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:09.279967 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:12.247859 | 2.11s 2025-10-13 07:35:09.596115 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:09.597951 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:12.565844 | 2.43s 2025-10-13 07:35:09.902957 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:09.903543 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:12.871436 | 2.74s 2025-10-13 07:35:10.224624 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:10.225194 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.193084 | 3.06s 2025-10-13 07:35:10.504067 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:10.504653 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.472544 | 3.34s 2025-10-13 07:35:10.511927 | fa163e2b-69af-bc88-eeaf-00000000439e | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:10.513015 | fa163e2b-69af-bc88-eeaf-00000000439e | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:13.480405 | 3.34s 2025-10-13 07:35:10.528394 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TASK | Check Keystone user status 2025-10-13 07:35:10.843379 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:10.845338 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:13.813213 | 0.32s 2025-10-13 07:35:11.120504 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:11.121119 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:14.089010 | 0.59s 2025-10-13 07:35:11.350903 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:11.351544 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:14.319435 | 0.82s 2025-10-13 07:35:11.649593 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:11.650711 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:14.618594 | 1.12s 2025-10-13 07:35:11.964730 | fa163e2b-69af-bc88-eeaf-0000000043a0 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-13 07:35:17.200290 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:17.202829 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:20.170709 | 6.67s 2025-10-13 07:35:17.494858 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:17.495906 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:20.463788 | 6.97s 2025-10-13 07:35:17.777468 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:17.778961 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:20.746844 | 7.25s 2025-10-13 07:35:18.044850 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:18.046579 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.014460 | 7.52s 2025-10-13 07:35:18.268782 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:18.269788 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.237670 | 7.74s 2025-10-13 07:35:18.543705 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:18.544834 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.512716 | 8.02s 2025-10-13 07:35:18.552320 | fa163e2b-69af-bc88-eeaf-0000000043a0 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:18.553723 | fa163e2b-69af-bc88-eeaf-0000000043a0 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:21.521603 | 8.02s 2025-10-13 07:35:18.576517 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TASK | Check password of Keystone user 2025-10-13 07:35:19.655909 | fa163e2b-69af-bc88-eeaf-0000000043a5 | 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-10-13 07:35:19.658433 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:22.626309 | 1.08s 2025-10-13 07:35:20.622841 | fa163e2b-69af-bc88-eeaf-0000000043a5 | 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-10-13 07:35:20.623784 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:23.591634 | 2.05s 2025-10-13 07:35:21.623375 | fa163e2b-69af-bc88-eeaf-0000000043a5 | 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-10-13 07:35:21.624987 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:24.592870 | 3.05s 2025-10-13 07:35:22.605676 | fa163e2b-69af-bc88-eeaf-0000000043a5 | 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-10-13 07:35:22.607354 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:25.575237 | 4.03s 2025-10-13 07:35:23.542934 | fa163e2b-69af-bc88-eeaf-0000000043a5 | 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-10-13 07:35:23.544435 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:26.512293 | 4.97s 2025-10-13 07:35:24.611935 | fa163e2b-69af-bc88-eeaf-0000000043a5 | 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-10-13 07:35:24.612916 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:27.580801 | 6.03s 2025-10-13 07:35:24.618705 | fa163e2b-69af-bc88-eeaf-0000000043a5 | 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-10-13 07:35:24.619308 | fa163e2b-69af-bc88-eeaf-0000000043a5 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:24:27.587203 | 6.04s 2025-10-13 07:35:24.635966 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TASK | Async creation of Keystone user 2025-10-13 07:35:25.066305 | fa163e2b-69af-bc88-eeaf-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:25.067906 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:28.035779 | 0.43s 2025-10-13 07:35:25.404821 | fa163e2b-69af-bc88-eeaf-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:25.409597 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:28.377478 | 0.77s 2025-10-13 07:35:25.741131 | fa163e2b-69af-bc88-eeaf-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:25.741921 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:28.709811 | 1.10s 2025-10-13 07:35:26.067164 | fa163e2b-69af-bc88-eeaf-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:26.068226 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:29.036108 | 1.43s 2025-10-13 07:35:26.407980 | fa163e2b-69af-bc88-eeaf-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:26.409218 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:29.377109 | 1.77s 2025-10-13 07:35:26.743052 | fa163e2b-69af-bc88-eeaf-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:26.743656 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:29.711547 | 2.11s 2025-10-13 07:35:26.763013 | fa163e2b-69af-bc88-eeaf-0000000043a7 | CHANGED | Async creation of Keystone user | undercloud 2025-10-13 07:35:26.764047 | fa163e2b-69af-bc88-eeaf-0000000043a7 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:24:29.731931 | 2.13s 2025-10-13 07:35:26.788132 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TASK | Check Keystone user status 2025-10-13 07:35:27.064465 | fa163e2b-69af-bc88-eeaf-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:27.065960 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:30.033843 | 0.28s 2025-10-13 07:35:27.265384 | fa163e2b-69af-bc88-eeaf-0000000043a9 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-10-13 07:35:32.490181 | fa163e2b-69af-bc88-eeaf-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:32.491125 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:35.459009 | 5.70s 2025-10-13 07:35:32.777374 | fa163e2b-69af-bc88-eeaf-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:32.779182 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:35.747061 | 5.99s 2025-10-13 07:35:33.049610 | fa163e2b-69af-bc88-eeaf-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:33.051227 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:36.019109 | 6.26s 2025-10-13 07:35:33.296047 | fa163e2b-69af-bc88-eeaf-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:33.296909 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:36.264794 | 6.51s 2025-10-13 07:35:33.571730 | fa163e2b-69af-bc88-eeaf-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:33.573453 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:36.541338 | 6.78s 2025-10-13 07:35:33.583327 | fa163e2b-69af-bc88-eeaf-0000000043a9 | CHANGED | Check Keystone user status | undercloud 2025-10-13 07:35:33.584892 | fa163e2b-69af-bc88-eeaf-0000000043a9 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:36.552184 | 6.79s 2025-10-13 07:35:33.606164 | fa163e2b-69af-bc88-eeaf-0000000039af | TASK | Assign Keystone Users to Roles 2025-10-13 07:35:33.692277 | fa163e2b-69af-bc88-eeaf-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:36.660121 | 0.08s 2025-10-13 07:35:33.721538 | fa163e2b-69af-bc88-eeaf-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:36.689421 | 0.11s 2025-10-13 07:35:33.745283 | fa163e2b-69af-bc88-eeaf-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:36.713166 | 0.14s 2025-10-13 07:35:33.753807 | fa163e2b-69af-bc88-eeaf-0000000039af | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:36.721661 | 0.15s 2025-10-13 07:35:33.769691 | 613b91a2-bed5-4873-b6be-f46b789a8614 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-13 07:35:33.776495 | 1f654c72-0d6a-4732-bd1c-9adc0ba7f669 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-13 07:35:33.782109 | ca0cacfc-4932-4d63-a8d3-a03b3006e7dd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-10-13 07:35:33.856558 | fa163e2b-69af-bc88-eeaf-00000000459c | TASK | Async assignment of Keystone user per role 2025-10-13 07:35:33.956574 | fa163e2b-69af-bc88-eeaf-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:36.924435 | 0.10s 2025-10-13 07:35:33.974747 | fa163e2b-69af-bc88-eeaf-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:36.942626 | 0.12s 2025-10-13 07:35:33.982625 | fa163e2b-69af-bc88-eeaf-00000000459c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:36.950503 | 0.12s 2025-10-13 07:35:33.999601 | fa0503ea-386b-4370-9997-8fcdc95c99d1 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-13 07:35:34.009162 | 852b8974-3baf-4370-9807-eda63e49a9bf | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-13 07:35:34.032652 | fa163e2b-69af-bc88-eeaf-000000004765 | TASK | Async assignment of Keystone user to roles 2025-10-13 07:35:34.423067 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-10-13 07:35:34.424175 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:37.392061 | 0.39s 2025-10-13 07:35:34.767073 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-13 07:35:34.768110 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:37.735991 | 0.73s 2025-10-13 07:35:35.170892 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-13 07:35:35.172804 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:38.140689 | 1.14s 2025-10-13 07:35:35.496885 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-13 07:35:35.497494 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:38.465386 | 1.46s 2025-10-13 07:35:35.773394 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-10-13 07:35:35.774661 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:38.742550 | 1.74s 2025-10-13 07:35:36.074967 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-10-13 07:35:36.076081 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.043965 | 2.04s 2025-10-13 07:35:36.421910 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-10-13 07:35:36.423423 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.391313 | 2.39s 2025-10-13 07:35:36.763770 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-10-13 07:35:36.765497 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:39.733380 | 2.73s 2025-10-13 07:35:37.075088 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-10-13 07:35:37.075727 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.043620 | 3.04s 2025-10-13 07:35:37.354305 | fa163e2b-69af-bc88-eeaf-000000004765 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-10-13 07:35:37.355295 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.323181 | 3.32s 2025-10-13 07:35:37.361125 | fa163e2b-69af-bc88-eeaf-000000004765 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:40.329013 | 3.33s 2025-10-13 07:35:37.376271 | fa163e2b-69af-bc88-eeaf-000000004767 | TASK | Check Keystone user assignment to roles status 2025-10-13 07:35:37.682321 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-10-13 07:35:37.684582 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.652460 | 0.31s 2025-10-13 07:35:37.921323 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-13 07:35:37.923022 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:40.890902 | 0.55s 2025-10-13 07:35:38.126879 | fa163e2b-69af-bc88-eeaf-000000004767 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-13 07:35:43.380948 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-13 07:35:43.382998 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:46.350881 | 6.01s 2025-10-13 07:35:43.651600 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-13 07:35:43.652379 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:46.620270 | 6.27s 2025-10-13 07:35:43.888526 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-10-13 07:35:43.889353 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:46.857244 | 6.51s 2025-10-13 07:35:44.149375 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-10-13 07:35:44.150209 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.118099 | 6.77s 2025-10-13 07:35:44.399256 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-10-13 07:35:44.400893 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.368782 | 7.02s 2025-10-13 07:35:44.649818 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-10-13 07:35:44.651651 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.619536 | 7.27s 2025-10-13 07:35:44.905259 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-10-13 07:35:44.906424 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:47.874308 | 7.53s 2025-10-13 07:35:45.149078 | fa163e2b-69af-bc88-eeaf-000000004767 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-10-13 07:35:45.150286 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.118171 | 7.77s 2025-10-13 07:35:45.159931 | fa163e2b-69af-bc88-eeaf-000000004767 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:48.127807 | 7.78s 2025-10-13 07:35:45.183845 | fa163e2b-69af-bc88-eeaf-00000000476c | TASK | Async assignment of Keystone user to roles 2025-10-13 07:35:45.586582 | fa163e2b-69af-bc88-eeaf-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-10-13 07:35:45.589080 | fa163e2b-69af-bc88-eeaf-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:48.556953 | 0.40s 2025-10-13 07:35:45.956944 | fa163e2b-69af-bc88-eeaf-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-10-13 07:35:45.958146 | fa163e2b-69af-bc88-eeaf-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:48.926027 | 0.77s 2025-10-13 07:35:46.318128 | fa163e2b-69af-bc88-eeaf-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-13 07:35:46.339566 | fa163e2b-69af-bc88-eeaf-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:49.307449 | 1.15s 2025-10-13 07:35:46.710145 | fa163e2b-69af-bc88-eeaf-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-10-13 07:35:46.724479 | fa163e2b-69af-bc88-eeaf-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:49.692370 | 1.54s 2025-10-13 07:35:47.064505 | fa163e2b-69af-bc88-eeaf-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-10-13 07:35:47.066960 | fa163e2b-69af-bc88-eeaf-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:50.034840 | 1.88s 2025-10-13 07:35:47.407549 | fa163e2b-69af-bc88-eeaf-00000000476c | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-10-13 07:35:47.410425 | fa163e2b-69af-bc88-eeaf-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:50.378309 | 2.22s 2025-10-13 07:35:47.419460 | fa163e2b-69af-bc88-eeaf-00000000476c | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:50.387341 | 2.23s 2025-10-13 07:35:47.436267 | fa163e2b-69af-bc88-eeaf-00000000476e | TASK | Check Keystone user assignment to roles status 2025-10-13 07:35:47.714929 | fa163e2b-69af-bc88-eeaf-00000000476e | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-13 07:35:52.956705 | fa163e2b-69af-bc88-eeaf-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-10-13 07:35:52.957743 | fa163e2b-69af-bc88-eeaf-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:55.925614 | 5.52s 2025-10-13 07:35:53.222959 | fa163e2b-69af-bc88-eeaf-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-10-13 07:35:53.225206 | fa163e2b-69af-bc88-eeaf-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:56.193088 | 5.79s 2025-10-13 07:35:53.495211 | fa163e2b-69af-bc88-eeaf-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-13 07:35:53.497804 | fa163e2b-69af-bc88-eeaf-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:56.465685 | 6.06s 2025-10-13 07:35:53.763928 | fa163e2b-69af-bc88-eeaf-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-10-13 07:35:53.765097 | fa163e2b-69af-bc88-eeaf-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:56.732979 | 6.33s 2025-10-13 07:35:54.040364 | fa163e2b-69af-bc88-eeaf-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-10-13 07:35:54.041554 | fa163e2b-69af-bc88-eeaf-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:57.009437 | 6.60s 2025-10-13 07:35:54.339646 | fa163e2b-69af-bc88-eeaf-00000000476e | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-10-13 07:35:54.342601 | fa163e2b-69af-bc88-eeaf-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:57.310482 | 6.91s 2025-10-13 07:35:54.353691 | fa163e2b-69af-bc88-eeaf-00000000476e | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:57.321568 | 6.92s 2025-10-13 07:35:54.375568 | fa163e2b-69af-bc88-eeaf-0000000045a1 | TASK | Async assignment of Keystone user per role 2025-10-13 07:35:54.436522 | fa163e2b-69af-bc88-eeaf-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:57.404393 | 0.06s 2025-10-13 07:35:54.443114 | fa163e2b-69af-bc88-eeaf-0000000045a1 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:57.410983 | 0.07s 2025-10-13 07:35:54.458783 | 6293bd3e-ea8c-4a1d-b609-8719b3068883 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-13 07:35:54.483416 | fa163e2b-69af-bc88-eeaf-0000000047d2 | TASK | Async assignment of Keystone user to roles 2025-10-13 07:35:54.881519 | fa163e2b-69af-bc88-eeaf-0000000047d2 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-10-13 07:35:54.884082 | fa163e2b-69af-bc88-eeaf-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.851961 | 0.40s 2025-10-13 07:35:54.894828 | fa163e2b-69af-bc88-eeaf-0000000047d2 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:57.862699 | 0.41s 2025-10-13 07:35:54.914524 | fa163e2b-69af-bc88-eeaf-0000000047d4 | TASK | Check Keystone user assignment to roles status 2025-10-13 07:35:55.201415 | fa163e2b-69af-bc88-eeaf-0000000047d4 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-13 07:36:00.428191 | fa163e2b-69af-bc88-eeaf-0000000047d4 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-10-13 07:36:00.430442 | fa163e2b-69af-bc88-eeaf-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.398322 | 5.51s 2025-10-13 07:36:00.440857 | fa163e2b-69af-bc88-eeaf-0000000047d4 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:03.408722 | 5.52s 2025-10-13 07:36:00.463210 | fa163e2b-69af-bc88-eeaf-0000000045a6 | TASK | Async assignment of Keystone user per role 2025-10-13 07:36:00.565405 | fa163e2b-69af-bc88-eeaf-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:03.533267 | 0.10s 2025-10-13 07:36:00.578497 | fa163e2b-69af-bc88-eeaf-0000000045a6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:25:03.546361 | 0.11s 2025-10-13 07:36:00.594329 | bfadc6be-1254-4b6a-956c-9d2dd2b8f9fe | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-10-13 07:36:00.617799 | fa163e2b-69af-bc88-eeaf-0000000047f6 | TASK | Async assignment of Keystone user to roles 2025-10-13 07:36:00.976134 | fa163e2b-69af-bc88-eeaf-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-10-13 07:36:00.977548 | fa163e2b-69af-bc88-eeaf-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:03.945430 | 0.36s 2025-10-13 07:36:01.327626 | fa163e2b-69af-bc88-eeaf-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-10-13 07:36:01.330099 | fa163e2b-69af-bc88-eeaf-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:04.297974 | 0.71s 2025-10-13 07:36:01.652773 | fa163e2b-69af-bc88-eeaf-0000000047f6 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-10-13 07:36:01.654539 | fa163e2b-69af-bc88-eeaf-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:04.622427 | 1.04s 2025-10-13 07:36:01.665221 | fa163e2b-69af-bc88-eeaf-0000000047f6 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:25:04.633091 | 1.05s 2025-10-13 07:36:01.682667 | fa163e2b-69af-bc88-eeaf-0000000047f8 | TASK | Check Keystone user assignment to roles status 2025-10-13 07:36:01.963239 | fa163e2b-69af-bc88-eeaf-0000000047f8 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-10-13 07:36:07.185540 | fa163e2b-69af-bc88-eeaf-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-10-13 07:36:07.187141 | fa163e2b-69af-bc88-eeaf-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:10.155010 | 5.50s 2025-10-13 07:36:07.412609 | fa163e2b-69af-bc88-eeaf-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-10-13 07:36:07.414892 | fa163e2b-69af-bc88-eeaf-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:10.382776 | 5.73s 2025-10-13 07:36:07.653394 | fa163e2b-69af-bc88-eeaf-0000000047f8 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-10-13 07:36:07.654259 | fa163e2b-69af-bc88-eeaf-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:10.622150 | 5.97s 2025-10-13 07:36:07.659090 | fa163e2b-69af-bc88-eeaf-0000000047f8 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:25:10.626970 | 5.98s 2025-10-13 07:36:07.694724 | fa163e2b-69af-bc88-eeaf-000000003975 | TASK | is Keystone LDAP enabled 2025-10-13 07:36:07.755953 | fa163e2b-69af-bc88-eeaf-000000003975 | OK | is Keystone LDAP enabled | undercloud 2025-10-13 07:36:07.757286 | fa163e2b-69af-bc88-eeaf-000000003975 | TIMING | is Keystone LDAP enabled | undercloud | 0:25:10.725167 | 0.06s 2025-10-13 07:36:07.775117 | fa163e2b-69af-bc88-eeaf-000000003976 | TASK | Set fact for tripleo_keystone_ldap_domains 2025-10-13 07:36:07.828985 | fa163e2b-69af-bc88-eeaf-000000003976 | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-10-13 07:36:07.830228 | fa163e2b-69af-bc88-eeaf-000000003976 | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:25:10.798109 | 0.05s 2025-10-13 07:36:07.848166 | fa163e2b-69af-bc88-eeaf-000000003977 | TASK | Manage Keystone domains from LDAP config 2025-10-13 07:36:07.902311 | fa163e2b-69af-bc88-eeaf-000000003977 | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-10-13 07:36:07.903572 | fa163e2b-69af-bc88-eeaf-000000003977 | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:25:10.871452 | 0.05s PLAY [Deploy step tasks for 4] ************************************************* 2025-10-13 07:36:08.040394 | fa163e2b-69af-bc88-eeaf-0000000000e2 | TASK | Deploy step tasks for 4 2025-10-13 07:36:08.070440 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000e2') missing from stats 2025-10-13 07:36:08.092833 | fa163e2b-69af-bc88-eeaf-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-10-13 07:36:08.629406 | fa163e2b-69af-bc88-eeaf-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-10-13 07:36:08.630945 | fa163e2b-69af-bc88-eeaf-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:25:11.598824 | 0.54s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 07:36:08.703337 | fa163e2b-69af-bc88-eeaf-0000000000e4 | TIMING | include_tasks | standalone | 0:25:11.671205 | 0.04s 2025-10-13 07:36:08.753880 | 836e2745-9197-4518-90d0-251c540e8abb | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-10-13 07:36:08.783192 | fa163e2b-69af-bc88-eeaf-00000000483a | TASK | Create virtqemud recovery script 2025-10-13 07:36:09.319145 | fa163e2b-69af-bc88-eeaf-00000000483a | CHANGED | Create virtqemud recovery script | standalone 2025-10-13 07:36:09.320723 | fa163e2b-69af-bc88-eeaf-00000000483a | TIMING | Create virtqemud recovery script | standalone | 0:25:12.288602 | 0.54s 2025-10-13 07:36:09.351675 | fa163e2b-69af-bc88-eeaf-00000000483b | TASK | Create virtqemud recovery trigger service 2025-10-13 07:36:09.843309 | fa163e2b-69af-bc88-eeaf-00000000483b | CHANGED | Create virtqemud recovery trigger service | standalone 2025-10-13 07:36:09.844906 | fa163e2b-69af-bc88-eeaf-00000000483b | TIMING | Create virtqemud recovery trigger service | standalone | 0:25:12.812783 | 0.49s 2025-10-13 07:36:09.873517 | fa163e2b-69af-bc88-eeaf-00000000483c | TASK | Create virtqemud recovery trigger timer 2025-10-13 07:36:10.374696 | fa163e2b-69af-bc88-eeaf-00000000483c | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-10-13 07:36:10.376260 | fa163e2b-69af-bc88-eeaf-00000000483c | TIMING | Create virtqemud recovery trigger timer | standalone | 0:25:13.344141 | 0.50s 2025-10-13 07:36:10.411212 | fa163e2b-69af-bc88-eeaf-00000000483d | TASK | Enable virtqemud recovery trigger service 2025-10-13 07:36:11.446661 | fa163e2b-69af-bc88-eeaf-00000000483d | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-10-13 07:36:11.448829 | fa163e2b-69af-bc88-eeaf-00000000483d | TIMING | Enable virtqemud recovery trigger service | standalone | 0:25:14.416708 | 1.04s 2025-10-13 07:36:11.478671 | fa163e2b-69af-bc88-eeaf-00000000483e | TASK | Enable virtqemud recovery trigger timer 2025-10-13 07:36:12.521192 | fa163e2b-69af-bc88-eeaf-00000000483e | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-10-13 07:36:12.522848 | fa163e2b-69af-bc88-eeaf-00000000483e | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:25:15.490729 | 1.04s 2025-10-13 07:36:12.551467 | fa163e2b-69af-bc88-eeaf-00000000483f | TASK | Really enable virtqemud recovery trigger timer 2025-10-13 07:36:13.140492 | fa163e2b-69af-bc88-eeaf-00000000483f | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-10-13 07:36:13.142164 | fa163e2b-69af-bc88-eeaf-00000000483f | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:25:16.110045 | 0.59s 2025-10-13 07:36:13.171713 | fa163e2b-69af-bc88-eeaf-000000004841 | TASK | Create systemd file 2025-10-13 07:36:13.651425 | fa163e2b-69af-bc88-eeaf-000000004841 | CHANGED | Create systemd file | standalone 2025-10-13 07:36:13.653943 | fa163e2b-69af-bc88-eeaf-000000004841 | TIMING | Create systemd file | standalone | 0:25:16.621821 | 0.48s 2025-10-13 07:36:13.684016 | fa163e2b-69af-bc88-eeaf-000000004842 | TASK | Reload systemd 2025-10-13 07:36:15.484517 | fa163e2b-69af-bc88-eeaf-000000004842 | CHANGED | Reload systemd | standalone 2025-10-13 07:36:15.486250 | fa163e2b-69af-bc88-eeaf-000000004842 | TIMING | Reload systemd | standalone | 0:25:18.454130 | 1.80s 2025-10-13 07:36:15.515934 | fa163e2b-69af-bc88-eeaf-000000004845 | TASK | Start OVN container 2025-10-13 07:36:15.584122 | fa163e2b-69af-bc88-eeaf-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-10-13 07:36:15.608564 | fa163e2b-69af-bc88-eeaf-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-10-13 07:36:15.622657 | fa163e2b-69af-bc88-eeaf-000000004845 | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-10-13 07:36:15.634493 | fa163e2b-69af-bc88-eeaf-000000004845 | TIMING | Start OVN container | standalone | 0:25:18.602370 | 0.12s 2025-10-13 07:36:15.663708 | fa163e2b-69af-bc88-eeaf-000000004847 | TASK | Set NB connection 2025-10-13 07:36:15.715096 | fa163e2b-69af-bc88-eeaf-000000004847 | SKIPPED | Set NB connection | standalone 2025-10-13 07:36:15.716309 | fa163e2b-69af-bc88-eeaf-000000004847 | TIMING | Set NB connection | standalone | 0:25:18.684191 | 0.05s 2025-10-13 07:36:15.744633 | fa163e2b-69af-bc88-eeaf-000000004848 | TASK | Set SB connection 2025-10-13 07:36:15.796849 | fa163e2b-69af-bc88-eeaf-000000004848 | SKIPPED | Set SB connection | standalone 2025-10-13 07:36:15.798387 | fa163e2b-69af-bc88-eeaf-000000004848 | TIMING | Set SB connection | standalone | 0:25:18.766264 | 0.05s 2025-10-13 07:36:15.827767 | fa163e2b-69af-bc88-eeaf-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-10-13 07:36:16.099844 | fa163e2b-69af-bc88-eeaf-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-10-13 07:36:16.101298 | fa163e2b-69af-bc88-eeaf-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:25:19.069180 | 0.27s 2025-10-13 07:36:16.203678 | fa163e2b-69af-bc88-eeaf-0000000000e7 | TIMING | include_tasks | standalone | 0:25:19.171549 | 0.07s 2025-10-13 07:36:16.241261 | f4a5a96a-65c7-4144-b0ae-b1cbcd7f8ec5 | INCLUDED | /root/standalone-ansible-7tt1_uud/common_deploy_steps_tasks.yaml | standalone 2025-10-13 07:36:16.268282 | fa163e2b-69af-bc88-eeaf-000000004877 | TASK | Write the config_step hieradata 2025-10-13 07:36:16.774803 | fa163e2b-69af-bc88-eeaf-000000004877 | OK | Write the config_step hieradata | standalone 2025-10-13 07:36:16.776003 | fa163e2b-69af-bc88-eeaf-000000004877 | TIMING | Write the config_step hieradata | standalone | 0:25:19.743889 | 0.51s 2025-10-13 07:36:16.801021 | fa163e2b-69af-bc88-eeaf-000000004878 | TASK | Run puppet host configuration for step 4 2025-10-13 07:36:17.111790 | fa163e2b-69af-bc88-eeaf-000000004878 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-10-13 07:36:17.112999 | fa163e2b-69af-bc88-eeaf-000000004878 | TIMING | Run puppet host configuration for step 4 | standalone | 0:25:20.080878 | 0.31s 2025-10-13 07:36:17.142681 | fa163e2b-69af-bc88-eeaf-000000004879 | TASK | Wait for puppet host configuration to finish 2025-10-13 07:36:17.398177 | fa163e2b-69af-bc88-eeaf-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 07:36:27.615326 | fa163e2b-69af-bc88-eeaf-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 07:36:37.837743 | fa163e2b-69af-bc88-eeaf-000000004879 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-10-13 07:36:48.058945 | fa163e2b-69af-bc88-eeaf-000000004879 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 07:36:48.060699 | fa163e2b-69af-bc88-eeaf-000000004879 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:51.028574 | 30.92s 2025-10-13 07:36:48.093104 | fa163e2b-69af-bc88-eeaf-00000000487a | TASK | Debug output for task: Run puppet host configuration for step 4 2025-10-13 07:36:48.179321 | fa163e2b-69af-bc88-eeaf-00000000487a | 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>Oct 13 07:36:17 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 07:36:23 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 07:36:23 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 07:36:23 puppet-user: (file & line not available)", "<13>Oct 13 07:36:23 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Oct 13 07:36:23 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 07:36:24 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>Oct 13 07:36:24 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 13 07:36:24 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 13 07:36:24 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>Oct 13 07:36:24 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>Oct 13 07:36:24 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>Oct 13 07:36:24 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>Oct 13 07:36:24 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>Oct 13 07:36:24 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 07:36:24 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.65 seconds", "<13>Oct 13 07:36:29 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 07:36:31 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 07:36:36 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Oct 13 07:36:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}ebf0280a366dd775df13d19c1c4eb39b3f51eb7da219ade89c0cc146b869bfdf'", "<13>Oct 13 07:36:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Oct 13 07:36:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Oct 13 07:36:36 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Oct 13 07:36:36 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Oct 13 07:36:38 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 07:36:43 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>Oct 13 07:36:45 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Oct 13 07:36:45 puppet-user: Notice: Applied catalog in 20.67 seconds", "<13>Oct 13 07:36:45 puppet-user: Application:", "<13>Oct 13 07:36:45 puppet-user: Initial environment: production", "<13>Oct 13 07:36:45 puppet-user: Converged environment: production", "<13>Oct 13 07:36:45 puppet-user: Run mode: user", "<13>Oct 13 07:36:45 puppet-user: Changes:", "<13>Oct 13 07:36:45 puppet-user: Total: 10", "<13>Oct 13 07:36:45 puppet-user: Events:", "<13>Oct 13 07:36:45 puppet-user: Success: 10", "<13>Oct 13 07:36:45 puppet-user: Resources:", "<13>Oct 13 07:36:45 puppet-user: Restarted: 1", "<13>Oct 13 07:36:45 puppet-user: Changed: 10", "<13>Oct 13 07:36:45 puppet-user: Out of sync: 10", "<13>Oct 13 07:36:45 puppet-user: Total: 37", "<13>Oct 13 07:36:45 puppet-user: Time:", "<13>Oct 13 07:36:45 puppet-user: Filebucket: 0.00", "<13>Oct 13 07:36:45 puppet-user: Schedule: 0.00", "<13>Oct 13 07:36:45 puppet-user: File line: 0.00", "<13>Oct 13 07:36:45 puppet-user: User: 0.01", "<13>Oct 13 07:36:45 puppet-user: Augeas: 0.01", "<13>Oct 13 07:36:45 puppet-user: File: 0.10", "<13>Oct 13 07:36:45 puppet-user: Config retrieval: 0.73", "<13>Oct 13 07:36:45 puppet-user: Service: 1.58", "<13>Oct 13 07:36:45 puppet-user: Pcmk property: 1.58", "<13>Oct 13 07:36:45 puppet-user: Last run: 1760341005", "<13>Oct 13 07:36:45 puppet-user: Pcmk resource op default: 2.06", "<13>Oct 13 07:36:45 puppet-user: Pcmk resource default: 2.29", "<13>Oct 13 07:36:45 puppet-user: Transaction evaluation: 20.66", "<13>Oct 13 07:36:45 puppet-user: Catalog application: 20.67", "<13>Oct 13 07:36:45 puppet-user: Package: 5.65", "<13>Oct 13 07:36:45 puppet-user: Exec: 7.14", "<13>Oct 13 07:36:45 puppet-user: Total: 20.68", "<13>Oct 13 07:36:45 puppet-user: Version:", "<13>Oct 13 07:36:45 puppet-user: Config: 1760340983", "<13>Oct 13 07:36:45 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 07:36:48.180812 | fa163e2b-69af-bc88-eeaf-00000000487a | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:51.148691 | 0.09s 2025-10-13 07:36:48.210675 | fa163e2b-69af-bc88-eeaf-00000000487b | TASK | Pre-cache facts for puppet containers 2025-10-13 07:36:48.241622 | fa163e2b-69af-bc88-eeaf-00000000487b | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:51.209499 | 0.03s 2025-10-13 07:36:48.309294 | fa163e2b-69af-bc88-eeaf-0000000048bc | TASK | Gather variables for each operating system 2025-10-13 07:36:48.433671 | fa163e2b-69af-bc88-eeaf-0000000048bc | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:51.401527 | 0.12s 2025-10-13 07:36:48.464155 | fa163e2b-69af-bc88-eeaf-0000000048bd | TASK | Create puppet caching structures 2025-10-13 07:36:48.731626 | fa163e2b-69af-bc88-eeaf-0000000048bd | CHANGED | Create puppet caching structures | standalone 2025-10-13 07:36:48.733417 | fa163e2b-69af-bc88-eeaf-0000000048bd | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:51.701293 | 0.27s 2025-10-13 07:36:48.763212 | fa163e2b-69af-bc88-eeaf-0000000048be | TASK | Check for facter.conf 2025-10-13 07:36:49.030982 | fa163e2b-69af-bc88-eeaf-0000000048be | OK | Check for facter.conf | standalone 2025-10-13 07:36:49.032791 | fa163e2b-69af-bc88-eeaf-0000000048be | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:52.000667 | 0.27s 2025-10-13 07:36:49.062673 | fa163e2b-69af-bc88-eeaf-0000000048bf | TASK | Remove facter.conf if directory 2025-10-13 07:36:49.105888 | fa163e2b-69af-bc88-eeaf-0000000048bf | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 07:36:49.107077 | fa163e2b-69af-bc88-eeaf-0000000048bf | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:52.074955 | 0.04s 2025-10-13 07:36:49.136105 | fa163e2b-69af-bc88-eeaf-0000000048c0 | TASK | Write facter cache config 2025-10-13 07:36:49.670250 | fa163e2b-69af-bc88-eeaf-0000000048c0 | CHANGED | Write facter cache config | standalone 2025-10-13 07:36:49.672158 | fa163e2b-69af-bc88-eeaf-0000000048c0 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:52.640033 | 0.53s 2025-10-13 07:36:49.705970 | fa163e2b-69af-bc88-eeaf-0000000048c1 | TASK | Cleanup facter cache if exists 2025-10-13 07:36:49.952197 | fa163e2b-69af-bc88-eeaf-0000000048c1 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 07:36:49.953949 | fa163e2b-69af-bc88-eeaf-0000000048c1 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:52.921822 | 0.25s 2025-10-13 07:36:49.984153 | fa163e2b-69af-bc88-eeaf-0000000048c2 | TASK | Pre-cache facts 2025-10-13 07:36:50.663591 | fa163e2b-69af-bc88-eeaf-0000000048c2 | CHANGED | Pre-cache facts | standalone 2025-10-13 07:36:50.665265 | fa163e2b-69af-bc88-eeaf-0000000048c2 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:53.633141 | 0.68s 2025-10-13 07:36:50.693512 | fa163e2b-69af-bc88-eeaf-0000000048c3 | TASK | Failed deployment if facter fails 2025-10-13 07:36:50.735033 | fa163e2b-69af-bc88-eeaf-0000000048c3 | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 07:36:50.736435 | fa163e2b-69af-bc88-eeaf-0000000048c3 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:53.704285 | 0.04s 2025-10-13 07:36:50.773665 | fa163e2b-69af-bc88-eeaf-0000000048c4 | TASK | Sync cached facts 2025-10-13 07:36:51.106318 | fa163e2b-69af-bc88-eeaf-0000000048c4 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-69af- bc88-eeaf-0000000048c4') missing from stats 2025-10-13 07:36:51.165090 | fa163e2b-69af-bc88-eeaf-00000000487c | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 07:36:51.230635 | fa163e2b-69af-bc88-eeaf-00000000487c | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 07:36:51.232317 | fa163e2b-69af-bc88-eeaf-00000000487c | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:54.200192 | 0.07s 2025-10-13 07:36:51.263332 | fa163e2b-69af-bc88-eeaf-00000000487e | TASK | Manage containers for step 4 with tripleo-ansible 2025-10-13 07:36:51.296094 | fa163e2b-69af-bc88-eeaf-00000000487e | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:54.263949 | 0.03s 2025-10-13 07:36:51.365401 | fa163e2b-69af-bc88-eeaf-00000000491b | TASK | Gather variables for each operating system 2025-10-13 07:36:51.491609 | fa163e2b-69af-bc88-eeaf-00000000491b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:54.459449 | 0.12s 2025-10-13 07:36:51.523186 | fa163e2b-69af-bc88-eeaf-00000000491c | TASK | Create container logs path 2025-10-13 07:36:51.783601 | fa163e2b-69af-bc88-eeaf-00000000491c | OK | Create container logs path | standalone 2025-10-13 07:36:51.785618 | fa163e2b-69af-bc88-eeaf-00000000491c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:54.753495 | 0.26s 2025-10-13 07:36:51.818800 | fa163e2b-69af-bc88-eeaf-00000000491e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 07:36:52.164019 | fa163e2b-69af-bc88-eeaf-00000000491e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-13 07:36:52.165648 | fa163e2b-69af-bc88-eeaf-00000000491e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:55.133525 | 0.35s 2025-10-13 07:36:52.200802 | fa163e2b-69af-bc88-eeaf-00000000491f | TASK | Finalise hashes for all containers 2025-10-13 07:36:52.301516 | fa163e2b-69af-bc88-eeaf-00000000491f | OK | Finalise hashes for all containers | standalone 2025-10-13 07:36:52.303409 | fa163e2b-69af-bc88-eeaf-00000000491f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:55.271285 | 0.10s 2025-10-13 07:36:52.333760 | fa163e2b-69af-bc88-eeaf-000000004921 | TASK | Manage systemd shutdown files 2025-10-13 07:36:52.367030 | fa163e2b-69af-bc88-eeaf-000000004921 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:55.334881 | 0.03s 2025-10-13 07:36:52.400157 | 907f68f6-2742-4a23-8e52-1abdd6f6cc55 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 07:36:52.428161 | fa163e2b-69af-bc88-eeaf-000000004954 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 07:36:52.710566 | fa163e2b-69af-bc88-eeaf-000000004954 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 07:36:52.713339 | fa163e2b-69af-bc88-eeaf-000000004954 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:55.681216 | 0.28s 2025-10-13 07:36:52.737433 | fa163e2b-69af-bc88-eeaf-000000004955 | TASK | Set podman_drop_in fact 2025-10-13 07:36:52.803481 | fa163e2b-69af-bc88-eeaf-000000004955 | OK | Set podman_drop_in fact | standalone 2025-10-13 07:36:52.804495 | fa163e2b-69af-bc88-eeaf-000000004955 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:55.772385 | 0.07s 2025-10-13 07:36:52.824361 | fa163e2b-69af-bc88-eeaf-000000004957 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 07:36:53.366489 | fa163e2b-69af-bc88-eeaf-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 07:36:53.367810 | fa163e2b-69af-bc88-eeaf-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:56.335696 | 0.54s 2025-10-13 07:36:53.893471 | fa163e2b-69af-bc88-eeaf-000000004957 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 07:36:53.895130 | fa163e2b-69af-bc88-eeaf-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:56.863018 | 1.07s 2025-10-13 07:36:53.906039 | fa163e2b-69af-bc88-eeaf-000000004957 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:56.873914 | 1.08s 2025-10-13 07:36:53.935661 | fa163e2b-69af-bc88-eeaf-000000004958 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 07:36:54.376822 | fa163e2b-69af-bc88-eeaf-000000004958 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 07:36:54.377766 | fa163e2b-69af-bc88-eeaf-000000004958 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:57.345656 | 0.44s 2025-10-13 07:36:54.396796 | fa163e2b-69af-bc88-eeaf-000000004959 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 07:36:54.886281 | fa163e2b-69af-bc88-eeaf-000000004959 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 07:36:54.887993 | fa163e2b-69af-bc88-eeaf-000000004959 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:57.855873 | 0.49s 2025-10-13 07:36:54.917580 | fa163e2b-69af-bc88-eeaf-00000000495a | TASK | Enable and start tripleo-container-shutdown 2025-10-13 07:36:55.694953 | fa163e2b-69af-bc88-eeaf-00000000495a | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 07:36:55.697025 | fa163e2b-69af-bc88-eeaf-00000000495a | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:58.664903 | 0.78s 2025-10-13 07:36:55.728585 | fa163e2b-69af-bc88-eeaf-00000000495b | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 07:36:56.247672 | fa163e2b-69af-bc88-eeaf-00000000495b | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 07:36:56.249465 | fa163e2b-69af-bc88-eeaf-00000000495b | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:59.217346 | 0.52s 2025-10-13 07:36:56.279453 | fa163e2b-69af-bc88-eeaf-00000000495c | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 07:36:56.779431 | fa163e2b-69af-bc88-eeaf-00000000495c | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 07:36:56.781180 | fa163e2b-69af-bc88-eeaf-00000000495c | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:59.749057 | 0.50s 2025-10-13 07:36:56.811925 | fa163e2b-69af-bc88-eeaf-00000000495d | TASK | Enable and start netns-placeholder 2025-10-13 07:36:57.651426 | fa163e2b-69af-bc88-eeaf-00000000495d | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 07:36:57.655184 | fa163e2b-69af-bc88-eeaf-00000000495d | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:26:00.623032 | 0.84s 2025-10-13 07:36:57.687849 | fa163e2b-69af-bc88-eeaf-000000004923 | TASK | Update container configs with new config hashes 2025-10-13 07:36:57.740453 | fa163e2b-69af-bc88-eeaf-000000004923 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:26:00.708311 | 0.05s 2025-10-13 07:36:57.763456 | 50e0dff6-d3ab-49cc-a9df-74c9bb51e03d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 07:36:57.797846 | fa163e2b-69af-bc88-eeaf-000000004985 | TASK | Update config hashes for container startup configs 2025-10-13 07:36:58.092238 | fa163e2b-69af-bc88-eeaf-000000004985 | OK | Update config hashes for container startup configs | standalone 2025-10-13 07:36:58.093906 | fa163e2b-69af-bc88-eeaf-000000004985 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:26:01.061782 | 0.29s 2025-10-13 07:36:58.126976 | fa163e2b-69af-bc88-eeaf-000000004924 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 07:36:58.206632 | fa163e2b-69af-bc88-eeaf-000000004924 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:01.174492 | 0.08s 2025-10-13 07:36:58.231728 | 14711ab2-d388-4a98-9f1a-d6bd1deca706 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:36:58.268226 | fa163e2b-69af-bc88-eeaf-0000000049a4 | TASK | Gather podman infos 2025-10-13 07:36:59.862154 | fa163e2b-69af-bc88-eeaf-0000000049a4 | OK | Gather podman infos | standalone 2025-10-13 07:36:59.863027 | fa163e2b-69af-bc88-eeaf-0000000049a4 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:26:02.830919 | 1.59s 2025-10-13 07:36:59.948452 | fa163e2b-69af-bc88-eeaf-0000000049a5 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 07:37:00.043300 | fa163e2b-69af-bc88-eeaf-0000000049a5 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:03.011171 | 0.09s 2025-10-13 07:37:00.358812 | fa163e2b-69af-bc88-eeaf-0000000049ee | TIMING | tripleo_container_rm : include_tasks | standalone | 0:26:03.326664 | 0.27s 2025-10-13 07:37:00.417630 | fa163e2b-69af-bc88-eeaf-000000004925 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 07:37:00.484229 | fa163e2b-69af-bc88-eeaf-000000004925 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:03.452088 | 0.06s 2025-10-13 07:37:00.508046 | 54224727-9986-40d0-b935-a6eabd7303fe | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:37:00.544648 | fa163e2b-69af-bc88-eeaf-000000004a14 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 07:37:22.179663 | fa163e2b-69af-bc88-eeaf-000000004a14 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-13 07:37:22.181545 | fa163e2b-69af-bc88-eeaf-000000004a14 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:26:25.149427 | 21.64s 2025-10-13 07:37:22.213622 | fa163e2b-69af-bc88-eeaf-000000004a15 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-10-13 07:39:36.314614 | fa163e2b-69af-bc88-eeaf-000000004a15 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-10-13 07:39:36.315602 | fa163e2b-69af-bc88-eeaf-000000004a15 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:28:39.283494 | 134.10s 2025-10-13 07:39:36.368625 | fa163e2b-69af-bc88-eeaf-000000004880 | TASK | Clean container_puppet_tasks for standalone step 4 2025-10-13 07:39:36.574564 | fa163e2b-69af-bc88-eeaf-000000004880 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-10-13 07:39:36.576023 | fa163e2b-69af-bc88-eeaf-000000004880 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:28:39.543907 | 0.21s 2025-10-13 07:39:36.623454 | fa163e2b-69af-bc88-eeaf-000000004881 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-10-13 07:39:36.675532 | fa163e2b-69af-bc88-eeaf-000000004881 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:28:39.643401 | 0.05s 2025-10-13 07:39:36.709482 | fa163e2b-69af-bc88-eeaf-000000004882 | TASK | Include container-puppet tasks for step 4 2025-10-13 07:39:36.750862 | fa163e2b-69af-bc88-eeaf-000000004882 | TIMING | Include container-puppet tasks for step 4 | standalone | 0:28:39.718733 | 0.04s 2025-10-13 07:39:36.782830 | e406e325-78d4-4f6f-9037-b45ce221abfa | INCLUDED | /root/standalone-ansible-7tt1_uud/host-container-puppet-tasks.yaml | standalone 2025-10-13 07:39:36.821208 | fa163e2b-69af-bc88-eeaf-000000004a60 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-10-13 07:39:37.358888 | fa163e2b-69af-bc88-eeaf-000000004a60 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-10-13 07:39:37.359956 | fa163e2b-69af-bc88-eeaf-000000004a60 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:40.327845 | 0.54s 2025-10-13 07:39:37.383442 | fa163e2b-69af-bc88-eeaf-000000004a62 | TASK | Generate container puppet configs for step 4 2025-10-13 07:39:37.674128 | fa163e2b-69af-bc88-eeaf-000000004a62 | OK | Generate container puppet configs for step 4 | standalone 2025-10-13 07:39:37.675454 | fa163e2b-69af-bc88-eeaf-000000004a62 | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:40.643336 | 0.29s 2025-10-13 07:39:37.711160 | fa163e2b-69af-bc88-eeaf-000000004a63 | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-10-13 07:39:37.744203 | fa163e2b-69af-bc88-eeaf-000000004a63 | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:40.712064 | 0.03s 2025-10-13 07:39:37.841085 | fa163e2b-69af-bc88-eeaf-000000004a92 | TASK | Gather variables for each operating system 2025-10-13 07:39:37.962458 | fa163e2b-69af-bc88-eeaf-000000004a92 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:40.930332 | 0.12s 2025-10-13 07:39:37.985020 | fa163e2b-69af-bc88-eeaf-000000004a93 | TASK | Create container logs path 2025-10-13 07:39:38.234148 | fa163e2b-69af-bc88-eeaf-000000004a93 | OK | Create container logs path | standalone 2025-10-13 07:39:38.235459 | fa163e2b-69af-bc88-eeaf-000000004a93 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:41.203340 | 0.25s 2025-10-13 07:39:38.266435 | fa163e2b-69af-bc88-eeaf-000000004a95 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-13 07:39:38.552671 | fa163e2b-69af-bc88-eeaf-000000004a95 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-13 07:39:38.553975 | fa163e2b-69af-bc88-eeaf-000000004a95 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:41.521857 | 0.29s 2025-10-13 07:39:38.583045 | fa163e2b-69af-bc88-eeaf-000000004a96 | TASK | Finalise hashes for all containers 2025-10-13 07:39:38.636175 | fa163e2b-69af-bc88-eeaf-000000004a96 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:39:38.637300 | fa163e2b-69af-bc88-eeaf-000000004a96 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:41.605183 | 0.05s 2025-10-13 07:39:38.666810 | fa163e2b-69af-bc88-eeaf-000000004a98 | TASK | Manage systemd shutdown files 2025-10-13 07:39:38.708833 | fa163e2b-69af-bc88-eeaf-000000004a98 | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:39:38.709942 | fa163e2b-69af-bc88-eeaf-000000004a98 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:41.677823 | 0.04s 2025-10-13 07:39:38.740170 | fa163e2b-69af-bc88-eeaf-000000004a9a | TASK | Update container configs with new config hashes 2025-10-13 07:39:38.793836 | fa163e2b-69af-bc88-eeaf-000000004a9a | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:39:38.795154 | fa163e2b-69af-bc88-eeaf-000000004a9a | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:41.763034 | 0.05s 2025-10-13 07:39:38.827553 | fa163e2b-69af-bc88-eeaf-000000004a9b | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-13 07:39:38.879703 | fa163e2b-69af-bc88-eeaf-000000004a9b | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-13 07:39:38.880930 | fa163e2b-69af-bc88-eeaf-000000004a9b | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:41.848811 | 0.05s 2025-10-13 07:39:38.914071 | fa163e2b-69af-bc88-eeaf-000000004a9c | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-10-13 07:39:38.969094 | fa163e2b-69af-bc88-eeaf-000000004a9c | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-10-13 07:39:38.970470 | fa163e2b-69af-bc88-eeaf-000000004a9c | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:41.938350 | 0.05s PLAY [External deployment step 5] ********************************************** 2025-10-13 07:39:39.250965 | fa163e2b-69af-bc88-eeaf-0000000000ea | TASK | External deployment step 5 2025-10-13 07:39:39.282439 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000ea') missing from stats 2025-10-13 07:39:39.340392 | fa163e2b-69af-bc88-eeaf-0000000000eb | TIMING | include_tasks | undercloud | 0:28:42.308262 | 0.04s 2025-10-13 07:39:39.352798 | df7f2798-a765-4c6a-824c-5ed21dbc4719 | INCLUDED | /root/standalone-ansible-7tt1_uud/external_deploy_steps_tasks_step5.yaml | undercloud 2025-10-13 07:39:39.371405 | fa163e2b-69af-bc88-eeaf-000000004aeb | TASK | Manage Cinder's default volume type 2025-10-13 07:39:53.064417 | fa163e2b-69af-bc88-eeaf-000000004aeb | OK | Manage Cinder's default volume type | undercloud 2025-10-13 07:39:53.066167 | fa163e2b-69af-bc88-eeaf-000000004aeb | TIMING | Manage Cinder's default volume type | undercloud | 0:28:56.034049 | 13.69s PLAY [Deploy step tasks for 5] ************************************************* 2025-10-13 07:39:53.223243 | fa163e2b-69af-bc88-eeaf-0000000000ee | TASK | Deploy step tasks for 5 2025-10-13 07:39:53.279957 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000ee') missing from stats 2025-10-13 07:39:53.303837 | fa163e2b-69af-bc88-eeaf-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-10-13 07:39:53.787783 | fa163e2b-69af-bc88-eeaf-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-10-13 07:39:53.789406 | fa163e2b-69af-bc88-eeaf-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:56.757289 | 0.48s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-10-13 07:39:53.862944 | fa163e2b-69af-bc88-eeaf-0000000000f0 | TIMING | include_tasks | standalone | 0:28:56.830811 | 0.04s 2025-10-13 07:39:53.959281 | 913ba485-73ca-43aa-925a-dbbad50919aa | INCLUDED | /root/standalone-ansible-7tt1_uud/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-10-13 07:39:53.992894 | fa163e2b-69af-bc88-eeaf-000000004b0e | TASK | Gather variables for each operating system 2025-10-13 07:39:54.115827 | fa163e2b-69af-bc88-eeaf-000000004b0e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:57.083704 | 0.12s 2025-10-13 07:39:54.139144 | fa163e2b-69af-bc88-eeaf-000000004b0f | TASK | Detect if resource is being created or already exists 2025-10-13 07:39:55.041247 | fa163e2b-69af-bc88-eeaf-000000004b0f | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 07:39:55.042676 | fa163e2b-69af-bc88-eeaf-000000004b0f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:58.010557 | 0.90s 2025-10-13 07:39:55.073631 | fa163e2b-69af-bc88-eeaf-000000004b10 | TASK | Run init bundle puppet on the host for cinder_backup 2025-10-13 07:40:19.972477 | fa163e2b-69af-bc88-eeaf-000000004b10 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-10-13 07:40:19.973939 | fa163e2b-69af-bc88-eeaf-000000004b10 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:29:22.941823 | 24.90s 2025-10-13 07:40:20.013913 | fa163e2b-69af-bc88-eeaf-000000004b11 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-13 07:40:20.236889 | fa163e2b-69af-bc88-eeaf-000000004b11 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-13 07:40:20.238137 | fa163e2b-69af-bc88-eeaf-000000004b11 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:23.206022 | 0.22s 2025-10-13 07:40:20.261777 | fa163e2b-69af-bc88-eeaf-000000004b12 | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 07:40:20.748391 | fa163e2b-69af-bc88-eeaf-000000004b12 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 07:40:20.749344 | fa163e2b-69af-bc88-eeaf-000000004b12 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:23.717232 | 0.49s 2025-10-13 07:40:20.769868 | fa163e2b-69af-bc88-eeaf-000000004b13 | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-10-13 07:40:20.987572 | fa163e2b-69af-bc88-eeaf-000000004b13 | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-10-13 07:40:20.988691 | fa163e2b-69af-bc88-eeaf-000000004b13 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:29:23.956582 | 0.22s 2025-10-13 07:40:21.009477 | fa163e2b-69af-bc88-eeaf-000000004b15 | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-10-13 07:40:21.057178 | fa163e2b-69af-bc88-eeaf-000000004b15 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-10-13 07:40:21.058110 | fa163e2b-69af-bc88-eeaf-000000004b15 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:29:24.025998 | 0.05s 2025-10-13 07:40:21.082978 | fa163e2b-69af-bc88-eeaf-000000004b16 | TASK | Get container image tag from bundle openstack-cinder-backup 2025-10-13 07:40:21.123413 | fa163e2b-69af-bc88-eeaf-000000004b16 | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-10-13 07:40:21.124094 | fa163e2b-69af-bc88-eeaf-000000004b16 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:29:24.091982 | 0.04s 2025-10-13 07:40:21.145608 | fa163e2b-69af-bc88-eeaf-000000004b17 | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-10-13 07:40:21.204006 | fa163e2b-69af-bc88-eeaf-000000004b17 | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-10-13 07:40:21.204957 | fa163e2b-69af-bc88-eeaf-000000004b17 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:29:24.172847 | 0.06s 2025-10-13 07:40:21.225878 | fa163e2b-69af-bc88-eeaf-000000004b18 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 07:40:21.262796 | fa163e2b-69af-bc88-eeaf-000000004b18 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 07:40:21.263432 | fa163e2b-69af-bc88-eeaf-000000004b18 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:24.231322 | 0.04s 2025-10-13 07:40:21.283790 | fa163e2b-69af-bc88-eeaf-000000004b19 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-10-13 07:40:21.331965 | fa163e2b-69af-bc88-eeaf-000000004b19 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-10-13 07:40:21.332633 | fa163e2b-69af-bc88-eeaf-000000004b19 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:29:24.300525 | 0.05s 2025-10-13 07:40:21.368762 | fa163e2b-69af-bc88-eeaf-000000004b3a | TASK | Gather variables for each operating system 2025-10-13 07:40:21.489773 | fa163e2b-69af-bc88-eeaf-000000004b3a | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:24.457634 | 0.12s 2025-10-13 07:40:21.509568 | fa163e2b-69af-bc88-eeaf-000000004b3b | TASK | Detect if resource is being created or already exists 2025-10-13 07:40:22.305931 | fa163e2b-69af-bc88-eeaf-000000004b3b | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 07:40:22.307386 | fa163e2b-69af-bc88-eeaf-000000004b3b | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:25.275269 | 0.80s 2025-10-13 07:40:22.338797 | fa163e2b-69af-bc88-eeaf-000000004b3c | TASK | Run init bundle puppet on the host for cinder_volume 2025-10-13 07:40:47.414864 | fa163e2b-69af-bc88-eeaf-000000004b3c | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-10-13 07:40:47.416565 | fa163e2b-69af-bc88-eeaf-000000004b3c | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:50.384445 | 25.08s 2025-10-13 07:40:47.448905 | fa163e2b-69af-bc88-eeaf-000000004b3d | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-10-13 07:40:47.696864 | fa163e2b-69af-bc88-eeaf-000000004b3d | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-10-13 07:40:47.698424 | fa163e2b-69af-bc88-eeaf-000000004b3d | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:50.666306 | 0.25s 2025-10-13 07:40:47.728331 | fa163e2b-69af-bc88-eeaf-000000004b3e | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 07:40:48.123572 | fa163e2b-69af-bc88-eeaf-000000004b3e | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 07:40:48.124455 | fa163e2b-69af-bc88-eeaf-000000004b3e | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:51.092345 | 0.39s 2025-10-13 07:40:48.144635 | fa163e2b-69af-bc88-eeaf-000000004b3f | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-10-13 07:40:48.367894 | fa163e2b-69af-bc88-eeaf-000000004b3f | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-10-13 07:40:48.368761 | fa163e2b-69af-bc88-eeaf-000000004b3f | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:51.336652 | 0.22s 2025-10-13 07:40:48.389479 | fa163e2b-69af-bc88-eeaf-000000004b41 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-10-13 07:40:48.427025 | fa163e2b-69af-bc88-eeaf-000000004b41 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-10-13 07:40:48.428004 | fa163e2b-69af-bc88-eeaf-000000004b41 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:51.395889 | 0.04s 2025-10-13 07:40:48.452436 | fa163e2b-69af-bc88-eeaf-000000004b42 | TASK | Get container image tag from bundle openstack-cinder-volume 2025-10-13 07:40:48.493067 | fa163e2b-69af-bc88-eeaf-000000004b42 | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-10-13 07:40:48.494063 | fa163e2b-69af-bc88-eeaf-000000004b42 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:51.461949 | 0.04s 2025-10-13 07:40:48.522464 | fa163e2b-69af-bc88-eeaf-000000004b43 | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-10-13 07:40:48.563164 | fa163e2b-69af-bc88-eeaf-000000004b43 | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-10-13 07:40:48.564372 | fa163e2b-69af-bc88-eeaf-000000004b43 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:51.532259 | 0.04s 2025-10-13 07:40:48.591440 | fa163e2b-69af-bc88-eeaf-000000004b44 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 07:40:48.642142 | fa163e2b-69af-bc88-eeaf-000000004b44 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 07:40:48.643497 | fa163e2b-69af-bc88-eeaf-000000004b44 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:51.611340 | 0.05s 2025-10-13 07:40:48.670351 | fa163e2b-69af-bc88-eeaf-000000004b45 | TASK | Remove update marker for bundle openstack-cinder-volume 2025-10-13 07:40:48.727454 | fa163e2b-69af-bc88-eeaf-000000004b45 | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-10-13 07:40:48.729284 | fa163e2b-69af-bc88-eeaf-000000004b45 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:51.697161 | 0.06s 2025-10-13 07:40:48.788292 | fa163e2b-69af-bc88-eeaf-000000004b66 | TASK | Gather variables for each operating system 2025-10-13 07:40:48.907082 | fa163e2b-69af-bc88-eeaf-000000004b66 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:51.874955 | 0.12s 2025-10-13 07:40:48.930311 | fa163e2b-69af-bc88-eeaf-000000004b67 | TASK | Detect if resource is being created or already exists 2025-10-13 07:40:49.749767 | fa163e2b-69af-bc88-eeaf-000000004b67 | CHANGED | Detect if resource is being created or already exists | standalone 2025-10-13 07:40:49.751536 | fa163e2b-69af-bc88-eeaf-000000004b67 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:52.719415 | 0.82s 2025-10-13 07:40:49.783887 | fa163e2b-69af-bc88-eeaf-000000004b68 | TASK | Run init bundle puppet on the host for manila_share 2025-10-13 07:41:13.822413 | fa163e2b-69af-bc88-eeaf-000000004b68 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-10-13 07:41:13.823656 | fa163e2b-69af-bc88-eeaf-000000004b68 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:30:16.791543 | 24.04s 2025-10-13 07:41:13.857863 | fa163e2b-69af-bc88-eeaf-000000004b69 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-10-13 07:41:14.119485 | fa163e2b-69af-bc88-eeaf-000000004b69 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-10-13 07:41:14.122226 | fa163e2b-69af-bc88-eeaf-000000004b69 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:30:17.090099 | 0.26s 2025-10-13 07:41:14.153303 | fa163e2b-69af-bc88-eeaf-000000004b6a | TASK | Run pacemaker restart if the config file for the service changed 2025-10-13 07:41:14.560016 | fa163e2b-69af-bc88-eeaf-000000004b6a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-10-13 07:41:14.562637 | fa163e2b-69af-bc88-eeaf-000000004b6a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:30:17.530516 | 0.41s 2025-10-13 07:41:14.597457 | fa163e2b-69af-bc88-eeaf-000000004b6b | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-10-13 07:41:14.801156 | fa163e2b-69af-bc88-eeaf-000000004b6b | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-10-13 07:41:14.802185 | fa163e2b-69af-bc88-eeaf-000000004b6b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:30:17.770073 | 0.20s 2025-10-13 07:41:14.823179 | fa163e2b-69af-bc88-eeaf-000000004b6d | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-10-13 07:41:14.862276 | fa163e2b-69af-bc88-eeaf-000000004b6d | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-10-13 07:41:14.863152 | fa163e2b-69af-bc88-eeaf-000000004b6d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:30:17.831041 | 0.04s 2025-10-13 07:41:14.883698 | fa163e2b-69af-bc88-eeaf-000000004b6e | TASK | Get container image tag from bundle openstack-manila-share 2025-10-13 07:41:14.913838 | fa163e2b-69af-bc88-eeaf-000000004b6e | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-10-13 07:41:14.914637 | fa163e2b-69af-bc88-eeaf-000000004b6e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:30:17.882525 | 0.03s 2025-10-13 07:41:14.935585 | fa163e2b-69af-bc88-eeaf-000000004b6f | TASK | Compare tags between marker and bundle openstack-manila-share 2025-10-13 07:41:14.963682 | fa163e2b-69af-bc88-eeaf-000000004b6f | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-10-13 07:41:14.964489 | fa163e2b-69af-bc88-eeaf-000000004b6f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:30:17.932377 | 0.03s 2025-10-13 07:41:14.985654 | fa163e2b-69af-bc88-eeaf-000000004b70 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-10-13 07:41:15.014684 | fa163e2b-69af-bc88-eeaf-000000004b70 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-10-13 07:41:15.015480 | fa163e2b-69af-bc88-eeaf-000000004b70 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:30:17.983370 | 0.03s 2025-10-13 07:41:15.035998 | fa163e2b-69af-bc88-eeaf-000000004b71 | TASK | Remove update marker for bundle openstack-manila-share 2025-10-13 07:41:15.075083 | fa163e2b-69af-bc88-eeaf-000000004b71 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-10-13 07:41:15.075930 | fa163e2b-69af-bc88-eeaf-000000004b71 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:30:18.043820 | 0.04s 2025-10-13 07:41:15.124374 | fa163e2b-69af-bc88-eeaf-000000004b92 | TASK | Run kolla_set_configs to copy ring files 2025-10-13 07:41:15.505084 | fa163e2b-69af-bc88-eeaf-000000004b92 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-10-13 07:41:15.508169 | fa163e2b-69af-bc88-eeaf-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.476054 | 0.38s 2025-10-13 07:41:15.516427 | fa163e2b-69af-bc88-eeaf-000000004b92 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.484312 | 0.39s 2025-10-13 07:41:15.535499 | fa163e2b-69af-bc88-eeaf-000000004b93 | TASK | Run kolla_set_configs to copy ring files 2025-10-13 07:41:15.892027 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-10-13 07:41:15.894365 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:18.862239 | 0.36s 2025-10-13 07:41:16.333949 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-10-13 07:41:16.335724 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:19.303608 | 0.80s 2025-10-13 07:41:16.603170 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-10-13 07:41:16.604689 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:19.572578 | 1.07s 2025-10-13 07:41:17.056122 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-10-13 07:41:17.058022 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.025911 | 1.52s 2025-10-13 07:41:17.331622 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-10-13 07:41:17.333047 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.300929 | 1.80s 2025-10-13 07:41:17.653632 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-10-13 07:41:17.655044 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:20.622933 | 2.12s 2025-10-13 07:41:18.085285 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-10-13 07:41:18.086216 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.054106 | 2.55s 2025-10-13 07:41:18.490656 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-10-13 07:41:18.493076 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.460959 | 2.96s 2025-10-13 07:41:18.808237 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-10-13 07:41:18.809250 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:21.777136 | 3.27s 2025-10-13 07:41:19.362227 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-10-13 07:41:19.364306 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.332190 | 3.83s 2025-10-13 07:41:19.711919 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-10-13 07:41:19.713084 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:22.680967 | 4.18s 2025-10-13 07:41:20.192151 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-10-13 07:41:20.193463 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:23.161346 | 4.66s 2025-10-13 07:41:20.718040 | fa163e2b-69af-bc88-eeaf-000000004b93 | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-10-13 07:41:20.720114 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:23.688003 | 5.18s 2025-10-13 07:41:20.734729 | fa163e2b-69af-bc88-eeaf-000000004b93 | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:30:23.702606 | 5.20s 2025-10-13 07:41:20.770990 | fa163e2b-69af-bc88-eeaf-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-10-13 07:41:21.028214 | fa163e2b-69af-bc88-eeaf-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-10-13 07:41:21.030340 | fa163e2b-69af-bc88-eeaf-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:30:23.998226 | 0.26s 2025-10-13 07:41:21.135388 | fa163e2b-69af-bc88-eeaf-0000000000f3 | TIMING | include_tasks | standalone | 0:30:24.103265 | 0.08s 2025-10-13 07:41:21.161113 | 34826e65-1892-4cb4-83c7-858e546bc5f8 | INCLUDED | /root/standalone-ansible-7tt1_uud/common_deploy_steps_tasks.yaml | standalone 2025-10-13 07:41:21.186898 | fa163e2b-69af-bc88-eeaf-000000004c10 | TASK | Write the config_step hieradata 2025-10-13 07:41:21.734255 | fa163e2b-69af-bc88-eeaf-000000004c10 | OK | Write the config_step hieradata | standalone 2025-10-13 07:41:21.737029 | fa163e2b-69af-bc88-eeaf-000000004c10 | TIMING | Write the config_step hieradata | standalone | 0:30:24.704901 | 0.55s 2025-10-13 07:41:21.770083 | fa163e2b-69af-bc88-eeaf-000000004c11 | TASK | Run puppet host configuration for step 5 2025-10-13 07:41:22.145810 | fa163e2b-69af-bc88-eeaf-000000004c11 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-10-13 07:41:22.147292 | fa163e2b-69af-bc88-eeaf-000000004c11 | TIMING | Run puppet host configuration for step 5 | standalone | 0:30:25.115170 | 0.37s 2025-10-13 07:41:22.178890 | fa163e2b-69af-bc88-eeaf-000000004c12 | TASK | Wait for puppet host configuration to finish 2025-10-13 07:41:22.415182 | fa163e2b-69af-bc88-eeaf-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-10-13 07:41:32.614950 | fa163e2b-69af-bc88-eeaf-000000004c12 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-10-13 07:41:42.875968 | fa163e2b-69af-bc88-eeaf-000000004c12 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-10-13 07:41:42.877517 | fa163e2b-69af-bc88-eeaf-000000004c12 | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:45.845397 | 20.70s 2025-10-13 07:41:42.908640 | fa163e2b-69af-bc88-eeaf-000000004c13 | TASK | Debug output for task: Run puppet host configuration for step 5 2025-10-13 07:41:42.997838 | fa163e2b-69af-bc88-eeaf-000000004c13 | 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>Oct 13 07:41:22 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Oct 13 07:41:29 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Oct 13 07:41:29 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Oct 13 07:41:29 puppet-user: (file & line not available)", "<13>Oct 13 07:41:29 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>Oct 13 07:41:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Oct 13 07:41:29 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>Oct 13 07:41:29 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Oct 13 07:41:29 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Oct 13 07:41:29 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>Oct 13 07:41:29 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>Oct 13 07:41:29 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>Oct 13 07:41:29 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>Oct 13 07:41:29 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>Oct 13 07:41:29 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Oct 13 07:41:29 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.58 seconds", "<13>Oct 13 07:41:34 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Oct 13 07:41:36 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Oct 13 07:41:37 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Oct 13 07:41:38 puppet-user: Notice: Applied catalog in 8.29 seconds", "<13>Oct 13 07:41:38 puppet-user: Application:", "<13>Oct 13 07:41:38 puppet-user: Initial environment: production", "<13>Oct 13 07:41:38 puppet-user: Converged environment: production", "<13>Oct 13 07:41:38 puppet-user: Run mode: user", "<13>Oct 13 07:41:38 puppet-user: Changes:", "<13>Oct 13 07:41:38 puppet-user: Total: 2", "<13>Oct 13 07:41:38 puppet-user: Events:", "<13>Oct 13 07:41:38 puppet-user: Success: 2", "<13>Oct 13 07:41:38 puppet-user: Resources:", "<13>Oct 13 07:41:38 puppet-user: Changed: 2", "<13>Oct 13 07:41:38 puppet-user: Out of sync: 2", "<13>Oct 13 07:41:38 puppet-user: Total: 37", "<13>Oct 13 07:41:38 puppet-user: Time:", "<13>Oct 13 07:41:38 puppet-user: Schedule: 0.00", "<13>Oct 13 07:41:38 puppet-user: File line: 0.00", "<13>Oct 13 07:41:38 puppet-user: Package: 0.00", "<13>Oct 13 07:41:38 puppet-user: Augeas: 0.01", "<13>Oct 13 07:41:38 puppet-user: User: 0.02", "<13>Oct 13 07:41:38 puppet-user: File: 0.10", "<13>Oct 13 07:41:38 puppet-user: Service: 0.25", "<13>Oct 13 07:41:38 puppet-user: Config retrieval: 0.70", "<13>Oct 13 07:41:38 puppet-user: Pcmk property: 1.64", "<13>Oct 13 07:41:38 puppet-user: Exec: 1.92", "<13>Oct 13 07:41:38 puppet-user: Last run: 1760341298", "<13>Oct 13 07:41:38 puppet-user: Pcmk resource op default: 2.05", "<13>Oct 13 07:41:38 puppet-user: Pcmk resource default: 2.09", "<13>Oct 13 07:41:38 puppet-user: Filebucket: 0.00", "<13>Oct 13 07:41:38 puppet-user: Transaction evaluation: 8.26", "<13>Oct 13 07:41:38 puppet-user: Catalog application: 8.29", "<13>Oct 13 07:41:38 puppet-user: Total: 8.30", "<13>Oct 13 07:41:38 puppet-user: Version:", "<13>Oct 13 07:41:38 puppet-user: Config: 1760341289", "<13>Oct 13 07:41:38 puppet-user: Puppet: 7.10.0" ] } 2025-10-13 07:41:42.999146 | fa163e2b-69af-bc88-eeaf-000000004c13 | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:45.967030 | 0.09s 2025-10-13 07:41:43.021931 | fa163e2b-69af-bc88-eeaf-000000004c14 | TASK | Pre-cache facts for puppet containers 2025-10-13 07:41:43.044184 | fa163e2b-69af-bc88-eeaf-000000004c14 | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:46.012065 | 0.02s 2025-10-13 07:41:43.100451 | fa163e2b-69af-bc88-eeaf-000000004c53 | TASK | Gather variables for each operating system 2025-10-13 07:41:43.236672 | fa163e2b-69af-bc88-eeaf-000000004c53 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:46.204539 | 0.13s 2025-10-13 07:41:43.267000 | fa163e2b-69af-bc88-eeaf-000000004c54 | TASK | Create puppet caching structures 2025-10-13 07:41:43.510767 | fa163e2b-69af-bc88-eeaf-000000004c54 | CHANGED | Create puppet caching structures | standalone 2025-10-13 07:41:43.511795 | fa163e2b-69af-bc88-eeaf-000000004c54 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:46.479682 | 0.24s 2025-10-13 07:41:43.533003 | fa163e2b-69af-bc88-eeaf-000000004c55 | TASK | Check for facter.conf 2025-10-13 07:41:43.759615 | fa163e2b-69af-bc88-eeaf-000000004c55 | OK | Check for facter.conf | standalone 2025-10-13 07:41:43.760426 | fa163e2b-69af-bc88-eeaf-000000004c55 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:46.728317 | 0.23s 2025-10-13 07:41:43.781487 | fa163e2b-69af-bc88-eeaf-000000004c56 | TASK | Remove facter.conf if directory 2025-10-13 07:41:43.812084 | fa163e2b-69af-bc88-eeaf-000000004c56 | SKIPPED | Remove facter.conf if directory | standalone 2025-10-13 07:41:43.812905 | fa163e2b-69af-bc88-eeaf-000000004c56 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:46.780795 | 0.03s 2025-10-13 07:41:43.832035 | fa163e2b-69af-bc88-eeaf-000000004c57 | TASK | Write facter cache config 2025-10-13 07:41:44.294435 | fa163e2b-69af-bc88-eeaf-000000004c57 | CHANGED | Write facter cache config | standalone 2025-10-13 07:41:44.296013 | fa163e2b-69af-bc88-eeaf-000000004c57 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:47.263893 | 0.46s 2025-10-13 07:41:44.325285 | fa163e2b-69af-bc88-eeaf-000000004c58 | TASK | Cleanup facter cache if exists 2025-10-13 07:41:44.561876 | fa163e2b-69af-bc88-eeaf-000000004c58 | CHANGED | Cleanup facter cache if exists | standalone 2025-10-13 07:41:44.563279 | fa163e2b-69af-bc88-eeaf-000000004c58 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:47.531161 | 0.24s 2025-10-13 07:41:44.591506 | fa163e2b-69af-bc88-eeaf-000000004c59 | TASK | Pre-cache facts 2025-10-13 07:41:45.290429 | fa163e2b-69af-bc88-eeaf-000000004c59 | CHANGED | Pre-cache facts | standalone 2025-10-13 07:41:45.291717 | fa163e2b-69af-bc88-eeaf-000000004c59 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:48.259597 | 0.70s 2025-10-13 07:41:45.324380 | fa163e2b-69af-bc88-eeaf-000000004c5a | TASK | Failed deployment if facter fails 2025-10-13 07:41:45.354471 | fa163e2b-69af-bc88-eeaf-000000004c5a | SKIPPED | Failed deployment if facter fails | standalone 2025-10-13 07:41:45.355365 | fa163e2b-69af-bc88-eeaf-000000004c5a | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:48.323252 | 0.03s 2025-10-13 07:41:45.390675 | fa163e2b-69af-bc88-eeaf-000000004c5b | TASK | Sync cached facts 2025-10-13 07:41:45.714564 | fa163e2b-69af-bc88-eeaf-000000004c5b | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163e2b-69af- bc88-eeaf-000000004c5b') missing from stats 2025-10-13 07:41:45.756543 | fa163e2b-69af-bc88-eeaf-000000004c15 | TASK | Include container-puppet tasks (generate config) during step 1 2025-10-13 07:41:45.804973 | fa163e2b-69af-bc88-eeaf-000000004c15 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-10-13 07:41:45.805958 | fa163e2b-69af-bc88-eeaf-000000004c15 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:48.773839 | 0.05s 2025-10-13 07:41:45.830873 | fa163e2b-69af-bc88-eeaf-000000004c17 | TASK | Manage containers for step 5 with tripleo-ansible 2025-10-13 07:41:45.859787 | fa163e2b-69af-bc88-eeaf-000000004c17 | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:48.827666 | 0.03s 2025-10-13 07:41:45.919443 | fa163e2b-69af-bc88-eeaf-000000004cb2 | TASK | Gather variables for each operating system 2025-10-13 07:41:46.056218 | fa163e2b-69af-bc88-eeaf-000000004cb2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:49.024096 | 0.14s 2025-10-13 07:41:46.079365 | fa163e2b-69af-bc88-eeaf-000000004cb3 | TASK | Create container logs path 2025-10-13 07:41:46.321052 | fa163e2b-69af-bc88-eeaf-000000004cb3 | OK | Create container logs path | standalone 2025-10-13 07:41:46.321860 | fa163e2b-69af-bc88-eeaf-000000004cb3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:49.289751 | 0.24s 2025-10-13 07:41:46.343819 | fa163e2b-69af-bc88-eeaf-000000004cb5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 07:41:46.625199 | fa163e2b-69af-bc88-eeaf-000000004cb5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-13 07:41:46.626466 | fa163e2b-69af-bc88-eeaf-000000004cb5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:49.594346 | 0.28s 2025-10-13 07:41:46.656590 | fa163e2b-69af-bc88-eeaf-000000004cb6 | TASK | Finalise hashes for all containers 2025-10-13 07:41:46.737382 | fa163e2b-69af-bc88-eeaf-000000004cb6 | OK | Finalise hashes for all containers | standalone 2025-10-13 07:41:46.738350 | fa163e2b-69af-bc88-eeaf-000000004cb6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:49.706239 | 0.08s 2025-10-13 07:41:46.767288 | fa163e2b-69af-bc88-eeaf-000000004cb8 | TASK | Manage systemd shutdown files 2025-10-13 07:41:46.803560 | fa163e2b-69af-bc88-eeaf-000000004cb8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:49.771432 | 0.03s 2025-10-13 07:41:46.837588 | 5c1461ac-03a2-451e-898c-7a0521d11d2e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-10-13 07:41:46.865245 | fa163e2b-69af-bc88-eeaf-000000004ceb | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-10-13 07:41:47.109338 | fa163e2b-69af-bc88-eeaf-000000004ceb | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-10-13 07:41:47.111154 | fa163e2b-69af-bc88-eeaf-000000004ceb | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:50.078874 | 0.24s 2025-10-13 07:41:47.143068 | fa163e2b-69af-bc88-eeaf-000000004cec | TASK | Set podman_drop_in fact 2025-10-13 07:41:47.209098 | fa163e2b-69af-bc88-eeaf-000000004cec | OK | Set podman_drop_in fact | standalone 2025-10-13 07:41:47.210565 | fa163e2b-69af-bc88-eeaf-000000004cec | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:50.178437 | 0.07s 2025-10-13 07:41:47.240597 | fa163e2b-69af-bc88-eeaf-000000004cee | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-10-13 07:41:47.744715 | fa163e2b-69af-bc88-eeaf-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-10-13 07:41:47.746437 | fa163e2b-69af-bc88-eeaf-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:50.714315 | 0.50s 2025-10-13 07:41:48.224444 | fa163e2b-69af-bc88-eeaf-000000004cee | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-10-13 07:41:48.225133 | fa163e2b-69af-bc88-eeaf-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:51.193025 | 0.98s 2025-10-13 07:41:48.230569 | fa163e2b-69af-bc88-eeaf-000000004cee | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:51.198447 | 0.99s 2025-10-13 07:41:48.260572 | fa163e2b-69af-bc88-eeaf-000000004cef | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-10-13 07:41:48.830247 | fa163e2b-69af-bc88-eeaf-000000004cef | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-10-13 07:41:48.831897 | fa163e2b-69af-bc88-eeaf-000000004cef | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:51.799778 | 0.57s 2025-10-13 07:41:48.861824 | fa163e2b-69af-bc88-eeaf-000000004cf0 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-10-13 07:41:49.471681 | fa163e2b-69af-bc88-eeaf-000000004cf0 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-10-13 07:41:49.473111 | fa163e2b-69af-bc88-eeaf-000000004cf0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:52.440991 | 0.61s 2025-10-13 07:41:49.503668 | fa163e2b-69af-bc88-eeaf-000000004cf1 | TASK | Enable and start tripleo-container-shutdown 2025-10-13 07:41:50.489945 | fa163e2b-69af-bc88-eeaf-000000004cf1 | OK | Enable and start tripleo-container-shutdown | standalone 2025-10-13 07:41:50.492048 | fa163e2b-69af-bc88-eeaf-000000004cf1 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:53.459928 | 0.99s 2025-10-13 07:41:50.522924 | fa163e2b-69af-bc88-eeaf-000000004cf2 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-10-13 07:41:51.012208 | fa163e2b-69af-bc88-eeaf-000000004cf2 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-10-13 07:41:51.013262 | fa163e2b-69af-bc88-eeaf-000000004cf2 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:53.981150 | 0.49s 2025-10-13 07:41:51.035440 | fa163e2b-69af-bc88-eeaf-000000004cf3 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-10-13 07:41:51.558321 | fa163e2b-69af-bc88-eeaf-000000004cf3 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-10-13 07:41:51.559317 | fa163e2b-69af-bc88-eeaf-000000004cf3 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:54.527207 | 0.52s 2025-10-13 07:41:51.579152 | fa163e2b-69af-bc88-eeaf-000000004cf4 | TASK | Enable and start netns-placeholder 2025-10-13 07:41:52.659976 | fa163e2b-69af-bc88-eeaf-000000004cf4 | CHANGED | Enable and start netns-placeholder | standalone 2025-10-13 07:41:52.662124 | fa163e2b-69af-bc88-eeaf-000000004cf4 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:55.630002 | 1.08s 2025-10-13 07:41:52.690904 | fa163e2b-69af-bc88-eeaf-000000004cba | TASK | Update container configs with new config hashes 2025-10-13 07:41:52.750041 | fa163e2b-69af-bc88-eeaf-000000004cba | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:55.717917 | 0.06s 2025-10-13 07:41:52.765339 | 653f154e-5340-4131-9142-af966ce2dbbc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-10-13 07:41:52.791189 | fa163e2b-69af-bc88-eeaf-000000004d1c | TASK | Update config hashes for container startup configs 2025-10-13 07:41:53.099481 | fa163e2b-69af-bc88-eeaf-000000004d1c | OK | Update config hashes for container startup configs | standalone 2025-10-13 07:41:53.100758 | fa163e2b-69af-bc88-eeaf-000000004d1c | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:56.068614 | 0.31s 2025-10-13 07:41:53.133407 | fa163e2b-69af-bc88-eeaf-000000004cbb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 07:41:53.191428 | fa163e2b-69af-bc88-eeaf-000000004cbb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:56.159297 | 0.06s 2025-10-13 07:41:53.217148 | 2201b48d-805d-4f8c-9f80-01c98930b5f4 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-10-13 07:41:53.254464 | fa163e2b-69af-bc88-eeaf-000000004d3b | TASK | Gather podman infos 2025-10-13 07:41:55.456339 | fa163e2b-69af-bc88-eeaf-000000004d3b | OK | Gather podman infos | standalone 2025-10-13 07:41:55.457876 | fa163e2b-69af-bc88-eeaf-000000004d3b | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:58.425759 | 2.20s 2025-10-13 07:41:55.624350 | fa163e2b-69af-bc88-eeaf-000000004d3c | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 07:41:55.714444 | fa163e2b-69af-bc88-eeaf-000000004d3c | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:58.682316 | 0.08s 2025-10-13 07:41:55.943989 | fa163e2b-69af-bc88-eeaf-000000004d85 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:58.911853 | 0.16s 2025-10-13 07:41:56.004453 | fa163e2b-69af-bc88-eeaf-000000004cbc | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 07:41:56.059902 | fa163e2b-69af-bc88-eeaf-000000004cbc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:59.027776 | 0.05s 2025-10-13 07:41:56.083513 | c0793b9f-af01-4a32-b95b-609bff7470a0 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-10-13 07:41:56.120834 | fa163e2b-69af-bc88-eeaf-000000004dab | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 07:42:21.873447 | fa163e2b-69af-bc88-eeaf-000000004dab | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-13 07:42:21.876294 | fa163e2b-69af-bc88-eeaf-000000004dab | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:24.844174 | 25.75s 2025-10-13 07:42:21.909513 | fa163e2b-69af-bc88-eeaf-000000004dac | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-10-13 07:42:47.380260 | fa163e2b-69af-bc88-eeaf-000000004dac | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-10-13 07:42:47.382630 | fa163e2b-69af-bc88-eeaf-000000004dac | 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:50.350520 | 25.47s 2025-10-13 07:42:47.427747 | fa163e2b-69af-bc88-eeaf-000000004c19 | TASK | Clean container_puppet_tasks for standalone step 5 2025-10-13 07:42:47.645188 | fa163e2b-69af-bc88-eeaf-000000004c19 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-10-13 07:42:47.647156 | fa163e2b-69af-bc88-eeaf-000000004c19 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:50.615046 | 0.22s 2025-10-13 07:42:47.675304 | fa163e2b-69af-bc88-eeaf-000000004c1a | TASK | Calculate container_puppet_tasks for standalone step 5 2025-10-13 07:42:47.708414 | fa163e2b-69af-bc88-eeaf-000000004c1a | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:50.676297 | 0.03s 2025-10-13 07:42:47.729285 | fa163e2b-69af-bc88-eeaf-000000004c1b | TASK | Include container-puppet tasks for step 5 2025-10-13 07:42:47.759210 | fa163e2b-69af-bc88-eeaf-000000004c1b | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:50.727091 | 0.03s 2025-10-13 07:42:47.771962 | 215542ca-eb66-4a11-9756-dee96f6af262 | INCLUDED | /root/standalone-ansible-7tt1_uud/host-container-puppet-tasks.yaml | standalone 2025-10-13 07:42:47.801231 | fa163e2b-69af-bc88-eeaf-000000004df7 | TASK | Write container-puppet-tasks json file for standalone step 5 2025-10-13 07:42:48.428650 | fa163e2b-69af-bc88-eeaf-000000004df7 | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-10-13 07:42:48.432178 | fa163e2b-69af-bc88-eeaf-000000004df7 | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:51.400036 | 0.63s 2025-10-13 07:42:48.465058 | fa163e2b-69af-bc88-eeaf-000000004df9 | TASK | Generate container puppet configs for step 5 2025-10-13 07:42:48.722545 | fa163e2b-69af-bc88-eeaf-000000004df9 | OK | Generate container puppet configs for step 5 | standalone 2025-10-13 07:42:48.723562 | fa163e2b-69af-bc88-eeaf-000000004df9 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:51.691449 | 0.26s 2025-10-13 07:42:48.746032 | fa163e2b-69af-bc88-eeaf-000000004dfa | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-10-13 07:42:48.778547 | fa163e2b-69af-bc88-eeaf-000000004dfa | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:51.746428 | 0.03s 2025-10-13 07:42:48.834806 | fa163e2b-69af-bc88-eeaf-000000004e29 | TASK | Gather variables for each operating system 2025-10-13 07:42:48.951279 | fa163e2b-69af-bc88-eeaf-000000004e29 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:51.919156 | 0.11s 2025-10-13 07:42:48.984057 | fa163e2b-69af-bc88-eeaf-000000004e2a | TASK | Create container logs path 2025-10-13 07:42:49.247676 | fa163e2b-69af-bc88-eeaf-000000004e2a | OK | Create container logs path | standalone 2025-10-13 07:42:49.251766 | fa163e2b-69af-bc88-eeaf-000000004e2a | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:52.219618 | 0.27s 2025-10-13 07:42:49.290518 | fa163e2b-69af-bc88-eeaf-000000004e2c | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-13 07:42:49.574319 | fa163e2b-69af-bc88-eeaf-000000004e2c | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-13 07:42:49.577532 | fa163e2b-69af-bc88-eeaf-000000004e2c | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:52.545415 | 0.28s 2025-10-13 07:42:49.602444 | fa163e2b-69af-bc88-eeaf-000000004e2d | TASK | Finalise hashes for all containers 2025-10-13 07:42:49.635910 | fa163e2b-69af-bc88-eeaf-000000004e2d | OK | Finalise hashes for all containers | standalone 2025-10-13 07:42:49.639331 | fa163e2b-69af-bc88-eeaf-000000004e2d | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:52.607211 | 0.03s 2025-10-13 07:42:49.664279 | fa163e2b-69af-bc88-eeaf-000000004e2f | TASK | Manage systemd shutdown files 2025-10-13 07:42:49.706155 | fa163e2b-69af-bc88-eeaf-000000004e2f | SKIPPED | Manage systemd shutdown files | standalone 2025-10-13 07:42:49.707980 | fa163e2b-69af-bc88-eeaf-000000004e2f | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:52.675861 | 0.04s 2025-10-13 07:42:49.734594 | fa163e2b-69af-bc88-eeaf-000000004e31 | TASK | Update container configs with new config hashes 2025-10-13 07:42:49.787865 | fa163e2b-69af-bc88-eeaf-000000004e31 | SKIPPED | Update container configs with new config hashes | standalone 2025-10-13 07:42:49.790441 | fa163e2b-69af-bc88-eeaf-000000004e31 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:52.758318 | 0.05s 2025-10-13 07:42:49.828198 | fa163e2b-69af-bc88-eeaf-000000004e32 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-13 07:42:49.883379 | fa163e2b-69af-bc88-eeaf-000000004e32 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-13 07:42:49.886083 | fa163e2b-69af-bc88-eeaf-000000004e32 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:52.853959 | 0.06s 2025-10-13 07:42:49.920873 | fa163e2b-69af-bc88-eeaf-000000004e33 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-10-13 07:42:49.987483 | fa163e2b-69af-bc88-eeaf-000000004e33 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-10-13 07:42:49.990956 | fa163e2b-69af-bc88-eeaf-000000004e33 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:52.958833 | 0.07s PLAY [Server Post Deployments] ************************************************* 2025-10-13 07:42:50.173160 | fa163e2b-69af-bc88-eeaf-0000000000f7 | TASK | Server Post Deployments 2025-10-13 07:42:50.214583 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000f7') missing from stats 2025-10-13 07:42:50.318420 | fa163e2b-69af-bc88-eeaf-0000000000f8 | TIMING | include_tasks | standalone | 0:31:53.286274 | 0.07s PLAY [External deployment Post Deploy tasks] *********************************** 2025-10-13 07:42:50.495392 | fa163e2b-69af-bc88-eeaf-0000000000fc | TASK | External deployment Post Deploy tasks 2025-10-13 07:42:50.537505 | fa163e2b-69af-bc88-eeaf-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', 'fa163e2b-69af-bc88-eeaf-0000000000fc') missing from stats 2025-10-13 07:42:50.556665 | fa163e2b-69af-bc88-eeaf-000000000100 | TASK | is additonal Cell? 2025-10-13 07:42:50.596787 | fa163e2b-69af-bc88-eeaf-000000000100 | OK | is additonal Cell? | undercloud 2025-10-13 07:42:50.599443 | fa163e2b-69af-bc88-eeaf-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:53.567310 | 0.04s 2025-10-13 07:42:50.619126 | fa163e2b-69af-bc88-eeaf-000000000102 | TASK | discover via nova_manager? 2025-10-13 07:42:50.708725 | fa163e2b-69af-bc88-eeaf-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-10-13 07:42:50.711953 | fa163e2b-69af-bc88-eeaf-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:53.679824 | 0.09s 2025-10-13 07:42:50.764522 | fa163e2b-69af-bc88-eeaf-000000000103 | TASK | discover via nova_api? 2025-10-13 07:42:50.864474 | fa163e2b-69af-bc88-eeaf-000000000103 | OK | discover via nova_api? | undercloud 2025-10-13 07:42:50.868607 | fa163e2b-69af-bc88-eeaf-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:53.836483 | 0.10s 2025-10-13 07:42:50.886968 | fa163e2b-69af-bc88-eeaf-000000000104 | TASK | Warn if no discovery host available 2025-10-13 07:42:50.951060 | fa163e2b-69af-bc88-eeaf-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-10-13 07:42:50.952575 | fa163e2b-69af-bc88-eeaf-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:53.920448 | 0.06s 2025-10-13 07:42:50.988830 | fa163e2b-69af-bc88-eeaf-000000000105 | TASK | Discovering nova hosts 2025-10-13 07:42:54.282403 | fa163e2b-69af-bc88-eeaf-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2b-69af- bc88-eeaf-000000000105') missing from stats 2025-10-13 07:42:54.356484 | fa163e2b-69af-bc88-eeaf-000000000106 | OK | set_fact | undercloud 2025-10-13 07:42:54.357368 | fa163e2b-69af-bc88-eeaf-000000000106 | TIMING | set_fact | undercloud | 0:31:57.325253 | 0.06s 2025-10-13 07:42:54.372228 | fa163e2b-69af-bc88-eeaf-000000000108 | TASK | Set up group_vars 2025-10-13 07:42:54.409231 | fa163e2b-69af-bc88-eeaf-000000000108 | OK | Set up group_vars | undercloud 2025-10-13 07:42:54.409932 | fa163e2b-69af-bc88-eeaf-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:57.377821 | 0.04s 2025-10-13 07:42:54.424693 | fa163e2b-69af-bc88-eeaf-000000000109 | TASK | Make needed directories on the undercloud 2025-10-13 07:42:54.679269 | fa163e2b-69af-bc88-eeaf-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7tt1_uud/octavia-ansible 2025-10-13 07:42:54.681145 | fa163e2b-69af-bc88-eeaf-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.649020 | 0.26s 2025-10-13 07:42:54.873531 | fa163e2b-69af-bc88-eeaf-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7tt1_uud/octavia-ansible/local_dir 2025-10-13 07:42:54.874797 | fa163e2b-69af-bc88-eeaf-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:57.842680 | 0.45s 2025-10-13 07:42:55.067138 | fa163e2b-69af-bc88-eeaf-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-7tt1_uud/octavia-ansible/group_vars 2025-10-13 07:42:55.067872 | fa163e2b-69af-bc88-eeaf-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:58.035764 | 0.64s 2025-10-13 07:42:55.077931 | fa163e2b-69af-bc88-eeaf-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:58.045826 | 0.65s 2025-10-13 07:42:55.092022 | fa163e2b-69af-bc88-eeaf-00000000010a | TASK | Write group_vars file 2025-10-13 07:42:55.534553 | fa163e2b-69af-bc88-eeaf-00000000010a | CHANGED | Write group_vars file | undercloud 2025-10-13 07:42:55.535586 | fa163e2b-69af-bc88-eeaf-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:58.503471 | 0.44s 2025-10-13 07:42:55.564374 | fa163e2b-69af-bc88-eeaf-00000000010b | TASK | Gather missing facts 2025-10-13 07:42:55.871188 | fa163e2b-69af-bc88-eeaf-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163e2b-69af- bc88-eeaf-00000000010b') missing from stats 2025-10-13 07:42:55.886309 | fa163e2b-69af-bc88-eeaf-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:58.854192 | 0.32s 2025-10-13 07:42:55.900584 | fa163e2b-69af-bc88-eeaf-00000000010c | TASK | Write octavia inventory 2025-10-13 07:42:56.409259 | fa163e2b-69af-bc88-eeaf-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-10-13 07:42:56.410188 | fa163e2b-69af-bc88-eeaf-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:59.378078 | 0.51s 2025-10-13 07:42:56.424452 | fa163e2b-69af-bc88-eeaf-00000000010d | TASK | Check for ssh_private_key in working directory 2025-10-13 07:42:56.623654 | fa163e2b-69af-bc88-eeaf-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-10-13 07:42:56.624456 | fa163e2b-69af-bc88-eeaf-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:59.592344 | 0.20s 2025-10-13 07:42:56.638210 | fa163e2b-69af-bc88-eeaf-00000000010e | TASK | Set private key location 2025-10-13 07:42:56.695600 | fa163e2b-69af-bc88-eeaf-00000000010e | SKIPPED | Set private key location | undercloud 2025-10-13 07:42:56.696329 | fa163e2b-69af-bc88-eeaf-00000000010e | TIMING | Set private key location | undercloud | 0:31:59.664219 | 0.06s 2025-10-13 07:42:56.710123 | fa163e2b-69af-bc88-eeaf-00000000010f | TASK | Configure octavia command 2025-10-13 07:42:56.760912 | fa163e2b-69af-bc88-eeaf-00000000010f | OK | Configure octavia command | undercloud 2025-10-13 07:42:56.761807 | fa163e2b-69af-bc88-eeaf-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:59.729694 | 0.05s 2025-10-13 07:42:56.802052 | fa163e2b-69af-bc88-eeaf-000000000110 | OK | set_fact | undercloud 2025-10-13 07:42:56.803664 | fa163e2b-69af-bc88-eeaf-000000000110 | TIMING | set_fact | undercloud | 0:31:59.771530 | 0.03s 2025-10-13 07:42:56.849467 | fa163e2b-69af-bc88-eeaf-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-7tt1_uud/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-7tt1_uud/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-7tt1_uud/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-10-13 07:42:56.851122 | fa163e2b-69af-bc88-eeaf-000000000111 | TIMING | debug | undercloud | 0:31:59.818994 | 0.03s 2025-10-13 07:42:56.869123 | fa163e2b-69af-bc88-eeaf-000000000112 | TASK | Configure octavia on overcloud 2025-10-13 07:46:19.547187 | fa163e2b-69af-bc88-eeaf-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-10-13 07:46:19.550700 | fa163e2b-69af-bc88-eeaf-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:35:22.518569 | 202.68s 2025-10-13 07:46:19.573089 | fa163e2b-69af-bc88-eeaf-000000000113 | TASK | Purge temp dirs 2025-10-13 07:46:19.811509 | fa163e2b-69af-bc88-eeaf-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-7tt1_uud/octavia-ansible/local_dir 2025-10-13 07:46:19.814256 | fa163e2b-69af-bc88-eeaf-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:22.782137 | 0.24s 2025-10-13 07:46:19.822688 | fa163e2b-69af-bc88-eeaf-000000000113 | TIMING | Purge temp dirs | undercloud | 0:35:22.790561 | 0.25s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=796 changed=346 unreachable=0 failed=0 skipped=317 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-10-13 07:46:19.886714 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 07:46:19.887136 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1293 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 07:46:19.887471 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:35:22.855364 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-10-13 07:46:19.887845 | UUID | Info | Host | Task Name | Run Time 2025-10-13 07:46:19.888171 | fa163e2b-69af-bc88-eeaf-0000000022b0 | SUMMARY | standalone | Pre-fetch all the containers | 290.29s 2025-10-13 07:46:19.888504 | fa163e2b-69af-bc88-eeaf-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 202.68s 2025-10-13 07:46:19.888868 | fa163e2b-69af-bc88-eeaf-000000004a15 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 134.10s 2025-10-13 07:46:19.889214 | fa163e2b-69af-bc88-eeaf-000000003079 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 104.80s 2025-10-13 07:46:19.889575 | fa163e2b-69af-bc88-eeaf-000000002ca5 | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.53s 2025-10-13 07:46:19.889917 | fa163e2b-69af-bc88-eeaf-00000000389a | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 53.02s 2025-10-13 07:46:19.890241 | fa163e2b-69af-bc88-eeaf-000000002e43 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 30.96s 2025-10-13 07:46:19.890614 | fa163e2b-69af-bc88-eeaf-000000004879 | SUMMARY | standalone | Wait for puppet host configuration to finish | 30.92s 2025-10-13 07:46:19.890956 | fa163e2b-69af-bc88-eeaf-0000000030a5 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.63s 2025-10-13 07:46:19.891301 | fa163e2b-69af-bc88-eeaf-0000000030fd | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 27.49s 2025-10-13 07:46:19.891669 | fa163e2b-69af-bc88-eeaf-0000000030d1 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.04s 2025-10-13 07:46:19.892023 | fa163e2b-69af-bc88-eeaf-00000000389b | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 25.89s 2025-10-13 07:46:19.892352 | fa163e2b-69af-bc88-eeaf-000000004dab | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.75s 2025-10-13 07:46:19.892661 | fa163e2b-69af-bc88-eeaf-000000004dac | 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.47s 2025-10-13 07:46:19.893028 | fa163e2b-69af-bc88-eeaf-000000004b3c | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.08s 2025-10-13 07:46:19.893390 | fa163e2b-69af-bc88-eeaf-000000004b10 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 24.90s 2025-10-13 07:46:19.893713 | fa163e2b-69af-bc88-eeaf-000000004b68 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.04s 2025-10-13 07:46:19.894085 | fa163e2b-69af-bc88-eeaf-000000003336 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 21.66s 2025-10-13 07:46:19.894400 | fa163e2b-69af-bc88-eeaf-000000004a14 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.64s 2025-10-13 07:46:19.894721 | fa163e2b-69af-bc88-eeaf-000000003706 | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.70s 2025-10-13 07:46:19.895067 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-7tt1_uud Install artifact is located at /root/standalone-install-20251013074620.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.mCdGO5lFWv + exit 0 ~/ci-framework-data/artifacts