~/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.8o0OOJka4V + 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.8o0OOJka4V/standalone_cmds + SKIP_TRIPLEO_REPOS=false + CLEANUP_DIR_CMD='rm -Rf' + EDPM_COMPUTE_VCPUS=8 + EDPM_COMPUTE_RAM=20 + EDPM_COMPUTE_DISK_SIZE=70 + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + TELEMETRY_ENABLED=true + [[ ! -f /home/zuul/.ssh/id_rsa ]] + source /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/common.sh ++ OVN_NBCTL=ovn-nbctl ++ OVN_SBCTL=ovn-sbctl ++ OVN_NB_SERVICE=ovsdbserver-nb ++ OVN_SB_SERVICE=ovsdbserver-sb + [[ ! -f /home/zuul/cdn_subscription_repos.sh ]] + [[ -e /run/systemd/resolve/resolv.conf ]] + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + [[ ! -f /tmp/tmp.8o0OOJka4V/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.8o0OOJka4V + J2_VARS_FILE=/tmp/tmp.8o0OOJka4V/tmp.LmYenm15Sb.yaml + cat + jinja2_render standalone/network_data.j2 /tmp/tmp.8o0OOJka4V/tmp.LmYenm15Sb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/network_data.j2 + j2_vars_file=/tmp/tmp.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/tmp.LmYenm15Sb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/deployed_network.j2 + j2_vars_file=/tmp/tmp.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/tmp.LmYenm15Sb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/net_config.j2 + j2_vars_file=/tmp/tmp.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/tmp.LmYenm15Sb.yaml + local j2_template_file + local j2_vars + j2_template_file=standalone/role.j2 + j2_vars_file=/tmp/tmp.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/tmp.LmYenm15Sb.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.8o0OOJka4V/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.8o0OOJka4V/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.8o0OOJka4V/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.8o0OOJka4V/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.8o0OOJka4V/Standalone.yaml root@192.168.122.100:/tmp/Standalone.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/src/github.com/openstack-k8s-operators/install_yamls/devsetup/scripts/../standalone/hugepages.yaml root@192.168.122.100:hugepages.yaml Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ false == \t\r\u\e ]] + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/openstack.sh root@192.168.122.100:/tmp/openstack.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa standalone/post_config/ironic.sh root@192.168.122.100:/tmp/ironic_post.sh Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + '[' -f /home/zuul/.ssh/id_ecdsa.pub ']' + ssh-keygen -t ecdsa -f /home/zuul/.ssh/id_ecdsa -q -N '' + scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa /home/zuul/.ssh/id_ecdsa.pub root@192.168.122.100:/root/.ssh/id_ecdsa.pub Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -f /home/zuul/containers-prepare-parameters.yaml ]] + [[ -z false ]] + [[ false == \f\a\l\s\e ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. Repository 'openstack-17.1-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhceph-7-tools-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'fast-datapath-for-rhel-9-x86_64-rpms' is enabled for this system. Repository 'rhel-9-for-x86_64-highavailability-eus-rpms' is enabled for this system. + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'rm -f /tmp/repo-setup.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + [[ -n '' ]] + ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i /home/zuul/.ssh/id_rsa root@192.168.122.100 'bash /tmp/standalone-deploy.sh' Warning: Permanently added '192.168.122.100' (ECDSA) to the list of known hosts. + sudo dnf install -y podman python3-tripleoclient util-linux lvm2 cephadm Updating Subscription Management repositories. Red Hat Enterprise Linux 9 for x86_64 - High Av 7.4 MB/s | 2.5 MB 00:00 Package podman-2:4.4.1-22.el9_2.1.x86_64 is already installed. Package util-linux-2.37.4-10.el9.x86_64 is already installed. Dependencies resolved. ======================================================================================================================================== Package Arch Version Repository Size ======================================================================================================================================== Installing: cephadm noarch 2:18.2.1-361.el9cp rhceph-7-tools-for-rhel-9-x86_64-rpms 354 k lvm2 x86_64 9:2.03.17-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 1.5 M python3-tripleoclient noarch 16.5.1-17.1.20250728123209.f3599d0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 552 k Upgrading: device-mapper x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 142 k device-mapper-libs x86_64 9:1.02.187-7.el9_2.2 rhel-9-for-x86_64-baseos-eus-rpms 176 k libblkid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 109 k libfdisk x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 156 k libmount x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 136 k libsmartcols x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 65 k libuuid x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 30 k util-linux x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 2.3 M util-linux-core x86_64 2.37.4-11.el9_2 rhel-9-for-x86_64-baseos-rpms 464 k Installing dependencies: ansible-collection-ansible-netcommon noarch 2.2.0-1.2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 181 k ansible-collection-ansible-posix noarch 1.2.0-1.3.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 124 k ansible-collection-ansible-utils noarch 2.3.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k ansible-collection-community-general noarch 4.0.0-1.1.el9ost rhceph-7-tools-for-rhel-9-x86_64-rpms 1.3 M ansible-collection-containers-podman noarch 1.9.4-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k ansible-collections-openstack noarch 1.9.1-17.1.20250511000957.0e9a6f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 146 k ansible-config_template noarch 2.0.1-17.1.20230621083924.7951228.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ansible-freeipa noarch 1.9.2-3.el9_2 rhel-9-for-x86_64-appstream-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.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k openstack-tripleo-common-containers noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 74 k openstack-tripleo-heat-templates noarch 14.3.1-17.1.20251015110812.e7c7ce3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 611 k openstack-tripleo-validations noarch 14.3.2-17.1.20250120160809.2b526f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k os-apply-config noarch 13.1.1-17.1.20231020001757.3c7f9b9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 54 k os-collect-config noarch 13.1.1-17.1.20231020001748.76173d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k os-refresh-config noarch 13.1.1-17.1.20231020000854.812905b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k perl-AutoLoader noarch 5.74-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-B x86_64 1.80-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 185 k perl-Carp noarch 1.50-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-Class-Struct noarch 0.66-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Data-Dumper x86_64 2.174-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 59 k perl-Digest noarch 1.19-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 29 k perl-Digest-MD5 x86_64 2.58-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 39 k perl-Encode x86_64 4:3.08-462.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.7 M perl-Errno x86_64 1.30-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Exporter noarch 5.74-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Fcntl x86_64 1.13-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 23 k perl-File-Basename noarch 2.85-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-File-Path noarch 2.18-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 38 k perl-File-Temp noarch 1:0.231.100-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 63 k perl-File-stat noarch 1.09-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 19 k perl-FileHandle noarch 2.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-Getopt-Long noarch 1:2.52-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 64 k perl-Getopt-Std noarch 1.12-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 17 k perl-HTTP-Tiny noarch 0.076-461.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 57 k perl-IO x86_64 1.43-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 94 k perl-IO-Socket-IP noarch 0.41-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 45 k perl-IO-Socket-SSL noarch 2.073-1.el9 rhel-9-for-x86_64-appstream-eus-rpms 223 k perl-IPC-Open3 noarch 1.21-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-MIME-Base64 x86_64 3.16-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 34 k perl-Mozilla-CA noarch 20200520-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 14 k perl-Net-SSLeay x86_64 1.92-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 392 k perl-POSIX x86_64 1.94-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 99 k perl-PathTools x86_64 3.78-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Escapes noarch 1:1.07-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 22 k perl-Pod-Perldoc noarch 3.28.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 92 k perl-Pod-Simple noarch 1:3.42-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 229 k perl-Pod-Usage noarch 4:2.01-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 43 k perl-Scalar-List-Utils x86_64 4:1.56-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 77 k perl-SelectSaver noarch 1.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-Socket x86_64 4:2.031-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 58 k perl-Storable x86_64 1:3.21-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 98 k perl-Symbol noarch 1.08-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-Term-ANSIColor noarch 5.01-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 51 k perl-Term-Cap noarch 1.17-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k perl-Text-ParseWords noarch 3.30-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-Text-Tabs+Wrap noarch 2013.0523-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-Time-Local noarch 2:1.300-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 37 k perl-URI noarch 5.09-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 125 k perl-base noarch 2.27-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 18 k perl-constant noarch 1.33-461.el9 rhel-9-for-x86_64-appstream-eus-rpms 25 k perl-if noarch 0.60.800-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-interpreter x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 75 k perl-libnet noarch 3.13-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 134 k perl-libs x86_64 4:5.32.1-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M perl-mro x86_64 1.23-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k perl-overload noarch 1.31-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 47 k perl-overloading noarch 0.02-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k perl-parent noarch 1:0.238-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 16 k perl-podlators noarch 1:4.14-460.el9 rhel-9-for-x86_64-appstream-eus-rpms 118 k perl-subs noarch 1.03-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 13 k perl-vars noarch 1.05-480.el9 rhel-9-for-x86_64-appstream-eus-rpms 15 k pkgconf x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 45 k pkgconf-m4 noarch 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 16 k pkgconf-pkg-config x86_64 1.7.3-10.el9 rhel-9-for-x86_64-baseos-rpms 12 k puppet noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k puppet-aodh noarch 18.4.2-17.1.20230620151218.3e47b5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-apache noarch 6.5.2-17.1.20250811150836.e4a1532.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 253 k puppet-archive noarch 4.6.1-17.1.20230620181607.bc7e4ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-auditd noarch 2.2.1-17.1.20230620192453.189b22b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-barbican noarch 18.4.2-17.1.20250625204151.af6c77b.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k puppet-ceilometer noarch 18.4.3-17.1.20230927010818.3838907.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-certmonger noarch 2.7.1-17.1.20230620184730.3e2e660.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-cinder noarch 18.5.2-17.1.20230621054224.6aa60e7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 120 k puppet-collectd noarch 13.0.1-17.1.20230620193147.ad138a7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 135 k puppet-concat noarch 6.2.1-17.1.20250725131333.dfeabb9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k puppet-corosync noarch 8.0.1-17.1.20230621104908.6a9da9a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 68 k puppet-designate noarch 18.6.1-17.1.20230621061456.f4c0b89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 69 k puppet-dns noarch 8.2.1-17.1.20230621002045.70f5b28.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k puppet-etcd noarch 1.12.3-17.1.20230620193226.e143c2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-fdio noarch 18.2-1.20220727113954.6fd1c8e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k puppet-firewall noarch 3.4.1-17.1.20250804151611.94f707c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 73 k puppet-git noarch 0.5.0-17.1.20250725114148.4e4498e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k puppet-glance noarch 18.6.1-17.1.20250220151014.81b081d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k puppet-gnocchi noarch 18.4.3-17.1.20230621061020.7584b94.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-haproxy noarch 4.2.2-17.1.20250725114653.a797b8c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k puppet-headless noarch 7.10.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.4 M puppet-heat noarch 18.4.1-17.1.20230621111632.3b41bb0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 70 k puppet-horizon noarch 18.6.1-17.1.20251008130751.8074e69.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k puppet-inifile noarch 4.2.1-17.1.20250804150825.df46d2a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k puppet-ipaclient noarch 2.5.2-17.1.20250725102608.b086731.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-ironic noarch 18.7.1-17.1.20240305210817.edf93f9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k puppet-keepalived noarch 0.0.2-17.1.20250725114922.bbca37a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k puppet-keystone noarch 18.6.1-17.1.20251008090800.cb0adcb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 126 k puppet-kmod noarch 2.5.0-17.1.20230620190646.52e31e3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k puppet-manila noarch 18.5.2-17.1.20231102190827.a72a7d5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 81 k puppet-memcached noarch 6.0.0-17.1.20230620184630.4c70dbd.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k puppet-module-data noarch 0.5.1-17.1.20250725115430.28dafce.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k puppet-mysql noarch 10.6.1-17.1.20230621022141.937d044.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 99 k puppet-neutron noarch 18.6.1-17.1.20230621053056.c9d467f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 196 k puppet-nova noarch 18.6.1-17.1.20230621090443.a21eae4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 200 k puppet-nssdb noarch 1.0.2-17.1.20230620185645.2ed2a2d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k puppet-octavia noarch 18.5.1-17.1.20230621062420.842492c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k puppet-openstack_extras noarch 18.5.1-17.1.20230621042409.504e1a0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-openstacklib noarch 18.5.2-17.1.20230621052822.64d8ac6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 62 k puppet-oslo noarch 18.5.1-17.1.20230621052358.fe2a147.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 48 k puppet-ovn noarch 18.6.1-17.1.20240925094907.7805f7e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-pacemaker noarch 1.5.1-17.1.20250214161010.f10ce89.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k puppet-placement noarch 5.4.3-17.1.20230621061610.e7557a5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-qdr noarch 7.4.1-17.1.20230620195605.8a575de.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k puppet-rabbitmq noarch 11.0.1-17.1.20230620182519.63fee2c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k puppet-redis noarch 6.1.1-17.1.20230620191704.547105e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k puppet-remote noarch 10.0.0-17.1.20250725114017.7420908.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-rsync noarch 1.1.4-17.1.20250804151510.ea6397e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 28 k puppet-rsyslog noarch 4.0.1-17.1.20230620200132.2548a0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k puppet-snmp noarch 3.9.1-17.1.20250725115759.5d73485.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k puppet-ssh noarch 6.2.1-17.1.20230620190251.6e0f430.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k puppet-stdlib noarch 6.3.1-17.1.20230621000857.7c1ae25.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 160 k puppet-swift noarch 18.6.1-17.1.20230621052139.f105ffc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 115 k puppet-sysctl noarch 0.0.13-17.1.20250725113328.847ec1c.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k puppet-systemd noarch 2.12.1-17.1.20230620191611.8f68b0d.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 42 k puppet-tripleo noarch 14.2.3-17.1.20250320101351.40278e1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k puppet-vcsrepo noarch 3.1.1-17.1.20250725113408.a36ee18.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k puppet-vswitch noarch 14.4.3-17.1.20230621043558.51e82ca.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k puppet-xinetd noarch 3.3.1-17.1.20230620185435.8d460c4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python-openstackclient-lang noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 58 k python-oslo-cache-lang noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python-oslo-db-lang noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-log-lang noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-middleware-lang noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 13 k python-oslo-policy-lang noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-oslo-versionedobjects-lang noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k python-pycadf-common noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 15 k python3-GitPython noarch 3.1.14-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 238 k python3-PyMySQL noarch 0.10.1-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 112 k python3-alembic noarch 1.7.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 900 k python3-amqp noarch 5.0.6-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-ansible-runner noarch 2.0.0a1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 122 k python3-aodhclient noarch 2.2.0-17.1.20230620222234.b747ae3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-appdirs noarch 1.4.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 27 k python3-augeas noarch 0.5.0-25.el9 rhel-9-for-x86_64-appstream-eus-rpms 31 k python3-barbicanclient noarch 5.3.0-17.1.20230620213453.ad49c40.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 127 k python3-bcrypt x86_64 3.1.7-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-beautifulsoup4 noarch 4.9.3-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 204 k python3-boto noarch 2.45.0-8.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.3 M python3-cachetools noarch 4.2.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 33 k python3-cinderclient noarch 7.4.1-17.1.20230620211836.4f72e6f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 218 k python3-cliff noarch 3.7.0-17.1.20230620172206.117a100.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 95 k python3-cmd2 noarch 1.4.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-colorama noarch 0.4.4-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-croniter noarch 0.3.35-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 49 k python3-daemon noarch 2.3.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 39 k python3-designateclient noarch 4.2.1-17.1.20230621023138.7a8d156.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-dns noarch 2.2.1-2.el9 rhel-9-for-x86_64-baseos-rpms 418 k python3-docutils noarch 0.16-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.5 M python3-dogpile-cache noarch 1.1.5-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 89 k python3-etcd3gw noarch 0.2.6-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 44 k python3-extras noarch 1.0.0-17.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-fixtures noarch 3.0.0-24.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 93 k python3-futurist noarch 2.3.0-17.1.20230621104020.1a1c6f8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-gevent x86_64 21.1.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.6 M python3-gitdb noarch 4.0.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 107 k python3-glanceclient noarch 1:3.3.0-17.1.20240712170803.f802c71.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 143 k python3-gssapi x86_64 1.6.9-5.el9 rhel-9-for-x86_64-appstream-eus-rpms 489 k python3-heat-agent noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 19 k python3-heat-agent-ansible noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heat-agent-apply-config noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.9 k python3-heat-agent-docker-cmd noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 12 k python3-heat-agent-hiera noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 10 k python3-heat-agent-json-file noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.8 k python3-heat-agent-puppet noarch 2.2.1-17.1.20230620232028.ed16cc7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 11 k python3-heatclient noarch 2.3.1-17.1.20230621012952.d16c245.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 158 k python3-ipaclient noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 648 k python3-ipalib noarch 4.10.1-12.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 663 k python3-ironic-inspector-client noarch 4.5.0-17.1.20230620205758.3c03e21.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-ironicclient noarch 4.6.4-17.1.20230621041552.09b78fa.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 342 k python3-jeepney noarch 0.6.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 284 k python3-jmespath noarch 0.10.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-jwcrypto noarch 0.8-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 76 k python3-keyring noarch 21.8.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 77 k python3-keystoneauth1 noarch 4.4.0-17.1.20240812145234.112bcae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 409 k python3-keystoneclient noarch 1:4.3.0-17.1.20230621025111.d5cb761.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 239 k python3-keystonemiddleware noarch 9.2.0-17.1.20230620211753.3659bda.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 92 k python3-kombu noarch 1:5.0.2-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 313 k python3-ldap x86_64 3.4.3-2.el9 rhel-9-for-x86_64-appstream-eus-rpms 259 k python3-libipa_hbac x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 30 k python3-lockfile noarch 1:0.12.2-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 31 k python3-logutils noarch 0.3.5-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-lxml x86_64 4.6.5-3.el9 rhel-9-for-x86_64-appstream-eus-rpms 1.2 M python3-magnumclient noarch 3.4.1-17.1.20230621053508.280acd2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 121 k python3-mako noarch 1.1.4-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 176 k python3-manilaclient noarch 2.6.4-17.1.20240830140806.7f7d7d3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 528 k python3-memcached noarch 1.59-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 40 k python3-metalsmith noarch 1.4.4-17.1.20240522060758.5e7461e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 65 k python3-migrate noarch 0.13.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 224 k python3-mimeparse noarch 1.6.0-16.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k python3-mistralclient noarch 4.2.0-17.1.20230620220528.20a10f0.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 166 k python3-msgpack x86_64 1.0.2-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 87 k python3-munch noarch 2.5.0-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-natsort noarch 7.1.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-neutron-lib noarch 2.10.3-17.1.20231221164814.619c0fe.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 375 k python3-neutronclient noarch 7.3.1-17.1.20230621044049.29a9f5e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 298 k python3-novaclient noarch 1:17.4.1-17.1.20230621034300.5ee4427.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 201 k python3-octaviaclient noarch 2.3.1-17.1.20231106100828.51347bc.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 91 k python3-openstackclient noarch 5.5.2-17.1.20250616100909.42d9b6e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.1 M python3-openstacksdk noarch 0.55.1-17.1.20250516211008.f09ed4a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 735 k python3-openvswitch3.3 x86_64 3.3.6-141.el9fdp fast-datapath-for-rhel-9-x86_64-rpms 383 k python3-os-client-config noarch 2.1.0-17.1.20230620203151.bc96c23.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-os-ken noarch 1.4.1-17.1.20241205090937.018d755.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 2.1 M python3-os-service-types noarch 1.7.0-17.1.20230620201222.0b2f473.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 38 k python3-os-traits noarch 2.5.0-17.1.20230620221402.ac1b39e.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 45 k python3-osc-lib noarch 2.3.1-17.1.20230620203400.2b7a679.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 78 k python3-oslo-cache noarch 2.7.1-17.1.20230621012756.d0252f6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-oslo-context noarch 3.2.1-17.1.20230620204857.b124eb7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 27 k python3-oslo-db noarch 8.5.2-17.1.20240820150750.26fd6fb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 144 k python3-oslo-log noarch 4.4.0-17.1.20230620205407.9b29c90.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 64 k python3-oslo-messaging noarch 12.7.3-17.1.20231219130800.5d6fd1a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 216 k python3-oslo-middleware noarch 4.2.1-17.1.20230621011225.b40ca5f.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 55 k python3-oslo-policy noarch 3.7.1-17.1.20230621003949.639b471.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 76 k python3-oslo-reports noarch 2.2.0-17.1.20230620210621.bc631ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 59 k python3-oslo-rootwrap noarch 6.3.1-17.1.20230621110703.1b1b960.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 46 k python3-oslo-serialization noarch 4.1.1-17.1.20230621011445.bbe5d5a.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k python3-oslo-service noarch 2.5.1-17.1.20240821200745.c1e3398.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 71 k python3-oslo-upgradecheck noarch 1.3.1-17.1.20230621010138.9561ecb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k python3-oslo-versionedobjects noarch 2.4.1-17.1.20230621010423.89ff171.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 79 k python3-osprofiler noarch 3.4.0-17.1.20230620215259.5d82a02.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 130 k python3-paramiko noarch 2.11.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 299 k python3-passlib noarch 1.7.4-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 712 k python3-paste noarch 3.5.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 776 k python3-paste-deploy noarch 2.1.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 41 k python3-pecan noarch 1.4.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 273 k python3-psutil x86_64 5.8.0-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 218 k python3-pyOpenSSL noarch 20.0.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k python3-pyasn1 noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 163 k python3-pyasn1-modules noarch 0.4.8-6.el9 rhel-9-for-x86_64-appstream-eus-rpms 283 k python3-pycadf noarch 3.1.1-17.1.20230620210757.4179996.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 53 k python3-pynacl x86_64 1.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k python3-pyperclip noarch 1.8.0-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 25 k python3-pystache noarch 0.5.4-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 132 k python3-pyusb noarch 1.0.2-13.el9 rhel-9-for-x86_64-appstream-eus-rpms 96 k python3-qrcode-core noarch 6.1-12.el9 rhel-9-for-x86_64-appstream-eus-rpms 61 k python3-repoze-lru noarch 0.7-12.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 32 k python3-requestsexceptions noarch 1.4.0-17.1.20230620164652.d7ac0ff.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 17 k python3-rhosp-openvswitch noarch 3.3-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 8.3 k python3-routes noarch 2.4.1-14.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-rsa noarch 4.6-3.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 57 k python3-saharaclient noarch 3.3.0-17.1.20230620222322.401e663.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 188 k python3-secretstorage noarch 3.3.1-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-setproctitle x86_64 1.2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 23 k python3-shade noarch 1.33.0-17.1.20230620225148.e7c7f29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 523 k python3-simplejson x86_64 3.17.5-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 266 k python3-smmap noarch 3.0.1-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 47 k python3-soupsieve noarch 2.2-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 67 k python3-sqlalchemy13 x86_64 1.3.24-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 1.7 M python3-sqlparse noarch 0.4.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 83 k python3-sss-murmur x86_64 2.8.2-5.el9_2.5 rhel-9-for-x86_64-baseos-eus-rpms 19 k python3-statsd noarch 3.2.1-20.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 35 k python3-swiftclient noarch 3.11.1-17.1.20230620204150.06b36ae.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 136 k python3-tempita noarch 0.5.1-27.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 36 k python3-tenacity noarch 6.3.1-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 51 k python3-testtools noarch 2.4.0-10.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 333 k python3-tinyrpc noarch 1.0.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 50 k python3-tripleo-common noarch 15.4.1-17.1.20250908140822.e5b18f2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 198 k python3-troveclient noarch 7.0.0-17.1.20230620220924.c7319d8.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 344 k python3-urllib-gssapi noarch 1.0.2-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 24 k python3-validations-libs noarch 1.9.1-17.1.20230913020848.8d9e1b5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 137 k python3-vine noarch 5.0.0-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 26 k python3-waitress noarch 2.0.0-4.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 109 k python3-warlock noarch 1.3.3-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k python3-wcwidth noarch 0.2.5-8.el9 rhel-9-for-x86_64-appstream-eus-rpms 48 k python3-webob noarch 1.8.7-2.1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 230 k python3-webtest noarch 2.0.35-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 82 k python3-werkzeug noarch 2.0.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 427 k python3-yappi x86_64 1.3.1-5.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 56 k python3-yaql noarch 1.1.3-13.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 180 k python3-yubico noarch 1.3.3-7.el9 rhel-9-for-x86_64-appstream-eus-rpms 73 k python3-zaqarclient noarch 2.4.0-17.1.20230620214253.e388947.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 129 k python3-zope-event noarch 4.2.0-20.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 205 k python3-zope-interface x86_64 5.4.0-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 202 k qemu-img x86_64 17:7.2.0-14.el9_2.18 rhel-9-for-x86_64-appstream-eus-rpms 2.2 M rhel-system-roles noarch 1.21.2-1.el9_2 rhel-9-for-x86_64-appstream-eus-rpms 2.4 M ruby x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 41 k ruby-augeas x86_64 0.5.0-29.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 29 k ruby-facter x86_64 1:3.14.19-3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 9.5 k ruby-libs x86_64 3.0.4-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 3.3 M rubygem-concurrent-ruby noarch 1.1.5-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 243 k rubygem-deep_merge noarch 1.2.1-7.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 14 k rubygem-fast_gettext noarch 1.2.0-9.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-hocon noarch 1.3.1-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 90 k rubygem-json x86_64 2.5.1-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 59 k rubygem-multi_json noarch 1.15.0-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 22 k rubygem-psych x86_64 3.3.2-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 60 k rubygem-puppet-resource_api noarch 1.8.13-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 34 k rubygem-rexml noarch 3.2.5-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 110 k rubygem-ruby-shadow x86_64 2.5.0-15.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 16 k rubygem-semantic_puppet noarch 1.0.4-2.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 21 k rubygems noarch 3.2.33-161.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 306 k skopeo x86_64 2:1.11.2-0.1.el9_2.2 rhel-9-for-x86_64-appstream-eus-rpms 7.9 M sshpass x86_64 1.09-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 30 k tripleo-ansible noarch 3.3.1-17.1.20250804050821.8debef3.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 569 k validations-common noarch 1.9.1-17.1.20231006020828.f273ccb.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 111 k xorriso x86_64 1.5.4-4.el9 rhel-9-for-x86_64-appstream-eus-rpms 321 k yaml-cpp x86_64 0.6.3-6.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 123 k zeromq x86_64 4.3.4-1.el9ost openstack-17.1-for-rhel-9-x86_64-rpms 433 k Installing weak dependencies: bash-completion noarch 1:2.11-4.el9 rhel-9-for-x86_64-baseos-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): bash-completion-2.11-4.el9.noarch.rpm 3.6 MB/s | 459 kB 00:00 (2/399): glibc-langpack-en-2.34-60.el9.x86_64.r 13 MB/s | 675 kB 00:00 (3/399): device-mapper-persistent-data-0.9.0-13 4.1 MB/s | 786 kB 00:00 (4/399): libaio-0.3.111-13.el9.x86_64.rpm 123 kB/s | 26 kB 00:00 (5/399): krb5-pkinit-1.20.1-8.el9.x86_64.rpm 1.3 MB/s | 62 kB 00:00 (6/399): libpkgconf-1.7.3-10.el9.x86_64.rpm 837 kB/s | 37 kB 00:00 (7/399): krb5-workstation-1.20.1-8.el9.x86_64.r 5.7 MB/s | 542 kB 00:00 (8/399): libkadm5-1.20.1-8.el9.x86_64.rpm 1.0 MB/s | 81 kB 00:00 (9/399): pkgconf-1.7.3-10.el9.x86_64.rpm 708 kB/s | 45 kB 00:00 (10/399): pkgconf-m4-1.7.3-10.el9.noarch.rpm 287 kB/s | 16 kB 00:00 (11/399): python3-dns-2.2.1-2.el9.noarch.rpm 9.6 MB/s | 418 kB 00:00 (12/399): pkgconf-pkg-config-1.7.3-10.el9.x86_6 123 kB/s | 12 kB 00:00 (13/399): perl-IO-Socket-SSL-2.073-1.el9.noarch 5.6 MB/s | 223 kB 00:00 (14/399): perl-Getopt-Long-2.52-4.el9.noarch.rp 1.7 MB/s | 64 kB 00:00 (15/399): python3-openvswitch3.3-3.3.6-141.el9f 3.0 MB/s | 383 kB 00:00 (16/399): boost-system-1.75.0-8.el9.x86_64.rpm 128 kB/s | 15 kB 00:00 (17/399): python3-urllib-gssapi-1.0.2-4.el9.noa 369 kB/s | 24 kB 00:00 (18/399): perl-Storable-3.21-460.el9.x86_64.rpm 1.2 MB/s | 98 kB 00:00 (19/399): boost-thread-1.75.0-8.el9.x86_64.rpm 1.3 MB/s | 57 kB 00:00 (20/399): boost-locale-1.75.0-8.el9.x86_64.rpm 2.5 MB/s | 216 kB 00:00 (21/399): perl-Data-Dumper-2.174-462.el9.x86_64 632 kB/s | 59 kB 00:00 (22/399): perl-Exporter-5.74-461.el9.noarch.rpm 390 kB/s | 34 kB 00:00 (23/399): perl-File-Temp-0.231.100-4.el9.noarch 1.0 MB/s | 63 kB 00:00 (24/399): perl-parent-0.238-460.el9.noarch.rpm 444 kB/s | 16 kB 00:00 (25/399): perl-Text-Tabs+Wrap-2013.0523-460.el9 230 kB/s | 25 kB 00:00 (26/399): xorriso-1.5.4-4.el9.x86_64.rpm 5.5 MB/s | 321 kB 00:00 (27/399): python3-pyasn1-modules-0.4.8-6.el9.no 2.7 MB/s | 283 kB 00:00 (28/399): perl-IO-Socket-IP-0.41-5.el9.noarch.r 1.1 MB/s | 45 kB 00:00 (29/399): libisofs-1.5.4-4.el9.x86_64.rpm 1.8 MB/s | 224 kB 00:00 (30/399): perl-Net-SSLeay-1.92-2.el9.x86_64.rpm 4.3 MB/s | 392 kB 00:00 (31/399): perl-PathTools-3.78-461.el9.x86_64.rp 2.5 MB/s | 92 kB 00:00 (32/399): perl-Term-ANSIColor-5.01-461.el9.noar 871 kB/s | 51 kB 00:00 (33/399): perl-Pod-Simple-3.42-4.el9.noarch.rpm 2.8 MB/s | 229 kB 00:00 (34/399): boost-nowide-1.75.0-8.el9.x86_64.rpm 28 kB/s | 17 kB 00:00 (35/399): perl-URI-5.09-3.el9.noarch.rpm 1.2 MB/s | 125 kB 00:00 (36/399): perl-Text-ParseWords-3.30-460.el9.noa 76 kB/s | 18 kB 00:00 (37/399): python3-lxml-4.6.5-3.el9.x86_64.rpm 8.7 MB/s | 1.2 MB 00:00 (38/399): boost-chrono-1.75.0-8.el9.x86_64.rpm 230 kB/s | 26 kB 00:00 (39/399): iptables-nft-services-1.8.8-6.el9_1.n 252 kB/s | 28 kB 00:00 (40/399): perl-Carp-1.50-460.el9.noarch.rpm 652 kB/s | 31 kB 00:00 (41/399): perl-Mozilla-CA-20200520-6.el9.noarch 386 kB/s | 14 kB 00:00 (42/399): perl-Encode-3.08-462.el9.x86_64.rpm 19 MB/s | 1.7 MB 00:00 (43/399): perl-libnet-3.13-4.el9.noarch.rpm 322 kB/s | 134 kB 00:00 (44/399): perl-Time-Local-1.300-7.el9.noarch.rp 796 kB/s | 37 kB 00:00 (45/399): perl-Term-Cap-1.17-460.el9.noarch.rpm 350 kB/s | 24 kB 00:00 (46/399): python3-psutil-5.8.0-12.el9.x86_64.rp 3.6 MB/s | 218 kB 00:00 (47/399): python3-yubico-1.3.3-7.el9.noarch.rpm 1.5 MB/s | 73 kB 00:00 (48/399): perl-Pod-Escapes-1.07-460.el9.noarch. 550 kB/s | 22 kB 00:00 (49/399): sshpass-1.09-4.el9.x86_64.rpm 765 kB/s | 30 kB 00:00 (50/399): python3-jwcrypto-0.8-4.el9.noarch.rpm 937 kB/s | 76 kB 00:00 (51/399): boost-log-1.75.0-8.el9.x86_64.rpm 6.5 MB/s | 410 kB 00:00 (52/399): boost-filesystem-1.75.0-8.el9.x86_64. 572 kB/s | 59 kB 00:00 (53/399): boost-program-options-1.75.0-8.el9.x8 2.3 MB/s | 108 kB 00:00 (54/399): libburn-1.5.4-4.el9.x86_64.rpm 3.3 MB/s | 175 kB 00:00 (55/399): perl-Digest-MD5-2.58-4.el9.x86_64.rpm 615 kB/s | 39 kB 00:00 (56/399): perl-MIME-Base64-3.16-4.el9.x86_64.rp 442 kB/s | 34 kB 00:00 (57/399): libisoburn-1.5.4-4.el9.x86_64.rpm 9.0 MB/s | 419 kB 00:00 (58/399): boost-atomic-1.75.0-8.el9.x86_64.rpm 240 kB/s | 19 kB 00:00 (59/399): perl-File-Path-2.18-4.el9.noarch.rpm 657 kB/s | 38 kB 00:00 (60/399): perl-Pod-Perldoc-3.28.01-461.el9.noar 2.0 MB/s | 92 kB 00:00 (61/399): perl-Digest-1.19-4.el9.noarch.rpm 237 kB/s | 29 kB 00:00 (62/399): perl-Pod-Usage-2.01-4.el9.noarch.rpm 854 kB/s | 43 kB 00:00 (63/399): perl-Scalar-List-Utils-1.56-461.el9.x 1.5 MB/s | 77 kB 00:00 (64/399): perl-Socket-2.031-4.el9.x86_64.rpm 1.6 MB/s | 58 kB 00:00 (65/399): perl-podlators-4.14-460.el9.noarch.rp 2.1 MB/s | 118 kB 00:00 (66/399): perl-constant-1.33-461.el9.noarch.rpm 268 kB/s | 25 kB 00:00 (67/399): python3-appdirs-1.4.4-4.el9.noarch.rp 453 kB/s | 27 kB 00:00 (68/399): python3-PyMySQL-0.10.1-6.el9.noarch.r 1.2 MB/s | 112 kB 00:00 (69/399): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.6 MB/s | 163 kB 00:00 (70/399): python3-pyusb-1.0.2-13.el9.noarch.rpm 2.2 MB/s | 96 kB 00:00 (71/399): python3-qrcode-core-6.1-12.el9.noarch 1.4 MB/s | 61 kB 00:00 (72/399): boost-regex-1.75.0-8.el9.x86_64.rpm 6.4 MB/s | 279 kB 00:00 (73/399): oniguruma-6.9.6-1.el9.5.x86_64.rpm 4.7 MB/s | 221 kB 00:00 (74/399): python3-wcwidth-0.2.5-8.el9.noarch.rp 415 kB/s | 48 kB 00:00 (75/399): python3-augeas-0.5.0-25.el9.noarch.rp 379 kB/s | 31 kB 00:00 (76/399): python3-alembic-1.7.5-3.el9.noarch.rp 9.1 MB/s | 900 kB 00:00 (77/399): python3-gssapi-1.6.9-5.el9.x86_64.rpm 6.7 MB/s | 489 kB 00:00 (78/399): jq-1.6-14.el9.x86_64.rpm 4.6 MB/s | 190 kB 00:00 (79/399): augeas-libs-1.13.0-3.el9.x86_64.rpm 7.6 MB/s | 459 kB 00:00 (80/399): libselinux-ruby-3.5-1.el9.x86_64.rpm 1.4 MB/s | 59 kB 00:00 (81/399): perl-AutoLoader-5.74-480.el9.noarch.r 529 kB/s | 23 kB 00:00 (82/399): perl-B-1.80-480.el9.x86_64.rpm 4.1 MB/s | 185 kB 00:00 (83/399): perl-Errno-1.30-480.el9.x86_64.rpm 281 kB/s | 17 kB 00:00 (84/399): perl-Fcntl-1.13-480.el9.x86_64.rpm 379 kB/s | 23 kB 00:00 (85/399): perl-Class-Struct-0.66-480.el9.noarch 266 kB/s | 24 kB 00:00 (86/399): perl-File-Basename-2.85-480.el9.noarc 364 kB/s | 19 kB 00:00 (87/399): perl-FileHandle-2.03-480.el9.noarch.r 333 kB/s | 17 kB 00:00 (88/399): perl-IPC-Open3-1.21-480.el9.noarch.rp 518 kB/s | 25 kB 00:00 (89/399): perl-File-stat-1.09-480.el9.noarch.rp 157 kB/s | 19 kB 00:00 (90/399): perl-SelectSaver-1.02-480.el9.noarch. 359 kB/s | 13 kB 00:00 (91/399): perl-Getopt-Std-1.12-480.el9.noarch.r 136 kB/s | 17 kB 00:00 (92/399): perl-interpreter-5.32.1-480.el9.x86_6 1.9 MB/s | 75 kB 00:00 (93/399): perl-Symbol-1.08-480.el9.noarch.rpm 197 kB/s | 16 kB 00:00 (94/399): perl-POSIX-1.94-480.el9.x86_64.rpm 586 kB/s | 99 kB 00:00 (95/399): perl-overload-1.31-480.el9.noarch.rpm 743 kB/s | 47 kB 00:00 (96/399): python3-ldap-3.4.3-2.el9.x86_64.rpm 4.4 MB/s | 259 kB 00:00 (97/399): perl-overloading-0.02-480.el9.noarch. 160 kB/s | 15 kB 00:00 (98/399): perl-libs-5.32.1-480.el9.x86_64.rpm 12 MB/s | 2.2 MB 00:00 (99/399): openssl-perl-3.0.7-6.el9_2.x86_64.rpm 1.0 MB/s | 42 kB 00:00 (100/399): ipa-selinux-4.10.1-6.el9.noarch.rpm 472 kB/s | 40 kB 00:00 (101/399): perl-NDBM_File-1.15-480.el9.x86_64.r 608 kB/s | 25 kB 00:00 (102/399): perl-IO-1.43-480.el9.x86_64.rpm 1.2 MB/s | 94 kB 00:00 (103/399): perl-if-0.60.800-480.el9.noarch.rpm 424 kB/s | 16 kB 00:00 (104/399): perl-base-2.27-480.el9.noarch.rpm 235 kB/s | 18 kB 00:00 (105/399): perl-subs-1.03-480.el9.noarch.rpm 331 kB/s | 13 kB 00:00 (106/399): perl-mro-1.23-480.el9.x86_64.rpm 343 kB/s | 31 kB 00:00 (107/399): python3-mako-1.1.4-6.el9.noarch.rpm 2.7 MB/s | 176 kB 00:00 (108/399): perl-vars-1.05-480.el9.noarch.rpm 188 kB/s | 15 kB 00:00 (109/399): ansible-freeipa-1.9.2-3.el9_2.noarch 5.9 MB/s | 452 kB 00:00 (110/399): ipa-client-common-4.10.1-12.el9_2.2. 472 kB/s | 44 kB 00:00 (111/399): ipa-common-4.10.1-12.el9_2.2.noarch. 8.2 MB/s | 656 kB 00:00 (112/399): python3-ipalib-4.10.1-12.el9_2.2.noa 13 MB/s | 663 kB 00:00 (113/399): rhel-system-roles-1.21.2-1.el9_2.noa 13 MB/s | 2.4 MB 00:00 (114/399): python3-ipaclient-4.10.1-12.el9_2.2. 7.4 MB/s | 648 kB 00:00 (115/399): perl-HTTP-Tiny-0.076-461.el9_2.noarc 1.3 MB/s | 57 kB 00:00 (116/399): ruby-default-gems-3.0.4-161.el9_2.2. 1.1 MB/s | 46 kB 00:00 (117/399): skopeo-1.11.2-0.1.el9_2.2.x86_64.rpm 61 MB/s | 7.9 MB 00:00 (118/399): ruby-3.0.4-161.el9_2.2.x86_64.rpm 256 kB/s | 41 kB 00:00 (119/399): rubygem-bigdecimal-3.0.0-161.el9_2.2 684 kB/s | 55 kB 00:00 (120/399): rubygem-bundler-2.2.33-161.el9_2.2.n 4.4 MB/s | 456 kB 00:00 (121/399): rubygem-io-console-0.5.7-161.el9_2.2 417 kB/s | 26 kB 00:00 (122/399): rubygem-json-2.5.1-161.el9_2.2.x86_6 1.3 MB/s | 59 kB 00:00 (123/399): rubygem-psych-3.3.2-161.el9_2.2.x86_ 693 kB/s | 60 kB 00:00 (124/399): ruby-libs-3.0.4-161.el9_2.2.x86_64.r 11 MB/s | 3.3 MB 00:00 (125/399): rubygem-rdoc-6.3.3-161.el9_2.2.noarc 4.8 MB/s | 441 kB 00:00 (126/399): rubygem-rexml-3.2.5-161.el9_2.2.noar 2.2 MB/s | 110 kB 00:00 (127/399): rubygems-3.2.33-161.el9_2.2.noarch.r 5.6 MB/s | 306 kB 00:00 (128/399): libxslt-1.1.34-11.el9_2.x86_64.rpm 4.8 MB/s | 245 kB 00:00 (129/399): qemu-img-7.2.0-14.el9_2.18.x86_64.rp 30 MB/s | 2.2 MB 00:00 (130/399): buildah-1.29.5-1.el9_2.x86_64.rpm 54 MB/s | 8.6 MB 00:00 (131/399): libunwind-1.6.2-1.el9cp.x86_64.rpm 1.1 MB/s | 68 kB 00:00 (132/399): ansible-collection-community-general 10 MB/s | 1.3 MB 00:00 (133/399): cephadm-18.2.1-361.el9cp.noarch.rpm 8.2 MB/s | 354 kB 00:00 (134/399): ansible-collection-ansible-posix-1.2 2.1 MB/s | 124 kB 00:00 (135/399): ansible-collection-ansible-netcommon 4.5 MB/s | 181 kB 00:00 (136/399): ansible-collection-ansible-utils-2.3 2.3 MB/s | 91 kB 00:00 (137/399): golang-github-vbatts-tar-split-0.11. 19 MB/s | 1.0 MB 00:00 (138/399): libsodium-1.0.18-7.el9ost.x86_64.rpm 3.3 MB/s | 162 kB 00:00 (139/399): openpgm-5.2.122-26.el9ost.x86_64.rpm 3.3 MB/s | 178 kB 00:00 (140/399): puppet-fdio-18.2-1.20220727113954.6f 497 kB/s | 25 kB 00:00 (141/399): python3-ansible-runner-2.0.0a1-3.el9 2.6 MB/s | 122 kB 00:00 (142/399): python3-bcrypt-3.1.7-7.el9ost.x86_64 845 kB/s | 44 kB 00:00 (143/399): heat-cfntools-1.4.2-6.1.el9ost.noarc 408 kB/s | 77 kB 00:00 (144/399): python3-beautifulsoup4-4.9.3-2.el9os 4.5 MB/s | 204 kB 00:00 (145/399): python3-croniter-0.3.35-2.el9ost.noa 1.1 MB/s | 49 kB 00:00 (146/399): python3-daemon-2.3.0-1.el9ost.noarch 1.0 MB/s | 39 kB 00:00 (147/399): python3-docutils-0.16-6.el9ost.noarc 24 MB/s | 1.5 MB 00:00 (148/399): python3-etcd3gw-0.2.6-2.el9ost.noarc 775 kB/s | 44 kB 00:00 (149/399): python3-gevent-21.1.2-2.el9ost.x86_6 23 MB/s | 1.6 MB 00:00 (150/399): python3-gitdb-4.0.5-2.el9ost.noarch. 1.7 MB/s | 107 kB 00:00 (151/399): python3-jeepney-0.6.0-2.el9ost.noarc 5.2 MB/s | 284 kB 00:00 (152/399): python3-jmespath-0.10.0-1.el9ost.noa 818 kB/s | 46 kB 00:00 (153/399): python3-lockfile-0.12.2-2.el9ost.noa 779 kB/s | 31 kB 00:00 (154/399): python3-logutils-0.3.5-15.el9ost.noa 725 kB/s | 47 kB 00:00 (155/399): python3-memcached-1.59-3.el9ost.noar 920 kB/s | 40 kB 00:00 (156/399): python3-migrate-0.13.0-1.el9ost.noar 4.8 MB/s | 224 kB 00:00 (157/399): python3-mimeparse-1.6.0-16.el9ost.no 269 kB/s | 16 kB 00:00 (158/399): python3-passlib-1.7.4-3.el9ost.noarc 9.1 MB/s | 712 kB 00:00 (159/399): python3-pecan-1.4.0-2.el9ost.noarch. 4.0 MB/s | 273 kB 00:00 (160/399): python3-natsort-7.1.1-2.el9ost.noarc 442 kB/s | 59 kB 00:00 (161/399): python3-pyOpenSSL-20.0.1-2.el9ost.no 1.6 MB/s | 90 kB 00:00 (162/399): python3-pynacl-1.4.0-1.el9ost.x86_64 2.9 MB/s | 111 kB 00:00 (163/399): python3-pyperclip-1.8.0-3.el9ost.noa 326 kB/s | 25 kB 00:00 (164/399): python3-smmap-3.0.1-4.el9ost.noarch. 1.0 MB/s | 47 kB 00:00 (165/399): python3-setproctitle-1.2.2-1.el9ost. 247 kB/s | 23 kB 00:00 (166/399): python3-soupsieve-2.2-1.el9ost.noarc 1.0 MB/s | 67 kB 00:00 (167/399): python3-tenacity-6.3.1-1.el9ost.noar 1.0 MB/s | 51 kB 00:00 (168/399): python3-sqlalchemy13-1.3.24-3.el9ost 18 MB/s | 1.7 MB 00:00 (169/399): python3-webtest-2.0.35-6.el9ost.noar 1.8 MB/s | 82 kB 00:00 (170/399): python3-zmq-22.0.3-1.el9ost.x86_64.r 6.9 MB/s | 396 kB 00:00 (171/399): python3-zope-event-4.2.0-20.el9ost.n 4.1 MB/s | 205 kB 00:00 (172/399): python3-zope-interface-5.4.0-1.el9os 3.6 MB/s | 202 kB 00:00 (173/399): rubygem-concurrent-ruby-1.1.5-2.el9o 4.9 MB/s | 243 kB 00:00 (174/399): rubygem-deep_merge-1.2.1-7.el9ost.no 256 kB/s | 14 kB 00:00 (175/399): rubygem-multi_json-1.15.0-2.el9ost.n 625 kB/s | 22 kB 00:00 (176/399): rubygem-fast_gettext-1.2.0-9.el9ost. 296 kB/s | 34 kB 00:00 (177/399): rubygem-hocon-1.3.1-2.el9ost.noarch. 848 kB/s | 90 kB 00:00 (178/399): rubygem-puppet-resource_api-1.8.13-1 329 kB/s | 34 kB 00:00 (179/399): rubygem-semantic_puppet-1.0.4-2.el9o 230 kB/s | 21 kB 00:00 (180/399): rubygem-ruby-shadow-2.5.0-15.el9ost. 159 kB/s | 16 kB 00:00 (181/399): zeromq-4.3.4-1.el9ost.x86_64.rpm 5.1 MB/s | 433 kB 00:00 (182/399): ansible-config_template-2.0.1-17.1.2 322 kB/s | 29 kB 00:00 (183/399): ansible-role-atos-hsm-1.0.1-17.1.202 153 kB/s | 17 kB 00:00 (184/399): ansible-role-chrony-1.3.1-17.1.20230 258 kB/s | 22 kB 00:00 (185/399): ansible-role-collectd-config-0.0.3-1 1.0 MB/s | 53 kB 00:00 (186/399): ansible-role-container-registry-1.4. 329 kB/s | 24 kB 00:00 (187/399): ansible-role-qdr-config-0.0.2-17.1.2 343 kB/s | 21 kB 00:00 (188/399): ansible-role-redhat-subscription-1.3 793 kB/s | 28 kB 00:00 (189/399): ansible-role-openstack-operations-0. 317 kB/s | 30 kB 00:00 (190/399): ansible-role-tripleo-modify-image-1. 568 kB/s | 27 kB 00:00 (191/399): ansible-tripleo-ipa-0.3.1-17.1.20230 479 kB/s | 36 kB 00:00 (192/399): ansible-tripleo-ipsec-11.0.1-17.1.20 772 kB/s | 38 kB 00:00 (193/399): dib-utils-0.0.11-17.1.20230620173328 222 kB/s | 12 kB 00:00 (194/399): os-apply-config-13.1.1-17.1.20231020 1.5 MB/s | 54 kB 00:00 (195/399): openstack-heat-agents-2.2.1-17.1.202 72 kB/s | 9.6 kB 00:00 (196/399): os-collect-config-13.1.1-17.1.202310 717 kB/s | 50 kB 00:00 (197/399): os-refresh-config-13.1.1-17.1.202310 319 kB/s | 21 kB 00:00 (198/399): puppet-aodh-18.4.2-17.1.202306201512 821 kB/s | 62 kB 00:00 (199/399): puppet-archive-4.6.1-17.1.2023062018 1.0 MB/s | 44 kB 00:00 (200/399): puppet-auditd-2.2.1-17.1.20230620192 784 kB/s | 28 kB 00:00 (201/399): puppet-ceilometer-18.4.3-17.1.202309 1.3 MB/s | 70 kB 00:00 (202/399): puppet-certmonger-2.7.1-17.1.2023062 609 kB/s | 26 kB 00:00 (203/399): puppet-collectd-13.0.1-17.1.20230620 3.5 MB/s | 135 kB 00:00 (204/399): puppet-cinder-18.5.2-17.1.2023062105 2.6 MB/s | 120 kB 00:00 (205/399): puppet-corosync-8.0.1-17.1.202306211 1.5 MB/s | 68 kB 00:00 (206/399): puppet-designate-18.6.1-17.1.2023062 1.3 MB/s | 69 kB 00:00 (207/399): puppet-dns-8.2.1-17.1.20230621002045 948 kB/s | 36 kB 00:00 (208/399): puppet-etcd-1.12.3-17.1.202306201932 485 kB/s | 25 kB 00:00 (209/399): puppet-gnocchi-18.4.3-17.1.202306210 1.1 MB/s | 58 kB 00:00 (210/399): puppet-kmod-2.5.0-17.1.2023062019064 430 kB/s | 21 kB 00:00 (211/399): puppet-manila-18.5.2-17.1.2023110219 2.1 MB/s | 81 kB 00:00 (212/399): puppet-heat-18.4.1-17.1.202306211116 600 kB/s | 70 kB 00:00 (213/399): ansible-role-thales-hsm-3.0.1-17.1.2 30 kB/s | 21 kB 00:00 (214/399): puppet-memcached-6.0.0-17.1.20230620 612 kB/s | 23 kB 00:00 (215/399): puppet-mysql-10.6.1-17.1.20230621022 2.2 MB/s | 99 kB 00:00 (216/399): puppet-neutron-18.6.1-17.1.202306210 3.6 MB/s | 196 kB 00:00 (217/399): puppet-nova-18.6.1-17.1.202306210904 3.5 MB/s | 200 kB 00:00 (218/399): puppet-nssdb-1.0.2-17.1.202306201856 196 kB/s | 12 kB 00:00 (219/399): puppet-octavia-18.5.1-17.1.202306210 1.4 MB/s | 76 kB 00:00 (220/399): puppet-openstack_extras-18.5.1-17.1. 1.2 MB/s | 48 kB 00:00 (221/399): puppet-oslo-18.5.1-17.1.202306210523 1.3 MB/s | 48 kB 00:00 (222/399): puppet-placement-5.4.3-17.1.20230621 1.1 MB/s | 41 kB 00:00 (223/399): puppet-openstacklib-18.5.2-17.1.2023 770 kB/s | 62 kB 00:00 (224/399): puppet-qdr-7.4.1-17.1.20230620195605 743 kB/s | 31 kB 00:00 (225/399): puppet-rabbitmq-11.0.1-17.1.20230620 4.4 MB/s | 266 kB 00:00 (226/399): puppet-redis-6.1.1-17.1.202306201917 1.0 MB/s | 51 kB 00:00 (227/399): puppet-rsyslog-4.0.1-17.1.2023062020 1.1 MB/s | 58 kB 00:00 (228/399): puppet-ssh-6.2.1-17.1.20230620190251 613 kB/s | 29 kB 00:00 (229/399): puppet-swift-18.6.1-17.1.20230621052 1.9 MB/s | 115 kB 00:00 (230/399): puppet-stdlib-6.3.1-17.1.20230621000 2.3 MB/s | 160 kB 00:00 (231/399): puppet-systemd-2.12.1-17.1.202306201 1.1 MB/s | 42 kB 00:00 (232/399): puppet-vswitch-14.4.3-17.1.202306210 1.1 MB/s | 41 kB 00:00 (233/399): python-oslo-cache-lang-2.7.1-17.1.20 363 kB/s | 19 kB 00:00 (234/399): python-oslo-log-lang-4.4.0-17.1.2023 388 kB/s | 14 kB 00:00 (235/399): puppet-xinetd-3.3.1-17.1.20230620185 298 kB/s | 26 kB 00:00 (236/399): python-oslo-middleware-lang-4.2.1-17 381 kB/s | 13 kB 00:00 (237/399): python-oslo-policy-lang-3.7.1-17.1.2 305 kB/s | 14 kB 00:00 (238/399): python-pycadf-common-3.1.1-17.1.2023 374 kB/s | 15 kB 00:00 (239/399): python-oslo-versionedobjects-lang-2. 276 kB/s | 14 kB 00:00 (240/399): python3-barbicanclient-5.3.0-17.1.20 2.9 MB/s | 127 kB 00:00 (241/399): python3-aodhclient-2.2.0-17.1.202306 1.1 MB/s | 56 kB 00:00 (242/399): python3-GitPython-3.1.14-2.el9ost.no 3.1 MB/s | 238 kB 00:00 (243/399): python3-cinderclient-7.4.1-17.1.2023 5.4 MB/s | 218 kB 00:00 (244/399): python3-designateclient-4.2.1-17.1.2 2.4 MB/s | 92 kB 00:00 (245/399): python3-cliff-3.7.0-17.1.20230620172 1.9 MB/s | 95 kB 00:00 (246/399): python3-futurist-2.3.0-17.1.20230621 1.6 MB/s | 64 kB 00:00 (247/399): python3-heat-agent-ansible-2.2.1-17. 243 kB/s | 11 kB 00:00 (248/399): python3-heat-agent-2.2.1-17.1.202306 299 kB/s | 19 kB 00:00 (249/399): python3-heat-agent-apply-config-2.2. 233 kB/s | 9.9 kB 00:00 (250/399): python3-heat-agent-docker-cmd-2.2.1- 217 kB/s | 12 kB 00:00 (251/399): python3-heat-agent-hiera-2.2.1-17.1. 239 kB/s | 10 kB 00:00 (252/399): python3-heat-agent-json-file-2.2.1-1 153 kB/s | 9.8 kB 00:00 (253/399): python3-heatclient-2.3.1-17.1.202306 1.9 MB/s | 158 kB 00:00 (254/399): python3-ironic-inspector-client-4.5. 1.1 MB/s | 67 kB 00:00 (255/399): python3-heat-agent-puppet-2.2.1-17.1 105 kB/s | 11 kB 00:00 (256/399): python3-keystoneclient-4.3.0-17.1.20 4.9 MB/s | 239 kB 00:00 (257/399): python3-keystonemiddleware-9.2.0-17. 2.0 MB/s | 92 kB 00:00 (258/399): python3-ironicclient-4.6.4-17.1.2023 4.2 MB/s | 342 kB 00:00 (259/399): python3-magnumclient-3.4.1-17.1.2023 1.8 MB/s | 121 kB 00:00 (260/399): python3-neutronclient-7.3.1-17.1.202 5.0 MB/s | 298 kB 00:00 (261/399): python3-os-client-config-2.1.0-17.1. 1.3 MB/s | 55 kB 00:00 (262/399): python3-novaclient-17.4.1-17.1.20230 2.1 MB/s | 201 kB 00:00 (263/399): python3-os-service-types-1.7.0-17.1. 547 kB/s | 38 kB 00:00 (264/399): python3-os-traits-2.5.0-17.1.2023062 1.1 MB/s | 45 kB 00:00 (265/399): python3-mistralclient-4.2.0-17.1.202 876 kB/s | 166 kB 00:00 (266/399): python3-osc-lib-2.3.1-17.1.202306202 1.7 MB/s | 78 kB 00:00 (267/399): python3-oslo-cache-2.7.1-17.1.202306 1.3 MB/s | 56 kB 00:00 (268/399): python3-oslo-log-4.4.0-17.1.20230620 1.1 MB/s | 64 kB 00:00 (269/399): python3-oslo-policy-3.7.1-17.1.20230 1.4 MB/s | 76 kB 00:00 (270/399): python3-oslo-middleware-4.2.1-17.1.2 488 kB/s | 55 kB 00:00 (271/399): python3-oslo-context-3.2.1-17.1.2023 173 kB/s | 27 kB 00:00 (272/399): python3-oslo-reports-2.2.0-17.1.2023 1.4 MB/s | 59 kB 00:00 (273/399): python3-oslo-rootwrap-6.3.1-17.1.202 1.1 MB/s | 46 kB 00:00 (274/399): python3-oslo-serialization-4.1.1-17. 672 kB/s | 34 kB 00:00 (275/399): python3-oslo-upgradecheck-1.3.1-17.1 828 kB/s | 29 kB 00:00 (276/399): python3-oslo-versionedobjects-2.4.1- 2.1 MB/s | 79 kB 00:00 (277/399): python3-pycadf-3.1.1-17.1.2023062021 1.1 MB/s | 53 kB 00:00 (278/399): python3-requestsexceptions-1.4.0-17. 243 kB/s | 17 kB 00:00 (279/399): python3-osprofiler-3.4.0-17.1.202306 1.3 MB/s | 130 kB 00:00 (280/399): python3-shade-1.33.0-17.1.2023062022 6.6 MB/s | 523 kB 00:00 (281/399): python3-saharaclient-3.3.0-17.1.2023 1.6 MB/s | 188 kB 00:00 (282/399): python3-statsd-3.2.1-20.1.el9ost.noa 288 kB/s | 35 kB 00:00 (283/399): python3-swiftclient-3.11.1-17.1.2023 2.0 MB/s | 136 kB 00:00 (284/399): python3-tinyrpc-1.0.3-6.el9ost.noarc 274 kB/s | 50 kB 00:00 (285/399): python3-validations-libs-1.9.1-17.1. 1.0 MB/s | 137 kB 00:00 (286/399): python3-troveclient-7.0.0-17.1.20230 2.3 MB/s | 344 kB 00:00 (287/399): validations-common-1.9.1-17.1.202310 2.1 MB/s | 111 kB 00:00 (288/399): python3-zaqarclient-2.4.0-17.1.20230 1.6 MB/s | 129 kB 00:00 (289/399): python3-paramiko-2.11.0-2.el9ost.noa 3.1 MB/s | 299 kB 00:00 (290/399): python3-werkzeug-2.0.1-7.el9ost.noar 6.6 MB/s | 427 kB 00:00 (291/399): ansible-pacemaker-1.0.4-17.1.2023121 363 kB/s | 21 kB 00:00 (292/399): python3-manilaclient-2.6.4-17.1.2024 11 MB/s | 528 kB 00:00 (293/399): python3-webob-1.8.7-2.1.el9ost.noarc 4.9 MB/s | 230 kB 00:00 (294/399): python3-sqlparse-0.4.1-2.el9ost.noar 953 kB/s | 83 kB 00:00 (295/399): openstack-selinux-0.8.37-17.1.202311 3.9 MB/s | 221 kB 00:00 (296/399): ansible-role-metalsmith-deployment-1 140 kB/s | 21 kB 00:00 (297/399): puppet-ironic-18.7.1-17.1.2024030521 1.1 MB/s | 121 kB 00:00 (298/399): python3-glanceclient-3.3.0-17.1.2024 2.6 MB/s | 143 kB 00:00 (299/399): python3-keystoneauth1-4.4.0-17.1.202 4.8 MB/s | 409 kB 00:00 (300/399): python3-metalsmith-1.4.4-17.1.202405 1.7 MB/s | 65 kB 00:00 (301/399): python3-neutron-lib-2.10.3-17.1.2023 8.6 MB/s | 375 kB 00:00 (302/399): python3-octaviaclient-2.3.1-17.1.202 2.0 MB/s | 91 kB 00:00 (303/399): python3-oslo-db-8.5.2-17.1.202408201 3.7 MB/s | 144 kB 00:00 (304/399): python-oslo-db-lang-8.5.2-17.1.20240 58 kB/s | 14 kB 00:00 (305/399): python3-oslo-messaging-12.7.3-17.1.2 4.9 MB/s | 216 kB 00:00 (306/399): python3-rhosp-openvswitch-3.3-1.el9o 231 kB/s | 8.3 kB 00:00 (307/399): python3-waitress-2.0.0-4.el9ost.noar 2.0 MB/s | 109 kB 00:00 (308/399): openstack-tripleo-validations-14.3.2 4.2 MB/s | 204 kB 00:00 (309/399): openstack-ansible-core-2.14.2-4.7.el 16 MB/s | 2.3 MB 00:00 (310/399): puppet-glance-18.6.1-17.1.2025022015 1.1 MB/s | 87 kB 00:00 (311/399): python3-oslo-service-2.5.1-17.1.2024 333 kB/s | 71 kB 00:00 (312/399): puppet-ovn-18.6.1-17.1.2024092509490 557 kB/s | 29 kB 00:00 (313/399): python3-os-ken-1.4.1-17.1.2024120509 28 MB/s | 2.1 MB 00:00 (314/399): puppet-tripleo-14.2.3-17.1.202503201 4.5 MB/s | 239 kB 00:00 (315/399): ansible-collection-containers-podman 5.9 MB/s | 243 kB 00:00 (316/399): ansible-collections-openstack-1.9.1- 2.8 MB/s | 146 kB 00:00 (317/399): cpp-hocon-0.3.0-7.el9ost.x86_64.rpm 7.9 MB/s | 351 kB 00:00 (318/399): facter-3.14.19-3.el9ost.x86_64.rpm 8.2 MB/s | 518 kB 00:00 (319/399): hiera-3.6.0-6.el9ost.noarch.rpm 548 kB/s | 33 kB 00:00 (320/399): puppet-7.10.0-4.el9ost.noarch.rpm 262 kB/s | 11 kB 00:00 (321/399): leatherman-1.12.6-5.el9ost.x86_64.rp 5.4 MB/s | 405 kB 00:00 (322/399): python3-amqp-5.0.6-5.el9ost.noarch.r 2.1 MB/s | 92 kB 00:00 (323/399): puppet-headless-7.10.0-4.el9ost.noar 19 MB/s | 1.4 MB 00:00 (324/399): python3-boto-2.45.0-8.1.el9ost.noarc 17 MB/s | 1.3 MB 00:00 (325/399): puppet-pacemaker-1.5.1-17.1.20250214 375 kB/s | 158 kB 00:00 (326/399): python3-cachetools-4.2.2-3.el9ost.no 342 kB/s | 33 kB 00:00 (327/399): python3-colorama-0.4.4-4.el9ost.noar 788 kB/s | 35 kB 00:00 (328/399): python3-cmd2-1.4.0-4.el9ost.noarch.r 3.4 MB/s | 284 kB 00:00 (329/399): python3-dogpile-cache-1.1.5-5.el9ost 2.2 MB/s | 89 kB 00:00 (330/399): python3-extras-1.0.0-17.el9ost.noarc 596 kB/s | 21 kB 00:00 (331/399): python3-fixtures-3.0.0-24.el9ost.noa 2.0 MB/s | 93 kB 00:00 (332/399): python3-keyring-21.8.0-4.el9ost.noar 393 kB/s | 77 kB 00:00 (333/399): python3-msgpack-1.0.2-4.el9ost.x86_6 547 kB/s | 87 kB 00:00 (334/399): python3-munch-2.5.0-6.el9ost.noarch. 384 kB/s | 25 kB 00:00 (335/399): python3-kombu-5.0.2-3.el9ost.noarch. 991 kB/s | 313 kB 00:00 (336/399): python3-paste-3.5.0-5.el9ost.noarch. 8.9 MB/s | 776 kB 00:00 (337/399): python3-openstacksdk-0.55.1-17.1.202 4.4 MB/s | 735 kB 00:00 (338/399): python3-paste-deploy-2.1.1-4.el9ost. 943 kB/s | 41 kB 00:00 (339/399): python3-repoze-lru-0.7-12.el9ost.noa 842 kB/s | 32 kB 00:00 (340/399): python3-pystache-0.5.4-15.el9ost.noa 2.0 MB/s | 132 kB 00:00 (341/399): python3-routes-2.4.1-14.el9ost.noarc 3.4 MB/s | 188 kB 00:00 (342/399): python3-rsa-4.6-3.1.el9ost.noarch.rp 1.2 MB/s | 57 kB 00:00 (343/399): python3-secretstorage-3.3.1-3.el9ost 723 kB/s | 36 kB 00:00 (344/399): python3-simplejson-3.17.5-3.el9ost.x 5.2 MB/s | 266 kB 00:00 (345/399): python3-tempita-0.5.1-27.el9ost.noar 969 kB/s | 36 kB 00:00 (346/399): python3-vine-5.0.0-5.el9ost.noarch.r 707 kB/s | 26 kB 00:00 (347/399): python3-testtools-2.4.0-10.el9ost.no 6.1 MB/s | 333 kB 00:00 (348/399): python3-warlock-1.3.3-7.el9ost.noarc 594 kB/s | 21 kB 00:00 (349/399): python3-yaql-1.1.3-13.el9ost.noarch. 3.7 MB/s | 180 kB 00:00 (350/399): ruby-augeas-0.5.0-29.el9ost.x86_64.r 524 kB/s | 29 kB 00:00 (351/399): python3-yappi-1.3.1-5.el9ost.x86_64. 741 kB/s | 56 kB 00:00 (352/399): ruby-facter-3.14.19-3.el9ost.x86_64. 140 kB/s | 9.5 kB 00:00 (353/399): ansible-role-lunasa-hsm-1.1.1-17.1.2 310 kB/s | 19 kB 00:00 (354/399): openstack-heat-api-16.1.1-17.1.20250 357 kB/s | 16 kB 00:00 (355/399): yaml-cpp-0.6.3-6.el9ost.x86_64.rpm 1.2 MB/s | 123 kB 00:00 (356/399): openstack-heat-common-16.1.1-17.1.20 21 MB/s | 1.6 MB 00:00 (357/399): openstack-heat-engine-16.1.1-17.1.20 327 kB/s | 15 kB 00:00 (358/399): openstack-heat-monolith-16.1.1-17.1. 258 kB/s | 16 kB 00:00 (359/399): puppet-barbican-18.4.2-17.1.20250625 1.2 MB/s | 57 kB 00:00 (360/399): python3-openstackclient-5.5.2-17.1.2 20 MB/s | 1.1 MB 00:00 (361/399): python-openstackclient-lang-5.5.2-17 747 kB/s | 58 kB 00:00 (362/399): openstack-tripleo-common-containers- 1.1 MB/s | 74 kB 00:00 (363/399): openstack-tripleo-common-15.4.1-17.1 494 kB/s | 48 kB 00:00 (364/399): puppet-apache-6.5.2-17.1.20250811150 2.5 MB/s | 253 kB 00:00 (365/399): puppet-concat-6.2.1-17.1.20250725131 797 kB/s | 44 kB 00:00 (366/399): puppet-firewall-3.4.1-17.1.202508041 1.0 MB/s | 73 kB 00:00 (367/399): puppet-git-0.5.0-17.1.20250725114148 620 kB/s | 26 kB 00:00 (368/399): puppet-haproxy-4.2.2-17.1.2025072511 1.0 MB/s | 55 kB 00:00 (369/399): puppet-inifile-4.2.1-17.1.2025080415 599 kB/s | 46 kB 00:00 (370/399): puppet-ipaclient-2.5.2-17.1.20250725 247 kB/s | 21 kB 00:00 (371/399): puppet-keepalived-0.0.2-17.1.2025072 302 kB/s | 17 kB 00:00 (372/399): puppet-module-data-0.5.1-17.1.202507 343 kB/s | 16 kB 00:00 (373/399): puppet-rsync-1.1.4-17.1.202508041515 785 kB/s | 28 kB 00:00 (374/399): puppet-remote-10.0.0-17.1.2025072511 467 kB/s | 19 kB 00:00 (375/399): puppet-vcsrepo-3.1.1-17.1.2025072511 1.3 MB/s | 53 kB 00:00 (376/399): puppet-sysctl-0.0.13-17.1.2025072511 173 kB/s | 19 kB 00:00 (377/399): python3-tripleo-common-15.4.1-17.1.2 2.6 MB/s | 198 kB 00:00 (378/399): python3-tripleoclient-16.5.1-17.1.20 12 MB/s | 552 kB 00:00 (379/399): tripleo-ansible-3.3.1-17.1.202508040 9.5 MB/s | 569 kB 00:00 (380/399): puppet-snmp-3.9.1-17.1.2025072511575 200 kB/s | 38 kB 00:00 (381/399): openstack-tripleo-heat-templates-14. 11 MB/s | 611 kB 00:00 (382/399): puppet-horizon-18.6.1-17.1.202510081 1.5 MB/s | 59 kB 00:00 (383/399): libipa_hbac-2.8.2-5.el9_2.5.x86_64.r 885 kB/s | 36 kB 00:00 (384/399): python3-libipa_hbac-2.8.2-5.el9_2.5. 726 kB/s | 30 kB 00:00 (385/399): python3-sss-murmur-2.8.2-5.el9_2.5.x 454 kB/s | 19 kB 00:00 (386/399): device-mapper-event-1.02.187-7.el9_2 824 kB/s | 32 kB 00:00 (387/399): device-mapper-event-libs-1.02.187-7. 576 kB/s | 31 kB 00:00 (388/399): puppet-keystone-18.6.1-17.1.20251008 662 kB/s | 126 kB 00:00 (389/399): lvm2-2.03.17-7.el9_2.2.x86_64.rpm 18 MB/s | 1.5 MB 00:00 (390/399): lvm2-libs-2.03.17-7.el9_2.2.x86_64.r 20 MB/s | 1.0 MB 00:00 (391/399): libmount-2.37.4-11.el9_2.x86_64.rpm 3.3 MB/s | 136 kB 00:00 (392/399): libfdisk-2.37.4-11.el9_2.x86_64.rpm 2.5 MB/s | 156 kB 00:00 (393/399): libuuid-2.37.4-11.el9_2.x86_64.rpm 669 kB/s | 30 kB 00:00 (394/399): util-linux-core-2.37.4-11.el9_2.x86_ 8.6 MB/s | 464 kB 00:00 (395/399): libblkid-2.37.4-11.el9_2.x86_64.rpm 2.1 MB/s | 109 kB 00:00 (396/399): util-linux-2.37.4-11.el9_2.x86_64.rp 19 MB/s | 2.3 MB 00:00 (397/399): device-mapper-1.02.187-7.el9_2.2.x86 2.7 MB/s | 142 kB 00:00 (398/399): libsmartcols-2.37.4-11.el9_2.x86_64. 752 kB/s | 65 kB 00:00 (399/399): device-mapper-libs-1.02.187-7.el9_2. 2.3 MB/s | 176 kB 00:00 -------------------------------------------------------------------------------- Total 9.6 MB/s | 97 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: rhel-system-roles-1.21.2-1.el9_2.noarch 1/1 Preparing : 1/1 Installing : ruby-libs-3.0.4-161.el9_2.2.x86_64 1/408 Installing : python3-webob-1.8.7-2.1.el9ost.noarch 2/408 Installing : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 3/408 Installing : ruby-default-gems-3.0.4-161.el9_2.2.noarch 4/408 Installing : rubygem-bundler-2.2.33-161.el9_2.2.noarch 5/408 Installing : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 6/408 Installing : rubygem-json-2.5.1-161.el9_2.2.x86_64 7/408 Installing : rubygem-psych-3.3.2-161.el9_2.2.x86_64 8/408 Installing : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 9/408 Installing : rubygems-3.2.33-161.el9_2.2.noarch 10/408 Installing : ruby-3.0.4-161.el9_2.2.x86_64 11/408 Installing : python3-simplejson-3.17.5-3.el9ost.x86_64 12/408 Installing : python3-oslo-context-3.2.1-17.1.20230620204857.b 13/408 Upgrading : libuuid-2.37.4-11.el9_2.x86_64 14/408 Upgrading : libblkid-2.37.4-11.el9_2.x86_64 15/408 Running scriptlet: libblkid-2.37.4-11.el9_2.x86_64 15/408 Installing : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 16/408 Installing : python3-pyasn1-0.4.8-6.el9.noarch 17/408 Installing : python3-psutil-5.8.0-12.el9.x86_64 18/408 Installing : boost-regex-1.75.0-8.el9.x86_64 19/408 Installing : boost-system-1.75.0-8.el9.x86_64 20/408 Installing : boost-filesystem-1.75.0-8.el9.x86_64 21/408 Installing : libaio-0.3.111-13.el9.x86_64 22/408 Installing : boost-thread-1.75.0-8.el9.x86_64 23/408 Installing : python3-mako-1.1.4-6.el9.noarch 24/408 Installing : python3-dogpile-cache-1.1.5-5.el9ost.noarch 25/408 Installing : augeas-libs-1.13.0-3.el9.x86_64 26/408 Installing : boost-chrono-1.75.0-8.el9.x86_64 27/408 Installing : boost-locale-1.75.0-8.el9.x86_64 28/408 Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 29/408 Upgrading : libmount-2.37.4-11.el9_2.x86_64 30/408 Installing : perl-Digest-1.19-4.el9.noarch 31/408 Installing : perl-Digest-MD5-2.58-4.el9.x86_64 32/408 Installing : perl-B-1.80-480.el9.x86_64 33/408 Installing : perl-FileHandle-2.03-480.el9.noarch 34/408 Installing : perl-Data-Dumper-2.174-462.el9.x86_64 35/408 Installing : perl-libnet-3.13-4.el9.noarch 36/408 Installing : perl-AutoLoader-5.74-480.el9.noarch 37/408 Installing : perl-base-2.27-480.el9.noarch 38/408 Installing : perl-URI-5.09-3.el9.noarch 39/408 Installing : perl-Time-Local-2:1.300-7.el9.noarch 40/408 Installing : perl-Mozilla-CA-20200520-6.el9.noarch 41/408 Installing : perl-if-0.60.800-480.el9.noarch 42/408 Installing : perl-IO-Socket-IP-0.41-5.el9.noarch 43/408 Installing : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 44/408 Installing : perl-Net-SSLeay-1.92-2.el9.x86_64 45/408 Installing : perl-Pod-Escapes-1:1.07-460.el9.noarch 46/408 Installing : perl-File-Path-2.18-4.el9.noarch 47/408 Installing : perl-IO-Socket-SSL-2.073-1.el9.noarch 48/408 Installing : perl-Term-ANSIColor-5.01-461.el9.noarch 49/408 Installing : perl-Class-Struct-0.66-480.el9.noarch 50/408 Installing : perl-POSIX-1.94-480.el9.x86_64 51/408 Installing : perl-IPC-Open3-1.21-480.el9.noarch 52/408 Installing : perl-subs-1.03-480.el9.noarch 53/408 Installing : perl-Term-Cap-1.17-460.el9.noarch 54/408 Installing : perl-Pod-Simple-1:3.42-4.el9.noarch 55/408 Installing : perl-File-Temp-1:0.231.100-4.el9.noarch 56/408 Installing : perl-HTTP-Tiny-0.076-461.el9_2.noarch 57/408 Installing : perl-Socket-4:2.031-4.el9.x86_64 58/408 Installing : perl-SelectSaver-1.02-480.el9.noarch 59/408 Installing : perl-Symbol-1.08-480.el9.noarch 60/408 Installing : perl-File-stat-1.09-480.el9.noarch 61/408 Installing : perl-podlators-1:4.14-460.el9.noarch 62/408 Installing : perl-Pod-Perldoc-3.28.01-461.el9.noarch 63/408 Installing : perl-Text-ParseWords-3.30-460.el9.noarch 64/408 Installing : perl-Fcntl-1.13-480.el9.x86_64 65/408 Installing : perl-overloading-0.02-480.el9.noarch 66/408 Installing : perl-IO-1.43-480.el9.x86_64 67/408 Installing : perl-mro-1.23-480.el9.x86_64 68/408 Installing : perl-Pod-Usage-4:2.01-4.el9.noarch 69/408 Installing : perl-parent-1:0.238-460.el9.noarch 70/408 Installing : perl-MIME-Base64-3.16-4.el9.x86_64 71/408 Installing : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 72/408 Installing : perl-constant-1.33-461.el9.noarch 73/408 Installing : perl-Errno-1.30-480.el9.x86_64 74/408 Installing : perl-File-Basename-2.85-480.el9.noarch 75/408 Installing : perl-Getopt-Std-1.12-480.el9.noarch 76/408 Installing : perl-Storable-1:3.21-460.el9.x86_64 77/408 Installing : perl-overload-1.31-480.el9.noarch 78/408 Installing : perl-vars-1.05-480.el9.noarch 79/408 Installing : perl-Getopt-Long-1:2.52-4.el9.noarch 80/408 Installing : perl-Exporter-5.74-461.el9.noarch 81/408 Installing : perl-Carp-1.50-460.el9.noarch 82/408 Installing : perl-PathTools-3.78-461.el9.x86_64 83/408 Installing : perl-NDBM_File-1.15-480.el9.x86_64 84/408 Installing : perl-Encode-4:3.08-462.el9.x86_64 85/408 Installing : perl-libs-4:5.32.1-480.el9.x86_64 86/408 Installing : perl-interpreter-4:5.32.1-480.el9.x86_64 87/408 Upgrading : libsmartcols-2.37.4-11.el9_2.x86_64 88/408 Installing : python3-vine-5.0.0-5.el9ost.noarch 89/408 Installing : python3-amqp-5.0.6-5.el9ost.noarch 90/408 Installing : python3-tempita-0.5.1-27.el9ost.noarch 91/408 Installing : python3-munch-2.5.0-6.el9ost.noarch 92/408 Installing : python3-msgpack-1.0.2-4.el9ost.x86_64 93/408 Installing : python3-oslo-serialization-4.1.1-17.1.2023062101 94/408 Installing : python3-requestsexceptions-1.4.0-17.1.2023062016 95/408 Installing : python3-os-service-types-1.7.0-17.1.202306202012 96/408 Installing : python3-keystoneauth1-4.4.0-17.1.20240812145234. 97/408 Installing : python3-novaclient-1:17.4.1-17.1.20230621034300. 98/408 Installing : python3-cinderclient-7.4.1-17.1.20230620211836.4 99/408 Installing : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 100/408 Installing : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 101/408 Installing : os-refresh-config-13.1.1-17.1.20231020000854.812 102/408 Installing : python3-zope-event-4.2.0-20.el9ost.noarch 103/408 Installing : python3-tenacity-6.3.1-1.el9ost.noarch 104/408 Installing : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 105/408 Installing : python3-paste-3.5.0-5.el9ost.noarch 106/408 Installing : python3-paste-deploy-2.1.1-4.el9ost.noarch 107/408 Installing : python3-passlib-1.7.4-3.el9ost.noarch 108/408 Installing : python3-jmespath-0.10.0-1.el9ost.noarch 109/408 Installing : python3-jeepney-0.6.0-2.el9ost.noarch 110/408 Installing : libsodium-1.0.18-7.el9ost.x86_64 111/408 Installing : python3-gssapi-1.6.9-5.el9.x86_64 112/408 Installing : python3-qrcode-core-6.1-12.el9.noarch 113/408 Installing : python3-pyusb-1.0.2-13.el9.noarch 114/408 Installing : python3-appdirs-1.4.4-4.el9.noarch 115/408 Installing : python3-openstacksdk-0.55.1-17.1.20250516211008. 116/408 Installing : python3-os-client-config-2.1.0-17.1.202306202031 117/408 Installing : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 118/408 Installing : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 119/408 Installing : python3-dns-2.2.1-2.el9.noarch 120/408 Installing : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 121/408 Installing : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 122/408 Installing : python3-yubico-1.3.3-7.el9.noarch 123/408 Installing : python3-urllib-gssapi-1.0.2-4.el9.noarch 124/408 Installing : python3-pynacl-1.4.0-1.el9ost.x86_64 125/408 Installing : python3-secretstorage-3.3.1-3.el9ost.noarch 126/408 Installing : python3-keyring-21.8.0-4.el9ost.noarch 127/408 Installing : python3-keystoneclient-1:4.3.0-17.1.202306210251 128/408 Installing : python3-swiftclient-3.11.1-17.1.20230620204150.0 129/408 Installing : python3-zope-interface-5.4.0-1.el9ost.x86_64 130/408 Installing : python3-gevent-21.1.2-2.el9ost.x86_64 131/408 Installing : python3-etcd3gw-0.2.6-2.el9ost.noarch 132/408 Installing : python3-oslo-reports-2.2.0-17.1.20230620210621.b 133/408 Installing : python3-kombu-1:5.0.2-3.el9ost.noarch 134/408 Upgrading : util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Running scriptlet: util-linux-core-2.37.4-11.el9_2.x86_64 135/408 Installing : openssl-perl-1:3.0.7-6.el9_2.x86_64 136/408 Installing : python3-ldap-3.4.3-2.el9.x86_64 137/408 Installing : python3-augeas-0.5.0-25.el9.noarch 138/408 Installing : ruby-augeas-0.5.0-29.el9ost.x86_64 139/408 Installing : python3-alembic-1.7.5-3.el9.noarch 140/408 Installing : device-mapper-persistent-data-0.9.0-13.el9.x86_6 141/408 Installing : qemu-img-17:7.2.0-14.el9_2.18.x86_64 142/408 Installing : python3-rsa-4.6-3.1.el9ost.noarch 143/408 Installing : python3-boto-2.45.0-8.1.el9ost.noarch 144/408 Installing : heat-cfntools-1.4.2-6.1.el9ost.noarch 145/408 Upgrading : libfdisk-2.37.4-11.el9_2.x86_64 146/408 Upgrading : util-linux-2.37.4-11.el9_2.x86_64 147/408 Upgrading : device-mapper-libs-9:1.02.187-7.el9_2.2.x86_64 148/408 Upgrading : device-mapper-9:1.02.187-7.el9_2.2.x86_64 149/408 Installing : 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 : openstack-tripleo-common-containers-15.4.1-17.1. 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 : python3-waitress-2.0.0-4.el9ost.noarch 183/408 Installing : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 184/408 Installing : openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Running scriptlet: openstack-selinux-0.8.37-17.1.20231107080825.05d 185/408 Installing : python3-sqlparse-0.4.1-2.el9ost.noarch 186/408 Installing : python3-migrate-0.13.0-1.el9ost.noarch 187/408 Installing : python3-werkzeug-2.0.1-7.el9ost.noarch 188/408 Installing : python3-statsd-3.2.1-20.1.el9ost.noarch 189/408 Installing : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 190/408 Installing : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 191/408 Installing : python-pycadf-common-3.1.1-17.1.20230620210757.4 192/408 Installing : python3-pycadf-3.1.1-17.1.20230620210757.4179996 193/408 Installing : python-oslo-versionedobjects-lang-2.4.1-17.1.202 194/408 Installing : python-oslo-policy-lang-3.7.1-17.1.2023062100394 195/408 Installing : python3-oslo-policy-3.7.1-17.1.20230621003949.63 196/408 Installing : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 197/408 Installing : python-oslo-middleware-lang-4.2.1-17.1.202306210 198/408 Installing : python3-oslo-middleware-4.2.1-17.1.2023062101122 199/408 Installing : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 200/408 Installing : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 201/408 Installing : python-oslo-cache-lang-2.7.1-17.1.20230621012756 202/408 Installing : python3-soupsieve-2.2-1.el9ost.noarch 203/408 Installing : python3-smmap-3.0.1-4.el9ost.noarch 204/408 Installing : python3-gitdb-4.0.5-2.el9ost.noarch 205/408 Installing : python3-GitPython-3.1.14-2.el9ost.noarch 206/408 Installing : python3-setproctitle-1.2.2-1.el9ost.x86_64 207/408 Installing : python3-pyperclip-1.8.0-3.el9ost.noarch 208/408 Installing : python3-natsort-7.1.1-2.el9ost.noarch 209/408 Installing : python3-croniter-0.3.35-2.el9ost.noarch 210/408 Installing : python3-mimeparse-1.6.0-16.el9ost.noarch 211/408 Installing : python3-fixtures-3.0.0-24.el9ost.noarch 212/408 Installing : python3-testtools-2.4.0-10.el9ost.noarch 213/408 Installing : python3-oslo-service-2.5.1-17.1.20240821200745.c 214/408 Installing : python3-oslo-messaging-12.7.3-17.1.2023121913080 215/408 Installing : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 216/408 Installing : python3-oslo-versionedobjects-2.4.1-17.1.2023062 217/408 Installing : python3-memcached-1.59-3.el9ost.noarch 218/408 Installing : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 219/408 Installing : python3-keystonemiddleware-9.2.0-17.1.2023062021 220/408 Installing : python3-logutils-0.3.5-15.el9ost.noarch 221/408 Installing : python3-lockfile-1:0.12.2-2.el9ost.noarch 222/408 Installing : python3-docutils-0.16-6.el9ost.noarch 223/408 Installing : python3-daemon-2.3.0-1.el9ost.noarch 224/408 Installing : python3-bcrypt-3.1.7-7.el9ost.x86_64 225/408 Installing : python3-paramiko-2.11.0-2.el9ost.noarch 226/408 Installing : openpgm-5.2.122-26.el9ost.x86_64 227/408 Installing : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 228/408 Installing : libunwind-1.6.2-1.el9cp.x86_64 229/408 Installing : zeromq-4.3.4-1.el9ost.x86_64 230/408 Installing : python3-zmq-22.0.3-1.el9ost.x86_64 231/408 Installing : python3-tinyrpc-1.0.3-6.el9ost.noarch 232/408 Installing : libxslt-1.1.34-11.el9_2.x86_64 233/408 Installing : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 234/408 Installing : python3-lxml-4.6.5-3.el9.x86_64 235/408 Installing : python3-os-ken-1.4.1-17.1.20241205090937.018d755 236/408 warning: group neutron does not exist - using root Installing : python3-webtest-2.0.35-6.el9ost.noarch 237/408 Installing : python3-pecan-1.4.0-2.el9ost.noarch 238/408 Installing : ipa-client-common-4.10.1-12.el9_2.2.noarch 239/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-selinux-4.10.1-6.el9.noarch 240/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 240/408 Installing : ipa-common-4.10.1-12.el9_2.2.noarch 241/408 Installing : oniguruma-6.9.6-1.el9.5.x86_64 242/408 Installing : jq-1.6-14.el9.x86_64 243/408 Installing : python3-wcwidth-0.2.5-8.el9.noarch 244/408 Installing : python3-cmd2-1.4.0-4.el9ost.noarch 245/408 Installing : python3-cliff-3.7.0-17.1.20230620172206.117a100. 246/408 Installing : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 247/408 Installing : python3-heatclient-2.3.1-17.1.20230621012952.d16 248/408 Installing : python3-neutronclient-7.3.1-17.1.20230621044049. 249/408 Installing : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 250/408 Installing : python3-ironic-inspector-client-4.5.0-17.1.20230 251/408 Installing : python3-mistralclient-4.2.0-17.1.20230620220528. 252/408 Installing : python3-troveclient-7.0.0-17.1.20230620220924.c7 253/408 Installing : os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Running scriptlet: os-collect-config-13.1.1-17.1.20231020001748.761 254/408 Installing : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 255/408 Installing : python3-heat-agent-apply-config-2.2.1-17.1.20230 256/408 Installing : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 257/408 Installing : python3-heat-agent-hiera-2.2.1-17.1.202306202320 258/408 Installing : python3-heat-agent-json-file-2.2.1-17.1.20230620 259/408 Installing : python3-aodhclient-2.2.0-17.1.20230620222234.b74 260/408 Installing : python3-designateclient-4.2.1-17.1.2023062102313 261/408 Installing : python3-magnumclient-3.4.1-17.1.20230621053508.2 262/408 Installing : python3-manilaclient-2.6.4-17.1.20240830140806.7 263/408 Installing : python3-barbicanclient-5.3.0-17.1.20230620213453 264/408 Installing : python3-PyMySQL-0.10.1-6.el9.noarch 265/408 Installing : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 266/408 Installing : python3-neutron-lib-2.10.3-17.1.20231221164814.6 267/408 Installing : boost-atomic-1.75.0-8.el9.x86_64 268/408 Installing : boost-log-1.75.0-8.el9.x86_64 269/408 Installing : libburn-1.5.4-4.el9.x86_64 270/408 Installing : boost-program-options-1.75.0-8.el9.x86_64 271/408 Installing : sshpass-1.09-4.el9.x86_64 272/408 Installing : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 273/408 Installing : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 274/408 Installing : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 275/408 Installing : python3-validations-libs-1.9.1-17.1.202309130208 276/408 Installing : validations-common-1.9.1-17.1.20231006020828.f27 277/408 Installing : ansible-collection-community-general-4.0.0-1.1.e 278/408 Installing : ansible-collection-ansible-posix-1.2.0-1.3.el9os 279/408 Installing : ansible-role-chrony-1.3.1-17.1.20230621084226.01 280/408 Installing : ansible-role-container-registry-1.4.1-17.1.20230 281/408 Installing : ansible-role-redhat-subscription-1.3.0-17.1.2023 282/408 Installing : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 283/408 Installing : ansible-collection-containers-podman-1.9.4-5.el9 284/408 Installing : ansible-collections-openstack-1.9.1-17.1.2025051 285/408 Installing : ansible-role-metalsmith-deployment-1.4.4-17.1.20 286/408 Installing : ansible-role-openstack-operations-0.0.1-17.1.202 287/408 Installing : ansible-freeipa-1.9.2-3.el9_2.noarch 288/408 Installing : rhel-system-roles-1.21.2-1.el9_2.noarch 289/408 Installing : ansible-collection-ansible-utils-2.3.0-2.el9ost. 290/408 Installing : ansible-collection-ansible-netcommon-2.2.0-1.2.e 291/408 Installing : ansible-config_template-2.0.1-17.1.2023062108392 292/408 Installing : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 293/408 Installing : ansible-role-collectd-config-0.0.3-17.1.20230620 294/408 Installing : ansible-role-qdr-config-0.0.2-17.1.2023062017113 295/408 Installing : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 296/408 Installing : ansible-role-tripleo-modify-image-1.5.1-17.1.202 297/408 Installing : python3-heat-agent-ansible-2.2.1-17.1.2023062023 298/408 Installing : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 299/408 Installing : python3-jwcrypto-0.8-4.el9.noarch 300/408 Installing : python3-ipalib-4.10.1-12.el9_2.2.noarch 301/408 Installing : python3-ipaclient-4.10.1-12.el9_2.2.noarch 302/408 Installing : iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Running scriptlet: iptables-nft-services-1.8.8-6.el9_1.noarch 303/408 Installing : libisofs-1.5.4-4.el9.x86_64 304/408 Installing : libisoburn-1.5.4-4.el9.x86_64 305/408 Installing : xorriso-1.5.4-4.el9.x86_64 306/408 Running scriptlet: xorriso-1.5.4-4.el9.x86_64 306/408 Installing : boost-nowide-1.75.0-8.el9.x86_64 307/408 Installing : leatherman-1.12.6-5.el9ost.x86_64 308/408 Installing : cpp-hocon-0.3.0-7.el9ost.x86_64 309/408 Installing : facter-1:3.14.19-3.el9ost.x86_64 310/408 Installing : ruby-facter-1:3.14.19-3.el9ost.x86_64 311/408 Installing : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 312/408 Running scriptlet: puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-headless-7.10.0-4.el9ost.noarch 313/408 Installing : puppet-7.10.0-4.el9ost.noarch 314/408 Running scriptlet: puppet-7.10.0-4.el9ost.noarch 314/408 Installing : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 315/408 Installing : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 316/408 Installing : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 317/408 Installing : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 318/408 Installing : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 319/408 Installing : puppet-firewall-3.4.1-17.1.20250804151611.94f707 320/408 Installing : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 321/408 Installing : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 322/408 Installing : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 323/408 Installing : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 324/408 Installing : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 325/408 Installing : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 326/408 Installing : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 327/408 Installing : puppet-openstack_extras-18.5.1-17.1.202306210424 328/408 Installing : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 329/408 Installing : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 330/408 Installing : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 331/408 Installing : puppet-collectd-13.0.1-17.1.20230620193147.ad138 332/408 Installing : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 333/408 Installing : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 334/408 Installing : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 335/408 Installing : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 336/408 Installing : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 337/408 Installing : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 338/408 Installing : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 339/408 Installing : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 340/408 Installing : puppet-openstacklib-18.5.2-17.1.20230621052822.6 341/408 Installing : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 342/408 Installing : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 343/408 Installing : puppet-glance-18.6.1-17.1.20250220151014.81b081d 344/408 Installing : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 345/408 Installing : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 346/408 Installing : puppet-octavia-18.5.1-17.1.20230621062420.842492 347/408 Installing : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 348/408 Installing : puppet-ceilometer-18.4.3-17.1.20230927010818.383 349/408 Installing : puppet-designate-18.6.1-17.1.20230621061456.f4c0 350/408 Installing : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 351/408 Installing : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 352/408 Installing : puppet-placement-5.4.3-17.1.20230621061610.e7557 353/408 Installing : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 354/408 Installing : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 355/408 Installing : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 356/408 Installing : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 357/408 Installing : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 358/408 Installing : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 359/408 Installing : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 360/408 Installing : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 361/408 Installing : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 362/408 Installing : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 363/408 Installing : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 364/408 Installing : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 365/408 Installing : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 366/408 Installing : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 367/408 Installing : python3-heat-agent-puppet-2.2.1-17.1.20230620232 368/408 Installing : openstack-heat-agents-2.2.1-17.1.20230620232028. 369/408 Installing : puppet-module-data-0.5.1-17.1.20250725115430.28d 370/408 Installing : puppet-remote-10.0.0-17.1.20250725114017.7420908 371/408 Installing : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 372/408 Installing : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 373/408 Installing : pkgconf-m4-1.7.3-10.el9.noarch 374/408 Installing : libpkgconf-1.7.3-10.el9.x86_64 375/408 Installing : pkgconf-1.7.3-10.el9.x86_64 376/408 Installing : pkgconf-pkg-config-1.7.3-10.el9.x86_64 377/408 Installing : bash-completion-1:2.11-4.el9.noarch 378/408 Installing : python3-openstackclient-5.5.2-17.1.2025061610090 379/408 Running scriptlet: python3-openstackclient-5.5.2-17.1.2025061610090 379/408 The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. Installing : python3-ironicclient-4.6.4-17.1.20230621041552.0 380/408 Installing : python3-tripleo-common-15.4.1-17.1.2025090814082 381/408 Installing : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 382/408 Installing : openstack-tripleo-validations-14.3.2-17.1.202501 383/408 Installing : python3-saharaclient-3.3.0-17.1.20230620222322.4 384/408 Installing : python3-octaviaclient-2.3.1-17.1.20231106100828. 385/408 Running scriptlet: openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-common-1:16.1.1-17.1.202507031108 386/408 Installing : openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Running scriptlet: openstack-heat-api-1:16.1.1-17.1.20250703110808. 387/408 Installing : openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Running scriptlet: openstack-heat-engine-1:16.1.1-17.1.202507031108 388/408 Installing : openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Running scriptlet: openstack-heat-monolith-1:16.1.1-17.1.2025070311 389/408 Installing : libkadm5-1.20.1-8.el9.x86_64 390/408 Installing : krb5-pkinit-1.20.1-8.el9.x86_64 391/408 Installing : krb5-workstation-1.20.1-8.el9.x86_64 392/408 Installing : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 393/408 Installing : openstack-tripleo-common-15.4.1-17.1.20250908140 394/408 Installing : openstack-tripleo-heat-templates-14.3.1-17.1.202 395/408 Installing : glibc-langpack-en-2.34-60.el9.x86_64 396/408 Installing : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 397/408 Installing : python3-tripleoclient-16.5.1-17.1.20250728123209 398/408 Running scriptlet: cephadm-2:18.2.1-361.el9cp.noarch 399/408 Installing : cephadm-2:18.2.1-361.el9cp.noarch 399/408 Cleanup : device-mapper-9:1.02.187-7.el9.x86_64 400/408 Cleanup : util-linux-2.37.4-10.el9.x86_64 401/408 Cleanup : util-linux-core-2.37.4-10.el9.x86_64 402/408 Cleanup : libfdisk-2.37.4-10.el9.x86_64 403/408 Cleanup : libmount-2.37.4-10.el9.x86_64 404/408 Cleanup : libblkid-2.37.4-10.el9.x86_64 405/408 Cleanup : libuuid-2.37.4-10.el9.x86_64 406/408 Cleanup : libsmartcols-2.37.4-10.el9.x86_64 407/408 Cleanup : device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Running scriptlet: ipa-selinux-4.10.1-6.el9.noarch 408/408 Running scriptlet: device-mapper-libs-9:1.02.187-7.el9.x86_64 408/408 Verifying : bash-completion-1:2.11-4.el9.noarch 1/408 Verifying : device-mapper-persistent-data-0.9.0-13.el9.x86_6 2/408 Verifying : libaio-0.3.111-13.el9.x86_64 3/408 Verifying : glibc-langpack-en-2.34-60.el9.x86_64 4/408 Verifying : krb5-pkinit-1.20.1-8.el9.x86_64 5/408 Verifying : krb5-workstation-1.20.1-8.el9.x86_64 6/408 Verifying : libkadm5-1.20.1-8.el9.x86_64 7/408 Verifying : libpkgconf-1.7.3-10.el9.x86_64 8/408 Verifying : pkgconf-1.7.3-10.el9.x86_64 9/408 Verifying : pkgconf-m4-1.7.3-10.el9.noarch 10/408 Verifying : pkgconf-pkg-config-1.7.3-10.el9.x86_64 11/408 Verifying : python3-dns-2.2.1-2.el9.noarch 12/408 Verifying : python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 13/408 Verifying : perl-IO-Socket-SSL-2.073-1.el9.noarch 14/408 Verifying : boost-system-1.75.0-8.el9.x86_64 15/408 Verifying : perl-Getopt-Long-1:2.52-4.el9.noarch 16/408 Verifying : perl-Storable-1:3.21-460.el9.x86_64 17/408 Verifying : python3-urllib-gssapi-1.0.2-4.el9.noarch 18/408 Verifying : boost-locale-1.75.0-8.el9.x86_64 19/408 Verifying : boost-nowide-1.75.0-8.el9.x86_64 20/408 Verifying : boost-thread-1.75.0-8.el9.x86_64 21/408 Verifying : perl-Data-Dumper-2.174-462.el9.x86_64 22/408 Verifying : perl-Exporter-5.74-461.el9.noarch 23/408 Verifying : perl-File-Temp-1:0.231.100-4.el9.noarch 24/408 Verifying : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch 25/408 Verifying : perl-parent-1:0.238-460.el9.noarch 26/408 Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 27/408 Verifying : xorriso-1.5.4-4.el9.x86_64 28/408 Verifying : libisofs-1.5.4-4.el9.x86_64 29/408 Verifying : perl-IO-Socket-IP-0.41-5.el9.noarch 30/408 Verifying : perl-Net-SSLeay-1.92-2.el9.x86_64 31/408 Verifying : perl-PathTools-3.78-461.el9.x86_64 32/408 Verifying : perl-Pod-Simple-1:3.42-4.el9.noarch 33/408 Verifying : perl-Term-ANSIColor-5.01-461.el9.noarch 34/408 Verifying : perl-Text-ParseWords-3.30-460.el9.noarch 35/408 Verifying : perl-URI-5.09-3.el9.noarch 36/408 Verifying : perl-libnet-3.13-4.el9.noarch 37/408 Verifying : python3-lxml-4.6.5-3.el9.x86_64 38/408 Verifying : boost-chrono-1.75.0-8.el9.x86_64 39/408 Verifying : iptables-nft-services-1.8.8-6.el9_1.noarch 40/408 Verifying : perl-Carp-1.50-460.el9.noarch 41/408 Verifying : perl-Encode-4:3.08-462.el9.x86_64 42/408 Verifying : perl-Mozilla-CA-20200520-6.el9.noarch 43/408 Verifying : perl-Term-Cap-1.17-460.el9.noarch 44/408 Verifying : perl-Time-Local-2:1.300-7.el9.noarch 45/408 Verifying : python3-psutil-5.8.0-12.el9.x86_64 46/408 Verifying : python3-yubico-1.3.3-7.el9.noarch 47/408 Verifying : perl-Pod-Escapes-1:1.07-460.el9.noarch 48/408 Verifying : python3-jwcrypto-0.8-4.el9.noarch 49/408 Verifying : sshpass-1.09-4.el9.x86_64 50/408 Verifying : boost-filesystem-1.75.0-8.el9.x86_64 51/408 Verifying : boost-log-1.75.0-8.el9.x86_64 52/408 Verifying : boost-program-options-1.75.0-8.el9.x86_64 53/408 Verifying : libburn-1.5.4-4.el9.x86_64 54/408 Verifying : perl-Digest-MD5-2.58-4.el9.x86_64 55/408 Verifying : perl-MIME-Base64-3.16-4.el9.x86_64 56/408 Verifying : boost-atomic-1.75.0-8.el9.x86_64 57/408 Verifying : libisoburn-1.5.4-4.el9.x86_64 58/408 Verifying : perl-Digest-1.19-4.el9.noarch 59/408 Verifying : perl-File-Path-2.18-4.el9.noarch 60/408 Verifying : perl-Pod-Perldoc-3.28.01-461.el9.noarch 61/408 Verifying : perl-Pod-Usage-4:2.01-4.el9.noarch 62/408 Verifying : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 63/408 Verifying : perl-Socket-4:2.031-4.el9.x86_64 64/408 Verifying : perl-constant-1.33-461.el9.noarch 65/408 Verifying : perl-podlators-1:4.14-460.el9.noarch 66/408 Verifying : python3-PyMySQL-0.10.1-6.el9.noarch 67/408 Verifying : python3-appdirs-1.4.4-4.el9.noarch 68/408 Verifying : python3-pyasn1-0.4.8-6.el9.noarch 69/408 Verifying : python3-pyusb-1.0.2-13.el9.noarch 70/408 Verifying : python3-qrcode-core-6.1-12.el9.noarch 71/408 Verifying : python3-wcwidth-0.2.5-8.el9.noarch 72/408 Verifying : boost-regex-1.75.0-8.el9.x86_64 73/408 Verifying : oniguruma-6.9.6-1.el9.5.x86_64 74/408 Verifying : python3-alembic-1.7.5-3.el9.noarch 75/408 Verifying : python3-augeas-0.5.0-25.el9.noarch 76/408 Verifying : python3-gssapi-1.6.9-5.el9.x86_64 77/408 Verifying : augeas-libs-1.13.0-3.el9.x86_64 78/408 Verifying : jq-1.6-14.el9.x86_64 79/408 Verifying : libselinux-ruby-3.5-1.el9.x86_64 80/408 Verifying : perl-AutoLoader-5.74-480.el9.noarch 81/408 Verifying : perl-B-1.80-480.el9.x86_64 82/408 Verifying : perl-Class-Struct-0.66-480.el9.noarch 83/408 Verifying : perl-Errno-1.30-480.el9.x86_64 84/408 Verifying : perl-Fcntl-1.13-480.el9.x86_64 85/408 Verifying : perl-File-Basename-2.85-480.el9.noarch 86/408 Verifying : perl-File-stat-1.09-480.el9.noarch 87/408 Verifying : perl-FileHandle-2.03-480.el9.noarch 88/408 Verifying : perl-Getopt-Std-1.12-480.el9.noarch 89/408 Verifying : perl-IPC-Open3-1.21-480.el9.noarch 90/408 Verifying : perl-POSIX-1.94-480.el9.x86_64 91/408 Verifying : perl-SelectSaver-1.02-480.el9.noarch 92/408 Verifying : perl-Symbol-1.08-480.el9.noarch 93/408 Verifying : perl-interpreter-4:5.32.1-480.el9.x86_64 94/408 Verifying : perl-libs-4:5.32.1-480.el9.x86_64 95/408 Verifying : perl-overload-1.31-480.el9.noarch 96/408 Verifying : perl-overloading-0.02-480.el9.noarch 97/408 Verifying : python3-ldap-3.4.3-2.el9.x86_64 98/408 Verifying : ipa-selinux-4.10.1-6.el9.noarch 99/408 Verifying : openssl-perl-1:3.0.7-6.el9_2.x86_64 100/408 Verifying : perl-IO-1.43-480.el9.x86_64 101/408 Verifying : perl-NDBM_File-1.15-480.el9.x86_64 102/408 Verifying : perl-base-2.27-480.el9.noarch 103/408 Verifying : perl-if-0.60.800-480.el9.noarch 104/408 Verifying : perl-mro-1.23-480.el9.x86_64 105/408 Verifying : perl-subs-1.03-480.el9.noarch 106/408 Verifying : perl-vars-1.05-480.el9.noarch 107/408 Verifying : python3-mako-1.1.4-6.el9.noarch 108/408 Verifying : ansible-freeipa-1.9.2-3.el9_2.noarch 109/408 Verifying : rhel-system-roles-1.21.2-1.el9_2.noarch 110/408 Verifying : ipa-client-common-4.10.1-12.el9_2.2.noarch 111/408 Verifying : ipa-common-4.10.1-12.el9_2.2.noarch 112/408 Verifying : python3-ipaclient-4.10.1-12.el9_2.2.noarch 113/408 Verifying : python3-ipalib-4.10.1-12.el9_2.2.noarch 114/408 Verifying : perl-HTTP-Tiny-0.076-461.el9_2.noarch 115/408 Verifying : skopeo-2:1.11.2-0.1.el9_2.2.x86_64 116/408 Verifying : ruby-3.0.4-161.el9_2.2.x86_64 117/408 Verifying : ruby-default-gems-3.0.4-161.el9_2.2.noarch 118/408 Verifying : ruby-libs-3.0.4-161.el9_2.2.x86_64 119/408 Verifying : rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 120/408 Verifying : rubygem-bundler-2.2.33-161.el9_2.2.noarch 121/408 Verifying : rubygem-io-console-0.5.7-161.el9_2.2.x86_64 122/408 Verifying : rubygem-json-2.5.1-161.el9_2.2.x86_64 123/408 Verifying : rubygem-psych-3.3.2-161.el9_2.2.x86_64 124/408 Verifying : rubygem-rdoc-6.3.3-161.el9_2.2.noarch 125/408 Verifying : rubygem-rexml-3.2.5-161.el9_2.2.noarch 126/408 Verifying : rubygems-3.2.33-161.el9_2.2.noarch 127/408 Verifying : buildah-1:1.29.5-1.el9_2.x86_64 128/408 Verifying : libxslt-1.1.34-11.el9_2.x86_64 129/408 Verifying : qemu-img-17:7.2.0-14.el9_2.18.x86_64 130/408 Verifying : ansible-collection-community-general-4.0.0-1.1.e 131/408 Verifying : libunwind-1.6.2-1.el9cp.x86_64 132/408 Verifying : ansible-collection-ansible-posix-1.2.0-1.3.el9os 133/408 Verifying : cephadm-2:18.2.1-361.el9cp.noarch 134/408 Verifying : ansible-collection-ansible-netcommon-2.2.0-1.2.e 135/408 Verifying : ansible-collection-ansible-utils-2.3.0-2.el9ost. 136/408 Verifying : golang-github-vbatts-tar-split-0.11.1-9.el9ost.x 137/408 Verifying : heat-cfntools-1.4.2-6.1.el9ost.noarch 138/408 Verifying : libsodium-1.0.18-7.el9ost.x86_64 139/408 Verifying : openpgm-5.2.122-26.el9ost.x86_64 140/408 Verifying : puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost 141/408 Verifying : python3-ansible-runner-2.0.0a1-3.el9ost.noarch 142/408 Verifying : python3-bcrypt-3.1.7-7.el9ost.x86_64 143/408 Verifying : python3-beautifulsoup4-4.9.3-2.el9ost.noarch 144/408 Verifying : python3-croniter-0.3.35-2.el9ost.noarch 145/408 Verifying : python3-daemon-2.3.0-1.el9ost.noarch 146/408 Verifying : python3-docutils-0.16-6.el9ost.noarch 147/408 Verifying : python3-etcd3gw-0.2.6-2.el9ost.noarch 148/408 Verifying : python3-gevent-21.1.2-2.el9ost.x86_64 149/408 Verifying : python3-gitdb-4.0.5-2.el9ost.noarch 150/408 Verifying : python3-jeepney-0.6.0-2.el9ost.noarch 151/408 Verifying : python3-jmespath-0.10.0-1.el9ost.noarch 152/408 Verifying : python3-lockfile-1:0.12.2-2.el9ost.noarch 153/408 Verifying : python3-logutils-0.3.5-15.el9ost.noarch 154/408 Verifying : python3-memcached-1.59-3.el9ost.noarch 155/408 Verifying : python3-migrate-0.13.0-1.el9ost.noarch 156/408 Verifying : python3-mimeparse-1.6.0-16.el9ost.noarch 157/408 Verifying : python3-natsort-7.1.1-2.el9ost.noarch 158/408 Verifying : python3-passlib-1.7.4-3.el9ost.noarch 159/408 Verifying : python3-pecan-1.4.0-2.el9ost.noarch 160/408 Verifying : python3-pyOpenSSL-20.0.1-2.el9ost.noarch 161/408 Verifying : python3-pynacl-1.4.0-1.el9ost.x86_64 162/408 Verifying : python3-pyperclip-1.8.0-3.el9ost.noarch 163/408 Verifying : python3-setproctitle-1.2.2-1.el9ost.x86_64 164/408 Verifying : python3-smmap-3.0.1-4.el9ost.noarch 165/408 Verifying : python3-soupsieve-2.2-1.el9ost.noarch 166/408 Verifying : python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 167/408 Verifying : python3-tenacity-6.3.1-1.el9ost.noarch 168/408 Verifying : python3-webtest-2.0.35-6.el9ost.noarch 169/408 Verifying : python3-zmq-22.0.3-1.el9ost.x86_64 170/408 Verifying : python3-zope-event-4.2.0-20.el9ost.noarch 171/408 Verifying : python3-zope-interface-5.4.0-1.el9ost.x86_64 172/408 Verifying : rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch 173/408 Verifying : rubygem-deep_merge-1.2.1-7.el9ost.noarch 174/408 Verifying : rubygem-fast_gettext-1.2.0-9.el9ost.noarch 175/408 Verifying : rubygem-hocon-1.3.1-2.el9ost.noarch 176/408 Verifying : rubygem-multi_json-1.15.0-2.el9ost.noarch 177/408 Verifying : rubygem-puppet-resource_api-1.8.13-1.el9ost.noar 178/408 Verifying : rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 179/408 Verifying : rubygem-semantic_puppet-1.0.4-2.el9ost.noarch 180/408 Verifying : zeromq-4.3.4-1.el9ost.x86_64 181/408 Verifying : ansible-config_template-2.0.1-17.1.2023062108392 182/408 Verifying : ansible-role-atos-hsm-1.0.1-17.1.20230927001631. 183/408 Verifying : ansible-role-chrony-1.3.1-17.1.20230621084226.01 184/408 Verifying : ansible-role-collectd-config-0.0.3-17.1.20230620 185/408 Verifying : ansible-role-container-registry-1.4.1-17.1.20230 186/408 Verifying : ansible-role-openstack-operations-0.0.1-17.1.202 187/408 Verifying : ansible-role-qdr-config-0.0.2-17.1.2023062017113 188/408 Verifying : ansible-role-redhat-subscription-1.3.0-17.1.2023 189/408 Verifying : ansible-role-thales-hsm-3.0.1-17.1.2023100722080 190/408 Verifying : ansible-role-tripleo-modify-image-1.5.1-17.1.202 191/408 Verifying : ansible-tripleo-ipa-0.3.1-17.1.20230627190951.8d 192/408 Verifying : ansible-tripleo-ipsec-11.0.1-17.1.20230620172008 193/408 Verifying : dib-utils-0.0.11-17.1.20230620173328.51661c3.el9 194/408 Verifying : openstack-heat-agents-2.2.1-17.1.20230620232028. 195/408 Verifying : os-apply-config-13.1.1-17.1.20231020001757.3c7f9 196/408 Verifying : os-collect-config-13.1.1-17.1.20231020001748.761 197/408 Verifying : os-refresh-config-13.1.1-17.1.20231020000854.812 198/408 Verifying : puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.e 199/408 Verifying : puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff 200/408 Verifying : puppet-auditd-2.2.1-17.1.20230620192453.189b22b. 201/408 Verifying : puppet-ceilometer-18.4.3-17.1.20230927010818.383 202/408 Verifying : puppet-certmonger-2.7.1-17.1.20230620184730.3e2e 203/408 Verifying : puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7 204/408 Verifying : puppet-collectd-13.0.1-17.1.20230620193147.ad138 205/408 Verifying : puppet-corosync-8.0.1-17.1.20230621104908.6a9da9 206/408 Verifying : puppet-designate-18.6.1-17.1.20230621061456.f4c0 207/408 Verifying : puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9 208/408 Verifying : puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.e 209/408 Verifying : puppet-gnocchi-18.4.3-17.1.20230621061020.7584b9 210/408 Verifying : puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.e 211/408 Verifying : puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el 212/408 Verifying : puppet-manila-18.5.2-17.1.20231102190827.a72a7d5 213/408 Verifying : puppet-memcached-6.0.0-17.1.20230620184630.4c70d 214/408 Verifying : puppet-mysql-10.6.1-17.1.20230621022141.937d044. 215/408 Verifying : puppet-neutron-18.6.1-17.1.20230621053056.c9d467 216/408 Verifying : puppet-nova-18.6.1-17.1.20230621090443.a21eae4.e 217/408 Verifying : puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.e 218/408 Verifying : puppet-octavia-18.5.1-17.1.20230621062420.842492 219/408 Verifying : puppet-openstack_extras-18.5.1-17.1.202306210424 220/408 Verifying : puppet-openstacklib-18.5.2-17.1.20230621052822.6 221/408 Verifying : puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.e 222/408 Verifying : puppet-placement-5.4.3-17.1.20230621061610.e7557 223/408 Verifying : puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9 224/408 Verifying : puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee 225/408 Verifying : puppet-redis-6.1.1-17.1.20230620191704.547105e.e 226/408 Verifying : puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d 227/408 Verifying : puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9 228/408 Verifying : puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25. 229/408 Verifying : puppet-swift-18.6.1-17.1.20230621052139.f105ffc. 230/408 Verifying : puppet-systemd-2.12.1-17.1.20230620191611.8f68b0 231/408 Verifying : puppet-vswitch-14.4.3-17.1.20230621043558.51e82c 232/408 Verifying : puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4. 233/408 Verifying : python-oslo-cache-lang-2.7.1-17.1.20230621012756 234/408 Verifying : python-oslo-log-lang-4.4.0-17.1.20230620205407.9 235/408 Verifying : python-oslo-middleware-lang-4.2.1-17.1.202306210 236/408 Verifying : python-oslo-policy-lang-3.7.1-17.1.2023062100394 237/408 Verifying : python-oslo-versionedobjects-lang-2.4.1-17.1.202 238/408 Verifying : python-pycadf-common-3.1.1-17.1.20230620210757.4 239/408 Verifying : python3-GitPython-3.1.14-2.el9ost.noarch 240/408 Verifying : python3-aodhclient-2.2.0-17.1.20230620222234.b74 241/408 Verifying : python3-barbicanclient-5.3.0-17.1.20230620213453 242/408 Verifying : python3-cinderclient-7.4.1-17.1.20230620211836.4 243/408 Verifying : python3-cliff-3.7.0-17.1.20230620172206.117a100. 244/408 Verifying : python3-designateclient-4.2.1-17.1.2023062102313 245/408 Verifying : python3-futurist-2.3.0-17.1.20230621104020.1a1c6 246/408 Verifying : python3-heat-agent-2.2.1-17.1.20230620232028.ed1 247/408 Verifying : python3-heat-agent-ansible-2.2.1-17.1.2023062023 248/408 Verifying : python3-heat-agent-apply-config-2.2.1-17.1.20230 249/408 Verifying : python3-heat-agent-docker-cmd-2.2.1-17.1.2023062 250/408 Verifying : python3-heat-agent-hiera-2.2.1-17.1.202306202320 251/408 Verifying : python3-heat-agent-json-file-2.2.1-17.1.20230620 252/408 Verifying : python3-heat-agent-puppet-2.2.1-17.1.20230620232 253/408 Verifying : python3-heatclient-2.3.1-17.1.20230621012952.d16 254/408 Verifying : python3-ironic-inspector-client-4.5.0-17.1.20230 255/408 Verifying : python3-ironicclient-4.6.4-17.1.20230621041552.0 256/408 Verifying : python3-keystoneclient-1:4.3.0-17.1.202306210251 257/408 Verifying : python3-keystonemiddleware-9.2.0-17.1.2023062021 258/408 Verifying : python3-magnumclient-3.4.1-17.1.20230621053508.2 259/408 Verifying : python3-mistralclient-4.2.0-17.1.20230620220528. 260/408 Verifying : python3-neutronclient-7.3.1-17.1.20230621044049. 261/408 Verifying : python3-novaclient-1:17.4.1-17.1.20230621034300. 262/408 Verifying : python3-os-client-config-2.1.0-17.1.202306202031 263/408 Verifying : python3-os-service-types-1.7.0-17.1.202306202012 264/408 Verifying : python3-os-traits-2.5.0-17.1.20230620221402.ac1b 265/408 Verifying : python3-osc-lib-2.3.1-17.1.20230620203400.2b7a67 266/408 Verifying : python3-oslo-cache-2.7.1-17.1.20230621012756.d02 267/408 Verifying : python3-oslo-context-3.2.1-17.1.20230620204857.b 268/408 Verifying : python3-oslo-log-4.4.0-17.1.20230620205407.9b29c 269/408 Verifying : python3-oslo-middleware-4.2.1-17.1.2023062101122 270/408 Verifying : python3-oslo-policy-3.7.1-17.1.20230621003949.63 271/408 Verifying : python3-oslo-reports-2.2.0-17.1.20230620210621.b 272/408 Verifying : python3-oslo-rootwrap-6.3.1-17.1.20230621110703. 273/408 Verifying : python3-oslo-serialization-4.1.1-17.1.2023062101 274/408 Verifying : python3-oslo-upgradecheck-1.3.1-17.1.20230621010 275/408 Verifying : python3-oslo-versionedobjects-2.4.1-17.1.2023062 276/408 Verifying : python3-osprofiler-3.4.0-17.1.20230620215259.5d8 277/408 Verifying : python3-pycadf-3.1.1-17.1.20230620210757.4179996 278/408 Verifying : python3-requestsexceptions-1.4.0-17.1.2023062016 279/408 Verifying : python3-saharaclient-3.3.0-17.1.20230620222322.4 280/408 Verifying : python3-shade-1.33.0-17.1.20230620225148.e7c7f29 281/408 Verifying : python3-statsd-3.2.1-20.1.el9ost.noarch 282/408 Verifying : python3-swiftclient-3.11.1-17.1.20230620204150.0 283/408 Verifying : python3-tinyrpc-1.0.3-6.el9ost.noarch 284/408 Verifying : python3-troveclient-7.0.0-17.1.20230620220924.c7 285/408 Verifying : python3-validations-libs-1.9.1-17.1.202309130208 286/408 Verifying : python3-zaqarclient-2.4.0-17.1.20230620214253.e3 287/408 Verifying : validations-common-1.9.1-17.1.20231006020828.f27 288/408 Verifying : python3-paramiko-2.11.0-2.el9ost.noarch 289/408 Verifying : python3-werkzeug-2.0.1-7.el9ost.noarch 290/408 Verifying : ansible-pacemaker-1.0.4-17.1.20231213170757.7c10 291/408 Verifying : python3-manilaclient-2.6.4-17.1.20240830140806.7 292/408 Verifying : python3-sqlparse-0.4.1-2.el9ost.noarch 293/408 Verifying : python3-webob-1.8.7-2.1.el9ost.noarch 294/408 Verifying : ansible-role-metalsmith-deployment-1.4.4-17.1.20 295/408 Verifying : openstack-selinux-0.8.37-17.1.20231107080825.05d 296/408 Verifying : puppet-ironic-18.7.1-17.1.20240305210817.edf93f9 297/408 Verifying : python-oslo-db-lang-8.5.2-17.1.20240820150750.26 298/408 Verifying : python3-glanceclient-1:3.3.0-17.1.20240712170803 299/408 Verifying : python3-keystoneauth1-4.4.0-17.1.20240812145234. 300/408 Verifying : python3-metalsmith-1.4.4-17.1.20240522060758.5e7 301/408 Verifying : python3-neutron-lib-2.10.3-17.1.20231221164814.6 302/408 Verifying : python3-octaviaclient-2.3.1-17.1.20231106100828. 303/408 Verifying : python3-oslo-db-8.5.2-17.1.20240820150750.26fd6f 304/408 Verifying : python3-oslo-messaging-12.7.3-17.1.2023121913080 305/408 Verifying : python3-oslo-service-2.5.1-17.1.20240821200745.c 306/408 Verifying : python3-rhosp-openvswitch-3.3-1.el9ost.noarch 307/408 Verifying : python3-waitress-2.0.0-4.el9ost.noarch 308/408 Verifying : openstack-ansible-core-2.14.2-4.7.el9ost.x86_64 309/408 Verifying : openstack-tripleo-validations-14.3.2-17.1.202501 310/408 Verifying : puppet-glance-18.6.1-17.1.20250220151014.81b081d 311/408 Verifying : puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el 312/408 Verifying : puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce 313/408 Verifying : python3-os-ken-1.4.1-17.1.20241205090937.018d755 314/408 Verifying : puppet-tripleo-14.2.3-17.1.20250320101351.40278e 315/408 Verifying : ansible-collection-containers-podman-1.9.4-5.el9 316/408 Verifying : ansible-collections-openstack-1.9.1-17.1.2025051 317/408 Verifying : cpp-hocon-0.3.0-7.el9ost.x86_64 318/408 Verifying : facter-1:3.14.19-3.el9ost.x86_64 319/408 Verifying : hiera-3.6.0-6.el9ost.noarch 320/408 Verifying : leatherman-1.12.6-5.el9ost.x86_64 321/408 Verifying : puppet-7.10.0-4.el9ost.noarch 322/408 Verifying : puppet-headless-7.10.0-4.el9ost.noarch 323/408 Verifying : python3-amqp-5.0.6-5.el9ost.noarch 324/408 Verifying : python3-boto-2.45.0-8.1.el9ost.noarch 325/408 Verifying : python3-cachetools-4.2.2-3.el9ost.noarch 326/408 Verifying : python3-cmd2-1.4.0-4.el9ost.noarch 327/408 Verifying : python3-colorama-0.4.4-4.el9ost.noarch 328/408 Verifying : python3-dogpile-cache-1.1.5-5.el9ost.noarch 329/408 Verifying : python3-extras-1.0.0-17.el9ost.noarch 330/408 Verifying : python3-fixtures-3.0.0-24.el9ost.noarch 331/408 Verifying : python3-keyring-21.8.0-4.el9ost.noarch 332/408 Verifying : python3-kombu-1:5.0.2-3.el9ost.noarch 333/408 Verifying : python3-msgpack-1.0.2-4.el9ost.x86_64 334/408 Verifying : python3-munch-2.5.0-6.el9ost.noarch 335/408 Verifying : python3-openstacksdk-0.55.1-17.1.20250516211008. 336/408 Verifying : python3-paste-3.5.0-5.el9ost.noarch 337/408 Verifying : python3-paste-deploy-2.1.1-4.el9ost.noarch 338/408 Verifying : python3-pystache-0.5.4-15.el9ost.noarch 339/408 Verifying : python3-repoze-lru-0.7-12.el9ost.noarch 340/408 Verifying : python3-routes-2.4.1-14.el9ost.noarch 341/408 Verifying : python3-rsa-4.6-3.1.el9ost.noarch 342/408 Verifying : python3-secretstorage-3.3.1-3.el9ost.noarch 343/408 Verifying : python3-simplejson-3.17.5-3.el9ost.x86_64 344/408 Verifying : python3-tempita-0.5.1-27.el9ost.noarch 345/408 Verifying : python3-testtools-2.4.0-10.el9ost.noarch 346/408 Verifying : python3-vine-5.0.0-5.el9ost.noarch 347/408 Verifying : python3-warlock-1.3.3-7.el9ost.noarch 348/408 Verifying : python3-yappi-1.3.1-5.el9ost.x86_64 349/408 Verifying : python3-yaql-1.1.3-13.el9ost.noarch 350/408 Verifying : ruby-augeas-0.5.0-29.el9ost.x86_64 351/408 Verifying : ruby-facter-1:3.14.19-3.el9ost.x86_64 352/408 Verifying : yaml-cpp-0.6.3-6.el9ost.x86_64 353/408 Verifying : ansible-role-lunasa-hsm-1.1.1-17.1.2025060318083 354/408 Verifying : openstack-heat-api-1:16.1.1-17.1.20250703110808. 355/408 Verifying : openstack-heat-common-1:16.1.1-17.1.202507031108 356/408 Verifying : openstack-heat-engine-1:16.1.1-17.1.202507031108 357/408 Verifying : openstack-heat-monolith-1:16.1.1-17.1.2025070311 358/408 Verifying : puppet-barbican-18.4.2-17.1.20250625204151.af6c7 359/408 Verifying : python-openstackclient-lang-5.5.2-17.1.202506161 360/408 Verifying : python3-openstackclient-5.5.2-17.1.2025061610090 361/408 Verifying : openstack-tripleo-common-15.4.1-17.1.20250908140 362/408 Verifying : openstack-tripleo-common-containers-15.4.1-17.1. 363/408 Verifying : puppet-apache-6.5.2-17.1.20250811150836.e4a1532. 364/408 Verifying : puppet-concat-6.2.1-17.1.20250725131333.dfeabb9. 365/408 Verifying : puppet-firewall-3.4.1-17.1.20250804151611.94f707 366/408 Verifying : puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9 367/408 Verifying : puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c 368/408 Verifying : puppet-inifile-4.2.1-17.1.20250804150825.df46d2a 369/408 Verifying : puppet-ipaclient-2.5.2-17.1.20250725102608.b0867 370/408 Verifying : puppet-keepalived-0.0.2-17.1.20250725114922.bbca 371/408 Verifying : puppet-module-data-0.5.1-17.1.20250725115430.28d 372/408 Verifying : puppet-remote-10.0.0-17.1.20250725114017.7420908 373/408 Verifying : puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.e 374/408 Verifying : puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el 375/408 Verifying : puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c 376/408 Verifying : puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18 377/408 Verifying : python3-tripleo-common-15.4.1-17.1.2025090814082 378/408 Verifying : python3-tripleoclient-16.5.1-17.1.20250728123209 379/408 Verifying : tripleo-ansible-3.3.1-17.1.20250804050821.8debef 380/408 Verifying : openstack-tripleo-heat-templates-14.3.1-17.1.202 381/408 Verifying : puppet-horizon-18.6.1-17.1.20251008130751.8074e6 382/408 Verifying : puppet-keystone-18.6.1-17.1.20251008090800.cb0ad 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.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-common-containers-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch openstack-tripleo-heat-templates-14.3.1-17.1.20251015110812.e7c7ce3.el9ost.noarch openstack-tripleo-validations-14.3.2-17.1.20250120160809.2b526f8.el9ost.noarch os-apply-config-13.1.1-17.1.20231020001757.3c7f9b9.el9ost.noarch os-collect-config-13.1.1-17.1.20231020001748.76173d8.el9ost.noarch os-refresh-config-13.1.1-17.1.20231020000854.812905b.el9ost.noarch perl-AutoLoader-5.74-480.el9.noarch perl-B-1.80-480.el9.x86_64 perl-Carp-1.50-460.el9.noarch perl-Class-Struct-0.66-480.el9.noarch perl-Data-Dumper-2.174-462.el9.x86_64 perl-Digest-1.19-4.el9.noarch perl-Digest-MD5-2.58-4.el9.x86_64 perl-Encode-4:3.08-462.el9.x86_64 perl-Errno-1.30-480.el9.x86_64 perl-Exporter-5.74-461.el9.noarch perl-Fcntl-1.13-480.el9.x86_64 perl-File-Basename-2.85-480.el9.noarch perl-File-Path-2.18-4.el9.noarch perl-File-Temp-1:0.231.100-4.el9.noarch perl-File-stat-1.09-480.el9.noarch perl-FileHandle-2.03-480.el9.noarch perl-Getopt-Long-1:2.52-4.el9.noarch perl-Getopt-Std-1.12-480.el9.noarch perl-HTTP-Tiny-0.076-461.el9_2.noarch perl-IO-1.43-480.el9.x86_64 perl-IO-Socket-IP-0.41-5.el9.noarch perl-IO-Socket-SSL-2.073-1.el9.noarch perl-IPC-Open3-1.21-480.el9.noarch perl-MIME-Base64-3.16-4.el9.x86_64 perl-Mozilla-CA-20200520-6.el9.noarch perl-NDBM_File-1.15-480.el9.x86_64 perl-Net-SSLeay-1.92-2.el9.x86_64 perl-POSIX-1.94-480.el9.x86_64 perl-PathTools-3.78-461.el9.x86_64 perl-Pod-Escapes-1:1.07-460.el9.noarch perl-Pod-Perldoc-3.28.01-461.el9.noarch perl-Pod-Simple-1:3.42-4.el9.noarch perl-Pod-Usage-4:2.01-4.el9.noarch perl-Scalar-List-Utils-4:1.56-461.el9.x86_64 perl-SelectSaver-1.02-480.el9.noarch perl-Socket-4:2.031-4.el9.x86_64 perl-Storable-1:3.21-460.el9.x86_64 perl-Symbol-1.08-480.el9.noarch perl-Term-ANSIColor-5.01-461.el9.noarch perl-Term-Cap-1.17-460.el9.noarch perl-Text-ParseWords-3.30-460.el9.noarch perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch perl-Time-Local-2:1.300-7.el9.noarch perl-URI-5.09-3.el9.noarch perl-base-2.27-480.el9.noarch perl-constant-1.33-461.el9.noarch perl-if-0.60.800-480.el9.noarch perl-interpreter-4:5.32.1-480.el9.x86_64 perl-libnet-3.13-4.el9.noarch perl-libs-4:5.32.1-480.el9.x86_64 perl-mro-1.23-480.el9.x86_64 perl-overload-1.31-480.el9.noarch perl-overloading-0.02-480.el9.noarch perl-parent-1:0.238-460.el9.noarch perl-podlators-1:4.14-460.el9.noarch perl-subs-1.03-480.el9.noarch perl-vars-1.05-480.el9.noarch pkgconf-1.7.3-10.el9.x86_64 pkgconf-m4-1.7.3-10.el9.noarch pkgconf-pkg-config-1.7.3-10.el9.x86_64 puppet-7.10.0-4.el9ost.noarch puppet-aodh-18.4.2-17.1.20230620151218.3e47b5a.el9ost.noarch puppet-apache-6.5.2-17.1.20250811150836.e4a1532.el9ost.noarch puppet-archive-4.6.1-17.1.20230620181607.bc7e4ff.el9ost.noarch puppet-auditd-2.2.1-17.1.20230620192453.189b22b.el9ost.noarch puppet-barbican-18.4.2-17.1.20250625204151.af6c77b.el9ost.noarch puppet-ceilometer-18.4.3-17.1.20230927010818.3838907.el9ost.noarch puppet-certmonger-2.7.1-17.1.20230620184730.3e2e660.el9ost.noarch puppet-cinder-18.5.2-17.1.20230621054224.6aa60e7.el9ost.noarch puppet-collectd-13.0.1-17.1.20230620193147.ad138a7.el9ost.noarch puppet-concat-6.2.1-17.1.20250725131333.dfeabb9.el9ost.noarch puppet-corosync-8.0.1-17.1.20230621104908.6a9da9a.el9ost.noarch puppet-designate-18.6.1-17.1.20230621061456.f4c0b89.el9ost.noarch puppet-dns-8.2.1-17.1.20230621002045.70f5b28.el9ost.noarch puppet-etcd-1.12.3-17.1.20230620193226.e143c2d.el9ost.noarch puppet-fdio-18.2-1.20220727113954.6fd1c8e.el9ost.noarch puppet-firewall-3.4.1-17.1.20250804151611.94f707c.el9ost.noarch puppet-git-0.5.0-17.1.20250725114148.4e4498e.el9ost.noarch puppet-glance-18.6.1-17.1.20250220151014.81b081d.el9ost.noarch puppet-gnocchi-18.4.3-17.1.20230621061020.7584b94.el9ost.noarch puppet-haproxy-4.2.2-17.1.20250725114653.a797b8c.el9ost.noarch puppet-headless-7.10.0-4.el9ost.noarch puppet-heat-18.4.1-17.1.20230621111632.3b41bb0.el9ost.noarch puppet-horizon-18.6.1-17.1.20251008130751.8074e69.el9ost.noarch puppet-inifile-4.2.1-17.1.20250804150825.df46d2a.el9ost.noarch puppet-ipaclient-2.5.2-17.1.20250725102608.b086731.el9ost.noarch puppet-ironic-18.7.1-17.1.20240305210817.edf93f9.el9ost.noarch puppet-keepalived-0.0.2-17.1.20250725114922.bbca37a.el9ost.noarch puppet-keystone-18.6.1-17.1.20251008090800.cb0adcb.el9ost.noarch puppet-kmod-2.5.0-17.1.20230620190646.52e31e3.el9ost.noarch puppet-manila-18.5.2-17.1.20231102190827.a72a7d5.el9ost.noarch puppet-memcached-6.0.0-17.1.20230620184630.4c70dbd.el9ost.noarch puppet-module-data-0.5.1-17.1.20250725115430.28dafce.el9ost.noarch puppet-mysql-10.6.1-17.1.20230621022141.937d044.el9ost.noarch puppet-neutron-18.6.1-17.1.20230621053056.c9d467f.el9ost.noarch puppet-nova-18.6.1-17.1.20230621090443.a21eae4.el9ost.noarch puppet-nssdb-1.0.2-17.1.20230620185645.2ed2a2d.el9ost.noarch puppet-octavia-18.5.1-17.1.20230621062420.842492c.el9ost.noarch puppet-openstack_extras-18.5.1-17.1.20230621042409.504e1a0.el9ost.noarch puppet-openstacklib-18.5.2-17.1.20230621052822.64d8ac6.el9ost.noarch puppet-oslo-18.5.1-17.1.20230621052358.fe2a147.el9ost.noarch puppet-ovn-18.6.1-17.1.20240925094907.7805f7e.el9ost.noarch puppet-pacemaker-1.5.1-17.1.20250214161010.f10ce89.el9ost.noarch puppet-placement-5.4.3-17.1.20230621061610.e7557a5.el9ost.noarch puppet-qdr-7.4.1-17.1.20230620195605.8a575de.el9ost.noarch puppet-rabbitmq-11.0.1-17.1.20230620182519.63fee2c.el9ost.noarch puppet-redis-6.1.1-17.1.20230620191704.547105e.el9ost.noarch puppet-remote-10.0.0-17.1.20250725114017.7420908.el9ost.noarch puppet-rsync-1.1.4-17.1.20250804151510.ea6397e.el9ost.noarch puppet-rsyslog-4.0.1-17.1.20230620200132.2548a0d.el9ost.noarch puppet-snmp-3.9.1-17.1.20250725115759.5d73485.el9ost.noarch puppet-ssh-6.2.1-17.1.20230620190251.6e0f430.el9ost.noarch puppet-stdlib-6.3.1-17.1.20230621000857.7c1ae25.el9ost.noarch puppet-swift-18.6.1-17.1.20230621052139.f105ffc.el9ost.noarch puppet-sysctl-0.0.13-17.1.20250725113328.847ec1c.el9ost.noarch puppet-systemd-2.12.1-17.1.20230620191611.8f68b0d.el9ost.noarch puppet-tripleo-14.2.3-17.1.20250320101351.40278e1.el9ost.noarch puppet-vcsrepo-3.1.1-17.1.20250725113408.a36ee18.el9ost.noarch puppet-vswitch-14.4.3-17.1.20230621043558.51e82ca.el9ost.noarch puppet-xinetd-3.3.1-17.1.20230620185435.8d460c4.el9ost.noarch python-openstackclient-lang-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python-oslo-cache-lang-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python-oslo-db-lang-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python-oslo-log-lang-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python-oslo-middleware-lang-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python-oslo-policy-lang-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python-oslo-versionedobjects-lang-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python-pycadf-common-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-GitPython-3.1.14-2.el9ost.noarch python3-PyMySQL-0.10.1-6.el9.noarch python3-alembic-1.7.5-3.el9.noarch python3-amqp-5.0.6-5.el9ost.noarch python3-ansible-runner-2.0.0a1-3.el9ost.noarch python3-aodhclient-2.2.0-17.1.20230620222234.b747ae3.el9ost.noarch python3-appdirs-1.4.4-4.el9.noarch python3-augeas-0.5.0-25.el9.noarch python3-barbicanclient-5.3.0-17.1.20230620213453.ad49c40.el9ost.noarch python3-bcrypt-3.1.7-7.el9ost.x86_64 python3-beautifulsoup4-4.9.3-2.el9ost.noarch python3-boto-2.45.0-8.1.el9ost.noarch python3-cachetools-4.2.2-3.el9ost.noarch python3-cinderclient-7.4.1-17.1.20230620211836.4f72e6f.el9ost.noarch python3-cliff-3.7.0-17.1.20230620172206.117a100.el9ost.noarch python3-cmd2-1.4.0-4.el9ost.noarch python3-colorama-0.4.4-4.el9ost.noarch python3-croniter-0.3.35-2.el9ost.noarch python3-daemon-2.3.0-1.el9ost.noarch python3-designateclient-4.2.1-17.1.20230621023138.7a8d156.el9ost.noarch python3-dns-2.2.1-2.el9.noarch python3-docutils-0.16-6.el9ost.noarch python3-dogpile-cache-1.1.5-5.el9ost.noarch python3-etcd3gw-0.2.6-2.el9ost.noarch python3-extras-1.0.0-17.el9ost.noarch python3-fixtures-3.0.0-24.el9ost.noarch python3-futurist-2.3.0-17.1.20230621104020.1a1c6f8.el9ost.noarch python3-gevent-21.1.2-2.el9ost.x86_64 python3-gitdb-4.0.5-2.el9ost.noarch python3-glanceclient-1:3.3.0-17.1.20240712170803.f802c71.el9ost.noarch python3-gssapi-1.6.9-5.el9.x86_64 python3-heat-agent-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-ansible-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-apply-config-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-docker-cmd-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-hiera-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-json-file-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heat-agent-puppet-2.2.1-17.1.20230620232028.ed16cc7.el9ost.noarch python3-heatclient-2.3.1-17.1.20230621012952.d16c245.el9ost.noarch python3-ipaclient-4.10.1-12.el9_2.2.noarch python3-ipalib-4.10.1-12.el9_2.2.noarch python3-ironic-inspector-client-4.5.0-17.1.20230620205758.3c03e21.el9ost.noarch python3-ironicclient-4.6.4-17.1.20230621041552.09b78fa.el9ost.noarch python3-jeepney-0.6.0-2.el9ost.noarch python3-jmespath-0.10.0-1.el9ost.noarch python3-jwcrypto-0.8-4.el9.noarch python3-keyring-21.8.0-4.el9ost.noarch python3-keystoneauth1-4.4.0-17.1.20240812145234.112bcae.el9ost.noarch python3-keystoneclient-1:4.3.0-17.1.20230621025111.d5cb761.el9ost.noarch python3-keystonemiddleware-9.2.0-17.1.20230620211753.3659bda.el9ost.noarch python3-kombu-1:5.0.2-3.el9ost.noarch python3-ldap-3.4.3-2.el9.x86_64 python3-libipa_hbac-2.8.2-5.el9_2.5.x86_64 python3-lockfile-1:0.12.2-2.el9ost.noarch python3-logutils-0.3.5-15.el9ost.noarch python3-lxml-4.6.5-3.el9.x86_64 python3-magnumclient-3.4.1-17.1.20230621053508.280acd2.el9ost.noarch python3-mako-1.1.4-6.el9.noarch python3-manilaclient-2.6.4-17.1.20240830140806.7f7d7d3.el9ost.noarch python3-memcached-1.59-3.el9ost.noarch python3-metalsmith-1.4.4-17.1.20240522060758.5e7461e.el9ost.noarch python3-migrate-0.13.0-1.el9ost.noarch python3-mimeparse-1.6.0-16.el9ost.noarch python3-mistralclient-4.2.0-17.1.20230620220528.20a10f0.el9ost.noarch python3-msgpack-1.0.2-4.el9ost.x86_64 python3-munch-2.5.0-6.el9ost.noarch python3-natsort-7.1.1-2.el9ost.noarch python3-neutron-lib-2.10.3-17.1.20231221164814.619c0fe.el9ost.noarch python3-neutronclient-7.3.1-17.1.20230621044049.29a9f5e.el9ost.noarch python3-novaclient-1:17.4.1-17.1.20230621034300.5ee4427.el9ost.noarch python3-octaviaclient-2.3.1-17.1.20231106100828.51347bc.el9ost.noarch python3-openstackclient-5.5.2-17.1.20250616100909.42d9b6e.el9ost.noarch python3-openstacksdk-0.55.1-17.1.20250516211008.f09ed4a.el9ost.noarch python3-openvswitch3.3-3.3.6-141.el9fdp.x86_64 python3-os-client-config-2.1.0-17.1.20230620203151.bc96c23.el9ost.noarch python3-os-ken-1.4.1-17.1.20241205090937.018d755.el9ost.noarch python3-os-service-types-1.7.0-17.1.20230620201222.0b2f473.el9ost.noarch python3-os-traits-2.5.0-17.1.20230620221402.ac1b39e.el9ost.noarch python3-osc-lib-2.3.1-17.1.20230620203400.2b7a679.el9ost.noarch python3-oslo-cache-2.7.1-17.1.20230621012756.d0252f6.el9ost.noarch python3-oslo-context-3.2.1-17.1.20230620204857.b124eb7.el9ost.noarch python3-oslo-db-8.5.2-17.1.20240820150750.26fd6fb.el9ost.noarch python3-oslo-log-4.4.0-17.1.20230620205407.9b29c90.el9ost.noarch python3-oslo-messaging-12.7.3-17.1.20231219130800.5d6fd1a.el9ost.noarch python3-oslo-middleware-4.2.1-17.1.20230621011225.b40ca5f.el9ost.noarch python3-oslo-policy-3.7.1-17.1.20230621003949.639b471.el9ost.noarch python3-oslo-reports-2.2.0-17.1.20230620210621.bc631ae.el9ost.noarch python3-oslo-rootwrap-6.3.1-17.1.20230621110703.1b1b960.el9ost.noarch python3-oslo-serialization-4.1.1-17.1.20230621011445.bbe5d5a.el9ost.noarch python3-oslo-service-2.5.1-17.1.20240821200745.c1e3398.el9ost.noarch python3-oslo-upgradecheck-1.3.1-17.1.20230621010138.9561ecb.el9ost.noarch python3-oslo-versionedobjects-2.4.1-17.1.20230621010423.89ff171.el9ost.noarch python3-osprofiler-3.4.0-17.1.20230620215259.5d82a02.el9ost.noarch python3-paramiko-2.11.0-2.el9ost.noarch python3-passlib-1.7.4-3.el9ost.noarch python3-paste-3.5.0-5.el9ost.noarch python3-paste-deploy-2.1.1-4.el9ost.noarch python3-pecan-1.4.0-2.el9ost.noarch python3-psutil-5.8.0-12.el9.x86_64 python3-pyOpenSSL-20.0.1-2.el9ost.noarch python3-pyasn1-0.4.8-6.el9.noarch python3-pyasn1-modules-0.4.8-6.el9.noarch python3-pycadf-3.1.1-17.1.20230620210757.4179996.el9ost.noarch python3-pynacl-1.4.0-1.el9ost.x86_64 python3-pyperclip-1.8.0-3.el9ost.noarch python3-pystache-0.5.4-15.el9ost.noarch python3-pyusb-1.0.2-13.el9.noarch python3-qrcode-core-6.1-12.el9.noarch python3-repoze-lru-0.7-12.el9ost.noarch python3-requestsexceptions-1.4.0-17.1.20230620164652.d7ac0ff.el9ost.noarch python3-rhosp-openvswitch-3.3-1.el9ost.noarch python3-routes-2.4.1-14.el9ost.noarch python3-rsa-4.6-3.1.el9ost.noarch python3-saharaclient-3.3.0-17.1.20230620222322.401e663.el9ost.noarch python3-secretstorage-3.3.1-3.el9ost.noarch python3-setproctitle-1.2.2-1.el9ost.x86_64 python3-shade-1.33.0-17.1.20230620225148.e7c7f29.el9ost.noarch python3-simplejson-3.17.5-3.el9ost.x86_64 python3-smmap-3.0.1-4.el9ost.noarch python3-soupsieve-2.2-1.el9ost.noarch python3-sqlalchemy13-1.3.24-3.el9ost.x86_64 python3-sqlparse-0.4.1-2.el9ost.noarch python3-sss-murmur-2.8.2-5.el9_2.5.x86_64 python3-statsd-3.2.1-20.1.el9ost.noarch python3-swiftclient-3.11.1-17.1.20230620204150.06b36ae.el9ost.noarch python3-tempita-0.5.1-27.el9ost.noarch python3-tenacity-6.3.1-1.el9ost.noarch python3-testtools-2.4.0-10.el9ost.noarch python3-tinyrpc-1.0.3-6.el9ost.noarch python3-tripleo-common-15.4.1-17.1.20250908140822.e5b18f2.el9ost.noarch python3-tripleoclient-16.5.1-17.1.20250728123209.f3599d0.el9ost.noarch python3-troveclient-7.0.0-17.1.20230620220924.c7319d8.el9ost.noarch python3-urllib-gssapi-1.0.2-4.el9.noarch python3-validations-libs-1.9.1-17.1.20230913020848.8d9e1b5.el9ost.noarch python3-vine-5.0.0-5.el9ost.noarch python3-waitress-2.0.0-4.el9ost.noarch python3-warlock-1.3.3-7.el9ost.noarch python3-wcwidth-0.2.5-8.el9.noarch python3-webob-1.8.7-2.1.el9ost.noarch python3-webtest-2.0.35-6.el9ost.noarch python3-werkzeug-2.0.1-7.el9ost.noarch python3-yappi-1.3.1-5.el9ost.x86_64 python3-yaql-1.1.3-13.el9ost.noarch python3-yubico-1.3.3-7.el9.noarch python3-zaqarclient-2.4.0-17.1.20230620214253.e388947.el9ost.noarch python3-zmq-22.0.3-1.el9ost.x86_64 python3-zope-event-4.2.0-20.el9ost.noarch python3-zope-interface-5.4.0-1.el9ost.x86_64 qemu-img-17:7.2.0-14.el9_2.18.x86_64 rhel-system-roles-1.21.2-1.el9_2.noarch ruby-3.0.4-161.el9_2.2.x86_64 ruby-augeas-0.5.0-29.el9ost.x86_64 ruby-default-gems-3.0.4-161.el9_2.2.noarch ruby-facter-1:3.14.19-3.el9ost.x86_64 ruby-libs-3.0.4-161.el9_2.2.x86_64 rubygem-bigdecimal-3.0.0-161.el9_2.2.x86_64 rubygem-bundler-2.2.33-161.el9_2.2.noarch rubygem-concurrent-ruby-1.1.5-2.el9ost.noarch rubygem-deep_merge-1.2.1-7.el9ost.noarch rubygem-fast_gettext-1.2.0-9.el9ost.noarch rubygem-hocon-1.3.1-2.el9ost.noarch rubygem-io-console-0.5.7-161.el9_2.2.x86_64 rubygem-json-2.5.1-161.el9_2.2.x86_64 rubygem-multi_json-1.15.0-2.el9ost.noarch rubygem-psych-3.3.2-161.el9_2.2.x86_64 rubygem-puppet-resource_api-1.8.13-1.el9ost.noarch rubygem-rdoc-6.3.3-161.el9_2.2.noarch rubygem-rexml-3.2.5-161.el9_2.2.noarch rubygem-ruby-shadow-2.5.0-15.el9ost.x86_64 rubygem-semantic_puppet-1.0.4-2.el9ost.noarch rubygems-3.2.33-161.el9_2.2.noarch skopeo-2:1.11.2-0.1.el9_2.2.x86_64 sshpass-1.09-4.el9.x86_64 tripleo-ansible-3.3.1-17.1.20250804050821.8debef3.el9ost.noarch validations-common-1.9.1-17.1.20231006020828.f273ccb.el9ost.noarch xorriso-1.5.4-4.el9.x86_64 yaml-cpp-0.6.3-6.el9ost.x86_64 zeromq-4.3.4-1.el9ost.x86_64 Complete! + sudo hostnamectl set-hostname standalone.ooo.test + sudo hostnamectl set-hostname standalone.ooo.test --transient Hint: static hostname is already set, so the specified transient hostname will not be used. + cat + cat + cat + export HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + HOST_PRIMARY_RESOLV_CONF_ENTRY=192.168.122.10 + export INTERFACE_MTU=1500 + INTERFACE_MTU=1500 + export NTP_SERVER=pool.ntp.org + NTP_SERVER=pool.ntp.org + export EDPM_CONFIGURE_HUGEPAGES=false + EDPM_CONFIGURE_HUGEPAGES=false + export EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_CEPH_ENABLED=false + export EDPM_COMPUTE_CEPH_NOVA=false + EDPM_COMPUTE_CEPH_NOVA=false + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml' + [[ false == \f\a\l\s\e ]] + export 'CEPH_ARGS=-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + CEPH_ARGS='-e /root/deployed_ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm-rbd-only.yaml -e /root/nova_noceph.yaml' + export COMPUTE_DRIVER=libvirt + COMPUTE_DRIVER=libvirt + export IP=192.168.122.100 + IP=192.168.122.100 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export STANDALONE_VM=false + STANDALONE_VM=false + export BARBICAN_ENABLED=false + BARBICAN_ENABLED=false + export MANILA_ENABLED=true + MANILA_ENABLED=true + export SWIFT_REPLICATED=false + SWIFT_REPLICATED=false + export TLSE_ENABLED=true + TLSE_ENABLED=true + export CLOUD_DOMAIN=ooo.test + CLOUD_DOMAIN=ooo.test + export OCTAVIA_ENABLED=true + OCTAVIA_ENABLED=true + export DESIGNATE_ENABLED=false + DESIGNATE_ENABLED=false + export HEAT_ENABLED=true + HEAT_ENABLED=true + export TELEMETRY_ENABLED=true + TELEMETRY_ENABLED=true + [[ -f /root/containers-prepare-parameters.yaml ]] + openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # Generated with the following on 2025-11-26T15:57:37.048420 # # openstack tripleo container image prepare default --output-env-file /root/containers-prepare-parameters.yaml # parameter_defaults: ContainerImagePrepare: - set: ceph_alertmanager_image: ose-prometheus-alertmanager ceph_alertmanager_namespace: registry.redhat.io/openshift4 ceph_alertmanager_tag: v4.12 ceph_grafana_image: rhceph-6-dashboard-rhel9 ceph_grafana_namespace: registry.redhat.io/rhceph ceph_grafana_tag: latest ceph_image: rhceph-6-rhel9 ceph_namespace: registry.redhat.io/rhceph ceph_node_exporter_image: ose-prometheus-node-exporter ceph_node_exporter_namespace: registry.redhat.io/openshift4 ceph_node_exporter_tag: v4.12 ceph_prometheus_image: ose-prometheus ceph_prometheus_namespace: registry.redhat.io/openshift4 ceph_prometheus_tag: v4.12 ceph_tag: latest name_prefix: openstack- name_suffix: '' namespace: registry.redhat.io/rhosp-rhel9 neutron_driver: ovn rhel_containers: false tag: '17.1' tag_from_label: '{version}-{release}' + sed -i 's|quay.io/tripleowallaby$|quay.io/tripleowallabycentos9|' /root/containers-prepare-parameters.yaml + sed -i 's|rhceph-6-rhel9|rhceph-7-rhel9|' /root/containers-prepare-parameters.yaml + sudo mkdir -p /etc/os-net-config + cat + sudo tee /etc/cloud/cloud.cfg.d/99-edpm-disable-network-config.cfg network: config: disabled + sudo systemctl enable network network.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable network + sudo cp /tmp/net_config.yaml /etc/os-net-config/config.yaml + sudo os-net-config -c /etc/os-net-config/config.yaml + sudo cp /tmp/net_config.yaml /root/standalone_net_config.j2 + sudo cp /tmp/network_data.yaml /root/network_data.yaml + sudo cp /tmp/deployed_network.yaml /root/deployed_network.yaml + sudo cp /tmp/Standalone.yaml /root/Standalone.yaml + [[ false == \t\r\u\e ]] + /tmp/openstack.sh + EDPM_CONFIGURE_HUGEPAGES=false + EDPM_COMPUTE_CEPH_ENABLED=false + EDPM_COMPUTE_SRIOV_ENABLED=true + EDPM_COMPUTE_DHCP_AGENT_ENABLED=true + COMPUTE_DRIVER=libvirt + INTERFACE_MTU=1500 + BARBICAN_ENABLED=false + MANILA_ENABLED=true + SWIFT_REPLICATED=false + TLSE_ENABLED=true + CLOUD_DOMAIN=ooo.test + TELEMETRY_ENABLED=true + OCTAVIA_ENABLED=true + DESIGNATE_ENABLED=false + IPA_IMAGE=quay.io/freeipa/freeipa-server:fedora-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 DESIGNATE_BIND_IP=192.168.122.155 + DESIGNATE_BIND_IP=192.168.122.155 + export CIDR=24 + CIDR=24 + export GATEWAY=192.168.122.10 + GATEWAY=192.168.122.10 + export BRIDGE=br-ctlplane + BRIDGE=br-ctlplane + '[' libvirt = ironic ']' + BRIDGE_MAPPINGS=datacentre:br-ctlplane + NEUTRON_FLAT_NETWORKS=datacentre + cat + CMD='openstack tripleo deploy' + CMD_ARGS+=' --templates /usr/share/openstack-tripleo-heat-templates' + CMD_ARGS+=' --local-ip=192.168.122.100/24' + CMD_ARGS+=' --control-virtual-ip=192.168.122.99' + CMD_ARGS+=' --output-dir /root' + CMD_ARGS+=' --standalone-role Standalone' + CMD_ARGS+=' -r /root/Standalone.yaml' + CMD_ARGS+=' -n /root/network_data.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/low-memory-usage.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/deployed-network-environment.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml' + '[' libvirt = ironic ']' + '[' true = true ']' + cat + ENV_ARGS+=' -e /root/enable_heat.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml' + '[' false = true ']' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml' + '[' true = true ']' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-everywhere-endpoints-dns.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/services/haproxy-public-tls-certmonger.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-internal-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-memcached-tls.yaml' + ENV_ARGS+=' -e /usr/share/openstack-tripleo-heat-templates/ci/environments/standalone-ipa.yaml' + export IPA_ADMIN_USER=admin + IPA_ADMIN_USER=admin + export IPA_PRINCIPAL=admin + IPA_PRINCIPAL=admin + export IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + IPA_ADMIN_PASSWORD=fce95318204114530f31f885c9df588f + export IPA_PASSWORD=fce95318204114530f31f885c9df588f + IPA_PASSWORD=fce95318204114530f31f885c9df588f + export UNDERCLOUD_FQDN=standalone.ooo.test + UNDERCLOUD_FQDN=standalone.ooo.test + export IPA_DOMAIN=ooo.test + IPA_DOMAIN=ooo.test ++ echo ooo.test ++ awk '{print toupper($0)}' + export IPA_REALM=OOO.TEST + IPA_REALM=OOO.TEST + export IPA_HOST=ipa.ooo.test + IPA_HOST=ipa.ooo.test + export IPA_SERVER_HOSTNAME=ipa.ooo.test + IPA_SERVER_HOSTNAME=ipa.ooo.test + mkdir /tmp/ipa-data + podman run -d --name freeipa-server-container --sysctl net.ipv6.conf.lo.disable_ipv6=0 --security-opt seccomp=unconfined --ip 10.88.0.2 -e IPA_SERVER_IP=10.88.0.2 -e PASSWORD=fc**********8f -h ipa.ooo.test --read-only --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/ipa-data:/data:Z quay.io/freeipa/freeipa-server:fedora-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:305aeeb8a16b784f7a63a6630a57ee16f3195eef921e3a1b90693ebd71649706 Copying blob sha256:e284dd4a3231efa00d815b7cee59e158c8a95f2e2d71e2909fdaef568e0ba472 Copying blob sha256:9eb206a15f6ed27660f36bd7a11991330426640749fdef0cc774a999e1fecfd1 Copying blob sha256:7bb8f3e36f3664558fe216e3aead5d89bca9f53772108413642e1c934438d2dd Copying blob sha256:d25ec405d55cae0f040e72fc1e7ec50767fc8f5df438ffde4116e1b2ca8b7ac1 Copying blob sha256:4066d03e95d2999deb1d7d265da8981f88db86a2c28e0c2f4436bd3ef0b197ee Copying blob sha256:87fb709da132b9a02502bbc40cdeb82c95d0647662d52b8e2234324ed597f92c Copying blob sha256:baad2f239acde3079655d924136b7cc63e3fec739533929e5168e1efa0685416 Copying blob sha256:baed1f94cccfc10475494afe00bd0b5c23bab1eed5b7e538982b37b625adfba2 Copying blob sha256:b0ca26bddce0ee7a1ba8f6a18dfd275861890492c2bb8e45cbb53169ffd08792 Copying blob sha256:be47bb3f49a32f60e85eb051916e3f7e356cc94b73ad8cc5819998c25b5e857e Copying blob sha256:581a548862a734a3bfcd249e1bf298632bd44873ed191f70a726279e8f2fdace Copying blob sha256:04608dd2fe260468f6df57815bafd9c9771975906b028dae4d06f635b2860f17 Copying blob sha256:0c08ff764fdb4d05382ef543446f502e156616c440e79474a70a2063cdc3b4a4 Copying blob sha256:04688d411641e79b427166003c382f97394ef1df453934bdfebc09e75ff2be54 Copying blob sha256:411e6305e6a9d5d09d0a065692578933fbe192fbb6af8b478badbfc6487b7c4f Copying blob sha256:0262831881015a41b256027186a10f1d98b6d14354a6141038542d7f443f64f3 Copying blob sha256:58ccc72f416e4a760d1ae75cfb8aee1b6b77c6276bdc06ea9841b2fd6774ff81 Copying blob sha256:49dce57b827f74793470962d57f72138cd2100679f12141ed8804db2d98e5240 Copying blob sha256:6bd9852e3daaca4802dc40a4a558b1f8d993b7a5bbdcba333a529b3278cc6603 Copying blob sha256:8da8357bca8a5c1ac11f0e52a3cacbc17cdad527369fffb8ddd6f1962a209b30 Copying blob sha256:e8ce440bc1295f2a3c6583aa9b1923d4c08553a5b231caf85ffd43057efd7fae Copying blob sha256:bd1755e4d03c5fb756de95ba088b33dfbb7336566e36fe4d0790303acce44575 Copying blob sha256:ab07b0493f074f767e2fae0f121bcd8d0fd36d70f25ce8fee49827915e997dca Copying blob sha256:bd9ddc54bea929a22b334e73e026d4136e5b73f5cc29942896c72e4ece69b13d Copying blob sha256:dec7483ad936c6f9724d15bcd77342811f4a9af852df64e52bcdf2f9e05602ab Copying blob sha256:696e5bb76e8a022e0b362b88593fecb52cc3f133d699d58a24c6ef6a4f9403fe Copying blob sha256:a203e3c35d1d9167911e2fa3d45516a888b6c3de3aca1b40b6d6e143f163dcd3 Copying blob sha256:60f8b5e95862be9d63f57b45cba2d8e751a530ecc3b745e14f27efff28b4bf6f Copying blob sha256:2ed3e3729f401dabb0cdaccb38f950b45b0a42d2d4126f9b167fde891e5047fc Copying blob sha256:aff9249cd394a6540078ed5880dc334c5988386bd9d90bf5c9ce61811433b6af Copying blob sha256:2584908b74df61ed3df643e1159d551bbda6ccf8379e0fc26909c9ce60bb1ca2 Copying blob sha256:ff9b11d82339763d02b97916e52bfd9da8af56818aec9456a5e0b0f43e538209 Copying blob sha256:005d3d6418047e6a7bf388e438fdb1ca0c1d037cdc56bd3c8baa5c89d70dd4e3 Copying blob sha256:bc4a70fd40d23ba9d1bd85d5ae97f8ca8505c8bfebe11d1e80fb1b58d3bf94da Copying blob sha256:1d561b16080baeac9f12bacbc93714910248dead5797e98d3dd6cc548fcabfc3 Copying blob sha256:a0f22f3bc22dfc14bdf233a01558c7f045640bb4d30837dc3eb5c46feffb3cb2 Copying blob sha256:b242c61d9b8fba8e69cbd70f65a522546943646462bb7bde5bd3c9ff6635816f Copying blob sha256:47366e5e52780f327d8b2ec679dcb430490c02ea171888cd44358fb7c945685d Copying blob sha256:555e7d6c43b9f0502a2b6859707ae4528440c89f5e4491b6b0b1f1d156e7e48a Copying blob sha256:2eec153485f549e56f5e4c7c6d87f670f9d373da5d9c63993ddd23fbfe76d4e7 Copying blob sha256:8eb325e7e0a049e3a6cc0743f1d4cd4bc30a26c7998456af922d4ec90841318f Copying blob sha256:8dac6da8b07d072e583d2be3540d9773bfefbfaf1ad6cdafb6b02333b9bdbeab Copying blob sha256:9547ab137ff77591957d1a167cbe5631cbd9b4f82cef892e9e2c70d5813399cd Copying blob sha256:dfdfd21eb9126672ffb319a8037271fcc203323856772b283d71de557b2dde14 Copying blob sha256:9d3ba702389f0ff1634ed7c6eacd96298dbaae8e981a14c054cbd84114b85dcf Copying blob sha256:deb7fb7082cb6a73052b565c0fdf383bc5b60cb3d0da39dfe100e6fd6e4315a3 Copying config sha256:550c2fb923d6d779ccd2642211991a891f284da88472e2ea1e0fd0bfa4ddbfcc Writing manifest to image destination Storing signatures 1d35ae638a0572b4f72f2960199791a365ec31b69c52a0c3a4bd9e57c4375995 + 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-11-26 16:05:34.404 43323 INFO migrate.versioning.api [-] 72 -> 73...  2025-11-26 16:05:34.427 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.427 43323 INFO migrate.versioning.api [-] 73 -> 74...  2025-11-26 16:05:34.429 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.429 43323 INFO migrate.versioning.api [-] 74 -> 75...  2025-11-26 16:05:34.431 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.431 43323 INFO migrate.versioning.api [-] 75 -> 76...  2025-11-26 16:05:34.432 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.432 43323 INFO migrate.versioning.api [-] 76 -> 77...  2025-11-26 16:05:34.434 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.434 43323 INFO migrate.versioning.api [-] 77 -> 78...  2025-11-26 16:05:34.436 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.436 43323 INFO migrate.versioning.api [-] 78 -> 79...  2025-11-26 16:05:34.459 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.460 43323 INFO migrate.versioning.api [-] 79 -> 80...  2025-11-26 16:05:34.476 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.477 43323 INFO migrate.versioning.api [-] 80 -> 81...  2025-11-26 16:05:34.478 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.478 43323 INFO migrate.versioning.api [-] 81 -> 82...  2025-11-26 16:05:34.480 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.480 43323 INFO migrate.versioning.api [-] 82 -> 83...  2025-11-26 16:05:34.482 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.482 43323 INFO migrate.versioning.api [-] 83 -> 84...  2025-11-26 16:05:34.484 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.484 43323 INFO migrate.versioning.api [-] 84 -> 85...  2025-11-26 16:05:34.486 43323 INFO migrate.versioning.api [-] done 2025-11-26 16:05:34.486 43323 INFO migrate.versioning.api [-] 85 -> 86...  2025-11-26 16:05:34.507 43323 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-11-26 16:05:42Z [standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:42Z [standalone.DeploymentServerBlacklistDict]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:42Z [standalone.DeploymentServerBlacklistDict]: CREATE_COMPLETE state changed 2025-11-26 16:05:43Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:43Z [standalone.StandaloneRoleUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:43Z [standalone.StandaloneRoleUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:43Z [standalone.StandaloneRoleUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 16:05:43Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:05:44Z [standalone.NodeUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:44Z [standalone.NodeUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:44Z [standalone.NodeUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:44Z [standalone.StandaloneRoleUserData]: CREATE_COMPLETE state changed 2025-11-26 16:05:44Z [standalone.NodeUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 16:05:44Z [standalone.NodeUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:05:45Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:45Z [standalone.NodeUserData]: CREATE_COMPLETE state changed 2025-11-26 16:05:45Z [standalone.ServiceNetMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:45Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:45Z [standalone.ServiceNetMap.ServiceNetMapValue]: CREATE_COMPLETE state changed 2025-11-26 16:05:45Z [standalone.ServiceNetMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:05:46Z [standalone.CloudNames]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:46Z [standalone.CloudNames]: CREATE_COMPLETE state changed 2025-11-26 16:05:46Z [standalone.ServiceNetMap]: CREATE_COMPLETE state changed 2025-11-26 16:05:47Z [standalone.StandaloneServiceNetMapLower]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:47Z [standalone.ControlVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:47Z [standalone.StandaloneServiceNetMapLower]: CREATE_COMPLETE state changed 2025-11-26 16:05:47Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:47Z [standalone.NodeAdminUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:47Z [standalone.NodeAdminUserData.user_config]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:47Z [standalone.NodeAdminUserData.user_config]: CREATE_COMPLETE state changed 2025-11-26 16:05:47Z [standalone.NodeAdminUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:47Z [standalone.NodeAdminUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 16:05:48Z [standalone.NodeAdminUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:05:48Z [standalone.ControlVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 16:05:48Z [standalone.Networks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:48Z [standalone.Networks]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:48Z [standalone.Networks.NetworkAttributesMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:48Z [standalone.Networks.NetworkAttributesMap]: CREATE_COMPLETE state changed 2025-11-26 16:05:48Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:48Z [standalone.NodeAdminUserData]: CREATE_COMPLETE state changed 2025-11-26 16:05:48Z [standalone.NodeTimesyncUserData]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:48Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:48Z [standalone.NodeTimesyncUserData.timesync_chrony]: CREATE_COMPLETE state changed 2025-11-26 16:05:49Z [standalone.Networks.NetworkExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:49Z [standalone.Networks.NetworkExtraConfig]: CREATE_COMPLETE state changed 2025-11-26 16:05:49Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:49Z [standalone.NodeTimesyncUserData.timesync_sync]: CREATE_COMPLETE state changed 2025-11-26 16:05:50Z [standalone.NodeTimesyncUserData.userdata]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:50Z [standalone.NodeTimesyncUserData.userdata]: CREATE_COMPLETE state changed 2025-11-26 16:05:50Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:05:50Z [standalone.Networks.NetworkCidrMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:50Z [standalone.Networks.NetworkCidrMap]: CREATE_COMPLETE state changed 2025-11-26 16:05:50Z [standalone.NodeTimesyncUserData]: CREATE_COMPLETE state changed 2025-11-26 16:05:51Z [standalone.StandaloneUserData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:51Z [standalone.StandaloneUserData]: CREATE_COMPLETE state changed 2025-11-26 16:05:51Z [standalone.Networks.NetworkIpVersionMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:51Z [standalone.Networks.NetworkIpVersionMap]: CREATE_COMPLETE state changed 2025-11-26 16:05:51Z [standalone.Networks]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:05:52Z [standalone.Networks]: CREATE_COMPLETE state changed 2025-11-26 16:05:52Z [standalone.StorageVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:52Z [standalone.StandaloneNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:52Z [standalone.NetIpVersionMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:52Z [standalone.PublicVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:52Z [standalone.NetIpVersionMapValue]: CREATE_COMPLETE state changed 2025-11-26 16:05:52Z [standalone.StandaloneNetworkConfig]: CREATE_COMPLETE state changed 2025-11-26 16:05:52Z [standalone.StorageMgmtVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:52Z [standalone.NetCidrMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:52Z [standalone.NetCidrMapValue]: CREATE_COMPLETE state changed 2025-11-26 16:05:52Z [standalone.InternalApiVirtualIP]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:53Z [standalone.StorageVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 16:05:53Z [standalone.PublicVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 16:05:53Z [standalone.StorageMgmtVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 16:05:54Z [standalone.InternalApiVirtualIP]: CREATE_COMPLETE state changed 2025-11-26 16:05:54Z [standalone.VipMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:54Z [standalone.VipMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:54Z [standalone.VipMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:54Z [standalone.VipMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-26 16:05:54Z [standalone.VipMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:05:55Z [standalone.VipMap]: CREATE_COMPLETE state changed 2025-11-26 16:05:55Z [standalone.EndpointMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:55Z [standalone.VipHosts]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:55Z [standalone.VipHosts]: CREATE_COMPLETE state changed 2025-11-26 16:05:56Z [standalone.EndpointMap]: CREATE_COMPLETE state changed 2025-11-26 16:05:56Z [standalone.EndpointMapData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:56Z [standalone.EndpointMapData]: CREATE_COMPLETE state changed 2025-11-26 16:05:56Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:56Z [standalone.StandaloneServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:57Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:58Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:05:59Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:00Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:00Z [standalone.StandaloneServiceChain.ServiceChain.0.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:01Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:01Z [standalone.StandaloneServiceChain.ServiceChain.0.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:02Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:02Z [standalone.StandaloneServiceChain.ServiceChain.0.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:02Z [standalone.StandaloneServiceChain.ServiceChain.0.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:03Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:04Z [standalone.StandaloneServiceChain.ServiceChain.0.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:04Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:05Z [standalone.StandaloneServiceChain.ServiceChain.0]: CREATE_COMPLETE state changed 2025-11-26 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:06Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:07Z [standalone.StandaloneServiceChain.ServiceChain.1.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:08Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:08Z [standalone.StandaloneServiceChain.ServiceChain.1.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:09Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:09Z [standalone.StandaloneServiceChain.ServiceChain.1.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:09Z [standalone.StandaloneServiceChain.ServiceChain.1.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:09Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:10Z [standalone.StandaloneServiceChain.ServiceChain.1]: CREATE_COMPLETE state changed 2025-11-26 16:06:10Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:11Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:11Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:12Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:12Z [standalone.StandaloneServiceChain.ServiceChain.2.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:12Z [standalone.StandaloneServiceChain.ServiceChain.2.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:13Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:14Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:14Z [standalone.StandaloneServiceChain.ServiceChain.2.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:15Z [standalone.StandaloneServiceChain.ServiceChain.2.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:15Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:16Z [standalone.StandaloneServiceChain.ServiceChain.2]: CREATE_COMPLETE state changed 2025-11-26 16:06:16Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:16Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:16Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:17Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:17Z [standalone.StandaloneServiceChain.ServiceChain.3.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:17Z [standalone.StandaloneServiceChain.ServiceChain.3.AodhBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:18Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:19Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:19Z [standalone.StandaloneServiceChain.ServiceChain.3.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:20Z [standalone.StandaloneServiceChain.ServiceChain.3.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:20Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:21Z [standalone.StandaloneServiceChain.ServiceChain.3]: CREATE_COMPLETE state changed 2025-11-26 16:06:22Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:22Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:22Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:22Z [standalone.StandaloneServiceChain.ServiceChain.4.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:22Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:23Z [standalone.StandaloneServiceChain.ServiceChain.4]: CREATE_COMPLETE state changed 2025-11-26 16:06:23Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:24Z [standalone.StandaloneServiceChain.ServiceChain.5]: CREATE_COMPLETE state changed 2025-11-26 16:06:24Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:25Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:25Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:25Z [standalone.StandaloneServiceChain.ServiceChain.6.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:26Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:27Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:27Z [standalone.StandaloneServiceChain.ServiceChain.6.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:28Z [standalone.StandaloneServiceChain.ServiceChain.6.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:28Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.6]: CREATE_COMPLETE state changed 2025-11-26 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:29Z [standalone.StandaloneServiceChain.ServiceChain.7.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:30Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:31Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:31Z [standalone.StandaloneServiceChain.ServiceChain.7.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:32Z [standalone.StandaloneServiceChain.ServiceChain.7.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:32Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:33Z [standalone.StandaloneServiceChain.ServiceChain.7]: CREATE_COMPLETE state changed 2025-11-26 16:06:34Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:34Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:34Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:35Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:35Z [standalone.StandaloneServiceChain.ServiceChain.8.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:35Z [standalone.StandaloneServiceChain.ServiceChain.8.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:36Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:37Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:37Z [standalone.StandaloneServiceChain.ServiceChain.8.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:06:38Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:39Z [standalone.StandaloneServiceChain.ServiceChain.8.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:39Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:40Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:06:41Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:42Z [standalone.StandaloneServiceChain.ServiceChain.8.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:42Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:43Z [standalone.StandaloneServiceChain.ServiceChain.8]: CREATE_COMPLETE state changed 2025-11-26 16:06:43Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:43Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:44Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:44Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:44Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:45Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:45Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:45Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:46Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:46Z [standalone.StandaloneServiceChain.ServiceChain.9.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:46Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:47Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:48Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:06:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:06:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:49Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:50Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:51Z [standalone.StandaloneServiceChain.ServiceChain.9.CinderBackupBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:51Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:52Z [standalone.StandaloneServiceChain.ServiceChain.9]: CREATE_COMPLETE state changed 2025-11-26 16:06:53Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:53Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:53Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:54Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.10.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:06:55Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:56Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:06:57Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:58Z [standalone.StandaloneServiceChain.ServiceChain.10.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:58Z [standalone.StandaloneServiceChain.ServiceChain.10.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 16:06:58Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:06:59Z [standalone.StandaloneServiceChain.ServiceChain.10]: CREATE_COMPLETE state changed 2025-11-26 16:06:59Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:00Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:00Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.11.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:01Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:02Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:03Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:04Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:07:05Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:06Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:07Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:08Z [standalone.StandaloneServiceChain.ServiceChain.11.CinderBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:08Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:09Z [standalone.StandaloneServiceChain.ServiceChain.11]: CREATE_COMPLETE state changed 2025-11-26 16:07:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:10Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:10Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.12.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:11Z [standalone.StandaloneServiceChain.ServiceChain.12.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:12Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:13Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase.MysqlBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:14Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:15Z [standalone.StandaloneServiceChain.ServiceChain.12.MysqlPuppetBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:15Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:16Z [standalone.StandaloneServiceChain.ServiceChain.12]: CREATE_COMPLETE state changed 2025-11-26 16:07:16Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:16Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:16Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:17Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:18Z [standalone.StandaloneServiceChain.ServiceChain.13.CeilometerServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:18Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:18Z [standalone.StandaloneServiceChain.ServiceChain.13.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:19Z [standalone.StandaloneServiceChain.ServiceChain.13.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:19Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:19Z [standalone.StandaloneServiceChain.ServiceChain.13]: CREATE_COMPLETE state changed 2025-11-26 16:07:20Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.14]: CREATE_COMPLETE state changed 2025-11-26 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:21Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:22Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:22Z [standalone.StandaloneServiceChain.ServiceChain.15.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:23Z [standalone.StandaloneServiceChain.ServiceChain.15.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:23Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:23Z [standalone.StandaloneServiceChain.ServiceChain.15]: CREATE_COMPLETE state changed 2025-11-26 16:07:24Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:25Z [standalone.StandaloneServiceChain.ServiceChain.16]: CREATE_COMPLETE state changed 2025-11-26 16:07:25Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:25Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:25Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:25Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:26Z [standalone.StandaloneServiceChain.ServiceChain.17.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-26 16:07:27Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:27Z [standalone.StandaloneServiceChain.ServiceChain.17.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:28Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:28Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:28Z [standalone.StandaloneServiceChain.ServiceChain.17.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:07:29Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:29Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:07:29Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:29Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:29Z [standalone.StandaloneServiceChain.ServiceChain.17.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:29Z [standalone.StandaloneServiceChain.ServiceChain.17.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:30Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:31Z [standalone.StandaloneServiceChain.ServiceChain.17.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:31Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:32Z [standalone.StandaloneServiceChain.ServiceChain.17]: CREATE_COMPLETE state changed 2025-11-26 16:07:33Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:33Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:33Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:33Z [standalone.StandaloneServiceChain.ServiceChain.18.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:34Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-26 16:07:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:35Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:36Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.18.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:37Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:38Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.GlanceLogging]: CREATE_COMPLETE state changed 2025-11-26 16:07:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:39Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:07:40Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18.GlanceApi]: CREATE_COMPLETE state changed 2025-11-26 16:07:41Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:42Z [standalone.StandaloneServiceChain.ServiceChain.18]: CREATE_COMPLETE state changed 2025-11-26 16:07:43Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:43Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:43Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:44Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:44Z [standalone.StandaloneServiceChain.ServiceChain.19.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:44Z [standalone.StandaloneServiceChain.ServiceChain.19.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:45Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:46Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:46Z [standalone.StandaloneServiceChain.ServiceChain.19.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:07:47Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:48Z [standalone.StandaloneServiceChain.ServiceChain.19.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:48Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:49Z [standalone.StandaloneServiceChain.ServiceChain.19]: CREATE_COMPLETE state changed 2025-11-26 16:07:49Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:49Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:50Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:51Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:51Z [standalone.StandaloneServiceChain.ServiceChain.20.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:52Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:52Z [standalone.StandaloneServiceChain.ServiceChain.20.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:53Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:53Z [standalone.StandaloneServiceChain.ServiceChain.20.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:53Z [standalone.StandaloneServiceChain.ServiceChain.20.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:53Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:54Z [standalone.StandaloneServiceChain.ServiceChain.20]: CREATE_COMPLETE state changed 2025-11-26 16:07:54Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:54Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:07:54Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:54Z [standalone.StandaloneServiceChain.ServiceChain.21.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:07:55Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:56Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:56Z [standalone.StandaloneServiceChain.ServiceChain.21.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:07:57Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:07:57Z [standalone.StandaloneServiceChain.ServiceChain.21.GnocchiServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:07:58Z [standalone.StandaloneServiceChain.ServiceChain.21.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:07:58Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:07:59Z [standalone.StandaloneServiceChain.ServiceChain.21]: CREATE_COMPLETE state changed 2025-11-26 16:08:00Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:00Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:00Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:08:01Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS.HAProxyNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:08:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:02Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-26 16:08:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyInternalTLS]: CREATE_COMPLETE state changed 2025-11-26 16:08:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:03Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-26 16:08:04Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:04Z [standalone.StandaloneServiceChain.ServiceChain.22.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyPublicTLS]: CREATE_COMPLETE state changed 2025-11-26 16:08:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:04Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.HAProxyLogging]: CREATE_COMPLETE state changed 2025-11-26 16:08:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:05Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:06Z [standalone.StandaloneServiceChain.ServiceChain.22.HAProxyBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:06Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:07Z [standalone.StandaloneServiceChain.ServiceChain.22]: CREATE_COMPLETE state changed 2025-11-26 16:08:08Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:08Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:08Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:09Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:09Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatApiLogging]: CREATE_COMPLETE state changed 2025-11-26 16:08:10Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:10Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:10Z [standalone.StandaloneServiceChain.ServiceChain.23.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:10Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:10Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:08:10Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:11Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:11Z [standalone.StandaloneServiceChain.ServiceChain.23.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:12Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:12Z [standalone.StandaloneServiceChain.ServiceChain.23.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:12Z [standalone.StandaloneServiceChain.ServiceChain.23.HeatBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:12Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:13Z [standalone.StandaloneServiceChain.ServiceChain.23]: CREATE_COMPLETE state changed 2025-11-26 16:08:13Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:13Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:13Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:14Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:08:15Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:15Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:16Z [standalone.StandaloneServiceChain.ServiceChain.24.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:16Z [standalone.StandaloneServiceChain.ServiceChain.24.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:16Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:17Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:18Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:19Z [standalone.StandaloneServiceChain.ServiceChain.24.HeatApiCfnLogging]: CREATE_COMPLETE state changed 2025-11-26 16:08:19Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:19Z [standalone.StandaloneServiceChain.ServiceChain.24]: CREATE_COMPLETE state changed 2025-11-26 16:08:20Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:20Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:20Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:21Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:21Z [standalone.StandaloneServiceChain.ServiceChain.25.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:21Z [standalone.StandaloneServiceChain.ServiceChain.25.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:08:22Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:23Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:23Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:24Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:24Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:24Z [standalone.StandaloneServiceChain.ServiceChain.25.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:24Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:24Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:24Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:25Z [standalone.StandaloneServiceChain.ServiceChain.25.HeatEngineLogging]: CREATE_COMPLETE state changed 2025-11-26 16:08:25Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:26Z [standalone.StandaloneServiceChain.ServiceChain.25]: CREATE_COMPLETE state changed 2025-11-26 16:08:27Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:27Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:27Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:28Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:28Z [standalone.StandaloneServiceChain.ServiceChain.26.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:28Z [standalone.StandaloneServiceChain.ServiceChain.26.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:28Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:29Z [standalone.StandaloneServiceChain.ServiceChain.26]: CREATE_COMPLETE state changed 2025-11-26 16:08:29Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:30Z [standalone.StandaloneServiceChain.ServiceChain.27]: CREATE_COMPLETE state changed 2025-11-26 16:08:31Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:31Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:31Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:31Z [standalone.StandaloneServiceChain.ServiceChain.28.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:32Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:33Z [standalone.StandaloneServiceChain.ServiceChain.28.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:33Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:34Z [standalone.StandaloneServiceChain.ServiceChain.28]: CREATE_COMPLETE state changed 2025-11-26 16:08:34Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:34Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:34Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:34Z [standalone.StandaloneServiceChain.ServiceChain.29.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:34Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:35Z [standalone.StandaloneServiceChain.ServiceChain.29]: CREATE_COMPLETE state changed 2025-11-26 16:08:35Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:36Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:36Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:36Z [standalone.StandaloneServiceChain.ServiceChain.30.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:37Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:37Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:37Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:37Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:37Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:38Z [standalone.StandaloneServiceChain.ServiceChain.30.KeystoneLogging]: CREATE_COMPLETE state changed 2025-11-26 16:08:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:08:38Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:39Z [standalone.StandaloneServiceChain.ServiceChain.30.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:40Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:40Z [standalone.StandaloneServiceChain.ServiceChain.30.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:41Z [standalone.StandaloneServiceChain.ServiceChain.30.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:08:41Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:42Z [standalone.StandaloneServiceChain.ServiceChain.30]: CREATE_COMPLETE state changed 2025-11-26 16:08:42Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:42Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:42Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:08:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:43Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:43Z [standalone.StandaloneServiceChain.ServiceChain.31.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:44Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:45Z [standalone.StandaloneServiceChain.ServiceChain.31.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:08:45Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:45Z [standalone.StandaloneServiceChain.ServiceChain.31.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:46Z [standalone.StandaloneServiceChain.ServiceChain.31.ManilaBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:46Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:48Z [standalone.StandaloneServiceChain.ServiceChain.31.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:48Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:48Z [standalone.StandaloneServiceChain.ServiceChain.31]: CREATE_COMPLETE state changed 2025-11-26 16:08:49Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:50Z [standalone.StandaloneServiceChain.ServiceChain.32]: CREATE_COMPLETE state changed 2025-11-26 16:08:50Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:50Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:51Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:52Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:52Z [standalone.StandaloneServiceChain.ServiceChain.33.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:53Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:53Z [standalone.StandaloneServiceChain.ServiceChain.33.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:08:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:54Z [standalone.StandaloneServiceChain.ServiceChain.33.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:54Z [standalone.StandaloneServiceChain.ServiceChain.33.ManilaBase]: CREATE_COMPLETE state changed 2025-11-26 16:08:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:54Z [standalone.StandaloneServiceChain.ServiceChain.33]: CREATE_COMPLETE state changed 2025-11-26 16:08:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:55Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:55Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:56Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:08:57Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:57Z [standalone.StandaloneServiceChain.ServiceChain.34.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:08:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:58Z [standalone.StandaloneServiceChain.ServiceChain.34.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:08:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:58Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:08:59Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:59Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:08:59Z [standalone.StandaloneServiceChain.ServiceChain.34.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:08:59Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:00Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaShareCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:01Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:02Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:03Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ManilaBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:04Z [standalone.StandaloneServiceChain.ServiceChain.34.ManilaShareContainerBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:04Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:05Z [standalone.StandaloneServiceChain.ServiceChain.34]: CREATE_COMPLETE state changed 2025-11-26 16:09:06Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:06Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:06Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:06Z [standalone.StandaloneServiceChain.ServiceChain.35.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:07Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:08Z [standalone.StandaloneServiceChain.ServiceChain.35.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:08Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:09Z [standalone.StandaloneServiceChain.ServiceChain.35]: CREATE_COMPLETE state changed 2025-11-26 16:09:09Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:10Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:10Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:10Z [standalone.StandaloneServiceChain.ServiceChain.36.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:11Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:12Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:12Z [standalone.StandaloneServiceChain.ServiceChain.36.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:13Z [standalone.StandaloneServiceChain.ServiceChain.36.MysqlBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:13Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:14Z [standalone.StandaloneServiceChain.ServiceChain.36]: CREATE_COMPLETE state changed 2025-11-26 16:09:14Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:15Z [standalone.StandaloneServiceChain.ServiceChain.37]: CREATE_COMPLETE state changed 2025-11-26 16:09:15Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:15Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:16Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:17Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 16:09:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:09:17Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:18Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:18Z [standalone.StandaloneServiceChain.ServiceChain.38.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:19Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:19Z [standalone.StandaloneServiceChain.ServiceChain.38.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:20Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:20Z [standalone.StandaloneServiceChain.ServiceChain.38.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:20Z [standalone.StandaloneServiceChain.ServiceChain.38.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:21Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:22Z [standalone.StandaloneServiceChain.ServiceChain.38.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:22Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:23Z [standalone.StandaloneServiceChain.ServiceChain.38]: CREATE_COMPLETE state changed 2025-11-26 16:09:23Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:23Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:23Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:23Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:23Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:24Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:24Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:24Z [standalone.StandaloneServiceChain.ServiceChain.39.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:25Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase.NeutronMl2Base]: CREATE_COMPLETE state changed 2025-11-26 16:09:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:26Z [standalone.StandaloneServiceChain.ServiceChain.39.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:26Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:27Z [standalone.StandaloneServiceChain.ServiceChain.39]: CREATE_COMPLETE state changed 2025-11-26 16:09:28Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:28Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:28Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:29Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 16:09:30Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:30Z [standalone.StandaloneServiceChain.ServiceChain.40.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:30Z [standalone.StandaloneServiceChain.ServiceChain.40.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:31Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:32Z [standalone.StandaloneServiceChain.ServiceChain.40.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:32Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:33Z [standalone.StandaloneServiceChain.ServiceChain.40]: CREATE_COMPLETE state changed 2025-11-26 16:09:34Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:34Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:34Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:34Z [standalone.StandaloneServiceChain.ServiceChain.41.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:35Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:36Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:36Z [standalone.StandaloneServiceChain.ServiceChain.41.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:37Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 16:09:38Z [standalone.StandaloneServiceChain.ServiceChain.41.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:38Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:39Z [standalone.StandaloneServiceChain.ServiceChain.41]: CREATE_COMPLETE state changed 2025-11-26 16:09:39Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:39Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:39Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:40Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:40Z [standalone.StandaloneServiceChain.ServiceChain.42.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:41Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:41Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:41Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:41Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:42Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:42Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:42Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:42Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:42Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaApiLogging]: CREATE_COMPLETE state changed 2025-11-26 16:09:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:43Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:43Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:43Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:44Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:44Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:09:44Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:44Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:44Z [standalone.StandaloneServiceChain.ServiceChain.42.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:45Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:45Z [standalone.StandaloneServiceChain.ServiceChain.42.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:45Z [standalone.StandaloneServiceChain.ServiceChain.42.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:46Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:48Z [standalone.StandaloneServiceChain.ServiceChain.42.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:48Z [standalone.StandaloneServiceChain.ServiceChain.42]: CREATE_COMPLETE state changed 2025-11-26 16:09:49Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:49Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:49Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:50Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:50Z [standalone.StandaloneServiceChain.ServiceChain.43.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:50Z [standalone.StandaloneServiceChain.ServiceChain.43.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:09:50Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:51Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:51Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:51Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:51Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 16:09:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:52Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 16:09:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:53Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:54Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:54Z [standalone.StandaloneServiceChain.ServiceChain.43.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 16:09:55Z [standalone.StandaloneServiceChain.ServiceChain.43.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:55Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:09:56Z [standalone.StandaloneServiceChain.ServiceChain.43]: CREATE_COMPLETE state changed 2025-11-26 16:09:57Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:57Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:09:57Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:58Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:58Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:09:59Z [standalone.StandaloneServiceChain.ServiceChain.44.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:00Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaMetadataLogging]: CREATE_COMPLETE state changed 2025-11-26 16:10:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:01Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:02Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:02Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:03Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:03Z [standalone.StandaloneServiceChain.ServiceChain.44.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:04Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:04Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:04Z [standalone.StandaloneServiceChain.ServiceChain.44.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:04Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:04Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:10:04Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:05Z [standalone.StandaloneServiceChain.ServiceChain.44.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:05Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:06Z [standalone.StandaloneServiceChain.ServiceChain.44]: CREATE_COMPLETE state changed 2025-11-26 16:10:07Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:07Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:07Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:08Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaApiDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:09Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:10Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:10Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:11Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:11Z [standalone.StandaloneServiceChain.ServiceChain.45.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:12Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:12Z [standalone.StandaloneServiceChain.ServiceChain.45.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:12Z [standalone.StandaloneServiceChain.ServiceChain.45.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:12Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 16:10:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:13Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:14Z [standalone.StandaloneServiceChain.ServiceChain.45.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 16:10:14Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:15Z [standalone.StandaloneServiceChain.ServiceChain.45]: CREATE_COMPLETE state changed 2025-11-26 16:10:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:16Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:16Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:17Z [standalone.StandaloneServiceChain.ServiceChain.46.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:17Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:18Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:19Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:19Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaComputeCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:20Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:20Z [standalone.StandaloneServiceChain.ServiceChain.46.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:20Z [standalone.StandaloneServiceChain.ServiceChain.46.CinderNVMeOF]: CREATE_COMPLETE state changed 2025-11-26 16:10:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:20Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 16:10:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:21Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:22Z [standalone.StandaloneServiceChain.ServiceChain.46.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 16:10:22Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:23Z [standalone.StandaloneServiceChain.ServiceChain.46]: CREATE_COMPLETE state changed 2025-11-26 16:10:24Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:24Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:24Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:24Z [standalone.StandaloneServiceChain.ServiceChain.47.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:25Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:26Z [standalone.StandaloneServiceChain.ServiceChain.47.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:26Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:27Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:28Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:29Z [standalone.StandaloneServiceChain.ServiceChain.47.NovaLibvirtLogging]: CREATE_COMPLETE state changed 2025-11-26 16:10:29Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:30Z [standalone.StandaloneServiceChain.ServiceChain.47]: CREATE_COMPLETE state changed 2025-11-26 16:10:30Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:30Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:31Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:31Z [standalone.StandaloneServiceChain.ServiceChain.48.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:32Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:32Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:33Z [standalone.StandaloneServiceChain.ServiceChain.48.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:34Z [standalone.StandaloneServiceChain.ServiceChain.48.SshdBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:34Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:34Z [standalone.StandaloneServiceChain.ServiceChain.48]: CREATE_COMPLETE state changed 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:35Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.InitLogContainerName]: CREATE_COMPLETE state changed 2025-11-26 16:10:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:36Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaDBClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaLogging]: CREATE_COMPLETE state changed 2025-11-26 16:10:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:37Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:38Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:38Z [standalone.StandaloneServiceChain.ServiceChain.49.NovaBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:39Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:39Z [standalone.StandaloneServiceChain.ServiceChain.49.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:40Z [standalone.StandaloneServiceChain.ServiceChain.49.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:40Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:41Z [standalone.StandaloneServiceChain.ServiceChain.49]: CREATE_COMPLETE state changed 2025-11-26 16:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:42Z [standalone.StandaloneServiceChain.ServiceChain.50.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:43Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:43Z [standalone.StandaloneServiceChain.ServiceChain.50.OVNBridgeMappingsValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:44Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:45Z [standalone.StandaloneServiceChain.ServiceChain.50.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:45Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:46Z [standalone.StandaloneServiceChain.ServiceChain.50]: CREATE_COMPLETE state changed 2025-11-26 16:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:46Z [standalone.StandaloneServiceChain.ServiceChain.51.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:47Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:48Z [standalone.StandaloneServiceChain.ServiceChain.51.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:48Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:49Z [standalone.StandaloneServiceChain.ServiceChain.51]: CREATE_COMPLETE state changed 2025-11-26 16:10:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:50Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:50Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:50Z [standalone.StandaloneServiceChain.ServiceChain.52.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:51Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:52Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:52Z [standalone.StandaloneServiceChain.ServiceChain.52.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:53Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronLogging]: CREATE_COMPLETE state changed 2025-11-26 16:10:54Z [standalone.StandaloneServiceChain.ServiceChain.52.NeutronBase]: CREATE_COMPLETE state changed 2025-11-26 16:10:54Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:10:55Z [standalone.StandaloneServiceChain.ServiceChain.52]: CREATE_COMPLETE state changed 2025-11-26 16:10:55Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:55Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:10:55Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:56Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:57Z [standalone.StandaloneServiceChain.ServiceChain.53.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:10:57Z [standalone.StandaloneServiceChain.ServiceChain.53.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:10:57Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:58Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:10:59Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaProviderConfig]: CREATE_COMPLETE state changed 2025-11-26 16:10:59Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:00Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:00Z [standalone.StandaloneServiceChain.ServiceChain.53.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:00Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:01Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:02Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:02Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:02Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:11:03Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:04Z [standalone.StandaloneServiceChain.ServiceChain.53.OctaviaWorker]: CREATE_COMPLETE state changed 2025-11-26 16:11:04Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:04Z [standalone.StandaloneServiceChain.ServiceChain.53]: CREATE_COMPLETE state changed 2025-11-26 16:11:05Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:05Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:05Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:05Z [standalone.StandaloneServiceChain.ServiceChain.54.OctaviaVars]: CREATE_COMPLETE state changed 2025-11-26 16:11:05Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:06Z [standalone.StandaloneServiceChain.ServiceChain.54]: CREATE_COMPLETE state changed 2025-11-26 16:11:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:07Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:07Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:08Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:08Z [standalone.StandaloneServiceChain.ServiceChain.55.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:09Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:09Z [standalone.StandaloneServiceChain.ServiceChain.55.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:10Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:10Z [standalone.StandaloneServiceChain.ServiceChain.55.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:10Z [standalone.StandaloneServiceChain.ServiceChain.55.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:11:10Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:11Z [standalone.StandaloneServiceChain.ServiceChain.55]: CREATE_COMPLETE state changed 2025-11-26 16:11:11Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:11Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:11Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:12Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:12Z [standalone.StandaloneServiceChain.ServiceChain.56.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:12Z [standalone.StandaloneServiceChain.ServiceChain.56.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:11:13Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:14Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:14Z [standalone.StandaloneServiceChain.ServiceChain.56.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:15Z [standalone.StandaloneServiceChain.ServiceChain.56.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:15Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:16Z [standalone.StandaloneServiceChain.ServiceChain.56]: CREATE_COMPLETE state changed 2025-11-26 16:11:17Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:17Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:17Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:18Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:18Z [standalone.StandaloneServiceChain.ServiceChain.57.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:19Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:19Z [standalone.StandaloneServiceChain.ServiceChain.57.OctaviaBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:20Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:20Z [standalone.StandaloneServiceChain.ServiceChain.57.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:20Z [standalone.StandaloneServiceChain.ServiceChain.57.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:11:20Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:21Z [standalone.StandaloneServiceChain.ServiceChain.57]: CREATE_COMPLETE state changed 2025-11-26 16:11:21Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:22Z [standalone.StandaloneServiceChain.ServiceChain.58]: CREATE_COMPLETE state changed 2025-11-26 16:11:23Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:23Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:23Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:24Z [standalone.StandaloneServiceChain.ServiceChain.59.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:24Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:25Z [standalone.StandaloneServiceChain.ServiceChain.59]: CREATE_COMPLETE state changed 2025-11-26 16:11:25Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:25Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:25Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:25Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:25Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:26Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:26Z [standalone.StandaloneServiceChain.ServiceChain.60.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:27Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:27Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:28Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:28Z [standalone.StandaloneServiceChain.ServiceChain.60.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase.RabbitMQServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:29Z [standalone.StandaloneServiceChain.ServiceChain.60.RabbitmqBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:29Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:30Z [standalone.StandaloneServiceChain.ServiceChain.60]: CREATE_COMPLETE state changed 2025-11-26 16:11:31Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:32Z [standalone.StandaloneServiceChain.ServiceChain.61]: CREATE_COMPLETE state changed 2025-11-26 16:11:32Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:33Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:33Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:33Z [standalone.StandaloneServiceChain.ServiceChain.62.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:11:34Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:35Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:35Z [standalone.StandaloneServiceChain.ServiceChain.62.ApacheServiceBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:35Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:35Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:35Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:35Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:36Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:36Z [standalone.StandaloneServiceChain.ServiceChain.62.PlacementLogging]: CREATE_COMPLETE state changed 2025-11-26 16:11:37Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:37Z [standalone.StandaloneServiceChain.ServiceChain.62.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:38Z [standalone.StandaloneServiceChain.ServiceChain.62.MySQLClient]: CREATE_COMPLETE state changed 2025-11-26 16:11:38Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:39Z [standalone.StandaloneServiceChain.ServiceChain.62]: CREATE_COMPLETE state changed 2025-11-26 16:11:39Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:40Z [standalone.StandaloneServiceChain.ServiceChain.63]: CREATE_COMPLETE state changed 2025-11-26 16:11:41Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:41Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:41Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:41Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:41Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:42Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:42Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:42Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RedisBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:43Z [standalone.StandaloneServiceChain.ServiceChain.64.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:43Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:44Z [standalone.StandaloneServiceChain.ServiceChain.64.RedisBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:44Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:45Z [standalone.StandaloneServiceChain.ServiceChain.64]: CREATE_COMPLETE state changed 2025-11-26 16:11:45Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:46Z [standalone.StandaloneServiceChain.ServiceChain.65]: CREATE_COMPLETE state changed 2025-11-26 16:11:47Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:48Z [standalone.StandaloneServiceChain.ServiceChain.66]: CREATE_COMPLETE state changed 2025-11-26 16:11:48Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:49Z [standalone.StandaloneServiceChain.ServiceChain.67]: CREATE_COMPLETE state changed 2025-11-26 16:11:50Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:50Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:50Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:50Z [standalone.StandaloneServiceChain.ServiceChain.68.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:51Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:52Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:52Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:52Z [standalone.StandaloneServiceChain.ServiceChain.68.SwiftBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:52Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:52Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase.ApacheNetworks]: CREATE_COMPLETE state changed 2025-11-26 16:11:52Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:53Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:53Z [standalone.StandaloneServiceChain.ServiceChain.68.TLSProxyBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:54Z [standalone.StandaloneServiceChain.ServiceChain.68.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:11:54Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:55Z [standalone.StandaloneServiceChain.ServiceChain.68]: CREATE_COMPLETE state changed 2025-11-26 16:11:55Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:55Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:55Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:55Z [standalone.StandaloneServiceChain.ServiceChain.69.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:55Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:11:56Z [standalone.StandaloneServiceChain.ServiceChain.69]: CREATE_COMPLETE state changed 2025-11-26 16:11:57Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:57Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:11:57Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:58Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:11:58Z [standalone.StandaloneServiceChain.ServiceChain.70.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:11:58Z [standalone.StandaloneServiceChain.ServiceChain.70.SwiftBase]: CREATE_COMPLETE state changed 2025-11-26 16:11:59Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:00Z [standalone.StandaloneServiceChain.ServiceChain.70.ContainersCommon]: CREATE_COMPLETE state changed 2025-11-26 16:12:00Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:01Z [standalone.StandaloneServiceChain.ServiceChain.70]: CREATE_COMPLETE state changed 2025-11-26 16:12:01Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:02Z [standalone.StandaloneServiceChain.ServiceChain.71]: CREATE_COMPLETE state changed 2025-11-26 16:12:03Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:04Z [standalone.StandaloneServiceChain.ServiceChain.72]: CREATE_COMPLETE state changed 2025-11-26 16:12:04Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:05Z [standalone.StandaloneServiceChain.ServiceChain.73]: CREATE_COMPLETE state changed 2025-11-26 16:12:05Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:05Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:06Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:06Z [standalone.StandaloneServiceChain.ServiceChain.74.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:12:06Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:06Z [standalone.StandaloneServiceChain.ServiceChain.74]: CREATE_COMPLETE state changed 2025-11-26 16:12:07Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:07Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:07Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:07Z [standalone.StandaloneServiceChain.ServiceChain.75.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:12:08Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:09Z [standalone.StandaloneServiceChain.ServiceChain.75.Podman]: CREATE_COMPLETE state changed 2025-11-26 16:12:09Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:10Z [standalone.StandaloneServiceChain.ServiceChain.75]: CREATE_COMPLETE state changed 2025-11-26 16:12:10Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:10Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:11Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:11Z [standalone.StandaloneServiceChain.ServiceChain.76.RoleParametersValue]: CREATE_COMPLETE state changed 2025-11-26 16:12:11Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:11Z [standalone.StandaloneServiceChain.ServiceChain.76]: CREATE_COMPLETE state changed 2025-11-26 16:12:11Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:12Z [standalone.StandaloneServiceChain.ServiceChain]: CREATE_COMPLETE state changed 2025-11-26 16:12:14Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:14Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:14Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.MonitoringSubscriptionsConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.PostUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.HostPrepTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.HostFirewallTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:15Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:16Z [standalone.StandaloneServiceChain.FirewallRules]: CREATE_COMPLETE state changed 2025-11-26 16:12:16Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:16Z [standalone.StandaloneServiceChain.PuppetStepConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:16Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:16Z [standalone.StandaloneServiceChain.DeployStepsTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:17Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:17Z [standalone.StandaloneServiceChain.DockerConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:17Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:17Z [standalone.StandaloneServiceChain.IpaRegistrationTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:17Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:17Z [standalone.StandaloneServiceChain.UpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:17Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.UpgradeBatchTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.UpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.ServiceNames]: CREATE_COMPLETE state changed 2025-11-26 16:12:18Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:19Z [standalone.StandaloneServiceChain.DockerConfigScripts]: CREATE_COMPLETE state changed 2025-11-26 16:12:19Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:19Z [standalone.StandaloneServiceChain.PostUpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:19Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.ContainerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.KollaConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.DockerPuppetTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.PreUpgradeRollingTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:20Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:21Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:21Z [standalone.StandaloneServiceChain.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:21Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:21Z [standalone.StandaloneServiceChain.PuppetConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:22Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:22Z [standalone.StandaloneServiceChain.AnsibleGroupVars]: CREATE_COMPLETE state changed 2025-11-26 16:12:22Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:22Z [standalone.StandaloneServiceChain.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:22Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:22Z [standalone.StandaloneServiceChain.KeystoneResourcesConfigs]: CREATE_COMPLETE state changed 2025-11-26 16:12:23Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:23Z [standalone.StandaloneServiceChain.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:23Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:23Z [standalone.StandaloneServiceChain.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-26 16:12:23Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain.GlobalConfigSettings]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain.ServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [IncomingMetadataSettings]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:24Z [IncomingMetadataSettings]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [CompactServices]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:24Z [IndividualServices]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:24Z [CompactServices]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [IndividualServices]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain.ServiceServerMetadataHook]: CREATE_COMPLETE state changed 2025-11-26 16:12:24Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:25Z [standalone.StandaloneServiceChain]: CREATE_COMPLETE state changed 2025-11-26 16:12:25Z [standalone.StandaloneServiceChainRoleData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:25Z [standalone.StandaloneServiceChainRoleData]: CREATE_COMPLETE state changed 2025-11-26 16:12:26Z [standalone.FirewallFrontendRules]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:26Z [standalone.StandaloneServiceNames]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:26Z [standalone.FirewallFrontendRules]: CREATE_COMPLETE state changed 2025-11-26 16:12:26Z [standalone.StandaloneServiceNames]: CREATE_COMPLETE state changed 2025-11-26 16:12:26Z [standalone.GlobalConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:26Z [standalone.StandaloneGroupVars]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:26Z [standalone.GlobalConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:26Z [standalone.StandaloneServiceConfigSettings]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:26Z [standalone.StandaloneGroupVars]: CREATE_COMPLETE state changed 2025-11-26 16:12:26Z [standalone.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:26Z [standalone.StandaloneServiceConfigSettings]: CREATE_COMPLETE state changed 2025-11-26 16:12:27Z [standalone.StandaloneConfigData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:27Z [standalone.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:27Z [standalone.StandaloneConfigData]: CREATE_COMPLETE state changed 2025-11-26 16:12:27Z [standalone.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:28Z [standalone.Standalone]: UPDATE_IN_PROGRESS Stack UPDATE started 2025-11-26 16:12:28Z [standalone.Standalone.0]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:28Z [standalone.Standalone.0]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:28Z [standalone.Standalone.0.DeploymentActions]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:28Z [standalone.Standalone.0.DeploymentActions]: CREATE_COMPLETE state changed 2025-11-26 16:12:29Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:29Z [standalone.Standalone.0.Standalone]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:29Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:30Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:30Z [standalone.Standalone.0.Standalone.deployed-server]: CREATE_COMPLETE state changed 2025-11-26 16:12:30Z [standalone.Standalone.0.Standalone.ControlPlanePort]: CREATE_COMPLETE state changed 2025-11-26 16:12:30Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:31Z [standalone.Standalone.0.Standalone]: CREATE_COMPLETE state changed 2025-11-26 16:12:31Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:31Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:31Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:31Z [standalone.Standalone.0.NetHostMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:31Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:31Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:31Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.NetHostMap]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.PreNetworkConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.NodeTLSCAData]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.ExternalPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:32Z [standalone.Standalone.0.InternalApiPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:32Z [standalone.Standalone.0.TenantPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:32Z [standalone.Standalone.0.StoragePort]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:32Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.StandaloneAnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.ExternalPort.ExternalDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.InternalApiPort.InternalApiDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.TenantPort.TenantDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.StorageMgmtPort.StorageMgmtDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.StoragePort.StorageDeployedPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:32Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:32Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:32Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:32Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:32Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:33Z [standalone.Standalone.0.ExternalPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.InternalApiPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.TenantPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.StandaloneExtraConfigPre]: CREATE_COMPLETE state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.StorageMgmtPort]: CREATE_COMPLETE state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.StoragePort]: CREATE_COMPLETE state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.NetIpMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:33Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.NetIpMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-26 16:12:33Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:34Z [standalone.Standalone.0.NodeExtraConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:34Z [standalone.Standalone.0.NetIpMap]: CREATE_COMPLETE state changed 2025-11-26 16:12:34Z [standalone.Standalone.0]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:35Z [standalone.Standalone.0]: CREATE_COMPLETE state changed 2025-11-26 16:12:35Z [standalone.Standalone]: UPDATE_COMPLETE Stack UPDATE completed successfully 2025-11-26 16:12:36Z [standalone.Standalone]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.StandaloneNetworkHostnameMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.BlacklistedHostnames]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.BlacklistedIpAddresses]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.HostsEntryValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.AnsibleHostVars]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.StandaloneServers]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.StandaloneNetworkHostnameMap]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.BlacklistedHostnames]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.BlacklistedIpAddresses]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.HostsEntryValue]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.AnsibleHostVars]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.ServerIdMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.StandaloneServers]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.ServerIdMap]: CREATE_COMPLETE state changed 2025-11-26 16:12:36Z [standalone.AllNodesExtraConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:36Z [standalone.AllNodesExtraConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:37Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:37Z [standalone.StandaloneIpListMap]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:37Z [standalone.AllNodesDeploySteps]: CREATE_IN_PROGRESS Stack CREATE started 2025-11-26 16:12:37Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:37Z [standalone.StandaloneIpListMap.NetIpMapValue]: CREATE_COMPLETE state changed 2025-11-26 16:12:37Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:37Z [standalone.AllNodesDeploySteps.ExternalDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:38Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:38Z [standalone.StandaloneIpListMap.EnabledServicesValue]: CREATE_COMPLETE state changed 2025-11-26 16:12:38Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:38Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:38Z [standalone.AllNodesDeploySteps.PreDeployStepTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:39Z [standalone.StandaloneIpListMap]: CREATE_COMPLETE state changed 2025-11-26 16:12:39Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:39Z [standalone.AllNodesDeploySteps.ScaleTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:40Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:40Z [standalone.AllNodesDeploySteps.ExternalUpdateTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:41Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:41Z [standalone.AllNodesDeploySteps.BootstrapServerId]: CREATE_COMPLETE state changed 2025-11-26 16:12:42Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:43Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:43Z [standalone.AllNodesDeploySteps.ExternalPostDeployTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:43Z [standalone.AllNodesDeploySteps.StandaloneExtraConfigPost]: CREATE_COMPLETE state changed 2025-11-26 16:12:43Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:43Z [standalone.AllNodesDeploySteps.StandalonePostConfig]: CREATE_COMPLETE state changed 2025-11-26 16:12:44Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_IN_PROGRESS state changed 2025-11-26 16:12:44Z [standalone.AllNodesDeploySteps.ExternalUpgradeTasks]: CREATE_COMPLETE state changed 2025-11-26 16:12:44Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE Stack CREATE completed successfully 2025-11-26 16:12:45Z [standalone.AllNodesDeploySteps]: CREATE_COMPLETE state changed 2025-11-26 16:12:45Z [standalone]: CREATE_COMPLETE Stack CREATE completed successfully Stack standalone/ac7630ea-d515-4825-82dd-cfaa269da16d 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-11-26 16:13:09.660060 | fa163eb2-7b8b-aa10-b746-000000000006 | TASK | External deployment step 0 2025-11-26 16:13:09.686033 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-000000000006') missing from stats 2025-11-26 16:13:09.728679 | fa163eb2-7b8b-aa10-b746-000000000007 | TIMING | include_tasks | undercloud | 0:00:00.115940 | 0.03s 2025-11-26 16:13:09.734098 | cc8e4170-1bd5-4901-9d2b-6c32dfc812c5 | INCLUDED | /root/standalone-ansible-e5xcwj04/external_deploy_steps_tasks_step0.yaml | undercloud 2025-11-26 16:13:09.748240 | fa163eb2-7b8b-aa10-b746-000000000127 | TASK | create ovn mac address for Standalone role nodes 2025-11-26 16:13:10.613395 | fa163eb2-7b8b-aa10-b746-000000000127 | OK | create ovn mac address for Standalone role nodes | undercloud 2025-11-26 16:13:10.614540 | fa163eb2-7b8b-aa10-b746-000000000127 | TIMING | create ovn mac address for Standalone role nodes | undercloud | 0:00:01.001795 | 0.87s 2025-11-26 16:13:10.633008 | fa163eb2-7b8b-aa10-b746-000000000129 | TASK | create redis virtual ip 2025-11-26 16:13:11.448774 | fa163eb2-7b8b-aa10-b746-000000000129 | CHANGED | create redis virtual ip | undercloud 2025-11-26 16:13:11.449958 | fa163eb2-7b8b-aa10-b746-000000000129 | TIMING | create redis virtual ip | undercloud | 0:00:01.837214 | 0.82s PLAY [Check if required variables are defined] ********************************* 2025-11-26 16:13:11.523881 | fa163eb2-7b8b-aa10-b746-000000000138 | TASK | Gathering Facts 2025-11-26 16:13:12.071972 | fa163eb2-7b8b-aa10-b746-000000000138 | OK | Gathering Facts | localhost 2025-11-26 16:13:12.073500 | fa163eb2-7b8b-aa10-b746-000000000138 | TIMING | Gathering Facts | localhost | 0:00:02.460752 | 0.55s 2025-11-26 16:13:12.126901 | fa163eb2-7b8b-aa10-b746-00000000000b | SKIPPED | ansible.builtin.fail | localhost 2025-11-26 16:13:12.127592 | fa163eb2-7b8b-aa10-b746-00000000000b | TIMING | ansible.builtin.fail | localhost | 0:00:02.514855 | 0.04s 2025-11-26 16:13:12.176073 | fa163eb2-7b8b-aa10-b746-00000000000c | SKIPPED | ansible.builtin.fail | localhost 2025-11-26 16:13:12.177382 | fa163eb2-7b8b-aa10-b746-00000000000c | TIMING | ansible.builtin.fail | localhost | 0:00:02.564637 | 0.05s PLAY [Clear cached facts] ****************************************************** PLAY [Gather facts] ************************************************************ 2025-11-26 16:13:12.286870 | fa163eb2-7b8b-aa10-b746-000000000160 | TASK | Gathering Facts 2025-11-26 16:13:12.296000 | fa163eb2-7b8b-aa10-b746-000000000160 | TASK | Gathering Facts 2025-11-26 16:13:12.631675 | fa163eb2-7b8b-aa10-b746-000000000160 | OK | Gathering Facts | undercloud 2025-11-26 16:13:12.633143 | fa163eb2-7b8b-aa10-b746-000000000160 | TIMING | Gathering Facts | undercloud | 0:00:03.020400 | 0.35s 2025-11-26 16:13:12.635941 | fa163eb2-7b8b-aa10-b746-000000000160 | OK | Gathering Facts | standalone 2025-11-26 16:13:12.637056 | fa163eb2-7b8b-aa10-b746-000000000160 | TIMING | Gathering Facts | standalone | 0:00:03.024316 | 0.34s 2025-11-26 16:13:12.696116 | fa163eb2-7b8b-aa10-b746-000000000012 | TASK | Set legacy facts 2025-11-26 16:13:12.715251 | fa163eb2-7b8b-aa10-b746-000000000012 | TASK | Set legacy facts 2025-11-26 16:13:12.732205 | fa163eb2-7b8b-aa10-b746-000000000012 | OK | Set legacy facts | undercloud 2025-11-26 16:13:12.733136 | fa163eb2-7b8b-aa10-b746-000000000012 | TIMING | Set legacy facts | undercloud | 0:00:03.120396 | 0.04s 2025-11-26 16:13:12.754543 | fa163eb2-7b8b-aa10-b746-000000000012 | OK | Set legacy facts | standalone 2025-11-26 16:13:12.754988 | fa163eb2-7b8b-aa10-b746-000000000012 | TIMING | Set legacy facts | standalone | 0:00:03.142253 | 0.04s PLAY [Load global variables] *************************************************** 2025-11-26 16:13:12.919072 | fa163eb2-7b8b-aa10-b746-000000000015 | OK | ansible.builtin.include_vars | undercloud 2025-11-26 16:13:12.920222 | fa163eb2-7b8b-aa10-b746-000000000015 | TIMING | ansible.builtin.include_vars | undercloud | 0:00:03.307479 | 0.05s 2025-11-26 16:13:12.926991 | fa163eb2-7b8b-aa10-b746-000000000015 | OK | ansible.builtin.include_vars | standalone 2025-11-26 16:13:12.927374 | fa163eb2-7b8b-aa10-b746-000000000015 | TIMING | ansible.builtin.include_vars | standalone | 0:00:03.314640 | 0.04s PLAY [Include extra variables from files] ************************************** 2025-11-26 16:13:12.998565 | fa163eb2-7b8b-aa10-b746-000000000018 | TASK | Include Service VIP vars 2025-11-26 16:13:13.025086 | fa163eb2-7b8b-aa10-b746-000000000018 | OK | Include Service VIP vars | undercloud 2025-11-26 16:13:13.025878 | fa163eb2-7b8b-aa10-b746-000000000018 | TIMING | Include Service VIP vars | undercloud | 0:00:03.413139 | 0.03s 2025-11-26 16:13:13.036390 | fa163eb2-7b8b-aa10-b746-000000000018 | OK | Include Service VIP vars | standalone 2025-11-26 16:13:13.036736 | fa163eb2-7b8b-aa10-b746-000000000018 | TIMING | Include Service VIP vars | standalone | 0:00:03.424003 | 0.03s 2025-11-26 16:13:13.039748 | fa163eb2-7b8b-aa10-b746-000000000019 | TASK | Include OVN bridge MAC address variables 2025-11-26 16:13:13.066761 | fa163eb2-7b8b-aa10-b746-000000000019 | OK | Include OVN bridge MAC address variables | undercloud 2025-11-26 16:13:13.067527 | fa163eb2-7b8b-aa10-b746-000000000019 | TIMING | Include OVN bridge MAC address variables | undercloud | 0:00:03.454782 | 0.03s 2025-11-26 16:13:13.078093 | fa163eb2-7b8b-aa10-b746-000000000019 | OK | Include OVN bridge MAC address variables | standalone 2025-11-26 16:13:13.078464 | fa163eb2-7b8b-aa10-b746-000000000019 | TIMING | Include OVN bridge MAC address variables | standalone | 0:00:03.465731 | 0.03s PLAY [Render all_nodes data as group_vars for overcloud] *********************** 2025-11-26 16:13:13.155125 | fa163eb2-7b8b-aa10-b746-00000000001c | TASK | Render all_nodes data as group_vars for overcloud 2025-11-26 16:13:13.813783 | fa163eb2-7b8b-aa10-b746-00000000001c | OK | Render all_nodes data as group_vars for overcloud | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-00000000001c') missing from stats PLAY [Set all_nodes data as group_vars for overcloud] ************************** 2025-11-26 16:13:13.867492 | fa163eb2-7b8b-aa10-b746-00000000001f | TASK | Set all_nodes data as group_vars for overcloud 2025-11-26 16:13:13.901954 | fa163eb2-7b8b-aa10-b746-00000000001f | OK | Set all_nodes data as group_vars for overcloud | standalone 2025-11-26 16:13:13.902489 | fa163eb2-7b8b-aa10-b746-00000000001f | TIMING | Set all_nodes data as group_vars for overcloud | standalone | 0:00:04.289751 | 0.03s PLAY [Manage SELinux] ********************************************************** 2025-11-26 16:13:13.960198 | fa163eb2-7b8b-aa10-b746-000000000023 | TASK | Set selinux state 2025-11-26 16:13:14.506137 | fa163eb2-7b8b-aa10-b746-000000000023 | OK | Set selinux state | standalone 2025-11-26 16:13:14.507372 | fa163eb2-7b8b-aa10-b746-000000000023 | TIMING | Set selinux state | standalone | 0:00:04.894626 | 0.55s PLAY [Generate /etc/hosts] ***************************************************** 2025-11-26 16:13:14.641607 | fa163eb2-7b8b-aa10-b746-000000000026 | TASK | Configure Hosts Entries 2025-11-26 16:13:14.671834 | fa163eb2-7b8b-aa10-b746-000000000026 | TIMING | Configure Hosts Entries | undercloud | 0:00:05.059075 | 0.03s 2025-11-26 16:13:14.687484 | fa163eb2-7b8b-aa10-b746-000000000026 | TIMING | Configure Hosts Entries | standalone | 0:00:05.074749 | 0.02s 2025-11-26 16:13:14.729654 | fa163eb2-7b8b-aa10-b746-0000000001f1 | TASK | Create temporary file for hosts 2025-11-26 16:13:15.078215 | fa163eb2-7b8b-aa10-b746-0000000001f1 | CHANGED | Create temporary file for hosts | standalone 2025-11-26 16:13:15.079584 | fa163eb2-7b8b-aa10-b746-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | standalone | 0:00:05.466837 | 0.33s 2025-11-26 16:13:15.080514 | fa163eb2-7b8b-aa10-b746-0000000001f1 | CHANGED | Create temporary file for hosts | undercloud 2025-11-26 16:13:15.081217 | fa163eb2-7b8b-aa10-b746-0000000001f1 | TIMING | tripleo_hosts_entries : Create temporary file for hosts | undercloud | 0:00:05.468477 | 0.35s 2025-11-26 16:13:15.099798 | fa163eb2-7b8b-aa10-b746-0000000001f2 | TASK | Prepare temporary /etc/hosts 2025-11-26 16:13:15.495324 | fa163eb2-7b8b-aa10-b746-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | undercloud 2025-11-26 16:13:15.496943 | fa163eb2-7b8b-aa10-b746-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | undercloud | 0:00:05.884191 | 0.40s 2025-11-26 16:13:15.498150 | fa163eb2-7b8b-aa10-b746-0000000001f2 | CHANGED | Prepare temporary /etc/hosts | standalone 2025-11-26 16:13:15.498946 | fa163eb2-7b8b-aa10-b746-0000000001f2 | TIMING | tripleo_hosts_entries : Prepare temporary /etc/hosts | standalone | 0:00:05.886206 | 0.37s 2025-11-26 16:13:15.518269 | fa163eb2-7b8b-aa10-b746-0000000001f3 | TASK | Remove old Heat hosts configuration (if present) 2025-11-26 16:13:15.852797 | fa163eb2-7b8b-aa10-b746-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | undercloud 2025-11-26 16:13:15.854350 | fa163eb2-7b8b-aa10-b746-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | undercloud | 0:00:06.241599 | 0.33s 2025-11-26 16:13:15.865815 | fa163eb2-7b8b-aa10-b746-0000000001f3 | OK | Remove old Heat hosts configuration (if present) | standalone 2025-11-26 16:13:15.866598 | fa163eb2-7b8b-aa10-b746-0000000001f3 | TIMING | tripleo_hosts_entries : Remove old Heat hosts configuration (if present) | standalone | 0:00:06.253857 | 0.33s 2025-11-26 16:13:15.884111 | fa163eb2-7b8b-aa10-b746-0000000001f4 | TASK | Render out the hosts entries 2025-11-26 16:13:15.971928 | fa163eb2-7b8b-aa10-b746-0000000001f4 | OK | Render out the hosts entries | undercloud 2025-11-26 16:13:15.973224 | fa163eb2-7b8b-aa10-b746-0000000001f4 | TIMING | tripleo_hosts_entries : Render out the hosts entries | undercloud | 0:00:06.360478 | 0.09s 2025-11-26 16:13:15.990943 | fa163eb2-7b8b-aa10-b746-0000000001f5 | TASK | Prepare new /etc/hosts 2025-11-26 16:13:16.241099 | fa163eb2-7b8b-aa10-b746-0000000001f5 | CHANGED | Prepare new /etc/hosts | undercloud 2025-11-26 16:13:16.242752 | fa163eb2-7b8b-aa10-b746-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | undercloud | 0:00:06.630001 | 0.25s 2025-11-26 16:13:16.355937 | fa163eb2-7b8b-aa10-b746-0000000001f5 | CHANGED | Prepare new /etc/hosts | standalone 2025-11-26 16:13:16.357038 | fa163eb2-7b8b-aa10-b746-0000000001f5 | TIMING | tripleo_hosts_entries : Prepare new /etc/hosts | standalone | 0:00:06.744296 | 0.35s 2025-11-26 16:13:16.375174 | fa163eb2-7b8b-aa10-b746-0000000001f6 | TASK | Update /etc/hosts contents (if changed) 2025-11-26 16:13:16.697191 | fa163eb2-7b8b-aa10-b746-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | standalone 2025-11-26 16:13:16.698800 | fa163eb2-7b8b-aa10-b746-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | standalone | 0:00:07.086044 | 0.30s 2025-11-26 16:13:16.722566 | fa163eb2-7b8b-aa10-b746-0000000001f6 | CHANGED | Update /etc/hosts contents (if changed) | undercloud 2025-11-26 16:13:16.723478 | fa163eb2-7b8b-aa10-b746-0000000001f6 | TIMING | tripleo_hosts_entries : Update /etc/hosts contents (if changed) | undercloud | 0:00:07.110736 | 0.35s 2025-11-26 16:13:16.741105 | fa163eb2-7b8b-aa10-b746-0000000001f7 | TASK | Clean up temporary hosts file 2025-11-26 16:13:17.072584 | fa163eb2-7b8b-aa10-b746-0000000001f7 | CHANGED | Clean up temporary hosts file | standalone 2025-11-26 16:13:17.073751 | fa163eb2-7b8b-aa10-b746-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | standalone | 0:00:07.461008 | 0.31s 2025-11-26 16:13:17.084839 | fa163eb2-7b8b-aa10-b746-0000000001f7 | CHANGED | Clean up temporary hosts file | undercloud 2025-11-26 16:13:17.085351 | fa163eb2-7b8b-aa10-b746-0000000001f7 | TIMING | tripleo_hosts_entries : Clean up temporary hosts file | undercloud | 0:00:07.472617 | 0.34s PLAY [Common roles for TripleO servers] **************************************** 2025-11-26 16:13:17.207505 | fa163eb2-7b8b-aa10-b746-00000000002a | TASK | Common roles for TripleO servers 2025-11-26 16:13:17.233647 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-00000000002a') missing from stats 2025-11-26 16:13:17.302106 | fa163eb2-7b8b-aa10-b746-00000000002c | TIMING | include_role : tripleo_bootstrap | standalone | 0:00:07.689363 | 0.02s 2025-11-26 16:13:17.362231 | fa163eb2-7b8b-aa10-b746-000000000254 | TASK | Gather variables for each operating system 2025-11-26 16:13:17.473139 | fa163eb2-7b8b-aa10-b746-000000000254 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-26 16:13:17.474530 | fa163eb2-7b8b-aa10-b746-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.861783 | 0.11s 2025-11-26 16:13:17.484239 | fa163eb2-7b8b-aa10-b746-000000000254 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:07.871493 | 0.12s 2025-11-26 16:13:17.504023 | fa163eb2-7b8b-aa10-b746-000000000256 | TASK | Check release version package is installed 2025-11-26 16:13:17.799271 | fa163eb2-7b8b-aa10-b746-000000000256 | CHANGED | Check release version package is installed | standalone 2025-11-26 16:13:17.800628 | fa163eb2-7b8b-aa10-b746-000000000256 | TIMING | tripleo_bootstrap : Check release version package is installed | standalone | 0:00:08.187881 | 0.30s 2025-11-26 16:13:17.828259 | fa163eb2-7b8b-aa10-b746-000000000257 | TASK | Deploy release version package 2025-11-26 16:13:22.607741 | fa163eb2-7b8b-aa10-b746-000000000257 | CHANGED | Deploy release version package | standalone 2025-11-26 16:13:22.609183 | fa163eb2-7b8b-aa10-b746-000000000257 | TIMING | tripleo_bootstrap : Deploy release version package | standalone | 0:00:12.996436 | 4.78s 2025-11-26 16:13:22.633718 | fa163eb2-7b8b-aa10-b746-000000000259 | TASK | Include packages tasks 2025-11-26 16:13:22.650258 | fa163eb2-7b8b-aa10-b746-000000000259 | TIMING | tripleo_bootstrap : Include packages tasks | standalone | 0:00:13.037507 | 0.02s 2025-11-26 16:13:22.676900 | 4f600e43-87a9-4224-8996-4ee1f6f510ec | INCLUDED | /usr/share/ansible/roles/tripleo_bootstrap/tasks/packages.yml | standalone 2025-11-26 16:13:22.702683 | fa163eb2-7b8b-aa10-b746-0000000002ad | TASK | Gather facts if they don't exist 2025-11-26 16:13:22.790825 | fa163eb2-7b8b-aa10-b746-0000000002ad | SKIPPED | Gather facts if they don't exist | standalone 2025-11-26 16:13:22.791795 | fa163eb2-7b8b-aa10-b746-0000000002ad | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:13.179054 | 0.09s 2025-11-26 16:13:22.810374 | fa163eb2-7b8b-aa10-b746-0000000002ae | TASK | Gather variables for each operating system 2025-11-26 16:13:22.934161 | fa163eb2-7b8b-aa10-b746-0000000002ae | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-26 16:13:22.940010 | fa163eb2-7b8b-aa10-b746-0000000002ae | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:13.327269 | 0.13s 2025-11-26 16:13:22.959190 | fa163eb2-7b8b-aa10-b746-0000000002b0 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-26 16:13:23.219087 | fa163eb2-7b8b-aa10-b746-0000000002b0 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-26 16:13:23.220446 | fa163eb2-7b8b-aa10-b746-0000000002b0 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:13.607698 | 0.26s 2025-11-26 16:13:23.245172 | fa163eb2-7b8b-aa10-b746-0000000002b1 | TASK | Deploy required packages to bootstrap TripleO 2025-11-26 16:13:28.685649 | fa163eb2-7b8b-aa10-b746-0000000002b1 | CHANGED | Deploy required packages to bootstrap TripleO | standalone 2025-11-26 16:13:28.687125 | fa163eb2-7b8b-aa10-b746-0000000002b1 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:19.074378 | 5.44s 2025-11-26 16:13:28.712192 | fa163eb2-7b8b-aa10-b746-0000000002b2 | TASK | Ensure packages are actually well installed 2025-11-26 16:13:29.699261 | fa163eb2-7b8b-aa10-b746-0000000002b2 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-26 16:13:29.700686 | fa163eb2-7b8b-aa10-b746-0000000002b2 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:20.087939 | 0.99s 2025-11-26 16:13:29.725811 | fa163eb2-7b8b-aa10-b746-00000000025a | TASK | Enable openvswitch service if installed 2025-11-26 16:13:30.632758 | fa163eb2-7b8b-aa10-b746-00000000025a | CHANGED | Enable openvswitch service if installed | standalone 2025-11-26 16:13:30.634658 | fa163eb2-7b8b-aa10-b746-00000000025a | TIMING | tripleo_bootstrap : Enable openvswitch service if installed | standalone | 0:00:21.021912 | 0.91s 2025-11-26 16:13:30.660994 | fa163eb2-7b8b-aa10-b746-00000000025b | TASK | Create /var/lib/heat-config/tripleo-config-download directory for deployment data 2025-11-26 16:13:30.871923 | fa163eb2-7b8b-aa10-b746-00000000025b | CHANGED | Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone 2025-11-26 16:13:30.873252 | fa163eb2-7b8b-aa10-b746-00000000025b | TIMING | tripleo_bootstrap : Create /var/lib/heat-config/tripleo-config-download directory for deployment data | standalone | 0:00:21.260505 | 0.21s 2025-11-26 16:13:30.897521 | fa163eb2-7b8b-aa10-b746-00000000025d | TASK | Check required legacy network packages for bootstrap TripleO is installed 2025-11-26 16:13:31.169634 | fa163eb2-7b8b-aa10-b746-00000000025d | CHANGED | Check required legacy network packages for bootstrap TripleO is installed | standalone 2025-11-26 16:13:31.170838 | fa163eb2-7b8b-aa10-b746-00000000025d | TIMING | tripleo_bootstrap : Check required legacy network packages for bootstrap TripleO is installed | standalone | 0:00:21.558093 | 0.27s 2025-11-26 16:13:31.195211 | fa163eb2-7b8b-aa10-b746-00000000025e | TASK | Deploy network-scripts required for deprecated network service 2025-11-26 16:13:31.252958 | fa163eb2-7b8b-aa10-b746-00000000025e | SKIPPED | Deploy network-scripts required for deprecated network service | standalone 2025-11-26 16:13:31.254043 | fa163eb2-7b8b-aa10-b746-00000000025e | TIMING | tripleo_bootstrap : Deploy network-scripts required for deprecated network service | standalone | 0:00:21.641298 | 0.06s 2025-11-26 16:13:31.278003 | fa163eb2-7b8b-aa10-b746-00000000025f | TASK | Ensure network service is enabled 2025-11-26 16:13:31.633972 | fa163eb2-7b8b-aa10-b746-00000000025f | OK | Ensure network service is enabled | standalone 2025-11-26 16:13:31.635782 | fa163eb2-7b8b-aa10-b746-00000000025f | TIMING | tripleo_bootstrap : Ensure network service is enabled | standalone | 0:00:22.023036 | 0.36s 2025-11-26 16:13:31.660942 | fa163eb2-7b8b-aa10-b746-000000000261 | TASK | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf 2025-11-26 16:13:31.974502 | fa163eb2-7b8b-aa10-b746-000000000261 | CHANGED | Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-26 16:13:31.976087 | fa163eb2-7b8b-aa10-b746-000000000261 | TIMING | tripleo_bootstrap : Set 'dns=none' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.363338 | 0.31s 2025-11-26 16:13:32.001589 | fa163eb2-7b8b-aa10-b746-000000000262 | TASK | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf 2025-11-26 16:13:32.213022 | fa163eb2-7b8b-aa10-b746-000000000262 | CHANGED | Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-26 16:13:32.214617 | fa163eb2-7b8b-aa10-b746-000000000262 | TIMING | tripleo_bootstrap : Set 'rc-manager=unmanaged' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:22.601868 | 0.21s 2025-11-26 16:13:32.240319 | fa163eb2-7b8b-aa10-b746-000000000263 | TASK | Reload NetworkManager 2025-11-26 16:13:32.646843 | fa163eb2-7b8b-aa10-b746-000000000263 | CHANGED | Reload NetworkManager | standalone 2025-11-26 16:13:32.648593 | fa163eb2-7b8b-aa10-b746-000000000263 | TIMING | tripleo_bootstrap : Reload NetworkManager | standalone | 0:00:23.035847 | 0.41s 2025-11-26 16:13:32.674659 | fa163eb2-7b8b-aa10-b746-000000000265 | TASK | Symlink puppet modules under /etc/puppet/modules 2025-11-26 16:13:32.905894 | fa163eb2-7b8b-aa10-b746-000000000265 | CHANGED | Symlink puppet modules under /etc/puppet/modules | standalone 2025-11-26 16:13:32.906778 | fa163eb2-7b8b-aa10-b746-000000000265 | TIMING | tripleo_bootstrap : Symlink puppet modules under /etc/puppet/modules | standalone | 0:00:23.294039 | 0.23s 2025-11-26 16:13:32.924190 | fa163eb2-7b8b-aa10-b746-000000000266 | TASK | Check if /usr/bin/ansible-playbook exists 2025-11-26 16:13:33.260342 | fa163eb2-7b8b-aa10-b746-000000000266 | OK | Check if /usr/bin/ansible-playbook exists | standalone 2025-11-26 16:13:33.261811 | fa163eb2-7b8b-aa10-b746-000000000266 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook exists | standalone | 0:00:23.649063 | 0.34s 2025-11-26 16:13:33.286574 | fa163eb2-7b8b-aa10-b746-000000000267 | TASK | Check if /usr/bin/ansible-playbook-3 exists 2025-11-26 16:13:33.511436 | fa163eb2-7b8b-aa10-b746-000000000267 | OK | Check if /usr/bin/ansible-playbook-3 exists | standalone 2025-11-26 16:13:33.512651 | fa163eb2-7b8b-aa10-b746-000000000267 | TIMING | tripleo_bootstrap : Check if /usr/bin/ansible-playbook-3 exists | standalone | 0:00:23.899905 | 0.22s 2025-11-26 16:13:33.537019 | fa163eb2-7b8b-aa10-b746-000000000268 | TASK | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook 2025-11-26 16:13:33.788026 | fa163eb2-7b8b-aa10-b746-000000000268 | CHANGED | Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone 2025-11-26 16:13:33.789399 | fa163eb2-7b8b-aa10-b746-000000000268 | TIMING | tripleo_bootstrap : Symlink /usr/bin/ansible-playbook-3 to /usr/bin/ansible-playbook | standalone | 0:00:24.176652 | 0.25s 2025-11-26 16:13:33.870380 | fa163eb2-7b8b-aa10-b746-00000000002d | TIMING | include_role : tripleo_ssh_known_hosts | standalone | 0:00:24.257630 | 0.03s 2025-11-26 16:13:33.951892 | fa163eb2-7b8b-aa10-b746-000000000361 | TASK | Create temporary file for ssh_known_hosts 2025-11-26 16:13:34.162839 | fa163eb2-7b8b-aa10-b746-000000000361 | CHANGED | Create temporary file for ssh_known_hosts | standalone 2025-11-26 16:13:34.164066 | fa163eb2-7b8b-aa10-b746-000000000361 | TIMING | tripleo_ssh_known_hosts : Create temporary file for ssh_known_hosts | standalone | 0:00:24.551320 | 0.21s 2025-11-26 16:13:34.188334 | fa163eb2-7b8b-aa10-b746-000000000362 | TASK | Check for ssh_known_hosts file 2025-11-26 16:13:34.400355 | fa163eb2-7b8b-aa10-b746-000000000362 | OK | Check for ssh_known_hosts file | standalone 2025-11-26 16:13:34.401602 | fa163eb2-7b8b-aa10-b746-000000000362 | TIMING | tripleo_ssh_known_hosts : Check for ssh_known_hosts file | standalone | 0:00:24.788857 | 0.21s 2025-11-26 16:13:34.425996 | fa163eb2-7b8b-aa10-b746-000000000363 | TASK | Create a temporary copy of ssh_known_hosts 2025-11-26 16:13:34.453655 | fa163eb2-7b8b-aa10-b746-000000000363 | SKIPPED | Create a temporary copy of ssh_known_hosts | standalone 2025-11-26 16:13:34.454717 | fa163eb2-7b8b-aa10-b746-000000000363 | TIMING | tripleo_ssh_known_hosts : Create a temporary copy of ssh_known_hosts | standalone | 0:00:24.841946 | 0.03s 2025-11-26 16:13:34.478522 | fa163eb2-7b8b-aa10-b746-000000000364 | TASK | Write temporary file 2025-11-26 16:13:34.507554 | fa163eb2-7b8b-aa10-b746-000000000364 | SKIPPED | Write temporary file | standalone 2025-11-26 16:13:34.508772 | fa163eb2-7b8b-aa10-b746-000000000364 | TIMING | tripleo_ssh_known_hosts : Write temporary file | standalone | 0:00:24.896027 | 0.03s 2025-11-26 16:13:34.531966 | fa163eb2-7b8b-aa10-b746-000000000365 | TASK | Set ssh_known_hosts fact 2025-11-26 16:13:34.609969 | fa163eb2-7b8b-aa10-b746-000000000365 | OK | Set ssh_known_hosts fact | standalone 2025-11-26 16:13:34.611006 | fa163eb2-7b8b-aa10-b746-000000000365 | TIMING | tripleo_ssh_known_hosts : Set ssh_known_hosts fact | standalone | 0:00:24.998262 | 0.08s 2025-11-26 16:13:34.635032 | fa163eb2-7b8b-aa10-b746-000000000366 | TASK | Add host keys to temporary ssh_known_hosts 2025-11-26 16:13:34.858396 | fa163eb2-7b8b-aa10-b746-000000000366 | CHANGED | Add host keys to temporary ssh_known_hosts | standalone 2025-11-26 16:13:34.859642 | fa163eb2-7b8b-aa10-b746-000000000366 | TIMING | tripleo_ssh_known_hosts : Add host keys to temporary ssh_known_hosts | standalone | 0:00:25.246897 | 0.22s 2025-11-26 16:13:34.883378 | fa163eb2-7b8b-aa10-b746-000000000367 | TASK | In-place update of /etc/ssh_known_hosts 2025-11-26 16:13:35.105425 | fa163eb2-7b8b-aa10-b746-000000000367 | CHANGED | In-place update of /etc/ssh_known_hosts | standalone 2025-11-26 16:13:35.106743 | fa163eb2-7b8b-aa10-b746-000000000367 | TIMING | tripleo_ssh_known_hosts : In-place update of /etc/ssh_known_hosts | standalone | 0:00:25.493990 | 0.22s 2025-11-26 16:13:35.130857 | fa163eb2-7b8b-aa10-b746-000000000368 | TASK | Remove temp file 2025-11-26 16:13:35.342278 | fa163eb2-7b8b-aa10-b746-000000000368 | CHANGED | Remove temp file | standalone 2025-11-26 16:13:35.343505 | fa163eb2-7b8b-aa10-b746-000000000368 | TIMING | tripleo_ssh_known_hosts : Remove temp file | standalone | 0:00:25.730759 | 0.21s PLAY [Deploy step tasks for step 0] ******************************************** 2025-11-26 16:13:35.529005 | fa163eb2-7b8b-aa10-b746-000000000034 | TASK | Deploy step tasks for step 0 2025-11-26 16:13:35.589020 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-000000000034') missing from stats 2025-11-26 16:13:35.609931 | fa163eb2-7b8b-aa10-b746-000000000035 | TASK | Ensure /var/log/journal exists 2025-11-26 16:13:35.840245 | fa163eb2-7b8b-aa10-b746-000000000035 | CHANGED | Ensure /var/log/journal exists | standalone 2025-11-26 16:13:35.841639 | fa163eb2-7b8b-aa10-b746-000000000035 | TIMING | Ensure /var/log/journal exists | standalone | 0:00:26.228892 | 0.23s 2025-11-26 16:13:35.867245 | fa163eb2-7b8b-aa10-b746-000000000036 | TASK | Check cloud-init status 2025-11-26 16:13:36.100652 | fa163eb2-7b8b-aa10-b746-000000000036 | CHANGED | Check cloud-init status | standalone 2025-11-26 16:13:36.102283 | fa163eb2-7b8b-aa10-b746-000000000036 | TIMING | Check cloud-init status | standalone | 0:00:26.489536 | 0.23s 2025-11-26 16:13:36.127801 | fa163eb2-7b8b-aa10-b746-000000000037 | TASK | Check if cloud-init is disabled via kernel args 2025-11-26 16:13:36.351007 | fa163eb2-7b8b-aa10-b746-000000000037 | CHANGED | Check if cloud-init is disabled via kernel args | standalone 2025-11-26 16:13:36.352404 | fa163eb2-7b8b-aa10-b746-000000000037 | TIMING | Check if cloud-init is disabled via kernel args | standalone | 0:00:26.739660 | 0.22s 2025-11-26 16:13:36.378169 | fa163eb2-7b8b-aa10-b746-000000000038 | TASK | Wait for cloud-init to finish, if enabled 2025-11-26 16:13:36.770167 | fa163eb2-7b8b-aa10-b746-000000000038 | OK | Wait for cloud-init to finish, if enabled | standalone 2025-11-26 16:13:36.771498 | fa163eb2-7b8b-aa10-b746-000000000038 | TIMING | Wait for cloud-init to finish, if enabled | standalone | 0:00:27.158751 | 0.39s 2025-11-26 16:13:36.797537 | fa163eb2-7b8b-aa10-b746-000000000039 | TASK | Create /var/lib/container-puppet 2025-11-26 16:13:37.028245 | fa163eb2-7b8b-aa10-b746-000000000039 | CHANGED | Create /var/lib/container-puppet | standalone 2025-11-26 16:13:37.029887 | fa163eb2-7b8b-aa10-b746-000000000039 | TIMING | Create /var/lib/container-puppet | standalone | 0:00:27.417137 | 0.23s 2025-11-26 16:13:37.055222 | fa163eb2-7b8b-aa10-b746-00000000003a | TASK | Write container-puppet.sh 2025-11-26 16:13:37.509959 | fa163eb2-7b8b-aa10-b746-00000000003a | CHANGED | Write container-puppet.sh | standalone 2025-11-26 16:13:37.511400 | fa163eb2-7b8b-aa10-b746-00000000003a | TIMING | Write container-puppet.sh | standalone | 0:00:27.898653 | 0.45s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 16:13:37.577915 | fa163eb2-7b8b-aa10-b746-00000000003b | TIMING | include_tasks | standalone | 0:00:27.965161 | 0.04s 2025-11-26 16:13:37.598434 | 7aad432a-6339-4775-b3ed-82f006538348 | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/deploy_steps_tasks_step0.yaml | standalone 2025-11-26 16:13:37.634611 | fa163eb2-7b8b-aa10-b746-000000000416 | TASK | Configure tuned before reboot 2025-11-26 16:13:37.685293 | fa163eb2-7b8b-aa10-b746-000000000416 | TIMING | Configure tuned before reboot | standalone | 0:00:28.072541 | 0.05s 2025-11-26 16:13:37.747882 | fa163eb2-7b8b-aa10-b746-000000000455 | TASK | Gather variables for each operating system 2025-11-26 16:13:37.867594 | fa163eb2-7b8b-aa10-b746-000000000455 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-26 16:13:37.870643 | fa163eb2-7b8b-aa10-b746-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.257895 | 0.12s 2025-11-26 16:13:37.881124 | fa163eb2-7b8b-aa10-b746-000000000455 | TIMING | tuned : Gather variables for each operating system | standalone | 0:00:28.268372 | 0.13s 2025-11-26 16:13:37.968968 | fa163eb2-7b8b-aa10-b746-000000000456 | TIMING | tuned : include_tasks | standalone | 0:00:28.356213 | 0.06s 2025-11-26 16:13:37.993548 | 2c86615e-69f7-4e30-a059-66b603f34229 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-26 16:13:38.030788 | fa163eb2-7b8b-aa10-b746-00000000047f | TASK | Check tuned package is installed 2025-11-26 16:13:38.297634 | fa163eb2-7b8b-aa10-b746-00000000047f | CHANGED | Check tuned package is installed | standalone 2025-11-26 16:13:38.299158 | fa163eb2-7b8b-aa10-b746-00000000047f | TIMING | tuned : Check tuned package is installed | standalone | 0:00:28.686410 | 0.27s 2025-11-26 16:13:38.326915 | fa163eb2-7b8b-aa10-b746-000000000480 | TASK | Install tuned 2025-11-26 16:13:44.833349 | fa163eb2-7b8b-aa10-b746-000000000480 | CHANGED | Install tuned | standalone 2025-11-26 16:13:44.834770 | fa163eb2-7b8b-aa10-b746-000000000480 | TIMING | tuned : Install tuned | standalone | 0:00:35.221965 | 6.51s 2025-11-26 16:13:44.862038 | fa163eb2-7b8b-aa10-b746-000000000481 | TASK | Restart tuned 2025-11-26 16:13:46.658801 | fa163eb2-7b8b-aa10-b746-000000000481 | CHANGED | Restart tuned | standalone 2025-11-26 16:13:46.659829 | fa163eb2-7b8b-aa10-b746-000000000481 | TIMING | tuned : Restart tuned | standalone | 0:00:37.047069 | 1.80s 2025-11-26 16:13:46.677427 | fa163eb2-7b8b-aa10-b746-000000000457 | TASK | Check for tuned-adm 2025-11-26 16:13:46.910583 | fa163eb2-7b8b-aa10-b746-000000000457 | OK | Check for tuned-adm | standalone 2025-11-26 16:13:46.911914 | fa163eb2-7b8b-aa10-b746-000000000457 | TIMING | tuned : Check for tuned-adm | standalone | 0:00:37.299169 | 0.23s 2025-11-26 16:13:46.965958 | fa163eb2-7b8b-aa10-b746-000000000458 | TIMING | tuned : include_tasks | standalone | 0:00:37.353209 | 0.03s 2025-11-26 16:13:46.995058 | 70b6ea62-b6bc-4eec-be9d-b07aac204500 | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-26 16:13:47.031085 | fa163eb2-7b8b-aa10-b746-0000000004b6 | TASK | Ensure profile directory exists 2025-11-26 16:13:47.104084 | fa163eb2-7b8b-aa10-b746-0000000004b6 | SKIPPED | Ensure profile directory exists | standalone 2025-11-26 16:13:47.105160 | fa163eb2-7b8b-aa10-b746-0000000004b6 | TIMING | tuned : Ensure profile directory exists | standalone | 0:00:37.492417 | 0.07s 2025-11-26 16:13:47.130627 | fa163eb2-7b8b-aa10-b746-0000000004b7 | TASK | Create custom tuned profile 2025-11-26 16:13:47.196768 | fa163eb2-7b8b-aa10-b746-0000000004b7 | SKIPPED | Create custom tuned profile | standalone 2025-11-26 16:13:47.197811 | fa163eb2-7b8b-aa10-b746-0000000004b7 | TIMING | tuned : Create custom tuned profile | standalone | 0:00:37.585067 | 0.07s 2025-11-26 16:13:47.223123 | fa163eb2-7b8b-aa10-b746-0000000004b8 | TASK | Check tuned active profile 2025-11-26 16:13:47.594171 | fa163eb2-7b8b-aa10-b746-0000000004b8 | OK | Check tuned active profile | standalone 2025-11-26 16:13:47.595386 | fa163eb2-7b8b-aa10-b746-0000000004b8 | TIMING | tuned : Check tuned active profile | standalone | 0:00:37.982619 | 0.37s 2025-11-26 16:13:47.622017 | fa163eb2-7b8b-aa10-b746-0000000004b9 | TASK | Check Tuned Configuration file exists 2025-11-26 16:13:47.858002 | fa163eb2-7b8b-aa10-b746-0000000004b9 | OK | Check Tuned Configuration file exists | standalone 2025-11-26 16:13:47.859118 | fa163eb2-7b8b-aa10-b746-0000000004b9 | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:00:38.246374 | 0.24s 2025-11-26 16:13:47.885186 | fa163eb2-7b8b-aa10-b746-0000000004ba | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-26 16:13:47.948515 | fa163eb2-7b8b-aa10-b746-0000000004ba | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-26 16:13:47.949585 | fa163eb2-7b8b-aa10-b746-0000000004ba | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:00:38.336842 | 0.06s 2025-11-26 16:13:47.976770 | fa163eb2-7b8b-aa10-b746-0000000004bb | TASK | Configure isolated cores for profile throughput-performance 2025-11-26 16:13:48.040063 | fa163eb2-7b8b-aa10-b746-0000000004bb | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-26 16:13:48.041143 | fa163eb2-7b8b-aa10-b746-0000000004bb | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:00:38.428401 | 0.06s 2025-11-26 16:13:48.066315 | fa163eb2-7b8b-aa10-b746-0000000004bc | TASK | Enable tuned profile 2025-11-26 16:13:49.488300 | fa163eb2-7b8b-aa10-b746-0000000004bc | CHANGED | Enable tuned profile | standalone 2025-11-26 16:13:49.489524 | fa163eb2-7b8b-aa10-b746-0000000004bc | TIMING | tuned : Enable tuned profile | standalone | 0:00:39.876779 | 1.42s 2025-11-26 16:13:49.538015 | fa163eb2-7b8b-aa10-b746-000000000417 | TASK | Configure kernel args and reboot 2025-11-26 16:13:49.588301 | fa163eb2-7b8b-aa10-b746-000000000417 | TIMING | Configure kernel args and reboot | standalone | 0:00:39.975551 | 0.05s 2025-11-26 16:13:49.728265 | fa163eb2-7b8b-aa10-b746-000000000569 | TASK | Get the command line args of the node 2025-11-26 16:13:49.955388 | fa163eb2-7b8b-aa10-b746-000000000569 | CHANGED | Get the command line args of the node | standalone 2025-11-26 16:13:49.956688 | fa163eb2-7b8b-aa10-b746-000000000569 | TIMING | tripleo_kernel : Get the command line args of the node | standalone | 0:00:40.343938 | 0.23s 2025-11-26 16:13:49.983453 | fa163eb2-7b8b-aa10-b746-00000000056b | TASK | Check if node has a nova.conf 2025-11-26 16:13:50.219779 | fa163eb2-7b8b-aa10-b746-00000000056b | OK | Check if node has a nova.conf | standalone 2025-11-26 16:13:50.220955 | fa163eb2-7b8b-aa10-b746-00000000056b | TIMING | tripleo_kernel : Check if node has a nova.conf | standalone | 0:00:40.608210 | 0.24s 2025-11-26 16:13:50.247068 | fa163eb2-7b8b-aa10-b746-00000000056d | TASK | Warn operator about workload protection 2025-11-26 16:13:50.286316 | fa163eb2-7b8b-aa10-b746-00000000056d | SKIPPED | Warn operator about workload protection | standalone 2025-11-26 16:13:50.287368 | fa163eb2-7b8b-aa10-b746-00000000056d | TIMING | tripleo_kernel : Warn operator about workload protection | standalone | 0:00:40.674624 | 0.04s 2025-11-26 16:13:50.312815 | fa163eb2-7b8b-aa10-b746-00000000056e | TASK | Setting defer reboot fact 2025-11-26 16:13:50.353526 | fa163eb2-7b8b-aa10-b746-00000000056e | SKIPPED | Setting defer reboot fact | standalone 2025-11-26 16:13:50.354602 | fa163eb2-7b8b-aa10-b746-00000000056e | TIMING | tripleo_kernel : Setting defer reboot fact | standalone | 0:00:40.741859 | 0.04s 2025-11-26 16:13:50.378909 | fa163eb2-7b8b-aa10-b746-000000000570 | TASK | Rewrite tripleo_kernel_hugepages to use integers as keys 2025-11-26 16:13:50.411800 | fa163eb2-7b8b-aa10-b746-000000000570 | TIMING | tripleo_kernel : Rewrite tripleo_kernel_hugepages to use integers as keys | standalone | 0:00:40.799048 | 0.03s 2025-11-26 16:13:50.437534 | fa163eb2-7b8b-aa10-b746-000000000575 | TASK | Find hugepages in cmdline 2025-11-26 16:13:50.487362 | fa163eb2-7b8b-aa10-b746-000000000575 | SKIPPED | Find hugepages in cmdline | standalone 2025-11-26 16:13:50.488739 | fa163eb2-7b8b-aa10-b746-000000000575 | TIMING | tripleo_kernel : Find hugepages in cmdline | standalone | 0:00:40.875964 | 0.05s 2025-11-26 16:13:50.515353 | fa163eb2-7b8b-aa10-b746-000000000576 | TASK | Finding human-readable hugepages in cmdline 2025-11-26 16:13:50.557469 | fa163eb2-7b8b-aa10-b746-000000000576 | SKIPPED | Finding human-readable hugepages in cmdline | standalone 2025-11-26 16:13:50.558742 | fa163eb2-7b8b-aa10-b746-000000000576 | TIMING | tripleo_kernel : Finding human-readable hugepages in cmdline | standalone | 0:00:40.945996 | 0.04s 2025-11-26 16:13:50.584780 | fa163eb2-7b8b-aa10-b746-00000000057a | TASK | Find desired default hugepage size 2025-11-26 16:13:50.633092 | fa163eb2-7b8b-aa10-b746-00000000057a | SKIPPED | Find desired default hugepage size | standalone 2025-11-26 16:13:50.634308 | fa163eb2-7b8b-aa10-b746-00000000057a | TIMING | tripleo_kernel : Find desired default hugepage size | standalone | 0:00:41.021563 | 0.05s 2025-11-26 16:13:50.661478 | fa163eb2-7b8b-aa10-b746-00000000057c | TASK | Storing non-configured hugepages 2025-11-26 16:13:50.692530 | fa163eb2-7b8b-aa10-b746-00000000057c | TIMING | tripleo_kernel : Storing non-configured hugepages | standalone | 0:00:41.079776 | 0.03s 2025-11-26 16:13:50.719507 | fa163eb2-7b8b-aa10-b746-00000000057e | TASK | Validating against hugepages config received from TripleO 2025-11-26 16:13:50.768565 | fa163eb2-7b8b-aa10-b746-00000000057e | SKIPPED | Validating against hugepages config received from TripleO | standalone 2025-11-26 16:13:50.769737 | fa163eb2-7b8b-aa10-b746-00000000057e | TIMING | tripleo_kernel : Validating against hugepages config received from TripleO | standalone | 0:00:41.156955 | 0.05s 2025-11-26 16:13:50.795442 | fa163eb2-7b8b-aa10-b746-00000000057f | TASK | Determining the default hugepagesz 2025-11-26 16:13:50.837362 | fa163eb2-7b8b-aa10-b746-00000000057f | SKIPPED | Determining the default hugepagesz | standalone 2025-11-26 16:13:50.838468 | fa163eb2-7b8b-aa10-b746-00000000057f | TIMING | tripleo_kernel : Determining the default hugepagesz | standalone | 0:00:41.225724 | 0.04s 2025-11-26 16:13:50.864083 | fa163eb2-7b8b-aa10-b746-000000000580 | TASK | Determining if any hugepage configuration needs to be re-written 2025-11-26 16:13:50.907036 | fa163eb2-7b8b-aa10-b746-000000000580 | SKIPPED | Determining if any hugepage configuration needs to be re-written | standalone 2025-11-26 16:13:50.908149 | fa163eb2-7b8b-aa10-b746-000000000580 | TIMING | tripleo_kernel : Determining if any hugepage configuration needs to be re-written | standalone | 0:00:41.295405 | 0.04s 2025-11-26 16:13:50.934358 | fa163eb2-7b8b-aa10-b746-000000000581 | TASK | Making sure that we have a default hugepagesz 2025-11-26 16:13:50.976898 | fa163eb2-7b8b-aa10-b746-000000000581 | SKIPPED | Making sure that we have a default hugepagesz | standalone 2025-11-26 16:13:50.978075 | fa163eb2-7b8b-aa10-b746-000000000581 | TIMING | tripleo_kernel : Making sure that we have a default hugepagesz | standalone | 0:00:41.365331 | 0.04s 2025-11-26 16:13:51.003306 | fa163eb2-7b8b-aa10-b746-000000000583 | TASK | Warn about possible modifications 2025-11-26 16:13:51.045293 | fa163eb2-7b8b-aa10-b746-000000000583 | SKIPPED | Warn about possible modifications | standalone 2025-11-26 16:13:51.046381 | fa163eb2-7b8b-aa10-b746-000000000583 | TIMING | tripleo_kernel : Warn about possible modifications | standalone | 0:00:41.433637 | 0.04s 2025-11-26 16:13:51.071596 | fa163eb2-7b8b-aa10-b746-000000000584 | TASK | Remove hugepage settings from kernelargs 2025-11-26 16:13:51.113180 | fa163eb2-7b8b-aa10-b746-000000000584 | SKIPPED | Remove hugepage settings from kernelargs | standalone 2025-11-26 16:13:51.115396 | fa163eb2-7b8b-aa10-b746-000000000584 | TIMING | tripleo_kernel : Remove hugepage settings from kernelargs | standalone | 0:00:41.502652 | 0.04s 2025-11-26 16:13:51.139950 | fa163eb2-7b8b-aa10-b746-000000000585 | TASK | Cleaning up whitespaces 2025-11-26 16:13:51.180613 | fa163eb2-7b8b-aa10-b746-000000000585 | SKIPPED | Cleaning up whitespaces | standalone 2025-11-26 16:13:51.181803 | fa163eb2-7b8b-aa10-b746-000000000585 | TIMING | tripleo_kernel : Cleaning up whitespaces | standalone | 0:00:41.569060 | 0.04s 2025-11-26 16:13:51.207135 | fa163eb2-7b8b-aa10-b746-000000000587 | TASK | Check if the kernelargs entry is already present in the file 2025-11-26 16:13:51.559950 | fa163eb2-7b8b-aa10-b746-000000000587 | OK | Check if the kernelargs entry is already present in the file | standalone 2025-11-26 16:13:51.561507 | fa163eb2-7b8b-aa10-b746-000000000587 | TIMING | tripleo_kernel : Check if the kernelargs entry is already present in the file | standalone | 0:00:41.948723 | 0.35s 2025-11-26 16:13:51.587114 | fa163eb2-7b8b-aa10-b746-000000000589 | TASK | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present 2025-11-26 16:13:51.647261 | fa163eb2-7b8b-aa10-b746-000000000589 | SKIPPED | Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone 2025-11-26 16:13:51.648103 | fa163eb2-7b8b-aa10-b746-000000000589 | TIMING | tripleo_kernel : Delete older name TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS entries if present | standalone | 0:00:42.035363 | 0.06s 2025-11-26 16:13:51.669824 | fa163eb2-7b8b-aa10-b746-00000000058a | TASK | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS 2025-11-26 16:13:51.727821 | fa163eb2-7b8b-aa10-b746-00000000058a | SKIPPED | Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone 2025-11-26 16:13:51.729164 | fa163eb2-7b8b-aa10-b746-00000000058a | TIMING | tripleo_kernel : Ensure the kernel args ( ) is present as GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS | standalone | 0:00:42.116419 | 0.06s 2025-11-26 16:13:51.756548 | fa163eb2-7b8b-aa10-b746-00000000058b | TASK | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter 2025-11-26 16:13:51.815845 | fa163eb2-7b8b-aa10-b746-00000000058b | SKIPPED | Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone 2025-11-26 16:13:51.816911 | fa163eb2-7b8b-aa10-b746-00000000058b | TIMING | tripleo_kernel : Add GRUB_TRIPLEO_HEAT_TEMPLATE_KERNEL_ARGS to the GRUB_CMDLINE_LINUX parameter | standalone | 0:00:42.204168 | 0.06s 2025-11-26 16:13:51.843628 | fa163eb2-7b8b-aa10-b746-00000000058c | TASK | Generate grub config 2025-11-26 16:13:51.903848 | fa163eb2-7b8b-aa10-b746-00000000058c | SKIPPED | Generate grub config | standalone 2025-11-26 16:13:51.904901 | fa163eb2-7b8b-aa10-b746-00000000058c | TIMING | tripleo_kernel : Generate grub config | standalone | 0:00:42.292158 | 0.06s 2025-11-26 16:13:51.931091 | fa163eb2-7b8b-aa10-b746-000000000590 | TASK | Get the block device that /boot is on 2025-11-26 16:13:51.995013 | fa163eb2-7b8b-aa10-b746-000000000590 | SKIPPED | Get the block device that /boot is on | standalone 2025-11-26 16:13:51.996241 | fa163eb2-7b8b-aa10-b746-000000000590 | TIMING | tripleo_kernel : Get the block device that /boot is on | standalone | 0:00:42.383498 | 0.06s 2025-11-26 16:13:52.022322 | fa163eb2-7b8b-aa10-b746-000000000591 | TASK | Get the mount point that /boot is in 2025-11-26 16:13:52.083487 | fa163eb2-7b8b-aa10-b746-000000000591 | SKIPPED | Get the mount point that /boot is in | standalone 2025-11-26 16:13:52.084813 | fa163eb2-7b8b-aa10-b746-000000000591 | TIMING | tripleo_kernel : Get the mount point that /boot is in | standalone | 0:00:42.472062 | 0.06s 2025-11-26 16:13:52.112845 | fa163eb2-7b8b-aa10-b746-000000000592 | TASK | Set facts for EFI grub.cfg generation 2025-11-26 16:13:52.174354 | fa163eb2-7b8b-aa10-b746-000000000592 | SKIPPED | Set facts for EFI grub.cfg generation | standalone 2025-11-26 16:13:52.175594 | fa163eb2-7b8b-aa10-b746-000000000592 | TIMING | tripleo_kernel : Set facts for EFI grub.cfg generation | standalone | 0:00:42.562846 | 0.06s 2025-11-26 16:13:52.204970 | fa163eb2-7b8b-aa10-b746-000000000593 | TASK | Executed script to fix grub-menu 2025-11-26 16:13:52.256046 | fa163eb2-7b8b-aa10-b746-000000000593 | SKIPPED | Executed script to fix grub-menu | standalone 2025-11-26 16:13:52.257296 | fa163eb2-7b8b-aa10-b746-000000000593 | TIMING | tripleo_kernel : Executed script to fix grub-menu | standalone | 0:00:42.644549 | 0.05s 2025-11-26 16:13:52.284268 | fa163eb2-7b8b-aa10-b746-000000000594 | TASK | Check grub config paths 2025-11-26 16:13:52.346020 | fa163eb2-7b8b-aa10-b746-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/redhat 2025-11-26 16:13:52.362169 | fa163eb2-7b8b-aa10-b746-000000000594 | SKIPPED | Check grub config paths | standalone | item=/boot/efi/EFI/centos 2025-11-26 16:13:52.368609 | fa163eb2-7b8b-aa10-b746-000000000594 | TIMING | tripleo_kernel : Check grub config paths | standalone | 0:00:42.755865 | 0.08s 2025-11-26 16:13:52.387268 | fa163eb2-7b8b-aa10-b746-000000000595 | TASK | Write EFI grub.cfg 2025-11-26 16:13:52.464732 | fa163eb2-7b8b-aa10-b746-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-11-26 16:13:52.482202 | fa163eb2-7b8b-aa10-b746-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-11-26 16:13:52.488200 | fa163eb2-7b8b-aa10-b746-000000000595 | TIMING | tripleo_kernel : Write EFI grub.cfg | standalone | 0:00:42.875450 | 0.10s 2025-11-26 16:13:52.515614 | fa163eb2-7b8b-aa10-b746-000000000596 | TASK | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub 2025-11-26 16:13:52.581132 | fa163eb2-7b8b-aa10-b746-000000000596 | SKIPPED | bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone 2025-11-26 16:13:52.583489 | fa163eb2-7b8b-aa10-b746-000000000596 | TIMING | tripleo_kernel : bz#2266025 modify GRUB_DEFAULT=saved in /etc/default/grub | standalone | 0:00:42.970744 | 0.07s 2025-11-26 16:13:52.609527 | fa163eb2-7b8b-aa10-b746-000000000597 | TASK | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub 2025-11-26 16:13:52.670320 | fa163eb2-7b8b-aa10-b746-000000000597 | SKIPPED | OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone 2025-11-26 16:13:52.671412 | fa163eb2-7b8b-aa10-b746-000000000597 | TIMING | tripleo_kernel : OSPRH-16320 ensure that GRUB_TERMINAL_OUTPUT=console in /etc/default/grub | standalone | 0:00:43.058668 | 0.06s 2025-11-26 16:13:52.697269 | fa163eb2-7b8b-aa10-b746-000000000598 | TASK | Execute grub2-mkconfig 2025-11-26 16:13:52.768146 | fa163eb2-7b8b-aa10-b746-000000000598 | SKIPPED | Execute grub2-mkconfig | standalone 2025-11-26 16:13:52.769316 | fa163eb2-7b8b-aa10-b746-000000000598 | TIMING | tripleo_kernel : Execute grub2-mkconfig | standalone | 0:00:43.156573 | 0.07s 2025-11-26 16:13:52.795313 | fa163eb2-7b8b-aa10-b746-000000000599 | TASK | Check for active tuned profile 2025-11-26 16:13:52.855592 | fa163eb2-7b8b-aa10-b746-000000000599 | SKIPPED | Check for active tuned profile | standalone 2025-11-26 16:13:52.856725 | fa163eb2-7b8b-aa10-b746-000000000599 | TIMING | tripleo_kernel : Check for active tuned profile | standalone | 0:00:43.243952 | 0.06s 2025-11-26 16:13:52.881719 | fa163eb2-7b8b-aa10-b746-00000000059a | TASK | Ensure $tuned_params is restored to /boot/loader/entries files 2025-11-26 16:13:52.941434 | fa163eb2-7b8b-aa10-b746-00000000059a | SKIPPED | Ensure $tuned_params is restored to /boot/loader/entries files | standalone 2025-11-26 16:13:52.942544 | fa163eb2-7b8b-aa10-b746-00000000059a | TIMING | tripleo_kernel : Ensure $tuned_params is restored to /boot/loader/entries files | standalone | 0:00:43.329800 | 0.06s 2025-11-26 16:13:52.967471 | fa163eb2-7b8b-aa10-b746-00000000059b | TASK | Set reboot required fact 2025-11-26 16:13:53.021418 | fa163eb2-7b8b-aa10-b746-00000000059b | SKIPPED | Set reboot required fact | standalone 2025-11-26 16:13:53.022520 | fa163eb2-7b8b-aa10-b746-00000000059b | TIMING | tripleo_kernel : Set reboot required fact | standalone | 0:00:43.409776 | 0.05s 2025-11-26 16:13:53.047420 | fa163eb2-7b8b-aa10-b746-00000000059d | TASK | Apply DPDK workarounds 2025-11-26 16:13:53.112998 | fa163eb2-7b8b-aa10-b746-00000000059d | SKIPPED | Apply DPDK workarounds | standalone 2025-11-26 16:13:53.114136 | fa163eb2-7b8b-aa10-b746-00000000059d | TIMING | Apply DPDK workarounds | standalone | 0:00:43.501392 | 0.07s 2025-11-26 16:13:53.139615 | fa163eb2-7b8b-aa10-b746-00000000059f | TASK | Ensure /etc/modules-load.d exists 2025-11-26 16:13:53.179176 | fa163eb2-7b8b-aa10-b746-00000000059f | SKIPPED | Ensure /etc/modules-load.d exists | standalone 2025-11-26 16:13:53.180307 | fa163eb2-7b8b-aa10-b746-00000000059f | TIMING | tripleo_kernel : Ensure /etc/modules-load.d exists | standalone | 0:00:43.567564 | 0.04s 2025-11-26 16:13:53.206521 | fa163eb2-7b8b-aa10-b746-0000000005a0 | TASK | Load modules 2025-11-26 16:13:53.252445 | fa163eb2-7b8b-aa10-b746-0000000005a0 | SKIPPED | Load modules | standalone | item=vfio_iommu_type1 2025-11-26 16:13:53.258691 | fa163eb2-7b8b-aa10-b746-0000000005a0 | TIMING | tripleo_kernel : Load modules | standalone | 0:00:43.645944 | 0.05s 2025-11-26 16:13:53.283881 | fa163eb2-7b8b-aa10-b746-0000000005a2 | TASK | Persist modules via modules-load.d 2025-11-26 16:13:53.329656 | fa163eb2-7b8b-aa10-b746-0000000005a2 | SKIPPED | Persist modules via modules-load.d | standalone | item=vfio_iommu_type1 2025-11-26 16:13:53.335804 | fa163eb2-7b8b-aa10-b746-0000000005a2 | TIMING | tripleo_kernel : Persist modules via modules-load.d | standalone | 0:00:43.723059 | 0.05s 2025-11-26 16:13:53.361400 | fa163eb2-7b8b-aa10-b746-0000000005a4 | TASK | Drop module persistence 2025-11-26 16:13:53.408135 | fa163eb2-7b8b-aa10-b746-0000000005a4 | SKIPPED | Drop module persistence | standalone | item=vfio_iommu_type1 2025-11-26 16:13:53.414237 | fa163eb2-7b8b-aa10-b746-0000000005a4 | TIMING | tripleo_kernel : Drop module persistence | standalone | 0:00:43.801491 | 0.05s 2025-11-26 16:13:53.439261 | fa163eb2-7b8b-aa10-b746-0000000005a6 | TASK | Set modules persistence via /etc/modules 2025-11-26 16:13:53.485009 | fa163eb2-7b8b-aa10-b746-0000000005a6 | SKIPPED | Set modules persistence via /etc/modules | standalone | item=vfio_iommu_type1 2025-11-26 16:13:53.491170 | fa163eb2-7b8b-aa10-b746-0000000005a6 | TIMING | tripleo_kernel : Set modules persistence via /etc/modules | standalone | 0:00:43.878423 | 0.05s 2025-11-26 16:13:53.516756 | fa163eb2-7b8b-aa10-b746-0000000005a8 | TASK | Modules reload 2025-11-26 16:13:53.555771 | fa163eb2-7b8b-aa10-b746-0000000005a8 | SKIPPED | Modules reload | standalone 2025-11-26 16:13:53.556902 | fa163eb2-7b8b-aa10-b746-0000000005a8 | TIMING | tripleo_kernel : Modules reload | standalone | 0:00:43.944159 | 0.04s 2025-11-26 16:13:53.583290 | fa163eb2-7b8b-aa10-b746-0000000005aa | TASK | Reboot tasks 2025-11-26 16:13:53.634411 | fa163eb2-7b8b-aa10-b746-0000000005aa | SKIPPED | Reboot tasks | standalone 2025-11-26 16:13:53.635642 | fa163eb2-7b8b-aa10-b746-0000000005aa | TIMING | tripleo_kernel : Reboot tasks | standalone | 0:00:44.022897 | 0.05s 2025-11-26 16:13:53.660938 | fa163eb2-7b8b-aa10-b746-0000000005ab | TASK | Skipping reboot for deployed node 2025-11-26 16:13:53.711420 | fa163eb2-7b8b-aa10-b746-0000000005ab | SKIPPED | Skipping reboot for deployed node | standalone 2025-11-26 16:13:53.712533 | fa163eb2-7b8b-aa10-b746-0000000005ab | TIMING | tripleo_kernel : Skipping reboot for deployed node | standalone | 0:00:44.099789 | 0.05s PLAY [Server pre network steps] ************************************************ 2025-11-26 16:13:53.889660 | fa163eb2-7b8b-aa10-b746-00000000003f | TASK | Server pre-network deployments 2025-11-26 16:13:53.917543 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-00000000003f') missing from stats 2025-11-26 16:13:53.938232 | fa163eb2-7b8b-aa10-b746-000000000043 | TASK | Hiera config 2025-11-26 16:13:53.965602 | fa163eb2-7b8b-aa10-b746-000000000043 | TIMING | Hiera config | standalone | 0:00:44.352846 | 0.03s 2025-11-26 16:13:54.013951 | fa163eb2-7b8b-aa10-b746-000000000721 | TASK | Create /etc/puppet/hieradata 2025-11-26 16:13:54.256996 | fa163eb2-7b8b-aa10-b746-000000000721 | CHANGED | Create /etc/puppet/hieradata | standalone 2025-11-26 16:13:54.258310 | fa163eb2-7b8b-aa10-b746-000000000721 | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:00:44.645566 | 0.24s 2025-11-26 16:13:54.283520 | fa163eb2-7b8b-aa10-b746-000000000722 | TASK | Write hiera config 2025-11-26 16:13:54.766293 | fa163eb2-7b8b-aa10-b746-000000000722 | CHANGED | Write hiera config | standalone 2025-11-26 16:13:54.767680 | fa163eb2-7b8b-aa10-b746-000000000722 | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:00:45.154936 | 0.48s 2025-11-26 16:13:54.816034 | fa163eb2-7b8b-aa10-b746-000000000044 | TASK | Hiera symlink 2025-11-26 16:13:55.045762 | fa163eb2-7b8b-aa10-b746-000000000044 | CHANGED | Hiera symlink | standalone 2025-11-26 16:13:55.047104 | fa163eb2-7b8b-aa10-b746-000000000044 | TIMING | Hiera symlink | standalone | 0:00:45.434359 | 0.23s 2025-11-26 16:13:55.073423 | fa163eb2-7b8b-aa10-b746-000000000045 | TASK | Hieradata from vars 2025-11-26 16:13:55.102029 | fa163eb2-7b8b-aa10-b746-000000000045 | TIMING | Hieradata from vars | standalone | 0:00:45.489281 | 0.03s 2025-11-26 16:13:55.161455 | fa163eb2-7b8b-aa10-b746-00000000077c | TASK | Copy overcloud.json to all_nodes.json 2025-11-26 16:13:55.601989 | fa163eb2-7b8b-aa10-b746-00000000077c | CHANGED | Copy overcloud.json to all_nodes.json | standalone 2025-11-26 16:13:55.603310 | fa163eb2-7b8b-aa10-b746-00000000077c | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:00:45.990563 | 0.44s 2025-11-26 16:13:55.635422 | fa163eb2-7b8b-aa10-b746-00000000077d | TASK | Render hieradata from template 2025-11-26 16:13:56.072470 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=bootstrap_node 2025-11-26 16:13:56.075021 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.462269 | 0.44s 2025-11-26 16:13:56.584443 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=vip_data 2025-11-26 16:13:56.586421 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:46.973677 | 0.95s 2025-11-26 16:13:57.213929 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=net_ip_map 2025-11-26 16:13:57.215171 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:47.602424 | 1.58s 2025-11-26 16:13:57.715311 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=cloud_domain 2025-11-26 16:13:57.717302 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.104556 | 2.08s 2025-11-26 16:13:58.246165 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=fqdn 2025-11-26 16:13:58.247487 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:48.634741 | 2.61s 2025-11-26 16:13:58.754405 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_names 2025-11-26 16:13:58.755741 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.142951 | 3.12s 2025-11-26 16:13:59.282828 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=service_configs 2025-11-26 16:13:59.285193 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:49.672447 | 3.65s 2025-11-26 16:13:59.738855 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=extraconfig 2025-11-26 16:13:59.741140 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.128394 | 4.10s 2025-11-26 16:14:00.245388 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=role_extraconfig 2025-11-26 16:14:00.247578 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:50.634834 | 4.61s 2025-11-26 16:14:00.707057 | fa163eb2-7b8b-aa10-b746-00000000077d | CHANGED | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-26 16:14:00.709399 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.096651 | 5.07s 2025-11-26 16:14:00.722392 | fa163eb2-7b8b-aa10-b746-00000000077d | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:00:51.109632 | 5.08s 2025-11-26 16:14:00.773620 | fa163eb2-7b8b-aa10-b746-000000000046 | TASK | Ensure ansible_managed hieradata file exists 2025-11-26 16:14:00.804791 | fa163eb2-7b8b-aa10-b746-000000000046 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:00:51.192038 | 0.03s 2025-11-26 16:14:00.874049 | fa163eb2-7b8b-aa10-b746-000000000821 | TASK | Check for hieradata file 2025-11-26 16:14:01.106757 | fa163eb2-7b8b-aa10-b746-000000000821 | OK | Check for hieradata file | standalone 2025-11-26 16:14:01.108364 | fa163eb2-7b8b-aa10-b746-000000000821 | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:00:51.495609 | 0.23s 2025-11-26 16:14:01.135201 | fa163eb2-7b8b-aa10-b746-000000000823 | TASK | Get existing data 2025-11-26 16:14:01.186598 | fa163eb2-7b8b-aa10-b746-000000000823 | SKIPPED | Get existing data | standalone 2025-11-26 16:14:01.187830 | fa163eb2-7b8b-aa10-b746-000000000823 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:00:51.575083 | 0.05s 2025-11-26 16:14:01.213135 | fa163eb2-7b8b-aa10-b746-000000000824 | TASK | Set data fact 2025-11-26 16:14:01.266040 | fa163eb2-7b8b-aa10-b746-000000000824 | SKIPPED | Set data fact | standalone 2025-11-26 16:14:01.267297 | fa163eb2-7b8b-aa10-b746-000000000824 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:00:51.654552 | 0.05s 2025-11-26 16:14:01.292334 | fa163eb2-7b8b-aa10-b746-000000000826 | TASK | Write ansible hieradata file 2025-11-26 16:14:01.838170 | fa163eb2-7b8b-aa10-b746-000000000826 | CHANGED | Write ansible hieradata file | standalone 2025-11-26 16:14:01.840116 | fa163eb2-7b8b-aa10-b746-000000000826 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:00:52.227364 | 0.55s 2025-11-26 16:14:01.954518 | fa163eb2-7b8b-aa10-b746-000000000047 | TIMING | include_tasks | standalone | 0:00:52.341757 | 0.06s PLAY [Server network deployments] ********************************************** 2025-11-26 16:14:02.116036 | fa163eb2-7b8b-aa10-b746-00000000004b | TASK | Network Configuration 2025-11-26 16:14:02.148432 | fa163eb2-7b8b-aa10-b746-00000000004b | OK | Network Configuration | standalone -> localhost | result={ "changed": false, "msg": "Use --start-at-task 'Network Configuration' to resume from this task" } [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-00000000004b') missing from stats 2025-11-26 16:14:02.178971 | fa163eb2-7b8b-aa10-b746-00000000004c | TASK | Check NetworkConfig script existence 2025-11-26 16:14:02.207610 | fa163eb2-7b8b-aa10-b746-00000000004c | SKIPPED | Check NetworkConfig script existence | standalone 2025-11-26 16:14:02.208496 | fa163eb2-7b8b-aa10-b746-00000000004c | TIMING | Check NetworkConfig script existence | standalone | 0:00:52.595753 | 0.03s 2025-11-26 16:14:02.229182 | fa163eb2-7b8b-aa10-b746-000000000052 | TASK | Gather SELinux fact if needed 2025-11-26 16:14:02.278461 | fa163eb2-7b8b-aa10-b746-000000000052 | SKIPPED | Gather SELinux fact if needed | standalone 2025-11-26 16:14:02.279835 | fa163eb2-7b8b-aa10-b746-000000000052 | TIMING | tripleo_network_config : Gather SELinux fact if needed | standalone | 0:00:52.667089 | 0.05s 2025-11-26 16:14:02.306315 | fa163eb2-7b8b-aa10-b746-000000000053 | TASK | Create fcontext entry for tripleoconfig 2025-11-26 16:14:02.981924 | fa163eb2-7b8b-aa10-b746-000000000053 | OK | Create fcontext entry for tripleoconfig | standalone 2025-11-26 16:14:02.983327 | fa163eb2-7b8b-aa10-b746-000000000053 | TIMING | tripleo_network_config : Create fcontext entry for tripleoconfig | standalone | 0:00:53.370579 | 0.68s 2025-11-26 16:14:03.009190 | fa163eb2-7b8b-aa10-b746-000000000054 | TASK | Ensure requirements are satisfied 2025-11-26 16:14:03.040648 | fa163eb2-7b8b-aa10-b746-000000000054 | TIMING | Ensure requirements are satisfied | standalone | 0:00:53.427897 | 0.03s 2025-11-26 16:14:03.100610 | fa163eb2-7b8b-aa10-b746-0000000008bf | TASK | Gather facts if they don't exist 2025-11-26 16:14:03.148460 | fa163eb2-7b8b-aa10-b746-0000000008bf | SKIPPED | Gather facts if they don't exist | standalone 2025-11-26 16:14:03.149658 | fa163eb2-7b8b-aa10-b746-0000000008bf | TIMING | tripleo_bootstrap : Gather facts if they don't exist | standalone | 0:00:53.536913 | 0.05s 2025-11-26 16:14:03.175328 | fa163eb2-7b8b-aa10-b746-0000000008c0 | TASK | Gather variables for each operating system 2025-11-26 16:14:03.297065 | fa163eb2-7b8b-aa10-b746-0000000008c0 | SKIPPED | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_bootstrap/vars/redhat-9.yml 2025-11-26 16:14:03.303301 | fa163eb2-7b8b-aa10-b746-0000000008c0 | TIMING | tripleo_bootstrap : Gather variables for each operating system | standalone | 0:00:53.690548 | 0.13s 2025-11-26 16:14:03.332520 | fa163eb2-7b8b-aa10-b746-0000000008c2 | TASK | Check required packages to bootstrap TripleO is installed 2025-11-26 16:14:03.607213 | fa163eb2-7b8b-aa10-b746-0000000008c2 | CHANGED | Check required packages to bootstrap TripleO is installed | standalone 2025-11-26 16:14:03.608690 | fa163eb2-7b8b-aa10-b746-0000000008c2 | TIMING | tripleo_bootstrap : Check required packages to bootstrap TripleO is installed | standalone | 0:00:53.995944 | 0.27s 2025-11-26 16:14:03.634838 | fa163eb2-7b8b-aa10-b746-0000000008c3 | TASK | Deploy required packages to bootstrap TripleO 2025-11-26 16:14:03.674659 | fa163eb2-7b8b-aa10-b746-0000000008c3 | SKIPPED | Deploy required packages to bootstrap TripleO | standalone 2025-11-26 16:14:03.675874 | fa163eb2-7b8b-aa10-b746-0000000008c3 | TIMING | tripleo_bootstrap : Deploy required packages to bootstrap TripleO | standalone | 0:00:54.063120 | 0.04s 2025-11-26 16:14:03.700925 | fa163eb2-7b8b-aa10-b746-0000000008c4 | TASK | Ensure packages are actually well installed 2025-11-26 16:14:04.682491 | fa163eb2-7b8b-aa10-b746-0000000008c4 | CHANGED | Ensure packages are actually well installed | standalone 2025-11-26 16:14:04.684108 | fa163eb2-7b8b-aa10-b746-0000000008c4 | TIMING | tripleo_bootstrap : Ensure packages are actually well installed | standalone | 0:00:55.071362 | 0.98s 2025-11-26 16:14:04.734096 | fa163eb2-7b8b-aa10-b746-000000000056 | TASK | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf 2025-11-26 16:14:04.977104 | fa163eb2-7b8b-aa10-b746-000000000056 | CHANGED | Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone 2025-11-26 16:14:04.978497 | fa163eb2-7b8b-aa10-b746-000000000056 | TIMING | tripleo_network_config : Set 'no-auto-default=*' in /etc/NetworkManager/NetworkManager.conf | standalone | 0:00:55.365752 | 0.24s 2025-11-26 16:14:05.005997 | fa163eb2-7b8b-aa10-b746-000000000057 | TASK | Reload NetworkManager 2025-11-26 16:14:05.432814 | fa163eb2-7b8b-aa10-b746-000000000057 | CHANGED | Reload NetworkManager | standalone 2025-11-26 16:14:05.434730 | fa163eb2-7b8b-aa10-b746-000000000057 | TIMING | tripleo_network_config : Reload NetworkManager | standalone | 0:00:55.821959 | 0.43s 2025-11-26 16:14:05.461646 | fa163eb2-7b8b-aa10-b746-000000000059 | TASK | Ensure /var/lib/tripleo-config directory exists 2025-11-26 16:14:05.695683 | fa163eb2-7b8b-aa10-b746-000000000059 | CHANGED | Ensure /var/lib/tripleo-config directory exists | standalone 2025-11-26 16:14:05.697094 | fa163eb2-7b8b-aa10-b746-000000000059 | TIMING | tripleo_network_config : Ensure /var/lib/tripleo-config directory exists | standalone | 0:00:56.084348 | 0.23s 2025-11-26 16:14:05.722238 | fa163eb2-7b8b-aa10-b746-00000000005a | TASK | Check for previous run of NetworkConfig 2025-11-26 16:14:05.986194 | fa163eb2-7b8b-aa10-b746-00000000005a | OK | Check for previous run of NetworkConfig | standalone 2025-11-26 16:14:05.987499 | fa163eb2-7b8b-aa10-b746-00000000005a | TIMING | tripleo_network_config : Check for previous run of NetworkConfig | standalone | 0:00:56.374752 | 0.26s 2025-11-26 16:14:06.012673 | fa163eb2-7b8b-aa10-b746-00000000005b | TASK | Check result of previous run of NetworkConfig 2025-11-26 16:14:06.044467 | fa163eb2-7b8b-aa10-b746-00000000005b | SKIPPED | Check result of previous run of NetworkConfig | standalone 2025-11-26 16:14:06.045522 | fa163eb2-7b8b-aa10-b746-00000000005b | TIMING | tripleo_network_config : Check result of previous run of NetworkConfig | standalone | 0:00:56.432777 | 0.03s 2025-11-26 16:14:06.070331 | fa163eb2-7b8b-aa10-b746-00000000005c | TASK | Ensure we get cloud-init 2025-11-26 16:14:06.300812 | fa163eb2-7b8b-aa10-b746-00000000005c | OK | Ensure we get cloud-init | standalone 2025-11-26 16:14:06.302089 | fa163eb2-7b8b-aa10-b746-00000000005c | TIMING | tripleo_network_config : Ensure we get cloud-init | standalone | 0:00:56.689345 | 0.23s 2025-11-26 16:14:06.327169 | fa163eb2-7b8b-aa10-b746-00000000005e | TASK | Create /etc/os-net-config directory 2025-11-26 16:14:06.589317 | fa163eb2-7b8b-aa10-b746-00000000005e | OK | Create /etc/os-net-config directory | standalone 2025-11-26 16:14:06.590760 | fa163eb2-7b8b-aa10-b746-00000000005e | TIMING | tripleo_network_config : Create /etc/os-net-config directory | standalone | 0:00:56.978014 | 0.26s 2025-11-26 16:14:06.616882 | fa163eb2-7b8b-aa10-b746-00000000005f | TASK | Create os-net-config mappings from lookup data 2025-11-26 16:14:07.006315 | fa163eb2-7b8b-aa10-b746-00000000005f | OK | Create os-net-config mappings from lookup data | standalone 2025-11-26 16:14:07.007819 | fa163eb2-7b8b-aa10-b746-00000000005f | TIMING | tripleo_network_config : Create os-net-config mappings from lookup data | standalone | 0:00:57.395071 | 0.39s 2025-11-26 16:14:07.034060 | fa163eb2-7b8b-aa10-b746-000000000060 | TASK | Write os-net-config mappings file /etc/os-net-config/mapping.yaml 2025-11-26 16:14:07.098803 | fa163eb2-7b8b-aa10-b746-000000000060 | SKIPPED | Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone 2025-11-26 16:14:07.100311 | fa163eb2-7b8b-aa10-b746-000000000060 | TIMING | tripleo_network_config : Write os-net-config mappings file /etc/os-net-config/mapping.yaml | standalone | 0:00:57.487565 | 0.06s 2025-11-26 16:14:07.127724 | fa163eb2-7b8b-aa10-b746-000000000062 | TASK | Remove /var/lib/tripleo-config/scripts directory 2025-11-26 16:14:07.378893 | fa163eb2-7b8b-aa10-b746-000000000062 | OK | Remove /var/lib/tripleo-config/scripts directory | standalone 2025-11-26 16:14:07.380221 | fa163eb2-7b8b-aa10-b746-000000000062 | TIMING | tripleo_network_config : Remove /var/lib/tripleo-config/scripts directory | standalone | 0:00:57.767476 | 0.25s 2025-11-26 16:14:07.405979 | fa163eb2-7b8b-aa10-b746-000000000063 | TASK | Run NetworkConfig with tripleo_os_net_config 2025-11-26 16:14:07.487251 | fa163eb2-7b8b-aa10-b746-000000000063 | TIMING | tripleo_network_config : Run NetworkConfig with tripleo_os_net_config | standalone | 0:00:57.874497 | 0.08s 2025-11-26 16:14:07.513320 | 60d4b09d-90d5-4a8d-b7c6-c4b737b502cb | INCLUDED | /usr/share/ansible/roles/tripleo_network_config/tasks/os_net_config.yml | standalone 2025-11-26 16:14:07.545623 | fa163eb2-7b8b-aa10-b746-000000000909 | TASK | Set nic_config_file fact 2025-11-26 16:14:07.630183 | fa163eb2-7b8b-aa10-b746-000000000909 | OK | Set nic_config_file fact | standalone 2025-11-26 16:14:07.631167 | fa163eb2-7b8b-aa10-b746-000000000909 | TIMING | tripleo_network_config : Set nic_config_file fact | standalone | 0:00:58.018426 | 0.08s 2025-11-26 16:14:07.656161 | fa163eb2-7b8b-aa10-b746-00000000090a | TASK | Render overidden network config 2025-11-26 16:14:07.739128 | fa163eb2-7b8b-aa10-b746-00000000090a | SKIPPED | Render overidden network config | standalone 2025-11-26 16:14:07.740080 | fa163eb2-7b8b-aa10-b746-00000000090a | TIMING | tripleo_network_config : Render overidden network config | standalone | 0:00:58.127340 | 0.08s 2025-11-26 16:14:07.761015 | fa163eb2-7b8b-aa10-b746-00000000090b | TASK | Render network_config 2025-11-26 16:14:07.809034 | fa163eb2-7b8b-aa10-b746-00000000090b | SKIPPED | Render network_config | standalone 2025-11-26 16:14:07.809974 | fa163eb2-7b8b-aa10-b746-00000000090b | TIMING | tripleo_network_config : Render network_config | standalone | 0:00:58.197234 | 0.05s 2025-11-26 16:14:07.830209 | fa163eb2-7b8b-aa10-b746-00000000090c | TASK | Render network_config from template 2025-11-26 16:14:08.378231 | fa163eb2-7b8b-aa10-b746-00000000090c | CHANGED | Render network_config from template | standalone 2025-11-26 16:14:08.379588 | fa163eb2-7b8b-aa10-b746-00000000090c | TIMING | tripleo_network_config : Render network_config from template | standalone | 0:00:58.766842 | 0.55s 2025-11-26 16:14:08.405403 | fa163eb2-7b8b-aa10-b746-00000000090d | TASK | Run tripleo_os_net_config_module with network_config ASYNC OK on standalone: jid=85414824756.45996 2025-11-26 16:14:12.504891 | fa163eb2-7b8b-aa10-b746-00000000090d | OK | Run tripleo_os_net_config_module with network_config | standalone 2025-11-26 16:14:12.507782 | fa163eb2-7b8b-aa10-b746-00000000090d | TIMING | tripleo_network_config : Run tripleo_os_net_config_module with network_config | standalone | 0:01:02.895028 | 4.10s 2025-11-26 16:14:12.538304 | fa163eb2-7b8b-aa10-b746-000000000064 | TASK | Write rc of NetworkConfig script 2025-11-26 16:14:13.051920 | fa163eb2-7b8b-aa10-b746-000000000064 | CHANGED | Write rc of NetworkConfig script | standalone 2025-11-26 16:14:13.053366 | fa163eb2-7b8b-aa10-b746-000000000064 | TIMING | tripleo_network_config : Write rc of NetworkConfig script | standalone | 0:01:03.440620 | 0.51s 2025-11-26 16:14:13.078622 | fa163eb2-7b8b-aa10-b746-000000000065 | TASK | Disable cloud-init network config 2025-11-26 16:14:13.579190 | fa163eb2-7b8b-aa10-b746-000000000065 | CHANGED | Disable cloud-init network config | standalone 2025-11-26 16:14:13.580432 | fa163eb2-7b8b-aa10-b746-000000000065 | TIMING | tripleo_network_config : Disable cloud-init network config | standalone | 0:01:03.967688 | 0.50s 2025-11-26 16:14:13.605927 | fa163eb2-7b8b-aa10-b746-000000000066 | TASK | Ensure network service is enabled 2025-11-26 16:14:15.002080 | fa163eb2-7b8b-aa10-b746-000000000066 | OK | Ensure network service is enabled | standalone 2025-11-26 16:14:15.004169 | fa163eb2-7b8b-aa10-b746-000000000066 | TIMING | tripleo_network_config : Ensure network service is enabled | standalone | 0:01:05.391422 | 1.40s PLAY [Server network validation] *********************************************** 2025-11-26 16:14:15.178206 | fa163eb2-7b8b-aa10-b746-000000000096 | TASK | Basic Network Validation 2025-11-26 16:14:15.204718 | fa163eb2-7b8b-aa10-b746-000000000096 | TIMING | Basic Network Validation | standalone | 0:01:05.591952 | 0.03s 2025-11-26 16:14:15.246092 | fa163eb2-7b8b-aa10-b746-000000000945 | TASK | Collect default network fact 2025-11-26 16:14:15.793432 | fa163eb2-7b8b-aa10-b746-000000000945 | OK | Collect default network fact | standalone 2025-11-26 16:14:15.794690 | fa163eb2-7b8b-aa10-b746-000000000945 | TIMING | tripleo_nodes_validation : Collect default network fact | standalone | 0:01:06.181945 | 0.55s 2025-11-26 16:14:15.820610 | fa163eb2-7b8b-aa10-b746-000000000946 | TASK | Check Default IPv4 Gateway availability 2025-11-26 16:14:15.850009 | fa163eb2-7b8b-aa10-b746-000000000946 | SKIPPED | Check Default IPv4 Gateway availability | standalone 2025-11-26 16:14:15.851094 | fa163eb2-7b8b-aa10-b746-000000000946 | TIMING | tripleo_nodes_validation : Check Default IPv4 Gateway availability | standalone | 0:01:06.238349 | 0.03s 2025-11-26 16:14:15.875925 | fa163eb2-7b8b-aa10-b746-000000000947 | TASK | Check all networks Gateway availability 2025-11-26 16:14:15.904313 | fa163eb2-7b8b-aa10-b746-000000000947 | TIMING | tripleo_nodes_validation : Check all networks Gateway availability | standalone | 0:01:06.291551 | 0.03s 2025-11-26 16:14:15.929832 | fa163eb2-7b8b-aa10-b746-000000000949 | TASK | Check Controllers availability 2025-11-26 16:14:15.990707 | fa163eb2-7b8b-aa10-b746-000000000949 | SKIPPED | Check Controllers availability | standalone | item=192.168.122.100 2025-11-26 16:14:15.998018 | fa163eb2-7b8b-aa10-b746-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.18.0.100 2025-11-26 16:14:16.007812 | fa163eb2-7b8b-aa10-b746-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.20.0.100 2025-11-26 16:14:16.016472 | fa163eb2-7b8b-aa10-b746-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.17.0.100 2025-11-26 16:14:16.024975 | fa163eb2-7b8b-aa10-b746-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.19.0.100 2025-11-26 16:14:16.030426 | fa163eb2-7b8b-aa10-b746-000000000949 | SKIPPED | Check Controllers availability | standalone | item=172.21.0.100 2025-11-26 16:14:16.042405 | fa163eb2-7b8b-aa10-b746-000000000949 | TIMING | tripleo_nodes_validation : Check Controllers availability | standalone | 0:01:06.429655 | 0.11s 2025-11-26 16:14:16.067140 | fa163eb2-7b8b-aa10-b746-00000000094b | TASK | Verify the configured FQDN vs /etc/hosts 2025-11-26 16:14:16.095865 | fa163eb2-7b8b-aa10-b746-00000000094b | SKIPPED | Verify the configured FQDN vs /etc/hosts | standalone 2025-11-26 16:14:16.096944 | fa163eb2-7b8b-aa10-b746-00000000094b | TIMING | tripleo_nodes_validation : Verify the configured FQDN vs /etc/hosts | standalone | 0:01:06.484201 | 0.03s PLAY [Server pre deployment steps] ********************************************* 2025-11-26 16:14:16.274384 | fa163eb2-7b8b-aa10-b746-00000000009a | TASK | Server pre deployments 2025-11-26 16:14:16.300301 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-00000000009a') missing from stats 2025-11-26 16:14:16.320600 | fa163eb2-7b8b-aa10-b746-00000000009e | TASK | Hiera config 2025-11-26 16:14:16.346657 | fa163eb2-7b8b-aa10-b746-00000000009e | TIMING | Hiera config | standalone | 0:01:06.733916 | 0.03s 2025-11-26 16:14:16.385959 | fa163eb2-7b8b-aa10-b746-00000000099e | TASK | Create /etc/puppet/hieradata 2025-11-26 16:14:16.615425 | fa163eb2-7b8b-aa10-b746-00000000099e | OK | Create /etc/puppet/hieradata | standalone 2025-11-26 16:14:16.616884 | fa163eb2-7b8b-aa10-b746-00000000099e | TIMING | tripleo_hieradata : Create /etc/puppet/hieradata | standalone | 0:01:07.004138 | 0.23s 2025-11-26 16:14:16.642346 | fa163eb2-7b8b-aa10-b746-00000000099f | TASK | Write hiera config 2025-11-26 16:14:17.054763 | fa163eb2-7b8b-aa10-b746-00000000099f | OK | Write hiera config | standalone 2025-11-26 16:14:17.056157 | fa163eb2-7b8b-aa10-b746-00000000099f | TIMING | tripleo_hieradata : Write hiera config | standalone | 0:01:07.443412 | 0.41s 2025-11-26 16:14:17.105402 | fa163eb2-7b8b-aa10-b746-00000000009f | TASK | Hiera symlink 2025-11-26 16:14:17.326268 | fa163eb2-7b8b-aa10-b746-00000000009f | OK | Hiera symlink | standalone 2025-11-26 16:14:17.327534 | fa163eb2-7b8b-aa10-b746-00000000009f | TIMING | Hiera symlink | standalone | 0:01:07.714791 | 0.22s 2025-11-26 16:14:17.352297 | fa163eb2-7b8b-aa10-b746-0000000000a0 | TASK | Hieradata from vars 2025-11-26 16:14:17.373794 | fa163eb2-7b8b-aa10-b746-0000000000a0 | TIMING | Hieradata from vars | standalone | 0:01:07.761043 | 0.02s 2025-11-26 16:14:17.432510 | fa163eb2-7b8b-aa10-b746-0000000009f9 | TASK | Copy overcloud.json to all_nodes.json 2025-11-26 16:14:17.918228 | fa163eb2-7b8b-aa10-b746-0000000009f9 | OK | Copy overcloud.json to all_nodes.json | standalone 2025-11-26 16:14:17.919638 | fa163eb2-7b8b-aa10-b746-0000000009f9 | TIMING | tripleo_hieradata : Copy overcloud.json to all_nodes.json | standalone | 0:01:08.306891 | 0.49s 2025-11-26 16:14:17.946762 | fa163eb2-7b8b-aa10-b746-0000000009fa | TASK | Render hieradata from template 2025-11-26 16:14:18.465433 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=bootstrap_node 2025-11-26 16:14:18.467166 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:08.854416 | 0.52s 2025-11-26 16:14:18.957009 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=vip_data 2025-11-26 16:14:18.958934 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.346190 | 1.01s 2025-11-26 16:14:19.528093 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=net_ip_map 2025-11-26 16:14:19.530171 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:09.917426 | 1.58s 2025-11-26 16:14:20.008063 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=cloud_domain 2025-11-26 16:14:20.010170 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.397425 | 2.06s 2025-11-26 16:14:20.460879 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=fqdn 2025-11-26 16:14:20.462432 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:10.849689 | 2.51s 2025-11-26 16:14:20.932243 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=service_names 2025-11-26 16:14:20.933792 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.321048 | 2.99s 2025-11-26 16:14:21.427739 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=service_configs 2025-11-26 16:14:21.428416 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:11.815680 | 3.48s 2025-11-26 16:14:21.919564 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=extraconfig 2025-11-26 16:14:21.920408 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.307668 | 3.97s 2025-11-26 16:14:22.381826 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=role_extraconfig 2025-11-26 16:14:22.383975 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:12.771229 | 4.44s 2025-11-26 16:14:22.860910 | fa163eb2-7b8b-aa10-b746-0000000009fa | OK | Render hieradata from template | standalone | item=ovn_chassis_mac_map 2025-11-26 16:14:22.863161 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.250415 | 4.91s 2025-11-26 16:14:22.876378 | fa163eb2-7b8b-aa10-b746-0000000009fa | TIMING | tripleo_hieradata : Render hieradata from template | standalone | 0:01:13.263626 | 4.93s 2025-11-26 16:14:22.927318 | fa163eb2-7b8b-aa10-b746-0000000000a1 | TASK | Ensure ansible_managed hieradata file exists 2025-11-26 16:14:22.955981 | fa163eb2-7b8b-aa10-b746-0000000000a1 | TIMING | Ensure ansible_managed hieradata file exists | standalone | 0:01:13.343230 | 0.03s 2025-11-26 16:14:23.024350 | fa163eb2-7b8b-aa10-b746-000000000a9e | TASK | Check for hieradata file 2025-11-26 16:14:23.243205 | fa163eb2-7b8b-aa10-b746-000000000a9e | OK | Check for hieradata file | standalone 2025-11-26 16:14:23.244500 | fa163eb2-7b8b-aa10-b746-000000000a9e | TIMING | tripleo_hieradata : Check for hieradata file | standalone | 0:01:13.631753 | 0.22s 2025-11-26 16:14:23.269801 | fa163eb2-7b8b-aa10-b746-000000000aa0 | TASK | Get existing data 2025-11-26 16:14:23.318881 | fa163eb2-7b8b-aa10-b746-000000000aa0 | SKIPPED | Get existing data | standalone 2025-11-26 16:14:23.320019 | fa163eb2-7b8b-aa10-b746-000000000aa0 | TIMING | tripleo_hieradata : Get existing data | standalone | 0:01:13.707274 | 0.05s 2025-11-26 16:14:23.344949 | fa163eb2-7b8b-aa10-b746-000000000aa1 | TASK | Set data fact 2025-11-26 16:14:23.387096 | fa163eb2-7b8b-aa10-b746-000000000aa1 | SKIPPED | Set data fact | standalone 2025-11-26 16:14:23.388270 | fa163eb2-7b8b-aa10-b746-000000000aa1 | TIMING | tripleo_hieradata : Set data fact | standalone | 0:01:13.775527 | 0.04s 2025-11-26 16:14:23.413570 | fa163eb2-7b8b-aa10-b746-000000000aa3 | TASK | Write ansible hieradata file 2025-11-26 16:14:23.910875 | fa163eb2-7b8b-aa10-b746-000000000aa3 | OK | Write ansible hieradata file | standalone 2025-11-26 16:14:23.912269 | fa163eb2-7b8b-aa10-b746-000000000aa3 | TIMING | tripleo_hieradata : Write ansible hieradata file | standalone | 0:01:14.299522 | 0.50s 2025-11-26 16:14:24.012240 | fa163eb2-7b8b-aa10-b746-0000000000a2 | TIMING | include_tasks | standalone | 0:01:14.399489 | 0.05s PLAY [Host prep steps] ********************************************************* 2025-11-26 16:14:24.164670 | fa163eb2-7b8b-aa10-b746-0000000000a6 | TASK | Host prep steps 2025-11-26 16:14:24.191352 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000a6') missing from stats 2025-11-26 16:14:24.273081 | fa163eb2-7b8b-aa10-b746-0000000000a7 | TASK | Deploy Artifacts 2025-11-26 16:14:24.342301 | fa163eb2-7b8b-aa10-b746-0000000000a7 | SKIPPED | Deploy Artifacts | standalone 2025-11-26 16:14:24.343025 | fa163eb2-7b8b-aa10-b746-0000000000a7 | TIMING | Deploy Artifacts | standalone | 0:01:14.730289 | 0.07s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 16:14:24.384108 | fa163eb2-7b8b-aa10-b746-0000000000a8 | TIMING | include_tasks | standalone | 0:01:14.771367 | 0.02s 2025-11-26 16:14:24.563940 | 3e701bca-5603-49e3-b3ac-e2f1a582b180 | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/host_prep_tasks.yaml | standalone 2025-11-26 16:14:24.616507 | fa163eb2-7b8b-aa10-b746-000000000b1e | TASK | Run firewall role 2025-11-26 16:14:24.632686 | fa163eb2-7b8b-aa10-b746-000000000b1e | TIMING | Run firewall role | standalone | 0:01:15.019939 | 0.02s 2025-11-26 16:14:24.685141 | fa163eb2-7b8b-aa10-b746-000000000c1d | TASK | Gather variables for each operating system 2025-11-26 16:14:24.799795 | fa163eb2-7b8b-aa10-b746-000000000c1d | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_firewall/vars/redhat.yml 2025-11-26 16:14:24.801133 | fa163eb2-7b8b-aa10-b746-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.188385 | 0.12s 2025-11-26 16:14:24.808847 | fa163eb2-7b8b-aa10-b746-000000000c1d | TIMING | tripleo_firewall : Gather variables for each operating system | standalone | 0:01:15.196101 | 0.12s 2025-11-26 16:14:24.834199 | fa163eb2-7b8b-aa10-b746-000000000c1e | TASK | Uninstall firewalld to prevent nftables conflicts 2025-11-26 16:14:27.680251 | fa163eb2-7b8b-aa10-b746-000000000c1e | OK | Uninstall firewalld to prevent nftables conflicts | standalone 2025-11-26 16:14:27.681847 | fa163eb2-7b8b-aa10-b746-000000000c1e | TIMING | tripleo_firewall : Uninstall firewalld to prevent nftables conflicts | standalone | 0:01:18.069100 | 2.85s 2025-11-26 16:14:27.709365 | fa163eb2-7b8b-aa10-b746-000000000c22 | TASK | Create empty var for masquerade rules 2025-11-26 16:14:27.748114 | fa163eb2-7b8b-aa10-b746-000000000c22 | OK | Create empty var for masquerade rules | standalone 2025-11-26 16:14:27.749466 | fa163eb2-7b8b-aa10-b746-000000000c22 | TIMING | tripleo_firewall : Create empty var for masquerade rules | standalone | 0:01:18.136721 | 0.04s 2025-11-26 16:14:27.776450 | fa163eb2-7b8b-aa10-b746-000000000c23 | TASK | Enable masquerade 2025-11-26 16:14:27.826894 | fa163eb2-7b8b-aa10-b746-000000000c23 | SKIPPED | Enable masquerade | standalone 2025-11-26 16:14:27.828176 | fa163eb2-7b8b-aa10-b746-000000000c23 | TIMING | tripleo_firewall : Enable masquerade | standalone | 0:01:18.215430 | 0.05s 2025-11-26 16:14:27.853647 | fa163eb2-7b8b-aa10-b746-000000000c24 | TASK | Set the default frontend firewall rules 2025-11-26 16:14:27.883078 | fa163eb2-7b8b-aa10-b746-000000000c24 | OK | Set the default frontend firewall rules | standalone 2025-11-26 16:14:27.884370 | fa163eb2-7b8b-aa10-b746-000000000c24 | TIMING | tripleo_firewall : Set the default frontend firewall rules | standalone | 0:01:18.271623 | 0.03s 2025-11-26 16:14:27.909869 | fa163eb2-7b8b-aa10-b746-000000000c27 | TASK | Set frontend rule fact (non-ssl rules) 2025-11-26 16:14:27.958046 | fa163eb2-7b8b-aa10-b746-000000000c27 | OK | Set frontend rule fact (non-ssl rules) | standalone 2025-11-26 16:14:27.959173 | fa163eb2-7b8b-aa10-b746-000000000c27 | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.346433 | 0.05s 2025-11-26 16:14:27.979091 | fa163eb2-7b8b-aa10-b746-000000000c28 | TASK | Set frontend rule fact (ssl rules) 2025-11-26 16:14:28.028200 | fa163eb2-7b8b-aa10-b746-000000000c28 | OK | Set frontend rule fact (ssl rules) | standalone 2025-11-26 16:14:28.029620 | fa163eb2-7b8b-aa10-b746-000000000c28 | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.416882 | 0.05s 2025-11-26 16:14:28.049807 | fa163eb2-7b8b-aa10-b746-000000000c2a | TASK | Set frontend rule fact (non-ssl rules) 2025-11-26 16:14:28.080009 | fa163eb2-7b8b-aa10-b746-000000000c2a | SKIPPED | Set frontend rule fact (non-ssl rules) | standalone 2025-11-26 16:14:28.081144 | fa163eb2-7b8b-aa10-b746-000000000c2a | TIMING | tripleo_firewall : Set frontend rule fact (non-ssl rules) | standalone | 0:01:18.468400 | 0.03s 2025-11-26 16:14:28.105994 | fa163eb2-7b8b-aa10-b746-000000000c2b | TASK | Set frontend rule fact (ssl rules) 2025-11-26 16:14:28.138367 | fa163eb2-7b8b-aa10-b746-000000000c2b | SKIPPED | Set frontend rule fact (ssl rules) | standalone 2025-11-26 16:14:28.139080 | fa163eb2-7b8b-aa10-b746-000000000c2b | TIMING | tripleo_firewall : Set frontend rule fact (ssl rules) | standalone | 0:01:18.526343 | 0.03s 2025-11-26 16:14:28.158081 | fa163eb2-7b8b-aa10-b746-000000000c2d | TASK | Enable LOG rules 2025-11-26 16:14:28.185279 | fa163eb2-7b8b-aa10-b746-000000000c2d | SKIPPED | Enable LOG rules | standalone 2025-11-26 16:14:28.186004 | fa163eb2-7b8b-aa10-b746-000000000c2d | TIMING | tripleo_firewall : Enable LOG rules | standalone | 0:01:18.573268 | 0.03s 2025-11-26 16:14:28.211342 | fa163eb2-7b8b-aa10-b746-000000000c2e | TASK | Set rule fact 2025-11-26 16:14:28.283343 | fa163eb2-7b8b-aa10-b746-000000000c2e | OK | Set rule fact | standalone 2025-11-26 16:14:28.286776 | fa163eb2-7b8b-aa10-b746-000000000c2e | TIMING | tripleo_firewall : Set rule fact | standalone | 0:01:18.674028 | 0.07s 2025-11-26 16:14:28.316101 | fa163eb2-7b8b-aa10-b746-000000000c2f | TASK | Manage rules via nftables 2025-11-26 16:14:28.337864 | fa163eb2-7b8b-aa10-b746-000000000c2f | TIMING | Manage rules via nftables | standalone | 0:01:18.725106 | 0.02s 2025-11-26 16:14:28.427679 | fa163eb2-7b8b-aa10-b746-000000000cc9 | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:18.814919 | 0.03s 2025-11-26 16:14:28.453399 | 78167b21-e7bb-4000-b8fa-f78aa7a0c2b6 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/service-bootstrap.yml | standalone 2025-11-26 16:14:28.482365 | fa163eb2-7b8b-aa10-b746-000000000cf2 | TASK | Ensure legacy iptables services are off 2025-11-26 16:14:28.865836 | fa163eb2-7b8b-aa10-b746-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=iptables.service 2025-11-26 16:14:28.867807 | fa163eb2-7b8b-aa10-b746-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.255035 | 0.38s 2025-11-26 16:14:29.218152 | fa163eb2-7b8b-aa10-b746-000000000cf2 | OK | Ensure legacy iptables services are off | standalone | item=ip6tables.service 2025-11-26 16:14:29.219496 | fa163eb2-7b8b-aa10-b746-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.606753 | 0.74s 2025-11-26 16:14:29.229337 | fa163eb2-7b8b-aa10-b746-000000000cf2 | TIMING | tripleo_nftables : Ensure legacy iptables services are off | standalone | 0:01:19.616586 | 0.75s 2025-11-26 16:14:29.258490 | fa163eb2-7b8b-aa10-b746-000000000cf3 | TASK | Ensure nftables service is enabled and running 2025-11-26 16:14:29.953134 | fa163eb2-7b8b-aa10-b746-000000000cf3 | CHANGED | Ensure nftables service is enabled and running | standalone 2025-11-26 16:14:29.954984 | fa163eb2-7b8b-aa10-b746-000000000cf3 | TIMING | tripleo_nftables : Ensure nftables service is enabled and running | standalone | 0:01:20.342238 | 0.69s 2025-11-26 16:14:29.981800 | fa163eb2-7b8b-aa10-b746-000000000cf4 | TASK | Empty nftables from anything that may lay around 2025-11-26 16:14:30.022442 | fa163eb2-7b8b-aa10-b746-000000000cf4 | SKIPPED | Empty nftables from anything that may lay around | standalone 2025-11-26 16:14:30.023561 | fa163eb2-7b8b-aa10-b746-000000000cf4 | TIMING | tripleo_nftables : Empty nftables from anything that may lay around | standalone | 0:01:20.410817 | 0.04s 2025-11-26 16:14:30.077394 | fa163eb2-7b8b-aa10-b746-000000000cca | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:20.464644 | 0.03s 2025-11-26 16:14:30.115430 | 43463b1d-c4e1-4252-82a9-1e03bbb21e0f | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/configure.yml | standalone 2025-11-26 16:14:30.150365 | fa163eb2-7b8b-aa10-b746-000000000d23 | TASK | Push empty ruleset 2025-11-26 16:14:30.572523 | fa163eb2-7b8b-aa10-b746-000000000d23 | CHANGED | Push empty ruleset | standalone 2025-11-26 16:14:30.573969 | fa163eb2-7b8b-aa10-b746-000000000d23 | TIMING | tripleo_nftables : Push empty ruleset | standalone | 0:01:20.961222 | 0.42s 2025-11-26 16:14:30.600261 | fa163eb2-7b8b-aa10-b746-000000000d24 | TASK | Load empty ruleset 2025-11-26 16:14:30.843547 | fa163eb2-7b8b-aa10-b746-000000000d24 | CHANGED | Load empty ruleset | standalone 2025-11-26 16:14:30.844978 | fa163eb2-7b8b-aa10-b746-000000000d24 | TIMING | tripleo_nftables : Load empty ruleset | standalone | 0:01:21.232233 | 0.24s 2025-11-26 16:14:30.872762 | fa163eb2-7b8b-aa10-b746-000000000d26 | TASK | Use default rules 2025-11-26 16:14:30.968578 | fa163eb2-7b8b-aa10-b746-000000000d26 | OK | Use default rules | standalone 2025-11-26 16:14:30.971689 | fa163eb2-7b8b-aa10-b746-000000000d26 | TIMING | tripleo_nftables : Use default rules | standalone | 0:01:21.358944 | 0.10s 2025-11-26 16:14:31.001547 | fa163eb2-7b8b-aa10-b746-000000000d27 | TASK | Enable LOG rules 2025-11-26 16:14:31.097719 | fa163eb2-7b8b-aa10-b746-000000000d27 | OK | Enable LOG rules | standalone 2025-11-26 16:14:31.101005 | fa163eb2-7b8b-aa10-b746-000000000d27 | TIMING | tripleo_nftables : Enable LOG rules | standalone | 0:01:21.488259 | 0.10s 2025-11-26 16:14:31.132045 | fa163eb2-7b8b-aa10-b746-000000000d29 | TASK | Get current nftables content 2025-11-26 16:14:31.369580 | fa163eb2-7b8b-aa10-b746-000000000d29 | CHANGED | Get current nftables content | standalone 2025-11-26 16:14:31.371162 | fa163eb2-7b8b-aa10-b746-000000000d29 | TIMING | tripleo_nftables : Get current nftables content | standalone | 0:01:21.758420 | 0.24s 2025-11-26 16:14:31.394421 | fa163eb2-7b8b-aa10-b746-000000000d2b | TASK | Generate chain jumps 2025-11-26 16:14:31.934953 | fa163eb2-7b8b-aa10-b746-000000000d2b | CHANGED | Generate chain jumps | standalone 2025-11-26 16:14:31.936448 | fa163eb2-7b8b-aa10-b746-000000000d2b | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.323701 | 0.54s 2025-11-26 16:14:31.963893 | fa163eb2-7b8b-aa10-b746-000000000d2c | TASK | Generate chain jumps 2025-11-26 16:14:32.563985 | fa163eb2-7b8b-aa10-b746-000000000d2c | CHANGED | Generate chain jumps | standalone 2025-11-26 16:14:32.565499 | fa163eb2-7b8b-aa10-b746-000000000d2c | TIMING | tripleo_nftables : Generate chain jumps | standalone | 0:01:22.952754 | 0.60s 2025-11-26 16:14:32.593545 | fa163eb2-7b8b-aa10-b746-000000000d2d | TASK | Generate nft flushes 2025-11-26 16:14:33.105445 | fa163eb2-7b8b-aa10-b746-000000000d2d | CHANGED | Generate nft flushes | standalone 2025-11-26 16:14:33.107046 | fa163eb2-7b8b-aa10-b746-000000000d2d | TIMING | tripleo_nftables : Generate nft flushes | standalone | 0:01:23.494297 | 0.51s 2025-11-26 16:14:33.133836 | fa163eb2-7b8b-aa10-b746-000000000d2e | TASK | Generate nft tripleo chains 2025-11-26 16:14:33.588417 | fa163eb2-7b8b-aa10-b746-000000000d2e | CHANGED | Generate nft tripleo chains | standalone 2025-11-26 16:14:33.590018 | fa163eb2-7b8b-aa10-b746-000000000d2e | TIMING | tripleo_nftables : Generate nft tripleo chains | standalone | 0:01:23.977271 | 0.45s 2025-11-26 16:14:33.617915 | fa163eb2-7b8b-aa10-b746-000000000d2f | TASK | Generate nft ruleset in static file 2025-11-26 16:14:35.338389 | fa163eb2-7b8b-aa10-b746-000000000d2f | CHANGED | Generate nft ruleset in static file | standalone 2025-11-26 16:14:35.340140 | fa163eb2-7b8b-aa10-b746-000000000d2f | TIMING | tripleo_nftables : Generate nft ruleset in static file | standalone | 0:01:25.727390 | 1.72s 2025-11-26 16:14:35.370297 | fa163eb2-7b8b-aa10-b746-000000000d31 | TASK | Validate all of the generated content before loading 2025-11-26 16:14:35.933421 | fa163eb2-7b8b-aa10-b746-000000000d31 | CHANGED | Validate all of the generated content before loading | standalone 2025-11-26 16:14:35.934838 | fa163eb2-7b8b-aa10-b746-000000000d31 | TIMING | tripleo_nftables : Validate all of the generated content before loading | standalone | 0:01:26.322091 | 0.56s 2025-11-26 16:14:35.962572 | fa163eb2-7b8b-aa10-b746-000000000d32 | TASK | Ensure we load our different nft rulesets on boot 2025-11-26 16:14:36.222554 | fa163eb2-7b8b-aa10-b746-000000000d32 | CHANGED | Ensure we load our different nft rulesets on boot | standalone 2025-11-26 16:14:36.224064 | fa163eb2-7b8b-aa10-b746-000000000d32 | TIMING | tripleo_nftables : Ensure we load our different nft rulesets on boot | standalone | 0:01:26.611319 | 0.26s 2025-11-26 16:14:36.281407 | fa163eb2-7b8b-aa10-b746-000000000ccb | TIMING | tripleo_nftables : ansible.builtin.include_tasks | standalone | 0:01:26.668654 | 0.03s 2025-11-26 16:14:36.302503 | 9d4eaef7-d139-4fdd-9a6e-914f071b9956 | INCLUDED | /usr/share/ansible/roles/tripleo_nftables/tasks/run.yml | standalone 2025-11-26 16:14:36.357947 | fa163eb2-7b8b-aa10-b746-000000000d9a | TASK | Inject our custom chains in nftables 2025-11-26 16:14:36.584420 | fa163eb2-7b8b-aa10-b746-000000000d9a | CHANGED | Inject our custom chains in nftables | standalone 2025-11-26 16:14:36.585943 | fa163eb2-7b8b-aa10-b746-000000000d9a | TIMING | tripleo_nftables : Inject our custom chains in nftables | standalone | 0:01:26.973194 | 0.23s 2025-11-26 16:14:36.617485 | fa163eb2-7b8b-aa10-b746-000000000d9b | TASK | Reload custom nftables ruleset files 2025-11-26 16:14:36.886761 | fa163eb2-7b8b-aa10-b746-000000000d9b | CHANGED | Reload custom nftables ruleset files | standalone 2025-11-26 16:14:36.887870 | fa163eb2-7b8b-aa10-b746-000000000d9b | TIMING | tripleo_nftables : Reload custom nftables ruleset files | standalone | 0:01:27.275129 | 0.27s 2025-11-26 16:14:36.957993 | fa163eb2-7b8b-aa10-b746-000000000b1f | TASK | create persistent logs directory 2025-11-26 16:14:37.201753 | fa163eb2-7b8b-aa10-b746-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-26 16:14:37.204141 | fa163eb2-7b8b-aa10-b746-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.591388 | 0.24s 2025-11-26 16:14:37.422371 | fa163eb2-7b8b-aa10-b746-000000000b1f | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/aodh-api', 'setype': 'container_file_t'} 2025-11-26 16:14:37.423360 | fa163eb2-7b8b-aa10-b746-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.810617 | 0.46s 2025-11-26 16:14:37.429824 | fa163eb2-7b8b-aa10-b746-000000000b1f | TIMING | create persistent logs directory | standalone | 0:01:27.817071 | 0.47s 2025-11-26 16:14:37.455117 | fa163eb2-7b8b-aa10-b746-000000000b20 | TASK | create persistent directories 2025-11-26 16:14:37.681907 | fa163eb2-7b8b-aa10-b746-000000000b20 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-26 16:14:37.683227 | fa163eb2-7b8b-aa10-b746-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.070482 | 0.23s 2025-11-26 16:14:37.695149 | fa163eb2-7b8b-aa10-b746-000000000b20 | TIMING | create persistent directories | standalone | 0:01:28.082398 | 0.24s 2025-11-26 16:14:37.720215 | fa163eb2-7b8b-aa10-b746-000000000b21 | TASK | create persistent directories 2025-11-26 16:14:37.973044 | fa163eb2-7b8b-aa10-b746-000000000b21 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/aodh', 'setype': 'container_file_t'} 2025-11-26 16:14:37.975324 | fa163eb2-7b8b-aa10-b746-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.362574 | 0.25s 2025-11-26 16:14:38.166347 | fa163eb2-7b8b-aa10-b746-000000000b21 | CHANGED | create persistent directories | standalone | item={'path': '/var/log/aodh', 'setype': 'container_file_t'} 2025-11-26 16:14:38.168021 | fa163eb2-7b8b-aa10-b746-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.555278 | 0.45s 2025-11-26 16:14:38.178792 | fa163eb2-7b8b-aa10-b746-000000000b21 | TIMING | create persistent directories | standalone | 0:01:28.566042 | 0.46s 2025-11-26 16:14:38.205062 | fa163eb2-7b8b-aa10-b746-000000000b22 | TASK | create persistent directories 2025-11-26 16:14:38.445254 | fa163eb2-7b8b-aa10-b746-000000000b22 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/ceilometer', 'setype': 'container_file_t'} 2025-11-26 16:14:38.446664 | fa163eb2-7b8b-aa10-b746-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.833916 | 0.24s 2025-11-26 16:14:38.458722 | fa163eb2-7b8b-aa10-b746-000000000b22 | TIMING | create persistent directories | standalone | 0:01:28.845944 | 0.25s 2025-11-26 16:14:38.484327 | fa163eb2-7b8b-aa10-b746-000000000b23 | TASK | enable virt_sandbox_use_netlink for healthcheck 2025-11-26 16:14:39.638040 | fa163eb2-7b8b-aa10-b746-000000000b23 | CHANGED | enable virt_sandbox_use_netlink for healthcheck | standalone 2025-11-26 16:14:39.639626 | fa163eb2-7b8b-aa10-b746-000000000b23 | TIMING | enable virt_sandbox_use_netlink for healthcheck | standalone | 0:01:30.026881 | 1.15s 2025-11-26 16:14:39.664200 | fa163eb2-7b8b-aa10-b746-000000000b24 | TASK | create persistent directories 2025-11-26 16:14:39.926290 | fa163eb2-7b8b-aa10-b746-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-26 16:14:39.928734 | fa163eb2-7b8b-aa10-b746-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.315956 | 0.26s 2025-11-26 16:14:40.119744 | fa163eb2-7b8b-aa10-b746-000000000b24 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/cinder-api', 'setype': 'container_file_t'} 2025-11-26 16:14:40.121368 | fa163eb2-7b8b-aa10-b746-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.508623 | 0.45s 2025-11-26 16:14:40.132003 | fa163eb2-7b8b-aa10-b746-000000000b24 | TIMING | create persistent directories | standalone | 0:01:30.519250 | 0.47s 2025-11-26 16:14:40.157022 | fa163eb2-7b8b-aa10-b746-000000000b25 | TASK | create fcontext entry for cinder data 2025-11-26 16:14:41.585364 | fa163eb2-7b8b-aa10-b746-000000000b25 | CHANGED | create fcontext entry for cinder data | standalone 2025-11-26 16:14:41.587227 | fa163eb2-7b8b-aa10-b746-000000000b25 | TIMING | create fcontext entry for cinder data | standalone | 0:01:31.974482 | 1.43s 2025-11-26 16:14:41.607756 | fa163eb2-7b8b-aa10-b746-000000000b26 | TASK | create persistent directories 2025-11-26 16:14:41.868520 | fa163eb2-7b8b-aa10-b746-000000000b26 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-26 16:14:41.871835 | fa163eb2-7b8b-aa10-b746-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.259080 | 0.26s 2025-11-26 16:14:42.082729 | fa163eb2-7b8b-aa10-b746-000000000b26 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/cinder', 'setype': 'container_file_t'} 2025-11-26 16:14:42.084575 | fa163eb2-7b8b-aa10-b746-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.471778 | 0.48s 2025-11-26 16:14:42.094988 | fa163eb2-7b8b-aa10-b746-000000000b26 | TIMING | create persistent directories | standalone | 0:01:32.482240 | 0.49s 2025-11-26 16:14:42.120194 | fa163eb2-7b8b-aa10-b746-000000000b27 | TASK | ensure ceph configurations exist 2025-11-26 16:14:42.394251 | fa163eb2-7b8b-aa10-b746-000000000b27 | CHANGED | ensure ceph configurations exist | standalone 2025-11-26 16:14:42.395506 | fa163eb2-7b8b-aa10-b746-000000000b27 | TIMING | ensure ceph configurations exist | standalone | 0:01:32.782761 | 0.27s 2025-11-26 16:14:42.420429 | fa163eb2-7b8b-aa10-b746-000000000b28 | TASK | create persistent directories 2025-11-26 16:14:42.658280 | fa163eb2-7b8b-aa10-b746-000000000b28 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/cinder', 'setype': 'container_file_t'} 2025-11-26 16:14:42.660901 | fa163eb2-7b8b-aa10-b746-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.048150 | 0.24s 2025-11-26 16:14:42.673013 | fa163eb2-7b8b-aa10-b746-000000000b28 | TIMING | create persistent directories | standalone | 0:01:33.060263 | 0.25s 2025-11-26 16:14:42.697848 | fa163eb2-7b8b-aa10-b746-000000000b2a | TASK | Create cinder image conversion directory 2025-11-26 16:14:42.725026 | fa163eb2-7b8b-aa10-b746-000000000b2a | SKIPPED | Create cinder image conversion directory | standalone 2025-11-26 16:14:42.726272 | fa163eb2-7b8b-aa10-b746-000000000b2a | TIMING | Create cinder image conversion directory | standalone | 0:01:33.113528 | 0.03s 2025-11-26 16:14:42.750659 | fa163eb2-7b8b-aa10-b746-000000000b2b | TASK | Mount cinder's image conversion NFS share 2025-11-26 16:14:42.778825 | fa163eb2-7b8b-aa10-b746-000000000b2b | SKIPPED | Mount cinder's image conversion NFS share | standalone 2025-11-26 16:14:42.780027 | fa163eb2-7b8b-aa10-b746-000000000b2b | TIMING | Mount cinder's image conversion NFS share | standalone | 0:01:33.167281 | 0.03s 2025-11-26 16:14:42.804254 | fa163eb2-7b8b-aa10-b746-000000000b2d | TASK | cinder_configure_lvm fact 2025-11-26 16:14:42.832813 | fa163eb2-7b8b-aa10-b746-000000000b2d | OK | cinder_configure_lvm fact | standalone 2025-11-26 16:14:42.833988 | fa163eb2-7b8b-aa10-b746-000000000b2d | TIMING | cinder_configure_lvm fact | standalone | 0:01:33.221243 | 0.03s 2025-11-26 16:14:42.857608 | fa163eb2-7b8b-aa10-b746-000000000b2f | TASK | ensure LVM rpm dependencies are installed 2025-11-26 16:14:45.746989 | fa163eb2-7b8b-aa10-b746-000000000b2f | OK | ensure LVM rpm dependencies are installed | standalone 2025-11-26 16:14:45.748153 | fa163eb2-7b8b-aa10-b746-000000000b2f | TIMING | ensure LVM rpm dependencies are installed | standalone | 0:01:36.135414 | 2.89s 2025-11-26 16:14:45.768370 | fa163eb2-7b8b-aa10-b746-000000000b30 | TASK | cinder create LVM volume group dd 2025-11-26 16:14:45.941660 | fa163eb2-7b8b-aa10-b746-000000000b30 | CHANGED | cinder create LVM volume group dd | standalone 2025-11-26 16:14:45.943008 | fa163eb2-7b8b-aa10-b746-000000000b30 | TIMING | cinder create LVM volume group dd | standalone | 0:01:36.330262 | 0.17s 2025-11-26 16:14:45.967081 | fa163eb2-7b8b-aa10-b746-000000000b31 | TASK | Get or create LVM loopback device 2025-11-26 16:14:46.229997 | fa163eb2-7b8b-aa10-b746-000000000b31 | CHANGED | Get or create LVM loopback device | standalone 2025-11-26 16:14:46.231746 | fa163eb2-7b8b-aa10-b746-000000000b31 | TIMING | Get or create LVM loopback device | standalone | 0:01:36.618995 | 0.26s 2025-11-26 16:14:46.256774 | fa163eb2-7b8b-aa10-b746-000000000b32 | TASK | Create LVM volume group 2025-11-26 16:14:46.829823 | fa163eb2-7b8b-aa10-b746-000000000b32 | CHANGED | Create LVM volume group | standalone 2025-11-26 16:14:46.831125 | fa163eb2-7b8b-aa10-b746-000000000b32 | TIMING | Create LVM volume group | standalone | 0:01:37.218378 | 0.57s 2025-11-26 16:14:46.855559 | fa163eb2-7b8b-aa10-b746-000000000b33 | TASK | cinder create service to run losetup for LVM on startup 2025-11-26 16:14:47.330985 | fa163eb2-7b8b-aa10-b746-000000000b33 | CHANGED | cinder create service to run losetup for LVM on startup | standalone 2025-11-26 16:14:47.332216 | fa163eb2-7b8b-aa10-b746-000000000b33 | TIMING | cinder create service to run losetup for LVM on startup | standalone | 0:01:37.719468 | 0.48s 2025-11-26 16:14:47.356862 | fa163eb2-7b8b-aa10-b746-000000000b34 | TASK | cinder enable the LVM losetup service 2025-11-26 16:14:48.257780 | fa163eb2-7b8b-aa10-b746-000000000b34 | CHANGED | cinder enable the LVM losetup service | standalone 2025-11-26 16:14:48.260036 | fa163eb2-7b8b-aa10-b746-000000000b34 | TIMING | cinder enable the LVM losetup service | standalone | 0:01:38.647289 | 0.90s 2025-11-26 16:14:48.285993 | fa163eb2-7b8b-aa10-b746-000000000b36 | TASK | allow logrotate to read inside containers 2025-11-26 16:14:49.246845 | fa163eb2-7b8b-aa10-b746-000000000b36 | CHANGED | allow logrotate to read inside containers | standalone 2025-11-26 16:14:49.248333 | fa163eb2-7b8b-aa10-b746-000000000b36 | TIMING | allow logrotate to read inside containers | standalone | 0:01:39.635586 | 0.96s 2025-11-26 16:14:49.272850 | fa163eb2-7b8b-aa10-b746-000000000b37 | TASK | authorize httpd to listen on registry ports 2025-11-26 16:14:51.438468 | fa163eb2-7b8b-aa10-b746-000000000b37 | CHANGED | authorize httpd to listen on registry ports | standalone 2025-11-26 16:14:51.440120 | fa163eb2-7b8b-aa10-b746-000000000b37 | TIMING | authorize httpd to listen on registry ports | standalone | 0:01:41.827375 | 2.17s 2025-11-26 16:14:51.494759 | fa163eb2-7b8b-aa10-b746-000000000b39 | OK | set_fact | standalone 2025-11-26 16:14:51.495847 | fa163eb2-7b8b-aa10-b746-000000000b39 | TIMING | set_fact | standalone | 0:01:41.883105 | 0.03s 2025-11-26 16:14:51.547633 | fa163eb2-7b8b-aa10-b746-000000000b3a | TIMING | include_role : tripleo_image_serve | standalone | 0:01:41.934880 | 0.03s 2025-11-26 16:14:51.603314 | fa163eb2-7b8b-aa10-b746-000000000ee1 | TASK | ensure apache is installed 2025-11-26 16:14:58.214916 | fa163eb2-7b8b-aa10-b746-000000000ee1 | CHANGED | ensure apache is installed | standalone 2025-11-26 16:14:58.216493 | fa163eb2-7b8b-aa10-b746-000000000ee1 | TIMING | tripleo_image_serve : ensure apache is installed | standalone | 0:01:48.603746 | 6.61s 2025-11-26 16:14:58.241764 | fa163eb2-7b8b-aa10-b746-000000000ee2 | TASK | create image data directory 2025-11-26 16:14:58.493893 | fa163eb2-7b8b-aa10-b746-000000000ee2 | CHANGED | create image data directory | standalone 2025-11-26 16:14:58.495337 | fa163eb2-7b8b-aa10-b746-000000000ee2 | TIMING | tripleo_image_serve : create image data directory | standalone | 0:01:48.882592 | 0.25s 2025-11-26 16:14:58.523543 | fa163eb2-7b8b-aa10-b746-000000000ee3 | TASK | create /v2/ response file 2025-11-26 16:14:58.946139 | fa163eb2-7b8b-aa10-b746-000000000ee3 | CHANGED | create /v2/ response file | standalone 2025-11-26 16:14:58.947431 | fa163eb2-7b8b-aa10-b746-000000000ee3 | TIMING | tripleo_image_serve : create /v2/ response file | standalone | 0:01:49.334687 | 0.42s 2025-11-26 16:14:58.972875 | fa163eb2-7b8b-aa10-b746-000000000ee4 | TASK | Add listen line 2025-11-26 16:14:59.332722 | fa163eb2-7b8b-aa10-b746-000000000ee4 | CHANGED | Add listen line | standalone 2025-11-26 16:14:59.334002 | fa163eb2-7b8b-aa10-b746-000000000ee4 | TIMING | tripleo_image_serve : Add listen line | standalone | 0:01:49.721258 | 0.36s 2025-11-26 16:14:59.359466 | fa163eb2-7b8b-aa10-b746-000000000ee5 | TASK | manage /etc/httpd/conf.d/image-serve.conf 2025-11-26 16:14:59.844173 | fa163eb2-7b8b-aa10-b746-000000000ee5 | CHANGED | manage /etc/httpd/conf.d/image-serve.conf | standalone 2025-11-26 16:14:59.845492 | fa163eb2-7b8b-aa10-b746-000000000ee5 | TIMING | tripleo_image_serve : manage /etc/httpd/conf.d/image-serve.conf | standalone | 0:01:50.232747 | 0.48s 2025-11-26 16:14:59.870600 | fa163eb2-7b8b-aa10-b746-000000000ee6 | TASK | Image-Serve | restart httpd 2025-11-26 16:15:00.753359 | fa163eb2-7b8b-aa10-b746-000000000ee6 | CHANGED | Image-Serve | restart httpd | standalone 2025-11-26 16:15:00.755291 | fa163eb2-7b8b-aa10-b746-000000000ee6 | TIMING | tripleo_image_serve : Image-Serve | restart httpd | standalone | 0:01:51.142547 | 0.88s 2025-11-26 16:15:00.803311 | fa163eb2-7b8b-aa10-b746-000000000b3c | TASK | create persistent logs directory 2025-11-26 16:15:01.051124 | fa163eb2-7b8b-aa10-b746-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/glance', 'setype': 'container_file_t'} 2025-11-26 16:15:01.054062 | fa163eb2-7b8b-aa10-b746-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.441312 | 0.25s 2025-11-26 16:15:01.209665 | fa163eb2-7b8b-aa10-b746-000000000b3c | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/glance', 'setype': 'container_file_t'} 2025-11-26 16:15:01.210629 | fa163eb2-7b8b-aa10-b746-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.597887 | 0.41s 2025-11-26 16:15:01.217567 | fa163eb2-7b8b-aa10-b746-000000000b3c | TIMING | create persistent logs directory | standalone | 0:01:51.604825 | 0.41s 2025-11-26 16:15:01.242519 | fa163eb2-7b8b-aa10-b746-000000000b3d | TASK | Mount NFS on host 2025-11-26 16:15:01.270846 | fa163eb2-7b8b-aa10-b746-000000000b3d | SKIPPED | Mount NFS on host | standalone 2025-11-26 16:15:01.271915 | fa163eb2-7b8b-aa10-b746-000000000b3d | TIMING | Mount NFS on host | standalone | 0:01:51.659171 | 0.03s 2025-11-26 16:15:01.296546 | fa163eb2-7b8b-aa10-b746-000000000b3e | TASK | Mount Node Staging Location 2025-11-26 16:15:01.326421 | fa163eb2-7b8b-aa10-b746-000000000b3e | SKIPPED | Mount Node Staging Location | standalone 2025-11-26 16:15:01.327680 | fa163eb2-7b8b-aa10-b746-000000000b3e | TIMING | Mount Node Staging Location | standalone | 0:01:51.714934 | 0.03s 2025-11-26 16:15:01.352155 | fa163eb2-7b8b-aa10-b746-000000000b3f | TASK | ensure /var/lib/glance exists 2025-11-26 16:15:01.539052 | fa163eb2-7b8b-aa10-b746-000000000b3f | CHANGED | ensure /var/lib/glance exists | standalone 2025-11-26 16:15:01.540478 | fa163eb2-7b8b-aa10-b746-000000000b3f | TIMING | ensure /var/lib/glance exists | standalone | 0:01:51.927731 | 0.19s 2025-11-26 16:15:01.564668 | fa163eb2-7b8b-aa10-b746-000000000b40 | TASK | create logs directory 2025-11-26 16:15:01.828986 | fa163eb2-7b8b-aa10-b746-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-26 16:15:01.831329 | fa163eb2-7b8b-aa10-b746-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.218578 | 0.27s 2025-11-26 16:15:02.027350 | fa163eb2-7b8b-aa10-b746-000000000b40 | CHANGED | create logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/gnocchi-api', 'setype': 'container_file_t'} 2025-11-26 16:15:02.028550 | fa163eb2-7b8b-aa10-b746-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.415804 | 0.46s 2025-11-26 16:15:02.035277 | fa163eb2-7b8b-aa10-b746-000000000b40 | TIMING | create logs directory | standalone | 0:01:52.422525 | 0.47s 2025-11-26 16:15:02.061378 | fa163eb2-7b8b-aa10-b746-000000000b41 | TASK | Mount Gnocchi NFS on host 2025-11-26 16:15:02.091025 | fa163eb2-7b8b-aa10-b746-000000000b41 | SKIPPED | Mount Gnocchi NFS on host | standalone 2025-11-26 16:15:02.092152 | fa163eb2-7b8b-aa10-b746-000000000b41 | TIMING | Mount Gnocchi NFS on host | standalone | 0:01:52.479401 | 0.03s 2025-11-26 16:15:02.116999 | fa163eb2-7b8b-aa10-b746-000000000b42 | TASK | ensure GnocchiFileBasePath exists 2025-11-26 16:15:02.380916 | fa163eb2-7b8b-aa10-b746-000000000b42 | CHANGED | ensure GnocchiFileBasePath exists | standalone 2025-11-26 16:15:02.382374 | fa163eb2-7b8b-aa10-b746-000000000b42 | TIMING | ensure GnocchiFileBasePath exists | standalone | 0:01:52.769627 | 0.26s 2025-11-26 16:15:02.407860 | fa163eb2-7b8b-aa10-b746-000000000b43 | TASK | create persistent directories 2025-11-26 16:15:02.645347 | fa163eb2-7b8b-aa10-b746-000000000b43 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/gnocchi', 'setype': 'container_file_t'} 2025-11-26 16:15:02.646267 | fa163eb2-7b8b-aa10-b746-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.033527 | 0.24s 2025-11-26 16:15:02.649727 | fa163eb2-7b8b-aa10-b746-000000000b43 | TIMING | create persistent directories | standalone | 0:01:53.036955 | 0.24s 2025-11-26 16:15:02.675202 | fa163eb2-7b8b-aa10-b746-000000000b44 | TASK | create persistent data directory 2025-11-26 16:15:02.883569 | fa163eb2-7b8b-aa10-b746-000000000b44 | OK | create persistent data directory | standalone 2025-11-26 16:15:02.884824 | fa163eb2-7b8b-aa10-b746-000000000b44 | TIMING | create persistent data directory | standalone | 0:01:53.272079 | 0.21s 2025-11-26 16:15:02.910499 | fa163eb2-7b8b-aa10-b746-000000000b45 | TASK | create persistent directories 2025-11-26 16:15:03.178624 | fa163eb2-7b8b-aa10-b746-000000000b45 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/haproxy', 'setype': 'var_log_t'} 2025-11-26 16:15:03.181020 | fa163eb2-7b8b-aa10-b746-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.568258 | 0.27s 2025-11-26 16:15:03.397297 | fa163eb2-7b8b-aa10-b746-000000000b45 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/haproxy', 'setype': 'container_file_t'} 2025-11-26 16:15:03.398548 | fa163eb2-7b8b-aa10-b746-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.785802 | 0.49s 2025-11-26 16:15:03.405661 | fa163eb2-7b8b-aa10-b746-000000000b45 | TIMING | create persistent directories | standalone | 0:01:53.792908 | 0.49s 2025-11-26 16:15:03.432369 | fa163eb2-7b8b-aa10-b746-000000000b46 | TASK | Run puppet on the host to apply IPtables rules 2025-11-26 16:15:10.382656 | fa163eb2-7b8b-aa10-b746-000000000b46 | OK | Run puppet on the host to apply IPtables rules | standalone 2025-11-26 16:15:10.383992 | fa163eb2-7b8b-aa10-b746-000000000b46 | TIMING | Run puppet on the host to apply IPtables rules | standalone | 0:02:00.771247 | 6.95s 2025-11-26 16:15:10.409333 | fa163eb2-7b8b-aa10-b746-000000000b47 | TASK | Debug output for task: Run puppet on the host to apply IPtables rules 2025-11-26 16:15:10.490487 | fa163eb2-7b8b-aa10-b746-000000000b47 | OK | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | result={ "changed": false, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "Notice: Compiled catalog for standalone.ooo.test in environment production in 0.67 seconds", "Notice: Applied catalog in 0.26 seconds", "Application:", " Initial environment: production", " Converged environment: production", " Run mode: user", "Changes:", "Events:", "Resources:", " Skipped: 56", " Total: 56", "Time:", " Transaction evaluation: 0.24", " Catalog application: 0.26", " Config retrieval: 0.74", " Last run: 1764173710", " Total: 0.26", "Version:", " Config: 1764173709", " 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-11-26 16:15:10.491859 | fa163eb2-7b8b-aa10-b746-000000000b47 | TIMING | Debug output for task: Run puppet on the host to apply IPtables rules | standalone | 0:02:00.879117 | 0.08s 2025-11-26 16:15:10.516616 | fa163eb2-7b8b-aa10-b746-000000000b48 | TASK | create persistent directories 2025-11-26 16:15:10.774830 | fa163eb2-7b8b-aa10-b746-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-26 16:15:10.776273 | fa163eb2-7b8b-aa10-b746-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.163524 | 0.26s 2025-11-26 16:15:10.984442 | fa163eb2-7b8b-aa10-b746-000000000b48 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api', 'setype': 'container_file_t'} 2025-11-26 16:15:10.985337 | fa163eb2-7b8b-aa10-b746-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.372596 | 0.47s 2025-11-26 16:15:10.991682 | fa163eb2-7b8b-aa10-b746-000000000b48 | TIMING | create persistent directories | standalone | 0:02:01.378940 | 0.47s 2025-11-26 16:15:11.016903 | fa163eb2-7b8b-aa10-b746-000000000b49 | TASK | create persistent directories 2025-11-26 16:15:11.253555 | fa163eb2-7b8b-aa10-b746-000000000b49 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-26 16:15:11.255050 | fa163eb2-7b8b-aa10-b746-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.642300 | 0.24s 2025-11-26 16:15:11.452125 | fa163eb2-7b8b-aa10-b746-000000000b49 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/heat-api-cfn', 'setype': 'container_file_t'} 2025-11-26 16:15:11.453667 | fa163eb2-7b8b-aa10-b746-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.840925 | 0.44s 2025-11-26 16:15:11.464407 | fa163eb2-7b8b-aa10-b746-000000000b49 | TIMING | create persistent directories | standalone | 0:02:01.851659 | 0.45s 2025-11-26 16:15:11.489753 | fa163eb2-7b8b-aa10-b746-000000000b4a | TASK | create persistent directories 2025-11-26 16:15:11.731839 | fa163eb2-7b8b-aa10-b746-000000000b4a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/heat', 'setype': 'container_file_t'} 2025-11-26 16:15:11.733848 | fa163eb2-7b8b-aa10-b746-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.121102 | 0.24s 2025-11-26 16:15:11.744018 | fa163eb2-7b8b-aa10-b746-000000000b4a | TIMING | create persistent directories | standalone | 0:02:02.131268 | 0.25s 2025-11-26 16:15:11.769001 | fa163eb2-7b8b-aa10-b746-000000000b4b | TASK | create persistent directories 2025-11-26 16:15:12.023598 | fa163eb2-7b8b-aa10-b746-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/horizon', 'setype': 'container_file_t'} 2025-11-26 16:15:12.025119 | fa163eb2-7b8b-aa10-b746-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.412372 | 0.25s 2025-11-26 16:15:12.222345 | fa163eb2-7b8b-aa10-b746-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/horizon', 'setype': 'container_file_t'} 2025-11-26 16:15:12.223995 | fa163eb2-7b8b-aa10-b746-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.611247 | 0.45s 2025-11-26 16:15:12.446905 | fa163eb2-7b8b-aa10-b746-000000000b4b | CHANGED | create persistent directories | standalone | item={'path': '/var/www', 'setype': 'container_file_t'} 2025-11-26 16:15:12.448572 | fa163eb2-7b8b-aa10-b746-000000000b4b | TIMING | create persistent directories | standalone | 0:02:02.835830 | 0.68s 2025-11-26 16:15:12.666532 | fa163eb2-7b8b-aa10-b746-000000000b4b | CHANGED | create persistent directories | standalone | item={'mode': '01777', 'path': '/var/tmp/horizon', 'setype': 'container_file_t'} 2025-11-26 16:15:12.667467 | fa163eb2-7b8b-aa10-b746-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.054726 | 0.90s 2025-11-26 16:15:12.674605 | fa163eb2-7b8b-aa10-b746-000000000b4b | TIMING | create persistent directories | standalone | 0:02:03.061863 | 0.90s 2025-11-26 16:15:12.699885 | fa163eb2-7b8b-aa10-b746-000000000b4c | TASK | ensure /var/tmp/horizon exists on boot 2025-11-26 16:15:13.145996 | fa163eb2-7b8b-aa10-b746-000000000b4c | CHANGED | ensure /var/tmp/horizon exists on boot | standalone 2025-11-26 16:15:13.147295 | fa163eb2-7b8b-aa10-b746-000000000b4c | TIMING | ensure /var/tmp/horizon exists on boot | standalone | 0:02:03.534549 | 0.45s 2025-11-26 16:15:13.171689 | fa163eb2-7b8b-aa10-b746-000000000b4d | TASK | create fcontext entry for iscsi 2025-11-26 16:15:14.451063 | fa163eb2-7b8b-aa10-b746-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-26 16:15:14.452503 | fa163eb2-7b8b-aa10-b746-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:04.839759 | 1.28s 2025-11-26 16:15:15.692434 | fa163eb2-7b8b-aa10-b746-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-26 16:15:15.693648 | fa163eb2-7b8b-aa10-b746-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:06.080908 | 2.52s 2025-11-26 16:15:16.956193 | fa163eb2-7b8b-aa10-b746-000000000b4d | CHANGED | create fcontext entry for iscsi | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-26 16:15:16.957608 | fa163eb2-7b8b-aa10-b746-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.344863 | 3.78s 2025-11-26 16:15:16.963929 | fa163eb2-7b8b-aa10-b746-000000000b4d | TIMING | create fcontext entry for iscsi | standalone | 0:02:07.351177 | 3.79s 2025-11-26 16:15:16.989613 | fa163eb2-7b8b-aa10-b746-000000000b4e | TASK | create persistent directories 2025-11-26 16:15:17.235175 | fa163eb2-7b8b-aa10-b746-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/iscsi', 'setype': 'container_file_t'} 2025-11-26 16:15:17.236847 | fa163eb2-7b8b-aa10-b746-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.624097 | 0.25s 2025-11-26 16:15:17.453998 | fa163eb2-7b8b-aa10-b746-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/etc/target', 'setype': 'container_file_t'} 2025-11-26 16:15:17.456345 | fa163eb2-7b8b-aa10-b746-000000000b4e | TIMING | create persistent directories | standalone | 0:02:07.843595 | 0.47s 2025-11-26 16:15:17.612018 | fa163eb2-7b8b-aa10-b746-000000000b4e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/iscsi', 'setype': 'container_file_t'} 2025-11-26 16:15:17.613216 | fa163eb2-7b8b-aa10-b746-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.000472 | 0.62s 2025-11-26 16:15:17.620835 | fa163eb2-7b8b-aa10-b746-000000000b4e | TIMING | create persistent directories | standalone | 0:02:08.008084 | 0.63s 2025-11-26 16:15:17.647181 | fa163eb2-7b8b-aa10-b746-000000000b4f | TASK | stat /lib/systemd/system/iscsid.socket 2025-11-26 16:15:17.866373 | fa163eb2-7b8b-aa10-b746-000000000b4f | OK | stat /lib/systemd/system/iscsid.socket | standalone 2025-11-26 16:15:17.867155 | fa163eb2-7b8b-aa10-b746-000000000b4f | TIMING | stat /lib/systemd/system/iscsid.socket | standalone | 0:02:08.254419 | 0.22s 2025-11-26 16:15:17.891173 | fa163eb2-7b8b-aa10-b746-000000000b50 | TASK | Stop and disable iscsid.socket service 2025-11-26 16:15:17.913238 | fa163eb2-7b8b-aa10-b746-000000000b50 | SKIPPED | Stop and disable iscsid.socket service | standalone 2025-11-26 16:15:17.914291 | fa163eb2-7b8b-aa10-b746-000000000b50 | TIMING | Stop and disable iscsid.socket service | standalone | 0:02:08.301548 | 0.02s 2025-11-26 16:15:17.938224 | fa163eb2-7b8b-aa10-b746-000000000b51 | TASK | Check if iscsi.service is enabled 2025-11-26 16:15:18.178987 | fa163eb2-7b8b-aa10-b746-000000000b51 | CHANGED | Check if iscsi.service is enabled | standalone 2025-11-26 16:15:18.180386 | fa163eb2-7b8b-aa10-b746-000000000b51 | TIMING | Check if iscsi.service is enabled | standalone | 0:02:08.567639 | 0.24s 2025-11-26 16:15:18.205438 | fa163eb2-7b8b-aa10-b746-000000000b52 | TASK | Stop iscsi.service 2025-11-26 16:15:18.245440 | fa163eb2-7b8b-aa10-b746-000000000b52 | SKIPPED | Stop iscsi.service | standalone 2025-11-26 16:15:18.246556 | fa163eb2-7b8b-aa10-b746-000000000b52 | TIMING | Stop iscsi.service | standalone | 0:02:08.633813 | 0.04s 2025-11-26 16:15:18.299531 | fa163eb2-7b8b-aa10-b746-000000000b53 | TIMING | include_role : tripleo_kernel | standalone | 0:02:08.686781 | 0.03s 2025-11-26 16:15:18.404209 | fa163eb2-7b8b-aa10-b746-00000000104c | TASK | Install additional packages 2025-11-26 16:15:18.429123 | fa163eb2-7b8b-aa10-b746-00000000104c | TIMING | tripleo_kernel : Install additional packages | standalone | 0:02:08.816381 | 0.02s 2025-11-26 16:15:18.445959 | fa163eb2-7b8b-aa10-b746-00000000104d | TASK | Remove dracut-config-generic 2025-11-26 16:15:22.182482 | fa163eb2-7b8b-aa10-b746-00000000104d | CHANGED | Remove dracut-config-generic | standalone 2025-11-26 16:15:22.183942 | fa163eb2-7b8b-aa10-b746-00000000104d | TIMING | tripleo_kernel : Remove dracut-config-generic | standalone | 0:02:12.571197 | 3.74s 2025-11-26 16:15:22.209663 | fa163eb2-7b8b-aa10-b746-00000000104e | TASK | Ensure the /etc/modules-load.d/ directory exists 2025-11-26 16:15:22.431520 | fa163eb2-7b8b-aa10-b746-00000000104e | OK | Ensure the /etc/modules-load.d/ directory exists | standalone 2025-11-26 16:15:22.432939 | fa163eb2-7b8b-aa10-b746-00000000104e | TIMING | tripleo_kernel : Ensure the /etc/modules-load.d/ directory exists | standalone | 0:02:12.820194 | 0.22s 2025-11-26 16:15:22.457721 | fa163eb2-7b8b-aa10-b746-00000000104f | TASK | Write list of modules to load at boot 2025-11-26 16:15:22.981321 | fa163eb2-7b8b-aa10-b746-00000000104f | CHANGED | Write list of modules to load at boot | standalone 2025-11-26 16:15:22.982796 | fa163eb2-7b8b-aa10-b746-00000000104f | TIMING | tripleo_kernel : Write list of modules to load at boot | standalone | 0:02:13.370047 | 0.52s 2025-11-26 16:15:23.008375 | fa163eb2-7b8b-aa10-b746-000000001050 | TASK | Modules reload 2025-11-26 16:15:23.439145 | fa163eb2-7b8b-aa10-b746-000000001050 | CHANGED | Modules reload | standalone 2025-11-26 16:15:23.441092 | fa163eb2-7b8b-aa10-b746-000000001050 | TIMING | tripleo_kernel : Modules reload | standalone | 0:02:13.828347 | 0.43s 2025-11-26 16:15:23.467170 | fa163eb2-7b8b-aa10-b746-000000001051 | TASK | Set default sysctl options 2025-11-26 16:15:23.968192 | fa163eb2-7b8b-aa10-b746-000000001051 | CHANGED | Set default sysctl options | standalone 2025-11-26 16:15:23.970035 | fa163eb2-7b8b-aa10-b746-000000001051 | TIMING | tripleo_kernel : Set default sysctl options | standalone | 0:02:14.357282 | 0.50s 2025-11-26 16:15:24.002725 | fa163eb2-7b8b-aa10-b746-000000001052 | TASK | Set extra sysctl options 2025-11-26 16:15:24.415422 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=fs.inotify.max_user_instances 2025-11-26 16:15:24.416869 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:14.804121 | 0.41s 2025-11-26 16:15:24.657889 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=kernel.pid_max 2025-11-26 16:15:24.658937 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.046193 | 0.65s 2025-11-26 16:15:24.866031 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-arptables 2025-11-26 16:15:24.867976 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.255230 | 0.86s 2025-11-26 16:15:25.084574 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-ip6tables 2025-11-26 16:15:25.085843 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.473099 | 1.08s 2025-11-26 16:15:25.306301 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.bridge.bridge-nf-call-iptables 2025-11-26 16:15:25.307879 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.695134 | 1.30s 2025-11-26 16:15:25.521392 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.conf.all.rp_filter 2025-11-26 16:15:25.523061 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:15.910316 | 1.52s 2025-11-26 16:15:26.740904 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_forward 2025-11-26 16:15:26.741978 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.129233 | 2.74s 2025-11-26 16:15:26.979978 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_local_reserved_ports 2025-11-26 16:15:26.981663 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.368918 | 2.98s 2025-11-26 16:15:27.206840 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.ip_nonlocal_bind 2025-11-26 16:15:27.208913 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.596168 | 3.20s 2025-11-26 16:15:27.430746 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh1 2025-11-26 16:15:27.432412 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:17.819667 | 3.43s 2025-11-26 16:15:27.675426 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh2 2025-11-26 16:15:27.676980 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:18.064236 | 3.67s 2025-11-26 16:15:28.900067 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv4.neigh.default.gc_thresh3 2025-11-26 16:15:28.901805 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.289060 | 4.90s 2025-11-26 16:15:29.125280 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.disable_ipv6 2025-11-26 16:15:29.126732 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.513991 | 5.12s 2025-11-26 16:15:29.368217 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.all.forwarding 2025-11-26 16:15:29.368770 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.756033 | 5.36s 2025-11-26 16:15:29.601647 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.default.disable_ipv6 2025-11-26 16:15:29.602410 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:19.989671 | 5.60s 2025-11-26 16:15:29.835392 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.conf.lo.disable_ipv6 2025-11-26 16:15:29.835985 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:20.223249 | 5.83s 2025-11-26 16:15:31.112346 | fa163eb2-7b8b-aa10-b746-000000001052 | CHANGED | Set extra sysctl options | standalone | item=net.ipv6.ip_nonlocal_bind 2025-11-26 16:15:31.113463 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.500718 | 7.11s 2025-11-26 16:15:31.127405 | fa163eb2-7b8b-aa10-b746-000000001052 | TIMING | tripleo_kernel : Set extra sysctl options | standalone | 0:02:21.514652 | 7.12s 2025-11-26 16:15:31.157568 | fa163eb2-7b8b-aa10-b746-000000001054 | TASK | Sysctl reload 2025-11-26 16:15:31.582789 | fa163eb2-7b8b-aa10-b746-000000001054 | CHANGED | Sysctl reload | standalone 2025-11-26 16:15:31.584662 | fa163eb2-7b8b-aa10-b746-000000001054 | TIMING | tripleo_kernel : Sysctl reload | standalone | 0:02:21.971916 | 0.43s 2025-11-26 16:15:31.635373 | fa163eb2-7b8b-aa10-b746-000000000b54 | TASK | create persistent directories 2025-11-26 16:15:31.898206 | fa163eb2-7b8b-aa10-b746-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/keystone', 'setype': 'container_file_t'} 2025-11-26 16:15:31.899595 | fa163eb2-7b8b-aa10-b746-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.286856 | 0.26s 2025-11-26 16:15:32.113762 | fa163eb2-7b8b-aa10-b746-000000000b54 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/keystone', 'setype': 'container_file_t'} 2025-11-26 16:15:32.115759 | fa163eb2-7b8b-aa10-b746-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.503015 | 0.48s 2025-11-26 16:15:32.125952 | fa163eb2-7b8b-aa10-b746-000000000b54 | TIMING | create persistent directories | standalone | 0:02:22.513209 | 0.49s 2025-11-26 16:15:32.150320 | fa163eb2-7b8b-aa10-b746-000000000b55 | TASK | Check if file certs_valid exist 2025-11-26 16:15:32.422303 | fa163eb2-7b8b-aa10-b746-000000000b55 | OK | Check if file certs_valid exist | standalone 2025-11-26 16:15:32.423825 | fa163eb2-7b8b-aa10-b746-000000000b55 | TIMING | Check if file certs_valid exist | standalone | 0:02:22.811076 | 0.27s 2025-11-26 16:15:32.449061 | fa163eb2-7b8b-aa10-b746-000000000b56 | TASK | Check if file cert9.db exist 2025-11-26 16:15:32.675140 | fa163eb2-7b8b-aa10-b746-000000000b56 | OK | Check if file cert9.db exist | standalone 2025-11-26 16:15:32.676736 | fa163eb2-7b8b-aa10-b746-000000000b56 | TIMING | Check if file cert9.db exist | standalone | 0:02:23.063955 | 0.23s 2025-11-26 16:15:32.701887 | fa163eb2-7b8b-aa10-b746-000000000b57 | TASK | Check if file key4.db exist 2025-11-26 16:15:32.947380 | fa163eb2-7b8b-aa10-b746-000000000b57 | OK | Check if file key4.db exist | standalone 2025-11-26 16:15:32.948670 | fa163eb2-7b8b-aa10-b746-000000000b57 | TIMING | Check if file key4.db exist | standalone | 0:02:23.335926 | 0.25s 2025-11-26 16:15:32.999562 | fa163eb2-7b8b-aa10-b746-000000000b58 | SKIPPED | fail | standalone 2025-11-26 16:15:33.000804 | fa163eb2-7b8b-aa10-b746-000000000b58 | TIMING | fail | standalone | 0:02:23.388059 | 0.03s 2025-11-26 16:15:33.025486 | fa163eb2-7b8b-aa10-b746-000000000b59 | TASK | Create persistent directories 2025-11-26 16:15:33.299504 | fa163eb2-7b8b-aa10-b746-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-26 16:15:33.301991 | fa163eb2-7b8b-aa10-b746-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.689241 | 0.28s 2025-11-26 16:15:33.530304 | fa163eb2-7b8b-aa10-b746-000000000b59 | CHANGED | Create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/manila-api', 'setype': 'container_file_t'} 2025-11-26 16:15:33.531231 | fa163eb2-7b8b-aa10-b746-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.918489 | 0.50s 2025-11-26 16:15:33.537605 | fa163eb2-7b8b-aa10-b746-000000000b59 | TIMING | Create persistent directories | standalone | 0:02:23.924864 | 0.51s 2025-11-26 16:15:33.563003 | fa163eb2-7b8b-aa10-b746-000000000b5a | TASK | create persistent directories 2025-11-26 16:15:33.825195 | fa163eb2-7b8b-aa10-b746-000000000b5a | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-26 16:15:33.827438 | fa163eb2-7b8b-aa10-b746-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.214692 | 0.26s 2025-11-26 16:15:33.837520 | fa163eb2-7b8b-aa10-b746-000000000b5a | TIMING | create persistent directories | standalone | 0:02:24.224777 | 0.27s 2025-11-26 16:15:33.862410 | fa163eb2-7b8b-aa10-b746-000000000b5b | TASK | create persistent directories 2025-11-26 16:15:34.138206 | fa163eb2-7b8b-aa10-b746-000000000b5b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/manila', 'setype': 'container_file_t'} 2025-11-26 16:15:34.140313 | fa163eb2-7b8b-aa10-b746-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.527564 | 0.28s 2025-11-26 16:15:34.383992 | fa163eb2-7b8b-aa10-b746-000000000b5b | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/manila', 'setype': 'container_file_t'} 2025-11-26 16:15:34.385662 | fa163eb2-7b8b-aa10-b746-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.772917 | 0.52s 2025-11-26 16:15:34.396233 | fa163eb2-7b8b-aa10-b746-000000000b5b | TIMING | create persistent directories | standalone | 0:02:24.783491 | 0.53s 2025-11-26 16:15:34.422869 | fa163eb2-7b8b-aa10-b746-000000000b5c | TASK | create persistent directories 2025-11-26 16:15:34.662256 | fa163eb2-7b8b-aa10-b746-000000000b5c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/memcached', 'setype': 'container_file_t'} 2025-11-26 16:15:34.663863 | fa163eb2-7b8b-aa10-b746-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.051117 | 0.24s 2025-11-26 16:15:34.675678 | fa163eb2-7b8b-aa10-b746-000000000b5c | TIMING | create persistent directories | standalone | 0:02:25.062937 | 0.25s 2025-11-26 16:15:34.702005 | fa163eb2-7b8b-aa10-b746-000000000b5d | TASK | create persistent directories 2025-11-26 16:15:34.965768 | fa163eb2-7b8b-aa10-b746-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/mysql', 'setype': 'container_file_t'} 2025-11-26 16:15:34.968423 | fa163eb2-7b8b-aa10-b746-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.355665 | 0.26s 2025-11-26 16:15:35.201972 | fa163eb2-7b8b-aa10-b746-000000000b5d | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/mysql', 'setype': 'container_file_t'} 2025-11-26 16:15:35.204190 | fa163eb2-7b8b-aa10-b746-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.591441 | 0.50s 2025-11-26 16:15:35.402798 | fa163eb2-7b8b-aa10-b746-000000000b5d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/mariadb', 'setype': 'container_file_t'} 2025-11-26 16:15:35.404618 | fa163eb2-7b8b-aa10-b746-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.791875 | 0.70s 2025-11-26 16:15:35.415923 | fa163eb2-7b8b-aa10-b746-000000000b5d | TIMING | create persistent directories | standalone | 0:02:25.803181 | 0.71s 2025-11-26 16:15:35.441117 | fa163eb2-7b8b-aa10-b746-000000000b5e | TASK | create persistent directories 2025-11-26 16:15:35.683381 | fa163eb2-7b8b-aa10-b746-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-26 16:15:35.686278 | fa163eb2-7b8b-aa10-b746-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.073521 | 0.24s 2025-11-26 16:15:35.896830 | fa163eb2-7b8b-aa10-b746-000000000b5e | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/neutron-api', 'setype': 'container_file_t'} 2025-11-26 16:15:35.898565 | fa163eb2-7b8b-aa10-b746-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.285821 | 0.46s 2025-11-26 16:15:35.908893 | fa163eb2-7b8b-aa10-b746-000000000b5e | TIMING | create persistent directories | standalone | 0:02:26.296152 | 0.47s 2025-11-26 16:15:35.933599 | fa163eb2-7b8b-aa10-b746-000000000b5f | TASK | create persistent directories 2025-11-26 16:15:36.173961 | fa163eb2-7b8b-aa10-b746-000000000b5f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/neutron', 'setype': 'container_file_t'} 2025-11-26 16:15:36.175857 | fa163eb2-7b8b-aa10-b746-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.563109 | 0.24s 2025-11-26 16:15:36.185852 | fa163eb2-7b8b-aa10-b746-000000000b5f | TIMING | create persistent directories | standalone | 0:02:26.573110 | 0.25s 2025-11-26 16:15:36.210468 | fa163eb2-7b8b-aa10-b746-000000000b60 | TASK | creating directory 2025-11-26 16:15:36.438589 | fa163eb2-7b8b-aa10-b746-000000000b60 | CHANGED | creating directory | standalone 2025-11-26 16:15:36.439925 | fa163eb2-7b8b-aa10-b746-000000000b60 | TIMING | creating directory | standalone | 0:02:26.827181 | 0.23s 2025-11-26 16:15:36.464521 | fa163eb2-7b8b-aa10-b746-000000000b61 | TASK | derive pci passthrough whitelist 2025-11-26 16:15:36.862469 | fa163eb2-7b8b-aa10-b746-000000000b61 | CHANGED | derive pci passthrough whitelist | standalone 2025-11-26 16:15:36.863746 | fa163eb2-7b8b-aa10-b746-000000000b61 | TIMING | derive pci passthrough whitelist | standalone | 0:02:27.251001 | 0.40s 2025-11-26 16:15:36.888966 | fa163eb2-7b8b-aa10-b746-000000000b62 | TASK | run derive_pci_passthrough_whitelist.py 2025-11-26 16:15:37.682659 | fa163eb2-7b8b-aa10-b746-000000000b62 | CHANGED | run derive_pci_passthrough_whitelist.py | standalone 2025-11-26 16:15:37.683953 | fa163eb2-7b8b-aa10-b746-000000000b62 | TIMING | run derive_pci_passthrough_whitelist.py | standalone | 0:02:28.071209 | 0.79s 2025-11-26 16:15:37.708369 | fa163eb2-7b8b-aa10-b746-000000000b63 | TASK | create /run/netns with temp namespace 2025-11-26 16:15:37.941378 | fa163eb2-7b8b-aa10-b746-000000000b63 | CHANGED | create /run/netns with temp namespace | standalone 2025-11-26 16:15:37.942619 | fa163eb2-7b8b-aa10-b746-000000000b63 | TIMING | create /run/netns with temp namespace | standalone | 0:02:28.329875 | 0.23s 2025-11-26 16:15:37.967747 | fa163eb2-7b8b-aa10-b746-000000000b64 | TASK | remove temp namespace 2025-11-26 16:15:38.209259 | fa163eb2-7b8b-aa10-b746-000000000b64 | CHANGED | remove temp namespace | standalone 2025-11-26 16:15:38.210646 | fa163eb2-7b8b-aa10-b746-000000000b64 | TIMING | remove temp namespace | standalone | 0:02:28.597900 | 0.24s 2025-11-26 16:15:38.237996 | fa163eb2-7b8b-aa10-b746-000000000b65 | TASK | create /var/lib/neutron 2025-11-26 16:15:38.427868 | fa163eb2-7b8b-aa10-b746-000000000b65 | CHANGED | create /var/lib/neutron | standalone 2025-11-26 16:15:38.430310 | fa163eb2-7b8b-aa10-b746-000000000b65 | TIMING | create /var/lib/neutron | standalone | 0:02:28.817564 | 0.19s 2025-11-26 16:15:38.456094 | fa163eb2-7b8b-aa10-b746-000000000b66 | TASK | set conditions 2025-11-26 16:15:38.477439 | fa163eb2-7b8b-aa10-b746-000000000b66 | OK | set conditions | standalone 2025-11-26 16:15:38.479445 | fa163eb2-7b8b-aa10-b746-000000000b66 | TIMING | set conditions | standalone | 0:02:28.866590 | 0.02s 2025-11-26 16:15:38.504264 | fa163eb2-7b8b-aa10-b746-000000000b67 | TASK | create kill_scripts directory within /var/lib/neutron 2025-11-26 16:15:38.767324 | fa163eb2-7b8b-aa10-b746-000000000b67 | CHANGED | create kill_scripts directory within /var/lib/neutron | standalone 2025-11-26 16:15:38.769925 | fa163eb2-7b8b-aa10-b746-000000000b67 | TIMING | create kill_scripts directory within /var/lib/neutron | standalone | 0:02:29.157178 | 0.26s 2025-11-26 16:15:38.798681 | fa163eb2-7b8b-aa10-b746-000000000b68 | TASK | create dnsmasq dhcp kill script 2025-11-26 16:15:39.252891 | fa163eb2-7b8b-aa10-b746-000000000b68 | CHANGED | create dnsmasq dhcp kill script | standalone 2025-11-26 16:15:39.255379 | fa163eb2-7b8b-aa10-b746-000000000b68 | TIMING | create dnsmasq dhcp kill script | standalone | 0:02:29.642631 | 0.45s 2025-11-26 16:15:39.281556 | fa163eb2-7b8b-aa10-b746-000000000b69 | TASK | create haproxy kill script 2025-11-26 16:15:39.713184 | fa163eb2-7b8b-aa10-b746-000000000b69 | CHANGED | create haproxy kill script | standalone 2025-11-26 16:15:39.715714 | fa163eb2-7b8b-aa10-b746-000000000b69 | TIMING | create haproxy kill script | standalone | 0:02:30.102946 | 0.43s 2025-11-26 16:15:39.740353 | fa163eb2-7b8b-aa10-b746-000000000b6a | TASK | create persistent directories 2025-11-26 16:15:39.978901 | fa163eb2-7b8b-aa10-b746-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-26 16:15:39.980482 | fa163eb2-7b8b-aa10-b746-000000000b6a | TIMING | create persistent directories | standalone | 0:02:30.367731 | 0.24s 2025-11-26 16:15:40.207883 | fa163eb2-7b8b-aa10-b746-000000000b6a | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-api', 'setype': 'container_file_t'} 2025-11-26 16:15:40.209438 | fa163eb2-7b8b-aa10-b746-000000000b6a | TIMING | create persistent directories | standalone | 0:02:30.596695 | 0.47s 2025-11-26 16:15:40.220040 | fa163eb2-7b8b-aa10-b746-000000000b6a | TIMING | create persistent directories | standalone | 0:02:30.607298 | 0.48s 2025-11-26 16:15:40.245211 | fa163eb2-7b8b-aa10-b746-000000000b6b | TASK | create persistent directories 2025-11-26 16:15:40.493197 | fa163eb2-7b8b-aa10-b746-000000000b6b | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-26 16:15:40.494581 | fa163eb2-7b8b-aa10-b746-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.881835 | 0.25s 2025-11-26 16:15:40.500471 | fa163eb2-7b8b-aa10-b746-000000000b6b | TIMING | create persistent directories | standalone | 0:02:30.887728 | 0.25s 2025-11-26 16:15:40.525149 | fa163eb2-7b8b-aa10-b746-000000000b6c | TASK | create persistent directories 2025-11-26 16:15:40.778944 | fa163eb2-7b8b-aa10-b746-000000000b6c | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/nova', 'setype': 'container_file_t'} 2025-11-26 16:15:40.781198 | fa163eb2-7b8b-aa10-b746-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.168448 | 0.25s 2025-11-26 16:15:41.031017 | fa163eb2-7b8b-aa10-b746-000000000b6c | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/nova-metadata', 'setype': 'container_file_t'} 2025-11-26 16:15:41.032176 | fa163eb2-7b8b-aa10-b746-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.419433 | 0.51s 2025-11-26 16:15:41.040494 | fa163eb2-7b8b-aa10-b746-000000000b6c | TIMING | create persistent directories | standalone | 0:02:31.427752 | 0.51s 2025-11-26 16:15:41.065751 | fa163eb2-7b8b-aa10-b746-000000000b6d | TASK | Check for /var/lib/nova/instances directory exitance 2025-11-26 16:15:41.285178 | fa163eb2-7b8b-aa10-b746-000000000b6d | OK | Check for /var/lib/nova/instances directory exitance | standalone 2025-11-26 16:15:41.286566 | fa163eb2-7b8b-aa10-b746-000000000b6d | TIMING | Check for /var/lib/nova/instances directory exitance | standalone | 0:02:31.673817 | 0.22s 2025-11-26 16:15:41.306921 | fa163eb2-7b8b-aa10-b746-000000000b6e | TASK | create persistent directories 2025-11-26 16:15:41.540961 | fa163eb2-7b8b-aa10-b746-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-26 16:15:41.542535 | fa163eb2-7b8b-aa10-b746-000000000b6e | TIMING | create persistent directories | standalone | 0:02:31.929788 | 0.23s 2025-11-26 16:15:41.758774 | fa163eb2-7b8b-aa10-b746-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/_nova_secontext', 'setype': 'container_file_t'} 2025-11-26 16:15:41.760302 | fa163eb2-7b8b-aa10-b746-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.147557 | 0.45s 2025-11-26 16:15:41.953661 | fa163eb2-7b8b-aa10-b746-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/nova/instances', 'setype': 'container_file_t'} 2025-11-26 16:15:41.955322 | fa163eb2-7b8b-aa10-b746-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.342578 | 0.65s 2025-11-26 16:15:42.192993 | fa163eb2-7b8b-aa10-b746-000000000b6e | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-26 16:15:42.194157 | fa163eb2-7b8b-aa10-b746-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.581414 | 0.89s 2025-11-26 16:15:42.386572 | fa163eb2-7b8b-aa10-b746-000000000b6e | OK | create persistent directories | standalone | item={'path': '/etc/tmpfiles.d'} 2025-11-26 16:15:42.387657 | fa163eb2-7b8b-aa10-b746-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.774915 | 1.08s 2025-11-26 16:15:42.400611 | fa163eb2-7b8b-aa10-b746-000000000b6e | TIMING | create persistent directories | standalone | 0:02:32.787869 | 1.09s 2025-11-26 16:15:42.426525 | fa163eb2-7b8b-aa10-b746-000000000b6f | TASK | ensure /run/nova is present upon reboot 2025-11-26 16:15:42.894782 | fa163eb2-7b8b-aa10-b746-000000000b6f | CHANGED | ensure /run/nova is present upon reboot | standalone 2025-11-26 16:15:42.896163 | fa163eb2-7b8b-aa10-b746-000000000b6f | TIMING | ensure /run/nova is present upon reboot | standalone | 0:02:33.283417 | 0.47s 2025-11-26 16:15:42.921759 | fa163eb2-7b8b-aa10-b746-000000000b70 | TASK | create tempfiles 2025-11-26 16:15:43.228857 | fa163eb2-7b8b-aa10-b746-000000000b70 | CHANGED | create tempfiles | standalone 2025-11-26 16:15:43.230378 | fa163eb2-7b8b-aa10-b746-000000000b70 | TIMING | create tempfiles | standalone | 0:02:33.617632 | 0.31s 2025-11-26 16:15:43.255247 | fa163eb2-7b8b-aa10-b746-000000000b71 | TASK | Mount Nova NFS Share 2025-11-26 16:15:43.284263 | fa163eb2-7b8b-aa10-b746-000000000b71 | SKIPPED | Mount Nova NFS Share | standalone 2025-11-26 16:15:43.285523 | fa163eb2-7b8b-aa10-b746-000000000b71 | TIMING | Mount Nova NFS Share | standalone | 0:02:33.672778 | 0.03s 2025-11-26 16:15:43.306138 | fa163eb2-7b8b-aa10-b746-000000000b73 | TASK | check systemd-container package installed or not 2025-11-26 16:15:43.329960 | fa163eb2-7b8b-aa10-b746-000000000b73 | SKIPPED | check systemd-container package installed or not | standalone 2025-11-26 16:15:43.330670 | fa163eb2-7b8b-aa10-b746-000000000b73 | TIMING | check systemd-container package installed or not | standalone | 0:02:33.717933 | 0.02s 2025-11-26 16:15:43.347399 | fa163eb2-7b8b-aa10-b746-000000000b74 | TASK | get latest package from downloaded package versions 2025-11-26 16:15:43.374843 | fa163eb2-7b8b-aa10-b746-000000000b74 | SKIPPED | get latest package from downloaded package versions | standalone 2025-11-26 16:15:43.375419 | fa163eb2-7b8b-aa10-b746-000000000b74 | TIMING | get latest package from downloaded package versions | standalone | 0:02:33.762684 | 0.03s 2025-11-26 16:15:43.391919 | fa163eb2-7b8b-aa10-b746-000000000b75 | TASK | Install systemd-container package on boot 2025-11-26 16:15:43.419923 | fa163eb2-7b8b-aa10-b746-000000000b75 | SKIPPED | Install systemd-container package on boot | standalone 2025-11-26 16:15:43.421012 | fa163eb2-7b8b-aa10-b746-000000000b75 | TIMING | Install systemd-container package on boot | standalone | 0:02:33.808268 | 0.03s 2025-11-26 16:15:43.445390 | fa163eb2-7b8b-aa10-b746-000000000b76 | TASK | enable install-systemd-container on compute boot 2025-11-26 16:15:43.475367 | fa163eb2-7b8b-aa10-b746-000000000b76 | SKIPPED | enable install-systemd-container on compute boot | standalone 2025-11-26 16:15:43.476445 | fa163eb2-7b8b-aa10-b746-000000000b76 | TIMING | enable install-systemd-container on compute boot | standalone | 0:02:33.863701 | 0.03s 2025-11-26 16:15:43.500114 | fa163eb2-7b8b-aa10-b746-000000000b77 | TASK | check if install-systemd-container service exists 2025-11-26 16:15:43.528166 | fa163eb2-7b8b-aa10-b746-000000000b77 | SKIPPED | check if install-systemd-container service exists | standalone 2025-11-26 16:15:43.529257 | fa163eb2-7b8b-aa10-b746-000000000b77 | TIMING | check if install-systemd-container service exists | standalone | 0:02:33.916512 | 0.03s 2025-11-26 16:15:43.553576 | fa163eb2-7b8b-aa10-b746-000000000b78 | TASK | disable and mask install-systemd-container on compute boot 2025-11-26 16:15:43.582667 | fa163eb2-7b8b-aa10-b746-000000000b78 | SKIPPED | disable and mask install-systemd-container on compute boot | standalone 2025-11-26 16:15:43.583972 | fa163eb2-7b8b-aa10-b746-000000000b78 | TIMING | disable and mask install-systemd-container on compute boot | standalone | 0:02:33.971226 | 0.03s 2025-11-26 16:15:43.608365 | fa163eb2-7b8b-aa10-b746-000000000b7a | TASK | is Nova Resume Guests State On Host Boot enabled 2025-11-26 16:15:43.638521 | fa163eb2-7b8b-aa10-b746-000000000b7a | OK | is Nova Resume Guests State On Host Boot enabled | standalone 2025-11-26 16:15:43.639609 | fa163eb2-7b8b-aa10-b746-000000000b7a | TIMING | is Nova Resume Guests State On Host Boot enabled | standalone | 0:02:34.026865 | 0.03s 2025-11-26 16:15:43.664754 | fa163eb2-7b8b-aa10-b746-000000000b7c | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs 2025-11-26 16:15:43.693077 | fa163eb2-7b8b-aa10-b746-000000000b7c | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone 2025-11-26 16:15:43.694287 | fa163eb2-7b8b-aa10-b746-000000000b7c | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs | standalone | 0:02:34.081543 | 0.03s 2025-11-26 16:15:43.718423 | fa163eb2-7b8b-aa10-b746-000000000b7d | TASK | Making sure virt-guest-shutdown.target is present 2025-11-26 16:15:43.745177 | fa163eb2-7b8b-aa10-b746-000000000b7d | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-26 16:15:43.746350 | fa163eb2-7b8b-aa10-b746-000000000b7d | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.133605 | 0.03s 2025-11-26 16:15:43.771311 | fa163eb2-7b8b-aa10-b746-000000000b7e | TASK | libvirt-guests enable VM shutdown on compute reboot/shutdown 2025-11-26 16:15:43.799460 | fa163eb2-7b8b-aa10-b746-000000000b7e | SKIPPED | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-26 16:15:43.800754 | fa163eb2-7b8b-aa10-b746-000000000b7e | TIMING | libvirt-guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.188010 | 0.03s 2025-11-26 16:15:43.825229 | fa163eb2-7b8b-aa10-b746-000000000b80 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) 2025-11-26 16:15:43.854388 | fa163eb2-7b8b-aa10-b746-000000000b80 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone 2025-11-26 16:15:43.855450 | fa163eb2-7b8b-aa10-b746-000000000b80 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (monolithic libvirt) | standalone | 0:02:34.242707 | 0.03s 2025-11-26 16:15:43.878987 | fa163eb2-7b8b-aa10-b746-000000000b81 | TASK | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) 2025-11-26 16:15:43.907613 | fa163eb2-7b8b-aa10-b746-000000000b81 | SKIPPED | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone 2025-11-26 16:15:43.908769 | fa163eb2-7b8b-aa10-b746-000000000b81 | TIMING | libvirt-guests unit to stop nova_compute container before shutdown VMs (modular libvirt) | standalone | 0:02:34.296025 | 0.03s 2025-11-26 16:15:43.933028 | fa163eb2-7b8b-aa10-b746-000000000b82 | TASK | Making sure virt-guest-shutdown.target is present 2025-11-26 16:15:43.971850 | fa163eb2-7b8b-aa10-b746-000000000b82 | SKIPPED | Making sure virt-guest-shutdown.target is present | standalone 2025-11-26 16:15:43.972997 | fa163eb2-7b8b-aa10-b746-000000000b82 | TIMING | Making sure virt-guest-shutdown.target is present | standalone | 0:02:34.360255 | 0.04s 2025-11-26 16:15:43.997177 | fa163eb2-7b8b-aa10-b746-000000000b83 | TASK | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown 2025-11-26 16:15:44.029328 | fa163eb2-7b8b-aa10-b746-000000000b83 | SKIPPED | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone 2025-11-26 16:15:44.030417 | fa163eb2-7b8b-aa10-b746-000000000b83 | TIMING | tripleo_nova_libvirt_guests enable VM shutdown on compute reboot/shutdown | standalone | 0:02:34.417671 | 0.03s 2025-11-26 16:15:44.053837 | fa163eb2-7b8b-aa10-b746-000000000b85 | TASK | Do we prepend nova startup with a delay 2025-11-26 16:15:44.084425 | fa163eb2-7b8b-aa10-b746-000000000b85 | OK | Do we prepend nova startup with a delay | standalone 2025-11-26 16:15:44.085505 | fa163eb2-7b8b-aa10-b746-000000000b85 | TIMING | Do we prepend nova startup with a delay | standalone | 0:02:34.472763 | 0.03s 2025-11-26 16:15:44.109850 | fa163eb2-7b8b-aa10-b746-000000000b86 | TASK | install nova-compute delay wrapper script 2025-11-26 16:15:44.159035 | fa163eb2-7b8b-aa10-b746-000000000b86 | SKIPPED | install nova-compute delay wrapper script | standalone 2025-11-26 16:15:44.160203 | fa163eb2-7b8b-aa10-b746-000000000b86 | TIMING | install nova-compute delay wrapper script | standalone | 0:02:34.547459 | 0.05s 2025-11-26 16:15:44.184370 | fa163eb2-7b8b-aa10-b746-000000000b87 | TASK | Is irqbalance enabled 2025-11-26 16:15:44.214790 | fa163eb2-7b8b-aa10-b746-000000000b87 | OK | Is irqbalance enabled | standalone 2025-11-26 16:15:44.215847 | fa163eb2-7b8b-aa10-b746-000000000b87 | TIMING | Is irqbalance enabled | standalone | 0:02:34.603105 | 0.03s 2025-11-26 16:15:44.240559 | fa163eb2-7b8b-aa10-b746-000000000b88 | TASK | disable irqbalance service on compute 2025-11-26 16:15:44.270773 | fa163eb2-7b8b-aa10-b746-000000000b88 | SKIPPED | disable irqbalance service on compute | standalone 2025-11-26 16:15:44.272037 | fa163eb2-7b8b-aa10-b746-000000000b88 | TIMING | disable irqbalance service on compute | standalone | 0:02:34.659293 | 0.03s 2025-11-26 16:15:44.298002 | fa163eb2-7b8b-aa10-b746-000000000b89 | TASK | create persistent directories 2025-11-26 16:15:44.544682 | fa163eb2-7b8b-aa10-b746-000000000b89 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/libvirt', 'setype': 'container_file_t'} 2025-11-26 16:15:44.546113 | fa163eb2-7b8b-aa10-b746-000000000b89 | TIMING | create persistent directories | standalone | 0:02:34.933365 | 0.25s 2025-11-26 16:15:44.552093 | fa163eb2-7b8b-aa10-b746-000000000b89 | TIMING | create persistent directories | standalone | 0:02:34.939342 | 0.25s 2025-11-26 16:15:44.577295 | fa163eb2-7b8b-aa10-b746-000000000b8a | TASK | create libvirt persistent data directories 2025-11-26 16:15:44.832117 | fa163eb2-7b8b-aa10-b746-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt', 'setype': 'container_file_t'} 2025-11-26 16:15:44.834324 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.221575 | 0.26s 2025-11-26 16:15:45.085896 | fa163eb2-7b8b-aa10-b746-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/secrets', 'setype': 'container_file_t'} 2025-11-26 16:15:45.087031 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.474285 | 0.51s 2025-11-26 16:15:45.331997 | fa163eb2-7b8b-aa10-b746-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/etc/libvirt/qemu', 'setype': 'container_file_t'} 2025-11-26 16:15:45.333844 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.721096 | 0.76s 2025-11-26 16:15:45.544877 | fa163eb2-7b8b-aa10-b746-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/libvirt', 'setype': 'container_file_t'} 2025-11-26 16:15:45.546735 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:35.933959 | 0.97s 2025-11-26 16:15:45.757292 | fa163eb2-7b8b-aa10-b746-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/var/cache/libvirt'} 2025-11-26 16:15:45.758877 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.146132 | 1.18s 2025-11-26 16:15:45.951751 | fa163eb2-7b8b-aa10-b746-000000000b8a | OK | create libvirt persistent data directories | standalone | item={'path': '/var/lib/nova', 'setype': 'container_file_t'} 2025-11-26 16:15:45.952583 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.339844 | 1.37s 2025-11-26 16:15:46.235134 | fa163eb2-7b8b-aa10-b746-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'path': '/run/libvirt'} 2025-11-26 16:15:46.236259 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.623514 | 1.66s 2025-11-26 16:15:46.466890 | fa163eb2-7b8b-aa10-b746-000000000b8a | CHANGED | create libvirt persistent data directories | standalone | item={'mode': '0770', 'path': '/var/log/containers/libvirt/swtpm', 'setype': 'container_file_t'} 2025-11-26 16:15:46.468034 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.855290 | 1.89s 2025-11-26 16:15:46.477057 | fa163eb2-7b8b-aa10-b746-000000000b8a | TIMING | create libvirt persistent data directories | standalone | 0:02:36.864306 | 1.90s 2025-11-26 16:15:46.504434 | fa163eb2-7b8b-aa10-b746-000000000b8b | TASK | ensure qemu group is present on the host 2025-11-26 16:15:47.085427 | fa163eb2-7b8b-aa10-b746-000000000b8b | CHANGED | ensure qemu group is present on the host | standalone 2025-11-26 16:15:47.086470 | fa163eb2-7b8b-aa10-b746-000000000b8b | TIMING | ensure qemu group is present on the host | standalone | 0:02:37.473729 | 0.58s 2025-11-26 16:15:47.106226 | fa163eb2-7b8b-aa10-b746-000000000b8c | TASK | ensure qemu user is present on the host 2025-11-26 16:15:47.817495 | fa163eb2-7b8b-aa10-b746-000000000b8c | CHANGED | ensure qemu user is present on the host | standalone 2025-11-26 16:15:47.818302 | fa163eb2-7b8b-aa10-b746-000000000b8c | TIMING | ensure qemu user is present on the host | standalone | 0:02:38.205565 | 0.71s 2025-11-26 16:15:47.835214 | fa163eb2-7b8b-aa10-b746-000000000b8d | TASK | create directory for vhost-user sockets with qemu ownership 2025-11-26 16:15:48.061593 | fa163eb2-7b8b-aa10-b746-000000000b8d | CHANGED | create directory for vhost-user sockets with qemu ownership | standalone 2025-11-26 16:15:48.062921 | fa163eb2-7b8b-aa10-b746-000000000b8d | TIMING | create directory for vhost-user sockets with qemu ownership | standalone | 0:02:38.450176 | 0.23s 2025-11-26 16:15:48.087268 | fa163eb2-7b8b-aa10-b746-000000000b8e | TASK | check if libvirt is installed 2025-11-26 16:15:48.316138 | fa163eb2-7b8b-aa10-b746-000000000b8e | CHANGED | check if libvirt is installed | standalone 2025-11-26 16:15:48.317593 | fa163eb2-7b8b-aa10-b746-000000000b8e | TIMING | check if libvirt is installed | standalone | 0:02:38.704847 | 0.23s 2025-11-26 16:15:48.342763 | fa163eb2-7b8b-aa10-b746-000000000b8f | TASK | make sure libvirt services are disabled and masked 2025-11-26 16:15:48.383516 | fa163eb2-7b8b-aa10-b746-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=libvirtd.service 2025-11-26 16:15:48.389686 | fa163eb2-7b8b-aa10-b746-000000000b8f | SKIPPED | make sure libvirt services are disabled and masked | standalone | item=virtlogd.socket 2025-11-26 16:15:48.395604 | fa163eb2-7b8b-aa10-b746-000000000b8f | TIMING | make sure libvirt services are disabled and masked | standalone | 0:02:38.782858 | 0.05s 2025-11-26 16:15:48.420372 | fa163eb2-7b8b-aa10-b746-000000000b90 | TASK | ensure /run/libvirt is present upon reboot 2025-11-26 16:15:48.874182 | fa163eb2-7b8b-aa10-b746-000000000b90 | CHANGED | ensure /run/libvirt is present upon reboot | standalone 2025-11-26 16:15:48.875629 | fa163eb2-7b8b-aa10-b746-000000000b90 | TIMING | ensure /run/libvirt is present upon reboot | standalone | 0:02:39.262883 | 0.45s 2025-11-26 16:15:48.900245 | fa163eb2-7b8b-aa10-b746-000000000b91 | TASK | Enable os_enable_vtpm SELinux boolean for vTPM 2025-11-26 16:15:49.924727 | fa163eb2-7b8b-aa10-b746-000000000b91 | CHANGED | Enable os_enable_vtpm SELinux boolean for vTPM | standalone 2025-11-26 16:15:49.926508 | fa163eb2-7b8b-aa10-b746-000000000b91 | TIMING | Enable os_enable_vtpm SELinux boolean for vTPM | standalone | 0:02:40.313767 | 1.03s 2025-11-26 16:15:49.946830 | fa163eb2-7b8b-aa10-b746-000000000b92 | TASK | remove gnutls-qemu.config 2025-11-26 16:15:50.176376 | fa163eb2-7b8b-aa10-b746-000000000b92 | OK | remove gnutls-qemu.config | standalone 2025-11-26 16:15:50.177857 | fa163eb2-7b8b-aa10-b746-000000000b92 | TIMING | remove gnutls-qemu.config | standalone | 0:02:40.565111 | 0.23s 2025-11-26 16:15:50.202502 | fa163eb2-7b8b-aa10-b746-000000000b93 | TASK | update crypto policies 2025-11-26 16:15:50.231428 | fa163eb2-7b8b-aa10-b746-000000000b93 | SKIPPED | update crypto policies | standalone 2025-11-26 16:15:50.232809 | fa163eb2-7b8b-aa10-b746-000000000b93 | TIMING | update crypto policies | standalone | 0:02:40.620060 | 0.03s 2025-11-26 16:15:50.257798 | fa163eb2-7b8b-aa10-b746-000000000b94 | TASK | Create libvirt persistent data directories 2025-11-26 16:15:50.496966 | fa163eb2-7b8b-aa10-b746-000000000b94 | OK | Create libvirt persistent data directories | standalone | item={'path': '/run/libvirt', 'setype': 'virt_var_run_t'} 2025-11-26 16:15:50.498360 | fa163eb2-7b8b-aa10-b746-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:40.885613 | 0.24s 2025-11-26 16:15:50.510736 | fa163eb2-7b8b-aa10-b746-000000000b94 | TIMING | Create libvirt persistent data directories | standalone | 0:02:40.897955 | 0.25s 2025-11-26 16:15:50.536343 | fa163eb2-7b8b-aa10-b746-000000000b95 | TASK | create persistent directories 2025-11-26 16:15:50.791643 | fa163eb2-7b8b-aa10-b746-000000000b95 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-26 16:15:50.794063 | fa163eb2-7b8b-aa10-b746-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.181311 | 0.26s 2025-11-26 16:15:50.986417 | fa163eb2-7b8b-aa10-b746-000000000b95 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-26 16:15:50.987541 | fa163eb2-7b8b-aa10-b746-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.374797 | 0.45s 2025-11-26 16:15:50.994407 | fa163eb2-7b8b-aa10-b746-000000000b95 | TIMING | create persistent directories | standalone | 0:02:41.381654 | 0.46s 2025-11-26 16:15:51.020503 | fa163eb2-7b8b-aa10-b746-000000000b96 | TASK | Copy in cleanup script 2025-11-26 16:15:51.496362 | fa163eb2-7b8b-aa10-b746-000000000b96 | CHANGED | Copy in cleanup script | standalone 2025-11-26 16:15:51.497756 | fa163eb2-7b8b-aa10-b746-000000000b96 | TIMING | Copy in cleanup script | standalone | 0:02:41.885005 | 0.48s 2025-11-26 16:15:51.524024 | fa163eb2-7b8b-aa10-b746-000000000b97 | TASK | Copy in cleanup service 2025-11-26 16:15:51.988069 | fa163eb2-7b8b-aa10-b746-000000000b97 | CHANGED | Copy in cleanup service | standalone 2025-11-26 16:15:51.989459 | fa163eb2-7b8b-aa10-b746-000000000b97 | TIMING | Copy in cleanup service | standalone | 0:02:42.376714 | 0.46s 2025-11-26 16:15:52.015321 | fa163eb2-7b8b-aa10-b746-000000000b98 | TASK | Enabling the cleanup service 2025-11-26 16:15:52.685105 | fa163eb2-7b8b-aa10-b746-000000000b98 | CHANGED | Enabling the cleanup service | standalone 2025-11-26 16:15:52.687022 | fa163eb2-7b8b-aa10-b746-000000000b98 | TIMING | Enabling the cleanup service | standalone | 0:02:43.074277 | 0.67s 2025-11-26 16:15:52.712192 | fa163eb2-7b8b-aa10-b746-000000000b99 | TASK | create persistent directories 2025-11-26 16:15:52.955332 | fa163eb2-7b8b-aa10-b746-000000000b99 | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/openvswitch', 'setype': 'container_file_t'} 2025-11-26 16:15:52.957565 | fa163eb2-7b8b-aa10-b746-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.344814 | 0.24s 2025-11-26 16:15:53.168844 | fa163eb2-7b8b-aa10-b746-000000000b99 | OK | create persistent directories | standalone | item={'path': '/var/lib/openvswitch/ovn', 'setype': 'container_file_t'} 2025-11-26 16:15:53.170357 | fa163eb2-7b8b-aa10-b746-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.557615 | 0.46s 2025-11-26 16:15:53.181110 | fa163eb2-7b8b-aa10-b746-000000000b99 | TIMING | create persistent directories | standalone | 0:02:43.568360 | 0.47s 2025-11-26 16:15:53.206212 | fa163eb2-7b8b-aa10-b746-000000000b9a | TASK | set conditions 2025-11-26 16:15:53.245776 | fa163eb2-7b8b-aa10-b746-000000000b9a | OK | set conditions | standalone 2025-11-26 16:15:53.247136 | fa163eb2-7b8b-aa10-b746-000000000b9a | TIMING | set conditions | standalone | 0:02:43.634388 | 0.04s 2025-11-26 16:15:53.272366 | fa163eb2-7b8b-aa10-b746-000000000b9b | TASK | create persistent directories 2025-11-26 16:15:53.559273 | fa163eb2-7b8b-aa10-b746-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-26 16:15:53.561480 | fa163eb2-7b8b-aa10-b746-000000000b9b | TIMING | create persistent directories | standalone | 0:02:43.948732 | 0.29s 2025-11-26 16:15:53.796060 | fa163eb2-7b8b-aa10-b746-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/octavia-api', 'setype': 'container_file_t'} 2025-11-26 16:15:53.797602 | fa163eb2-7b8b-aa10-b746-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.184860 | 0.52s 2025-11-26 16:15:53.993878 | fa163eb2-7b8b-aa10-b746-000000000b9b | CHANGED | create persistent directories | standalone | item={'mode': '0755', 'path': '/run/octavia', 'setype': 'container_file_t'} 2025-11-26 16:15:53.994872 | fa163eb2-7b8b-aa10-b746-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.382130 | 0.72s 2025-11-26 16:15:54.001822 | fa163eb2-7b8b-aa10-b746-000000000b9b | TIMING | create persistent directories | standalone | 0:02:44.389073 | 0.73s 2025-11-26 16:15:54.027182 | fa163eb2-7b8b-aa10-b746-000000000b9c | TASK | ensure /run/octavia is present upon reboot 2025-11-26 16:15:54.521308 | fa163eb2-7b8b-aa10-b746-000000000b9c | CHANGED | ensure /run/octavia is present upon reboot | standalone 2025-11-26 16:15:54.522795 | fa163eb2-7b8b-aa10-b746-000000000b9c | TIMING | ensure /run/octavia is present upon reboot | standalone | 0:02:44.910049 | 0.49s 2025-11-26 16:15:54.547812 | fa163eb2-7b8b-aa10-b746-000000000b9d | TASK | create persistent directories 2025-11-26 16:15:54.799083 | fa163eb2-7b8b-aa10-b746-000000000b9d | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-26 16:15:54.801298 | fa163eb2-7b8b-aa10-b746-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.188547 | 0.25s 2025-11-26 16:15:55.011167 | fa163eb2-7b8b-aa10-b746-000000000b9d | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia-amphorae', 'setype': 'container_file_t'} 2025-11-26 16:15:55.012244 | fa163eb2-7b8b-aa10-b746-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.399500 | 0.46s 2025-11-26 16:15:55.024548 | fa163eb2-7b8b-aa10-b746-000000000b9d | TIMING | create persistent directories | standalone | 0:02:45.411800 | 0.48s 2025-11-26 16:15:55.050062 | fa163eb2-7b8b-aa10-b746-000000000b9e | TASK | create empty log files 2025-11-26 16:15:55.312057 | fa163eb2-7b8b-aa10-b746-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-tenant-traffic.log', 'setype': 'container_file_t'} 2025-11-26 16:15:55.314428 | fa163eb2-7b8b-aa10-b746-000000000b9e | TIMING | create empty log files | standalone | 0:02:45.701676 | 0.26s 2025-11-26 16:15:55.524933 | fa163eb2-7b8b-aa10-b746-000000000b9e | CHANGED | create empty log files | standalone | item={'mode': '0644', 'path': '/var/log/containers/octavia-amphorae/octavia-amphora.log', 'setype': 'container_file_t'} 2025-11-26 16:15:55.525790 | fa163eb2-7b8b-aa10-b746-000000000b9e | TIMING | create empty log files | standalone | 0:02:45.913052 | 0.47s 2025-11-26 16:15:55.529644 | fa163eb2-7b8b-aa10-b746-000000000b9e | TIMING | create empty log files | standalone | 0:02:45.916897 | 0.48s 2025-11-26 16:15:55.555263 | fa163eb2-7b8b-aa10-b746-000000000b9f | TASK | create persistent directories 2025-11-26 16:15:55.810289 | fa163eb2-7b8b-aa10-b746-000000000b9f | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/octavia', 'setype': 'container_file_t'} 2025-11-26 16:15:55.812390 | fa163eb2-7b8b-aa10-b746-000000000b9f | TIMING | create persistent directories | standalone | 0:02:46.199642 | 0.26s 2025-11-26 16:15:55.822437 | fa163eb2-7b8b-aa10-b746-000000000b9f | TIMING | create persistent directories | standalone | 0:02:46.209690 | 0.27s 2025-11-26 16:15:55.847178 | fa163eb2-7b8b-aa10-b746-000000000ba1 | TASK | Ensure packages required for configuring octavia are present 2025-11-26 16:15:58.695366 | fa163eb2-7b8b-aa10-b746-000000000ba1 | OK | Ensure packages required for configuring octavia are present | standalone 2025-11-26 16:15:58.696861 | fa163eb2-7b8b-aa10-b746-000000000ba1 | TIMING | Ensure packages required for configuring octavia are present | standalone | 0:02:49.084116 | 2.85s 2025-11-26 16:15:58.751435 | fa163eb2-7b8b-aa10-b746-000000000ba3 | TIMING | include_role : tripleo_clients_install | standalone | 0:02:49.138682 | 0.03s 2025-11-26 16:15:58.815397 | fa163eb2-7b8b-aa10-b746-00000000129e | TASK | Gather variables for each operating system 2025-11-26 16:15:58.926510 | fa163eb2-7b8b-aa10-b746-00000000129e | TIMING | tripleo_clients_install : Gather variables for each operating system | standalone | 0:02:49.313757 | 0.11s 2025-11-26 16:15:58.952248 | fa163eb2-7b8b-aa10-b746-00000000129f | TASK | Set packages facts 2025-11-26 16:15:59.002397 | fa163eb2-7b8b-aa10-b746-00000000129f | OK | Set packages facts | standalone 2025-11-26 16:15:59.003577 | fa163eb2-7b8b-aa10-b746-00000000129f | TIMING | tripleo_clients_install : Set packages facts | standalone | 0:02:49.390834 | 0.05s 2025-11-26 16:15:59.028362 | fa163eb2-7b8b-aa10-b746-0000000012a0 | TASK | Manage package 2025-11-26 16:15:59.090353 | fa163eb2-7b8b-aa10-b746-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: absent 2025-11-26 16:15:59.106985 | fa163eb2-7b8b-aa10-b746-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: installed 2025-11-26 16:15:59.122611 | fa163eb2-7b8b-aa10-b746-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: latest 2025-11-26 16:16:03.745230 | fa163eb2-7b8b-aa10-b746-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.132481 | 4.72s 2025-11-26 16:16:03.770155 | fa163eb2-7b8b-aa10-b746-0000000012a0 | SKIPPED | Manage package | standalone | item=[]: removed 2025-11-26 16:16:03.779721 | fa163eb2-7b8b-aa10-b746-0000000012a0 | TIMING | tripleo_clients_install : Manage package | standalone | 0:02:54.166950 | 4.75s 2025-11-26 16:16:03.827938 | fa163eb2-7b8b-aa10-b746-000000000ba4 | TASK | create fcontext for rabbitmq data 2025-11-26 16:16:05.189261 | fa163eb2-7b8b-aa10-b746-000000000ba4 | CHANGED | create fcontext for rabbitmq data | standalone 2025-11-26 16:16:05.190975 | fa163eb2-7b8b-aa10-b746-000000000ba4 | TIMING | create fcontext for rabbitmq data | standalone | 0:02:55.578230 | 1.36s 2025-11-26 16:16:05.215653 | fa163eb2-7b8b-aa10-b746-000000000ba5 | TASK | create persistent directories 2025-11-26 16:16:05.469095 | fa163eb2-7b8b-aa10-b746-000000000ba5 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/rabbitmq', 'setype': 'container_file_t'} 2025-11-26 16:16:05.471369 | fa163eb2-7b8b-aa10-b746-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:55.858618 | 0.25s 2025-11-26 16:16:05.687970 | fa163eb2-7b8b-aa10-b746-000000000ba5 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/rabbitmq', 'setype': 'container_file_t'} 2025-11-26 16:16:05.688860 | fa163eb2-7b8b-aa10-b746-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:56.076118 | 0.47s 2025-11-26 16:16:05.695424 | fa163eb2-7b8b-aa10-b746-000000000ba5 | TIMING | create persistent directories | standalone | 0:02:56.082671 | 0.48s 2025-11-26 16:16:05.721558 | fa163eb2-7b8b-aa10-b746-000000000ba6 | TASK | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container 2025-11-26 16:16:06.005813 | fa163eb2-7b8b-aa10-b746-000000000ba6 | CHANGED | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone 2025-11-26 16:16:06.007293 | fa163eb2-7b8b-aa10-b746-000000000ba6 | TIMING | stop the Erlang port mapper on the host and make sure it cannot bind to the port used by container | standalone | 0:02:56.394545 | 0.28s 2025-11-26 16:16:06.031776 | fa163eb2-7b8b-aa10-b746-000000000ba7 | TASK | Make sure python3-novaclient is installed when IHA is enabled 2025-11-26 16:16:06.060604 | fa163eb2-7b8b-aa10-b746-000000000ba7 | SKIPPED | Make sure python3-novaclient is installed when IHA is enabled | standalone 2025-11-26 16:16:06.061920 | fa163eb2-7b8b-aa10-b746-000000000ba7 | TIMING | Make sure python3-novaclient is installed when IHA is enabled | standalone | 0:02:56.449174 | 0.03s 2025-11-26 16:16:06.086370 | fa163eb2-7b8b-aa10-b746-000000000ba8 | TASK | Remove existing entries from logind conf 2025-11-26 16:16:06.328691 | fa163eb2-7b8b-aa10-b746-000000000ba8 | CHANGED | Remove existing entries from logind conf | standalone 2025-11-26 16:16:06.330315 | fa163eb2-7b8b-aa10-b746-000000000ba8 | TIMING | Remove existing entries from logind conf | standalone | 0:02:56.717566 | 0.24s 2025-11-26 16:16:06.354826 | fa163eb2-7b8b-aa10-b746-000000000ba9 | TASK | Make sure systemd-logind ignores power off 2025-11-26 16:16:07.497108 | fa163eb2-7b8b-aa10-b746-000000000ba9 | CHANGED | Make sure systemd-logind ignores power off | standalone 2025-11-26 16:16:07.498620 | fa163eb2-7b8b-aa10-b746-000000000ba9 | TIMING | Make sure systemd-logind ignores power off | standalone | 0:02:57.885874 | 1.14s 2025-11-26 16:16:07.525278 | fa163eb2-7b8b-aa10-b746-000000000baa | TASK | Restart systemd-logind 2025-11-26 16:16:08.044151 | fa163eb2-7b8b-aa10-b746-000000000baa | CHANGED | Restart systemd-logind | standalone 2025-11-26 16:16:08.046146 | fa163eb2-7b8b-aa10-b746-000000000baa | TIMING | Restart systemd-logind | standalone | 0:02:58.433398 | 0.52s 2025-11-26 16:16:08.072597 | fa163eb2-7b8b-aa10-b746-000000000bab | TASK | Gather service_facts on pacemaker_bootstrap_node [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-26 16:16:08.142792 | fa163eb2-7b8b-aa10-b746-000000000bab | SKIPPED | Gather service_facts on pacemaker_bootstrap_node | standalone 2025-11-26 16:16:08.143800 | fa163eb2-7b8b-aa10-b746-000000000bab | TIMING | Gather service_facts on pacemaker_bootstrap_node | standalone | 0:02:58.531055 | 0.07s 2025-11-26 16:16:08.168202 | fa163eb2-7b8b-aa10-b746-000000000bac | TASK | Check and eventually delete duplicate constraints (bootstrap node) [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{(pacemaker_short_bootstrap_node_name|lower == ansible_facts['hostname']|lower)|bool}} 2025-11-26 16:16:08.240906 | fa163eb2-7b8b-aa10-b746-000000000bac | SKIPPED | Check and eventually delete duplicate constraints (bootstrap node) | standalone 2025-11-26 16:16:08.241822 | fa163eb2-7b8b-aa10-b746-000000000bac | TIMING | Check and eventually delete duplicate constraints (bootstrap node) | standalone | 0:02:58.629077 | 0.07s 2025-11-26 16:16:08.266212 | fa163eb2-7b8b-aa10-b746-000000000bad | TASK | create persistent logs directory 2025-11-26 16:16:08.518992 | fa163eb2-7b8b-aa10-b746-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/placement', 'setype': 'container_file_t'} 2025-11-26 16:16:08.521266 | fa163eb2-7b8b-aa10-b746-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:58.908515 | 0.25s 2025-11-26 16:16:08.732742 | fa163eb2-7b8b-aa10-b746-000000000bad | CHANGED | create persistent logs directory | standalone | item={'mode': '0750', 'path': '/var/log/containers/httpd/placement', 'setype': 'container_file_t'} 2025-11-26 16:16:08.734311 | fa163eb2-7b8b-aa10-b746-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.121570 | 0.47s 2025-11-26 16:16:08.745159 | fa163eb2-7b8b-aa10-b746-000000000bad | TIMING | create persistent logs directory | standalone | 0:02:59.132410 | 0.48s 2025-11-26 16:16:08.770289 | fa163eb2-7b8b-aa10-b746-000000000baf | TASK | Set login facts 2025-11-26 16:16:08.801351 | fa163eb2-7b8b-aa10-b746-000000000baf | OK | Set login facts | standalone 2025-11-26 16:16:08.802767 | fa163eb2-7b8b-aa10-b746-000000000baf | TIMING | Set login facts | standalone | 0:02:59.190020 | 0.03s 2025-11-26 16:16:08.827307 | fa163eb2-7b8b-aa10-b746-000000000bb0 | TASK | Convert logins json to dict 2025-11-26 16:16:08.867618 | fa163eb2-7b8b-aa10-b746-000000000bb0 | SKIPPED | Convert logins json to dict | standalone 2025-11-26 16:16:08.868906 | fa163eb2-7b8b-aa10-b746-000000000bb0 | TIMING | Convert logins json to dict | standalone | 0:02:59.256160 | 0.04s 2025-11-26 16:16:08.893375 | fa163eb2-7b8b-aa10-b746-000000000bb1 | TASK | Set registry logins 2025-11-26 16:16:08.938448 | fa163eb2-7b8b-aa10-b746-000000000bb1 | SKIPPED | Set registry logins | standalone 2025-11-26 16:16:08.939851 | fa163eb2-7b8b-aa10-b746-000000000bb1 | TIMING | Set registry logins | standalone | 0:02:59.327102 | 0.05s 2025-11-26 16:16:08.964625 | fa163eb2-7b8b-aa10-b746-000000000bb2 | TASK | Run podman install 2025-11-26 16:16:08.993211 | fa163eb2-7b8b-aa10-b746-000000000bb2 | TIMING | Run podman install | standalone | 0:02:59.380460 | 0.03s 2025-11-26 16:16:09.070529 | fa163eb2-7b8b-aa10-b746-000000001330 | TASK | Gather variables for each operating system 2025-11-26 16:16:09.210685 | fa163eb2-7b8b-aa10-b746-000000001330 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_podman/vars/redhat-9.yml 2025-11-26 16:16:09.212659 | fa163eb2-7b8b-aa10-b746-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.599908 | 0.14s 2025-11-26 16:16:09.223145 | fa163eb2-7b8b-aa10-b746-000000001330 | TIMING | tripleo_podman : Gather variables for each operating system | standalone | 0:02:59.610393 | 0.15s 2025-11-26 16:16:09.248441 | fa163eb2-7b8b-aa10-b746-000000001332 | TASK | ensure podman and deps are installed 2025-11-26 16:16:12.244350 | fa163eb2-7b8b-aa10-b746-000000001332 | OK | ensure podman and deps are installed | standalone 2025-11-26 16:16:12.245850 | fa163eb2-7b8b-aa10-b746-000000001332 | TIMING | tripleo_podman : ensure podman and deps are installed | standalone | 0:03:02.633104 | 3.00s 2025-11-26 16:16:12.271327 | fa163eb2-7b8b-aa10-b746-000000001333 | TASK | Ensure we get the ansible interfaces facts 2025-11-26 16:16:12.837854 | fa163eb2-7b8b-aa10-b746-000000001333 | OK | Ensure we get the ansible interfaces facts | standalone 2025-11-26 16:16:12.839063 | fa163eb2-7b8b-aa10-b746-000000001333 | TIMING | tripleo_podman : Ensure we get the ansible interfaces facts | standalone | 0:03:03.226319 | 0.57s 2025-11-26 16:16:12.865089 | fa163eb2-7b8b-aa10-b746-000000001334 | TASK | Delete legacy cni0 interface (podman < 1.6) 2025-11-26 16:16:12.895059 | fa163eb2-7b8b-aa10-b746-000000001334 | SKIPPED | Delete legacy cni0 interface (podman < 1.6) | standalone 2025-11-26 16:16:12.896300 | fa163eb2-7b8b-aa10-b746-000000001334 | TIMING | tripleo_podman : Delete legacy cni0 interface (podman < 1.6) | standalone | 0:03:03.283554 | 0.03s 2025-11-26 16:16:12.922099 | fa163eb2-7b8b-aa10-b746-000000001336 | TASK | Make sure /etc/cni/net.d folder exists 2025-11-26 16:16:12.961582 | fa163eb2-7b8b-aa10-b746-000000001336 | SKIPPED | Make sure /etc/cni/net.d folder exists | standalone 2025-11-26 16:16:12.962980 | fa163eb2-7b8b-aa10-b746-000000001336 | TIMING | tripleo_podman : Make sure /etc/cni/net.d folder exists | standalone | 0:03:03.350230 | 0.04s 2025-11-26 16:16:12.989494 | fa163eb2-7b8b-aa10-b746-000000001337 | TASK | Update default network configuration if possible 2025-11-26 16:16:13.020948 | fa163eb2-7b8b-aa10-b746-000000001337 | SKIPPED | Update default network configuration if possible | standalone 2025-11-26 16:16:13.022130 | fa163eb2-7b8b-aa10-b746-000000001337 | TIMING | tripleo_podman : Update default network configuration if possible | standalone | 0:03:03.409385 | 0.03s 2025-11-26 16:16:13.049129 | fa163eb2-7b8b-aa10-b746-000000001339 | TASK | Make sure /etc/containers/networks exists 2025-11-26 16:16:13.282733 | fa163eb2-7b8b-aa10-b746-000000001339 | OK | Make sure /etc/containers/networks exists | standalone 2025-11-26 16:16:13.284108 | fa163eb2-7b8b-aa10-b746-000000001339 | TIMING | tripleo_podman : Make sure /etc/containers/networks exists | standalone | 0:03:03.671361 | 0.23s 2025-11-26 16:16:13.308907 | fa163eb2-7b8b-aa10-b746-00000000133a | TASK | Get current podman network 2025-11-26 16:16:13.581800 | fa163eb2-7b8b-aa10-b746-00000000133a | CHANGED | Get current podman network | standalone 2025-11-26 16:16:13.583143 | fa163eb2-7b8b-aa10-b746-00000000133a | TIMING | tripleo_podman : Get current podman network | standalone | 0:03:03.970399 | 0.27s 2025-11-26 16:16:13.608393 | fa163eb2-7b8b-aa10-b746-00000000133b | TASK | Update the default network configuration 2025-11-26 16:16:14.211905 | fa163eb2-7b8b-aa10-b746-00000000133b | CHANGED | Update the default network configuration | standalone 2025-11-26 16:16:14.213273 | fa163eb2-7b8b-aa10-b746-00000000133b | TIMING | tripleo_podman : Update the default network configuration | standalone | 0:03:04.600527 | 0.60s 2025-11-26 16:16:14.238629 | fa163eb2-7b8b-aa10-b746-00000000133c | TASK | Write containers registries.conf 2025-11-26 16:16:14.818680 | fa163eb2-7b8b-aa10-b746-00000000133c | CHANGED | Write containers registries.conf | standalone 2025-11-26 16:16:14.820111 | fa163eb2-7b8b-aa10-b746-00000000133c | TIMING | tripleo_podman : Write containers registries.conf | standalone | 0:03:05.207366 | 0.58s 2025-11-26 16:16:14.845164 | fa163eb2-7b8b-aa10-b746-00000000133d | TASK | Write containers.conf 2025-11-26 16:16:15.099131 | fa163eb2-7b8b-aa10-b746-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'containers', 'option': 'pids_limit', 'value': '4096'} 2025-11-26 16:16:15.101400 | fa163eb2-7b8b-aa10-b746-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.488647 | 0.25s 2025-11-26 16:16:15.308291 | fa163eb2-7b8b-aa10-b746-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'events_logger', 'value': '"journald"'} 2025-11-26 16:16:15.309423 | fa163eb2-7b8b-aa10-b746-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.696679 | 0.46s 2025-11-26 16:16:15.508457 | fa163eb2-7b8b-aa10-b746-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'engine', 'option': 'runtime', 'value': '"crun"'} 2025-11-26 16:16:15.510151 | fa163eb2-7b8b-aa10-b746-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:05.897408 | 0.66s 2025-11-26 16:16:15.726195 | fa163eb2-7b8b-aa10-b746-00000000133d | CHANGED | Write containers.conf | standalone | item={'section': 'network', 'option': 'network_backend', 'value': '"netavark"'} 2025-11-26 16:16:15.727292 | fa163eb2-7b8b-aa10-b746-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.114548 | 0.88s 2025-11-26 16:16:15.734408 | fa163eb2-7b8b-aa10-b746-00000000133d | TIMING | tripleo_podman : Write containers.conf | standalone | 0:03:06.121665 | 0.89s 2025-11-26 16:16:15.761105 | fa163eb2-7b8b-aa10-b746-00000000133e | TASK | Enable podman.socket service 2025-11-26 16:16:15.791340 | fa163eb2-7b8b-aa10-b746-00000000133e | SKIPPED | Enable podman.socket service | standalone 2025-11-26 16:16:15.792571 | fa163eb2-7b8b-aa10-b746-00000000133e | TIMING | tripleo_podman : Enable podman.socket service | standalone | 0:03:06.179826 | 0.03s 2025-11-26 16:16:15.840155 | fa163eb2-7b8b-aa10-b746-000000000bb3 | TASK | Run podman login 2025-11-26 16:16:15.867625 | fa163eb2-7b8b-aa10-b746-000000000bb3 | TIMING | Run podman login | standalone | 0:03:06.254875 | 0.03s 2025-11-26 16:16:15.944493 | fa163eb2-7b8b-aa10-b746-00000000143e | TASK | Perform container registry login(s) with podman 2025-11-26 16:16:15.971171 | fa163eb2-7b8b-aa10-b746-00000000143e | TIMING | tripleo_podman : Perform container registry login(s) with podman | standalone | 0:03:06.358429 | 0.03s 2025-11-26 16:16:16.018849 | fa163eb2-7b8b-aa10-b746-000000000bb5 | TASK | Configure tripleo_container_manage to generate systemd drop-in dependencies 2025-11-26 16:16:16.473041 | fa163eb2-7b8b-aa10-b746-000000000bb5 | CHANGED | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone 2025-11-26 16:16:16.474403 | fa163eb2-7b8b-aa10-b746-000000000bb5 | TIMING | Configure tripleo_container_manage to generate systemd drop-in dependencies | standalone | 0:03:06.861659 | 0.45s 2025-11-26 16:16:16.498450 | fa163eb2-7b8b-aa10-b746-000000000bb6 | TASK | create persistent directories 2025-11-26 16:16:16.772817 | fa163eb2-7b8b-aa10-b746-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/var/lib/redis', 'setype': 'container_file_t'} 2025-11-26 16:16:16.774890 | fa163eb2-7b8b-aa10-b746-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.162141 | 0.28s 2025-11-26 16:16:17.004110 | fa163eb2-7b8b-aa10-b746-000000000bb6 | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/redis', 'setype': 'container_file_t'} 2025-11-26 16:16:17.004903 | fa163eb2-7b8b-aa10-b746-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.392166 | 0.51s 2025-11-26 16:16:17.240099 | fa163eb2-7b8b-aa10-b746-000000000bb6 | CHANGED | create persistent directories | standalone | item={'path': '/run/redis', 'setype': 'container_file_t'} 2025-11-26 16:16:17.241101 | fa163eb2-7b8b-aa10-b746-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.628359 | 0.74s 2025-11-26 16:16:17.248013 | fa163eb2-7b8b-aa10-b746-000000000bb6 | TIMING | create persistent directories | standalone | 0:03:07.635271 | 0.75s 2025-11-26 16:16:17.273401 | fa163eb2-7b8b-aa10-b746-000000000bb7 | TASK | ensure /run/redis is present upon reboot 2025-11-26 16:16:17.747390 | fa163eb2-7b8b-aa10-b746-000000000bb7 | CHANGED | ensure /run/redis is present upon reboot | standalone 2025-11-26 16:16:17.748948 | fa163eb2-7b8b-aa10-b746-000000000bb7 | TIMING | ensure /run/redis is present upon reboot | standalone | 0:03:08.136196 | 0.47s 2025-11-26 16:16:17.774586 | fa163eb2-7b8b-aa10-b746-000000000bb8 | TASK | Ensure rsyslog is installed 2025-11-26 16:16:20.693091 | fa163eb2-7b8b-aa10-b746-000000000bb8 | OK | Ensure rsyslog is installed | standalone 2025-11-26 16:16:20.694741 | fa163eb2-7b8b-aa10-b746-000000000bb8 | TIMING | Ensure rsyslog is installed | standalone | 0:03:11.081995 | 2.92s 2025-11-26 16:16:20.719394 | fa163eb2-7b8b-aa10-b746-000000000bb9 | TASK | Ensure rsyslog is enabled and started 2025-11-26 16:16:21.106837 | fa163eb2-7b8b-aa10-b746-000000000bb9 | OK | Ensure rsyslog is enabled and started | standalone 2025-11-26 16:16:21.108843 | fa163eb2-7b8b-aa10-b746-000000000bb9 | TIMING | Ensure rsyslog is enabled and started | standalone | 0:03:11.496096 | 0.39s 2025-11-26 16:16:21.164866 | fa163eb2-7b8b-aa10-b746-000000000bba | TIMING | include_role : tripleo_sshd | standalone | 0:03:11.552113 | 0.03s 2025-11-26 16:16:21.250683 | fa163eb2-7b8b-aa10-b746-000000001559 | TASK | Gather variables for each operating system 2025-11-26 16:16:21.404513 | fa163eb2-7b8b-aa10-b746-000000001559 | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tripleo_sshd/vars/redhat.yml 2025-11-26 16:16:21.406453 | fa163eb2-7b8b-aa10-b746-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.793702 | 0.15s 2025-11-26 16:16:21.416039 | fa163eb2-7b8b-aa10-b746-000000001559 | TIMING | tripleo_sshd : Gather variables for each operating system | standalone | 0:03:11.803301 | 0.16s 2025-11-26 16:16:21.433227 | fa163eb2-7b8b-aa10-b746-00000000155b | TASK | Install the OpenSSH server 2025-11-26 16:16:24.348323 | fa163eb2-7b8b-aa10-b746-00000000155b | OK | Install the OpenSSH server | standalone 2025-11-26 16:16:24.349199 | fa163eb2-7b8b-aa10-b746-00000000155b | TIMING | tripleo_sshd : Install the OpenSSH server | standalone | 0:03:14.736463 | 2.92s 2025-11-26 16:16:24.368658 | fa163eb2-7b8b-aa10-b746-00000000155c | TASK | Start sshd 2025-11-26 16:16:24.395294 | fa163eb2-7b8b-aa10-b746-00000000155c | SKIPPED | Start sshd | standalone 2025-11-26 16:16:24.396098 | fa163eb2-7b8b-aa10-b746-00000000155c | TIMING | tripleo_sshd : Start sshd | standalone | 0:03:14.783360 | 0.03s 2025-11-26 16:16:24.421487 | fa163eb2-7b8b-aa10-b746-00000000155d | TASK | PasswordAuthentication notice 2025-11-26 16:16:24.463810 | fa163eb2-7b8b-aa10-b746-00000000155d | OK | PasswordAuthentication notice | standalone | result={ "changed": false, "msg": "Notice - The option `tripleo_sshd_password_authentication` is set to \"yes\" but `PermitRootLogin` is undefined. While this may be perfectly valid, the sshd_config options should be reviewed to ensure general user access is functional and meeting expectations." } 2025-11-26 16:16:24.465112 | fa163eb2-7b8b-aa10-b746-00000000155d | TIMING | tripleo_sshd : PasswordAuthentication notice | standalone | 0:03:14.852367 | 0.04s 2025-11-26 16:16:24.490651 | fa163eb2-7b8b-aa10-b746-00000000155e | TASK | PasswordAuthentication duplication notice 2025-11-26 16:16:24.531773 | fa163eb2-7b8b-aa10-b746-00000000155e | SKIPPED | PasswordAuthentication duplication notice | standalone 2025-11-26 16:16:24.533090 | fa163eb2-7b8b-aa10-b746-00000000155e | TIMING | tripleo_sshd : PasswordAuthentication duplication notice | standalone | 0:03:14.920346 | 0.04s 2025-11-26 16:16:24.558783 | fa163eb2-7b8b-aa10-b746-00000000155f | TASK | Motd duplication notice 2025-11-26 16:16:24.604370 | fa163eb2-7b8b-aa10-b746-00000000155f | OK | Motd duplication notice | standalone | result={ "changed": false, "msg": "WARNING - The Banner or PrintMotd has been configured in `tripleo_sshd_server_options`. These options may be ignored and configured using values from `tripleo_sshd_banner_enabled` and `tripleo_sshd_motd_enabled`" } 2025-11-26 16:16:24.605593 | fa163eb2-7b8b-aa10-b746-00000000155f | TIMING | tripleo_sshd : Motd duplication notice | standalone | 0:03:14.992848 | 0.05s 2025-11-26 16:16:24.630283 | fa163eb2-7b8b-aa10-b746-000000001560 | TASK | Configure the banner text 2025-11-26 16:16:24.664902 | fa163eb2-7b8b-aa10-b746-000000001560 | SKIPPED | Configure the banner text | standalone 2025-11-26 16:16:24.666135 | fa163eb2-7b8b-aa10-b746-000000001560 | TIMING | tripleo_sshd : Configure the banner text | standalone | 0:03:15.053390 | 0.03s 2025-11-26 16:16:24.691494 | fa163eb2-7b8b-aa10-b746-000000001561 | TASK | Configure the motd banner 2025-11-26 16:16:24.725274 | fa163eb2-7b8b-aa10-b746-000000001561 | SKIPPED | Configure the motd banner | standalone 2025-11-26 16:16:24.726480 | fa163eb2-7b8b-aa10-b746-000000001561 | TIMING | tripleo_sshd : Configure the motd banner | standalone | 0:03:15.113734 | 0.03s 2025-11-26 16:16:24.751574 | fa163eb2-7b8b-aa10-b746-000000001562 | TASK | Update sshd configuration options from vars 2025-11-26 16:16:24.792928 | fa163eb2-7b8b-aa10-b746-000000001562 | OK | Update sshd configuration options from vars | standalone 2025-11-26 16:16:24.794109 | fa163eb2-7b8b-aa10-b746-000000001562 | TIMING | tripleo_sshd : Update sshd configuration options from vars | standalone | 0:03:15.181363 | 0.04s 2025-11-26 16:16:24.820616 | fa163eb2-7b8b-aa10-b746-000000001563 | TASK | Adjust ssh server configuration 2025-11-26 16:16:25.378741 | fa163eb2-7b8b-aa10-b746-000000001563 | CHANGED | Adjust ssh server configuration | standalone 2025-11-26 16:16:25.380355 | fa163eb2-7b8b-aa10-b746-000000001563 | TIMING | tripleo_sshd : Adjust ssh server configuration | standalone | 0:03:15.767608 | 0.56s 2025-11-26 16:16:25.401212 | fa163eb2-7b8b-aa10-b746-000000001564 | TASK | Restart sshd 2025-11-26 16:16:25.857133 | fa163eb2-7b8b-aa10-b746-000000001564 | CHANGED | Restart sshd | standalone 2025-11-26 16:16:25.859365 | fa163eb2-7b8b-aa10-b746-000000001564 | TIMING | tripleo_sshd : Restart sshd | standalone | 0:03:16.246619 | 0.46s 2025-11-26 16:16:25.909734 | fa163eb2-7b8b-aa10-b746-000000000bbb | TASK | create persistent directories 2025-11-26 16:16:26.176213 | fa163eb2-7b8b-aa10-b746-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-26 16:16:26.178507 | fa163eb2-7b8b-aa10-b746-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.565756 | 0.27s 2025-11-26 16:16:26.384526 | fa163eb2-7b8b-aa10-b746-000000000bbb | CHANGED | create persistent directories | standalone | item={'path': '/var/log/swift', 'setype': 'container_file_t'} 2025-11-26 16:16:26.385616 | fa163eb2-7b8b-aa10-b746-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.772871 | 0.47s 2025-11-26 16:16:26.571399 | fa163eb2-7b8b-aa10-b746-000000000bbb | CHANGED | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-26 16:16:26.573053 | fa163eb2-7b8b-aa10-b746-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.960307 | 0.66s 2025-11-26 16:16:26.583014 | fa163eb2-7b8b-aa10-b746-000000000bbb | TIMING | create persistent directories | standalone | 0:03:16.970270 | 0.67s 2025-11-26 16:16:26.603033 | fa163eb2-7b8b-aa10-b746-000000000bbc | TASK | create persistent directories 2025-11-26 16:16:26.861122 | fa163eb2-7b8b-aa10-b746-000000000bbc | OK | create persistent directories | standalone | item={'path': '/srv/node', 'setype': 'container_file_t'} 2025-11-26 16:16:26.863252 | fa163eb2-7b8b-aa10-b746-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.250504 | 0.26s 2025-11-26 16:16:27.093305 | fa163eb2-7b8b-aa10-b746-000000000bbc | CHANGED | create persistent directories | standalone | item={'path': '/var/cache/swift', 'setype': 'container_file_t'} 2025-11-26 16:16:27.094210 | fa163eb2-7b8b-aa10-b746-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.481469 | 0.49s 2025-11-26 16:16:27.296270 | fa163eb2-7b8b-aa10-b746-000000000bbc | OK | create persistent directories | standalone | item={'mode': '0750', 'path': '/var/log/containers/swift', 'setype': 'container_file_t'} 2025-11-26 16:16:27.297804 | fa163eb2-7b8b-aa10-b746-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.685062 | 0.69s 2025-11-26 16:16:27.309111 | fa163eb2-7b8b-aa10-b746-000000000bbc | TIMING | create persistent directories | standalone | 0:03:17.696301 | 0.70s 2025-11-26 16:16:27.335494 | fa163eb2-7b8b-aa10-b746-000000000bbd | TASK | Set swift_use_local_disks fact 2025-11-26 16:16:27.366492 | fa163eb2-7b8b-aa10-b746-000000000bbd | OK | Set swift_use_local_disks fact | standalone 2025-11-26 16:16:27.367675 | fa163eb2-7b8b-aa10-b746-000000000bbd | TIMING | Set swift_use_local_disks fact | standalone | 0:03:17.754926 | 0.03s 2025-11-26 16:16:27.392269 | fa163eb2-7b8b-aa10-b746-000000000bbe | TASK | Set use_node_data_lookup fact 2025-11-26 16:16:27.423415 | fa163eb2-7b8b-aa10-b746-000000000bbe | OK | Set use_node_data_lookup fact | standalone 2025-11-26 16:16:27.424808 | fa163eb2-7b8b-aa10-b746-000000000bbe | TIMING | Set use_node_data_lookup fact | standalone | 0:03:17.812057 | 0.03s 2025-11-26 16:16:27.449631 | fa163eb2-7b8b-aa10-b746-000000000bbf | TASK | Create Swift d1 directory if needed 2025-11-26 16:16:27.706354 | fa163eb2-7b8b-aa10-b746-000000000bbf | CHANGED | Create Swift d1 directory if needed | standalone 2025-11-26 16:16:27.707928 | fa163eb2-7b8b-aa10-b746-000000000bbf | TIMING | Create Swift d1 directory if needed | standalone | 0:03:18.095176 | 0.26s 2025-11-26 16:16:27.732160 | fa163eb2-7b8b-aa10-b746-000000000bc0 | TASK | Set fact for SwiftRawDisks 2025-11-26 16:16:27.771347 | fa163eb2-7b8b-aa10-b746-000000000bc0 | OK | Set fact for SwiftRawDisks | standalone 2025-11-26 16:16:27.772481 | fa163eb2-7b8b-aa10-b746-000000000bc0 | TIMING | Set fact for SwiftRawDisks | standalone | 0:03:18.159736 | 0.04s 2025-11-26 16:16:27.796675 | fa163eb2-7b8b-aa10-b746-000000000bc1 | TASK | Get hiera swift::storage::disks::args 2025-11-26 16:16:27.825678 | fa163eb2-7b8b-aa10-b746-000000000bc1 | SKIPPED | Get hiera swift::storage::disks::args | standalone 2025-11-26 16:16:27.826770 | fa163eb2-7b8b-aa10-b746-000000000bc1 | TIMING | Get hiera swift::storage::disks::args | standalone | 0:03:18.214027 | 0.03s 2025-11-26 16:16:27.850735 | fa163eb2-7b8b-aa10-b746-000000000bc2 | TASK | Set fact for swift_raw_disks 2025-11-26 16:16:27.880378 | fa163eb2-7b8b-aa10-b746-000000000bc2 | SKIPPED | Set fact for swift_raw_disks | standalone 2025-11-26 16:16:27.881428 | fa163eb2-7b8b-aa10-b746-000000000bc2 | TIMING | Set fact for swift_raw_disks | standalone | 0:03:18.268683 | 0.03s 2025-11-26 16:16:27.906064 | fa163eb2-7b8b-aa10-b746-000000000bc3 | TASK | Format SwiftRawDisks 2025-11-26 16:16:27.934877 | fa163eb2-7b8b-aa10-b746-000000000bc3 | TIMING | Format SwiftRawDisks | standalone | 0:03:18.322126 | 0.03s 2025-11-26 16:16:27.962412 | fa163eb2-7b8b-aa10-b746-000000000bc4 | TASK | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions 2025-11-26 16:16:28.012352 | fa163eb2-7b8b-aa10-b746-000000000bc4 | SKIPPED | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone 2025-11-26 16:16:28.013425 | fa163eb2-7b8b-aa10-b746-000000000bc4 | TIMING | Refresh facts if SwiftRawDisks is set to get uuids if newly created partitions | standalone | 0:03:18.400680 | 0.05s 2025-11-26 16:16:28.038092 | fa163eb2-7b8b-aa10-b746-000000000bc5 | TASK | Mount devices defined in SwiftRawDisks 2025-11-26 16:16:28.066685 | fa163eb2-7b8b-aa10-b746-000000000bc5 | TIMING | Mount devices defined in SwiftRawDisks | standalone | 0:03:18.453933 | 0.03s 2025-11-26 16:16:28.091651 | fa163eb2-7b8b-aa10-b746-000000000bc6 | TASK | Check for NTP service 2025-11-26 16:16:28.343805 | fa163eb2-7b8b-aa10-b746-000000000bc6 | CHANGED | Check for NTP service | standalone 2025-11-26 16:16:28.345566 | fa163eb2-7b8b-aa10-b746-000000000bc6 | TIMING | Check for NTP service | standalone | 0:03:18.732814 | 0.25s 2025-11-26 16:16:28.370766 | fa163eb2-7b8b-aa10-b746-000000000bc7 | TASK | Disable NTP before configuring Chrony 2025-11-26 16:16:28.413411 | fa163eb2-7b8b-aa10-b746-000000000bc7 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-26 16:16:28.414532 | fa163eb2-7b8b-aa10-b746-000000000bc7 | TIMING | Disable NTP before configuring Chrony | standalone | 0:03:18.801787 | 0.04s 2025-11-26 16:16:28.440043 | fa163eb2-7b8b-aa10-b746-000000000bc8 | TASK | Install, Configure and Run Chrony 2025-11-26 16:16:28.468334 | fa163eb2-7b8b-aa10-b746-000000000bc8 | TIMING | Install, Configure and Run Chrony | standalone | 0:03:18.855583 | 0.03s 2025-11-26 16:16:28.566069 | fa163eb2-7b8b-aa10-b746-0000000016f5 | TASK | Load distro-specific variables 2025-11-26 16:16:28.592206 | fa163eb2-7b8b-aa10-b746-0000000016f5 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:18.979453 | 0.03s 2025-11-26 16:16:28.601399 | a4dfc28e-1299-43cd-9e73-9cc73e7196b4 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 16:16:28.622453 | fa163eb2-7b8b-aa10-b746-0000000017da | TASK | Load distro-specific variables 2025-11-26 16:16:28.673554 | fa163eb2-7b8b-aa10-b746-0000000017da | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 16:16:28.676121 | fa163eb2-7b8b-aa10-b746-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.063362 | 0.05s 2025-11-26 16:16:28.682512 | fa163eb2-7b8b-aa10-b746-0000000017da | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.069757 | 0.06s 2025-11-26 16:16:28.709600 | fa163eb2-7b8b-aa10-b746-0000000016f6 | TASK | Install chronyd 2025-11-26 16:16:28.739399 | fa163eb2-7b8b-aa10-b746-0000000016f6 | TIMING | chrony : Install chronyd | standalone | 0:03:19.126644 | 0.03s 2025-11-26 16:16:28.763265 | 95292521-b87a-4819-aa6b-cb03f5bd9591 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/install.yml | standalone 2025-11-26 16:16:28.795012 | fa163eb2-7b8b-aa10-b746-000000001813 | TASK | Load distro-specific variables 2025-11-26 16:16:28.821266 | fa163eb2-7b8b-aa10-b746-000000001813 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.208521 | 0.03s 2025-11-26 16:16:28.832720 | fa43585f-f9e5-46a3-a220-5b791104c426 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 16:16:28.857767 | fa163eb2-7b8b-aa10-b746-00000000185a | TASK | Load distro-specific variables 2025-11-26 16:16:28.913840 | fa163eb2-7b8b-aa10-b746-00000000185a | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 16:16:28.915293 | fa163eb2-7b8b-aa10-b746-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.302541 | 0.06s 2025-11-26 16:16:28.927366 | fa163eb2-7b8b-aa10-b746-00000000185a | TIMING | chrony : Load distro-specific variables | standalone | 0:03:19.314620 | 0.07s 2025-11-26 16:16:28.953148 | fa163eb2-7b8b-aa10-b746-000000001814 | TASK | Check for NTP service 2025-11-26 16:16:29.207111 | fa163eb2-7b8b-aa10-b746-000000001814 | CHANGED | Check for NTP service | standalone 2025-11-26 16:16:29.208521 | fa163eb2-7b8b-aa10-b746-000000001814 | TIMING | chrony : Check for NTP service | standalone | 0:03:19.595776 | 0.25s 2025-11-26 16:16:29.233975 | fa163eb2-7b8b-aa10-b746-000000001815 | TASK | Disable NTP before configuring Chrony 2025-11-26 16:16:29.274391 | fa163eb2-7b8b-aa10-b746-000000001815 | SKIPPED | Disable NTP before configuring Chrony | standalone 2025-11-26 16:16:29.275486 | fa163eb2-7b8b-aa10-b746-000000001815 | TIMING | chrony : Disable NTP before configuring Chrony | standalone | 0:03:19.662740 | 0.04s 2025-11-26 16:16:29.300588 | fa163eb2-7b8b-aa10-b746-000000001816 | TASK | Install chronyd package 2025-11-26 16:16:32.220595 | fa163eb2-7b8b-aa10-b746-000000001816 | OK | Install chronyd package | standalone 2025-11-26 16:16:32.222171 | fa163eb2-7b8b-aa10-b746-000000001816 | TIMING | chrony : Install chronyd package | standalone | 0:03:22.609427 | 2.92s 2025-11-26 16:16:32.248247 | fa163eb2-7b8b-aa10-b746-0000000016f7 | TASK | Upgrade chronyd 2025-11-26 16:16:32.280172 | fa163eb2-7b8b-aa10-b746-0000000016f7 | SKIPPED | Upgrade chronyd | standalone 2025-11-26 16:16:32.281266 | fa163eb2-7b8b-aa10-b746-0000000016f7 | TIMING | chrony : Upgrade chronyd | standalone | 0:03:22.668523 | 0.03s 2025-11-26 16:16:32.305988 | fa163eb2-7b8b-aa10-b746-0000000016f8 | TASK | Configure chronyd 2025-11-26 16:16:32.337064 | fa163eb2-7b8b-aa10-b746-0000000016f8 | TIMING | chrony : Configure chronyd | standalone | 0:03:22.724314 | 0.03s 2025-11-26 16:16:32.356353 | e2b8bedb-d17f-4f40-8799-d8b6f237c0f6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/config.yml | standalone 2025-11-26 16:16:32.398229 | fa163eb2-7b8b-aa10-b746-000000001893 | TASK | Load distro-specific variables 2025-11-26 16:16:32.427125 | fa163eb2-7b8b-aa10-b746-000000001893 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.814375 | 0.03s 2025-11-26 16:16:32.443382 | ad51442b-e9fd-483f-a10b-bd5fe9dca065 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 16:16:32.473832 | fa163eb2-7b8b-aa10-b746-0000000018ff | TASK | Load distro-specific variables 2025-11-26 16:16:32.541393 | fa163eb2-7b8b-aa10-b746-0000000018ff | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 16:16:32.543146 | fa163eb2-7b8b-aa10-b746-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.930390 | 0.07s 2025-11-26 16:16:32.549778 | fa163eb2-7b8b-aa10-b746-0000000018ff | TIMING | chrony : Load distro-specific variables | standalone | 0:03:22.937027 | 0.07s 2025-11-26 16:16:32.576798 | fa163eb2-7b8b-aa10-b746-000000001894 | TASK | Install chrony configuration file 2025-11-26 16:16:33.195161 | fa163eb2-7b8b-aa10-b746-000000001894 | CHANGED | Install chrony configuration file | standalone 2025-11-26 16:16:33.196672 | fa163eb2-7b8b-aa10-b746-000000001894 | TIMING | chrony : Install chrony configuration file | standalone | 0:03:23.583926 | 0.62s 2025-11-26 16:16:33.221605 | fa163eb2-7b8b-aa10-b746-0000000016f9 | TASK | Run chronyd 2025-11-26 16:16:33.254241 | fa163eb2-7b8b-aa10-b746-0000000016f9 | TIMING | chrony : Run chronyd | standalone | 0:03:23.641489 | 0.03s 2025-11-26 16:16:33.275830 | e9a325bf-caa2-4c13-beb3-6721f5d9f4bb | INCLUDED | /usr/share/ansible/roles/chrony/tasks/run.yml | standalone 2025-11-26 16:16:33.322960 | fa163eb2-7b8b-aa10-b746-000000001922 | TASK | Load distro-specific variables 2025-11-26 16:16:33.353458 | fa163eb2-7b8b-aa10-b746-000000001922 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.740711 | 0.03s 2025-11-26 16:16:33.364422 | 92dddaaf-04ac-416a-9c7e-a22ea43ec7c6 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/vars.yml | standalone 2025-11-26 16:16:33.387717 | fa163eb2-7b8b-aa10-b746-0000000019a6 | TASK | Load distro-specific variables 2025-11-26 16:16:33.445186 | fa163eb2-7b8b-aa10-b746-0000000019a6 | OK | Load distro-specific variables | standalone | item=/usr/share/ansible/roles/chrony/vars/RedHat.yml 2025-11-26 16:16:33.447318 | fa163eb2-7b8b-aa10-b746-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.834567 | 0.06s 2025-11-26 16:16:33.457430 | fa163eb2-7b8b-aa10-b746-0000000019a6 | TIMING | chrony : Load distro-specific variables | standalone | 0:03:23.844683 | 0.07s 2025-11-26 16:16:33.488768 | fa163eb2-7b8b-aa10-b746-000000001923 | TASK | Ensure chronyd is running 2025-11-26 16:16:33.916221 | fa163eb2-7b8b-aa10-b746-000000001923 | OK | Ensure chronyd is running | standalone 2025-11-26 16:16:33.918193 | fa163eb2-7b8b-aa10-b746-000000001923 | TIMING | chrony : Ensure chronyd is running | standalone | 0:03:24.305446 | 0.43s 2025-11-26 16:16:33.944605 | fa163eb2-7b8b-aa10-b746-000000001924 | TASK | Force chronyd restart 2025-11-26 16:16:34.434913 | fa163eb2-7b8b-aa10-b746-000000001924 | CHANGED | Force chronyd restart | standalone 2025-11-26 16:16:34.436945 | fa163eb2-7b8b-aa10-b746-000000001924 | TIMING | chrony : Force chronyd restart | standalone | 0:03:24.824199 | 0.49s 2025-11-26 16:16:34.463840 | fa163eb2-7b8b-aa10-b746-0000000016fa | TASK | Enable online service 2025-11-26 16:16:34.497938 | fa163eb2-7b8b-aa10-b746-0000000016fa | TIMING | chrony : Enable online service | standalone | 0:03:24.885182 | 0.03s 2025-11-26 16:16:34.518322 | 57e056c5-4296-4057-a764-d988f734db58 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/online.yml | standalone 2025-11-26 16:16:34.564590 | fa163eb2-7b8b-aa10-b746-0000000019d3 | TASK | Create chrony-online.service unit file 2025-11-26 16:16:35.075019 | fa163eb2-7b8b-aa10-b746-0000000019d3 | CHANGED | Create chrony-online.service unit file | standalone 2025-11-26 16:16:35.076475 | fa163eb2-7b8b-aa10-b746-0000000019d3 | TIMING | chrony : Create chrony-online.service unit file | standalone | 0:03:25.463730 | 0.51s 2025-11-26 16:16:35.102193 | fa163eb2-7b8b-aa10-b746-0000000019d4 | TASK | Enable chrony-online.service 2025-11-26 16:16:36.114785 | fa163eb2-7b8b-aa10-b746-0000000019d4 | CHANGED | Enable chrony-online.service | standalone 2025-11-26 16:16:36.116931 | fa163eb2-7b8b-aa10-b746-0000000019d4 | TIMING | chrony : Enable chrony-online.service | standalone | 0:03:26.504185 | 1.01s 2025-11-26 16:16:36.145516 | fa163eb2-7b8b-aa10-b746-0000000016fb | TASK | Sync chronyc 2025-11-26 16:16:36.175950 | fa163eb2-7b8b-aa10-b746-0000000016fb | TIMING | chrony : Sync chronyc | standalone | 0:03:26.563201 | 0.03s 2025-11-26 16:16:36.194100 | 170f137b-e1d5-4975-b75c-32b39e5f7507 | INCLUDED | /usr/share/ansible/roles/chrony/tasks/sync.yml | standalone 2025-11-26 16:16:36.240439 | fa163eb2-7b8b-aa10-b746-000000001a79 | TASK | Force NTP sync 2025-11-26 16:16:36.472426 | fa163eb2-7b8b-aa10-b746-000000001a79 | CHANGED | Force NTP sync | standalone 2025-11-26 16:16:36.473809 | fa163eb2-7b8b-aa10-b746-000000001a79 | TIMING | chrony : Force NTP sync | standalone | 0:03:26.861061 | 0.23s 2025-11-26 16:16:36.498920 | fa163eb2-7b8b-aa10-b746-000000001a7a | TASK | Ensure system is NTP time synced 2025-11-26 16:16:46.746129 | fa163eb2-7b8b-aa10-b746-000000001a7a | CHANGED | Ensure system is NTP time synced | standalone 2025-11-26 16:16:46.747675 | fa163eb2-7b8b-aa10-b746-000000001a7a | TIMING | chrony : Ensure system is NTP time synced | standalone | 0:03:37.134929 | 10.25s 2025-11-26 16:16:46.796025 | fa163eb2-7b8b-aa10-b746-000000000bc9 | TASK | Force NTP sync 2025-11-26 16:16:47.038549 | fa163eb2-7b8b-aa10-b746-000000000bc9 | CHANGED | Force NTP sync | standalone 2025-11-26 16:16:47.039914 | fa163eb2-7b8b-aa10-b746-000000000bc9 | TIMING | Force NTP sync | standalone | 0:03:37.427167 | 0.24s 2025-11-26 16:16:47.064227 | fa163eb2-7b8b-aa10-b746-000000000bca | TASK | Ensure system is NTP time synced 2025-11-26 16:16:47.306237 | fa163eb2-7b8b-aa10-b746-000000000bca | CHANGED | Ensure system is NTP time synced | standalone 2025-11-26 16:16:47.307639 | fa163eb2-7b8b-aa10-b746-000000000bca | TIMING | Ensure system is NTP time synced | standalone | 0:03:37.694893 | 0.24s 2025-11-26 16:16:47.332639 | fa163eb2-7b8b-aa10-b746-000000000bcb | TASK | Run timezone role 2025-11-26 16:16:47.361489 | fa163eb2-7b8b-aa10-b746-000000000bcb | TIMING | Run timezone role | standalone | 0:03:37.748739 | 0.03s 2025-11-26 16:16:47.468037 | fa163eb2-7b8b-aa10-b746-000000001c3a | TASK | Set timezone 2025-11-26 16:16:48.094124 | fa163eb2-7b8b-aa10-b746-000000001c3a | OK | Set timezone | standalone 2025-11-26 16:16:48.095630 | fa163eb2-7b8b-aa10-b746-000000001c3a | TIMING | tripleo_timezone : Set timezone | standalone | 0:03:38.482882 | 0.63s 2025-11-26 16:16:48.121430 | fa163eb2-7b8b-aa10-b746-000000001c3b | TASK | Restart time services 2025-11-26 16:16:48.164585 | fa163eb2-7b8b-aa10-b746-000000001c3b | SKIPPED | Restart time services | standalone | item=rsyslog 2025-11-26 16:16:48.172052 | fa163eb2-7b8b-aa10-b746-000000001c3b | SKIPPED | Restart time services | standalone | item=crond 2025-11-26 16:16:48.178796 | fa163eb2-7b8b-aa10-b746-000000001c3b | TIMING | tripleo_timezone : Restart time services | standalone | 0:03:38.566046 | 0.06s 2025-11-26 16:16:48.225755 | fa163eb2-7b8b-aa10-b746-000000000bcc | TASK | install tmpwatch on the host 2025-11-26 16:16:51.120799 | fa163eb2-7b8b-aa10-b746-000000000bcc | OK | install tmpwatch on the host | standalone 2025-11-26 16:16:51.122337 | fa163eb2-7b8b-aa10-b746-000000000bcc | TIMING | install tmpwatch on the host | standalone | 0:03:41.509591 | 2.90s 2025-11-26 16:16:51.146419 | fa163eb2-7b8b-aa10-b746-000000000bcd | TASK | Notice - ctlplane subnet is set 2025-11-26 16:16:51.187576 | fa163eb2-7b8b-aa10-b746-000000000bcd | OK | Notice - ctlplane subnet is set | standalone | result={ "changed": false, "msg": "CIDRs found in the ctlplane network tags.\n" } 2025-11-26 16:16:51.188682 | fa163eb2-7b8b-aa10-b746-000000000bcd | TIMING | Notice - ctlplane subnet is set | standalone | 0:03:41.575939 | 0.04s 2025-11-26 16:16:51.243642 | fa163eb2-7b8b-aa10-b746-000000000bce | TIMING | include_role : tuned | standalone | 0:03:41.630888 | 0.03s 2025-11-26 16:16:51.346161 | fa163eb2-7b8b-aa10-b746-000000001e6e | TASK | Gather variables for each operating system 2025-11-26 16:16:51.534012 | fa163eb2-7b8b-aa10-b746-000000001e6e | OK | Gather variables for each operating system | standalone | item=/usr/share/ansible/roles/tuned/vars/redhat.yml 2025-11-26 16:16:51.534999 | fa163eb2-7b8b-aa10-b746-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.922258 | 0.19s 2025-11-26 16:16:51.538844 | fa163eb2-7b8b-aa10-b746-000000001e6e | TIMING | tuned : Gather variables for each operating system | standalone | 0:03:41.926099 | 0.19s 2025-11-26 16:16:51.607505 | fa163eb2-7b8b-aa10-b746-000000001e6f | TIMING | tuned : include_tasks | standalone | 0:03:41.994752 | 0.05s 2025-11-26 16:16:51.628190 | 8b21719b-1f43-4686-a22d-19fc242b15fe | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_install.yml | standalone 2025-11-26 16:16:51.659010 | fa163eb2-7b8b-aa10-b746-000000001f9f | TASK | Check tuned package is installed 2025-11-26 16:16:51.925719 | fa163eb2-7b8b-aa10-b746-000000001f9f | CHANGED | Check tuned package is installed | standalone 2025-11-26 16:16:51.927250 | fa163eb2-7b8b-aa10-b746-000000001f9f | TIMING | tuned : Check tuned package is installed | standalone | 0:03:42.314502 | 0.27s 2025-11-26 16:16:51.952839 | fa163eb2-7b8b-aa10-b746-000000001fa0 | TASK | Install tuned 2025-11-26 16:16:51.987047 | fa163eb2-7b8b-aa10-b746-000000001fa0 | SKIPPED | Install tuned | standalone 2025-11-26 16:16:51.988512 | fa163eb2-7b8b-aa10-b746-000000001fa0 | TIMING | tuned : Install tuned | standalone | 0:03:42.375765 | 0.03s 2025-11-26 16:16:52.014000 | fa163eb2-7b8b-aa10-b746-000000001fa1 | TASK | Restart tuned 2025-11-26 16:16:52.048108 | fa163eb2-7b8b-aa10-b746-000000001fa1 | SKIPPED | Restart tuned | standalone 2025-11-26 16:16:52.049362 | fa163eb2-7b8b-aa10-b746-000000001fa1 | TIMING | tuned : Restart tuned | standalone | 0:03:42.436618 | 0.03s 2025-11-26 16:16:52.074427 | fa163eb2-7b8b-aa10-b746-000000001e70 | TASK | Check for tuned-adm 2025-11-26 16:16:52.302050 | fa163eb2-7b8b-aa10-b746-000000001e70 | OK | Check for tuned-adm | standalone 2025-11-26 16:16:52.303426 | fa163eb2-7b8b-aa10-b746-000000001e70 | TIMING | tuned : Check for tuned-adm | standalone | 0:03:42.690682 | 0.23s 2025-11-26 16:16:52.358369 | fa163eb2-7b8b-aa10-b746-000000001e71 | TIMING | tuned : include_tasks | standalone | 0:03:42.745614 | 0.03s 2025-11-26 16:16:52.384959 | d88961d2-6fc6-4a73-8177-c4220131200f | INCLUDED | /usr/share/ansible/roles/tuned/tasks/tuned_config.yml | standalone 2025-11-26 16:16:52.420191 | fa163eb2-7b8b-aa10-b746-000000001fcc | TASK | Ensure profile directory exists 2025-11-26 16:16:52.489782 | fa163eb2-7b8b-aa10-b746-000000001fcc | SKIPPED | Ensure profile directory exists | standalone 2025-11-26 16:16:52.491079 | fa163eb2-7b8b-aa10-b746-000000001fcc | TIMING | tuned : Ensure profile directory exists | standalone | 0:03:42.878331 | 0.07s 2025-11-26 16:16:52.516191 | fa163eb2-7b8b-aa10-b746-000000001fcd | TASK | Create custom tuned profile 2025-11-26 16:16:52.587264 | fa163eb2-7b8b-aa10-b746-000000001fcd | SKIPPED | Create custom tuned profile | standalone 2025-11-26 16:16:52.588253 | fa163eb2-7b8b-aa10-b746-000000001fcd | TIMING | tuned : Create custom tuned profile | standalone | 0:03:42.975511 | 0.07s 2025-11-26 16:16:52.613682 | fa163eb2-7b8b-aa10-b746-000000001fce | TASK | Check tuned active profile 2025-11-26 16:16:52.845030 | fa163eb2-7b8b-aa10-b746-000000001fce | OK | Check tuned active profile | standalone 2025-11-26 16:16:52.846429 | fa163eb2-7b8b-aa10-b746-000000001fce | TIMING | tuned : Check tuned active profile | standalone | 0:03:43.233682 | 0.23s 2025-11-26 16:16:52.872136 | fa163eb2-7b8b-aa10-b746-000000001fcf | TASK | Check Tuned Configuration file exists 2025-11-26 16:16:53.107425 | fa163eb2-7b8b-aa10-b746-000000001fcf | OK | Check Tuned Configuration file exists | standalone 2025-11-26 16:16:53.109525 | fa163eb2-7b8b-aa10-b746-000000001fcf | TIMING | tuned : Check Tuned Configuration file exists | standalone | 0:03:43.496775 | 0.24s 2025-11-26 16:16:53.137302 | fa163eb2-7b8b-aa10-b746-000000001fd0 | TASK | Fail if tuned profile conf is absent but isolated cores is provided 2025-11-26 16:16:53.200629 | fa163eb2-7b8b-aa10-b746-000000001fd0 | SKIPPED | Fail if tuned profile conf is absent but isolated cores is provided | standalone 2025-11-26 16:16:53.202303 | fa163eb2-7b8b-aa10-b746-000000001fd0 | TIMING | tuned : Fail if tuned profile conf is absent but isolated cores is provided | standalone | 0:03:43.589554 | 0.06s 2025-11-26 16:16:53.231837 | fa163eb2-7b8b-aa10-b746-000000001fd1 | TASK | Configure isolated cores for profile throughput-performance 2025-11-26 16:16:53.296175 | fa163eb2-7b8b-aa10-b746-000000001fd1 | SKIPPED | Configure isolated cores for profile throughput-performance | standalone 2025-11-26 16:16:53.297763 | fa163eb2-7b8b-aa10-b746-000000001fd1 | TIMING | tuned : Configure isolated cores for profile throughput-performance | standalone | 0:03:43.684986 | 0.06s 2025-11-26 16:16:53.323398 | fa163eb2-7b8b-aa10-b746-000000001fd2 | TASK | Enable tuned profile 2025-11-26 16:16:53.366099 | fa163eb2-7b8b-aa10-b746-000000001fd2 | SKIPPED | Enable tuned profile | standalone 2025-11-26 16:16:53.367483 | fa163eb2-7b8b-aa10-b746-000000001fd2 | TIMING | tuned : Enable tuned profile | standalone | 0:03:43.754735 | 0.04s PLAY [Overcloud container setup tasks] ***************************************** 2025-11-26 16:16:53.555544 | fa163eb2-7b8b-aa10-b746-0000000000ac | TASK | Overcloud container setup tasks 2025-11-26 16:16:53.588068 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000ac') missing from stats 2025-11-26 16:16:53.609489 | fa163eb2-7b8b-aa10-b746-0000000000ad | TASK | Write config data 2025-11-26 16:16:53.673559 | fa163eb2-7b8b-aa10-b746-0000000000ad | TIMING | Write config data | standalone | 0:03:44.060804 | 0.06s 2025-11-26 16:16:53.715745 | 842b369a-9b7a-4b41-af32-2c3cedcfb525 | INCLUDED | /root/standalone-ansible-e5xcwj04/common_container_setup_tasks.yaml | standalone 2025-11-26 16:16:53.739646 | fa163eb2-7b8b-aa10-b746-000000002030 | TASK | Create and ensure setype for /var/log/containers directory 2025-11-26 16:16:53.972974 | fa163eb2-7b8b-aa10-b746-000000002030 | OK | Create and ensure setype for /var/log/containers directory | standalone 2025-11-26 16:16:53.974773 | fa163eb2-7b8b-aa10-b746-000000002030 | TIMING | Create and ensure setype for /var/log/containers directory | standalone | 0:03:44.362022 | 0.23s 2025-11-26 16:16:54.000983 | fa163eb2-7b8b-aa10-b746-000000002031 | TASK | Create ContainerLogStdoutPath directory 2025-11-26 16:16:54.192001 | fa163eb2-7b8b-aa10-b746-000000002031 | CHANGED | Create ContainerLogStdoutPath directory | standalone 2025-11-26 16:16:54.193944 | fa163eb2-7b8b-aa10-b746-000000002031 | TIMING | Create ContainerLogStdoutPath directory | standalone | 0:03:44.581193 | 0.19s 2025-11-26 16:16:54.221159 | fa163eb2-7b8b-aa10-b746-000000002032 | TASK | Create /var/lib/tripleo-config directory 2025-11-26 16:16:54.446181 | fa163eb2-7b8b-aa10-b746-000000002032 | OK | Create /var/lib/tripleo-config directory | standalone 2025-11-26 16:16:54.447909 | fa163eb2-7b8b-aa10-b746-000000002032 | TIMING | Create /var/lib/tripleo-config directory | standalone | 0:03:44.835160 | 0.23s 2025-11-26 16:16:54.473419 | fa163eb2-7b8b-aa10-b746-000000002033 | TASK | Clean old /var/lib/container-startup-configs.json file 2025-11-26 16:16:54.707081 | fa163eb2-7b8b-aa10-b746-000000002033 | OK | Clean old /var/lib/container-startup-configs.json file | standalone 2025-11-26 16:16:54.708821 | fa163eb2-7b8b-aa10-b746-000000002033 | TIMING | Clean old /var/lib/container-startup-configs.json file | standalone | 0:03:45.096073 | 0.23s 2025-11-26 16:16:54.734226 | fa163eb2-7b8b-aa10-b746-000000002034 | TASK | Clean old /var/lib/docker-container-startup-configs.json file 2025-11-26 16:16:54.957693 | fa163eb2-7b8b-aa10-b746-000000002034 | OK | Clean old /var/lib/docker-container-startup-configs.json file | standalone 2025-11-26 16:16:54.959165 | fa163eb2-7b8b-aa10-b746-000000002034 | TIMING | Clean old /var/lib/docker-container-startup-configs.json file | standalone | 0:03:45.346422 | 0.22s 2025-11-26 16:16:54.980674 | fa163eb2-7b8b-aa10-b746-000000002038 | TASK | Create fcontext entry for container-config-scripts 2025-11-26 16:16:56.267378 | fa163eb2-7b8b-aa10-b746-000000002038 | CHANGED | Create fcontext entry for container-config-scripts | standalone 2025-11-26 16:16:56.269775 | fa163eb2-7b8b-aa10-b746-000000002038 | TIMING | Create fcontext entry for container-config-scripts | standalone | 0:03:46.657022 | 1.29s 2025-11-26 16:16:56.296361 | fa163eb2-7b8b-aa10-b746-000000002039 | TASK | Create /var/lib/container-config-scripts 2025-11-26 16:16:56.543982 | fa163eb2-7b8b-aa10-b746-000000002039 | CHANGED | Create /var/lib/container-config-scripts | standalone 2025-11-26 16:16:56.545544 | fa163eb2-7b8b-aa10-b746-000000002039 | TIMING | Create /var/lib/container-config-scripts | standalone | 0:03:46.932795 | 0.25s 2025-11-26 16:16:56.571786 | fa163eb2-7b8b-aa10-b746-00000000203a | TASK | Write container config scripts 2025-11-26 16:16:56.940075 | fa163eb2-7b8b-aa10-b746-00000000203a | CHANGED | Write container config scripts | standalone 2025-11-26 16:16:56.941437 | fa163eb2-7b8b-aa10-b746-00000000203a | TIMING | Write container config scripts | standalone | 0:03:47.328691 | 0.37s 2025-11-26 16:16:56.966159 | fa163eb2-7b8b-aa10-b746-00000000203b | TASK | Write /var/lib/tripleo-config/container-startup-config-readme.txt 2025-11-26 16:16:57.408016 | fa163eb2-7b8b-aa10-b746-00000000203b | CHANGED | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone 2025-11-26 16:16:57.409368 | fa163eb2-7b8b-aa10-b746-00000000203b | TIMING | Write /var/lib/tripleo-config/container-startup-config-readme.txt | standalone | 0:03:47.796620 | 0.44s 2025-11-26 16:16:57.434303 | fa163eb2-7b8b-aa10-b746-00000000203c | TASK | Generate startup configs files per step and per container 2025-11-26 16:16:58.065881 | fa163eb2-7b8b-aa10-b746-00000000203c | CHANGED | Generate startup configs files per step and per container | standalone 2025-11-26 16:16:58.074886 | fa163eb2-7b8b-aa10-b746-00000000203c | TIMING | Generate startup configs files per step and per container | standalone | 0:03:48.462137 | 0.64s 2025-11-26 16:16:58.114276 | fa163eb2-7b8b-aa10-b746-00000000203d | TASK | Create /var/lib/kolla/config_files directory 2025-11-26 16:16:58.343885 | fa163eb2-7b8b-aa10-b746-00000000203d | CHANGED | Create /var/lib/kolla/config_files directory | standalone 2025-11-26 16:16:58.345139 | fa163eb2-7b8b-aa10-b746-00000000203d | TIMING | Create /var/lib/kolla/config_files directory | standalone | 0:03:48.732395 | 0.23s 2025-11-26 16:16:58.369703 | fa163eb2-7b8b-aa10-b746-00000000203e | TASK | Create /var/lib/config-data directory 2025-11-26 16:16:58.569681 | fa163eb2-7b8b-aa10-b746-00000000203e | CHANGED | Create /var/lib/config-data directory | standalone 2025-11-26 16:16:58.570647 | fa163eb2-7b8b-aa10-b746-00000000203e | TIMING | Create /var/lib/config-data directory | standalone | 0:03:48.957909 | 0.20s 2025-11-26 16:16:58.589939 | fa163eb2-7b8b-aa10-b746-00000000203f | TASK | Write container config json files 2025-11-26 16:16:59.102082 | fa163eb2-7b8b-aa10-b746-00000000203f | CHANGED | Write container config json files | standalone 2025-11-26 16:16:59.109601 | fa163eb2-7b8b-aa10-b746-00000000203f | TIMING | Write container config json files | standalone | 0:03:49.496854 | 0.52s PLAY [Pre Deployment Step Tasks] *********************************************** 2025-11-26 16:16:59.274424 | fa163eb2-7b8b-aa10-b746-0000000000b1 | TASK | Pre Deployment Step Tasks 2025-11-26 16:16:59.300665 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-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-11-26 16:16:59.359855 | fa163eb2-7b8b-aa10-b746-0000000000b2 | TIMING | include_tasks | standalone | 0:03:49.747108 | 0.04s 2025-11-26 16:16:59.389253 | c2c146ba-99c2-4e21-9405-c432251aa8a0 | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/pre_deploy_step_tasks.yaml | standalone 2025-11-26 16:16:59.422646 | fa163eb2-7b8b-aa10-b746-000000002073 | TASK | Get undercloud FQDN 2025-11-26 16:16:59.483448 | fa163eb2-7b8b-aa10-b746-000000002073 | OK | Get undercloud FQDN | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-000000002073') missing from stats 2025-11-26 16:16:59.542384 | fa163eb2-7b8b-aa10-b746-000000002074 | TIMING | include_role : tripleo_ipa_registration | standalone | 0:03:49.929629 | 0.03s 2025-11-26 16:16:59.612763 | fa163eb2-7b8b-aa10-b746-000000002098 | TASK | set main facts 2025-11-26 16:16:59.683392 | fa163eb2-7b8b-aa10-b746-000000002098 | OK | set main facts | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-000000002098') missing from stats 2025-11-26 16:16:59.731049 | fa163eb2-7b8b-aa10-b746-000000002099 | TASK | get the default.conf file 2025-11-26 16:16:59.985763 | fa163eb2-7b8b-aa10-b746-000000002099 | OK | get the default.conf file | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-000000002099') missing from stats 2025-11-26 16:17:00.034080 | fa163eb2-7b8b-aa10-b746-00000000209a | TASK | set the principal 2025-11-26 16:17:00.109145 | fa163eb2-7b8b-aa10-b746-00000000209a | OK | set the principal | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-00000000209a') missing from stats 2025-11-26 16:17:00.157753 | fa163eb2-7b8b-aa10-b746-00000000209c | TASK | add new host with one-time password 2025-11-26 16:17:01.834893 | fa163eb2-7b8b-aa10-b746-00000000209c | OK | add new host with one-time password | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-00000000209c') missing from stats 2025-11-26 16:17:01.875222 | fa163eb2-7b8b-aa10-b746-00000000209d | TASK | set otp as a host fact 2025-11-26 16:17:01.914643 | fa163eb2-7b8b-aa10-b746-00000000209d | SKIPPED | set otp as a host fact | standalone 2025-11-26 16:17:01.915825 | fa163eb2-7b8b-aa10-b746-00000000209d | TIMING | tripleo_ipa_registration : set otp as a host fact | standalone | 0:03:52.303077 | 0.04s 2025-11-26 16:17:01.961600 | fa163eb2-7b8b-aa10-b746-00000000209f | TASK | add required services using custom module 2025-11-26 16:17:08.566682 | fa163eb2-7b8b-aa10-b746-00000000209f | CHANGED | add required services using custom module | standalone -> localhost [WARNING]: ('standalone -> localhost', 'fa163eb2-7b8b-aa10-b746-00000000209f') missing from stats 2025-11-26 16:17:08.638786 | fa163eb2-7b8b-aa10-b746-000000002076 | TASK | check if default.conf exists 2025-11-26 16:17:08.893368 | fa163eb2-7b8b-aa10-b746-000000002076 | OK | check if default.conf exists | standalone 2025-11-26 16:17:08.895671 | fa163eb2-7b8b-aa10-b746-000000002076 | TIMING | check if default.conf exists | standalone | 0:03:59.282924 | 0.25s 2025-11-26 16:17:08.920570 | fa163eb2-7b8b-aa10-b746-000000002077 | TASK | install openssl-perl 2025-11-26 16:17:08.955205 | fa163eb2-7b8b-aa10-b746-000000002077 | SKIPPED | install openssl-perl | standalone 2025-11-26 16:17:08.957209 | fa163eb2-7b8b-aa10-b746-000000002077 | TIMING | install openssl-perl | standalone | 0:03:59.344442 | 0.03s 2025-11-26 16:17:08.984335 | fa163eb2-7b8b-aa10-b746-000000002078 | TASK | register as an ipa client 2025-11-26 16:17:09.027370 | fa163eb2-7b8b-aa10-b746-000000002078 | SKIPPED | register as an ipa client | standalone 2025-11-26 16:17:09.029026 | fa163eb2-7b8b-aa10-b746-000000002078 | TIMING | register as an ipa client | standalone | 0:03:59.416276 | 0.04s 2025-11-26 16:17:09.055095 | fa163eb2-7b8b-aa10-b746-000000002079 | TASK | restart certmonger service 2025-11-26 16:17:09.097586 | fa163eb2-7b8b-aa10-b746-000000002079 | SKIPPED | restart certmonger service | standalone 2025-11-26 16:17:09.098824 | fa163eb2-7b8b-aa10-b746-000000002079 | TIMING | restart certmonger service | standalone | 0:03:59.486078 | 0.04s 2025-11-26 16:17:09.123160 | fa163eb2-7b8b-aa10-b746-00000000207a | TASK | set discovered ipa realm 2025-11-26 16:17:09.164017 | fa163eb2-7b8b-aa10-b746-00000000207a | OK | set discovered ipa realm | standalone 2025-11-26 16:17:09.165551 | fa163eb2-7b8b-aa10-b746-00000000207a | TIMING | set discovered ipa realm | standalone | 0:03:59.552798 | 0.04s PLAY [External deployment step 1] ********************************************** 2025-11-26 16:17:09.311763 | fa163eb2-7b8b-aa10-b746-0000000000b6 | TASK | External deployment step 1 2025-11-26 16:17:09.341549 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000b6') missing from stats 2025-11-26 16:17:09.410658 | fa163eb2-7b8b-aa10-b746-0000000000b7 | TIMING | include_tasks | undercloud | 0:03:59.797901 | 0.05s 2025-11-26 16:17:09.450264 | db1761c2-d05e-44b7-bef3-33454731ea1a | INCLUDED | /root/standalone-ansible-e5xcwj04/external_deploy_steps_tasks_step1.yaml | undercloud 2025-11-26 16:17:09.469306 | fa163eb2-7b8b-aa10-b746-0000000020f5 | TASK | Container image prepare 2025-11-26 16:17:10.504642 | fa163eb2-7b8b-aa10-b746-0000000020f5 | CHANGED | Container image prepare | undercloud 2025-11-26 16:17:10.507591 | fa163eb2-7b8b-aa10-b746-0000000020f5 | TIMING | tripleo_container_image_prepare : Container image prepare | undercloud | 0:04:00.894843 | 1.04s 2025-11-26 16:17:10.595031 | fa163eb2-7b8b-aa10-b746-0000000020fc | TIMING | include_role : tripleo_ipa_dns | undercloud | 0:04:00.982275 | 0.05s 2025-11-26 16:17:10.638185 | fa163eb2-7b8b-aa10-b746-00000000211b | TASK | get dns zones and entries to add 2025-11-26 16:17:10.691060 | fa163eb2-7b8b-aa10-b746-00000000211b | OK | get dns zones and entries to add | undercloud 2025-11-26 16:17:10.693319 | fa163eb2-7b8b-aa10-b746-00000000211b | TIMING | tripleo_ipa_dns : get dns zones and entries to add | undercloud | 0:04:01.080567 | 0.05s 2025-11-26 16:17:10.755179 | fa163eb2-7b8b-aa10-b746-00000000211c | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_zones": [ "122.168.192.in-addr.arpa", "internalapi.ooo.test", "storagemgmt.ooo.test", "0.19.172.in-addr.arpa", "tenant.ooo.test", "0.21.172.in-addr.arpa", "ooo.test", "ctlplane.ooo.test", "external.ooo.test", "0.18.172.in-addr.arpa", "0.17.172.in-addr.arpa", "0.20.172.in-addr.arpa", "storage.ooo.test" ] } 2025-11-26 16:17:10.756360 | fa163eb2-7b8b-aa10-b746-00000000211c | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:01.143616 | 0.04s 2025-11-26 16:17:10.838240 | fa163eb2-7b8b-aa10-b746-00000000211d | OK | tripleo_ipa_dns : debug | undercloud | result={ "changed": false, "dns_entries": [ { "record_name": "overcloud", "record_type": "A", "record_value": "192.168.122.99", "zone_name": "ctlplane.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.18.0.2", "zone_name": "storage.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.20.0.2", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "overcloud", "record_type": "A", "record_value": "172.17.0.2", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.2", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.18.0.100", "zone_name": "storage.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.20.0.100", "zone_name": "storagemgmt.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.17.0.100", "zone_name": "internalapi.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.19.0.100", "zone_name": "tenant.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "172.21.0.100", "zone_name": "external.ooo.test" }, { "record_name": "standalone", "record_type": "A", "record_value": "192.168.122.100", "zone_name": "ctlplane.ooo.test" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.external.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.tenant.ooo.test.", "zone_name": "0.19.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "100", "record_type": "PTR", "record_value": "standalone.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "standalone.ooo.test.", "zone_name": "0.21.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.internalapi.ooo.test.", "zone_name": "0.17.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storagemgmt.ooo.test.", "zone_name": "0.20.172.in-addr.arpa" }, { "record_name": "2", "record_type": "PTR", "record_value": "overcloud.storage.ooo.test.", "zone_name": "0.18.172.in-addr.arpa" }, { "record_name": "99", "record_type": "PTR", "record_value": "overcloud.ctlplane.ooo.test.", "zone_name": "122.168.192.in-addr.arpa" } ] } 2025-11-26 16:17:10.839784 | fa163eb2-7b8b-aa10-b746-00000000211d | TIMING | tripleo_ipa_dns : debug | undercloud | 0:04:01.227041 | 0.06s 2025-11-26 16:17:10.859240 | fa163eb2-7b8b-aa10-b746-00000000211e | TASK | add dns zones and records 2025-11-26 16:17:13.729986 | fa163eb2-7b8b-aa10-b746-00000000211e | CHANGED | add dns zones and records | undercloud 2025-11-26 16:17:13.731844 | fa163eb2-7b8b-aa10-b746-00000000211e | TIMING | tripleo_ipa_dns : add dns zones and records | undercloud | 0:04:04.119072 | 2.87s 2025-11-26 16:17:13.766548 | fa163eb2-7b8b-aa10-b746-0000000020fe | TASK | Create /etc/openstack directory if it does not exist 2025-11-26 16:17:13.995560 | fa163eb2-7b8b-aa10-b746-0000000020fe | CHANGED | Create /etc/openstack directory if it does not exist | undercloud 2025-11-26 16:17:13.996948 | fa163eb2-7b8b-aa10-b746-0000000020fe | TIMING | Create /etc/openstack directory if it does not exist | undercloud | 0:04:04.384202 | 0.23s 2025-11-26 16:17:14.014652 | fa163eb2-7b8b-aa10-b746-0000000020ff | TASK | Configure /etc/openstack/clouds.yaml 2025-11-26 16:17:14.063822 | fa163eb2-7b8b-aa10-b746-0000000020ff | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:04.451048 | 0.05s 2025-11-26 16:17:14.109611 | fa163eb2-7b8b-aa10-b746-000000002150 | TASK | Check if /etc/openstack/clouds.yaml exists 2025-11-26 16:17:14.354013 | fa163eb2-7b8b-aa10-b746-000000002150 | OK | Check if /etc/openstack/clouds.yaml exists | undercloud 2025-11-26 16:17:14.355295 | fa163eb2-7b8b-aa10-b746-000000002150 | TIMING | tripleo_keystone_resources : Check if /etc/openstack/clouds.yaml exists | undercloud | 0:04:04.742550 | 0.24s 2025-11-26 16:17:14.375327 | fa163eb2-7b8b-aa10-b746-000000002151 | TASK | Create empty /etc/openstack/clouds.yaml if it does not exist 2025-11-26 16:17:14.850062 | fa163eb2-7b8b-aa10-b746-000000002151 | CHANGED | Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud 2025-11-26 16:17:14.851472 | fa163eb2-7b8b-aa10-b746-000000002151 | TIMING | tripleo_keystone_resources : Create empty /etc/openstack/clouds.yaml if it does not exist | undercloud | 0:04:05.238727 | 0.47s 2025-11-26 16:17:14.871378 | fa163eb2-7b8b-aa10-b746-000000002152 | TASK | Configure /etc/openstack/clouds.yaml 2025-11-26 16:17:14.924241 | fa163eb2-7b8b-aa10-b746-000000002152 | TIMING | Configure /etc/openstack/clouds.yaml | undercloud | 0:04:05.311492 | 0.05s 2025-11-26 16:17:14.970705 | fa163eb2-7b8b-aa10-b746-00000000218c | TASK | Check for a configured destination 2025-11-26 16:17:15.033697 | fa163eb2-7b8b-aa10-b746-00000000218c | SKIPPED | Check for a configured destination | undercloud 2025-11-26 16:17:15.034865 | fa163eb2-7b8b-aa10-b746-00000000218c | TIMING | tripleo_config : Check for a configured destination | undercloud | 0:04:05.422117 | 0.06s 2025-11-26 16:17:15.070883 | fa163eb2-7b8b-aa10-b746-00000000218d | TASK | Generate /etc/openstack/clouds.yaml config 2025-11-26 16:17:15.516231 | fa163eb2-7b8b-aa10-b746-00000000218d | CHANGED | Generate /etc/openstack/clouds.yaml config | undercloud 2025-11-26 16:17:15.517512 | fa163eb2-7b8b-aa10-b746-00000000218d | TIMING | tripleo_config : Generate /etc/openstack/clouds.yaml config | undercloud | 0:04:05.904767 | 0.44s PLAY [Deploy step tasks for 1] ************************************************* 2025-11-26 16:17:15.669354 | fa163eb2-7b8b-aa10-b746-0000000000ba | TASK | Deploy step tasks for 1 2025-11-26 16:17:15.697123 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000ba') missing from stats 2025-11-26 16:17:15.722919 | fa163eb2-7b8b-aa10-b746-0000000000bb | TASK | Write the config_step hieradata for the deploy step 1 tasks 2025-11-26 16:17:16.227956 | fa163eb2-7b8b-aa10-b746-0000000000bb | CHANGED | Write the config_step hieradata for the deploy step 1 tasks | standalone 2025-11-26 16:17:16.229195 | fa163eb2-7b8b-aa10-b746-0000000000bb | TIMING | Write the config_step hieradata for the deploy step 1 tasks | standalone | 0:04:06.616449 | 0.51s 2025-11-26 16:17:16.253125 | fa163eb2-7b8b-aa10-b746-0000000000bd | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-26 16:17:16.452510 | fa163eb2-7b8b-aa10-b746-0000000000bd | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-26 16:17:16.453929 | fa163eb2-7b8b-aa10-b746-0000000000bd | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:04:06.841185 | 0.20s 2025-11-26 16:17:16.479716 | fa163eb2-7b8b-aa10-b746-0000000000be | TASK | Write config data at the start of step 1 2025-11-26 16:17:16.534893 | fa163eb2-7b8b-aa10-b746-0000000000be | TIMING | Write config data at the start of step 1 | standalone | 0:04:06.922134 | 0.05s 2025-11-26 16:17:16.578639 | 0e2511bc-7ee6-45d2-aeca-8177907a8647 | INCLUDED | /root/standalone-ansible-e5xcwj04/common_deploy_steps_tasks_step_1.yaml | standalone 2025-11-26 16:17:16.603697 | fa163eb2-7b8b-aa10-b746-0000000021cb | TASK | Delete existing /var/lib/tripleo-config/check-mode directory for check mode 2025-11-26 16:17:16.630875 | fa163eb2-7b8b-aa10-b746-0000000021cb | SKIPPED | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-26 16:17:16.631675 | fa163eb2-7b8b-aa10-b746-0000000021cb | TIMING | Delete existing /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:07.018936 | 0.03s 2025-11-26 16:17:16.651073 | fa163eb2-7b8b-aa10-b746-0000000021cc | TASK | Create /var/lib/tripleo-config/check-mode directory for check mode 2025-11-26 16:17:16.680866 | fa163eb2-7b8b-aa10-b746-0000000021cc | SKIPPED | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone 2025-11-26 16:17:16.682033 | fa163eb2-7b8b-aa10-b746-0000000021cc | TIMING | Create /var/lib/tripleo-config/check-mode directory for check mode | standalone | 0:04:07.069288 | 0.03s 2025-11-26 16:17:16.706271 | fa163eb2-7b8b-aa10-b746-0000000021cd | TASK | Write the puppet step_config manifest 2025-11-26 16:17:17.182194 | fa163eb2-7b8b-aa10-b746-0000000021cd | CHANGED | Write the puppet step_config manifest | standalone 2025-11-26 16:17:17.183534 | fa163eb2-7b8b-aa10-b746-0000000021cd | TIMING | Write the puppet step_config manifest | standalone | 0:04:07.570788 | 0.48s 2025-11-26 16:17:17.208080 | fa163eb2-7b8b-aa10-b746-0000000021ce | TASK | Diff puppet step_config manifest changes for check mode 2025-11-26 16:17:17.238009 | fa163eb2-7b8b-aa10-b746-0000000021ce | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-26 16:17:17.239397 | fa163eb2-7b8b-aa10-b746-0000000021ce | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:07.626650 | 0.03s 2025-11-26 16:17:17.264246 | fa163eb2-7b8b-aa10-b746-0000000021cf | TASK | Diff puppet step_config manifest changes for check mode 2025-11-26 16:17:17.297693 | fa163eb2-7b8b-aa10-b746-0000000021cf | SKIPPED | Diff puppet step_config manifest changes for check mode | standalone 2025-11-26 16:17:17.298994 | fa163eb2-7b8b-aa10-b746-0000000021cf | TIMING | Diff puppet step_config manifest changes for check mode | standalone | 0:04:07.686250 | 0.03s 2025-11-26 16:17:17.324045 | fa163eb2-7b8b-aa10-b746-0000000021d0 | TASK | Create /var/lib/container-puppet 2025-11-26 16:17:17.607535 | fa163eb2-7b8b-aa10-b746-0000000021d0 | OK | Create /var/lib/container-puppet | standalone 2025-11-26 16:17:17.609033 | fa163eb2-7b8b-aa10-b746-0000000021d0 | TIMING | Create /var/lib/container-puppet | standalone | 0:04:07.996285 | 0.28s 2025-11-26 16:17:17.634244 | fa163eb2-7b8b-aa10-b746-0000000021d1 | TASK | Delete existing /var/lib/container-puppet/check-mode for check mode 2025-11-26 16:17:17.665170 | fa163eb2-7b8b-aa10-b746-0000000021d1 | SKIPPED | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-26 16:17:17.666372 | fa163eb2-7b8b-aa10-b746-0000000021d1 | TIMING | Delete existing /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:08.053627 | 0.03s 2025-11-26 16:17:17.690983 | fa163eb2-7b8b-aa10-b746-0000000021d2 | TASK | Create /var/lib/container-puppet/check-mode for check mode 2025-11-26 16:17:17.721397 | fa163eb2-7b8b-aa10-b746-0000000021d2 | SKIPPED | Create /var/lib/container-puppet/check-mode for check mode | standalone 2025-11-26 16:17:17.722467 | fa163eb2-7b8b-aa10-b746-0000000021d2 | TIMING | Create /var/lib/container-puppet/check-mode for check mode | standalone | 0:04:08.109723 | 0.03s 2025-11-26 16:17:17.746754 | fa163eb2-7b8b-aa10-b746-0000000021d3 | TASK | Write container-puppet.json file 2025-11-26 16:17:18.429928 | fa163eb2-7b8b-aa10-b746-0000000021d3 | CHANGED | Write container-puppet.json file | standalone 2025-11-26 16:17:18.431333 | fa163eb2-7b8b-aa10-b746-0000000021d3 | TIMING | Write container-puppet.json file | standalone | 0:04:08.818585 | 0.68s 2025-11-26 16:17:18.455411 | fa163eb2-7b8b-aa10-b746-0000000021d4 | TASK | Diff container-puppet.json changes for check mode 2025-11-26 16:17:18.487313 | fa163eb2-7b8b-aa10-b746-0000000021d4 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-26 16:17:18.488625 | fa163eb2-7b8b-aa10-b746-0000000021d4 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:08.875879 | 0.03s 2025-11-26 16:17:18.513455 | fa163eb2-7b8b-aa10-b746-0000000021d5 | TASK | Diff container-puppet.json changes for check mode 2025-11-26 16:17:18.544674 | fa163eb2-7b8b-aa10-b746-0000000021d5 | SKIPPED | Diff container-puppet.json changes for check mode | standalone 2025-11-26 16:17:18.545821 | fa163eb2-7b8b-aa10-b746-0000000021d5 | TIMING | Diff container-puppet.json changes for check mode | standalone | 0:04:08.933076 | 0.03s 2025-11-26 16:17:18.571826 | fa163eb2-7b8b-aa10-b746-0000000021d6 | TASK | Ensure config hashes are up-to-date for container startup configs 2025-11-26 16:17:18.970399 | fa163eb2-7b8b-aa10-b746-0000000021d6 | OK | Ensure config hashes are up-to-date for container startup configs | standalone 2025-11-26 16:17:18.971780 | fa163eb2-7b8b-aa10-b746-0000000021d6 | TIMING | Ensure config hashes are up-to-date for container startup configs | standalone | 0:04:09.359034 | 0.40s 2025-11-26 16:17:18.996517 | fa163eb2-7b8b-aa10-b746-0000000021d7 | TASK | Set host puppet debugging fact string 2025-11-26 16:17:19.024767 | fa163eb2-7b8b-aa10-b746-0000000021d7 | SKIPPED | Set host puppet debugging fact string | standalone 2025-11-26 16:17:19.025815 | fa163eb2-7b8b-aa10-b746-0000000021d7 | TIMING | Set host puppet debugging fact string | standalone | 0:04:09.413072 | 0.03s 2025-11-26 16:17:19.050883 | fa163eb2-7b8b-aa10-b746-0000000021d8 | TASK | Check for /etc/puppet/check-mode directory for check mode 2025-11-26 16:17:19.079585 | fa163eb2-7b8b-aa10-b746-0000000021d8 | SKIPPED | Check for /etc/puppet/check-mode directory for check mode | standalone 2025-11-26 16:17:19.080659 | fa163eb2-7b8b-aa10-b746-0000000021d8 | TIMING | Check for /etc/puppet/check-mode directory for check mode | standalone | 0:04:09.467917 | 0.03s 2025-11-26 16:17:19.105269 | fa163eb2-7b8b-aa10-b746-0000000021d9 | TASK | Create /etc/puppet/check-mode/hieradata directory for check mode 2025-11-26 16:17:19.134501 | fa163eb2-7b8b-aa10-b746-0000000021d9 | SKIPPED | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone 2025-11-26 16:17:19.135613 | fa163eb2-7b8b-aa10-b746-0000000021d9 | TIMING | Create /etc/puppet/check-mode/hieradata directory for check mode | standalone | 0:04:09.522868 | 0.03s 2025-11-26 16:17:19.159904 | fa163eb2-7b8b-aa10-b746-0000000021da | TASK | Create puppet check-mode files if they don't exist for check mode 2025-11-26 16:17:19.191110 | fa163eb2-7b8b-aa10-b746-0000000021da | SKIPPED | Create puppet check-mode files if they don't exist for check mode | standalone 2025-11-26 16:17:19.192150 | fa163eb2-7b8b-aa10-b746-0000000021da | TIMING | Create puppet check-mode files if they don't exist for check mode | standalone | 0:04:09.579409 | 0.03s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 16:17:19.256791 | fa163eb2-7b8b-aa10-b746-0000000000c0 | TIMING | include_tasks | standalone | 0:04:09.644048 | 0.04s 2025-11-26 16:17:19.417090 | 02a09146-209f-4363-ab33-6e073db477ec | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/deploy_steps_tasks_step1.yaml | standalone 2025-11-26 16:17:19.461741 | fa163eb2-7b8b-aa10-b746-000000002205 | TASK | Create dirs for certificates and keys 2025-11-26 16:17:19.739297 | fa163eb2-7b8b-aa10-b746-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/httpd 2025-11-26 16:17:19.742069 | fa163eb2-7b8b-aa10-b746-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:10.129316 | 0.28s 2025-11-26 16:17:19.956546 | fa163eb2-7b8b-aa10-b746-000000002205 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/httpd 2025-11-26 16:17:19.959237 | fa163eb2-7b8b-aa10-b746-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:10.346489 | 0.50s 2025-11-26 16:17:19.970289 | fa163eb2-7b8b-aa10-b746-000000002205 | TIMING | Create dirs for certificates and keys | standalone | 0:04:10.357535 | 0.51s 2025-11-26 16:17:20.052587 | fa163eb2-7b8b-aa10-b746-000000002206 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:04:10.439833 | 0.05s 2025-11-26 16:17:20.128198 | fa163eb2-7b8b-aa10-b746-00000000231c | TASK | Set version specific variables 2025-11-26 16:17:20.166876 | fa163eb2-7b8b-aa10-b746-00000000231c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:04:10.554116 | 0.04s 2025-11-26 16:17:20.187231 | cf35cdd8-ffdd-4d06-84ef-f9c97bdff920 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:17:20.213035 | fa163eb2-7b8b-aa10-b746-00000000234f | TASK | Ensure ansible_facts used by role 2025-11-26 16:17:20.672635 | fa163eb2-7b8b-aa10-b746-00000000234f | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:17:20.674093 | fa163eb2-7b8b-aa10-b746-00000000234f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:04:11.061349 | 0.46s 2025-11-26 16:17:20.697562 | fa163eb2-7b8b-aa10-b746-000000002350 | TASK | Set platform/version specific variables 2025-11-26 16:17:20.770195 | fa163eb2-7b8b-aa10-b746-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:17:20.797991 | fa163eb2-7b8b-aa10-b746-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:17:20.820100 | fa163eb2-7b8b-aa10-b746-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:17:20.839799 | fa163eb2-7b8b-aa10-b746-000000002350 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:17:20.845645 | fa163eb2-7b8b-aa10-b746-000000002350 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:04:11.232889 | 0.15s 2025-11-26 16:17:20.872995 | fa163eb2-7b8b-aa10-b746-00000000231d | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:17:23.756288 | fa163eb2-7b8b-aa10-b746-00000000231d | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:17:23.757819 | fa163eb2-7b8b-aa10-b746-00000000231d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:04:14.145072 | 2.88s 2025-11-26 16:17:23.784086 | fa163eb2-7b8b-aa10-b746-00000000231f | TASK | Ensure provider packages are installed 2025-11-26 16:17:26.703173 | fa163eb2-7b8b-aa10-b746-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:17.090393 | 2.92s 2025-11-26 16:17:26.715842 | fa163eb2-7b8b-aa10-b746-00000000231f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:04:17.103081 | 2.93s 2025-11-26 16:17:26.742772 | fa163eb2-7b8b-aa10-b746-000000002321 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:17:27.046060 | fa163eb2-7b8b-aa10-b746-000000002321 | CHANGED | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:17:27.047873 | fa163eb2-7b8b-aa10-b746-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:17.435122 | 0.30s 2025-11-26 16:17:27.054329 | fa163eb2-7b8b-aa10-b746-000000002321 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:04:17.441572 | 0.31s 2025-11-26 16:17:27.081958 | fa163eb2-7b8b-aa10-b746-000000002323 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:17:27.373254 | fa163eb2-7b8b-aa10-b746-000000002323 | CHANGED | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:17:27.375165 | fa163eb2-7b8b-aa10-b746-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:17.762411 | 0.29s 2025-11-26 16:17:27.383906 | fa163eb2-7b8b-aa10-b746-000000002323 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:04:17.771150 | 0.30s 2025-11-26 16:17:27.411689 | fa163eb2-7b8b-aa10-b746-000000002325 | TASK | Ensure provider service is running 2025-11-26 16:17:28.229695 | fa163eb2-7b8b-aa10-b746-000000002325 | CHANGED | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:17:28.233217 | fa163eb2-7b8b-aa10-b746-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:18.620465 | 0.82s 2025-11-26 16:17:28.242035 | fa163eb2-7b8b-aa10-b746-000000002325 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:04:18.629300 | 0.83s 2025-11-26 16:17:28.263586 | fa163eb2-7b8b-aa10-b746-000000002328 | TASK | Ensure certificate requests 2025-11-26 16:17:30.034309 | fa163eb2-7b8b-aa10-b746-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ctlplane.ooo.test', 'key_size': '2048', 'name': 'httpd-ctlplane', 'principal': 'HTTP/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-ctlplane.crt /etc/pki/tls/certs/httpd/httpd-ctlplane.crt\ncp /etc/pki/tls/private/httpd-ctlplane.key /etc/pki/tls/private/httpd/httpd-ctlplane.key\npkill -USR1 httpd\n'} 2025-11-26 16:17:30.037381 | fa163eb2-7b8b-aa10-b746-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:20.424621 | 1.77s 2025-11-26 16:17:31.760841 | fa163eb2-7b8b-aa10-b746-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storage.ooo.test', 'key_size': '2048', 'name': 'httpd-storage', 'principal': 'HTTP/standalone.storage.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage.crt /etc/pki/tls/certs/httpd/httpd-storage.crt\ncp /etc/pki/tls/private/httpd-storage.key /etc/pki/tls/private/httpd/httpd-storage.key\npkill -USR1 httpd\n'} 2025-11-26 16:17:31.762920 | fa163eb2-7b8b-aa10-b746-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:22.150173 | 3.50s 2025-11-26 16:17:33.481565 | fa163eb2-7b8b-aa10-b746-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.storagemgmt.ooo.test', 'key_size': '2048', 'name': 'httpd-storage_mgmt', 'principal': 'HTTP/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-storage_mgmt.crt /etc/pki/tls/certs/httpd/httpd-storage_mgmt.crt\ncp /etc/pki/tls/private/httpd-storage_mgmt.key /etc/pki/tls/private/httpd/httpd-storage_mgmt.key\npkill -USR1 httpd\n'} 2025-11-26 16:17:33.482308 | fa163eb2-7b8b-aa10-b746-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:23.869573 | 5.22s 2025-11-26 16:17:34.877340 | fa163eb2-7b8b-aa10-b746-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'httpd-internal_api', 'principal': 'HTTP/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-internal_api.crt /etc/pki/tls/certs/httpd/httpd-internal_api.crt\ncp /etc/pki/tls/private/httpd-internal_api.key /etc/pki/tls/private/httpd/httpd-internal_api.key\npkill -USR1 httpd\n'} 2025-11-26 16:17:34.879517 | fa163eb2-7b8b-aa10-b746-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:25.266768 | 6.61s 2025-11-26 16:17:36.067602 | fa163eb2-7b8b-aa10-b746-000000002328 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.external.ooo.test', 'key_size': '2048', 'name': 'httpd-external', 'principal': 'HTTP/standalone.external.ooo.test@OOO.TEST', 'run_after': 'cp /etc/pki/tls/certs/httpd-external.crt /etc/pki/tls/certs/httpd/httpd-external.crt\ncp /etc/pki/tls/private/httpd-external.key /etc/pki/tls/private/httpd/httpd-external.key\npkill -USR1 httpd\n'} 2025-11-26 16:17:36.069680 | fa163eb2-7b8b-aa10-b746-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:26.456934 | 7.80s 2025-11-26 16:17:36.081650 | fa163eb2-7b8b-aa10-b746-000000002328 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:04:26.468899 | 7.82s 2025-11-26 16:17:36.133228 | fa163eb2-7b8b-aa10-b746-00000000220d | TASK | Fail if container image is undefined 2025-11-26 16:17:36.196231 | fa163eb2-7b8b-aa10-b746-00000000220d | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 16:17:36.198841 | fa163eb2-7b8b-aa10-b746-00000000220d | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:26.585985 | 0.06s 2025-11-26 16:17:36.246175 | fa163eb2-7b8b-aa10-b746-00000000220e | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-26 16:17:53.999669 | fa163eb2-7b8b-aa10-b746-00000000220e | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-26 16:17:54.001298 | fa163eb2-7b8b-aa10-b746-00000000220e | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:44.388551 | 17.75s 2025-11-26 16:17:54.054232 | fa163eb2-7b8b-aa10-b746-00000000220f | TASK | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image 2025-11-26 16:17:54.409356 | fa163eb2-7b8b-aa10-b746-00000000220f | CHANGED | Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone 2025-11-26 16:17:54.410774 | fa163eb2-7b8b-aa10-b746-00000000220f | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-backup:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 image | standalone | 0:04:44.798028 | 0.36s 2025-11-26 16:17:54.462537 | fa163eb2-7b8b-aa10-b746-00000000221e | TASK | Fail if container image is undefined 2025-11-26 16:17:54.526149 | fa163eb2-7b8b-aa10-b746-00000000221e | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 16:17:54.527476 | fa163eb2-7b8b-aa10-b746-00000000221e | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:44.914731 | 0.06s 2025-11-26 16:17:54.571031 | fa163eb2-7b8b-aa10-b746-00000000221f | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-26 16:18:00.118961 | fa163eb2-7b8b-aa10-b746-00000000221f | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-26 16:18:00.120231 | fa163eb2-7b8b-aa10-b746-00000000221f | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:50.507490 | 5.55s 2025-11-26 16:18:00.159423 | fa163eb2-7b8b-aa10-b746-000000002220 | TASK | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image 2025-11-26 16:18:00.504854 | fa163eb2-7b8b-aa10-b746-000000002220 | CHANGED | Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone 2025-11-26 16:18:00.506201 | fa163eb2-7b8b-aa10-b746-000000002220 | TIMING | tripleo_container_tag : Tag cluster.common.tag/cinder-volume:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 image | standalone | 0:04:50.893456 | 0.35s 2025-11-26 16:18:00.554253 | fa163eb2-7b8b-aa10-b746-00000000222b | TASK | Check if rsyslog exists 2025-11-26 16:18:00.816949 | fa163eb2-7b8b-aa10-b746-00000000222b | CHANGED | Check if rsyslog exists | standalone 2025-11-26 16:18:00.818348 | fa163eb2-7b8b-aa10-b746-00000000222b | TIMING | Check if rsyslog exists | standalone | 0:04:51.205603 | 0.26s 2025-11-26 16:18:00.843526 | fa163eb2-7b8b-aa10-b746-00000000222d | TASK | Forward logging to haproxy.log file 2025-11-26 16:18:01.107599 | fa163eb2-7b8b-aa10-b746-00000000222d | CHANGED | Forward logging to haproxy.log file | standalone 2025-11-26 16:18:01.109020 | fa163eb2-7b8b-aa10-b746-00000000222d | TIMING | Forward logging to haproxy.log file | standalone | 0:04:51.496272 | 0.26s 2025-11-26 16:18:01.134217 | fa163eb2-7b8b-aa10-b746-00000000222e | TASK | restart rsyslog service after logging conf change 2025-11-26 16:18:01.786469 | fa163eb2-7b8b-aa10-b746-00000000222e | CHANGED | restart rsyslog service after logging conf change | standalone 2025-11-26 16:18:01.788325 | fa163eb2-7b8b-aa10-b746-00000000222e | TIMING | restart rsyslog service after logging conf change | standalone | 0:04:52.175579 | 0.65s 2025-11-26 16:18:01.814893 | fa163eb2-7b8b-aa10-b746-000000002235 | TASK | Fail if container image is undefined 2025-11-26 16:18:01.879250 | fa163eb2-7b8b-aa10-b746-000000002235 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 16:18:01.880487 | fa163eb2-7b8b-aa10-b746-000000002235 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:04:52.267741 | 0.06s 2025-11-26 16:18:01.922141 | fa163eb2-7b8b-aa10-b746-000000002236 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-26 16:18:06.923910 | fa163eb2-7b8b-aa10-b746-000000002236 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-26 16:18:06.925336 | fa163eb2-7b8b-aa10-b746-000000002236 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:57.312589 | 5.00s 2025-11-26 16:18:06.979507 | fa163eb2-7b8b-aa10-b746-000000002237 | TASK | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image 2025-11-26 16:18:07.336955 | fa163eb2-7b8b-aa10-b746-000000002237 | CHANGED | Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone 2025-11-26 16:18:07.338427 | fa163eb2-7b8b-aa10-b746-000000002237 | TIMING | tripleo_container_tag : Tag cluster.common.tag/haproxy:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-haproxy:17.1 image | standalone | 0:04:57.725682 | 0.36s 2025-11-26 16:18:07.386769 | fa163eb2-7b8b-aa10-b746-000000002242 | TASK | make sure certmonger is installed 2025-11-26 16:18:10.380231 | fa163eb2-7b8b-aa10-b746-000000002242 | OK | make sure certmonger is installed | standalone 2025-11-26 16:18:10.381613 | fa163eb2-7b8b-aa10-b746-000000002242 | TIMING | make sure certmonger is installed | standalone | 0:05:00.768869 | 2.99s 2025-11-26 16:18:10.406066 | fa163eb2-7b8b-aa10-b746-000000002243 | TASK | make sure certmonger service is started 2025-11-26 16:18:10.811063 | fa163eb2-7b8b-aa10-b746-000000002243 | OK | make sure certmonger service is started | standalone 2025-11-26 16:18:10.812939 | fa163eb2-7b8b-aa10-b746-000000002243 | TIMING | make sure certmonger service is started | standalone | 0:05:01.200193 | 0.41s 2025-11-26 16:18:10.839899 | fa163eb2-7b8b-aa10-b746-000000002244 | TASK | Create dirs for certificates and keys 2025-11-26 16:18:11.118279 | fa163eb2-7b8b-aa10-b746-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-26 16:18:11.119950 | fa163eb2-7b8b-aa10-b746-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:01.507200 | 0.28s 2025-11-26 16:18:11.343343 | fa163eb2-7b8b-aa10-b746-000000002244 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-26 16:18:11.344530 | fa163eb2-7b8b-aa10-b746-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:01.731786 | 0.50s 2025-11-26 16:18:11.350941 | fa163eb2-7b8b-aa10-b746-000000002244 | TIMING | Create dirs for certificates and keys | standalone | 0:05:01.738190 | 0.51s 2025-11-26 16:18:11.376463 | fa163eb2-7b8b-aa10-b746-000000002245 | TASK | Extract and trust certmonger's local CA 2025-11-26 16:18:12.586030 | fa163eb2-7b8b-aa10-b746-000000002245 | CHANGED | Extract and trust certmonger's local CA | standalone 2025-11-26 16:18:12.587514 | fa163eb2-7b8b-aa10-b746-000000002245 | TIMING | Extract and trust certmonger's local CA | standalone | 0:05:02.974768 | 1.21s 2025-11-26 16:18:12.665778 | fa163eb2-7b8b-aa10-b746-000000002246 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:03.052991 | 0.05s 2025-11-26 16:18:12.732911 | fa163eb2-7b8b-aa10-b746-0000000023d0 | TASK | Set version specific variables 2025-11-26 16:18:12.783235 | fa163eb2-7b8b-aa10-b746-0000000023d0 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:03.170474 | 0.05s 2025-11-26 16:18:12.802910 | f33d59c7-abab-47b6-895f-37cd5e3ec9fc | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:18:12.832975 | fa163eb2-7b8b-aa10-b746-00000000240f | TASK | Ensure ansible_facts used by role 2025-11-26 16:18:13.230240 | fa163eb2-7b8b-aa10-b746-00000000240f | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:18:13.231900 | fa163eb2-7b8b-aa10-b746-00000000240f | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:03.619154 | 0.40s 2025-11-26 16:18:13.258486 | fa163eb2-7b8b-aa10-b746-000000002410 | TASK | Set platform/version specific variables 2025-11-26 16:18:13.332790 | fa163eb2-7b8b-aa10-b746-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:18:13.349674 | fa163eb2-7b8b-aa10-b746-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:18:13.367950 | fa163eb2-7b8b-aa10-b746-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:18:13.381948 | fa163eb2-7b8b-aa10-b746-000000002410 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:18:13.393972 | fa163eb2-7b8b-aa10-b746-000000002410 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:03.781223 | 0.13s 2025-11-26 16:18:13.419601 | fa163eb2-7b8b-aa10-b746-0000000023d1 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:18:16.303373 | fa163eb2-7b8b-aa10-b746-0000000023d1 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:18:16.304807 | fa163eb2-7b8b-aa10-b746-0000000023d1 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:06.692062 | 2.88s 2025-11-26 16:18:16.330114 | fa163eb2-7b8b-aa10-b746-0000000023d3 | TASK | Ensure provider packages are installed 2025-11-26 16:18:19.321131 | fa163eb2-7b8b-aa10-b746-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:09.708370 | 2.99s 2025-11-26 16:18:19.327691 | fa163eb2-7b8b-aa10-b746-0000000023d3 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:09.714928 | 3.00s 2025-11-26 16:18:19.353805 | fa163eb2-7b8b-aa10-b746-0000000023d5 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:18:19.668881 | fa163eb2-7b8b-aa10-b746-0000000023d5 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:18:19.670977 | fa163eb2-7b8b-aa10-b746-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:10.058227 | 0.32s 2025-11-26 16:18:19.681089 | fa163eb2-7b8b-aa10-b746-0000000023d5 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:10.068343 | 0.33s 2025-11-26 16:18:19.706937 | fa163eb2-7b8b-aa10-b746-0000000023d7 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:18:20.019853 | fa163eb2-7b8b-aa10-b746-0000000023d7 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:18:20.021325 | fa163eb2-7b8b-aa10-b746-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.408577 | 0.31s 2025-11-26 16:18:20.027284 | fa163eb2-7b8b-aa10-b746-0000000023d7 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:10.414538 | 0.32s 2025-11-26 16:18:20.052672 | fa163eb2-7b8b-aa10-b746-0000000023d9 | TASK | Ensure provider service is running 2025-11-26 16:18:20.492609 | fa163eb2-7b8b-aa10-b746-0000000023d9 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:18:20.494464 | fa163eb2-7b8b-aa10-b746-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.881717 | 0.44s 2025-11-26 16:18:20.503526 | fa163eb2-7b8b-aa10-b746-0000000023d9 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:10.890776 | 0.45s 2025-11-26 16:18:20.530298 | fa163eb2-7b8b-aa10-b746-0000000023dc | TASK | Ensure certificate requests 2025-11-26 16:18:22.951316 | fa163eb2-7b8b-aa10-b746-0000000023dc | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.ooo.test', 'ip': [], 'key_size': '2048', 'name': 'haproxy-external-cert', 'principal': 'haproxy/standalone.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-external-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\ncp "/etc/pki/tls/private/haproxy-external-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\n\nca_type=ipa\nif [ "$ca_type" = "self-sign" ]; then\n # refresh the ca cert just in case the ca cert has been renewed\n ca_pem=\'/etc/pki/ca-trust/source/anchors/cm-local-ca.pem\'\n openssl pkcs12 -in /var/lib/certmonger/local/creds -out ${ca_pem} -nokeys -nodes -passin pass:\'\'\n chmod 0644 ${ca_pem}\n update-ca-trust extract\n test -e ${ca_pem} && openssl x509 -checkend 0 -noout -in ${ca_pem}\n openssl x509 -in ${ca_pem} -out /tmp/cm-local-ca.pem\n ca_path="/tmp/cm-local-ca.pem"\nelse\n ca_path="/etc/ipa/ca.crt"\nfi\n\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-external.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-external.key"\nservice_pem="/etc/pki/tls/private/overcloud_endpoint.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-26 16:18:22.952934 | fa163eb2-7b8b-aa10-b746-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:13.340184 | 2.42s 2025-11-26 16:18:22.959399 | fa163eb2-7b8b-aa10-b746-0000000023dc | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:13.346656 | 2.43s 2025-11-26 16:18:23.007651 | fa163eb2-7b8b-aa10-b746-000000002248 | TASK | Create dirs for certificates and keys 2025-11-26 16:18:23.840338 | fa163eb2-7b8b-aa10-b746-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/certs/haproxy 2025-11-26 16:18:23.842609 | fa163eb2-7b8b-aa10-b746-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:14.229858 | 0.83s 2025-11-26 16:18:24.074520 | fa163eb2-7b8b-aa10-b746-000000002248 | OK | Create dirs for certificates and keys | standalone | item=/etc/pki/tls/private/haproxy 2025-11-26 16:18:24.075372 | fa163eb2-7b8b-aa10-b746-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:14.462631 | 1.07s 2025-11-26 16:18:24.081535 | fa163eb2-7b8b-aa10-b746-000000002248 | TIMING | Create dirs for certificates and keys | standalone | 0:05:14.468793 | 1.07s 2025-11-26 16:18:24.157791 | fa163eb2-7b8b-aa10-b746-000000002249 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:14.544991 | 0.05s 2025-11-26 16:18:24.221779 | fa163eb2-7b8b-aa10-b746-00000000245e | TASK | Set version specific variables 2025-11-26 16:18:24.268393 | fa163eb2-7b8b-aa10-b746-00000000245e | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:14.655637 | 0.05s 2025-11-26 16:18:24.286752 | 7f5d5444-7f94-47b6-8522-add3280273a4 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:18:24.316557 | fa163eb2-7b8b-aa10-b746-000000002491 | TASK | Ensure ansible_facts used by role 2025-11-26 16:18:24.707262 | fa163eb2-7b8b-aa10-b746-000000002491 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:18:24.708805 | fa163eb2-7b8b-aa10-b746-000000002491 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:15.096059 | 0.39s 2025-11-26 16:18:24.734496 | fa163eb2-7b8b-aa10-b746-000000002492 | TASK | Set platform/version specific variables 2025-11-26 16:18:24.797222 | fa163eb2-7b8b-aa10-b746-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:18:24.815504 | fa163eb2-7b8b-aa10-b746-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:18:24.832473 | fa163eb2-7b8b-aa10-b746-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:18:24.842926 | fa163eb2-7b8b-aa10-b746-000000002492 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:18:24.848640 | fa163eb2-7b8b-aa10-b746-000000002492 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:15.235894 | 0.11s 2025-11-26 16:18:24.874039 | fa163eb2-7b8b-aa10-b746-00000000245f | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:18:27.756926 | fa163eb2-7b8b-aa10-b746-00000000245f | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:18:27.758236 | fa163eb2-7b8b-aa10-b746-00000000245f | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:18.145492 | 2.88s 2025-11-26 16:18:27.782828 | fa163eb2-7b8b-aa10-b746-000000002461 | TASK | Ensure provider packages are installed 2025-11-26 16:18:30.685359 | fa163eb2-7b8b-aa10-b746-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:21.072582 | 2.90s 2025-11-26 16:18:30.697714 | fa163eb2-7b8b-aa10-b746-000000002461 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:21.084957 | 2.91s 2025-11-26 16:18:30.724691 | fa163eb2-7b8b-aa10-b746-000000002463 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:18:31.033352 | fa163eb2-7b8b-aa10-b746-000000002463 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:18:31.036176 | fa163eb2-7b8b-aa10-b746-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:21.423422 | 0.31s 2025-11-26 16:18:31.045616 | fa163eb2-7b8b-aa10-b746-000000002463 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:21.432863 | 0.32s 2025-11-26 16:18:31.072098 | fa163eb2-7b8b-aa10-b746-000000002465 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:18:31.371942 | fa163eb2-7b8b-aa10-b746-000000002465 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:18:31.373833 | fa163eb2-7b8b-aa10-b746-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:21.761082 | 0.30s 2025-11-26 16:18:31.380012 | fa163eb2-7b8b-aa10-b746-000000002465 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:21.767263 | 0.31s 2025-11-26 16:18:31.405893 | fa163eb2-7b8b-aa10-b746-000000002467 | TASK | Ensure provider service is running 2025-11-26 16:18:31.839979 | fa163eb2-7b8b-aa10-b746-000000002467 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:18:31.842661 | fa163eb2-7b8b-aa10-b746-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:22.229912 | 0.44s 2025-11-26 16:18:31.853299 | fa163eb2-7b8b-aa10-b746-000000002467 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:22.240547 | 0.45s 2025-11-26 16:18:31.880566 | fa163eb2-7b8b-aa10-b746-00000000246a | TASK | Ensure certificate requests 2025-11-26 16:18:34.158107 | fa163eb2-7b8b-aa10-b746-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.ctlplane.ooo.test', 'overcloud.ctlplane.ooo.test'], 'key_size': '2048', 'name': 'haproxy-ctlplane-cert', 'principal': 'haproxy/standalone.ctlplane.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-ctlplane-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\ncp "/etc/pki/tls/private/haproxy-ctlplane-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-ctlplane.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-ctlplane.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-26 16:18:34.161336 | fa163eb2-7b8b-aa10-b746-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:24.548576 | 2.28s 2025-11-26 16:18:35.962675 | fa163eb2-7b8b-aa10-b746-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storage.ooo.test', 'overcloud.storage.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage-cert', 'principal': 'haproxy/standalone.storage.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\ncp "/etc/pki/tls/private/haproxy-storage-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-26 16:18:35.966248 | fa163eb2-7b8b-aa10-b746-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:26.353497 | 4.08s 2025-11-26 16:18:37.983166 | fa163eb2-7b8b-aa10-b746-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.storagemgmt.ooo.test', 'overcloud.storagemgmt.ooo.test'], 'key_size': '2048', 'name': 'haproxy-storage_mgmt-cert', 'principal': 'haproxy/standalone.storagemgmt.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-storage_mgmt-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\ncp "/etc/pki/tls/private/haproxy-storage_mgmt-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-storage_mgmt.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-storage_mgmt.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-26 16:18:37.985867 | fa163eb2-7b8b-aa10-b746-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:28.373115 | 6.10s 2025-11-26 16:18:39.967172 | fa163eb2-7b8b-aa10-b746-00000000246a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'haproxy-internal_api-cert', 'principal': 'haproxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy crt and key for backward compatibility\ncp "/etc/pki/tls/certs/haproxy-internal_api-cert.crt" "/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\ncp "/etc/pki/tls/private/haproxy-internal_api-cert.key" "/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\n\nca_path="/etc/ipa/ca.crt"\nservice_crt="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.crt"\nservice_key="/etc/pki/tls/private/haproxy/overcloud-haproxy-internal_api.key"\nservice_pem="/etc/pki/tls/certs/haproxy/overcloud-haproxy-internal_api.pem"\n\ncat "$service_crt" "$ca_path" "$service_key" > "$service_pem"\n\ncontainer_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'haproxy(-bundle-.*-[0-9]+)?\')\n# Inject the new pem into the running container\nif echo "$container_name" | grep -q "^haproxy-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_pem" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the pem at the mount-point\n podman cp $service_pem "$container_name:/var/lib/kolla/config_files/src-tls/$service_pem"\n # Copy the new pem from the mount-point to the real path\n podman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_pem" "$service_pem"\nfi\n# Set appropriate permissions\npodman exec "$container_name" chown haproxy:haproxy "$service_pem"\n# Trigger a reload for HAProxy to read the new certificates\npodman kill --signal HUP "$container_name"\n'} 2025-11-26 16:18:39.968886 | fa163eb2-7b8b-aa10-b746-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:30.356133 | 8.09s 2025-11-26 16:18:39.982921 | fa163eb2-7b8b-aa10-b746-00000000246a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:30.370167 | 8.10s 2025-11-26 16:18:40.032930 | fa163eb2-7b8b-aa10-b746-00000000224b | TASK | Run lvmfilter role 2025-11-26 16:18:40.083579 | fa163eb2-7b8b-aa10-b746-00000000224b | TIMING | Run lvmfilter role | standalone | 0:05:30.470828 | 0.05s 2025-11-26 16:18:40.156935 | fa163eb2-7b8b-aa10-b746-0000000024fe | TASK | Check if lvm2 is installed 2025-11-26 16:18:40.399310 | fa163eb2-7b8b-aa10-b746-0000000024fe | CHANGED | Check if lvm2 is installed | standalone 2025-11-26 16:18:40.400820 | fa163eb2-7b8b-aa10-b746-0000000024fe | TIMING | tripleo_lvmfilter : Check if lvm2 is installed | standalone | 0:05:30.788073 | 0.24s 2025-11-26 16:18:40.427527 | fa163eb2-7b8b-aa10-b746-000000002500 | TASK | collect ansible devices 2025-11-26 16:18:40.480479 | fa163eb2-7b8b-aa10-b746-000000002500 | SKIPPED | collect ansible devices | standalone 2025-11-26 16:18:40.481909 | fa163eb2-7b8b-aa10-b746-000000002500 | TIMING | tripleo_lvmfilter : collect ansible devices | standalone | 0:05:30.869160 | 0.05s 2025-11-26 16:18:40.507409 | fa163eb2-7b8b-aa10-b746-000000002501 | TASK | collect in-use lvm2 devices list 2025-11-26 16:18:40.558926 | fa163eb2-7b8b-aa10-b746-000000002501 | SKIPPED | collect in-use lvm2 devices list | standalone 2025-11-26 16:18:40.560509 | fa163eb2-7b8b-aa10-b746-000000002501 | TIMING | tripleo_lvmfilter : collect in-use lvm2 devices list | standalone | 0:05:30.947761 | 0.05s 2025-11-26 16:18:40.585969 | fa163eb2-7b8b-aa10-b746-000000002502 | TASK | set allowed_devices 2025-11-26 16:18:40.635136 | fa163eb2-7b8b-aa10-b746-000000002502 | SKIPPED | set allowed_devices | standalone 2025-11-26 16:18:40.636285 | fa163eb2-7b8b-aa10-b746-000000002502 | TIMING | tripleo_lvmfilter : set allowed_devices | standalone | 0:05:31.023540 | 0.05s 2025-11-26 16:18:40.661446 | fa163eb2-7b8b-aa10-b746-000000002503 | TASK | build lvm2 allow list 2025-11-26 16:18:40.712335 | fa163eb2-7b8b-aa10-b746-000000002503 | SKIPPED | build lvm2 allow list | standalone 2025-11-26 16:18:40.713653 | fa163eb2-7b8b-aa10-b746-000000002503 | TIMING | tripleo_lvmfilter : build lvm2 allow list | standalone | 0:05:31.100908 | 0.05s 2025-11-26 16:18:40.738439 | fa163eb2-7b8b-aa10-b746-000000002504 | TASK | build lvm2 deny list 2025-11-26 16:18:40.787458 | fa163eb2-7b8b-aa10-b746-000000002504 | SKIPPED | build lvm2 deny list | standalone 2025-11-26 16:18:40.788659 | fa163eb2-7b8b-aa10-b746-000000002504 | TIMING | tripleo_lvmfilter : build lvm2 deny list | standalone | 0:05:31.175914 | 0.05s 2025-11-26 16:18:40.813919 | fa163eb2-7b8b-aa10-b746-000000002505 | TASK | build lvm2 filter 2025-11-26 16:18:40.865572 | fa163eb2-7b8b-aa10-b746-000000002505 | SKIPPED | build lvm2 filter | standalone 2025-11-26 16:18:40.866983 | fa163eb2-7b8b-aa10-b746-000000002505 | TIMING | tripleo_lvmfilter : build lvm2 filter | standalone | 0:05:31.254238 | 0.05s 2025-11-26 16:18:40.893589 | fa163eb2-7b8b-aa10-b746-000000002506 | TASK | regenerate lvm config 2025-11-26 16:18:40.942552 | fa163eb2-7b8b-aa10-b746-000000002506 | SKIPPED | regenerate lvm config | standalone 2025-11-26 16:18:40.943904 | fa163eb2-7b8b-aa10-b746-000000002506 | TIMING | tripleo_lvmfilter : regenerate lvm config | standalone | 0:05:31.331157 | 0.05s 2025-11-26 16:18:40.969175 | fa163eb2-7b8b-aa10-b746-000000002507 | TASK | copy new lvm.conf in place 2025-11-26 16:18:41.018779 | fa163eb2-7b8b-aa10-b746-000000002507 | SKIPPED | copy new lvm.conf in place | standalone 2025-11-26 16:18:41.020098 | fa163eb2-7b8b-aa10-b746-000000002507 | TIMING | tripleo_lvmfilter : copy new lvm.conf in place | standalone | 0:05:31.407351 | 0.05s 2025-11-26 16:18:41.069625 | fa163eb2-7b8b-aa10-b746-000000002251 | TASK | Fail if container image is undefined 2025-11-26 16:18:41.133543 | fa163eb2-7b8b-aa10-b746-000000002251 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 16:18:41.134664 | fa163eb2-7b8b-aa10-b746-000000002251 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:05:31.521919 | 0.06s 2025-11-26 16:18:41.175393 | fa163eb2-7b8b-aa10-b746-000000002252 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-26 16:18:50.340622 | fa163eb2-7b8b-aa10-b746-000000002252 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-26 16:18:50.342464 | fa163eb2-7b8b-aa10-b746-000000002252 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:40.729719 | 9.17s 2025-11-26 16:18:50.397601 | fa163eb2-7b8b-aa10-b746-000000002253 | TASK | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image 2025-11-26 16:18:50.759194 | fa163eb2-7b8b-aa10-b746-000000002253 | CHANGED | Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone 2025-11-26 16:18:50.760782 | fa163eb2-7b8b-aa10-b746-000000002253 | TIMING | tripleo_container_tag : Tag cluster.common.tag/manila-share:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 image | standalone | 0:05:41.148030 | 0.36s 2025-11-26 16:18:50.861286 | fa163eb2-7b8b-aa10-b746-00000000225e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:41.248531 | 0.05s 2025-11-26 16:18:50.924636 | fa163eb2-7b8b-aa10-b746-000000002576 | TASK | Set version specific variables 2025-11-26 16:18:50.973340 | fa163eb2-7b8b-aa10-b746-000000002576 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:41.360588 | 0.05s 2025-11-26 16:18:50.991982 | a886f44d-fb3a-40ae-9477-ec1ef4514262 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:18:51.021673 | fa163eb2-7b8b-aa10-b746-0000000025a5 | TASK | Ensure ansible_facts used by role 2025-11-26 16:18:51.424747 | fa163eb2-7b8b-aa10-b746-0000000025a5 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:18:51.425838 | fa163eb2-7b8b-aa10-b746-0000000025a5 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:41.813099 | 0.40s 2025-11-26 16:18:51.450131 | fa163eb2-7b8b-aa10-b746-0000000025a6 | TASK | Set platform/version specific variables 2025-11-26 16:18:51.515051 | fa163eb2-7b8b-aa10-b746-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:18:51.534491 | fa163eb2-7b8b-aa10-b746-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:18:51.551543 | fa163eb2-7b8b-aa10-b746-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:18:51.563874 | fa163eb2-7b8b-aa10-b746-0000000025a6 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:18:51.570040 | fa163eb2-7b8b-aa10-b746-0000000025a6 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:41.957286 | 0.12s 2025-11-26 16:18:51.597468 | fa163eb2-7b8b-aa10-b746-000000002577 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:18:54.475001 | fa163eb2-7b8b-aa10-b746-000000002577 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:18:54.476605 | fa163eb2-7b8b-aa10-b746-000000002577 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:44.863859 | 2.88s 2025-11-26 16:18:54.502289 | fa163eb2-7b8b-aa10-b746-000000002579 | TASK | Ensure provider packages are installed 2025-11-26 16:18:57.425709 | fa163eb2-7b8b-aa10-b746-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.812937 | 2.92s 2025-11-26 16:18:57.432996 | fa163eb2-7b8b-aa10-b746-000000002579 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:47.820235 | 2.93s 2025-11-26 16:18:57.465166 | fa163eb2-7b8b-aa10-b746-00000000257b | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:18:57.711109 | fa163eb2-7b8b-aa10-b746-00000000257b | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:18:57.713520 | fa163eb2-7b8b-aa10-b746-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:48.100767 | 0.25s 2025-11-26 16:18:57.723642 | fa163eb2-7b8b-aa10-b746-00000000257b | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:48.110888 | 0.26s 2025-11-26 16:18:57.751287 | fa163eb2-7b8b-aa10-b746-00000000257d | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:18:58.041815 | fa163eb2-7b8b-aa10-b746-00000000257d | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:18:58.043371 | fa163eb2-7b8b-aa10-b746-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:48.430622 | 0.29s 2025-11-26 16:18:58.052884 | fa163eb2-7b8b-aa10-b746-00000000257d | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:48.440126 | 0.30s 2025-11-26 16:18:58.079444 | fa163eb2-7b8b-aa10-b746-00000000257f | TASK | Ensure provider service is running 2025-11-26 16:18:58.497141 | fa163eb2-7b8b-aa10-b746-00000000257f | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:18:58.499520 | fa163eb2-7b8b-aa10-b746-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:48.886771 | 0.42s 2025-11-26 16:18:58.508971 | fa163eb2-7b8b-aa10-b746-00000000257f | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:48.896228 | 0.43s 2025-11-26 16:18:58.529714 | fa163eb2-7b8b-aa10-b746-000000002582 | TASK | Ensure certificate requests 2025-11-26 16:19:00.603454 | fa163eb2-7b8b-aa10-b746-000000002582 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'memcached', 'principal': 'memcached/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep memcached)\nservice_crt="/etc/pki/tls/certs/memcached.crt"\nservice_key="/etc/pki/tls/private/memcached.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec -u root "$container_name" chown memcached:memcached "$service_crt"\npodman exec -u root "$container_name" chown memcached:memcached "$service_key"\n# Send refresh_certs command to memcached to read the new certificate\nmemcached_ip="$(hiera -c /etc/puppet/hiera.yaml memcached::listen_ip.0 127.0.0.1)"\nmemcached_port="$(hiera -c /etc/puppet/hiera.yaml memcached::tcp_port 11211)"\necho refresh_certs | openssl s_client -connect $memcached_ip:$memcached_port\n'} 2025-11-26 16:19:00.605473 | fa163eb2-7b8b-aa10-b746-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:50.992721 | 2.07s 2025-11-26 16:19:00.612938 | fa163eb2-7b8b-aa10-b746-000000002582 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:05:51.000176 | 2.08s 2025-11-26 16:19:00.709087 | fa163eb2-7b8b-aa10-b746-000000002260 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:05:51.096329 | 0.05s 2025-11-26 16:19:00.772495 | fa163eb2-7b8b-aa10-b746-0000000025ea | TASK | Set version specific variables 2025-11-26 16:19:00.810225 | fa163eb2-7b8b-aa10-b746-0000000025ea | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:05:51.197474 | 0.04s 2025-11-26 16:19:00.822904 | e6988056-1232-411d-b0d6-038b7c15ef8b | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:19:00.845532 | fa163eb2-7b8b-aa10-b746-000000002619 | TASK | Ensure ansible_facts used by role 2025-11-26 16:19:01.237535 | fa163eb2-7b8b-aa10-b746-000000002619 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:19:01.239175 | fa163eb2-7b8b-aa10-b746-000000002619 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:05:51.626430 | 0.39s 2025-11-26 16:19:01.265871 | fa163eb2-7b8b-aa10-b746-00000000261a | TASK | Set platform/version specific variables 2025-11-26 16:19:01.336934 | fa163eb2-7b8b-aa10-b746-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:01.359036 | fa163eb2-7b8b-aa10-b746-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:01.381563 | fa163eb2-7b8b-aa10-b746-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:19:01.401141 | fa163eb2-7b8b-aa10-b746-00000000261a | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:19:01.407131 | fa163eb2-7b8b-aa10-b746-00000000261a | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:05:51.794375 | 0.14s 2025-11-26 16:19:01.433765 | fa163eb2-7b8b-aa10-b746-0000000025eb | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:19:04.953288 | fa163eb2-7b8b-aa10-b746-0000000025eb | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:19:04.954807 | fa163eb2-7b8b-aa10-b746-0000000025eb | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:05:55.342062 | 3.52s 2025-11-26 16:19:04.979815 | fa163eb2-7b8b-aa10-b746-0000000025ed | TASK | Ensure provider packages are installed 2025-11-26 16:19:07.925642 | fa163eb2-7b8b-aa10-b746-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:58.312866 | 2.94s 2025-11-26 16:19:07.937294 | fa163eb2-7b8b-aa10-b746-0000000025ed | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:05:58.324548 | 2.96s 2025-11-26 16:19:07.955636 | fa163eb2-7b8b-aa10-b746-0000000025ef | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:19:08.247045 | fa163eb2-7b8b-aa10-b746-0000000025ef | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:19:08.249868 | fa163eb2-7b8b-aa10-b746-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:58.637111 | 0.29s 2025-11-26 16:19:08.259516 | fa163eb2-7b8b-aa10-b746-0000000025ef | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:05:58.646764 | 0.30s 2025-11-26 16:19:08.285834 | fa163eb2-7b8b-aa10-b746-0000000025f1 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:19:08.583394 | fa163eb2-7b8b-aa10-b746-0000000025f1 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:19:08.586335 | fa163eb2-7b8b-aa10-b746-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:58.973580 | 0.30s 2025-11-26 16:19:08.595831 | fa163eb2-7b8b-aa10-b746-0000000025f1 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:05:58.983083 | 0.31s 2025-11-26 16:19:08.621493 | fa163eb2-7b8b-aa10-b746-0000000025f3 | TASK | Ensure provider service is running 2025-11-26 16:19:09.074745 | fa163eb2-7b8b-aa10-b746-0000000025f3 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:19:09.077832 | fa163eb2-7b8b-aa10-b746-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.465080 | 0.45s 2025-11-26 16:19:09.088765 | fa163eb2-7b8b-aa10-b746-0000000025f3 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:05:59.475987 | 0.47s 2025-11-26 16:19:09.116899 | fa163eb2-7b8b-aa10-b746-0000000025f6 | TASK | Ensure certificate requests 2025-11-26 16:19:10.741053 | fa163eb2-7b8b-aa10-b746-0000000025f6 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'mysql', 'principal': 'mysql/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-26 16:19:10.744382 | fa163eb2-7b8b-aa10-b746-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.131625 | 1.63s 2025-11-26 16:19:10.754284 | fa163eb2-7b8b-aa10-b746-0000000025f6 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:01.141527 | 1.64s 2025-11-26 16:19:10.804366 | fa163eb2-7b8b-aa10-b746-000000002267 | TASK | Fail if container image is undefined 2025-11-26 16:19:10.881952 | fa163eb2-7b8b-aa10-b746-000000002267 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 16:19:10.883233 | fa163eb2-7b8b-aa10-b746-000000002267 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:06:01.270488 | 0.08s 2025-11-26 16:19:10.926105 | fa163eb2-7b8b-aa10-b746-000000002268 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-26 16:19:18.324362 | fa163eb2-7b8b-aa10-b746-000000002268 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-26 16:19:18.327985 | fa163eb2-7b8b-aa10-b746-000000002268 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:08.715232 | 7.40s 2025-11-26 16:19:18.385871 | fa163eb2-7b8b-aa10-b746-000000002269 | TASK | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image 2025-11-26 16:19:18.765864 | fa163eb2-7b8b-aa10-b746-000000002269 | CHANGED | Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone 2025-11-26 16:19:18.769301 | fa163eb2-7b8b-aa10-b746-000000002269 | TIMING | tripleo_container_tag : Tag cluster.common.tag/mariadb:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 image | standalone | 0:06:09.156535 | 0.38s 2025-11-26 16:19:18.877793 | fa163eb2-7b8b-aa10-b746-000000002274 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:09.265033 | 0.05s 2025-11-26 16:19:18.941329 | fa163eb2-7b8b-aa10-b746-000000002664 | TASK | Set version specific variables 2025-11-26 16:19:18.971825 | fa163eb2-7b8b-aa10-b746-000000002664 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:09.359067 | 0.03s 2025-11-26 16:19:18.991542 | 8ebae67d-c3a4-4a41-94fa-bc0dc0c5a0bd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:19:19.016121 | fa163eb2-7b8b-aa10-b746-000000002693 | TASK | Ensure ansible_facts used by role 2025-11-26 16:19:19.396539 | fa163eb2-7b8b-aa10-b746-000000002693 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:19:19.398324 | fa163eb2-7b8b-aa10-b746-000000002693 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:09.785578 | 0.38s 2025-11-26 16:19:19.425164 | fa163eb2-7b8b-aa10-b746-000000002694 | TASK | Set platform/version specific variables 2025-11-26 16:19:19.488252 | fa163eb2-7b8b-aa10-b746-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:19.504970 | fa163eb2-7b8b-aa10-b746-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:19.522361 | fa163eb2-7b8b-aa10-b746-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:19:19.532225 | fa163eb2-7b8b-aa10-b746-000000002694 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:19:19.538434 | fa163eb2-7b8b-aa10-b746-000000002694 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:09.925679 | 0.11s 2025-11-26 16:19:19.564787 | fa163eb2-7b8b-aa10-b746-000000002665 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:19:22.583648 | fa163eb2-7b8b-aa10-b746-000000002665 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:19:22.585071 | fa163eb2-7b8b-aa10-b746-000000002665 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:12.972322 | 3.02s 2025-11-26 16:19:22.611489 | fa163eb2-7b8b-aa10-b746-000000002667 | TASK | Ensure provider packages are installed 2025-11-26 16:19:25.552103 | fa163eb2-7b8b-aa10-b746-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:15.939341 | 2.94s 2025-11-26 16:19:25.558130 | fa163eb2-7b8b-aa10-b746-000000002667 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:15.945386 | 2.95s 2025-11-26 16:19:25.576112 | fa163eb2-7b8b-aa10-b746-000000002669 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:19:25.859385 | fa163eb2-7b8b-aa10-b746-000000002669 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:19:25.861180 | fa163eb2-7b8b-aa10-b746-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.248428 | 0.28s 2025-11-26 16:19:25.870803 | fa163eb2-7b8b-aa10-b746-000000002669 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:16.258048 | 0.29s 2025-11-26 16:19:25.897277 | fa163eb2-7b8b-aa10-b746-00000000266b | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:19:26.189216 | fa163eb2-7b8b-aa10-b746-00000000266b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:19:26.191094 | fa163eb2-7b8b-aa10-b746-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:16.578342 | 0.29s 2025-11-26 16:19:26.199749 | fa163eb2-7b8b-aa10-b746-00000000266b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:16.586968 | 0.30s 2025-11-26 16:19:26.225989 | fa163eb2-7b8b-aa10-b746-00000000266d | TASK | Ensure provider service is running 2025-11-26 16:19:26.633773 | fa163eb2-7b8b-aa10-b746-00000000266d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:19:26.635682 | fa163eb2-7b8b-aa10-b746-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.022934 | 0.41s 2025-11-26 16:19:26.650439 | fa163eb2-7b8b-aa10-b746-00000000266d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:17.037689 | 0.42s 2025-11-26 16:19:26.677342 | fa163eb2-7b8b-aa10-b746-000000002670 | TASK | Ensure certificate requests 2025-11-26 16:19:28.127942 | fa163eb2-7b8b-aa10-b746-000000002670 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron_ovn', 'principal': 'neutron_ovn/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-26 16:19:28.129407 | fa163eb2-7b8b-aa10-b746-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.516660 | 1.45s 2025-11-26 16:19:28.142943 | fa163eb2-7b8b-aa10-b746-000000002670 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:18.530182 | 1.46s 2025-11-26 16:19:28.244036 | fa163eb2-7b8b-aa10-b746-000000002276 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:18.631282 | 0.05s 2025-11-26 16:19:28.306117 | fa163eb2-7b8b-aa10-b746-0000000026d8 | TASK | Set version specific variables 2025-11-26 16:19:28.355220 | fa163eb2-7b8b-aa10-b746-0000000026d8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:18.742471 | 0.05s 2025-11-26 16:19:28.373558 | 3e5fe6a3-f248-47d8-a866-136597963d19 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:19:28.403503 | fa163eb2-7b8b-aa10-b746-000000002707 | TASK | Ensure ansible_facts used by role 2025-11-26 16:19:28.788959 | fa163eb2-7b8b-aa10-b746-000000002707 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:19:28.790032 | fa163eb2-7b8b-aa10-b746-000000002707 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:19.177292 | 0.39s 2025-11-26 16:19:28.810314 | fa163eb2-7b8b-aa10-b746-000000002708 | TASK | Set platform/version specific variables 2025-11-26 16:19:28.896499 | fa163eb2-7b8b-aa10-b746-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:28.927387 | fa163eb2-7b8b-aa10-b746-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:28.954653 | fa163eb2-7b8b-aa10-b746-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:19:28.974012 | fa163eb2-7b8b-aa10-b746-000000002708 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:19:28.979695 | fa163eb2-7b8b-aa10-b746-000000002708 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:19.366949 | 0.17s 2025-11-26 16:19:29.005081 | fa163eb2-7b8b-aa10-b746-0000000026d9 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:19:31.881702 | fa163eb2-7b8b-aa10-b746-0000000026d9 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:19:31.883312 | fa163eb2-7b8b-aa10-b746-0000000026d9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:22.270566 | 2.88s 2025-11-26 16:19:31.908703 | fa163eb2-7b8b-aa10-b746-0000000026db | TASK | Ensure provider packages are installed 2025-11-26 16:19:34.917182 | fa163eb2-7b8b-aa10-b746-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.304425 | 3.01s 2025-11-26 16:19:34.923691 | fa163eb2-7b8b-aa10-b746-0000000026db | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:25.310938 | 3.01s 2025-11-26 16:19:34.949697 | fa163eb2-7b8b-aa10-b746-0000000026dd | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:19:35.243236 | fa163eb2-7b8b-aa10-b746-0000000026dd | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:19:35.245649 | fa163eb2-7b8b-aa10-b746-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.632899 | 0.29s 2025-11-26 16:19:35.255619 | fa163eb2-7b8b-aa10-b746-0000000026dd | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:25.642874 | 0.30s 2025-11-26 16:19:35.281887 | fa163eb2-7b8b-aa10-b746-0000000026df | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:19:35.573835 | fa163eb2-7b8b-aa10-b746-0000000026df | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:19:35.575269 | fa163eb2-7b8b-aa10-b746-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:25.962518 | 0.29s 2025-11-26 16:19:35.587219 | fa163eb2-7b8b-aa10-b746-0000000026df | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:25.974472 | 0.30s 2025-11-26 16:19:35.612818 | fa163eb2-7b8b-aa10-b746-0000000026e1 | TASK | Ensure provider service is running 2025-11-26 16:19:37.060207 | fa163eb2-7b8b-aa10-b746-0000000026e1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:19:37.062038 | fa163eb2-7b8b-aa10-b746-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:27.449299 | 1.45s 2025-11-26 16:19:37.073784 | fa163eb2-7b8b-aa10-b746-0000000026e1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:27.461028 | 1.46s 2025-11-26 16:19:37.101038 | fa163eb2-7b8b-aa10-b746-0000000026e4 | TASK | Ensure certificate requests 2025-11-26 16:19:38.858521 | fa163eb2-7b8b-aa10-b746-0000000026e4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'neutron', 'principal': 'neutron/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep neutron_dhcp)\n# The certificate is also installed on the computes, but neutron_dhcp is only\n# present on the controllers, so we exit if the container could not be found.\n[[ -z $container_name ]] && exit 0\n\nservice_crt="/etc/pki/tls/certs/neutron.crt"\nservice_key="/etc/pki/tls/private/neutron.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key "$service_key"\n# No need to trigger a reload for neutron dhcpd since the cert is not cached\n'} 2025-11-26 16:19:38.860947 | fa163eb2-7b8b-aa10-b746-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.248200 | 1.76s 2025-11-26 16:19:38.871387 | fa163eb2-7b8b-aa10-b746-0000000026e4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:29.258634 | 1.77s 2025-11-26 16:19:38.919835 | fa163eb2-7b8b-aa10-b746-000000002278 | TASK | install systemd-container for a greenfield 2025-11-26 16:19:56.145244 | fa163eb2-7b8b-aa10-b746-000000002278 | CHANGED | install systemd-container for a greenfield | standalone 2025-11-26 16:19:56.146944 | fa163eb2-7b8b-aa10-b746-000000002278 | TIMING | install systemd-container for a greenfield | standalone | 0:06:46.534197 | 17.23s 2025-11-26 16:19:56.171869 | fa163eb2-7b8b-aa10-b746-000000002279 | TASK | manage PMEM namespaces for vPMEM 2025-11-26 16:19:56.221201 | fa163eb2-7b8b-aa10-b746-000000002279 | SKIPPED | manage PMEM namespaces for vPMEM | standalone 2025-11-26 16:19:56.222235 | fa163eb2-7b8b-aa10-b746-000000002279 | TIMING | manage PMEM namespaces for vPMEM | standalone | 0:06:46.609491 | 0.05s 2025-11-26 16:19:56.247553 | fa163eb2-7b8b-aa10-b746-00000000227b | TASK | Enable post-copy by setting unprivileged_userfaultfd 2025-11-26 16:19:57.536066 | fa163eb2-7b8b-aa10-b746-00000000227b | CHANGED | Enable post-copy by setting unprivileged_userfaultfd | standalone 2025-11-26 16:19:57.537707 | fa163eb2-7b8b-aa10-b746-00000000227b | TIMING | Enable post-copy by setting unprivileged_userfaultfd | standalone | 0:06:47.924961 | 1.29s 2025-11-26 16:19:57.564133 | fa163eb2-7b8b-aa10-b746-00000000227d | TASK | is KSM enabled 2025-11-26 16:19:57.617106 | fa163eb2-7b8b-aa10-b746-00000000227d | OK | is KSM enabled | standalone 2025-11-26 16:19:57.618350 | fa163eb2-7b8b-aa10-b746-00000000227d | TIMING | is KSM enabled | standalone | 0:06:48.005605 | 0.05s 2025-11-26 16:19:57.643594 | fa163eb2-7b8b-aa10-b746-00000000227f | TASK | Check for ksm 2025-11-26 16:19:57.960508 | fa163eb2-7b8b-aa10-b746-00000000227f | CHANGED | Check for ksm | standalone 2025-11-26 16:19:57.961423 | fa163eb2-7b8b-aa10-b746-00000000227f | TIMING | Check for ksm | standalone | 0:06:48.348686 | 0.32s 2025-11-26 16:19:57.978521 | fa163eb2-7b8b-aa10-b746-000000002280 | TASK | disable KSM services 2025-11-26 16:19:58.066013 | fa163eb2-7b8b-aa10-b746-000000002280 | SKIPPED | disable KSM services | standalone | item=ksm.service 2025-11-26 16:19:58.100230 | fa163eb2-7b8b-aa10-b746-000000002280 | SKIPPED | disable KSM services | standalone | item=ksmtuned.service 2025-11-26 16:19:58.112048 | fa163eb2-7b8b-aa10-b746-000000002280 | TIMING | disable KSM services | standalone | 0:06:48.499293 | 0.13s 2025-11-26 16:19:58.138021 | fa163eb2-7b8b-aa10-b746-000000002281 | TASK | delete PageKSM after disable ksm on compute 2025-11-26 16:19:58.204344 | fa163eb2-7b8b-aa10-b746-000000002281 | SKIPPED | delete PageKSM after disable ksm on compute | standalone 2025-11-26 16:19:58.205470 | fa163eb2-7b8b-aa10-b746-000000002281 | TIMING | delete PageKSM after disable ksm on compute | standalone | 0:06:48.592726 | 0.07s 2025-11-26 16:19:58.229907 | fa163eb2-7b8b-aa10-b746-000000002283 | TASK | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) 2025-11-26 16:19:58.279678 | fa163eb2-7b8b-aa10-b746-000000002283 | SKIPPED | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone 2025-11-26 16:19:58.280782 | fa163eb2-7b8b-aa10-b746-000000002283 | TIMING | make sure package providing ksmtuned is installed (RHEL8 or CentOS8) | standalone | 0:06:48.668038 | 0.05s 2025-11-26 16:19:58.305537 | fa163eb2-7b8b-aa10-b746-000000002284 | TASK | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) 2025-11-26 16:19:58.336012 | fa163eb2-7b8b-aa10-b746-000000002284 | SKIPPED | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone 2025-11-26 16:19:58.337087 | fa163eb2-7b8b-aa10-b746-000000002284 | TIMING | make sure package providing ksmtuned is installed (RHEL9 or CentOS9) | standalone | 0:06:48.724343 | 0.03s 2025-11-26 16:19:58.362003 | fa163eb2-7b8b-aa10-b746-000000002285 | TASK | enable ksmtunded 2025-11-26 16:19:58.397637 | fa163eb2-7b8b-aa10-b746-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksm.service 2025-11-26 16:19:58.406716 | fa163eb2-7b8b-aa10-b746-000000002285 | SKIPPED | enable ksmtunded | standalone | item=ksmtuned.service 2025-11-26 16:19:58.413489 | fa163eb2-7b8b-aa10-b746-000000002285 | TIMING | enable ksmtunded | standalone | 0:06:48.800739 | 0.05s 2025-11-26 16:19:58.439524 | fa163eb2-7b8b-aa10-b746-000000002287 | TASK | Create dirs for certificates and keys 2025-11-26 16:19:58.677756 | fa163eb2-7b8b-aa10-b746-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt 2025-11-26 16:19:58.680219 | fa163eb2-7b8b-aa10-b746-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.067468 | 0.24s 2025-11-26 16:19:58.853675 | fa163eb2-7b8b-aa10-b746-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/libvirt/private 2025-11-26 16:19:58.855541 | fa163eb2-7b8b-aa10-b746-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.242798 | 0.41s 2025-11-26 16:19:59.072521 | fa163eb2-7b8b-aa10-b746-000000002287 | CHANGED | Create dirs for certificates and keys | standalone | item=/etc/pki/qemu 2025-11-26 16:19:59.074505 | fa163eb2-7b8b-aa10-b746-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.461761 | 0.63s 2025-11-26 16:19:59.085849 | fa163eb2-7b8b-aa10-b746-000000002287 | TIMING | Create dirs for certificates and keys | standalone | 0:06:49.473095 | 0.64s 2025-11-26 16:19:59.162163 | fa163eb2-7b8b-aa10-b746-000000002288 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:06:49.549410 | 0.05s 2025-11-26 16:19:59.227274 | fa163eb2-7b8b-aa10-b746-000000002774 | TASK | Set version specific variables 2025-11-26 16:19:59.275101 | fa163eb2-7b8b-aa10-b746-000000002774 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:06:49.662345 | 0.05s 2025-11-26 16:19:59.294621 | 50f5d6cd-75c3-4d99-a4b2-e49643c9dec7 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:19:59.324278 | fa163eb2-7b8b-aa10-b746-0000000027a7 | TASK | Ensure ansible_facts used by role 2025-11-26 16:19:59.666123 | fa163eb2-7b8b-aa10-b746-0000000027a7 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:19:59.667624 | fa163eb2-7b8b-aa10-b746-0000000027a7 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:06:50.054879 | 0.34s 2025-11-26 16:19:59.693166 | fa163eb2-7b8b-aa10-b746-0000000027a8 | TASK | Set platform/version specific variables 2025-11-26 16:19:59.766506 | fa163eb2-7b8b-aa10-b746-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:59.784490 | fa163eb2-7b8b-aa10-b746-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:19:59.804181 | fa163eb2-7b8b-aa10-b746-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:19:59.819002 | fa163eb2-7b8b-aa10-b746-0000000027a8 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:19:59.824775 | fa163eb2-7b8b-aa10-b746-0000000027a8 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:06:50.212023 | 0.13s 2025-11-26 16:19:59.850664 | fa163eb2-7b8b-aa10-b746-000000002775 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:20:02.783589 | fa163eb2-7b8b-aa10-b746-000000002775 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:20:02.785119 | fa163eb2-7b8b-aa10-b746-000000002775 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:06:53.172374 | 2.93s 2025-11-26 16:20:02.810192 | fa163eb2-7b8b-aa10-b746-000000002777 | TASK | Ensure provider packages are installed 2025-11-26 16:20:05.757123 | fa163eb2-7b8b-aa10-b746-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:56.144363 | 2.95s 2025-11-26 16:20:05.769422 | fa163eb2-7b8b-aa10-b746-000000002777 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:06:56.156671 | 2.96s 2025-11-26 16:20:05.795492 | fa163eb2-7b8b-aa10-b746-000000002779 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:20:06.093468 | fa163eb2-7b8b-aa10-b746-000000002779 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:06.095784 | fa163eb2-7b8b-aa10-b746-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:56.483033 | 0.30s 2025-11-26 16:20:06.105470 | fa163eb2-7b8b-aa10-b746-000000002779 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:06:56.492719 | 0.31s 2025-11-26 16:20:06.132329 | fa163eb2-7b8b-aa10-b746-00000000277b | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:20:06.413274 | fa163eb2-7b8b-aa10-b746-00000000277b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:06.414928 | fa163eb2-7b8b-aa10-b746-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:56.802181 | 0.28s 2025-11-26 16:20:06.424699 | fa163eb2-7b8b-aa10-b746-00000000277b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:06:56.811966 | 0.29s 2025-11-26 16:20:06.442257 | fa163eb2-7b8b-aa10-b746-00000000277d | TASK | Ensure provider service is running 2025-11-26 16:20:06.881215 | fa163eb2-7b8b-aa10-b746-00000000277d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:20:06.883610 | fa163eb2-7b8b-aa10-b746-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:57.270862 | 0.44s 2025-11-26 16:20:06.894120 | fa163eb2-7b8b-aa10-b746-00000000277d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:06:57.281375 | 0.45s 2025-11-26 16:20:06.921124 | fa163eb2-7b8b-aa10-b746-000000002780 | TASK | Ensure certificate requests 2025-11-26 16:20:08.376218 | fa163eb2-7b8b-aa10-b746-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-server-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/ipa/ca.crt /etc/pki/CA/cacert.pem\nchown root:root /etc/pki/CA/cacert.pem\nchmod 644 /etc/pki/CA/cacert.pem\ncp /etc/pki/tls/certs/libvirt-server-cert.crt /etc/pki/libvirt/servercert.pem\ncp /etc/pki/tls/private/libvirt-server-cert.key /etc/pki/libvirt/private/serverkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-11-26 16:20:08.378403 | fa163eb2-7b8b-aa10-b746-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:06:58.765658 | 1.46s 2025-11-26 16:20:10.536386 | fa163eb2-7b8b-aa10-b746-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-client-cert', 'principal': 'libvirt/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to libvirt dirs\ncp /etc/pki/tls/certs/libvirt-client-cert.crt /etc/pki/libvirt/clientcert.pem\ncp /etc/pki/tls/private/libvirt-client-cert.key /etc/pki/libvirt/private/clientkey.pem\npodman exec nova_virtproxyd virt-admin server-update-tls virtproxyd || systemctl reload tripleo_nova_virtproxyd\n'} 2025-11-26 16:20:10.537587 | fa163eb2-7b8b-aa10-b746-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:00.924842 | 3.62s 2025-11-26 16:20:12.423574 | fa163eb2-7b8b-aa10-b746-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-server-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp /etc/ipa/ca.crt /etc/pki/qemu/ca-cert.pem\nchown root:root /etc/pki/qemu/ca-cert.pem\nchmod 644 /etc/pki/qemu/ca-cert.pem\ncp -a /etc/pki/tls/certs/qemu-server-cert.crt /etc/pki/qemu/server-cert.pem\ncp -a /etc/pki/tls/private/qemu-server-cert.key /etc/pki/qemu/server-key.pem\nchgrp qemu /etc/pki/qemu/server-*\nchmod 0640 /etc/pki/qemu/server-cert.pem\nchmod 0640 /etc/pki/qemu/server-key.pem\n'} 2025-11-26 16:20:12.424812 | fa163eb2-7b8b-aa10-b746-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:02.812068 | 5.50s 2025-11-26 16:20:14.046810 | fa163eb2-7b8b-aa10-b746-000000002780 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'group': 'qemu', 'key_size': '2048', 'name': 'qemu-client-cert', 'owner': 'root', 'principal': 'qemu/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': '# Copy cert and key to qemu dir\ncp -a /etc/pki/tls/certs/qemu-client-cert.crt /etc/pki/qemu/client-cert.pem\ncp -a /etc/pki/tls/private/qemu-client-cert.key /etc/pki/qemu/client-key.pem\nchgrp qemu /etc/pki/qemu/client-*\nchmod 0640 /etc/pki/qemu/client-cert.pem\nchmod 0640 /etc/pki/qemu/client-key.pem\n'} 2025-11-26 16:20:14.047983 | fa163eb2-7b8b-aa10-b746-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.435239 | 7.13s 2025-11-26 16:20:14.056220 | fa163eb2-7b8b-aa10-b746-000000002780 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:04.443470 | 7.13s 2025-11-26 16:20:14.106671 | fa163eb2-7b8b-aa10-b746-00000000228a | TASK | Execute system role for Nova/Libvirt VNC certs 2025-11-26 16:20:14.189475 | fa163eb2-7b8b-aa10-b746-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.576714 | 0.08s 2025-11-26 16:20:14.200300 | fa163eb2-7b8b-aa10-b746-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.587559 | 0.09s 2025-11-26 16:20:14.207564 | fa163eb2-7b8b-aa10-b746-00000000228a | TIMING | Execute system role for Nova/Libvirt VNC certs | standalone | 0:07:04.594813 | 0.10s 2025-11-26 16:20:14.300964 | fa163eb2-7b8b-aa10-b746-0000000027fe | TASK | Set version specific variables 2025-11-26 16:20:14.349049 | fa163eb2-7b8b-aa10-b746-0000000027fe | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:04.736288 | 0.05s 2025-11-26 16:20:14.367617 | 713e7997-d4f6-4293-a578-0e244d9ad774 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:20:14.398203 | fa163eb2-7b8b-aa10-b746-000000002856 | TASK | Ensure ansible_facts used by role 2025-11-26 16:20:14.794350 | fa163eb2-7b8b-aa10-b746-000000002856 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:20:14.795931 | fa163eb2-7b8b-aa10-b746-000000002856 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:05.183186 | 0.40s 2025-11-26 16:20:14.822245 | fa163eb2-7b8b-aa10-b746-000000002857 | TASK | Set platform/version specific variables 2025-11-26 16:20:14.880927 | fa163eb2-7b8b-aa10-b746-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:14.897789 | fa163eb2-7b8b-aa10-b746-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:14.915886 | fa163eb2-7b8b-aa10-b746-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:20:14.929274 | fa163eb2-7b8b-aa10-b746-000000002857 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:20:14.941241 | fa163eb2-7b8b-aa10-b746-000000002857 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:05.328493 | 0.12s 2025-11-26 16:20:14.967137 | fa163eb2-7b8b-aa10-b746-0000000027ff | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:20:17.867351 | fa163eb2-7b8b-aa10-b746-0000000027ff | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:20:17.868879 | fa163eb2-7b8b-aa10-b746-0000000027ff | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:08.256133 | 2.90s 2025-11-26 16:20:17.894720 | fa163eb2-7b8b-aa10-b746-000000002801 | TASK | Ensure provider packages are installed 2025-11-26 16:20:20.839109 | fa163eb2-7b8b-aa10-b746-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.226331 | 2.94s 2025-11-26 16:20:20.845846 | fa163eb2-7b8b-aa10-b746-000000002801 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:11.233095 | 2.95s 2025-11-26 16:20:20.872171 | fa163eb2-7b8b-aa10-b746-000000002803 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:20:21.156436 | fa163eb2-7b8b-aa10-b746-000000002803 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:21.158782 | fa163eb2-7b8b-aa10-b746-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.546031 | 0.29s 2025-11-26 16:20:21.168675 | fa163eb2-7b8b-aa10-b746-000000002803 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:11.555926 | 0.30s 2025-11-26 16:20:21.194576 | fa163eb2-7b8b-aa10-b746-000000002805 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:20:21.483098 | fa163eb2-7b8b-aa10-b746-000000002805 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:21.485125 | fa163eb2-7b8b-aa10-b746-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.872376 | 0.29s 2025-11-26 16:20:21.495685 | fa163eb2-7b8b-aa10-b746-000000002805 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:11.882930 | 0.30s 2025-11-26 16:20:21.524774 | fa163eb2-7b8b-aa10-b746-000000002807 | TASK | Ensure provider service is running 2025-11-26 16:20:21.931978 | fa163eb2-7b8b-aa10-b746-000000002807 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:20:21.934287 | fa163eb2-7b8b-aa10-b746-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.321540 | 0.41s 2025-11-26 16:20:21.943966 | fa163eb2-7b8b-aa10-b746-000000002807 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:12.331219 | 0.42s 2025-11-26 16:20:21.963088 | fa163eb2-7b8b-aa10-b746-00000000280a | TASK | Ensure certificate requests 2025-11-26 16:20:23.845004 | fa163eb2-7b8b-aa10-b746-00000000280a | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'libvirt-vnc-client-cert', 'principal': 'libvirt-vnc/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/libvirt-vnc-client-cert.crt"\nservice_key="/etc/pki/tls/private/libvirt-vnc-client-cert.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-11-26 16:20:23.847472 | fa163eb2-7b8b-aa10-b746-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.234724 | 1.88s 2025-11-26 16:20:23.857937 | fa163eb2-7b8b-aa10-b746-00000000280a | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:14.245188 | 1.89s 2025-11-26 16:20:23.907457 | fa163eb2-7b8b-aa10-b746-000000002827 | TASK | Set version specific variables 2025-11-26 16:20:23.974968 | fa163eb2-7b8b-aa10-b746-000000002827 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:14.362207 | 0.07s 2025-11-26 16:20:24.001344 | 4b1fc80a-584d-437f-821d-ab09b0218042 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:20:24.034289 | fa163eb2-7b8b-aa10-b746-000000002890 | TASK | Ensure ansible_facts used by role 2025-11-26 16:20:24.426231 | fa163eb2-7b8b-aa10-b746-000000002890 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:20:24.427825 | fa163eb2-7b8b-aa10-b746-000000002890 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:14.815078 | 0.39s 2025-11-26 16:20:24.453794 | fa163eb2-7b8b-aa10-b746-000000002891 | TASK | Set platform/version specific variables 2025-11-26 16:20:24.526186 | fa163eb2-7b8b-aa10-b746-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:24.543067 | fa163eb2-7b8b-aa10-b746-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:24.561093 | fa163eb2-7b8b-aa10-b746-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:20:24.575296 | fa163eb2-7b8b-aa10-b746-000000002891 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:20:24.587237 | fa163eb2-7b8b-aa10-b746-000000002891 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:14.974486 | 0.13s 2025-11-26 16:20:24.614159 | fa163eb2-7b8b-aa10-b746-000000002828 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:20:27.452098 | fa163eb2-7b8b-aa10-b746-000000002828 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:20:27.453555 | fa163eb2-7b8b-aa10-b746-000000002828 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:17.840810 | 2.84s 2025-11-26 16:20:27.478637 | fa163eb2-7b8b-aa10-b746-00000000282a | TASK | Ensure provider packages are installed 2025-11-26 16:20:30.352774 | fa163eb2-7b8b-aa10-b746-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.739989 | 2.87s 2025-11-26 16:20:30.365448 | fa163eb2-7b8b-aa10-b746-00000000282a | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:20.752695 | 2.89s 2025-11-26 16:20:30.392148 | fa163eb2-7b8b-aa10-b746-00000000282c | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:20:30.657860 | fa163eb2-7b8b-aa10-b746-00000000282c | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:30.660017 | fa163eb2-7b8b-aa10-b746-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.047268 | 0.27s 2025-11-26 16:20:30.670155 | fa163eb2-7b8b-aa10-b746-00000000282c | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:21.057409 | 0.28s 2025-11-26 16:20:30.695879 | fa163eb2-7b8b-aa10-b746-00000000282e | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:20:30.974595 | fa163eb2-7b8b-aa10-b746-00000000282e | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:30.976863 | fa163eb2-7b8b-aa10-b746-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.364113 | 0.28s 2025-11-26 16:20:30.986840 | fa163eb2-7b8b-aa10-b746-00000000282e | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:21.374091 | 0.29s 2025-11-26 16:20:31.012897 | fa163eb2-7b8b-aa10-b746-000000002830 | TASK | Ensure provider service is running 2025-11-26 16:20:31.426744 | fa163eb2-7b8b-aa10-b746-000000002830 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:20:31.429352 | fa163eb2-7b8b-aa10-b746-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:21.816602 | 0.41s 2025-11-26 16:20:31.440054 | fa163eb2-7b8b-aa10-b746-000000002830 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:21.827307 | 0.43s 2025-11-26 16:20:31.466975 | fa163eb2-7b8b-aa10-b746-000000002833 | TASK | Ensure certificate requests 2025-11-26 16:20:33.355483 | fa163eb2-7b8b-aa10-b746-000000002833 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'novnc-proxy', 'principal': 'novnc-proxy/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep nova_vnc_proxy)\nservice_crt="/etc/pki/tls/certs/novnc-proxy.crt"\nservice_key="/etc/pki/tls/private/novnc-proxy.key"\n# Copy the new cert from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new key from the mount-point to the real path\npodman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n\n# Set permissions\npodman exec -u root "$container_name" chmod 0644 $service_crt\npodman exec -u root "$container_name" chmod 0640 $service_key\npodman exec -u root "$container_name" chgrp qemu $service_key\n\n# No need to trigger a reload for novnc proxy since the cert is not cached\n'} 2025-11-26 16:20:33.356984 | fa163eb2-7b8b-aa10-b746-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:23.744235 | 1.89s 2025-11-26 16:20:33.363693 | fa163eb2-7b8b-aa10-b746-000000002833 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:23.750940 | 1.90s 2025-11-26 16:20:33.465761 | fa163eb2-7b8b-aa10-b746-00000000228d | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:23.852964 | 0.05s 2025-11-26 16:20:33.530809 | fa163eb2-7b8b-aa10-b746-0000000028d5 | TASK | Set version specific variables 2025-11-26 16:20:33.581484 | fa163eb2-7b8b-aa10-b746-0000000028d5 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:23.968729 | 0.05s 2025-11-26 16:20:33.602706 | f782f460-26a1-4ac8-bf88-e089e74b5702 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:20:33.634408 | fa163eb2-7b8b-aa10-b746-000000002904 | TASK | Ensure ansible_facts used by role 2025-11-26 16:20:34.029072 | fa163eb2-7b8b-aa10-b746-000000002904 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:20:34.030680 | fa163eb2-7b8b-aa10-b746-000000002904 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:24.417935 | 0.39s 2025-11-26 16:20:34.057396 | fa163eb2-7b8b-aa10-b746-000000002905 | TASK | Set platform/version specific variables 2025-11-26 16:20:34.113076 | fa163eb2-7b8b-aa10-b746-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:34.133466 | fa163eb2-7b8b-aa10-b746-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:34.156265 | fa163eb2-7b8b-aa10-b746-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:20:34.176546 | fa163eb2-7b8b-aa10-b746-000000002905 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:20:34.182407 | fa163eb2-7b8b-aa10-b746-000000002905 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:24.569653 | 0.12s 2025-11-26 16:20:34.208890 | fa163eb2-7b8b-aa10-b746-0000000028d6 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:20:37.106717 | fa163eb2-7b8b-aa10-b746-0000000028d6 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:20:37.108229 | fa163eb2-7b8b-aa10-b746-0000000028d6 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:27.495483 | 2.90s 2025-11-26 16:20:37.133579 | fa163eb2-7b8b-aa10-b746-0000000028d8 | TASK | Ensure provider packages are installed 2025-11-26 16:20:40.119243 | fa163eb2-7b8b-aa10-b746-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:30.506483 | 2.98s 2025-11-26 16:20:40.131493 | fa163eb2-7b8b-aa10-b746-0000000028d8 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:30.518738 | 3.00s 2025-11-26 16:20:40.157915 | fa163eb2-7b8b-aa10-b746-0000000028da | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:20:40.442927 | fa163eb2-7b8b-aa10-b746-0000000028da | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:40.445078 | fa163eb2-7b8b-aa10-b746-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:30.832330 | 0.29s 2025-11-26 16:20:40.455214 | fa163eb2-7b8b-aa10-b746-0000000028da | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:30.842464 | 0.30s 2025-11-26 16:20:40.481765 | fa163eb2-7b8b-aa10-b746-0000000028dc | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:20:40.785259 | fa163eb2-7b8b-aa10-b746-0000000028dc | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:40.786775 | fa163eb2-7b8b-aa10-b746-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.174026 | 0.30s 2025-11-26 16:20:40.798836 | fa163eb2-7b8b-aa10-b746-0000000028dc | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:31.186085 | 0.32s 2025-11-26 16:20:40.824597 | fa163eb2-7b8b-aa10-b746-0000000028de | TASK | Ensure provider service is running 2025-11-26 16:20:41.266043 | fa163eb2-7b8b-aa10-b746-0000000028de | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:20:41.267812 | fa163eb2-7b8b-aa10-b746-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:31.655066 | 0.44s 2025-11-26 16:20:41.276356 | fa163eb2-7b8b-aa10-b746-0000000028de | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:31.663600 | 0.45s 2025-11-26 16:20:41.298529 | fa163eb2-7b8b-aa10-b746-0000000028e1 | TASK | Ensure certificate requests 2025-11-26 16:20:42.819504 | fa163eb2-7b8b-aa10-b746-0000000028e1 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_controller', 'principal': 'ovn_controller/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-26 16:20:42.821955 | fa163eb2-7b8b-aa10-b746-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:33.209206 | 1.52s 2025-11-26 16:20:42.832387 | fa163eb2-7b8b-aa10-b746-0000000028e1 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:33.219637 | 1.53s 2025-11-26 16:20:42.881140 | fa163eb2-7b8b-aa10-b746-00000000228f | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-26 16:20:42.964488 | fa163eb2-7b8b-aa10-b746-00000000228f | OK | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-26 16:20:42.965838 | fa163eb2-7b8b-aa10-b746-00000000228f | TIMING | set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:33.353090 | 0.08s 2025-11-26 16:20:42.990194 | fa163eb2-7b8b-aa10-b746-000000002290 | TASK | Populate ansible service facts so we can check for pacemaker service 2025-11-26 16:20:46.049056 | fa163eb2-7b8b-aa10-b746-000000002290 | OK | Populate ansible service facts so we can check for pacemaker service | standalone 2025-11-26 16:20:46.053962 | fa163eb2-7b8b-aa10-b746-000000002290 | TIMING | Populate ansible service facts so we can check for pacemaker service | standalone | 0:07:36.441216 | 3.06s 2025-11-26 16:20:46.095405 | fa163eb2-7b8b-aa10-b746-000000002292 | TASK | Fetch ovn-dbs-bundle 2025-11-26 16:20:46.162602 | fa163eb2-7b8b-aa10-b746-000000002292 | SKIPPED | Fetch ovn-dbs-bundle | standalone 2025-11-26 16:20:46.164030 | fa163eb2-7b8b-aa10-b746-000000002292 | TIMING | Fetch ovn-dbs-bundle | standalone | 0:07:36.551284 | 0.07s 2025-11-26 16:20:46.192609 | fa163eb2-7b8b-aa10-b746-000000002293 | TASK | Fetch ovn VIP 2025-11-26 16:20:46.262435 | fa163eb2-7b8b-aa10-b746-000000002293 | SKIPPED | Fetch ovn VIP | standalone 2025-11-26 16:20:46.263776 | fa163eb2-7b8b-aa10-b746-000000002293 | TIMING | Fetch ovn VIP | standalone | 0:07:36.651030 | 0.07s 2025-11-26 16:20:46.286155 | fa163eb2-7b8b-aa10-b746-000000002294 | TASK | Remove OVNDBs from pacemaker 2025-11-26 16:20:46.358449 | fa163eb2-7b8b-aa10-b746-000000002294 | SKIPPED | Remove OVNDBs from pacemaker | standalone 2025-11-26 16:20:46.359814 | fa163eb2-7b8b-aa10-b746-000000002294 | TIMING | Remove OVNDBs from pacemaker | standalone | 0:07:36.747063 | 0.07s 2025-11-26 16:20:46.388711 | fa163eb2-7b8b-aa10-b746-000000002295 | TASK | Remove OVNDBs VIP from pacemaker 2025-11-26 16:20:46.461203 | fa163eb2-7b8b-aa10-b746-000000002295 | SKIPPED | Remove OVNDBs VIP from pacemaker | standalone 2025-11-26 16:20:46.462599 | fa163eb2-7b8b-aa10-b746-000000002295 | TIMING | Remove OVNDBs VIP from pacemaker | standalone | 0:07:36.849846 | 0.07s 2025-11-26 16:20:46.491349 | fa163eb2-7b8b-aa10-b746-000000002296 | TASK | Clean up pacemaker remote nodes cache 2025-11-26 16:20:46.553410 | fa163eb2-7b8b-aa10-b746-000000002296 | SKIPPED | Clean up pacemaker remote nodes cache | standalone 2025-11-26 16:20:46.554695 | fa163eb2-7b8b-aa10-b746-000000002296 | TIMING | Clean up pacemaker remote nodes cache | standalone | 0:07:36.941948 | 0.06s 2025-11-26 16:20:46.582544 | fa163eb2-7b8b-aa10-b746-000000002297 | TASK | Remove pacemaker attributes 2025-11-26 16:20:46.658019 | fa163eb2-7b8b-aa10-b746-000000002297 | SKIPPED | Remove pacemaker attributes | standalone | item=standalone 2025-11-26 16:20:46.669656 | fa163eb2-7b8b-aa10-b746-000000002297 | TIMING | Remove pacemaker attributes | standalone | 0:07:37.056916 | 0.09s 2025-11-26 16:20:46.761236 | fa163eb2-7b8b-aa10-b746-00000000229a | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:37.148481 | 0.06s 2025-11-26 16:20:46.833652 | fa163eb2-7b8b-aa10-b746-00000000295d | TASK | Set version specific variables 2025-11-26 16:20:46.883291 | fa163eb2-7b8b-aa10-b746-00000000295d | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:37.270539 | 0.05s 2025-11-26 16:20:46.904781 | b12b0981-70b9-483a-9bc3-3f206db669b0 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:20:46.937605 | fa163eb2-7b8b-aa10-b746-00000000298e | TASK | Ensure ansible_facts used by role 2025-11-26 16:20:47.345536 | fa163eb2-7b8b-aa10-b746-00000000298e | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:20:47.347137 | fa163eb2-7b8b-aa10-b746-00000000298e | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:37.734392 | 0.41s 2025-11-26 16:20:47.375814 | fa163eb2-7b8b-aa10-b746-00000000298f | TASK | Set platform/version specific variables 2025-11-26 16:20:47.465935 | fa163eb2-7b8b-aa10-b746-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:47.496578 | fa163eb2-7b8b-aa10-b746-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:47.523375 | fa163eb2-7b8b-aa10-b746-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:20:47.543648 | fa163eb2-7b8b-aa10-b746-00000000298f | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:20:47.549323 | fa163eb2-7b8b-aa10-b746-00000000298f | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:37.936578 | 0.17s 2025-11-26 16:20:47.577842 | fa163eb2-7b8b-aa10-b746-00000000295e | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:20:50.488670 | fa163eb2-7b8b-aa10-b746-00000000295e | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:20:50.490616 | fa163eb2-7b8b-aa10-b746-00000000295e | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:40.877867 | 2.91s 2025-11-26 16:20:50.521218 | fa163eb2-7b8b-aa10-b746-000000002960 | TASK | Ensure provider packages are installed 2025-11-26 16:20:53.423644 | fa163eb2-7b8b-aa10-b746-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:43.810886 | 2.90s 2025-11-26 16:20:53.430953 | fa163eb2-7b8b-aa10-b746-000000002960 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:43.818202 | 2.91s 2025-11-26 16:20:53.460278 | fa163eb2-7b8b-aa10-b746-000000002962 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:20:53.761967 | fa163eb2-7b8b-aa10-b746-000000002962 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:53.763342 | fa163eb2-7b8b-aa10-b746-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:44.150594 | 0.30s 2025-11-26 16:20:53.774694 | fa163eb2-7b8b-aa10-b746-000000002962 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:44.161960 | 0.31s 2025-11-26 16:20:53.805335 | fa163eb2-7b8b-aa10-b746-000000002964 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:20:54.106184 | fa163eb2-7b8b-aa10-b746-000000002964 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:20:54.107301 | fa163eb2-7b8b-aa10-b746-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:44.494558 | 0.30s 2025-11-26 16:20:54.112948 | fa163eb2-7b8b-aa10-b746-000000002964 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:44.500181 | 0.31s 2025-11-26 16:20:54.144252 | fa163eb2-7b8b-aa10-b746-000000002966 | TASK | Ensure provider service is running 2025-11-26 16:20:54.593902 | fa163eb2-7b8b-aa10-b746-000000002966 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:20:54.596954 | fa163eb2-7b8b-aa10-b746-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:44.984204 | 0.45s 2025-11-26 16:20:54.607022 | fa163eb2-7b8b-aa10-b746-000000002966 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:44.994268 | 0.46s 2025-11-26 16:20:54.638103 | fa163eb2-7b8b-aa10-b746-000000002969 | TASK | Ensure certificate requests 2025-11-26 16:20:56.104945 | fa163eb2-7b8b-aa10-b746-000000002969 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_dbs', 'principal': 'ovn_dbs/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-26 16:20:56.107481 | fa163eb2-7b8b-aa10-b746-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:46.494733 | 1.47s 2025-11-26 16:20:56.117546 | fa163eb2-7b8b-aa10-b746-000000002969 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:07:46.504803 | 1.48s 2025-11-26 16:20:56.172991 | fa163eb2-7b8b-aa10-b746-00000000229c | TASK | Configure OVN DBs and northd 2025-11-26 16:20:56.225261 | fa163eb2-7b8b-aa10-b746-00000000229c | TIMING | Configure OVN DBs and northd | standalone | 0:07:46.612510 | 0.05s 2025-11-26 16:20:56.289745 | fa163eb2-7b8b-aa10-b746-0000000029d8 | TASK | create directory /var/lib/config-data/ansible-generated/ovn 2025-11-26 16:20:56.542830 | fa163eb2-7b8b-aa10-b746-0000000029d8 | CHANGED | create directory /var/lib/config-data/ansible-generated/ovn | standalone 2025-11-26 16:20:56.544226 | fa163eb2-7b8b-aa10-b746-0000000029d8 | TIMING | tripleo_ovn_cluster : create directory /var/lib/config-data/ansible-generated/ovn | standalone | 0:07:46.931478 | 0.25s 2025-11-26 16:20:56.573537 | fa163eb2-7b8b-aa10-b746-0000000029d9 | TASK | set is_ovn_dbs_bootstrap_node fact 2025-11-26 16:20:56.634914 | fa163eb2-7b8b-aa10-b746-0000000029d9 | SKIPPED | set is_ovn_dbs_bootstrap_node fact | standalone 2025-11-26 16:20:56.636052 | fa163eb2-7b8b-aa10-b746-0000000029d9 | TIMING | tripleo_ovn_cluster : set is_ovn_dbs_bootstrap_node fact | standalone | 0:07:47.023306 | 0.06s 2025-11-26 16:20:56.664291 | fa163eb2-7b8b-aa10-b746-0000000029da | TASK | check ovsdb-tool election-timer options 2025-11-26 16:20:56.927424 | fa163eb2-7b8b-aa10-b746-0000000029da | CHANGED | check ovsdb-tool election-timer options | standalone 2025-11-26 16:20:56.928828 | fa163eb2-7b8b-aa10-b746-0000000029da | TIMING | tripleo_ovn_cluster : check ovsdb-tool election-timer options | standalone | 0:07:47.316076 | 0.26s 2025-11-26 16:20:56.957584 | fa163eb2-7b8b-aa10-b746-0000000029db | TASK | set has_ovsdb_tool_election_timer fact 2025-11-26 16:20:57.029265 | fa163eb2-7b8b-aa10-b746-0000000029db | OK | set has_ovsdb_tool_election_timer fact | standalone 2025-11-26 16:20:57.030636 | fa163eb2-7b8b-aa10-b746-0000000029db | TIMING | tripleo_ovn_cluster : set has_ovsdb_tool_election_timer fact | standalone | 0:07:47.417888 | 0.07s 2025-11-26 16:20:57.059370 | fa163eb2-7b8b-aa10-b746-0000000029dc | TASK | render OVN cluster configuration 2025-11-26 16:20:57.666712 | fa163eb2-7b8b-aa10-b746-0000000029dc | CHANGED | render OVN cluster configuration | standalone 2025-11-26 16:20:57.668144 | fa163eb2-7b8b-aa10-b746-0000000029dc | TIMING | tripleo_ovn_cluster : render OVN cluster configuration | standalone | 0:07:48.055394 | 0.61s 2025-11-26 16:20:57.698925 | fa163eb2-7b8b-aa10-b746-0000000029dd | TASK | restart OVN northd and north and south databases 2025-11-26 16:20:57.753085 | fa163eb2-7b8b-aa10-b746-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.140321 | 0.05s 2025-11-26 16:20:57.770344 | fa163eb2-7b8b-aa10-b746-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.157600 | 0.07s 2025-11-26 16:20:57.783468 | fa163eb2-7b8b-aa10-b746-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.170725 | 0.08s 2025-11-26 16:20:57.789888 | fa163eb2-7b8b-aa10-b746-0000000029dd | TIMING | tripleo_ovn_cluster : restart OVN northd and north and south databases | standalone | 0:07:48.177144 | 0.09s 2025-11-26 16:20:57.816155 | 9a4c49bd-3c14-4c96-b1b5-9f625b121129 | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-26 16:20:57.825085 | ed49f123-25e8-4ecf-9622-f61de0a892fa | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-26 16:20:57.833812 | 15122e5c-1f21-48e8-9536-39754eb9485c | INCLUDED | /usr/share/ansible/roles/tripleo_ovn_cluster/tasks/restart.yml | standalone 2025-11-26 16:20:57.864709 | fa163eb2-7b8b-aa10-b746-000000002a0c | TASK | check if tripleo_cluster_north_db_server systemd service is active 2025-11-26 16:20:58.108127 | fa163eb2-7b8b-aa10-b746-000000002a0c | CHANGED | check if tripleo_cluster_north_db_server systemd service is active | standalone 2025-11-26 16:20:58.109509 | fa163eb2-7b8b-aa10-b746-000000002a0c | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_north_db_server systemd service is active | standalone | 0:07:48.496757 | 0.24s 2025-11-26 16:20:58.140165 | fa163eb2-7b8b-aa10-b746-000000002a0d | TASK | restart tripleo_cluster_north_db_server systemd service 2025-11-26 16:20:58.190521 | fa163eb2-7b8b-aa10-b746-000000002a0d | SKIPPED | restart tripleo_cluster_north_db_server systemd service | standalone 2025-11-26 16:20:58.191665 | fa163eb2-7b8b-aa10-b746-000000002a0d | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_north_db_server systemd service | standalone | 0:07:48.578912 | 0.05s 2025-11-26 16:20:58.221770 | fa163eb2-7b8b-aa10-b746-000000002a11 | TASK | check if tripleo_cluster_south_db_server systemd service is active 2025-11-26 16:20:58.486120 | fa163eb2-7b8b-aa10-b746-000000002a11 | CHANGED | check if tripleo_cluster_south_db_server systemd service is active | standalone 2025-11-26 16:20:58.487604 | fa163eb2-7b8b-aa10-b746-000000002a11 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_south_db_server systemd service is active | standalone | 0:07:48.874852 | 0.26s 2025-11-26 16:20:58.520137 | fa163eb2-7b8b-aa10-b746-000000002a12 | TASK | restart tripleo_cluster_south_db_server systemd service 2025-11-26 16:20:58.570431 | fa163eb2-7b8b-aa10-b746-000000002a12 | SKIPPED | restart tripleo_cluster_south_db_server systemd service | standalone 2025-11-26 16:20:58.571819 | fa163eb2-7b8b-aa10-b746-000000002a12 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_south_db_server systemd service | standalone | 0:07:48.959073 | 0.05s 2025-11-26 16:20:58.603582 | fa163eb2-7b8b-aa10-b746-000000002a16 | TASK | check if tripleo_cluster_northd systemd service is active 2025-11-26 16:20:58.888081 | fa163eb2-7b8b-aa10-b746-000000002a16 | CHANGED | check if tripleo_cluster_northd systemd service is active | standalone 2025-11-26 16:20:58.889391 | fa163eb2-7b8b-aa10-b746-000000002a16 | TIMING | tripleo_ovn_cluster : check if tripleo_cluster_northd systemd service is active | standalone | 0:07:49.276647 | 0.28s 2025-11-26 16:20:58.920084 | fa163eb2-7b8b-aa10-b746-000000002a17 | TASK | restart tripleo_cluster_northd systemd service 2025-11-26 16:20:58.973083 | fa163eb2-7b8b-aa10-b746-000000002a17 | SKIPPED | restart tripleo_cluster_northd systemd service | standalone 2025-11-26 16:20:58.974221 | fa163eb2-7b8b-aa10-b746-000000002a17 | TIMING | tripleo_ovn_cluster : restart tripleo_cluster_northd systemd service | standalone | 0:07:49.361477 | 0.05s 2025-11-26 16:20:59.077941 | fa163eb2-7b8b-aa10-b746-00000000229e | TIMING | include_role : linux-system-roles.certificate | standalone | 0:07:49.465189 | 0.05s 2025-11-26 16:20:59.142310 | fa163eb2-7b8b-aa10-b746-000000002a64 | TASK | Set version specific variables 2025-11-26 16:20:59.192907 | fa163eb2-7b8b-aa10-b746-000000002a64 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:07:49.580150 | 0.05s 2025-11-26 16:20:59.215081 | 870c233e-1076-4421-917b-bdd2039f7299 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:20:59.247042 | fa163eb2-7b8b-aa10-b746-000000002a93 | TASK | Ensure ansible_facts used by role 2025-11-26 16:20:59.630505 | fa163eb2-7b8b-aa10-b746-000000002a93 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:20:59.632046 | fa163eb2-7b8b-aa10-b746-000000002a93 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:07:50.019301 | 0.38s 2025-11-26 16:20:59.660341 | fa163eb2-7b8b-aa10-b746-000000002a94 | TASK | Set platform/version specific variables 2025-11-26 16:20:59.728178 | fa163eb2-7b8b-aa10-b746-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:59.754935 | fa163eb2-7b8b-aa10-b746-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:20:59.778855 | fa163eb2-7b8b-aa10-b746-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:20:59.801349 | fa163eb2-7b8b-aa10-b746-000000002a94 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:20:59.807375 | fa163eb2-7b8b-aa10-b746-000000002a94 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:07:50.194627 | 0.15s 2025-11-26 16:20:59.835942 | fa163eb2-7b8b-aa10-b746-000000002a65 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:21:02.847148 | fa163eb2-7b8b-aa10-b746-000000002a65 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:21:02.848694 | fa163eb2-7b8b-aa10-b746-000000002a65 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:07:53.235950 | 3.01s 2025-11-26 16:21:02.877650 | fa163eb2-7b8b-aa10-b746-000000002a67 | TASK | Ensure provider packages are installed 2025-11-26 16:21:05.773599 | fa163eb2-7b8b-aa10-b746-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:56.160841 | 2.89s 2025-11-26 16:21:05.786242 | fa163eb2-7b8b-aa10-b746-000000002a67 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:07:56.173490 | 2.91s 2025-11-26 16:21:05.815379 | fa163eb2-7b8b-aa10-b746-000000002a69 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:21:06.110713 | fa163eb2-7b8b-aa10-b746-000000002a69 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:21:06.112877 | fa163eb2-7b8b-aa10-b746-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:56.500125 | 0.30s 2025-11-26 16:21:06.123021 | fa163eb2-7b8b-aa10-b746-000000002a69 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:07:56.510268 | 0.31s 2025-11-26 16:21:06.152002 | fa163eb2-7b8b-aa10-b746-000000002a6b | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:21:06.448157 | fa163eb2-7b8b-aa10-b746-000000002a6b | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:21:06.450474 | fa163eb2-7b8b-aa10-b746-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:56.837728 | 0.30s 2025-11-26 16:21:06.460428 | fa163eb2-7b8b-aa10-b746-000000002a6b | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:07:56.847676 | 0.31s 2025-11-26 16:21:06.489256 | fa163eb2-7b8b-aa10-b746-000000002a6d | TASK | Ensure provider service is running 2025-11-26 16:21:07.880940 | fa163eb2-7b8b-aa10-b746-000000002a6d | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:21:07.883366 | fa163eb2-7b8b-aa10-b746-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:58.270621 | 1.39s 2025-11-26 16:21:07.893943 | fa163eb2-7b8b-aa10-b746-000000002a6d | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:07:58.281191 | 1.40s 2025-11-26 16:21:07.926810 | fa163eb2-7b8b-aa10-b746-000000002a70 | TASK | Ensure certificate requests 2025-11-26 16:21:09.844147 | fa163eb2-7b8b-aa10-b746-000000002a70 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_metadata', 'principal': 'ovn_metadata/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-26 16:21:09.845669 | fa163eb2-7b8b-aa10-b746-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:00.232922 | 1.92s 2025-11-26 16:21:09.856079 | fa163eb2-7b8b-aa10-b746-000000002a70 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:00.243319 | 1.93s 2025-11-26 16:21:09.967860 | fa163eb2-7b8b-aa10-b746-0000000022a0 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:00.355098 | 0.05s 2025-11-26 16:21:10.035561 | fa163eb2-7b8b-aa10-b746-000000002ad8 | TASK | Set version specific variables 2025-11-26 16:21:10.084166 | fa163eb2-7b8b-aa10-b746-000000002ad8 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:00.471416 | 0.05s 2025-11-26 16:21:10.107276 | 7a1e8e54-7055-4dc1-92a6-0c9c37b344bd | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:21:10.140017 | fa163eb2-7b8b-aa10-b746-000000002b07 | TASK | Ensure ansible_facts used by role 2025-11-26 16:21:10.538081 | fa163eb2-7b8b-aa10-b746-000000002b07 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:21:10.539654 | fa163eb2-7b8b-aa10-b746-000000002b07 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:00.926907 | 0.40s 2025-11-26 16:21:10.568818 | fa163eb2-7b8b-aa10-b746-000000002b08 | TASK | Set platform/version specific variables 2025-11-26 16:21:10.646877 | fa163eb2-7b8b-aa10-b746-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:21:10.664050 | fa163eb2-7b8b-aa10-b746-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:21:10.681784 | fa163eb2-7b8b-aa10-b746-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:21:10.695646 | fa163eb2-7b8b-aa10-b746-000000002b08 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:21:10.701399 | fa163eb2-7b8b-aa10-b746-000000002b08 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:01.088646 | 0.13s 2025-11-26 16:21:10.730841 | fa163eb2-7b8b-aa10-b746-000000002ad9 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:21:13.594997 | fa163eb2-7b8b-aa10-b746-000000002ad9 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:21:13.596451 | fa163eb2-7b8b-aa10-b746-000000002ad9 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:03.983706 | 2.86s 2025-11-26 16:21:13.625248 | fa163eb2-7b8b-aa10-b746-000000002adb | TASK | Ensure provider packages are installed 2025-11-26 16:21:16.546754 | fa163eb2-7b8b-aa10-b746-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:06.933975 | 2.92s 2025-11-26 16:21:16.558998 | fa163eb2-7b8b-aa10-b746-000000002adb | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:06.946244 | 2.93s 2025-11-26 16:21:16.588309 | fa163eb2-7b8b-aa10-b746-000000002add | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:21:16.874243 | fa163eb2-7b8b-aa10-b746-000000002add | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:21:16.876238 | fa163eb2-7b8b-aa10-b746-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:07.263490 | 0.29s 2025-11-26 16:21:16.886407 | fa163eb2-7b8b-aa10-b746-000000002add | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:07.273659 | 0.30s 2025-11-26 16:21:16.915825 | fa163eb2-7b8b-aa10-b746-000000002adf | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:21:17.200688 | fa163eb2-7b8b-aa10-b746-000000002adf | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:21:17.202712 | fa163eb2-7b8b-aa10-b746-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:07.589964 | 0.29s 2025-11-26 16:21:17.212934 | fa163eb2-7b8b-aa10-b746-000000002adf | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:07.600182 | 0.30s 2025-11-26 16:21:17.242439 | fa163eb2-7b8b-aa10-b746-000000002ae1 | TASK | Ensure provider service is running 2025-11-26 16:21:17.668692 | fa163eb2-7b8b-aa10-b746-000000002ae1 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:21:17.671296 | fa163eb2-7b8b-aa10-b746-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:08.058545 | 0.43s 2025-11-26 16:21:17.682257 | fa163eb2-7b8b-aa10-b746-000000002ae1 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:08.069502 | 0.44s 2025-11-26 16:21:17.712264 | fa163eb2-7b8b-aa10-b746-000000002ae4 | TASK | Ensure certificate requests 2025-11-26 16:21:19.309172 | fa163eb2-7b8b-aa10-b746-000000002ae4 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'ovn_octavia', 'principal': 'ovn_octavia/standalone.internalapi.ooo.test@OOO.TEST'} 2025-11-26 16:21:19.310642 | fa163eb2-7b8b-aa10-b746-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:09.697893 | 1.60s 2025-11-26 16:21:19.317205 | fa163eb2-7b8b-aa10-b746-000000002ae4 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:09.704454 | 1.60s 2025-11-26 16:21:19.423374 | fa163eb2-7b8b-aa10-b746-0000000022a2 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:08:09.810616 | 0.05s 2025-11-26 16:21:19.492207 | fa163eb2-7b8b-aa10-b746-000000002b4c | TASK | Set version specific variables 2025-11-26 16:21:19.540874 | fa163eb2-7b8b-aa10-b746-000000002b4c | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:08:09.928123 | 0.05s 2025-11-26 16:21:19.564716 | e132d5c1-085b-4e34-86c7-acceb75ec97d | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:21:19.593358 | fa163eb2-7b8b-aa10-b746-000000002b7b | TASK | Ensure ansible_facts used by role 2025-11-26 16:21:19.980776 | fa163eb2-7b8b-aa10-b746-000000002b7b | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:21:19.982368 | fa163eb2-7b8b-aa10-b746-000000002b7b | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:08:10.369623 | 0.39s 2025-11-26 16:21:20.011127 | fa163eb2-7b8b-aa10-b746-000000002b7c | TASK | Set platform/version specific variables 2025-11-26 16:21:20.103152 | fa163eb2-7b8b-aa10-b746-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:21:20.134063 | fa163eb2-7b8b-aa10-b746-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:21:20.162223 | fa163eb2-7b8b-aa10-b746-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:21:20.183013 | fa163eb2-7b8b-aa10-b746-000000002b7c | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:21:20.189997 | fa163eb2-7b8b-aa10-b746-000000002b7c | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:08:10.577245 | 0.18s 2025-11-26 16:21:20.219144 | fa163eb2-7b8b-aa10-b746-000000002b4d | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:21:23.160648 | fa163eb2-7b8b-aa10-b746-000000002b4d | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:21:23.162182 | fa163eb2-7b8b-aa10-b746-000000002b4d | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:08:13.549436 | 2.94s 2025-11-26 16:21:23.190910 | fa163eb2-7b8b-aa10-b746-000000002b4f | TASK | Ensure provider packages are installed 2025-11-26 16:21:26.095829 | fa163eb2-7b8b-aa10-b746-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:16.483068 | 2.90s 2025-11-26 16:21:26.102366 | fa163eb2-7b8b-aa10-b746-000000002b4f | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:08:16.489609 | 2.91s 2025-11-26 16:21:26.132776 | fa163eb2-7b8b-aa10-b746-000000002b51 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:21:26.426776 | fa163eb2-7b8b-aa10-b746-000000002b51 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:21:26.427638 | fa163eb2-7b8b-aa10-b746-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:16.814899 | 0.29s 2025-11-26 16:21:26.431139 | fa163eb2-7b8b-aa10-b746-000000002b51 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:08:16.818386 | 0.30s 2025-11-26 16:21:26.461214 | fa163eb2-7b8b-aa10-b746-000000002b53 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:21:26.766030 | fa163eb2-7b8b-aa10-b746-000000002b53 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:21:26.768110 | fa163eb2-7b8b-aa10-b746-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:17.155363 | 0.30s 2025-11-26 16:21:26.778134 | fa163eb2-7b8b-aa10-b746-000000002b53 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:08:17.165385 | 0.31s 2025-11-26 16:21:26.807921 | fa163eb2-7b8b-aa10-b746-000000002b55 | TASK | Ensure provider service is running 2025-11-26 16:21:27.226230 | fa163eb2-7b8b-aa10-b746-000000002b55 | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:21:27.228681 | fa163eb2-7b8b-aa10-b746-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:17.615933 | 0.42s 2025-11-26 16:21:27.239690 | fa163eb2-7b8b-aa10-b746-000000002b55 | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:08:17.626940 | 0.43s 2025-11-26 16:21:27.271604 | fa163eb2-7b8b-aa10-b746-000000002b58 | TASK | Ensure certificate requests 2025-11-26 16:21:29.545513 | fa163eb2-7b8b-aa10-b746-000000002b58 | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': 'standalone.internalapi.ooo.test', 'key_size': '2048', 'name': 'rabbitmq', 'principal': 'rabbitmq/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep -w -E \'rabbitmq(-bundle-.*-[0-9]+)?\')\nservice_crt="/etc/pki/tls/certs/rabbitmq.crt"\nservice_key="/etc/pki/tls/private/rabbitmq.key"\nif echo "$container_name" | grep -q "^rabbitmq-bundle"; then\n # lp#1917868: Do not use podman cp with HA containers as they get\n # frozen temporarily and that can make pacemaker operation fail.\n tar -c "$service_crt" "$service_key" | podman exec -i "$container_name" tar -C / -xv\n # no need to update the mount point, because pacemaker\n # recreates the container when it\'s restarted\nelse\n # Refresh the cert at the mount-point\n podman cp $service_crt "$container_name:/var/lib/kolla/config_files/src-tls/$service_crt"\n # Refresh the key at the mount-point\n podman cp $service_key "$container_name:/var/lib/kolla/config_files/src-tls/$service_key"\n # Copy the new cert from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n # Copy the new key from the mount-point to the real path\n podman exec -u root "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\nfi\n# Set appropriate permissions\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_crt"\npodman exec -u root "$container_name" chown rabbitmq:rabbitmq "$service_key"\n# Trigger a pem cache clear in RabbitMQ to read the new certificates\npodman exec "$container_name" rabbitmqctl eval "ssl:clear_pem_cache()."\n'} 2025-11-26 16:21:29.547343 | fa163eb2-7b8b-aa10-b746-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:19.934591 | 2.27s 2025-11-26 16:21:29.560085 | fa163eb2-7b8b-aa10-b746-000000002b58 | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:08:19.947333 | 2.29s 2025-11-26 16:21:29.615533 | fa163eb2-7b8b-aa10-b746-0000000022a9 | TASK | Fail if container image is undefined 2025-11-26 16:21:29.687046 | fa163eb2-7b8b-aa10-b746-0000000022a9 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 16:21:29.688474 | fa163eb2-7b8b-aa10-b746-0000000022a9 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:08:20.075724 | 0.07s 2025-11-26 16:21:29.739851 | fa163eb2-7b8b-aa10-b746-0000000022aa | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-26 16:21:36.861513 | fa163eb2-7b8b-aa10-b746-0000000022aa | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-26 16:21:36.863472 | fa163eb2-7b8b-aa10-b746-0000000022aa | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:27.250722 | 7.12s 2025-11-26 16:21:36.924859 | fa163eb2-7b8b-aa10-b746-0000000022ab | TASK | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image 2025-11-26 16:21:37.276773 | fa163eb2-7b8b-aa10-b746-0000000022ab | CHANGED | Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone 2025-11-26 16:21:37.278647 | fa163eb2-7b8b-aa10-b746-0000000022ab | TIMING | tripleo_container_tag : Tag cluster.common.tag/rabbitmq:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 image | standalone | 0:08:27.665897 | 0.35s 2025-11-26 16:21:37.337116 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TASK | Pre-fetch all the containers 2025-11-26 16:21:42.676429 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-nb-db-server:17.1 2025-11-26 16:21:42.680556 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:33.067806 | 5.34s 2025-11-26 16:21:47.684433 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-northd:17.1 2025-11-26 16:21:47.687328 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:38.074583 | 10.35s 2025-11-26 16:21:50.364221 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-sb-db-server:17.1 2025-11-26 16:21:50.368895 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:40.756137 | 13.03s 2025-11-26 16:21:53.566845 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-memcached:17.1 2025-11-26 16:21:53.569534 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:43.956787 | 16.23s 2025-11-26 16:21:55.994001 | fa163eb2-7b8b-aa10-b746-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-mariadb:17.1 2025-11-26 16:21:55.997901 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:46.385155 | 18.66s 2025-11-26 16:21:57.807500 | fa163eb2-7b8b-aa10-b746-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rabbitmq:17.1 2025-11-26 16:21:57.812644 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:48.199889 | 20.47s 2025-11-26 16:22:03.230640 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 2025-11-26 16:22:03.233425 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:53.620680 | 25.89s 2025-11-26 16:22:07.929226 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-api:17.1 2025-11-26 16:22:07.932541 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:08:58.319792 | 30.59s 2025-11-26 16:22:12.213019 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-api:17.1 2025-11-26 16:22:12.215943 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:02.603195 | 34.88s 2025-11-26 16:22:14.522506 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-scheduler:17.1 2025-11-26 16:22:14.526226 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:04.913479 | 37.19s 2025-11-26 16:22:23.668420 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-dhcp-agent:17.1 2025-11-26 16:22:23.675764 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:14.062988 | 46.34s 2025-11-26 16:22:26.979260 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-metadata-agent-ovn:17.1 2025-11-26 16:22:26.984665 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:17.371899 | 49.64s 2025-11-26 16:22:44.330750 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-libvirt:17.1 2025-11-26 16:22:44.336540 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:34.723790 | 67.00s 2025-11-26 16:22:55.023318 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-glance-api:17.1 2025-11-26 16:22:55.026844 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:45.414094 | 77.69s 2025-11-26 16:23:02.996419 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-api:17.1 2025-11-26 16:23:03.001134 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:09:53.388384 | 85.66s 2025-11-26 16:23:15.636972 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-engine:17.1 2025-11-26 16:23:15.641089 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:06.028342 | 98.30s 2025-11-26 16:23:23.252570 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-horizon:17.1 2025-11-26 16:23:23.256607 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:13.643860 | 105.92s 2025-11-26 16:23:28.014914 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-keystone:17.1 2025-11-26 16:23:28.017288 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:18.404550 | 110.68s 2025-11-26 16:23:31.811937 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-api:17.1 2025-11-26 16:23:31.815538 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:22.202790 | 114.48s 2025-11-26 16:23:36.756568 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-server:17.1 2025-11-26 16:23:36.759811 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:27.147064 | 119.42s 2025-11-26 16:23:42.358753 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-api:17.1 2025-11-26 16:23:42.363289 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:32.750543 | 125.02s 2025-11-26 16:23:55.078673 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-compute:17.1 2025-11-26 16:23:55.082940 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:45.470189 | 137.74s 2025-11-26 16:23:58.920445 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-conductor:17.1 2025-11-26 16:23:58.924369 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:49.311620 | 141.58s 2025-11-26 16:24:07.783225 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-api:17.1 2025-11-26 16:24:07.787383 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:10:58.174636 | 150.45s 2025-11-26 16:24:10.629157 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-health-manager:17.1 2025-11-26 16:24:10.633045 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:01.020296 | 153.29s 2025-11-26 16:24:14.180254 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-housekeeping:17.1 2025-11-26 16:24:14.184802 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:04.572051 | 156.85s 2025-11-26 16:24:17.381826 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-octavia-worker:17.1 2025-11-26 16:24:17.386816 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:07.774065 | 160.05s 2025-11-26 16:24:21.152480 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-placement-api:17.1 2025-11-26 16:24:21.156815 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:11.544063 | 163.82s 2025-11-26 16:24:27.829293 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-notification:17.1 2025-11-26 16:24:27.833952 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:18.221200 | 170.49s 2025-11-26 16:24:30.276797 | fa163eb2-7b8b-aa10-b746-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-backup:17.1 2025-11-26 16:24:30.279659 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:20.666914 | 172.94s 2025-11-26 16:24:32.621779 | fa163eb2-7b8b-aa10-b746-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cinder-volume:17.1 2025-11-26 16:24:32.624784 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:23.012037 | 175.29s 2025-11-26 16:24:35.563402 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-iscsid:17.1 2025-11-26 16:24:35.567251 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:25.954502 | 178.23s 2025-11-26 16:24:37.721972 | fa163eb2-7b8b-aa10-b746-0000000022b6 | OK | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-share:17.1 2025-11-26 16:24:37.726129 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:28.113380 | 180.39s 2025-11-26 16:24:42.974373 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-proxy-server:17.1 2025-11-26 16:24:42.978380 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:33.365632 | 185.64s 2025-11-26 16:24:46.748314 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-account:17.1 2025-11-26 16:24:46.749956 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:37.137218 | 189.41s 2025-11-26 16:24:50.408426 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-evaluator:17.1 2025-11-26 16:24:50.412486 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:40.799738 | 193.07s 2025-11-26 16:24:53.723951 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-listener:17.1 2025-11-26 16:24:53.726895 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:44.114148 | 196.39s 2025-11-26 16:24:56.634052 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-aodh-notifier:17.1 2025-11-26 16:24:56.637230 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:47.024479 | 199.30s 2025-11-26 16:25:00.023670 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-central:17.1 2025-11-26 16:25:00.026935 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:50.414189 | 202.69s 2025-11-26 16:25:03.225310 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ceilometer-compute:17.1 2025-11-26 16:25:03.229395 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:53.616649 | 205.89s 2025-11-26 16:25:06.698772 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-ovn-controller:17.1 2025-11-26 16:25:06.701405 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:11:57.088659 | 209.36s 2025-11-26 16:25:09.625832 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api:17.1 2025-11-26 16:25:09.631110 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:00.018361 | 212.29s 2025-11-26 16:25:14.824583 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-heat-api-cfn:17.1 2025-11-26 16:25:14.827576 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:05.214832 | 217.49s 2025-11-26 16:25:17.752215 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-cron:17.1 2025-11-26 16:25:17.754775 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:08.142029 | 220.41s 2025-11-26 16:25:20.162787 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-manila-scheduler:17.1 2025-11-26 16:25:20.166076 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:10.553324 | 222.83s 2025-11-26 16:25:24.334450 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-neutron-sriov-agent:17.1 2025-11-26 16:25:24.339168 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:14.726419 | 227.00s 2025-11-26 16:25:27.535521 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-scheduler:17.1 2025-11-26 16:25:27.539575 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:17.926833 | 230.20s 2025-11-26 16:25:31.821568 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-nova-novncproxy:17.1 2025-11-26 16:25:31.824441 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:22.211696 | 234.48s 2025-11-26 16:25:35.628067 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-container:17.1 2025-11-26 16:25:35.632463 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:26.019718 | 238.29s 2025-11-26 16:25:38.863102 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-swift-object:17.1 2025-11-26 16:25:38.866351 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:29.253602 | 241.53s 2025-11-26 16:25:41.786178 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-metricd:17.1 2025-11-26 16:25:41.789277 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:32.176530 | 244.45s 2025-11-26 16:25:44.699198 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-gnocchi-statsd:17.1 2025-11-26 16:25:44.702594 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:35.089843 | 247.36s 2025-11-26 16:25:47.571567 | fa163eb2-7b8b-aa10-b746-0000000022b6 | CHANGED | Pre-fetch all the containers | standalone | item=registry.redhat.io/rhosp-rhel9/openstack-rsyslog:17.1 2025-11-26 16:25:47.575169 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:37.962422 | 250.24s 2025-11-26 16:25:47.947772 | fa163eb2-7b8b-aa10-b746-0000000022b6 | TIMING | Pre-fetch all the containers | standalone | 0:12:38.335008 | 250.61s 2025-11-26 16:25:48.170690 | fa163eb2-7b8b-aa10-b746-0000000022b9 | TIMING | include_role : linux-system-roles.certificate | standalone | 0:12:38.557928 | 0.06s 2025-11-26 16:25:48.228652 | fa163eb2-7b8b-aa10-b746-000000002c32 | TASK | Set version specific variables 2025-11-26 16:25:48.295588 | fa163eb2-7b8b-aa10-b746-000000002c32 | TIMING | linux-system-roles.certificate : Set version specific variables | standalone | 0:12:38.682818 | 0.07s 2025-11-26 16:25:48.416070 | 16a11816-d005-4d76-87d1-3ba0f8bf98e2 | INCLUDED | /usr/share/ansible/roles/rhel-system-roles.certificate/tasks/set_vars.yml | standalone 2025-11-26 16:25:48.440179 | fa163eb2-7b8b-aa10-b746-000000002c61 | TASK | Ensure ansible_facts used by role 2025-11-26 16:25:48.868947 | fa163eb2-7b8b-aa10-b746-000000002c61 | OK | Ensure ansible_facts used by role | standalone 2025-11-26 16:25:48.870721 | fa163eb2-7b8b-aa10-b746-000000002c61 | TIMING | linux-system-roles.certificate : Ensure ansible_facts used by role | standalone | 0:12:39.257971 | 0.43s 2025-11-26 16:25:48.900692 | fa163eb2-7b8b-aa10-b746-000000002c62 | TASK | Set platform/version specific variables 2025-11-26 16:25:49.000174 | fa163eb2-7b8b-aa10-b746-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:25:49.028635 | fa163eb2-7b8b-aa10-b746-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat.yml 2025-11-26 16:25:49.056236 | fa163eb2-7b8b-aa10-b746-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.yml 2025-11-26 16:25:49.076074 | fa163eb2-7b8b-aa10-b746-000000002c62 | SKIPPED | Set platform/version specific variables | standalone | item=RedHat_9.2.yml 2025-11-26 16:25:49.082007 | fa163eb2-7b8b-aa10-b746-000000002c62 | TIMING | linux-system-roles.certificate : Set platform/version specific variables | standalone | 0:12:39.469249 | 0.18s 2025-11-26 16:25:49.112782 | fa163eb2-7b8b-aa10-b746-000000002c33 | TASK | Ensure certificate role dependencies are installed 2025-11-26 16:25:52.381548 | fa163eb2-7b8b-aa10-b746-000000002c33 | OK | Ensure certificate role dependencies are installed | standalone 2025-11-26 16:25:52.383462 | fa163eb2-7b8b-aa10-b746-000000002c33 | TIMING | linux-system-roles.certificate : Ensure certificate role dependencies are installed | standalone | 0:12:42.770714 | 3.27s 2025-11-26 16:25:52.413143 | fa163eb2-7b8b-aa10-b746-000000002c35 | TASK | Ensure provider packages are installed 2025-11-26 16:25:55.562537 | fa163eb2-7b8b-aa10-b746-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:45.949775 | 3.15s 2025-11-26 16:25:55.569629 | fa163eb2-7b8b-aa10-b746-000000002c35 | TIMING | linux-system-roles.certificate : Ensure provider packages are installed | standalone | 0:12:45.956865 | 3.15s 2025-11-26 16:25:55.601397 | fa163eb2-7b8b-aa10-b746-000000002c37 | TASK | Ensure pre-scripts hooks directory exists 2025-11-26 16:25:55.925051 | fa163eb2-7b8b-aa10-b746-000000002c37 | OK | Ensure pre-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:25:55.927459 | fa163eb2-7b8b-aa10-b746-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:46.314708 | 0.32s 2025-11-26 16:25:55.937597 | fa163eb2-7b8b-aa10-b746-000000002c37 | TIMING | linux-system-roles.certificate : Ensure pre-scripts hooks directory exists | standalone | 0:12:46.324839 | 0.33s 2025-11-26 16:25:55.968801 | fa163eb2-7b8b-aa10-b746-000000002c39 | TASK | Ensure post-scripts hooks directory exists 2025-11-26 16:25:56.274321 | fa163eb2-7b8b-aa10-b746-000000002c39 | OK | Ensure post-scripts hooks directory exists | standalone | item=certmonger 2025-11-26 16:25:56.276144 | fa163eb2-7b8b-aa10-b746-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:46.663395 | 0.31s 2025-11-26 16:25:56.283056 | fa163eb2-7b8b-aa10-b746-000000002c39 | TIMING | linux-system-roles.certificate : Ensure post-scripts hooks directory exists | standalone | 0:12:46.670287 | 0.31s 2025-11-26 16:25:56.324352 | fa163eb2-7b8b-aa10-b746-000000002c3b | TASK | Ensure provider service is running 2025-11-26 16:25:56.808108 | fa163eb2-7b8b-aa10-b746-000000002c3b | OK | Ensure provider service is running | standalone | item=certmonger 2025-11-26 16:25:56.810988 | fa163eb2-7b8b-aa10-b746-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:47.198237 | 0.48s 2025-11-26 16:25:56.821588 | fa163eb2-7b8b-aa10-b746-000000002c3b | TIMING | linux-system-roles.certificate : Ensure provider service is running | standalone | 0:12:47.208836 | 0.49s 2025-11-26 16:25:56.852705 | fa163eb2-7b8b-aa10-b746-000000002c3e | TASK | Ensure certificate requests 2025-11-26 16:25:59.313916 | fa163eb2-7b8b-aa10-b746-000000002c3e | CHANGED | Ensure certificate requests | standalone | item={'ca': 'ipa', 'dns': ['standalone.internalapi.ooo.test', 'overcloud.internalapi.ooo.test'], 'key_size': '2048', 'name': 'redis', 'principal': 'redis/standalone.internalapi.ooo.test@OOO.TEST', 'run_after': 'container_name=$(podman ps --format=\\{\\{.Names\\}\\} | grep redis_tls_proxy)\nservice_crt="/etc/pki/tls/certs/redis.crt"\nservice_key="/etc/pki/tls/private/redis.key"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_crt" "$service_crt"\n# Copy the new cert from the mount-point to the real path\npodman exec "$container_name" cp "/var/lib/kolla/config_files/src-tls$service_key" "$service_key"\n# Set appropriate permissions\npodman exec "$container_name" chown memcached:memcached "$service_crt"\npodman exec "$container_name" chown memcached:memcached "$service_key"\n# Trigger a reload for stunnel to read the new certificate\npodman exec pkill -o -HUP stunnel\n'} 2025-11-26 16:25:59.315600 | fa163eb2-7b8b-aa10-b746-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:49.702851 | 2.46s 2025-11-26 16:25:59.328809 | fa163eb2-7b8b-aa10-b746-000000002c3e | TIMING | linux-system-roles.certificate : Ensure certificate requests | standalone | 0:12:49.716043 | 2.47s 2025-11-26 16:25:59.388603 | fa163eb2-7b8b-aa10-b746-0000000022c0 | TASK | Fail if container image is undefined 2025-11-26 16:25:59.456378 | fa163eb2-7b8b-aa10-b746-0000000022c0 | SKIPPED | Fail if container image is undefined | standalone 2025-11-26 16:25:59.458074 | fa163eb2-7b8b-aa10-b746-0000000022c0 | TIMING | tripleo_container_tag : Fail if container image is undefined | standalone | 0:12:49.845327 | 0.07s 2025-11-26 16:25:59.506165 | fa163eb2-7b8b-aa10-b746-0000000022c1 | TASK | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-26 16:26:01.943911 | fa163eb2-7b8b-aa10-b746-0000000022c1 | CHANGED | Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-26 16:26:01.945453 | fa163eb2-7b8b-aa10-b746-0000000022c1 | TIMING | tripleo_container_tag : Pull registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:52.332705 | 2.44s 2025-11-26 16:26:02.005429 | fa163eb2-7b8b-aa10-b746-0000000022c2 | TASK | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image 2025-11-26 16:26:02.379333 | fa163eb2-7b8b-aa10-b746-0000000022c2 | CHANGED | Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone 2025-11-26 16:26:02.380896 | fa163eb2-7b8b-aa10-b746-0000000022c2 | TIMING | tripleo_container_tag : Tag cluster.common.tag/redis:pcmklatest to latest registry.redhat.io/rhosp-rhel9/openstack-redis:17.1 image | standalone | 0:12:52.768150 | 0.37s 2025-11-26 16:26:02.435901 | fa163eb2-7b8b-aa10-b746-0000000022cd | TASK | Check if rsyslog exists 2025-11-26 16:26:02.700511 | fa163eb2-7b8b-aa10-b746-0000000022cd | CHANGED | Check if rsyslog exists | standalone 2025-11-26 16:26:02.702057 | fa163eb2-7b8b-aa10-b746-0000000022cd | TIMING | Check if rsyslog exists | standalone | 0:12:53.089311 | 0.26s 2025-11-26 16:26:02.730034 | fa163eb2-7b8b-aa10-b746-0000000022ce | TASK | Forward logging to swift.log file 2025-11-26 16:26:03.226653 | fa163eb2-7b8b-aa10-b746-0000000022ce | CHANGED | Forward logging to swift.log file | standalone 2025-11-26 16:26:03.228160 | fa163eb2-7b8b-aa10-b746-0000000022ce | TIMING | Forward logging to swift.log file | standalone | 0:12:53.615415 | 0.50s 2025-11-26 16:26:03.256554 | fa163eb2-7b8b-aa10-b746-0000000022cf | TASK | Restart rsyslogd service after logging conf change 2025-11-26 16:26:04.032627 | fa163eb2-7b8b-aa10-b746-0000000022cf | CHANGED | Restart rsyslogd service after logging conf change | standalone 2025-11-26 16:26:04.034571 | fa163eb2-7b8b-aa10-b746-0000000022cf | TIMING | Restart rsyslogd service after logging conf change | standalone | 0:12:54.421824 | 0.78s 2025-11-26 16:26:04.064117 | fa163eb2-7b8b-aa10-b746-0000000000c2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists 2025-11-26 16:26:04.313291 | fa163eb2-7b8b-aa10-b746-0000000000c2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone 2025-11-26 16:26:04.314595 | fa163eb2-7b8b-aa10-b746-0000000000c2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_1 already exists | standalone | 0:12:54.701852 | 0.25s 2025-11-26 16:26:04.426827 | fa163eb2-7b8b-aa10-b746-0000000000c3 | TIMING | include_tasks | standalone | 0:12:54.814085 | 0.08s 2025-11-26 16:26:04.453468 | bc2a56ce-160c-4ab9-9266-c8cf06fe5134 | INCLUDED | /root/standalone-ansible-e5xcwj04/common_deploy_steps_tasks.yaml | standalone 2025-11-26 16:26:04.478471 | fa163eb2-7b8b-aa10-b746-000000002ca9 | TASK | Write the config_step hieradata 2025-11-26 16:26:05.016551 | fa163eb2-7b8b-aa10-b746-000000002ca9 | OK | Write the config_step hieradata | standalone 2025-11-26 16:26:05.017715 | fa163eb2-7b8b-aa10-b746-000000002ca9 | TIMING | Write the config_step hieradata | standalone | 0:12:55.404970 | 0.54s 2025-11-26 16:26:05.047842 | fa163eb2-7b8b-aa10-b746-000000002caa | TASK | Run puppet host configuration for step 1 2025-11-26 16:26:05.388027 | fa163eb2-7b8b-aa10-b746-000000002caa | CHANGED | Run puppet host configuration for step 1 | standalone 2025-11-26 16:26:05.389376 | fa163eb2-7b8b-aa10-b746-000000002caa | TIMING | Run puppet host configuration for step 1 | standalone | 0:12:55.776631 | 0.34s 2025-11-26 16:26:05.418901 | fa163eb2-7b8b-aa10-b746-000000002cab | TASK | Wait for puppet host configuration to finish 2025-11-26 16:26:05.678108 | fa163eb2-7b8b-aa10-b746-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 16:26:15.902091 | fa163eb2-7b8b-aa10-b746-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 16:26:26.177262 | fa163eb2-7b8b-aa10-b746-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-26 16:26:36.394377 | fa163eb2-7b8b-aa10-b746-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 357 retries left 2025-11-26 16:26:46.615680 | fa163eb2-7b8b-aa10-b746-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 356 retries left 2025-11-26 16:26:56.854379 | fa163eb2-7b8b-aa10-b746-000000002cab | WAITING | Wait for puppet host configuration to finish | standalone | 355 retries left 2025-11-26 16:27:07.092051 | fa163eb2-7b8b-aa10-b746-000000002cab | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 16:27:07.094114 | fa163eb2-7b8b-aa10-b746-000000002cab | TIMING | Wait for puppet host configuration to finish | standalone | 0:13:57.481368 | 61.67s 2025-11-26 16:27:07.125486 | fa163eb2-7b8b-aa10-b746-000000002cac | TASK | Debug output for task: Run puppet host configuration for step 1 2025-11-26 16:27:07.219477 | fa163eb2-7b8b-aa10-b746-000000002cac | CHANGED | Debug output for task: Run puppet host configuration for step 1 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 26 16:26:05 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 16:26:11 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 16:26:11 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 16:26:11 puppet-user: (file & line not available)", "<13>Nov 26 16:26:11 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 26 16:26:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 16:26:11 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 16:26:11 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.38 seconds", "<13>Nov 26 16:26:11 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Exec[directory-create-etc-my.cnf.d]/returns: executed successfully", "<13>Nov 26 16:26:11 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/File[/etc/my.cnf.d/tripleo.cnf]/ensure: created", "<13>Nov 26 16:26:11 puppet-user: Notice: /Stage[main]/Tripleo::Profile::Base::Database::Mysql::Client/Augeas[tripleo-mysql-client-conf]/returns: executed successfully", "<13>Nov 26 16:26:18 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pacemaker]/ensure: created", "<13>Nov 26 16:26:27 puppet-user: Notice: /Stage[main]/Pacemaker::Install/Package[pcs]/ensure: created", "<13>Nov 26 16:26:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/File_line[pcsd_bind_addr]/ensure: created", "<13>Nov 26 16:26:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/password: ch**********ed [redacted] to [redacted]", "<13>Nov 26 16:26:27 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/User[hacluster]/groups: groups changed to ['haclient']", "<13>Nov 26 16:26:30 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pcsd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 26 16:26:31 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[check-for-local-authentication]/returns: executed successfully", "<13>Nov 26 16:26:32 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[reauthenticate-across-all-nodes]: Triggered 'refresh' from 3 events", "<13>Nov 26 16:26:35 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Create Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 26 16:26:37 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[Start Cluster tripleo_cluster]/returns: executed successfully", "<13>Nov 26 16:26:38 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[corosync]/enable: enable changed 'false' to 'true'", "<13>Nov 26 16:26:38 puppet-user: Notice: /Stage[main]/Pacemaker::Service/Service[pacemaker]/enable: enable changed 'false' to 'true'", "<13>Nov 26 16:27:01 puppet-user: Notice: /Stage[main]/Pacemaker::Corosync/Exec[wait-for-settle]/returns: executed successfully", "<13>Nov 26 16:27:02 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 16:27:05 puppet-user: Notice: /Stage[main]/Pacemaker::Stonith/Pacemaker::Property[Disable STONITH]/Pcmk_property[property--stonith-enabled]/ensure: created", "<13>Nov 26 16:27:05 puppet-user: Notice: Applied catalog in 53.63 seconds", "<13>Nov 26 16:27:05 puppet-user: Application:", "<13>Nov 26 16:27:05 puppet-user: Initial environment: production", "<13>Nov 26 16:27:05 puppet-user: Converged environment: production", "<13>Nov 26 16:27:05 puppet-user: Run mode: user", "<13>Nov 26 16:27:05 puppet-user: Changes:", "<13>Nov 26 16:27:05 puppet-user: Total: 17", "<13>Nov 26 16:27:05 puppet-user: Events:", "<13>Nov 26 16:27:05 puppet-user: Success: 17", "<13>Nov 26 16:27:05 puppet-user: Resources:", "<13>Nov 26 16:27:05 puppet-user: Restarted: 1", "<13>Nov 26 16:27:05 puppet-user: Changed: 16", "<13>Nov 26 16:27:05 puppet-user: Out of sync: 16", "<13>Nov 26 16:27:05 puppet-user: Total: 26", "<13>Nov 26 16:27:05 puppet-user: Time:", "<13>Nov 26 16:27:05 puppet-user: Filebucket: 0.00", "<13>Nov 26 16:27:05 puppet-user: Schedule: 0.00", "<13>Nov 26 16:27:05 puppet-user: File line: 0.00", "<13>Nov 26 16:27:05 puppet-user: File: 0.00", "<13>Nov 26 16:27:05 puppet-user: Augeas: 0.02", "<13>Nov 26 16:27:05 puppet-user: Config retrieval: 0.43", "<13>Nov 26 16:27:05 puppet-user: User: 0.57", "<13>Nov 26 16:27:05 puppet-user: Package: 15.29", "<13>Nov 26 16:27:05 puppet-user: Last run: 1764174425", "<13>Nov 26 16:27:05 puppet-user: Exec: 28.86", "<13>Nov 26 16:27:05 puppet-user: Pcmk property: 3.79", "<13>Nov 26 16:27:05 puppet-user: Service: 3.79", "<13>Nov 26 16:27:05 puppet-user: Transaction evaluation: 53.61", "<13>Nov 26 16:27:05 puppet-user: Catalog application: 53.63", "<13>Nov 26 16:27:05 puppet-user: Total: 53.63", "<13>Nov 26 16:27:05 puppet-user: Version:", "<13>Nov 26 16:27:05 puppet-user: Config: 1764174371", "<13>Nov 26 16:27:05 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 16:27:07.221062 | fa163eb2-7b8b-aa10-b746-000000002cac | TIMING | Debug output for task: Run puppet host configuration for step 1 | standalone | 0:13:57.608316 | 0.09s 2025-11-26 16:27:07.250965 | fa163eb2-7b8b-aa10-b746-000000002cad | TASK | Pre-cache facts for puppet containers 2025-11-26 16:27:07.282678 | fa163eb2-7b8b-aa10-b746-000000002cad | TIMING | Pre-cache facts for puppet containers | standalone | 0:13:57.669926 | 0.03s 2025-11-26 16:27:07.354122 | fa163eb2-7b8b-aa10-b746-000000002cf4 | TASK | Gather variables for each operating system 2025-11-26 16:27:07.489958 | fa163eb2-7b8b-aa10-b746-000000002cf4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:13:57.877177 | 0.13s 2025-11-26 16:27:07.519442 | fa163eb2-7b8b-aa10-b746-000000002cf5 | TASK | Create puppet caching structures 2025-11-26 16:27:07.764617 | fa163eb2-7b8b-aa10-b746-000000002cf5 | CHANGED | Create puppet caching structures | standalone 2025-11-26 16:27:07.766210 | fa163eb2-7b8b-aa10-b746-000000002cf5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:13:58.153464 | 0.25s 2025-11-26 16:27:07.795230 | fa163eb2-7b8b-aa10-b746-000000002cf6 | TASK | Check for facter.conf 2025-11-26 16:27:08.028698 | fa163eb2-7b8b-aa10-b746-000000002cf6 | OK | Check for facter.conf | standalone 2025-11-26 16:27:08.030063 | fa163eb2-7b8b-aa10-b746-000000002cf6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:13:58.417317 | 0.23s 2025-11-26 16:27:08.060145 | fa163eb2-7b8b-aa10-b746-000000002cf7 | TASK | Remove facter.conf if directory 2025-11-26 16:27:08.109408 | fa163eb2-7b8b-aa10-b746-000000002cf7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 16:27:08.110514 | fa163eb2-7b8b-aa10-b746-000000002cf7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:13:58.497771 | 0.05s 2025-11-26 16:27:08.140952 | fa163eb2-7b8b-aa10-b746-000000002cf8 | TASK | Write facter cache config 2025-11-26 16:27:08.691435 | fa163eb2-7b8b-aa10-b746-000000002cf8 | CHANGED | Write facter cache config | standalone 2025-11-26 16:27:08.692818 | fa163eb2-7b8b-aa10-b746-000000002cf8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:13:59.080070 | 0.55s 2025-11-26 16:27:08.722092 | fa163eb2-7b8b-aa10-b746-000000002cf9 | TASK | Cleanup facter cache if exists 2025-11-26 16:27:08.954315 | fa163eb2-7b8b-aa10-b746-000000002cf9 | OK | Cleanup facter cache if exists | standalone 2025-11-26 16:27:08.955707 | fa163eb2-7b8b-aa10-b746-000000002cf9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:13:59.342960 | 0.23s 2025-11-26 16:27:08.985865 | fa163eb2-7b8b-aa10-b746-000000002cfa | TASK | Pre-cache facts 2025-11-26 16:27:09.611489 | fa163eb2-7b8b-aa10-b746-000000002cfa | CHANGED | Pre-cache facts | standalone 2025-11-26 16:27:09.612967 | fa163eb2-7b8b-aa10-b746-000000002cfa | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:14:00.000222 | 0.63s 2025-11-26 16:27:09.644333 | fa163eb2-7b8b-aa10-b746-000000002cfb | TASK | Failed deployment if facter fails 2025-11-26 16:27:09.686027 | fa163eb2-7b8b-aa10-b746-000000002cfb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 16:27:09.687370 | fa163eb2-7b8b-aa10-b746-000000002cfb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:14:00.074625 | 0.04s 2025-11-26 16:27:09.737881 | fa163eb2-7b8b-aa10-b746-000000002cfc | TASK | Sync cached facts 2025-11-26 16:27:10.291996 | fa163eb2-7b8b-aa10-b746-000000002cfc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb2-7b8b-aa10-b746-000000002cfc') missing from stats 2025-11-26 16:27:10.348600 | fa163eb2-7b8b-aa10-b746-000000002cae | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 16:27:10.401883 | fa163eb2-7b8b-aa10-b746-000000002cae | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:14:00.789122 | 0.05s 2025-11-26 16:27:10.434921 | 115c48df-fe3a-4899-9f4a-a4fc330dbb1e | INCLUDED | /root/standalone-ansible-e5xcwj04/generate-config-tasks.yaml | standalone 2025-11-26 16:27:10.470868 | fa163eb2-7b8b-aa10-b746-000000002d46 | TASK | Create base directory puppet configs 2025-11-26 16:27:10.709318 | fa163eb2-7b8b-aa10-b746-000000002d46 | CHANGED | Create base directory puppet configs | standalone 2025-11-26 16:27:10.710885 | fa163eb2-7b8b-aa10-b746-000000002d46 | TIMING | Create base directory puppet configs | standalone | 0:14:01.098133 | 0.24s 2025-11-26 16:27:10.741554 | fa163eb2-7b8b-aa10-b746-000000002d47 | TASK | Generate container puppet configs for step 1 2025-11-26 16:27:11.025081 | fa163eb2-7b8b-aa10-b746-000000002d47 | CHANGED | Generate container puppet configs for step 1 | standalone 2025-11-26 16:27:11.026570 | fa163eb2-7b8b-aa10-b746-000000002d47 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:01.413820 | 0.28s 2025-11-26 16:27:11.057616 | fa163eb2-7b8b-aa10-b746-000000002d48 | TASK | Manage Puppet containers (generate config) for step 1 with tripleo-ansible 2025-11-26 16:27:11.086815 | fa163eb2-7b8b-aa10-b746-000000002d48 | TIMING | Manage Puppet containers (generate config) for step 1 with tripleo-ansible | standalone | 0:14:01.474066 | 0.03s 2025-11-26 16:27:11.161410 | fa163eb2-7b8b-aa10-b746-000000002dd2 | TASK | Gather variables for each operating system 2025-11-26 16:27:11.276802 | fa163eb2-7b8b-aa10-b746-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:01.664044 | 0.11s 2025-11-26 16:27:11.308311 | fa163eb2-7b8b-aa10-b746-000000002dd3 | TASK | Create container logs path 2025-11-26 16:27:11.554092 | fa163eb2-7b8b-aa10-b746-000000002dd3 | OK | Create container logs path | standalone 2025-11-26 16:27:11.555118 | fa163eb2-7b8b-aa10-b746-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:01.942380 | 0.25s 2025-11-26 16:27:11.576948 | fa163eb2-7b8b-aa10-b746-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:27:12.020289 | fa163eb2-7b8b-aa10-b746-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 16:27:12.021228 | fa163eb2-7b8b-aa10-b746-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:02.408488 | 0.44s 2025-11-26 16:27:12.045238 | fa163eb2-7b8b-aa10-b746-000000002dd6 | TASK | Finalise hashes for all containers 2025-11-26 16:27:12.127232 | fa163eb2-7b8b-aa10-b746-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:27:12.128236 | fa163eb2-7b8b-aa10-b746-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:02.515496 | 0.08s 2025-11-26 16:27:12.151204 | fa163eb2-7b8b-aa10-b746-000000002dd8 | TASK | Manage systemd shutdown files 2025-11-26 16:27:12.191081 | fa163eb2-7b8b-aa10-b746-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:27:12.192613 | fa163eb2-7b8b-aa10-b746-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:02.579861 | 0.04s 2025-11-26 16:27:12.223481 | fa163eb2-7b8b-aa10-b746-000000002dda | TASK | Update container configs with new config hashes 2025-11-26 16:27:12.286851 | fa163eb2-7b8b-aa10-b746-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:27:12.288380 | fa163eb2-7b8b-aa10-b746-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:02.675634 | 0.06s 2025-11-26 16:27:12.321840 | fa163eb2-7b8b-aa10-b746-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:27:12.384425 | fa163eb2-7b8b-aa10-b746-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:02.771663 | 0.06s 2025-11-26 16:27:12.414572 | 8e212ee6-b575-451c-8fc9-ba1eef6cb7f9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:27:12.444519 | fa163eb2-7b8b-aa10-b746-000000002e1f | TASK | Gather podman infos 2025-11-26 16:27:13.133898 | fa163eb2-7b8b-aa10-b746-000000002e1f | OK | Gather podman infos | standalone 2025-11-26 16:27:13.135499 | fa163eb2-7b8b-aa10-b746-000000002e1f | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:03.522751 | 0.69s 2025-11-26 16:27:13.168886 | fa163eb2-7b8b-aa10-b746-000000002e20 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:27:13.230554 | fa163eb2-7b8b-aa10-b746-000000002e20 | SKIPPED | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 16:27:13.231894 | fa163eb2-7b8b-aa10-b746-000000002e20 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:03.619148 | 0.06s 2025-11-26 16:27:13.264000 | fa163eb2-7b8b-aa10-b746-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:27:13.317160 | fa163eb2-7b8b-aa10-b746-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:03.704409 | 0.05s 2025-11-26 16:27:13.341145 | 6d6ce854-e776-4f90-9fd5-2a3874700ea1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:27:13.377375 | fa163eb2-7b8b-aa10-b746-000000002e49 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:27:45.379526 | fa163eb2-7b8b-aa10-b746-000000002e49 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 16:27:45.381245 | fa163eb2-7b8b-aa10-b746-000000002e49 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:35.768497 | 32.00s 2025-11-26 16:27:45.455951 | fa163eb2-7b8b-aa10-b746-000000002e4a | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:27:45.540960 | fa163eb2-7b8b-aa10-b746-000000002e4a | SKIPPED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 16:27:45.542308 | fa163eb2-7b8b-aa10-b746-000000002e4a | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:14:35.929563 | 0.08s 2025-11-26 16:27:45.598051 | fa163eb2-7b8b-aa10-b746-000000002d4a | TASK | Diff puppet-generated changes for check mode 2025-11-26 16:27:45.636878 | fa163eb2-7b8b-aa10-b746-000000002d4a | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-26 16:27:45.638049 | fa163eb2-7b8b-aa10-b746-000000002d4a | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:36.025303 | 0.04s 2025-11-26 16:27:45.666883 | fa163eb2-7b8b-aa10-b746-000000002d4b | TASK | Diff puppet-generated changes for check mode 2025-11-26 16:27:45.699651 | fa163eb2-7b8b-aa10-b746-000000002d4b | SKIPPED | Diff puppet-generated changes for check mode | standalone 2025-11-26 16:27:45.700822 | fa163eb2-7b8b-aa10-b746-000000002d4b | TIMING | Diff puppet-generated changes for check mode | standalone | 0:14:36.088076 | 0.03s 2025-11-26 16:27:45.731980 | fa163eb2-7b8b-aa10-b746-000000002cb0 | TASK | Manage containers for step 1 with tripleo-ansible 2025-11-26 16:27:45.760047 | fa163eb2-7b8b-aa10-b746-000000002cb0 | TIMING | Manage containers for step 1 with tripleo-ansible | standalone | 0:14:36.147298 | 0.03s 2025-11-26 16:27:45.824874 | fa163eb2-7b8b-aa10-b746-000000002e9f | TASK | Gather variables for each operating system 2025-11-26 16:27:45.948151 | fa163eb2-7b8b-aa10-b746-000000002e9f | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:36.335400 | 0.12s 2025-11-26 16:27:45.977782 | fa163eb2-7b8b-aa10-b746-000000002ea0 | TASK | Create container logs path 2025-11-26 16:27:46.235599 | fa163eb2-7b8b-aa10-b746-000000002ea0 | OK | Create container logs path | standalone 2025-11-26 16:27:46.237681 | fa163eb2-7b8b-aa10-b746-000000002ea0 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:36.624935 | 0.26s 2025-11-26 16:27:46.270154 | fa163eb2-7b8b-aa10-b746-000000002ea2 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 16:27:46.569294 | fa163eb2-7b8b-aa10-b746-000000002ea2 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-26 16:27:46.570765 | fa163eb2-7b8b-aa10-b746-000000002ea2 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:36.957986 | 0.30s 2025-11-26 16:27:46.601174 | fa163eb2-7b8b-aa10-b746-000000002ea3 | TASK | Finalise hashes for all containers 2025-11-26 16:27:46.674947 | fa163eb2-7b8b-aa10-b746-000000002ea3 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:27:46.676086 | fa163eb2-7b8b-aa10-b746-000000002ea3 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:14:37.063342 | 0.07s 2025-11-26 16:27:46.705538 | fa163eb2-7b8b-aa10-b746-000000002ea5 | TASK | Manage systemd shutdown files 2025-11-26 16:27:46.740128 | fa163eb2-7b8b-aa10-b746-000000002ea5 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:14:37.127378 | 0.03s 2025-11-26 16:27:46.775616 | 9b5a492f-6877-4f18-81f9-d349eca222ca | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 16:27:46.809311 | fa163eb2-7b8b-aa10-b746-000000002ed8 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 16:27:47.084687 | fa163eb2-7b8b-aa10-b746-000000002ed8 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 16:27:47.086552 | fa163eb2-7b8b-aa10-b746-000000002ed8 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:14:37.473803 | 0.28s 2025-11-26 16:27:47.116165 | fa163eb2-7b8b-aa10-b746-000000002ed9 | TASK | Set podman_drop_in fact 2025-11-26 16:27:47.181485 | fa163eb2-7b8b-aa10-b746-000000002ed9 | OK | Set podman_drop_in fact | standalone 2025-11-26 16:27:47.182624 | fa163eb2-7b8b-aa10-b746-000000002ed9 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:14:37.569880 | 0.06s 2025-11-26 16:27:47.211508 | fa163eb2-7b8b-aa10-b746-000000002edb | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 16:27:47.743936 | fa163eb2-7b8b-aa10-b746-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 16:27:47.747305 | fa163eb2-7b8b-aa10-b746-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:38.134542 | 0.53s 2025-11-26 16:27:48.234530 | fa163eb2-7b8b-aa10-b746-000000002edb | CHANGED | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 16:27:48.235684 | fa163eb2-7b8b-aa10-b746-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:38.622940 | 1.02s 2025-11-26 16:27:48.242107 | fa163eb2-7b8b-aa10-b746-000000002edb | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:14:38.629365 | 1.03s 2025-11-26 16:27:48.272520 | fa163eb2-7b8b-aa10-b746-000000002edc | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 16:27:48.754973 | fa163eb2-7b8b-aa10-b746-000000002edc | CHANGED | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 16:27:48.756482 | fa163eb2-7b8b-aa10-b746-000000002edc | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:14:39.143732 | 0.48s 2025-11-26 16:27:48.786488 | fa163eb2-7b8b-aa10-b746-000000002edd | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 16:27:49.299624 | fa163eb2-7b8b-aa10-b746-000000002edd | CHANGED | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 16:27:49.301208 | fa163eb2-7b8b-aa10-b746-000000002edd | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:14:39.688460 | 0.51s 2025-11-26 16:27:49.332303 | fa163eb2-7b8b-aa10-b746-000000002ede | TASK | Enable and start tripleo-container-shutdown 2025-11-26 16:27:50.354399 | fa163eb2-7b8b-aa10-b746-000000002ede | CHANGED | Enable and start tripleo-container-shutdown | standalone 2025-11-26 16:27:50.358412 | fa163eb2-7b8b-aa10-b746-000000002ede | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:14:40.745665 | 1.02s 2025-11-26 16:27:50.389711 | fa163eb2-7b8b-aa10-b746-000000002edf | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 16:27:50.938624 | fa163eb2-7b8b-aa10-b746-000000002edf | CHANGED | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 16:27:50.941270 | fa163eb2-7b8b-aa10-b746-000000002edf | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:14:41.328517 | 0.55s 2025-11-26 16:27:50.970476 | fa163eb2-7b8b-aa10-b746-000000002ee0 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 16:27:51.479665 | fa163eb2-7b8b-aa10-b746-000000002ee0 | CHANGED | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 16:27:51.481168 | fa163eb2-7b8b-aa10-b746-000000002ee0 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:14:41.868420 | 0.51s 2025-11-26 16:27:51.510524 | fa163eb2-7b8b-aa10-b746-000000002ee1 | TASK | Enable and start netns-placeholder 2025-11-26 16:27:52.547422 | fa163eb2-7b8b-aa10-b746-000000002ee1 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 16:27:52.549277 | fa163eb2-7b8b-aa10-b746-000000002ee1 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:14:42.936531 | 1.04s 2025-11-26 16:27:52.579748 | fa163eb2-7b8b-aa10-b746-000000002ea7 | TASK | Update container configs with new config hashes 2025-11-26 16:27:52.641192 | fa163eb2-7b8b-aa10-b746-000000002ea7 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:14:43.028442 | 0.06s 2025-11-26 16:27:52.661765 | dc679bf3-60a6-417f-9757-233a108ee87d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 16:27:52.695476 | fa163eb2-7b8b-aa10-b746-000000002f09 | TASK | Update config hashes for container startup configs 2025-11-26 16:27:53.004511 | | WARNING | Config change detected for memcached, new hash: a226265c45722b4c809790869a4b047f 2025-11-26 16:27:53.005930 | | WARNING | Config change detected for mysql_bootstrap, new hash: 5acab1b951acbf376a2ae11091e724cd 2025-11-26 16:27:53.006481 | | WARNING | Config change detected for rabbitmq_bootstrap, new hash: 1a4bcf384648963c34d263693eac210a 2025-11-26 16:27:53.007041 | | WARNING | Config change detected for redis_tls_proxy, new hash: 2d6f918d18846906d3a7b5c817d3b6be 2025-11-26 16:27:53.007607 | | WARNING | Config change detected for clustercheck, new hash: 46f2f5d860f354865b6b67dbaf72e025 2025-11-26 16:27:53.008174 | | WARNING | Config change detected for horizon_fix_perms, new hash: 93c7aadb9c53c3974ac8538cfb04fb47 2025-11-26 16:27:53.008663 | | WARNING | Config change detected for mysql_wait_bundle, new hash: 5acab1b951acbf376a2ae11091e724cd 2025-11-26 16:27:53.009206 | | WARNING | Config change detected for octavia_api_init_dirs, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.009711 | | WARNING | Config change detected for octavia_health_manager_init_dirs, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.010287 | | WARNING | Config change detected for octavia_housekeeping_init_dirs, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.010821 | | WARNING | Config change detected for octavia_worker_init_dirs, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.011354 | | WARNING | Config change detected for aodh_db_sync, new hash: 84e9b7563274085d45a60d9756581027 2025-11-26 16:27:53.011956 | | WARNING | Config change detected for cinder_api_db_sync, new hash: 56b8536f0fee0734b571df6b0e977657 2025-11-26 16:27:53.012482 | | WARNING | Config change detected for glance_api_db_sync, new hash: dd419e863415bcaaa135652372fa152a-53d0f6df76342bd992f4e1b8d62e2ee7 2025-11-26 16:27:53.013022 | | WARNING | Config change detected for heat_engine_db_sync, new hash: 32894dbde4e16fb6f3b3646e959d1a42 2025-11-26 16:27:53.013778 | | WARNING | Config change detected for horizon, new hash: 93c7aadb9c53c3974ac8538cfb04fb47 2025-11-26 16:27:53.014331 | | WARNING | Config change detected for iscsid, new hash: 53d0f6df76342bd992f4e1b8d62e2ee7 2025-11-26 16:27:53.014869 | | WARNING | Config change detected for keystone, new hash: 1a815b7dfe7912a82cfd2dffb43eb1f5 2025-11-26 16:27:53.015436 | | WARNING | Config change detected for keystone_cron, new hash: 1a815b7dfe7912a82cfd2dffb43eb1f5 2025-11-26 16:27:53.015996 | | WARNING | Config change detected for keystone_db_sync, new hash: 1a815b7dfe7912a82cfd2dffb43eb1f5 2025-11-26 16:27:53.016520 | | WARNING | Config change detected for manila_api_db_sync, new hash: 1e31e282d9f98ccbdee24d5fa6f8aa96 2025-11-26 16:27:53.017057 | | WARNING | Config change detected for neutron_db_sync, new hash: 99b8403c7eb5c234becbaa422839c122 2025-11-26 16:27:53.017551 | | WARNING | Config change detected for nova_api_db_sync, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.018116 | | WARNING | Config change detected for nova_api_ensure_default_cells, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.018612 | | WARNING | Config change detected for nova_db_sync, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.019170 | | WARNING | Config change detected for nova_virtlogd_wrapper, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.019682 | | WARNING | Config change detected for nova_virtnodedevd, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.020221 | | WARNING | Config change detected for nova_virtproxyd, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.020822 | | WARNING | Config change detected for nova_virtqemud, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.021322 | | WARNING | Config change detected for nova_virtsecretd, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.021911 | | WARNING | Config change detected for nova_virtstoraged, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.022455 | | WARNING | Config change detected for octavia_db_sync, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.023080 | | WARNING | Config change detected for placement_api_db_sync, new hash: 02e18ebc1683b1485fe6adc1a801716d 2025-11-26 16:27:53.023673 | | WARNING | Config change detected for swift_copy_rings, new hash: bcc13e575731d788544889fe5398d58f-5701c944f2fc09197db644539ab7ab88 2025-11-26 16:27:53.024424 | | WARNING | Config change detected for aodh_api, new hash: 84e9b7563274085d45a60d9756581027 2025-11-26 16:27:53.025094 | | WARNING | Config change detected for aodh_api_cron, new hash: 84e9b7563274085d45a60d9756581027 2025-11-26 16:27:53.025619 | | WARNING | Config change detected for aodh_evaluator, new hash: 84e9b7563274085d45a60d9756581027 2025-11-26 16:27:53.026223 | | WARNING | Config change detected for aodh_listener, new hash: 84e9b7563274085d45a60d9756581027 2025-11-26 16:27:53.026715 | | WARNING | Config change detected for aodh_notifier, new hash: 84e9b7563274085d45a60d9756581027 2025-11-26 16:27:53.027278 | | WARNING | Config change detected for ceilometer_agent_central, new hash: c39885ee8a3e00e2986d22c83ec984ef 2025-11-26 16:27:53.027829 | | WARNING | Config change detected for ceilometer_agent_compute, new hash: c39885ee8a3e00e2986d22c83ec984ef 2025-11-26 16:27:53.028336 | | WARNING | Config change detected for ceilometer_agent_notification, new hash: c39885ee8a3e00e2986d22c83ec984ef 2025-11-26 16:27:53.028870 | | WARNING | Config change detected for cinder_api, new hash: 56b8536f0fee0734b571df6b0e977657 2025-11-26 16:27:53.029381 | | WARNING | Config change detected for cinder_api_cron, new hash: 56b8536f0fee0734b571df6b0e977657 2025-11-26 16:27:53.029980 | | WARNING | Config change detected for cinder_scheduler, new hash: 56b8536f0fee0734b571df6b0e977657 2025-11-26 16:27:53.030489 | | WARNING | Config change detected for glance_api, new hash: dd419e863415bcaaa135652372fa152a-53d0f6df76342bd992f4e1b8d62e2ee7 2025-11-26 16:27:53.031021 | | WARNING | Config change detected for glance_api_cron, new hash: dd419e863415bcaaa135652372fa152a 2025-11-26 16:27:53.031564 | | WARNING | Config change detected for glance_api_internal, new hash: 7c535c81cb0e5509da43026abcbf6985-53d0f6df76342bd992f4e1b8d62e2ee7 2025-11-26 16:27:53.032124 | | WARNING | Config change detected for glance_api_internal_tls_proxy, new hash: 7c535c81cb0e5509da43026abcbf6985 2025-11-26 16:27:53.032618 | | WARNING | Config change detected for glance_api_tls_proxy, new hash: dd419e863415bcaaa135652372fa152a 2025-11-26 16:27:53.033149 | | WARNING | Config change detected for heat_api, new hash: ede3a8cb6df4dc500cc012afe1b4ded4 2025-11-26 16:27:53.033635 | | WARNING | Config change detected for heat_api_cfn, new hash: d1e03216fd1324918471f5f013926ec7 2025-11-26 16:27:53.034326 | | WARNING | Config change detected for heat_api_cron, new hash: ede3a8cb6df4dc500cc012afe1b4ded4 2025-11-26 16:27:53.034993 | | WARNING | Config change detected for heat_engine, new hash: 32894dbde4e16fb6f3b3646e959d1a42 2025-11-26 16:27:53.035561 | | WARNING | Config change detected for logrotate_crond, new hash: 53ed83bb0cae779ff95edb2002262c6f 2025-11-26 16:27:53.036150 | | WARNING | Config change detected for manila_api, new hash: 1e31e282d9f98ccbdee24d5fa6f8aa96 2025-11-26 16:27:53.036643 | | WARNING | Config change detected for manila_api_cron, new hash: 1e31e282d9f98ccbdee24d5fa6f8aa96 2025-11-26 16:27:53.037176 | | WARNING | Config change detected for manila_scheduler, new hash: 1e31e282d9f98ccbdee24d5fa6f8aa96 2025-11-26 16:27:53.037667 | | WARNING | Config change detected for neutron_api, new hash: 99b8403c7eb5c234becbaa422839c122 2025-11-26 16:27:53.038232 | | WARNING | Config change detected for neutron_dhcp, new hash: 99b8403c7eb5c234becbaa422839c122 2025-11-26 16:27:53.038788 | | WARNING | Config change detected for neutron_server_tls_proxy, new hash: 99b8403c7eb5c234becbaa422839c122 2025-11-26 16:27:53.039360 | | WARNING | Config change detected for neutron_sriov_agent, new hash: 99b8403c7eb5c234becbaa422839c122 2025-11-26 16:27:53.039934 | | WARNING | Config change detected for nova_api, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.040460 | | WARNING | Config change detected for nova_api_cron, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.041013 | | WARNING | Config change detected for nova_conductor, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.041557 | | WARNING | Config change detected for nova_metadata, new hash: 14eab0b3b23a9b7e0056d2b333b8e5f2 2025-11-26 16:27:53.042145 | | WARNING | Config change detected for nova_migration_target, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.042680 | | WARNING | Config change detected for nova_scheduler, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.043246 | | WARNING | Config change detected for nova_vnc_proxy, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.043791 | | WARNING | Config change detected for nova_wait_for_api_service, new hash: 395b42905dbcdb25f60489a2a27ea033 2025-11-26 16:27:53.044298 | | WARNING | Config change detected for octavia_api, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.044836 | | WARNING | Config change detected for octavia_driver_agent, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.045486 | | WARNING | Config change detected for ovn_metadata_agent, new hash: 99b8403c7eb5c234becbaa422839c122 2025-11-26 16:27:53.046089 | | WARNING | Config change detected for placement_api, new hash: 02e18ebc1683b1485fe6adc1a801716d 2025-11-26 16:27:53.046676 | | WARNING | Config change detected for placement_wait_for_service, new hash: 02e18ebc1683b1485fe6adc1a801716d 2025-11-26 16:27:53.047281 | | WARNING | Config change detected for swift_account_reaper, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.047826 | | WARNING | Config change detected for swift_account_server, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.048323 | | WARNING | Config change detected for swift_container_server, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.048849 | | WARNING | Config change detected for swift_container_updater, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.049341 | | WARNING | Config change detected for swift_object_expirer, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.049938 | | WARNING | Config change detected for swift_object_server, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.050438 | | WARNING | Config change detected for swift_object_updater, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.051043 | | WARNING | Config change detected for swift_proxy, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.051579 | | WARNING | Config change detected for swift_proxy_tls_proxy, new hash: bcc13e575731d788544889fe5398d58f 2025-11-26 16:27:53.052121 | | WARNING | Config change detected for ceilometer_gnocchi_upgrade, new hash: c39885ee8a3e00e2986d22c83ec984ef 2025-11-26 16:27:53.052617 | | WARNING | Config change detected for gnocchi_api, new hash: 727b38bfb723bdcc39ad373a94a9d139 2025-11-26 16:27:53.053169 | | WARNING | Config change detected for gnocchi_db_sync, new hash: 727b38bfb723bdcc39ad373a94a9d139 2025-11-26 16:27:53.053668 | | WARNING | Config change detected for gnocchi_metricd, new hash: 727b38bfb723bdcc39ad373a94a9d139 2025-11-26 16:27:53.054258 | | WARNING | Config change detected for gnocchi_statsd, new hash: 727b38bfb723bdcc39ad373a94a9d139 2025-11-26 16:27:53.054619 | | WARNING | Config change detected for nova_compute, new hash: 53d0f6df76342bd992f4e1b8d62e2ee7-2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.054949 | | WARNING | Config change detected for nova_wait_for_compute_service, new hash: 2c198472cfe32891fc28f9eef8022641 2025-11-26 16:27:53.055356 | | WARNING | Config change detected for octavia_health_manager, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.055705 | | WARNING | Config change detected for octavia_housekeeping, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.056080 | | WARNING | Config change detected for octavia_rsyslog, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.056402 | | WARNING | Config change detected for octavia_worker, new hash: cfffc060255483420e96eaf6d23c0c53 2025-11-26 16:27:53.056720 | fa163eb2-7b8b-aa10-b746-000000002f09 | CHANGED | Update config hashes for container startup configs | standalone 2025-11-26 16:27:53.057274 | fa163eb2-7b8b-aa10-b746-000000002f09 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:14:43.444533 | 0.36s 2025-11-26 16:27:53.082138 | fa163eb2-7b8b-aa10-b746-000000002ea8 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 16:27:53.141525 | fa163eb2-7b8b-aa10-b746-000000002ea8 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:43.528775 | 0.06s 2025-11-26 16:27:53.165504 | 77e6381e-afd4-49d6-bb16-8377a3e57701 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:27:53.197175 | fa163eb2-7b8b-aa10-b746-000000002f28 | TASK | Gather podman infos 2025-11-26 16:27:54.191405 | fa163eb2-7b8b-aa10-b746-000000002f28 | OK | Gather podman infos | standalone 2025-11-26 16:27:54.192607 | fa163eb2-7b8b-aa10-b746-000000002f28 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:14:44.579861 | 0.99s 2025-11-26 16:27:54.259306 | fa163eb2-7b8b-aa10-b746-000000002f29 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 16:27:54.322372 | fa163eb2-7b8b-aa10-b746-000000002f29 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:44.709621 | 0.06s 2025-11-26 16:27:54.446240 | fa163eb2-7b8b-aa10-b746-000000002f72 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:14:44.833481 | 0.06s 2025-11-26 16:27:54.503460 | fa163eb2-7b8b-aa10-b746-000000002ea9 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 16:27:54.557648 | fa163eb2-7b8b-aa10-b746-000000002ea9 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:44.944895 | 0.05s 2025-11-26 16:27:54.580037 | 290aa7c2-fd45-41a2-907f-1145776f3fe6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:27:54.615402 | fa163eb2-7b8b-aa10-b746-000000002f98 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 16:28:02.721482 | fa163eb2-7b8b-aa10-b746-000000002f98 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-26 16:28:02.728642 | fa163eb2-7b8b-aa10-b746-000000002f98 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:53.115884 | 8.11s 2025-11-26 16:28:02.766211 | fa163eb2-7b8b-aa10-b746-000000002f99 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 2025-11-26 16:28:07.685791 | fa163eb2-7b8b-aa10-b746-000000002f99 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone 2025-11-26 16:28:07.689173 | fa163eb2-7b8b-aa10-b746-000000002f99 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_1 | standalone | 0:14:58.076408 | 4.92s 2025-11-26 16:28:07.765057 | fa163eb2-7b8b-aa10-b746-000000002cb2 | TASK | Clean container_puppet_tasks for standalone step 1 2025-11-26 16:28:07.995853 | fa163eb2-7b8b-aa10-b746-000000002cb2 | OK | Clean container_puppet_tasks for standalone step 1 | standalone 2025-11-26 16:28:07.997390 | fa163eb2-7b8b-aa10-b746-000000002cb2 | TIMING | Clean container_puppet_tasks for standalone step 1 | standalone | 0:14:58.384644 | 0.23s 2025-11-26 16:28:08.045789 | fa163eb2-7b8b-aa10-b746-000000002cb3 | TASK | Calculate container_puppet_tasks for standalone step 1 2025-11-26 16:28:08.100593 | fa163eb2-7b8b-aa10-b746-000000002cb3 | TIMING | Calculate container_puppet_tasks for standalone step 1 | standalone | 0:14:58.487827 | 0.05s 2025-11-26 16:28:08.134978 | fa163eb2-7b8b-aa10-b746-000000002cb4 | TASK | Include container-puppet tasks for step 1 2025-11-26 16:28:08.190018 | fa163eb2-7b8b-aa10-b746-000000002cb4 | TIMING | Include container-puppet tasks for step 1 | standalone | 0:14:58.577263 | 0.05s 2025-11-26 16:28:08.219331 | 303b9e70-3656-494e-b5bb-33583375e528 | INCLUDED | /root/standalone-ansible-e5xcwj04/host-container-puppet-tasks.yaml | standalone 2025-11-26 16:28:08.269540 | fa163eb2-7b8b-aa10-b746-000000002fe4 | TASK | Write container-puppet-tasks json file for standalone step 1 2025-11-26 16:28:08.790448 | fa163eb2-7b8b-aa10-b746-000000002fe4 | CHANGED | Write container-puppet-tasks json file for standalone step 1 | standalone 2025-11-26 16:28:08.791769 | fa163eb2-7b8b-aa10-b746-000000002fe4 | TIMING | Write container-puppet-tasks json file for standalone step 1 | standalone | 0:14:59.179021 | 0.52s 2025-11-26 16:28:08.815842 | fa163eb2-7b8b-aa10-b746-000000002fe6 | TASK | Generate container puppet configs for step 1 2025-11-26 16:28:09.077774 | fa163eb2-7b8b-aa10-b746-000000002fe6 | OK | Generate container puppet configs for step 1 | standalone 2025-11-26 16:28:09.078941 | fa163eb2-7b8b-aa10-b746-000000002fe6 | TIMING | Generate container puppet configs for step 1 | standalone | 0:14:59.466197 | 0.26s 2025-11-26 16:28:09.109080 | fa163eb2-7b8b-aa10-b746-000000002fe7 | TASK | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible 2025-11-26 16:28:09.144301 | fa163eb2-7b8b-aa10-b746-000000002fe7 | TIMING | Manage Puppet containers (bootstrap tasks) for step 1 with tripleo-ansible | standalone | 0:14:59.531552 | 0.03s 2025-11-26 16:28:09.202371 | fa163eb2-7b8b-aa10-b746-000000002dd2 | TASK | Gather variables for each operating system 2025-11-26 16:28:09.314894 | fa163eb2-7b8b-aa10-b746-000000002dd2 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:14:59.702145 | 0.11s 2025-11-26 16:28:09.344074 | fa163eb2-7b8b-aa10-b746-000000002dd3 | TASK | Create container logs path 2025-11-26 16:28:09.592155 | fa163eb2-7b8b-aa10-b746-000000002dd3 | OK | Create container logs path | standalone 2025-11-26 16:28:09.593565 | fa163eb2-7b8b-aa10-b746-000000002dd3 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:14:59.980820 | 0.25s 2025-11-26 16:28:09.625859 | fa163eb2-7b8b-aa10-b746-000000002dd5 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:28:09.891512 | fa163eb2-7b8b-aa10-b746-000000002dd5 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 16:28:09.892890 | fa163eb2-7b8b-aa10-b746-000000002dd5 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.280143 | 0.27s 2025-11-26 16:28:09.922598 | fa163eb2-7b8b-aa10-b746-000000002dd6 | TASK | Finalise hashes for all containers 2025-11-26 16:28:09.974043 | fa163eb2-7b8b-aa10-b746-000000002dd6 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:28:09.975129 | fa163eb2-7b8b-aa10-b746-000000002dd6 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:15:00.362386 | 0.05s 2025-11-26 16:28:10.003972 | fa163eb2-7b8b-aa10-b746-000000002dd8 | TASK | Manage systemd shutdown files 2025-11-26 16:28:10.044060 | fa163eb2-7b8b-aa10-b746-000000002dd8 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:28:10.045184 | fa163eb2-7b8b-aa10-b746-000000002dd8 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:15:00.432441 | 0.04s 2025-11-26 16:28:10.073840 | fa163eb2-7b8b-aa10-b746-000000002dda | TASK | Update container configs with new config hashes 2025-11-26 16:28:10.124322 | fa163eb2-7b8b-aa10-b746-000000002dda | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:28:10.125431 | fa163eb2-7b8b-aa10-b746-000000002dda | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:15:00.512688 | 0.05s 2025-11-26 16:28:10.156580 | fa163eb2-7b8b-aa10-b746-000000002ddb | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:28:10.207514 | fa163eb2-7b8b-aa10-b746-000000002ddb | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 16:28:10.208700 | fa163eb2-7b8b-aa10-b746-000000002ddb | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.595957 | 0.05s 2025-11-26 16:28:10.241265 | fa163eb2-7b8b-aa10-b746-000000002ddc | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 2025-11-26 16:28:10.293299 | fa163eb2-7b8b-aa10-b746-000000002ddc | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone 2025-11-26 16:28:10.294390 | fa163eb2-7b8b-aa10-b746-000000002ddc | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_1 | standalone | 0:15:00.681648 | 0.05s PLAY [External deployment step 2] ********************************************** 2025-11-26 16:28:10.472268 | fa163eb2-7b8b-aa10-b746-0000000000c6 | TASK | External deployment step 2 2025-11-26 16:28:10.502458 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000c6') missing from stats 2025-11-26 16:28:10.561237 | fa163eb2-7b8b-aa10-b746-0000000000c7 | TIMING | include_tasks | undercloud | 0:15:00.948485 | 0.04s 2025-11-26 16:28:10.567667 | e3b504f8-fffb-4d43-b747-a8d1d0b610ff | INCLUDED | /root/standalone-ansible-e5xcwj04/external_deploy_steps_tasks_step2.yaml | undercloud PLAY [Deploy step tasks for 2] ************************************************* 2025-11-26 16:28:10.703860 | fa163eb2-7b8b-aa10-b746-0000000000ca | TASK | Deploy step tasks for 2 2025-11-26 16:28:10.735658 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000ca') missing from stats 2025-11-26 16:28:10.764709 | fa163eb2-7b8b-aa10-b746-0000000000cb | TASK | Write the config_step hieradata for the deploy step 2 tasks 2025-11-26 16:28:11.290785 | fa163eb2-7b8b-aa10-b746-0000000000cb | CHANGED | Write the config_step hieradata for the deploy step 2 tasks | standalone 2025-11-26 16:28:11.292197 | fa163eb2-7b8b-aa10-b746-0000000000cb | TIMING | Write the config_step hieradata for the deploy step 2 tasks | standalone | 0:15:01.679451 | 0.53s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 16:28:11.364791 | fa163eb2-7b8b-aa10-b746-0000000000cc | TIMING | include_tasks | standalone | 0:15:01.752044 | 0.04s 2025-11-26 16:28:11.459538 | 48094ec9-1298-4779-adee-ef06418b66ee | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/deploy_steps_tasks_step2.yaml | standalone 2025-11-26 16:28:11.493855 | fa163eb2-7b8b-aa10-b746-000000003075 | TASK | Push script 2025-11-26 16:28:11.996639 | fa163eb2-7b8b-aa10-b746-000000003075 | CHANGED | Push script | standalone 2025-11-26 16:28:11.998000 | fa163eb2-7b8b-aa10-b746-000000003075 | TIMING | Push script | standalone | 0:15:02.385251 | 0.50s 2025-11-26 16:28:12.027067 | fa163eb2-7b8b-aa10-b746-000000003076 | TASK | Insert cronjob in root crontab 2025-11-26 16:28:12.443548 | fa163eb2-7b8b-aa10-b746-000000003076 | CHANGED | Insert cronjob in root crontab | standalone 2025-11-26 16:28:12.445166 | fa163eb2-7b8b-aa10-b746-000000003076 | TIMING | Insert cronjob in root crontab | standalone | 0:15:02.832414 | 0.42s 2025-11-26 16:28:12.477071 | fa163eb2-7b8b-aa10-b746-00000000307d | TASK | Gather variables for each operating system 2025-11-26 16:28:12.602049 | fa163eb2-7b8b-aa10-b746-00000000307d | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:15:02.989295 | 0.12s 2025-11-26 16:28:12.631903 | fa163eb2-7b8b-aa10-b746-00000000307e | TASK | Detect if resource is being created or already exists 2025-11-26 16:28:13.379662 | fa163eb2-7b8b-aa10-b746-00000000307e | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 16:28:13.381211 | fa163eb2-7b8b-aa10-b746-00000000307e | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:15:03.768467 | 0.75s 2025-11-26 16:28:13.412435 | fa163eb2-7b8b-aa10-b746-00000000307f | TASK | Run init bundle puppet on the host for haproxy 2025-11-26 16:30:02.030657 | fa163eb2-7b8b-aa10-b746-00000000307f | CHANGED | Run init bundle puppet on the host for haproxy | standalone 2025-11-26 16:30:02.032525 | fa163eb2-7b8b-aa10-b746-00000000307f | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | standalone | 0:16:52.419779 | 108.62s 2025-11-26 16:30:02.065301 | fa163eb2-7b8b-aa10-b746-000000003080 | TASK | Check if /var/lib/config-data/puppet-generated/haproxy exists 2025-11-26 16:30:02.340311 | fa163eb2-7b8b-aa10-b746-000000003080 | OK | Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone 2025-11-26 16:30:02.341819 | fa163eb2-7b8b-aa10-b746-000000003080 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/haproxy exists | standalone | 0:16:52.729074 | 0.27s 2025-11-26 16:30:02.372997 | fa163eb2-7b8b-aa10-b746-000000003081 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 16:30:03.024320 | fa163eb2-7b8b-aa10-b746-000000003081 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 16:30:03.025900 | fa163eb2-7b8b-aa10-b746-000000003081 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:16:53.413152 | 0.65s 2025-11-26 16:30:03.061236 | fa163eb2-7b8b-aa10-b746-000000003082 | TASK | Check if an image update marker exists for bundle haproxy-bundle 2025-11-26 16:30:03.333579 | fa163eb2-7b8b-aa10-b746-000000003082 | OK | Check if an image update marker exists for bundle haproxy-bundle | standalone 2025-11-26 16:30:03.335136 | fa163eb2-7b8b-aa10-b746-000000003082 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle haproxy-bundle | standalone | 0:16:53.722390 | 0.27s 2025-11-26 16:30:03.367975 | fa163eb2-7b8b-aa10-b746-000000003084 | TASK | Get container image tag from marker for bundle haproxy-bundle 2025-11-26 16:30:03.422887 | fa163eb2-7b8b-aa10-b746-000000003084 | SKIPPED | Get container image tag from marker for bundle haproxy-bundle | standalone 2025-11-26 16:30:03.424108 | fa163eb2-7b8b-aa10-b746-000000003084 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle haproxy-bundle | standalone | 0:16:53.811363 | 0.05s 2025-11-26 16:30:03.457989 | fa163eb2-7b8b-aa10-b746-000000003085 | TASK | Get container image tag from bundle haproxy-bundle 2025-11-26 16:30:03.511547 | fa163eb2-7b8b-aa10-b746-000000003085 | SKIPPED | Get container image tag from bundle haproxy-bundle | standalone 2025-11-26 16:30:03.512712 | fa163eb2-7b8b-aa10-b746-000000003085 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle haproxy-bundle | standalone | 0:16:53.899966 | 0.05s 2025-11-26 16:30:03.544389 | fa163eb2-7b8b-aa10-b746-000000003086 | TASK | Compare tags between marker and bundle haproxy-bundle 2025-11-26 16:30:03.598966 | fa163eb2-7b8b-aa10-b746-000000003086 | SKIPPED | Compare tags between marker and bundle haproxy-bundle | standalone 2025-11-26 16:30:03.600230 | fa163eb2-7b8b-aa10-b746-000000003086 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle haproxy-bundle | standalone | 0:16:53.987485 | 0.05s 2025-11-26 16:30:03.634329 | fa163eb2-7b8b-aa10-b746-000000003087 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 16:30:03.686669 | fa163eb2-7b8b-aa10-b746-000000003087 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 16:30:03.687900 | fa163eb2-7b8b-aa10-b746-000000003087 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:16:54.075155 | 0.05s 2025-11-26 16:30:03.719771 | fa163eb2-7b8b-aa10-b746-000000003088 | TASK | Remove update marker for bundle haproxy-bundle 2025-11-26 16:30:03.774366 | fa163eb2-7b8b-aa10-b746-000000003088 | SKIPPED | Remove update marker for bundle haproxy-bundle | standalone 2025-11-26 16:30:03.776655 | fa163eb2-7b8b-aa10-b746-000000003088 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle haproxy-bundle | standalone | 0:16:54.163898 | 0.06s 2025-11-26 16:30:03.841701 | fa163eb2-7b8b-aa10-b746-0000000030a9 | TASK | Gather variables for each operating system 2025-11-26 16:30:03.969621 | fa163eb2-7b8b-aa10-b746-0000000030a9 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:16:54.356862 | 0.13s 2025-11-26 16:30:04.000541 | fa163eb2-7b8b-aa10-b746-0000000030aa | TASK | Detect if resource is being created or already exists 2025-11-26 16:30:04.756995 | fa163eb2-7b8b-aa10-b746-0000000030aa | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 16:30:04.758417 | fa163eb2-7b8b-aa10-b746-0000000030aa | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:16:55.145669 | 0.76s 2025-11-26 16:30:04.790615 | fa163eb2-7b8b-aa10-b746-0000000030ab | TASK | Run init bundle puppet on the host for mysql 2025-11-26 16:30:33.139992 | fa163eb2-7b8b-aa10-b746-0000000030ab | CHANGED | Run init bundle puppet on the host for mysql | standalone 2025-11-26 16:30:33.143042 | fa163eb2-7b8b-aa10-b746-0000000030ab | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | standalone | 0:17:23.530282 | 28.35s 2025-11-26 16:30:33.177167 | fa163eb2-7b8b-aa10-b746-0000000030ac | TASK | Check if /var/lib/config-data/puppet-generated/mysql exists 2025-11-26 16:30:33.443444 | fa163eb2-7b8b-aa10-b746-0000000030ac | OK | Check if /var/lib/config-data/puppet-generated/mysql exists | standalone 2025-11-26 16:30:33.444925 | fa163eb2-7b8b-aa10-b746-0000000030ac | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/mysql exists | standalone | 0:17:23.832178 | 0.27s 2025-11-26 16:30:33.474968 | fa163eb2-7b8b-aa10-b746-0000000030ad | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 16:30:33.883268 | fa163eb2-7b8b-aa10-b746-0000000030ad | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 16:30:33.884278 | fa163eb2-7b8b-aa10-b746-0000000030ad | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:24.271540 | 0.41s 2025-11-26 16:30:33.904508 | fa163eb2-7b8b-aa10-b746-0000000030ae | TASK | Check if an image update marker exists for bundle galera-bundle 2025-11-26 16:30:34.158225 | fa163eb2-7b8b-aa10-b746-0000000030ae | OK | Check if an image update marker exists for bundle galera-bundle | standalone 2025-11-26 16:30:34.159546 | fa163eb2-7b8b-aa10-b746-0000000030ae | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle galera-bundle | standalone | 0:17:24.546800 | 0.25s 2025-11-26 16:30:34.193506 | fa163eb2-7b8b-aa10-b746-0000000030b0 | TASK | Get container image tag from marker for bundle galera-bundle 2025-11-26 16:30:34.247460 | fa163eb2-7b8b-aa10-b746-0000000030b0 | SKIPPED | Get container image tag from marker for bundle galera-bundle | standalone 2025-11-26 16:30:34.249347 | fa163eb2-7b8b-aa10-b746-0000000030b0 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle galera-bundle | standalone | 0:17:24.636606 | 0.05s 2025-11-26 16:30:34.273603 | fa163eb2-7b8b-aa10-b746-0000000030b1 | TASK | Get container image tag from bundle galera-bundle 2025-11-26 16:30:34.322692 | fa163eb2-7b8b-aa10-b746-0000000030b1 | SKIPPED | Get container image tag from bundle galera-bundle | standalone 2025-11-26 16:30:34.325016 | fa163eb2-7b8b-aa10-b746-0000000030b1 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle galera-bundle | standalone | 0:17:24.712175 | 0.05s 2025-11-26 16:30:34.357266 | fa163eb2-7b8b-aa10-b746-0000000030b2 | TASK | Compare tags between marker and bundle galera-bundle 2025-11-26 16:30:34.411709 | fa163eb2-7b8b-aa10-b746-0000000030b2 | SKIPPED | Compare tags between marker and bundle galera-bundle | standalone 2025-11-26 16:30:34.413026 | fa163eb2-7b8b-aa10-b746-0000000030b2 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle galera-bundle | standalone | 0:17:24.800282 | 0.05s 2025-11-26 16:30:34.444100 | fa163eb2-7b8b-aa10-b746-0000000030b3 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 16:30:34.494348 | fa163eb2-7b8b-aa10-b746-0000000030b3 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 16:30:34.495448 | fa163eb2-7b8b-aa10-b746-0000000030b3 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:24.882704 | 0.05s 2025-11-26 16:30:34.526691 | fa163eb2-7b8b-aa10-b746-0000000030b4 | TASK | Remove update marker for bundle galera-bundle 2025-11-26 16:30:34.566484 | fa163eb2-7b8b-aa10-b746-0000000030b4 | SKIPPED | Remove update marker for bundle galera-bundle | standalone 2025-11-26 16:30:34.567314 | fa163eb2-7b8b-aa10-b746-0000000030b4 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle galera-bundle | standalone | 0:17:24.954576 | 0.04s 2025-11-26 16:30:34.609222 | fa163eb2-7b8b-aa10-b746-0000000030d5 | TASK | Gather variables for each operating system 2025-11-26 16:30:34.730402 | fa163eb2-7b8b-aa10-b746-0000000030d5 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:25.117650 | 0.12s 2025-11-26 16:30:34.759755 | fa163eb2-7b8b-aa10-b746-0000000030d6 | TASK | Detect if resource is being created or already exists 2025-11-26 16:30:35.504541 | fa163eb2-7b8b-aa10-b746-0000000030d6 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 16:30:35.505329 | fa163eb2-7b8b-aa10-b746-0000000030d6 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:25.892592 | 0.74s 2025-11-26 16:30:35.525578 | fa163eb2-7b8b-aa10-b746-0000000030d7 | TASK | Run init bundle puppet on the host for oslo_messaging_rpc 2025-11-26 16:31:03.066615 | fa163eb2-7b8b-aa10-b746-0000000030d7 | CHANGED | Run init bundle puppet on the host for oslo_messaging_rpc | standalone 2025-11-26 16:31:03.068560 | fa163eb2-7b8b-aa10-b746-0000000030d7 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | standalone | 0:17:53.455814 | 27.54s 2025-11-26 16:31:03.105052 | fa163eb2-7b8b-aa10-b746-0000000030d8 | TASK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists 2025-11-26 16:31:03.374273 | fa163eb2-7b8b-aa10-b746-0000000030d8 | OK | Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone 2025-11-26 16:31:03.375877 | fa163eb2-7b8b-aa10-b746-0000000030d8 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/rabbitmq exists | standalone | 0:17:53.763129 | 0.27s 2025-11-26 16:31:03.406584 | fa163eb2-7b8b-aa10-b746-0000000030d9 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 16:31:03.886717 | fa163eb2-7b8b-aa10-b746-0000000030d9 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 16:31:03.888092 | fa163eb2-7b8b-aa10-b746-0000000030d9 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:17:54.275351 | 0.48s 2025-11-26 16:31:03.912616 | fa163eb2-7b8b-aa10-b746-0000000030da | TASK | Check if an image update marker exists for bundle rabbitmq-bundle 2025-11-26 16:31:04.133882 | fa163eb2-7b8b-aa10-b746-0000000030da | OK | Check if an image update marker exists for bundle rabbitmq-bundle | standalone 2025-11-26 16:31:04.135312 | fa163eb2-7b8b-aa10-b746-0000000030da | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle rabbitmq-bundle | standalone | 0:17:54.522565 | 0.22s 2025-11-26 16:31:04.168418 | fa163eb2-7b8b-aa10-b746-0000000030dc | TASK | Get container image tag from marker for bundle rabbitmq-bundle 2025-11-26 16:31:04.207299 | fa163eb2-7b8b-aa10-b746-0000000030dc | SKIPPED | Get container image tag from marker for bundle rabbitmq-bundle | standalone 2025-11-26 16:31:04.208370 | fa163eb2-7b8b-aa10-b746-0000000030dc | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle rabbitmq-bundle | standalone | 0:17:54.595629 | 0.04s 2025-11-26 16:31:04.232166 | fa163eb2-7b8b-aa10-b746-0000000030dd | TASK | Get container image tag from bundle rabbitmq-bundle 2025-11-26 16:31:04.291696 | fa163eb2-7b8b-aa10-b746-0000000030dd | SKIPPED | Get container image tag from bundle rabbitmq-bundle | standalone 2025-11-26 16:31:04.292507 | fa163eb2-7b8b-aa10-b746-0000000030dd | TIMING | tripleo_ha_wrapper : Get container image tag from bundle rabbitmq-bundle | standalone | 0:17:54.679769 | 0.06s 2025-11-26 16:31:04.316294 | fa163eb2-7b8b-aa10-b746-0000000030de | TASK | Compare tags between marker and bundle rabbitmq-bundle 2025-11-26 16:31:04.375053 | fa163eb2-7b8b-aa10-b746-0000000030de | SKIPPED | Compare tags between marker and bundle rabbitmq-bundle | standalone 2025-11-26 16:31:04.376310 | fa163eb2-7b8b-aa10-b746-0000000030de | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle rabbitmq-bundle | standalone | 0:17:54.763565 | 0.06s 2025-11-26 16:31:04.410323 | fa163eb2-7b8b-aa10-b746-0000000030df | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 16:31:04.472323 | fa163eb2-7b8b-aa10-b746-0000000030df | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 16:31:04.473524 | fa163eb2-7b8b-aa10-b746-0000000030df | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:17:54.860779 | 0.06s 2025-11-26 16:31:04.506547 | fa163eb2-7b8b-aa10-b746-0000000030e0 | TASK | Remove update marker for bundle rabbitmq-bundle 2025-11-26 16:31:04.563578 | fa163eb2-7b8b-aa10-b746-0000000030e0 | SKIPPED | Remove update marker for bundle rabbitmq-bundle | standalone 2025-11-26 16:31:04.564907 | fa163eb2-7b8b-aa10-b746-0000000030e0 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle rabbitmq-bundle | standalone | 0:17:54.952163 | 0.06s 2025-11-26 16:31:04.622328 | fa163eb2-7b8b-aa10-b746-000000003101 | TASK | Gather variables for each operating system 2025-11-26 16:31:04.750869 | fa163eb2-7b8b-aa10-b746-000000003101 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:17:55.138100 | 0.13s 2025-11-26 16:31:04.782341 | fa163eb2-7b8b-aa10-b746-000000003102 | TASK | Detect if resource is being created or already exists 2025-11-26 16:31:05.545798 | fa163eb2-7b8b-aa10-b746-000000003102 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 16:31:05.547508 | fa163eb2-7b8b-aa10-b746-000000003102 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:17:55.934760 | 0.76s 2025-11-26 16:31:05.579793 | fa163eb2-7b8b-aa10-b746-000000003103 | TASK | Run init bundle puppet on the host for redis 2025-11-26 16:31:35.217707 | fa163eb2-7b8b-aa10-b746-000000003103 | CHANGED | Run init bundle puppet on the host for redis | standalone 2025-11-26 16:31:35.218742 | fa163eb2-7b8b-aa10-b746-000000003103 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | standalone | 0:18:25.605991 | 29.64s 2025-11-26 16:31:35.240761 | fa163eb2-7b8b-aa10-b746-000000003104 | TASK | Check if /var/lib/config-data/puppet-generated/redis exists 2025-11-26 16:31:35.490036 | fa163eb2-7b8b-aa10-b746-000000003104 | OK | Check if /var/lib/config-data/puppet-generated/redis exists | standalone 2025-11-26 16:31:35.491681 | fa163eb2-7b8b-aa10-b746-000000003104 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/redis exists | standalone | 0:18:25.878933 | 0.25s 2025-11-26 16:31:35.522278 | fa163eb2-7b8b-aa10-b746-000000003105 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 16:31:35.951780 | fa163eb2-7b8b-aa10-b746-000000003105 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 16:31:35.952537 | fa163eb2-7b8b-aa10-b746-000000003105 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:18:26.339800 | 0.43s 2025-11-26 16:31:35.972495 | fa163eb2-7b8b-aa10-b746-000000003106 | TASK | Check if an image update marker exists for bundle redis-bundle 2025-11-26 16:31:36.200388 | fa163eb2-7b8b-aa10-b746-000000003106 | OK | Check if an image update marker exists for bundle redis-bundle | standalone 2025-11-26 16:31:36.201651 | fa163eb2-7b8b-aa10-b746-000000003106 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle redis-bundle | standalone | 0:18:26.588906 | 0.23s 2025-11-26 16:31:36.231869 | fa163eb2-7b8b-aa10-b746-000000003108 | TASK | Get container image tag from marker for bundle redis-bundle 2025-11-26 16:31:36.306909 | fa163eb2-7b8b-aa10-b746-000000003108 | SKIPPED | Get container image tag from marker for bundle redis-bundle | standalone 2025-11-26 16:31:36.308417 | fa163eb2-7b8b-aa10-b746-000000003108 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle redis-bundle | standalone | 0:18:26.695670 | 0.08s 2025-11-26 16:31:36.339567 | fa163eb2-7b8b-aa10-b746-000000003109 | TASK | Get container image tag from bundle redis-bundle 2025-11-26 16:31:36.389175 | fa163eb2-7b8b-aa10-b746-000000003109 | SKIPPED | Get container image tag from bundle redis-bundle | standalone 2025-11-26 16:31:36.390156 | fa163eb2-7b8b-aa10-b746-000000003109 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle redis-bundle | standalone | 0:18:26.777417 | 0.05s 2025-11-26 16:31:36.411366 | fa163eb2-7b8b-aa10-b746-00000000310a | TASK | Compare tags between marker and bundle redis-bundle 2025-11-26 16:31:36.457600 | fa163eb2-7b8b-aa10-b746-00000000310a | SKIPPED | Compare tags between marker and bundle redis-bundle | standalone 2025-11-26 16:31:36.458428 | fa163eb2-7b8b-aa10-b746-00000000310a | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle redis-bundle | standalone | 0:18:26.845689 | 0.05s 2025-11-26 16:31:36.482858 | fa163eb2-7b8b-aa10-b746-00000000310b | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 16:31:36.530670 | fa163eb2-7b8b-aa10-b746-00000000310b | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 16:31:36.531545 | fa163eb2-7b8b-aa10-b746-00000000310b | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:18:26.918805 | 0.05s 2025-11-26 16:31:36.555668 | fa163eb2-7b8b-aa10-b746-00000000310c | TASK | Remove update marker for bundle redis-bundle 2025-11-26 16:31:36.607289 | fa163eb2-7b8b-aa10-b746-00000000310c | SKIPPED | Remove update marker for bundle redis-bundle | standalone 2025-11-26 16:31:36.608031 | fa163eb2-7b8b-aa10-b746-00000000310c | TIMING | tripleo_ha_wrapper : Remove update marker for bundle redis-bundle | standalone | 0:18:26.995293 | 0.05s 2025-11-26 16:31:36.650473 | fa163eb2-7b8b-aa10-b746-0000000000ce | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists 2025-11-26 16:31:36.851610 | fa163eb2-7b8b-aa10-b746-0000000000ce | OK | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone 2025-11-26 16:31:36.852412 | fa163eb2-7b8b-aa10-b746-0000000000ce | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_2 already exists | standalone | 0:18:27.239676 | 0.20s 2025-11-26 16:31:36.919473 | fa163eb2-7b8b-aa10-b746-0000000000cf | TIMING | include_tasks | standalone | 0:18:27.306732 | 0.05s 2025-11-26 16:31:36.937246 | 20eff677-85b4-4d5f-8b34-3f85634c2b04 | INCLUDED | /root/standalone-ansible-e5xcwj04/common_deploy_steps_tasks.yaml | standalone 2025-11-26 16:31:36.957560 | fa163eb2-7b8b-aa10-b746-0000000031a1 | TASK | Write the config_step hieradata 2025-11-26 16:31:37.451198 | fa163eb2-7b8b-aa10-b746-0000000031a1 | OK | Write the config_step hieradata | standalone 2025-11-26 16:31:37.452429 | fa163eb2-7b8b-aa10-b746-0000000031a1 | TIMING | Write the config_step hieradata | standalone | 0:18:27.839684 | 0.49s 2025-11-26 16:31:37.482425 | fa163eb2-7b8b-aa10-b746-0000000031a2 | TASK | Run puppet host configuration for step 2 2025-11-26 16:31:37.771457 | fa163eb2-7b8b-aa10-b746-0000000031a2 | CHANGED | Run puppet host configuration for step 2 | standalone 2025-11-26 16:31:37.772409 | fa163eb2-7b8b-aa10-b746-0000000031a2 | TIMING | Run puppet host configuration for step 2 | standalone | 0:18:28.159667 | 0.29s 2025-11-26 16:31:37.794078 | fa163eb2-7b8b-aa10-b746-0000000031a3 | TASK | Wait for puppet host configuration to finish 2025-11-26 16:31:38.031563 | fa163eb2-7b8b-aa10-b746-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 16:31:48.216179 | fa163eb2-7b8b-aa10-b746-0000000031a3 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 16:31:58.424991 | fa163eb2-7b8b-aa10-b746-0000000031a3 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 16:31:58.426370 | fa163eb2-7b8b-aa10-b746-0000000031a3 | TIMING | Wait for puppet host configuration to finish | standalone | 0:18:48.813624 | 20.63s 2025-11-26 16:31:58.456396 | fa163eb2-7b8b-aa10-b746-0000000031a4 | TASK | Debug output for task: Run puppet host configuration for step 2 2025-11-26 16:31:58.543434 | fa163eb2-7b8b-aa10-b746-0000000031a4 | CHANGED | Debug output for task: Run puppet host configuration for step 2 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 26 16:31:37 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 16:31:43 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 16:31:43 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 16:31:43 puppet-user: (file & line not available)", "<13>Nov 26 16:31:43 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>Nov 26 16:31:43 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 16:31:44 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 16:31:44 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.41 seconds", "<13>Nov 26 16:31:49 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 16:31:52 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 16:31:54 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 16:31:54 puppet-user: Notice: Applied catalog in 9.95 seconds", "<13>Nov 26 16:31:54 puppet-user: Application:", "<13>Nov 26 16:31:54 puppet-user: Initial environment: production", "<13>Nov 26 16:31:54 puppet-user: Converged environment: production", "<13>Nov 26 16:31:54 puppet-user: Run mode: user", "<13>Nov 26 16:31:54 puppet-user: Changes:", "<13>Nov 26 16:31:54 puppet-user: Total: 2", "<13>Nov 26 16:31:54 puppet-user: Events:", "<13>Nov 26 16:31:54 puppet-user: Success: 2", "<13>Nov 26 16:31:54 puppet-user: Resources:", "<13>Nov 26 16:31:54 puppet-user: Changed: 2", "<13>Nov 26 16:31:54 puppet-user: Out of sync: 2", "<13>Nov 26 16:31:54 puppet-user: Total: 28", "<13>Nov 26 16:31:54 puppet-user: Time:", "<13>Nov 26 16:31:54 puppet-user: Filebucket: 0.00", "<13>Nov 26 16:31:54 puppet-user: Schedule: 0.00", "<13>Nov 26 16:31:54 puppet-user: Package: 0.00", "<13>Nov 26 16:31:54 puppet-user: File line: 0.00", "<13>Nov 26 16:31:54 puppet-user: File: 0.00", "<13>Nov 26 16:31:54 puppet-user: Augeas: 0.01", "<13>Nov 26 16:31:54 puppet-user: User: 0.01", "<13>Nov 26 16:31:54 puppet-user: Service: 0.08", "<13>Nov 26 16:31:54 puppet-user: Config retrieval: 0.46", "<13>Nov 26 16:31:54 puppet-user: Pcmk property: 1.58", "<13>Nov 26 16:31:54 puppet-user: Exec: 1.83", "<13>Nov 26 16:31:54 puppet-user: Last run: 1764174714", "<13>Nov 26 16:31:54 puppet-user: Pcmk resource default: 3.10", "<13>Nov 26 16:31:54 puppet-user: Pcmk resource op default: 3.10", "<13>Nov 26 16:31:54 puppet-user: Transaction evaluation: 9.93", "<13>Nov 26 16:31:54 puppet-user: Catalog application: 9.95", "<13>Nov 26 16:31:54 puppet-user: Total: 9.95", "<13>Nov 26 16:31:54 puppet-user: Version:", "<13>Nov 26 16:31:54 puppet-user: Config: 1764174703", "<13>Nov 26 16:31:54 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 16:31:58.544672 | fa163eb2-7b8b-aa10-b746-0000000031a4 | TIMING | Debug output for task: Run puppet host configuration for step 2 | standalone | 0:18:48.931927 | 0.09s 2025-11-26 16:31:58.573476 | fa163eb2-7b8b-aa10-b746-0000000031a5 | TASK | Pre-cache facts for puppet containers 2025-11-26 16:31:58.602308 | fa163eb2-7b8b-aa10-b746-0000000031a5 | TIMING | Pre-cache facts for puppet containers | standalone | 0:18:48.989559 | 0.03s 2025-11-26 16:31:58.668863 | fa163eb2-7b8b-aa10-b746-0000000031e4 | TASK | Gather variables for each operating system 2025-11-26 16:31:58.792204 | fa163eb2-7b8b-aa10-b746-0000000031e4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:18:49.179454 | 0.12s 2025-11-26 16:31:58.821631 | fa163eb2-7b8b-aa10-b746-0000000031e5 | TASK | Create puppet caching structures 2025-11-26 16:31:59.074597 | fa163eb2-7b8b-aa10-b746-0000000031e5 | CHANGED | Create puppet caching structures | standalone 2025-11-26 16:31:59.075476 | fa163eb2-7b8b-aa10-b746-0000000031e5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:18:49.462739 | 0.25s 2025-11-26 16:31:59.094573 | fa163eb2-7b8b-aa10-b746-0000000031e6 | TASK | Check for facter.conf 2025-11-26 16:31:59.334456 | fa163eb2-7b8b-aa10-b746-0000000031e6 | OK | Check for facter.conf | standalone 2025-11-26 16:31:59.335902 | fa163eb2-7b8b-aa10-b746-0000000031e6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:18:49.723155 | 0.24s 2025-11-26 16:31:59.365045 | fa163eb2-7b8b-aa10-b746-0000000031e7 | TASK | Remove facter.conf if directory 2025-11-26 16:31:59.415362 | fa163eb2-7b8b-aa10-b746-0000000031e7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 16:31:59.416405 | fa163eb2-7b8b-aa10-b746-0000000031e7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:18:49.803662 | 0.05s 2025-11-26 16:31:59.445311 | fa163eb2-7b8b-aa10-b746-0000000031e8 | TASK | Write facter cache config 2025-11-26 16:31:59.952614 | fa163eb2-7b8b-aa10-b746-0000000031e8 | CHANGED | Write facter cache config | standalone 2025-11-26 16:31:59.953995 | fa163eb2-7b8b-aa10-b746-0000000031e8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:18:50.341249 | 0.51s 2025-11-26 16:31:59.983103 | fa163eb2-7b8b-aa10-b746-0000000031e9 | TASK | Cleanup facter cache if exists 2025-11-26 16:32:00.214377 | fa163eb2-7b8b-aa10-b746-0000000031e9 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 16:32:00.215628 | fa163eb2-7b8b-aa10-b746-0000000031e9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:18:50.602882 | 0.23s 2025-11-26 16:32:00.244576 | fa163eb2-7b8b-aa10-b746-0000000031ea | TASK | Pre-cache facts 2025-11-26 16:32:00.862934 | fa163eb2-7b8b-aa10-b746-0000000031ea | CHANGED | Pre-cache facts | standalone 2025-11-26 16:32:00.864210 | fa163eb2-7b8b-aa10-b746-0000000031ea | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:18:51.251463 | 0.62s 2025-11-26 16:32:00.894692 | fa163eb2-7b8b-aa10-b746-0000000031eb | TASK | Failed deployment if facter fails 2025-11-26 16:32:00.928268 | fa163eb2-7b8b-aa10-b746-0000000031eb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 16:32:00.929383 | fa163eb2-7b8b-aa10-b746-0000000031eb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:18:51.316636 | 0.03s 2025-11-26 16:32:00.973621 | fa163eb2-7b8b-aa10-b746-0000000031ec | TASK | Sync cached facts 2025-11-26 16:32:01.291397 | fa163eb2-7b8b-aa10-b746-0000000031ec | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb2-7b8b-aa10-b746-0000000031ec') missing from stats 2025-11-26 16:32:01.334100 | fa163eb2-7b8b-aa10-b746-0000000031a6 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 16:32:01.380672 | fa163eb2-7b8b-aa10-b746-0000000031a6 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 16:32:01.381542 | fa163eb2-7b8b-aa10-b746-0000000031a6 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:18:51.768802 | 0.05s 2025-11-26 16:32:01.405182 | fa163eb2-7b8b-aa10-b746-0000000031a8 | TASK | Manage containers for step 2 with tripleo-ansible 2025-11-26 16:32:01.430626 | fa163eb2-7b8b-aa10-b746-0000000031a8 | TIMING | Manage containers for step 2 with tripleo-ansible | standalone | 0:18:51.817884 | 0.02s 2025-11-26 16:32:01.483459 | fa163eb2-7b8b-aa10-b746-000000003243 | TASK | Gather variables for each operating system 2025-11-26 16:32:01.598051 | fa163eb2-7b8b-aa10-b746-000000003243 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:18:51.985293 | 0.11s 2025-11-26 16:32:01.628178 | fa163eb2-7b8b-aa10-b746-000000003244 | TASK | Create container logs path 2025-11-26 16:32:01.886388 | fa163eb2-7b8b-aa10-b746-000000003244 | OK | Create container logs path | standalone 2025-11-26 16:32:01.887913 | fa163eb2-7b8b-aa10-b746-000000003244 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:18:52.275166 | 0.26s 2025-11-26 16:32:01.920161 | fa163eb2-7b8b-aa10-b746-000000003246 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 16:32:02.196586 | fa163eb2-7b8b-aa10-b746-000000003246 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-26 16:32:02.197968 | fa163eb2-7b8b-aa10-b746-000000003246 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:52.585218 | 0.28s 2025-11-26 16:32:02.228598 | fa163eb2-7b8b-aa10-b746-000000003247 | TASK | Finalise hashes for all containers 2025-11-26 16:32:02.283595 | fa163eb2-7b8b-aa10-b746-000000003247 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:32:02.284928 | fa163eb2-7b8b-aa10-b746-000000003247 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:18:52.672181 | 0.05s 2025-11-26 16:32:02.308471 | fa163eb2-7b8b-aa10-b746-000000003249 | TASK | Manage systemd shutdown files 2025-11-26 16:32:02.350791 | fa163eb2-7b8b-aa10-b746-000000003249 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:18:52.738047 | 0.04s 2025-11-26 16:32:02.371997 | 35b2a177-6501-4cf7-a513-c2f435b73f0e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 16:32:02.400341 | fa163eb2-7b8b-aa10-b746-00000000327c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 16:32:02.667008 | fa163eb2-7b8b-aa10-b746-00000000327c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 16:32:02.668018 | fa163eb2-7b8b-aa10-b746-00000000327c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:18:53.055279 | 0.27s 2025-11-26 16:32:02.690623 | fa163eb2-7b8b-aa10-b746-00000000327d | TASK | Set podman_drop_in fact 2025-11-26 16:32:02.729173 | fa163eb2-7b8b-aa10-b746-00000000327d | OK | Set podman_drop_in fact | standalone 2025-11-26 16:32:02.731441 | fa163eb2-7b8b-aa10-b746-00000000327d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:18:53.118595 | 0.04s 2025-11-26 16:32:02.762803 | fa163eb2-7b8b-aa10-b746-00000000327f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 16:32:03.260019 | fa163eb2-7b8b-aa10-b746-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 16:32:03.262360 | fa163eb2-7b8b-aa10-b746-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:53.649606 | 0.50s 2025-11-26 16:32:03.696417 | fa163eb2-7b8b-aa10-b746-00000000327f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 16:32:03.697868 | fa163eb2-7b8b-aa10-b746-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:54.085131 | 0.93s 2025-11-26 16:32:03.708708 | fa163eb2-7b8b-aa10-b746-00000000327f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:18:54.095956 | 0.94s 2025-11-26 16:32:03.739389 | fa163eb2-7b8b-aa10-b746-000000003280 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 16:32:04.258209 | fa163eb2-7b8b-aa10-b746-000000003280 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 16:32:04.260925 | fa163eb2-7b8b-aa10-b746-000000003280 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:18:54.648177 | 0.52s 2025-11-26 16:32:04.291845 | fa163eb2-7b8b-aa10-b746-000000003281 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 16:32:04.827576 | fa163eb2-7b8b-aa10-b746-000000003281 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 16:32:04.830293 | fa163eb2-7b8b-aa10-b746-000000003281 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:18:55.217536 | 0.54s 2025-11-26 16:32:04.861042 | fa163eb2-7b8b-aa10-b746-000000003282 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 16:32:05.505820 | fa163eb2-7b8b-aa10-b746-000000003282 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 16:32:05.506865 | fa163eb2-7b8b-aa10-b746-000000003282 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:18:55.894127 | 0.64s 2025-11-26 16:32:05.527113 | fa163eb2-7b8b-aa10-b746-000000003283 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 16:32:05.984237 | fa163eb2-7b8b-aa10-b746-000000003283 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 16:32:05.986302 | fa163eb2-7b8b-aa10-b746-000000003283 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:18:56.373549 | 0.46s 2025-11-26 16:32:06.018238 | fa163eb2-7b8b-aa10-b746-000000003284 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 16:32:06.507683 | fa163eb2-7b8b-aa10-b746-000000003284 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 16:32:06.509134 | fa163eb2-7b8b-aa10-b746-000000003284 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:18:56.896388 | 0.49s 2025-11-26 16:32:06.538364 | fa163eb2-7b8b-aa10-b746-000000003285 | TASK | Enable and start netns-placeholder 2025-11-26 16:32:07.305976 | fa163eb2-7b8b-aa10-b746-000000003285 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 16:32:07.308173 | fa163eb2-7b8b-aa10-b746-000000003285 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:18:57.695425 | 0.77s 2025-11-26 16:32:07.338897 | fa163eb2-7b8b-aa10-b746-00000000324b | TASK | Update container configs with new config hashes 2025-11-26 16:32:07.394795 | fa163eb2-7b8b-aa10-b746-00000000324b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:18:57.782037 | 0.05s 2025-11-26 16:32:07.415907 | 8c32f615-7a21-4e50-8d82-3fd32faa4ff3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 16:32:07.449202 | fa163eb2-7b8b-aa10-b746-0000000032ad | TASK | Update config hashes for container startup configs 2025-11-26 16:32:07.738517 | fa163eb2-7b8b-aa10-b746-0000000032ad | OK | Update config hashes for container startup configs | standalone 2025-11-26 16:32:07.739761 | fa163eb2-7b8b-aa10-b746-0000000032ad | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:18:58.126987 | 0.29s 2025-11-26 16:32:07.771528 | fa163eb2-7b8b-aa10-b746-00000000324c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 16:32:07.826820 | fa163eb2-7b8b-aa10-b746-00000000324c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:58.214071 | 0.05s 2025-11-26 16:32:07.852328 | 19bc90be-ec67-46d3-9e3c-4ce3e39f8d1e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:32:07.883849 | fa163eb2-7b8b-aa10-b746-0000000032cc | TASK | Gather podman infos 2025-11-26 16:32:08.825290 | fa163eb2-7b8b-aa10-b746-0000000032cc | OK | Gather podman infos | standalone 2025-11-26 16:32:08.826514 | fa163eb2-7b8b-aa10-b746-0000000032cc | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:18:59.213768 | 0.94s 2025-11-26 16:32:08.897406 | fa163eb2-7b8b-aa10-b746-0000000032cd | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 16:32:08.963170 | fa163eb2-7b8b-aa10-b746-0000000032cd | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:59.350414 | 0.06s 2025-11-26 16:32:09.107586 | fa163eb2-7b8b-aa10-b746-000000003316 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:18:59.494824 | 0.08s 2025-11-26 16:32:09.166685 | fa163eb2-7b8b-aa10-b746-00000000324d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 16:32:09.220908 | fa163eb2-7b8b-aa10-b746-00000000324d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:18:59.608151 | 0.05s 2025-11-26 16:32:09.250265 | 1923cc64-d2ef-44c9-b209-d58421ae0f3f | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:32:09.283973 | fa163eb2-7b8b-aa10-b746-00000000333c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 16:32:30.146435 | fa163eb2-7b8b-aa10-b746-00000000333c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-26 16:32:30.147546 | fa163eb2-7b8b-aa10-b746-00000000333c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:20.534809 | 20.86s 2025-11-26 16:32:30.168886 | fa163eb2-7b8b-aa10-b746-00000000333d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 2025-11-26 16:32:32.830315 | fa163eb2-7b8b-aa10-b746-00000000333d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone 2025-11-26 16:32:32.831925 | fa163eb2-7b8b-aa10-b746-00000000333d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_2 | standalone | 0:19:23.219177 | 2.66s 2025-11-26 16:32:32.904265 | fa163eb2-7b8b-aa10-b746-0000000031aa | TASK | Clean container_puppet_tasks for standalone step 2 2025-11-26 16:32:33.100310 | fa163eb2-7b8b-aa10-b746-0000000031aa | OK | Clean container_puppet_tasks for standalone step 2 | standalone 2025-11-26 16:32:33.101676 | fa163eb2-7b8b-aa10-b746-0000000031aa | TIMING | Clean container_puppet_tasks for standalone step 2 | standalone | 0:19:23.488931 | 0.20s 2025-11-26 16:32:33.148511 | fa163eb2-7b8b-aa10-b746-0000000031ab | TASK | Calculate container_puppet_tasks for standalone step 2 2025-11-26 16:32:33.199623 | fa163eb2-7b8b-aa10-b746-0000000031ab | TIMING | Calculate container_puppet_tasks for standalone step 2 | standalone | 0:19:23.586868 | 0.05s 2025-11-26 16:32:33.224373 | fa163eb2-7b8b-aa10-b746-0000000031ac | TASK | Include container-puppet tasks for step 2 2025-11-26 16:32:33.273357 | fa163eb2-7b8b-aa10-b746-0000000031ac | TIMING | Include container-puppet tasks for step 2 | standalone | 0:19:23.660603 | 0.05s 2025-11-26 16:32:33.297774 | 253e0eea-f2c7-4add-9d8f-6cb68418c85b | INCLUDED | /root/standalone-ansible-e5xcwj04/host-container-puppet-tasks.yaml | standalone 2025-11-26 16:32:33.334592 | fa163eb2-7b8b-aa10-b746-000000003388 | TASK | Write container-puppet-tasks json file for standalone step 2 2025-11-26 16:32:33.860324 | fa163eb2-7b8b-aa10-b746-000000003388 | CHANGED | Write container-puppet-tasks json file for standalone step 2 | standalone 2025-11-26 16:32:33.861806 | fa163eb2-7b8b-aa10-b746-000000003388 | TIMING | Write container-puppet-tasks json file for standalone step 2 | standalone | 0:19:24.249057 | 0.53s 2025-11-26 16:32:33.891611 | fa163eb2-7b8b-aa10-b746-00000000338a | TASK | Generate container puppet configs for step 2 2025-11-26 16:32:34.164477 | fa163eb2-7b8b-aa10-b746-00000000338a | OK | Generate container puppet configs for step 2 | standalone 2025-11-26 16:32:34.165754 | fa163eb2-7b8b-aa10-b746-00000000338a | TIMING | Generate container puppet configs for step 2 | standalone | 0:19:24.552986 | 0.27s 2025-11-26 16:32:34.195823 | fa163eb2-7b8b-aa10-b746-00000000338b | TASK | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible 2025-11-26 16:32:34.214485 | fa163eb2-7b8b-aa10-b746-00000000338b | TIMING | Manage Puppet containers (bootstrap tasks) for step 2 with tripleo-ansible | standalone | 0:19:24.601733 | 0.02s 2025-11-26 16:32:34.290372 | fa163eb2-7b8b-aa10-b746-0000000033ba | TASK | Gather variables for each operating system 2025-11-26 16:32:34.403789 | fa163eb2-7b8b-aa10-b746-0000000033ba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:24.791030 | 0.11s 2025-11-26 16:32:34.433694 | fa163eb2-7b8b-aa10-b746-0000000033bb | TASK | Create container logs path 2025-11-26 16:32:34.685497 | fa163eb2-7b8b-aa10-b746-0000000033bb | OK | Create container logs path | standalone 2025-11-26 16:32:34.687238 | fa163eb2-7b8b-aa10-b746-0000000033bb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:25.074492 | 0.25s 2025-11-26 16:32:34.723167 | fa163eb2-7b8b-aa10-b746-0000000033bd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-26 16:32:34.956329 | fa163eb2-7b8b-aa10-b746-0000000033bd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-26 16:32:34.957624 | fa163eb2-7b8b-aa10-b746-0000000033bd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:25.344879 | 0.23s 2025-11-26 16:32:34.986933 | fa163eb2-7b8b-aa10-b746-0000000033be | TASK | Finalise hashes for all containers 2025-11-26 16:32:35.017661 | fa163eb2-7b8b-aa10-b746-0000000033be | OK | Finalise hashes for all containers | standalone 2025-11-26 16:32:35.018761 | fa163eb2-7b8b-aa10-b746-0000000033be | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:25.405992 | 0.03s 2025-11-26 16:32:35.049121 | fa163eb2-7b8b-aa10-b746-0000000033c0 | TASK | Manage systemd shutdown files 2025-11-26 16:32:35.078324 | fa163eb2-7b8b-aa10-b746-0000000033c0 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:32:35.079507 | fa163eb2-7b8b-aa10-b746-0000000033c0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:25.466762 | 0.03s 2025-11-26 16:32:35.109661 | fa163eb2-7b8b-aa10-b746-0000000033c2 | TASK | Update container configs with new config hashes 2025-11-26 16:32:35.149562 | fa163eb2-7b8b-aa10-b746-0000000033c2 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:32:35.150663 | fa163eb2-7b8b-aa10-b746-0000000033c2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:25.537920 | 0.04s 2025-11-26 16:32:35.181849 | fa163eb2-7b8b-aa10-b746-0000000033c3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-26 16:32:35.232801 | fa163eb2-7b8b-aa10-b746-0000000033c3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-26 16:32:35.234256 | fa163eb2-7b8b-aa10-b746-0000000033c3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:25.621510 | 0.05s 2025-11-26 16:32:35.268865 | fa163eb2-7b8b-aa10-b746-0000000033c4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 2025-11-26 16:32:35.320914 | fa163eb2-7b8b-aa10-b746-0000000033c4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone 2025-11-26 16:32:35.322343 | fa163eb2-7b8b-aa10-b746-0000000033c4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_2 | standalone | 0:19:25.709598 | 0.05s PLAY [External deployment step 3] ********************************************** 2025-11-26 16:32:35.510980 | fa163eb2-7b8b-aa10-b746-0000000000d2 | TASK | External deployment step 3 2025-11-26 16:32:35.551521 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000d2') missing from stats 2025-11-26 16:32:35.610223 | fa163eb2-7b8b-aa10-b746-0000000000d3 | TIMING | include_tasks | undercloud | 0:19:25.997468 | 0.04s 2025-11-26 16:32:35.616492 | db7d2620-f422-4fae-80c1-054cabce4c87 | INCLUDED | /root/standalone-ansible-e5xcwj04/external_deploy_steps_tasks_step3.yaml | undercloud PLAY [Deploy step tasks for 3] ************************************************* 2025-11-26 16:32:35.764418 | fa163eb2-7b8b-aa10-b746-0000000000d6 | TASK | Deploy step tasks for 3 2025-11-26 16:32:35.795940 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000d6') missing from stats 2025-11-26 16:32:35.825628 | fa163eb2-7b8b-aa10-b746-0000000000d7 | TASK | Write the config_step hieradata for the deploy step 3 tasks 2025-11-26 16:32:36.341708 | fa163eb2-7b8b-aa10-b746-0000000000d7 | CHANGED | Write the config_step hieradata for the deploy step 3 tasks | standalone 2025-11-26 16:32:36.343181 | fa163eb2-7b8b-aa10-b746-0000000000d7 | TIMING | Write the config_step hieradata for the deploy step 3 tasks | standalone | 0:19:26.730435 | 0.52s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 16:32:36.422012 | fa163eb2-7b8b-aa10-b746-0000000000d8 | TIMING | include_tasks | standalone | 0:19:26.809265 | 0.05s 2025-11-26 16:32:36.450153 | 491c132c-a462-4630-8150-d375c01ce302 | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/deploy_steps_tasks_step3.yaml | standalone 2025-11-26 16:32:36.480048 | fa163eb2-7b8b-aa10-b746-000000003428 | TASK | Start OVN container 2025-11-26 16:32:36.561875 | fa163eb2-7b8b-aa10-b746-000000003428 | TIMING | Start OVN container | standalone | 0:19:26.949100 | 0.08s 2025-11-26 16:32:36.594416 | fa163eb2-7b8b-aa10-b746-000000003428 | TIMING | Start OVN container | standalone | 0:19:26.981661 | 0.11s 2025-11-26 16:32:36.620961 | fa163eb2-7b8b-aa10-b746-000000003428 | TIMING | Start OVN container | standalone | 0:19:27.008201 | 0.14s 2025-11-26 16:32:36.633447 | fa163eb2-7b8b-aa10-b746-000000003428 | TIMING | Start OVN container | standalone | 0:19:27.020691 | 0.15s 2025-11-26 16:32:36.739167 | fa163eb2-7b8b-aa10-b746-000000003460 | TASK | Gather variables for each operating system 2025-11-26 16:32:36.849660 | fa163eb2-7b8b-aa10-b746-000000003460 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:27.236908 | 0.11s 2025-11-26 16:32:36.878810 | fa163eb2-7b8b-aa10-b746-000000003461 | TASK | Create container logs path 2025-11-26 16:32:37.131228 | fa163eb2-7b8b-aa10-b746-000000003461 | OK | Create container logs path | standalone 2025-11-26 16:32:37.132575 | fa163eb2-7b8b-aa10-b746-000000003461 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:27.519828 | 0.25s 2025-11-26 16:32:37.163263 | fa163eb2-7b8b-aa10-b746-000000003463 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:37.474819 | fa163eb2-7b8b-aa10-b746-000000003463 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:37.476070 | fa163eb2-7b8b-aa10-b746-000000003463 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:27.863324 | 0.31s 2025-11-26 16:32:37.504867 | fa163eb2-7b8b-aa10-b746-000000003464 | TASK | Finalise hashes for all containers 2025-11-26 16:32:37.581614 | fa163eb2-7b8b-aa10-b746-000000003464 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:32:37.582660 | fa163eb2-7b8b-aa10-b746-000000003464 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:27.969916 | 0.08s 2025-11-26 16:32:37.611465 | fa163eb2-7b8b-aa10-b746-000000003466 | TASK | Manage systemd shutdown files 2025-11-26 16:32:37.672796 | fa163eb2-7b8b-aa10-b746-000000003466 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:32:37.673896 | fa163eb2-7b8b-aa10-b746-000000003466 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:28.061151 | 0.06s 2025-11-26 16:32:37.702477 | fa163eb2-7b8b-aa10-b746-000000003468 | TASK | Update container configs with new config hashes 2025-11-26 16:32:37.775155 | fa163eb2-7b8b-aa10-b746-000000003468 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:32:37.776240 | fa163eb2-7b8b-aa10-b746-000000003468 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:28.163497 | 0.07s 2025-11-26 16:32:37.807002 | fa163eb2-7b8b-aa10-b746-000000003469 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:37.878817 | fa163eb2-7b8b-aa10-b746-000000003469 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:28.266069 | 0.07s 2025-11-26 16:32:37.901709 | deb33b91-e164-4369-b068-177b43c8bc72 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:32:37.935912 | fa163eb2-7b8b-aa10-b746-0000000034f5 | TASK | Gather podman infos 2025-11-26 16:32:39.169530 | fa163eb2-7b8b-aa10-b746-0000000034f5 | OK | Gather podman infos | standalone 2025-11-26 16:32:39.170691 | fa163eb2-7b8b-aa10-b746-0000000034f5 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:29.557947 | 1.23s 2025-11-26 16:32:39.255237 | fa163eb2-7b8b-aa10-b746-0000000034f6 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:39.345220 | fa163eb2-7b8b-aa10-b746-0000000034f6 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:29.732467 | 0.09s 2025-11-26 16:32:39.482055 | fa163eb2-7b8b-aa10-b746-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:29.869301 | 0.07s 2025-11-26 16:32:39.540021 | fa163eb2-7b8b-aa10-b746-00000000346a | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:39.625142 | fa163eb2-7b8b-aa10-b746-00000000346a | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:30.012390 | 0.08s 2025-11-26 16:32:39.648650 | 884f725e-f8d5-4e81-9719-25a17cb462d6 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:32:39.689557 | fa163eb2-7b8b-aa10-b746-000000003560 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:40.648503 | fa163eb2-7b8b-aa10-b746-000000003560 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:40.650195 | fa163eb2-7b8b-aa10-b746-000000003560 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:31.037448 | 0.96s 2025-11-26 16:32:40.684331 | fa163eb2-7b8b-aa10-b746-000000003561 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:43.460462 | fa163eb2-7b8b-aa10-b746-000000003561 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:43.462806 | fa163eb2-7b8b-aa10-b746-000000003561 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:33.850054 | 2.78s 2025-11-26 16:32:43.518201 | fa163eb2-7b8b-aa10-b746-00000000348b | TASK | Gather variables for each operating system 2025-11-26 16:32:43.655919 | fa163eb2-7b8b-aa10-b746-00000000348b | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:34.043160 | 0.14s 2025-11-26 16:32:43.686844 | fa163eb2-7b8b-aa10-b746-00000000348c | TASK | Create container logs path 2025-11-26 16:32:43.952652 | fa163eb2-7b8b-aa10-b746-00000000348c | OK | Create container logs path | standalone 2025-11-26 16:32:43.954196 | fa163eb2-7b8b-aa10-b746-00000000348c | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:34.341449 | 0.27s 2025-11-26 16:32:43.985346 | fa163eb2-7b8b-aa10-b746-00000000348e | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:44.366170 | fa163eb2-7b8b-aa10-b746-00000000348e | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:44.367040 | fa163eb2-7b8b-aa10-b746-00000000348e | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:34.754301 | 0.38s 2025-11-26 16:32:44.386238 | fa163eb2-7b8b-aa10-b746-00000000348f | TASK | Finalise hashes for all containers 2025-11-26 16:32:44.495248 | fa163eb2-7b8b-aa10-b746-00000000348f | OK | Finalise hashes for all containers | standalone 2025-11-26 16:32:44.496003 | fa163eb2-7b8b-aa10-b746-00000000348f | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:34.883266 | 0.11s 2025-11-26 16:32:44.523607 | fa163eb2-7b8b-aa10-b746-000000003491 | TASK | Manage systemd shutdown files 2025-11-26 16:32:44.580182 | fa163eb2-7b8b-aa10-b746-000000003491 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:32:44.581555 | fa163eb2-7b8b-aa10-b746-000000003491 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:34.968810 | 0.06s 2025-11-26 16:32:44.611692 | fa163eb2-7b8b-aa10-b746-000000003493 | TASK | Update container configs with new config hashes 2025-11-26 16:32:44.686581 | fa163eb2-7b8b-aa10-b746-000000003493 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:32:44.687972 | fa163eb2-7b8b-aa10-b746-000000003493 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:35.075226 | 0.07s 2025-11-26 16:32:44.719615 | fa163eb2-7b8b-aa10-b746-000000003494 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:44.792718 | fa163eb2-7b8b-aa10-b746-000000003494 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:35.179951 | 0.07s 2025-11-26 16:32:44.818749 | a4690cc9-aef5-4492-a5d9-b97fbef0dff8 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:32:44.855058 | fa163eb2-7b8b-aa10-b746-0000000035ac | TASK | Gather podman infos 2025-11-26 16:32:46.007820 | fa163eb2-7b8b-aa10-b746-0000000035ac | OK | Gather podman infos | standalone 2025-11-26 16:32:46.008919 | fa163eb2-7b8b-aa10-b746-0000000035ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:36.396175 | 1.15s 2025-11-26 16:32:46.094043 | fa163eb2-7b8b-aa10-b746-0000000035ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:46.185506 | fa163eb2-7b8b-aa10-b746-0000000035ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.572751 | 0.08s 2025-11-26 16:32:46.331166 | fa163eb2-7b8b-aa10-b746-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:36.718404 | 0.09s 2025-11-26 16:32:46.394031 | fa163eb2-7b8b-aa10-b746-000000003495 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:46.461214 | fa163eb2-7b8b-aa10-b746-000000003495 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:36.848455 | 0.07s 2025-11-26 16:32:46.484840 | 8e059004-1709-4f1e-8c97-ac2a7896f3e9 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:32:46.524793 | fa163eb2-7b8b-aa10-b746-000000003612 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:47.483377 | fa163eb2-7b8b-aa10-b746-000000003612 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:47.486009 | fa163eb2-7b8b-aa10-b746-000000003612 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:37.873256 | 0.96s 2025-11-26 16:32:47.517586 | fa163eb2-7b8b-aa10-b746-000000003613 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:50.175926 | fa163eb2-7b8b-aa10-b746-000000003613 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:50.177246 | fa163eb2-7b8b-aa10-b746-000000003613 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:40.564501 | 2.66s 2025-11-26 16:32:50.235845 | fa163eb2-7b8b-aa10-b746-0000000034b6 | TASK | Gather variables for each operating system 2025-11-26 16:32:50.362847 | fa163eb2-7b8b-aa10-b746-0000000034b6 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:19:40.750086 | 0.13s 2025-11-26 16:32:50.393702 | fa163eb2-7b8b-aa10-b746-0000000034b7 | TASK | Create container logs path 2025-11-26 16:32:50.649613 | fa163eb2-7b8b-aa10-b746-0000000034b7 | OK | Create container logs path | standalone 2025-11-26 16:32:50.651220 | fa163eb2-7b8b-aa10-b746-0000000034b7 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:19:41.038474 | 0.26s 2025-11-26 16:32:50.682634 | fa163eb2-7b8b-aa10-b746-0000000034b9 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:51.005162 | fa163eb2-7b8b-aa10-b746-0000000034b9 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:51.007358 | fa163eb2-7b8b-aa10-b746-0000000034b9 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:41.394608 | 0.32s 2025-11-26 16:32:51.037361 | fa163eb2-7b8b-aa10-b746-0000000034ba | TASK | Finalise hashes for all containers 2025-11-26 16:32:51.143142 | fa163eb2-7b8b-aa10-b746-0000000034ba | OK | Finalise hashes for all containers | standalone 2025-11-26 16:32:51.144388 | fa163eb2-7b8b-aa10-b746-0000000034ba | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:19:41.531643 | 0.10s 2025-11-26 16:32:51.174102 | fa163eb2-7b8b-aa10-b746-0000000034bc | TASK | Manage systemd shutdown files 2025-11-26 16:32:51.216060 | fa163eb2-7b8b-aa10-b746-0000000034bc | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:32:51.217154 | fa163eb2-7b8b-aa10-b746-0000000034bc | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:19:41.604409 | 0.04s 2025-11-26 16:32:51.246299 | fa163eb2-7b8b-aa10-b746-0000000034be | TASK | Update container configs with new config hashes 2025-11-26 16:32:51.318227 | fa163eb2-7b8b-aa10-b746-0000000034be | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:32:51.319347 | fa163eb2-7b8b-aa10-b746-0000000034be | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:19:41.706604 | 0.07s 2025-11-26 16:32:51.351502 | fa163eb2-7b8b-aa10-b746-0000000034bf | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:51.424351 | fa163eb2-7b8b-aa10-b746-0000000034bf | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:41.811597 | 0.07s 2025-11-26 16:32:51.448423 | 0260cd40-298e-47c3-bfa2-6b08c8d43b41 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:32:51.483153 | fa163eb2-7b8b-aa10-b746-00000000365e | TASK | Gather podman infos 2025-11-26 16:32:52.648322 | fa163eb2-7b8b-aa10-b746-00000000365e | OK | Gather podman infos | standalone 2025-11-26 16:32:52.649832 | fa163eb2-7b8b-aa10-b746-00000000365e | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:19:43.037086 | 1.17s 2025-11-26 16:32:52.736060 | fa163eb2-7b8b-aa10-b746-00000000365f | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:52.837405 | fa163eb2-7b8b-aa10-b746-00000000365f | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:43.224649 | 0.10s 2025-11-26 16:32:52.956170 | fa163eb2-7b8b-aa10-b746-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:19:43.343412 | 0.07s 2025-11-26 16:32:53.006206 | fa163eb2-7b8b-aa10-b746-0000000034c0 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:53.064770 | fa163eb2-7b8b-aa10-b746-0000000034c0 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:43.452021 | 0.06s 2025-11-26 16:32:53.076288 | fc564df1-0aad-4b6a-8dbb-bd59e8932655 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:32:53.100358 | fa163eb2-7b8b-aa10-b746-0000000036c4 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:54.122947 | fa163eb2-7b8b-aa10-b746-0000000036c4 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:54.124468 | fa163eb2-7b8b-aa10-b746-0000000036c4 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:44.511720 | 1.02s 2025-11-26 16:32:54.155757 | fa163eb2-7b8b-aa10-b746-0000000036c5 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 2025-11-26 16:32:57.122264 | fa163eb2-7b8b-aa10-b746-0000000036c5 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone 2025-11-26 16:32:57.123672 | fa163eb2-7b8b-aa10-b746-0000000036c5 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_0 | standalone | 0:19:47.510926 | 2.97s 2025-11-26 16:32:57.176681 | fa163eb2-7b8b-aa10-b746-00000000342a | TASK | Set NB connection 2025-11-26 16:32:57.710548 | fa163eb2-7b8b-aa10-b746-00000000342a | CHANGED | Set NB connection | standalone 2025-11-26 16:32:57.712374 | fa163eb2-7b8b-aa10-b746-00000000342a | TIMING | Set NB connection | standalone | 0:19:48.099627 | 0.53s 2025-11-26 16:32:57.743019 | fa163eb2-7b8b-aa10-b746-00000000342b | TASK | Set SB connection 2025-11-26 16:32:58.198956 | fa163eb2-7b8b-aa10-b746-00000000342b | CHANGED | Set SB connection | standalone 2025-11-26 16:32:58.200472 | fa163eb2-7b8b-aa10-b746-00000000342b | TIMING | Set SB connection | standalone | 0:19:48.587725 | 0.46s 2025-11-26 16:32:58.229613 | fa163eb2-7b8b-aa10-b746-0000000000da | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists 2025-11-26 16:32:58.466768 | fa163eb2-7b8b-aa10-b746-0000000000da | OK | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone 2025-11-26 16:32:58.468121 | fa163eb2-7b8b-aa10-b746-0000000000da | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_3 already exists | standalone | 0:19:48.855374 | 0.24s 2025-11-26 16:32:58.580450 | fa163eb2-7b8b-aa10-b746-0000000000db | TIMING | include_tasks | standalone | 0:19:48.967700 | 0.08s 2025-11-26 16:32:58.618634 | d726f4e0-a868-49dc-b401-216d45df8248 | INCLUDED | /root/standalone-ansible-e5xcwj04/common_deploy_steps_tasks.yaml | standalone 2025-11-26 16:32:58.644966 | fa163eb2-7b8b-aa10-b746-00000000370a | TASK | Write the config_step hieradata 2025-11-26 16:32:59.147650 | fa163eb2-7b8b-aa10-b746-00000000370a | OK | Write the config_step hieradata | standalone 2025-11-26 16:32:59.149997 | fa163eb2-7b8b-aa10-b746-00000000370a | TIMING | Write the config_step hieradata | standalone | 0:19:49.537247 | 0.50s 2025-11-26 16:32:59.179394 | fa163eb2-7b8b-aa10-b746-00000000370b | TASK | Run puppet host configuration for step 3 2025-11-26 16:32:59.510539 | fa163eb2-7b8b-aa10-b746-00000000370b | CHANGED | Run puppet host configuration for step 3 | standalone 2025-11-26 16:32:59.511804 | fa163eb2-7b8b-aa10-b746-00000000370b | TIMING | Run puppet host configuration for step 3 | standalone | 0:19:49.899060 | 0.33s 2025-11-26 16:32:59.533483 | fa163eb2-7b8b-aa10-b746-00000000370c | TASK | Wait for puppet host configuration to finish 2025-11-26 16:32:59.789987 | fa163eb2-7b8b-aa10-b746-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 16:33:09.999234 | fa163eb2-7b8b-aa10-b746-00000000370c | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 16:33:20.223324 | fa163eb2-7b8b-aa10-b746-00000000370c | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 16:33:20.224649 | fa163eb2-7b8b-aa10-b746-00000000370c | TIMING | Wait for puppet host configuration to finish | standalone | 0:20:10.611903 | 20.69s 2025-11-26 16:33:20.254420 | fa163eb2-7b8b-aa10-b746-00000000370d | TASK | Debug output for task: Run puppet host configuration for step 3 2025-11-26 16:33:20.337338 | fa163eb2-7b8b-aa10-b746-00000000370d | CHANGED | Debug output for task: Run puppet host configuration for step 3 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 26 16:32:59 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 16:33:06 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 16:33:06 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 16:33:06 puppet-user: (file & line not available)", "<13>Nov 26 16:33:06 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>Nov 26 16:33:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 16:33:06 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 16:33:06 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.42 seconds", "<13>Nov 26 16:33:11 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 16:33:13 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 16:33:14 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 16:33:14 puppet-user: Notice: Applied catalog in 7.87 seconds", "<13>Nov 26 16:33:14 puppet-user: Application:", "<13>Nov 26 16:33:14 puppet-user: Initial environment: production", "<13>Nov 26 16:33:14 puppet-user: Converged environment: production", "<13>Nov 26 16:33:14 puppet-user: Run mode: user", "<13>Nov 26 16:33:14 puppet-user: Changes:", "<13>Nov 26 16:33:14 puppet-user: Total: 2", "<13>Nov 26 16:33:14 puppet-user: Events:", "<13>Nov 26 16:33:14 puppet-user: Success: 2", "<13>Nov 26 16:33:14 puppet-user: Resources:", "<13>Nov 26 16:33:14 puppet-user: Changed: 2", "<13>Nov 26 16:33:14 puppet-user: Out of sync: 2", "<13>Nov 26 16:33:14 puppet-user: Total: 28", "<13>Nov 26 16:33:14 puppet-user: Time:", "<13>Nov 26 16:33:14 puppet-user: Filebucket: 0.00", "<13>Nov 26 16:33:14 puppet-user: Schedule: 0.00", "<13>Nov 26 16:33:14 puppet-user: Package: 0.00", "<13>Nov 26 16:33:14 puppet-user: File line: 0.00", "<13>Nov 26 16:33:14 puppet-user: File: 0.00", "<13>Nov 26 16:33:14 puppet-user: Augeas: 0.01", "<13>Nov 26 16:33:14 puppet-user: User: 0.08", "<13>Nov 26 16:33:14 puppet-user: Service: 0.09", "<13>Nov 26 16:33:14 puppet-user: Config retrieval: 0.47", "<13>Nov 26 16:33:14 puppet-user: Pcmk property: 1.36", "<13>Nov 26 16:33:14 puppet-user: Exec: 1.91", "<13>Nov 26 16:33:14 puppet-user: Last run: 1764174794", "<13>Nov 26 16:33:14 puppet-user: Pcmk resource default: 2.08", "<13>Nov 26 16:33:14 puppet-user: Pcmk resource op default: 2.13", "<13>Nov 26 16:33:14 puppet-user: Transaction evaluation: 7.85", "<13>Nov 26 16:33:14 puppet-user: Catalog application: 7.87", "<13>Nov 26 16:33:14 puppet-user: Total: 7.88", "<13>Nov 26 16:33:14 puppet-user: Version:", "<13>Nov 26 16:33:14 puppet-user: Config: 1764174786", "<13>Nov 26 16:33:14 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 16:33:20.338618 | fa163eb2-7b8b-aa10-b746-00000000370d | TIMING | Debug output for task: Run puppet host configuration for step 3 | standalone | 0:20:10.725874 | 0.08s 2025-11-26 16:33:20.367475 | fa163eb2-7b8b-aa10-b746-00000000370e | TASK | Pre-cache facts for puppet containers 2025-11-26 16:33:20.396846 | fa163eb2-7b8b-aa10-b746-00000000370e | TIMING | Pre-cache facts for puppet containers | standalone | 0:20:10.784096 | 0.03s 2025-11-26 16:33:20.464944 | fa163eb2-7b8b-aa10-b746-00000000374d | TASK | Gather variables for each operating system 2025-11-26 16:33:20.577301 | fa163eb2-7b8b-aa10-b746-00000000374d | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:20:10.964549 | 0.11s 2025-11-26 16:33:20.606059 | fa163eb2-7b8b-aa10-b746-00000000374e | TASK | Create puppet caching structures 2025-11-26 16:33:20.850077 | fa163eb2-7b8b-aa10-b746-00000000374e | CHANGED | Create puppet caching structures | standalone 2025-11-26 16:33:20.851417 | fa163eb2-7b8b-aa10-b746-00000000374e | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:20:11.238672 | 0.24s 2025-11-26 16:33:20.879369 | fa163eb2-7b8b-aa10-b746-00000000374f | TASK | Check for facter.conf 2025-11-26 16:33:21.091340 | fa163eb2-7b8b-aa10-b746-00000000374f | OK | Check for facter.conf | standalone 2025-11-26 16:33:21.092709 | fa163eb2-7b8b-aa10-b746-00000000374f | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:20:11.479962 | 0.21s 2025-11-26 16:33:21.121034 | fa163eb2-7b8b-aa10-b746-000000003750 | TASK | Remove facter.conf if directory 2025-11-26 16:33:21.248232 | fa163eb2-7b8b-aa10-b746-000000003750 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 16:33:21.249389 | fa163eb2-7b8b-aa10-b746-000000003750 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:20:11.636643 | 0.13s 2025-11-26 16:33:21.355548 | fa163eb2-7b8b-aa10-b746-000000003751 | TASK | Write facter cache config 2025-11-26 16:33:21.817523 | fa163eb2-7b8b-aa10-b746-000000003751 | CHANGED | Write facter cache config | standalone 2025-11-26 16:33:21.818991 | fa163eb2-7b8b-aa10-b746-000000003751 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:20:12.206244 | 0.46s 2025-11-26 16:33:21.847966 | fa163eb2-7b8b-aa10-b746-000000003752 | TASK | Cleanup facter cache if exists 2025-11-26 16:33:22.068454 | fa163eb2-7b8b-aa10-b746-000000003752 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 16:33:22.069849 | fa163eb2-7b8b-aa10-b746-000000003752 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:20:12.457103 | 0.22s 2025-11-26 16:33:22.099351 | fa163eb2-7b8b-aa10-b746-000000003753 | TASK | Pre-cache facts 2025-11-26 16:33:22.728346 | fa163eb2-7b8b-aa10-b746-000000003753 | CHANGED | Pre-cache facts | standalone 2025-11-26 16:33:22.729923 | fa163eb2-7b8b-aa10-b746-000000003753 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:20:13.117169 | 0.63s 2025-11-26 16:33:22.762012 | fa163eb2-7b8b-aa10-b746-000000003754 | TASK | Failed deployment if facter fails 2025-11-26 16:33:22.796208 | fa163eb2-7b8b-aa10-b746-000000003754 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 16:33:22.797366 | fa163eb2-7b8b-aa10-b746-000000003754 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:20:13.184623 | 0.03s 2025-11-26 16:33:22.841614 | fa163eb2-7b8b-aa10-b746-000000003755 | TASK | Sync cached facts 2025-11-26 16:33:23.169061 | fa163eb2-7b8b-aa10-b746-000000003755 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb2-7b8b-aa10-b746-000000003755') missing from stats 2025-11-26 16:33:23.227249 | fa163eb2-7b8b-aa10-b746-00000000370f | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 16:33:23.279147 | fa163eb2-7b8b-aa10-b746-00000000370f | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 16:33:23.280283 | fa163eb2-7b8b-aa10-b746-00000000370f | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:20:13.667536 | 0.05s 2025-11-26 16:33:23.313047 | fa163eb2-7b8b-aa10-b746-000000003711 | TASK | Manage containers for step 3 with tripleo-ansible 2025-11-26 16:33:23.342971 | fa163eb2-7b8b-aa10-b746-000000003711 | TIMING | Manage containers for step 3 with tripleo-ansible | standalone | 0:20:13.730217 | 0.03s 2025-11-26 16:33:23.406638 | fa163eb2-7b8b-aa10-b746-0000000037ac | TASK | Gather variables for each operating system 2025-11-26 16:33:23.529626 | fa163eb2-7b8b-aa10-b746-0000000037ac | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:20:13.916863 | 0.12s 2025-11-26 16:33:23.560294 | fa163eb2-7b8b-aa10-b746-0000000037ad | TASK | Create container logs path 2025-11-26 16:33:23.820520 | fa163eb2-7b8b-aa10-b746-0000000037ad | OK | Create container logs path | standalone 2025-11-26 16:33:23.822101 | fa163eb2-7b8b-aa10-b746-0000000037ad | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:20:14.209355 | 0.26s 2025-11-26 16:33:23.854965 | fa163eb2-7b8b-aa10-b746-0000000037af | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 16:33:24.140562 | fa163eb2-7b8b-aa10-b746-0000000037af | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-26 16:33:24.141946 | fa163eb2-7b8b-aa10-b746-0000000037af | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:14.529200 | 0.29s 2025-11-26 16:33:24.173845 | fa163eb2-7b8b-aa10-b746-0000000037b0 | TASK | Finalise hashes for all containers 2025-11-26 16:33:24.269961 | fa163eb2-7b8b-aa10-b746-0000000037b0 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:33:24.271385 | fa163eb2-7b8b-aa10-b746-0000000037b0 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:20:14.658637 | 0.10s 2025-11-26 16:33:24.300553 | fa163eb2-7b8b-aa10-b746-0000000037b2 | TASK | Manage systemd shutdown files 2025-11-26 16:33:24.346024 | fa163eb2-7b8b-aa10-b746-0000000037b2 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:20:14.733263 | 0.04s 2025-11-26 16:33:24.382852 | 07bbe649-77fa-4aa0-884d-81a1b479befc | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 16:33:24.411150 | fa163eb2-7b8b-aa10-b746-0000000037e5 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 16:33:24.684029 | fa163eb2-7b8b-aa10-b746-0000000037e5 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 16:33:24.685449 | fa163eb2-7b8b-aa10-b746-0000000037e5 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:20:15.072701 | 0.27s 2025-11-26 16:33:24.714705 | fa163eb2-7b8b-aa10-b746-0000000037e6 | TASK | Set podman_drop_in fact 2025-11-26 16:33:24.777278 | fa163eb2-7b8b-aa10-b746-0000000037e6 | OK | Set podman_drop_in fact | standalone 2025-11-26 16:33:24.778474 | fa163eb2-7b8b-aa10-b746-0000000037e6 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:20:15.165727 | 0.06s 2025-11-26 16:33:24.808107 | fa163eb2-7b8b-aa10-b746-0000000037e8 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 16:33:25.325826 | fa163eb2-7b8b-aa10-b746-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 16:33:25.327821 | fa163eb2-7b8b-aa10-b746-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:15.715070 | 0.52s 2025-11-26 16:33:25.780012 | fa163eb2-7b8b-aa10-b746-0000000037e8 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 16:33:25.781635 | fa163eb2-7b8b-aa10-b746-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:16.168891 | 0.97s 2025-11-26 16:33:25.792372 | fa163eb2-7b8b-aa10-b746-0000000037e8 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:20:16.179621 | 0.98s 2025-11-26 16:33:25.821967 | fa163eb2-7b8b-aa10-b746-0000000037e9 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 16:33:26.329535 | fa163eb2-7b8b-aa10-b746-0000000037e9 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 16:33:26.330467 | fa163eb2-7b8b-aa10-b746-0000000037e9 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:20:16.717730 | 0.51s 2025-11-26 16:33:26.349367 | fa163eb2-7b8b-aa10-b746-0000000037ea | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 16:33:26.859826 | fa163eb2-7b8b-aa10-b746-0000000037ea | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 16:33:26.861831 | fa163eb2-7b8b-aa10-b746-0000000037ea | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:20:17.249081 | 0.51s 2025-11-26 16:33:26.894678 | fa163eb2-7b8b-aa10-b746-0000000037eb | TASK | Enable and start tripleo-container-shutdown 2025-11-26 16:33:27.573848 | fa163eb2-7b8b-aa10-b746-0000000037eb | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 16:33:27.575760 | fa163eb2-7b8b-aa10-b746-0000000037eb | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:20:17.962986 | 0.68s 2025-11-26 16:33:27.606599 | fa163eb2-7b8b-aa10-b746-0000000037ec | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 16:33:28.076292 | fa163eb2-7b8b-aa10-b746-0000000037ec | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 16:33:28.077183 | fa163eb2-7b8b-aa10-b746-0000000037ec | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:20:18.464444 | 0.47s 2025-11-26 16:33:28.113316 | fa163eb2-7b8b-aa10-b746-0000000037ed | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 16:33:28.603295 | fa163eb2-7b8b-aa10-b746-0000000037ed | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 16:33:28.604708 | fa163eb2-7b8b-aa10-b746-0000000037ed | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:20:18.991962 | 0.49s 2025-11-26 16:33:28.634419 | fa163eb2-7b8b-aa10-b746-0000000037ee | TASK | Enable and start netns-placeholder 2025-11-26 16:33:29.387550 | fa163eb2-7b8b-aa10-b746-0000000037ee | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 16:33:29.389890 | fa163eb2-7b8b-aa10-b746-0000000037ee | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:20:19.777144 | 0.75s 2025-11-26 16:33:29.415732 | fa163eb2-7b8b-aa10-b746-0000000037b4 | TASK | Update container configs with new config hashes 2025-11-26 16:33:29.477442 | fa163eb2-7b8b-aa10-b746-0000000037b4 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:20:19.864692 | 0.06s 2025-11-26 16:33:29.488930 | 746b6ea0-cf5a-4cec-b518-a9c74adf0439 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 16:33:29.509292 | fa163eb2-7b8b-aa10-b746-000000003816 | TASK | Update config hashes for container startup configs 2025-11-26 16:33:29.814985 | fa163eb2-7b8b-aa10-b746-000000003816 | OK | Update config hashes for container startup configs | standalone 2025-11-26 16:33:29.816364 | fa163eb2-7b8b-aa10-b746-000000003816 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:20:20.203618 | 0.31s 2025-11-26 16:33:29.848421 | fa163eb2-7b8b-aa10-b746-0000000037b5 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 16:33:29.889097 | fa163eb2-7b8b-aa10-b746-0000000037b5 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:20.276345 | 0.04s 2025-11-26 16:33:29.913035 | d563e207-5ecb-4d82-ab4a-702b7bf138db | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:33:29.950062 | fa163eb2-7b8b-aa10-b746-000000003835 | TASK | Gather podman infos 2025-11-26 16:33:31.003972 | fa163eb2-7b8b-aa10-b746-000000003835 | OK | Gather podman infos | standalone 2025-11-26 16:33:31.005235 | fa163eb2-7b8b-aa10-b746-000000003835 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:20:21.392487 | 1.05s 2025-11-26 16:33:31.182436 | fa163eb2-7b8b-aa10-b746-000000003836 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 16:33:31.261401 | fa163eb2-7b8b-aa10-b746-000000003836 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:21.648654 | 0.07s 2025-11-26 16:33:31.384518 | fa163eb2-7b8b-aa10-b746-000000003537 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:20:21.771762 | 0.08s 2025-11-26 16:33:31.442386 | fa163eb2-7b8b-aa10-b746-0000000037b6 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 16:33:31.497834 | fa163eb2-7b8b-aa10-b746-0000000037b6 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:20:21.885072 | 0.05s 2025-11-26 16:33:31.521289 | 3fae9925-d1b8-462a-a3bc-fd4a664e0b1b | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:33:31.558378 | fa163eb2-7b8b-aa10-b746-0000000038a0 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 16:34:23.572448 | fa163eb2-7b8b-aa10-b746-0000000038a0 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-26 16:34:23.574406 | fa163eb2-7b8b-aa10-b746-0000000038a0 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:13.961653 | 52.01s 2025-11-26 16:34:23.607789 | fa163eb2-7b8b-aa10-b746-0000000038a1 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 2025-11-26 16:34:49.012930 | fa163eb2-7b8b-aa10-b746-0000000038a1 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone 2025-11-26 16:34:49.014880 | fa163eb2-7b8b-aa10-b746-0000000038a1 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | standalone | 0:21:39.402128 | 25.41s 2025-11-26 16:34:49.087312 | fa163eb2-7b8b-aa10-b746-000000003713 | TASK | Clean container_puppet_tasks for standalone step 3 2025-11-26 16:34:49.317488 | fa163eb2-7b8b-aa10-b746-000000003713 | OK | Clean container_puppet_tasks for standalone step 3 | standalone 2025-11-26 16:34:49.319221 | fa163eb2-7b8b-aa10-b746-000000003713 | TIMING | Clean container_puppet_tasks for standalone step 3 | standalone | 0:21:39.706467 | 0.23s 2025-11-26 16:34:49.367394 | fa163eb2-7b8b-aa10-b746-000000003714 | TASK | Calculate container_puppet_tasks for standalone step 3 2025-11-26 16:34:49.408371 | fa163eb2-7b8b-aa10-b746-000000003714 | TIMING | Calculate container_puppet_tasks for standalone step 3 | standalone | 0:21:39.795620 | 0.04s 2025-11-26 16:34:49.439945 | fa163eb2-7b8b-aa10-b746-000000003715 | TASK | Include container-puppet tasks for step 3 2025-11-26 16:34:49.485375 | fa163eb2-7b8b-aa10-b746-000000003715 | TIMING | Include container-puppet tasks for step 3 | standalone | 0:21:39.872625 | 0.04s 2025-11-26 16:34:49.511353 | da79be56-1588-4638-963f-cab9825742f6 | INCLUDED | /root/standalone-ansible-e5xcwj04/host-container-puppet-tasks.yaml | standalone 2025-11-26 16:34:49.560588 | fa163eb2-7b8b-aa10-b746-0000000038ec | TASK | Write container-puppet-tasks json file for standalone step 3 2025-11-26 16:34:50.078963 | fa163eb2-7b8b-aa10-b746-0000000038ec | CHANGED | Write container-puppet-tasks json file for standalone step 3 | standalone 2025-11-26 16:34:50.080389 | fa163eb2-7b8b-aa10-b746-0000000038ec | TIMING | Write container-puppet-tasks json file for standalone step 3 | standalone | 0:21:40.467641 | 0.52s 2025-11-26 16:34:50.109682 | fa163eb2-7b8b-aa10-b746-0000000038ee | TASK | Generate container puppet configs for step 3 2025-11-26 16:34:50.383382 | fa163eb2-7b8b-aa10-b746-0000000038ee | OK | Generate container puppet configs for step 3 | standalone 2025-11-26 16:34:50.384648 | fa163eb2-7b8b-aa10-b746-0000000038ee | TIMING | Generate container puppet configs for step 3 | standalone | 0:21:40.771903 | 0.27s 2025-11-26 16:34:50.414156 | fa163eb2-7b8b-aa10-b746-0000000038ef | TASK | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible 2025-11-26 16:34:50.437775 | fa163eb2-7b8b-aa10-b746-0000000038ef | TIMING | Manage Puppet containers (bootstrap tasks) for step 3 with tripleo-ansible | standalone | 0:21:40.825025 | 0.02s 2025-11-26 16:34:50.505239 | fa163eb2-7b8b-aa10-b746-00000000391e | TASK | Gather variables for each operating system 2025-11-26 16:34:50.622706 | fa163eb2-7b8b-aa10-b746-00000000391e | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:21:41.009952 | 0.12s 2025-11-26 16:34:50.653094 | fa163eb2-7b8b-aa10-b746-00000000391f | TASK | Create container logs path 2025-11-26 16:34:50.899223 | fa163eb2-7b8b-aa10-b746-00000000391f | OK | Create container logs path | standalone 2025-11-26 16:34:50.900990 | fa163eb2-7b8b-aa10-b746-00000000391f | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:21:41.288236 | 0.25s 2025-11-26 16:34:50.936170 | fa163eb2-7b8b-aa10-b746-000000003921 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-26 16:34:51.190580 | fa163eb2-7b8b-aa10-b746-000000003921 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-26 16:34:51.191373 | fa163eb2-7b8b-aa10-b746-000000003921 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:41.578636 | 0.25s 2025-11-26 16:34:51.213562 | fa163eb2-7b8b-aa10-b746-000000003922 | TASK | Finalise hashes for all containers 2025-11-26 16:34:51.261544 | fa163eb2-7b8b-aa10-b746-000000003922 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:34:51.262241 | fa163eb2-7b8b-aa10-b746-000000003922 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:21:41.649504 | 0.05s 2025-11-26 16:34:51.282334 | fa163eb2-7b8b-aa10-b746-000000003924 | TASK | Manage systemd shutdown files 2025-11-26 16:34:51.311751 | fa163eb2-7b8b-aa10-b746-000000003924 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:34:51.312664 | fa163eb2-7b8b-aa10-b746-000000003924 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:21:41.699924 | 0.03s 2025-11-26 16:34:51.335120 | fa163eb2-7b8b-aa10-b746-000000003926 | TASK | Update container configs with new config hashes 2025-11-26 16:34:51.372550 | fa163eb2-7b8b-aa10-b746-000000003926 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:34:51.374920 | fa163eb2-7b8b-aa10-b746-000000003926 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:21:41.762172 | 0.04s 2025-11-26 16:34:51.408976 | fa163eb2-7b8b-aa10-b746-000000003927 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-26 16:34:51.447580 | fa163eb2-7b8b-aa10-b746-000000003927 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-26 16:34:51.449200 | fa163eb2-7b8b-aa10-b746-000000003927 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:41.836460 | 0.04s 2025-11-26 16:34:51.473884 | fa163eb2-7b8b-aa10-b746-000000003928 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 2025-11-26 16:34:51.511411 | fa163eb2-7b8b-aa10-b746-000000003928 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone 2025-11-26 16:34:51.513718 | fa163eb2-7b8b-aa10-b746-000000003928 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_3 | standalone | 0:21:41.900970 | 0.04s PLAY [External deployment step 4] ********************************************** 2025-11-26 16:34:51.697654 | fa163eb2-7b8b-aa10-b746-0000000000de | TASK | External deployment step 4 2025-11-26 16:34:51.743674 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000de') missing from stats 2025-11-26 16:34:51.803398 | fa163eb2-7b8b-aa10-b746-0000000000df | TIMING | include_tasks | undercloud | 0:21:42.190648 | 0.04s 2025-11-26 16:34:51.837672 | 7799eb2a-d9b8-49da-b62c-2525efc611a9 | INCLUDED | /root/standalone-ansible-e5xcwj04/external_deploy_steps_tasks_step4.yaml | undercloud 2025-11-26 16:34:51.856786 | fa163eb2-7b8b-aa10-b746-000000003977 | TASK | Clean up legacy Cinder keystone catalog entries 2025-11-26 16:34:53.491850 | fa163eb2-7b8b-aa10-b746-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv2', 'service_type': 'volumev2'} 2025-11-26 16:34:53.492864 | fa163eb2-7b8b-aa10-b746-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:43.880124 | 1.63s 2025-11-26 16:34:54.655529 | fa163eb2-7b8b-aa10-b746-000000003977 | OK | Clean up legacy Cinder keystone catalog entries | undercloud | item={'service_name': 'cinderv3', 'service_type': 'volume'} 2025-11-26 16:34:54.656560 | fa163eb2-7b8b-aa10-b746-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:45.043816 | 2.80s 2025-11-26 16:34:54.662787 | fa163eb2-7b8b-aa10-b746-000000003977 | TIMING | Clean up legacy Cinder keystone catalog entries | undercloud | 0:21:45.050034 | 2.80s 2025-11-26 16:34:54.681065 | fa163eb2-7b8b-aa10-b746-00000000397a | TASK | Manage Keystone resources for OpenStack services 2025-11-26 16:34:54.733344 | fa163eb2-7b8b-aa10-b746-00000000397a | TIMING | Manage Keystone resources for OpenStack services | undercloud | 0:21:45.120589 | 0.05s 2025-11-26 16:34:54.796619 | fa163eb2-7b8b-aa10-b746-0000000039a6 | TASK | Create Keystone Admin resources 2025-11-26 16:34:54.846303 | fa163eb2-7b8b-aa10-b746-0000000039a6 | TIMING | tripleo_keystone_resources : Create Keystone Admin resources | undercloud | 0:21:45.233552 | 0.05s 2025-11-26 16:34:54.882115 | cfe8892f-5447-4f6e-98d7-8f6d73223eaa | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/admin.yml | undercloud 2025-11-26 16:34:54.909144 | fa163eb2-7b8b-aa10-b746-0000000039e7 | TASK | Create admin and service projects 2025-11-26 16:34:54.958853 | fa163eb2-7b8b-aa10-b746-0000000039e7 | TIMING | tripleo_keystone_resources : Create admin and service projects | undercloud | 0:21:45.346103 | 0.05s 2025-11-26 16:34:54.972702 | 6d2f8d73-acbd-4943-8012-e3d10ef82f6c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-26 16:34:55.006495 | fa163eb2-7b8b-aa10-b746-000000003a38 | TASK | Async creation of Keystone project 2025-11-26 16:34:55.444965 | fa163eb2-7b8b-aa10-b746-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=admin 2025-11-26 16:34:55.446386 | fa163eb2-7b8b-aa10-b746-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:45.833637 | 0.44s 2025-11-26 16:34:55.734433 | fa163eb2-7b8b-aa10-b746-000000003a38 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-26 16:34:55.736054 | fa163eb2-7b8b-aa10-b746-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:46.123310 | 0.73s 2025-11-26 16:34:55.746178 | fa163eb2-7b8b-aa10-b746-000000003a38 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:21:46.133436 | 0.74s 2025-11-26 16:34:55.764522 | fa163eb2-7b8b-aa10-b746-000000003a3a | TASK | Check Keystone project status 2025-11-26 16:34:56.025964 | fa163eb2-7b8b-aa10-b746-000000003a3a | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-26 16:35:01.246039 | fa163eb2-7b8b-aa10-b746-000000003a3a | OK | Check Keystone project status | undercloud | item=admin 2025-11-26 16:35:01.248181 | fa163eb2-7b8b-aa10-b746-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:51.635432 | 5.48s 2025-11-26 16:35:01.499677 | fa163eb2-7b8b-aa10-b746-000000003a3a | CHANGED | Check Keystone project status | undercloud | item=service 2025-11-26 16:35:01.500968 | fa163eb2-7b8b-aa10-b746-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:51.888223 | 5.74s 2025-11-26 16:35:01.508106 | fa163eb2-7b8b-aa10-b746-000000003a3a | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:21:51.895356 | 5.74s 2025-11-26 16:35:01.528447 | fa163eb2-7b8b-aa10-b746-0000000039e8 | TASK | Create admin role 2025-11-26 16:35:02.795493 | fa163eb2-7b8b-aa10-b746-0000000039e8 | OK | Create admin role | undercloud 2025-11-26 16:35:02.796766 | fa163eb2-7b8b-aa10-b746-0000000039e8 | TIMING | tripleo_keystone_resources : Create admin role | undercloud | 0:21:53.184026 | 1.27s 2025-11-26 16:35:02.815883 | fa163eb2-7b8b-aa10-b746-0000000039e9 | TASK | Create _member_ role 2025-11-26 16:35:02.879125 | fa163eb2-7b8b-aa10-b746-0000000039e9 | SKIPPED | Create _member_ role | undercloud 2025-11-26 16:35:02.880264 | fa163eb2-7b8b-aa10-b746-0000000039e9 | TIMING | tripleo_keystone_resources : Create _member_ role | undercloud | 0:21:53.267518 | 0.06s 2025-11-26 16:35:02.900131 | fa163eb2-7b8b-aa10-b746-0000000039ea | TASK | Check admin password 2025-11-26 16:35:04.355923 | fa163eb2-7b8b-aa10-b746-0000000039ea | OK | Check admin password | undercloud 2025-11-26 16:35:04.357306 | fa163eb2-7b8b-aa10-b746-0000000039ea | TIMING | tripleo_keystone_resources : Check admin password | undercloud | 0:21:54.744560 | 1.45s 2025-11-26 16:35:04.376813 | fa163eb2-7b8b-aa10-b746-0000000039eb | TASK | Create admin user 2025-11-26 16:35:05.952153 | fa163eb2-7b8b-aa10-b746-0000000039eb | CHANGED | Create admin user | undercloud 2025-11-26 16:35:05.953488 | fa163eb2-7b8b-aa10-b746-0000000039eb | TIMING | tripleo_keystone_resources : Create admin user | undercloud | 0:21:56.340744 | 1.57s 2025-11-26 16:35:05.972547 | fa163eb2-7b8b-aa10-b746-0000000039ec | TASK | Assign admin role to admin project for admin user 2025-11-26 16:35:07.450986 | fa163eb2-7b8b-aa10-b746-0000000039ec | OK | Assign admin role to admin project for admin user | undercloud 2025-11-26 16:35:07.452324 | fa163eb2-7b8b-aa10-b746-0000000039ec | TIMING | tripleo_keystone_resources : Assign admin role to admin project for admin user | undercloud | 0:21:57.839576 | 1.48s 2025-11-26 16:35:07.471547 | fa163eb2-7b8b-aa10-b746-0000000039ed | TASK | Assign _member_ role to admin project for admin user 2025-11-26 16:35:07.536246 | fa163eb2-7b8b-aa10-b746-0000000039ed | SKIPPED | Assign _member_ role to admin project for admin user | undercloud 2025-11-26 16:35:07.537461 | fa163eb2-7b8b-aa10-b746-0000000039ed | TIMING | tripleo_keystone_resources : Assign _member_ role to admin project for admin user | undercloud | 0:21:57.924709 | 0.06s 2025-11-26 16:35:07.556268 | fa163eb2-7b8b-aa10-b746-0000000039ee | TASK | Create identity service 2025-11-26 16:35:08.807885 | fa163eb2-7b8b-aa10-b746-0000000039ee | OK | Create identity service | undercloud 2025-11-26 16:35:08.809138 | fa163eb2-7b8b-aa10-b746-0000000039ee | TIMING | tripleo_keystone_resources : Create identity service | undercloud | 0:21:59.196393 | 1.25s 2025-11-26 16:35:08.827972 | fa163eb2-7b8b-aa10-b746-0000000039ef | TASK | Create identity public endpoint 2025-11-26 16:35:10.270399 | fa163eb2-7b8b-aa10-b746-0000000039ef | OK | Create identity public endpoint | undercloud 2025-11-26 16:35:10.271775 | fa163eb2-7b8b-aa10-b746-0000000039ef | TIMING | tripleo_keystone_resources : Create identity public endpoint | undercloud | 0:22:00.658989 | 1.44s 2025-11-26 16:35:10.290610 | fa163eb2-7b8b-aa10-b746-0000000039f0 | TASK | Create identity internal endpoint 2025-11-26 16:35:11.484672 | fa163eb2-7b8b-aa10-b746-0000000039f0 | OK | Create identity internal endpoint | undercloud 2025-11-26 16:35:11.486428 | fa163eb2-7b8b-aa10-b746-0000000039f0 | TIMING | tripleo_keystone_resources : Create identity internal endpoint | undercloud | 0:22:01.873680 | 1.19s 2025-11-26 16:35:11.506001 | fa163eb2-7b8b-aa10-b746-0000000039f1 | TASK | Create identity admin endpoint 2025-11-26 16:35:12.641170 | fa163eb2-7b8b-aa10-b746-0000000039f1 | OK | Create identity admin endpoint | undercloud 2025-11-26 16:35:12.642562 | fa163eb2-7b8b-aa10-b746-0000000039f1 | TIMING | tripleo_keystone_resources : Create identity admin endpoint | undercloud | 0:22:03.029815 | 1.14s 2025-11-26 16:35:12.661829 | fa163eb2-7b8b-aa10-b746-0000000039a7 | TASK | Create Keystone Projects 2025-11-26 16:35:12.755368 | fa163eb2-7b8b-aa10-b746-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:03.142617 | 0.09s 2025-11-26 16:35:12.759224 | fa163eb2-7b8b-aa10-b746-0000000039a7 | TIMING | tripleo_keystone_resources : Create Keystone Projects | undercloud | 0:22:03.146490 | 0.10s 2025-11-26 16:35:12.766264 | 3f186e90-72e5-44a8-abc1-6494779807dd | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/projects.yml | undercloud 2025-11-26 16:35:12.795161 | fa163eb2-7b8b-aa10-b746-000000003ac4 | TASK | Async creation of Keystone project 2025-11-26 16:35:13.163984 | fa163eb2-7b8b-aa10-b746-000000003ac4 | CHANGED | Async creation of Keystone project | undercloud | item=service 2025-11-26 16:35:13.166372 | fa163eb2-7b8b-aa10-b746-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:03.553624 | 0.37s 2025-11-26 16:35:13.176143 | fa163eb2-7b8b-aa10-b746-000000003ac4 | TIMING | tripleo_keystone_resources : Async creation of Keystone project | undercloud | 0:22:03.563397 | 0.38s 2025-11-26 16:35:13.194541 | fa163eb2-7b8b-aa10-b746-000000003ac6 | TASK | Check Keystone project status 2025-11-26 16:35:13.479440 | fa163eb2-7b8b-aa10-b746-000000003ac6 | WAITING | Check Keystone project status | undercloud | 30 retries left 2025-11-26 16:35:18.694358 | fa163eb2-7b8b-aa10-b746-000000003ac6 | OK | Check Keystone project status | undercloud | item=service 2025-11-26 16:35:18.696436 | fa163eb2-7b8b-aa10-b746-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:09.083688 | 5.50s 2025-11-26 16:35:18.706887 | fa163eb2-7b8b-aa10-b746-000000003ac6 | TIMING | tripleo_keystone_resources : Check Keystone project status | undercloud | 0:22:09.094136 | 5.51s 2025-11-26 16:35:18.725920 | fa163eb2-7b8b-aa10-b746-0000000039a9 | TASK | Create Keystone Domains 2025-11-26 16:35:18.825609 | fa163eb2-7b8b-aa10-b746-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:09.212852 | 0.10s 2025-11-26 16:35:18.831764 | fa163eb2-7b8b-aa10-b746-0000000039a9 | TIMING | tripleo_keystone_resources : Create Keystone Domains | undercloud | 0:22:09.218972 | 0.10s 2025-11-26 16:35:18.846810 | b5c1e14e-3c3f-4288-80ba-96618e83c07b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/domains.yml | undercloud 2025-11-26 16:35:18.898022 | fa163eb2-7b8b-aa10-b746-000000003b79 | TASK | Async creation of Keystone domains 2025-11-26 16:35:19.350032 | fa163eb2-7b8b-aa10-b746-000000003b79 | CHANGED | Async creation of Keystone domains | undercloud | item=heat_stack 2025-11-26 16:35:19.351411 | fa163eb2-7b8b-aa10-b746-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:09.738658 | 0.45s 2025-11-26 16:35:19.358298 | fa163eb2-7b8b-aa10-b746-000000003b79 | TIMING | tripleo_keystone_resources : Async creation of Keystone domains | undercloud | 0:22:09.745546 | 0.46s 2025-11-26 16:35:19.374969 | fa163eb2-7b8b-aa10-b746-000000003b7b | TASK | Check Keystone domain status 2025-11-26 16:35:19.656984 | fa163eb2-7b8b-aa10-b746-000000003b7b | WAITING | Check Keystone domain status | undercloud | 30 retries left 2025-11-26 16:35:24.868938 | fa163eb2-7b8b-aa10-b746-000000003b7b | CHANGED | Check Keystone domain status | undercloud | item=heat_stack 2025-11-26 16:35:24.870883 | fa163eb2-7b8b-aa10-b746-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:15.258136 | 5.49s 2025-11-26 16:35:24.881163 | fa163eb2-7b8b-aa10-b746-000000003b7b | TIMING | tripleo_keystone_resources : Check Keystone domain status | undercloud | 0:22:15.268414 | 5.51s 2025-11-26 16:35:24.900828 | fa163eb2-7b8b-aa10-b746-0000000039ab | TASK | Gather all OpenStack domains for Ansible >= 2.9.0 2025-11-26 16:35:24.953312 | fa163eb2-7b8b-aa10-b746-0000000039ab | TIMING | tripleo_keystone_resources : Gather all OpenStack domains for Ansible >= 2.9.0 | undercloud | 0:22:15.340554 | 0.05s 2025-11-26 16:35:24.968029 | b1de3527-309c-427c-bf9d-10b193a8891f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/gather_domains.yml | undercloud 2025-11-26 16:35:25.021928 | fa163eb2-7b8b-aa10-b746-000000003c43 | TASK | Collect OpenStack Keystone domains infos 2025-11-26 16:35:26.333861 | fa163eb2-7b8b-aa10-b746-000000003c43 | OK | Collect OpenStack Keystone domains infos | undercloud 2025-11-26 16:35:26.335253 | fa163eb2-7b8b-aa10-b746-000000003c43 | TIMING | tripleo_keystone_resources : Collect OpenStack Keystone domains infos | undercloud | 0:22:16.722505 | 1.31s 2025-11-26 16:35:26.354124 | fa163eb2-7b8b-aa10-b746-000000003c44 | TASK | Set openstack_domains fact 2025-11-26 16:35:26.398968 | fa163eb2-7b8b-aa10-b746-000000003c44 | OK | Set openstack_domains fact | undercloud 2025-11-26 16:35:26.400323 | fa163eb2-7b8b-aa10-b746-000000003c44 | TIMING | tripleo_keystone_resources : Set openstack_domains fact | undercloud | 0:22:16.787577 | 0.04s 2025-11-26 16:35:26.422759 | fa163eb2-7b8b-aa10-b746-0000000039ac | TASK | Create Keystone Services 2025-11-26 16:35:26.510220 | fa163eb2-7b8b-aa10-b746-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:16.897459 | 0.09s 2025-11-26 16:35:26.527536 | fa163eb2-7b8b-aa10-b746-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:16.914787 | 0.10s 2025-11-26 16:35:26.536954 | fa163eb2-7b8b-aa10-b746-0000000039ac | TIMING | tripleo_keystone_resources : Create Keystone Services | undercloud | 0:22:16.924211 | 0.11s 2025-11-26 16:35:26.554207 | 19b704ae-c4d5-4b2a-923c-aa60bb81e6ba | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-26 16:35:26.563540 | b308b270-9b15-4420-993a-62f8a029dc2c | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/services.yml | undercloud 2025-11-26 16:35:26.612974 | fa163eb2-7b8b-aa10-b746-000000003d20 | TASK | Async creation of Keystone service 2025-11-26 16:35:26.943999 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=aodh 2025-11-26 16:35:26.946046 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:17.333296 | 0.33s 2025-11-26 16:35:27.264209 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=cinderv3 2025-11-26 16:35:27.268307 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:17.655560 | 0.65s 2025-11-26 16:35:27.542536 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=glance 2025-11-26 16:35:27.543149 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:17.930413 | 0.93s 2025-11-26 16:35:27.835089 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=gnocchi 2025-11-26 16:35:27.835678 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:18.222943 | 1.22s 2025-11-26 16:35:28.131116 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat 2025-11-26 16:35:28.131890 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:18.519151 | 1.52s 2025-11-26 16:35:28.420697 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=heat-cfn 2025-11-26 16:35:28.422495 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:18.809750 | 1.81s 2025-11-26 16:35:28.722847 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manila 2025-11-26 16:35:28.723523 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.110786 | 2.11s 2025-11-26 16:35:29.020055 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=manilav2 2025-11-26 16:35:29.020816 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.408077 | 2.41s 2025-11-26 16:35:29.289066 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=neutron 2025-11-26 16:35:29.289684 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.676948 | 2.68s 2025-11-26 16:35:29.603926 | fa163eb2-7b8b-aa10-b746-000000003d20 | CHANGED | Async creation of Keystone service | undercloud | item=nova 2025-11-26 16:35:29.604596 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:19.991860 | 2.99s 2025-11-26 16:35:29.613532 | fa163eb2-7b8b-aa10-b746-000000003d20 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:20.000784 | 3.00s 2025-11-26 16:35:29.634884 | fa163eb2-7b8b-aa10-b746-000000003d22 | TASK | Check Keystone service status 2025-11-26 16:35:29.931413 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=aodh 2025-11-26 16:35:29.932405 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.319664 | 0.30s 2025-11-26 16:35:30.200373 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=cinderv3 2025-11-26 16:35:30.201171 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.588433 | 0.56s 2025-11-26 16:35:30.468220 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=glance 2025-11-26 16:35:30.469559 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:20.856813 | 0.83s 2025-11-26 16:35:30.725272 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=gnocchi 2025-11-26 16:35:30.726524 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.113779 | 1.09s 2025-11-26 16:35:30.970977 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat 2025-11-26 16:35:30.972826 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.360082 | 1.34s 2025-11-26 16:35:31.229383 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=heat-cfn 2025-11-26 16:35:31.231135 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.618391 | 1.59s 2025-11-26 16:35:31.492886 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manila 2025-11-26 16:35:31.494001 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:21.881257 | 1.86s 2025-11-26 16:35:31.744165 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=manilav2 2025-11-26 16:35:31.745688 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:22.132943 | 2.11s 2025-11-26 16:35:31.996755 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=neutron 2025-11-26 16:35:31.998573 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:22.385827 | 2.36s 2025-11-26 16:35:32.256483 | fa163eb2-7b8b-aa10-b746-000000003d22 | CHANGED | Check Keystone service status | undercloud | item=nova 2025-11-26 16:35:32.258523 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:22.645779 | 2.62s 2025-11-26 16:35:32.272791 | fa163eb2-7b8b-aa10-b746-000000003d22 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:22.660042 | 2.64s 2025-11-26 16:35:32.297603 | fa163eb2-7b8b-aa10-b746-000000003d27 | TASK | Async creation of Keystone service 2025-11-26 16:35:32.656276 | fa163eb2-7b8b-aa10-b746-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=octavia 2025-11-26 16:35:32.658541 | fa163eb2-7b8b-aa10-b746-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.045790 | 0.36s 2025-11-26 16:35:32.978742 | fa163eb2-7b8b-aa10-b746-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=placement 2025-11-26 16:35:32.980527 | fa163eb2-7b8b-aa10-b746-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.367782 | 0.68s 2025-11-26 16:35:33.288187 | fa163eb2-7b8b-aa10-b746-000000003d27 | CHANGED | Async creation of Keystone service | undercloud | item=swift 2025-11-26 16:35:33.289641 | fa163eb2-7b8b-aa10-b746-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.676896 | 0.99s 2025-11-26 16:35:33.295418 | fa163eb2-7b8b-aa10-b746-000000003d27 | TIMING | tripleo_keystone_resources : Async creation of Keystone service | undercloud | 0:22:23.682675 | 1.00s 2025-11-26 16:35:33.310004 | fa163eb2-7b8b-aa10-b746-000000003d29 | TASK | Check Keystone service status 2025-11-26 16:35:33.602467 | fa163eb2-7b8b-aa10-b746-000000003d29 | WAITING | Check Keystone service status | undercloud | 30 retries left 2025-11-26 16:35:38.806622 | fa163eb2-7b8b-aa10-b746-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=octavia 2025-11-26 16:35:38.808129 | fa163eb2-7b8b-aa10-b746-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:29.195381 | 5.50s 2025-11-26 16:35:39.061826 | fa163eb2-7b8b-aa10-b746-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=placement 2025-11-26 16:35:39.063452 | fa163eb2-7b8b-aa10-b746-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:29.450709 | 5.75s 2025-11-26 16:35:39.288458 | fa163eb2-7b8b-aa10-b746-000000003d29 | CHANGED | Check Keystone service status | undercloud | item=swift 2025-11-26 16:35:39.289431 | fa163eb2-7b8b-aa10-b746-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:29.676689 | 5.98s 2025-11-26 16:35:39.303524 | fa163eb2-7b8b-aa10-b746-000000003d29 | TIMING | tripleo_keystone_resources : Check Keystone service status | undercloud | 0:22:29.690773 | 5.99s 2025-11-26 16:35:39.323919 | fa163eb2-7b8b-aa10-b746-0000000039ae | TASK | Create Keystone Endpoints 2025-11-26 16:35:39.382836 | fa163eb2-7b8b-aa10-b746-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.770077 | 0.06s 2025-11-26 16:35:39.408351 | fa163eb2-7b8b-aa10-b746-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.795608 | 0.08s 2025-11-26 16:35:39.427147 | fa163eb2-7b8b-aa10-b746-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.814405 | 0.10s 2025-11-26 16:35:39.433223 | fa163eb2-7b8b-aa10-b746-0000000039ae | TIMING | tripleo_keystone_resources : Create Keystone Endpoints | undercloud | 0:22:29.820478 | 0.11s 2025-11-26 16:35:39.445366 | 950697e7-3bde-44d0-866c-f92e27852b96 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-26 16:35:39.451636 | 6b58562b-d554-4901-81e4-674eab5b1414 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-26 16:35:39.457156 | 534b729a-b5d5-4ad4-8b04-bc73819b5011 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/loop-endpoints.yml | undercloud 2025-11-26 16:35:39.513507 | fa163eb2-7b8b-aa10-b746-000000003e59 | TASK | Create Keystone public endpoints 2025-11-26 16:35:39.602245 | fa163eb2-7b8b-aa10-b746-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:29.989488 | 0.09s 2025-11-26 16:35:39.618077 | fa163eb2-7b8b-aa10-b746-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:30.005334 | 0.10s 2025-11-26 16:35:39.627539 | fa163eb2-7b8b-aa10-b746-000000003e59 | TIMING | tripleo_keystone_resources : Create Keystone public endpoints | undercloud | 0:22:30.014790 | 0.11s 2025-11-26 16:35:39.645920 | 53a8d369-4cd4-446a-9b17-8044101642d9 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 16:35:39.655952 | 67d780b8-2a0a-4823-83ec-25f0496980b4 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 16:35:39.680917 | fa163eb2-7b8b-aa10-b746-000000003f81 | TASK | Async creation of Keystone public endpoint 2025-11-26 16:35:40.063964 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=aodh 2025-11-26 16:35:40.065518 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:30.452767 | 0.38s 2025-11-26 16:35:40.372317 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=cinderv3 2025-11-26 16:35:40.374053 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:30.761309 | 0.69s 2025-11-26 16:35:40.694468 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=glance 2025-11-26 16:35:40.695503 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.082758 | 1.01s 2025-11-26 16:35:40.912085 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=gnocchi 2025-11-26 16:35:40.913195 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.300459 | 1.23s 2025-11-26 16:35:41.224848 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat 2025-11-26 16:35:41.225673 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.612933 | 1.54s 2025-11-26 16:35:41.500886 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=heat-cfn 2025-11-26 16:35:41.504496 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:31.891755 | 1.82s 2025-11-26 16:35:41.732925 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manila 2025-11-26 16:35:41.734631 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.121886 | 2.05s 2025-11-26 16:35:41.959386 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=manilav2 2025-11-26 16:35:41.960173 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.347434 | 2.28s 2025-11-26 16:35:42.228041 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=neutron 2025-11-26 16:35:42.229425 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.616679 | 2.55s 2025-11-26 16:35:42.495078 | fa163eb2-7b8b-aa10-b746-000000003f81 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=nova 2025-11-26 16:35:42.499342 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.886604 | 2.82s 2025-11-26 16:35:42.506924 | fa163eb2-7b8b-aa10-b746-000000003f81 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:32.894179 | 2.82s 2025-11-26 16:35:42.526063 | fa163eb2-7b8b-aa10-b746-000000003f83 | TASK | Check Keystone public endpoint status 2025-11-26 16:35:42.784530 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=aodh 2025-11-26 16:35:42.785555 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.172814 | 0.26s 2025-11-26 16:35:43.030242 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=cinderv3 2025-11-26 16:35:43.031169 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.418430 | 0.50s 2025-11-26 16:35:43.295503 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=glance 2025-11-26 16:35:43.296875 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.684130 | 0.77s 2025-11-26 16:35:43.603440 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=gnocchi 2025-11-26 16:35:43.605325 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:33.992582 | 1.08s 2025-11-26 16:35:43.825395 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat 2025-11-26 16:35:43.826642 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.213899 | 1.30s 2025-11-26 16:35:44.020604 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=heat-cfn 2025-11-26 16:35:44.021866 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.409121 | 1.49s 2025-11-26 16:35:44.267360 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manila 2025-11-26 16:35:44.268541 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.655798 | 1.74s 2025-11-26 16:35:44.526527 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=manilav2 2025-11-26 16:35:44.527781 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:34.914995 | 2.00s 2025-11-26 16:35:44.761198 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=neutron 2025-11-26 16:35:44.762995 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:35.150250 | 2.24s 2025-11-26 16:35:45.005361 | fa163eb2-7b8b-aa10-b746-000000003f83 | CHANGED | Check Keystone public endpoint status | undercloud | item=nova 2025-11-26 16:35:45.006331 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:35.393589 | 2.48s 2025-11-26 16:35:45.018349 | fa163eb2-7b8b-aa10-b746-000000003f83 | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:35.405598 | 2.49s 2025-11-26 16:35:45.046352 | fa163eb2-7b8b-aa10-b746-000000003f88 | TASK | Async creation of Keystone public endpoint 2025-11-26 16:35:45.393233 | fa163eb2-7b8b-aa10-b746-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=octavia 2025-11-26 16:35:45.395325 | fa163eb2-7b8b-aa10-b746-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:35.782583 | 0.35s 2025-11-26 16:35:45.648393 | fa163eb2-7b8b-aa10-b746-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=placement 2025-11-26 16:35:45.649129 | fa163eb2-7b8b-aa10-b746-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:36.036392 | 0.60s 2025-11-26 16:35:45.931441 | fa163eb2-7b8b-aa10-b746-000000003f88 | CHANGED | Async creation of Keystone public endpoint | undercloud | item=swift 2025-11-26 16:35:45.932173 | fa163eb2-7b8b-aa10-b746-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:36.319436 | 0.88s 2025-11-26 16:35:45.935555 | fa163eb2-7b8b-aa10-b746-000000003f88 | TIMING | tripleo_keystone_resources : Async creation of Keystone public endpoint | undercloud | 0:22:36.322814 | 0.89s 2025-11-26 16:35:45.951361 | fa163eb2-7b8b-aa10-b746-000000003f8a | TASK | Check Keystone public endpoint status 2025-11-26 16:35:46.232771 | fa163eb2-7b8b-aa10-b746-000000003f8a | WAITING | Check Keystone public endpoint status | undercloud | 30 retries left 2025-11-26 16:35:51.471390 | fa163eb2-7b8b-aa10-b746-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=octavia 2025-11-26 16:35:51.472857 | fa163eb2-7b8b-aa10-b746-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:41.860108 | 5.52s 2025-11-26 16:35:51.722147 | fa163eb2-7b8b-aa10-b746-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=placement 2025-11-26 16:35:51.722968 | fa163eb2-7b8b-aa10-b746-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.110230 | 5.77s 2025-11-26 16:35:51.976017 | fa163eb2-7b8b-aa10-b746-000000003f8a | CHANGED | Check Keystone public endpoint status | undercloud | item=swift 2025-11-26 16:35:51.976472 | fa163eb2-7b8b-aa10-b746-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.363739 | 6.02s 2025-11-26 16:35:51.983339 | fa163eb2-7b8b-aa10-b746-000000003f8a | TIMING | tripleo_keystone_resources : Check Keystone public endpoint status | undercloud | 0:22:42.370561 | 6.03s 2025-11-26 16:35:52.012103 | fa163eb2-7b8b-aa10-b746-000000003e5e | TASK | Create Keystone admin endpoints 2025-11-26 16:35:52.103862 | fa163eb2-7b8b-aa10-b746-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:42.491104 | 0.09s 2025-11-26 16:35:52.120661 | fa163eb2-7b8b-aa10-b746-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:42.507918 | 0.11s 2025-11-26 16:35:52.135849 | fa163eb2-7b8b-aa10-b746-000000003e5e | TIMING | tripleo_keystone_resources : Create Keystone admin endpoints | undercloud | 0:22:42.523084 | 0.12s 2025-11-26 16:35:52.154759 | b059bd46-6da1-458b-b671-79c029b2bc3b | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 16:35:52.165693 | ce79451e-db6f-412b-85a9-818b72af76aa | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 16:35:52.192522 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TASK | Async creation of Keystone admin endpoint 2025-11-26 16:35:52.533490 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=aodh 2025-11-26 16:35:52.534692 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:42.921948 | 0.34s 2025-11-26 16:35:52.808018 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=cinderv3 2025-11-26 16:35:52.810039 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.197293 | 0.62s 2025-11-26 16:35:53.110271 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=glance 2025-11-26 16:35:53.111826 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.499087 | 0.92s 2025-11-26 16:35:53.426003 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=gnocchi 2025-11-26 16:35:53.428051 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:43.815309 | 1.23s 2025-11-26 16:35:53.733387 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat 2025-11-26 16:35:53.734338 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.121597 | 1.54s 2025-11-26 16:35:54.022194 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=heat-cfn 2025-11-26 16:35:54.024503 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.411764 | 1.83s 2025-11-26 16:35:54.306915 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manila 2025-11-26 16:35:54.308192 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.695454 | 2.11s 2025-11-26 16:35:54.569792 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=manilav2 2025-11-26 16:35:54.571051 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:44.958313 | 2.38s 2025-11-26 16:35:54.829091 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=neutron 2025-11-26 16:35:54.829838 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.217100 | 2.64s 2025-11-26 16:35:55.076338 | fa163eb2-7b8b-aa10-b746-000000003fe2 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=nova 2025-11-26 16:35:55.077417 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.464673 | 2.88s 2025-11-26 16:35:55.088200 | fa163eb2-7b8b-aa10-b746-000000003fe2 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:45.475458 | 2.89s 2025-11-26 16:35:55.104838 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TASK | Check Keystone admin endpoint status 2025-11-26 16:35:55.334129 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=aodh 2025-11-26 16:35:55.336761 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:45.724020 | 0.23s 2025-11-26 16:35:55.612280 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=cinderv3 2025-11-26 16:35:55.613086 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.000348 | 0.51s 2025-11-26 16:35:55.804779 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=glance 2025-11-26 16:35:55.805496 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.192760 | 0.70s 2025-11-26 16:35:56.014599 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=gnocchi 2025-11-26 16:35:56.015377 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.402640 | 0.91s 2025-11-26 16:35:56.268851 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat 2025-11-26 16:35:56.270581 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:46.657836 | 1.16s 2025-11-26 16:35:56.591499 | fa163eb2-7b8b-aa10-b746-000000003fe4 | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-26 16:36:01.812560 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=heat-cfn 2025-11-26 16:36:01.814468 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:52.201723 | 6.71s 2025-11-26 16:36:02.088504 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manila 2025-11-26 16:36:02.089290 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:52.476553 | 6.98s 2025-11-26 16:36:02.358261 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=manilav2 2025-11-26 16:36:02.359058 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:52.746320 | 7.25s 2025-11-26 16:36:02.579283 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=neutron 2025-11-26 16:36:02.580052 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:52.967314 | 7.47s 2025-11-26 16:36:02.835149 | fa163eb2-7b8b-aa10-b746-000000003fe4 | CHANGED | Check Keystone admin endpoint status | undercloud | item=nova 2025-11-26 16:36:02.836079 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:53.223338 | 7.73s 2025-11-26 16:36:02.853038 | fa163eb2-7b8b-aa10-b746-000000003fe4 | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:53.240286 | 7.75s 2025-11-26 16:36:02.880430 | fa163eb2-7b8b-aa10-b746-000000003fe9 | TASK | Async creation of Keystone admin endpoint 2025-11-26 16:36:03.251404 | fa163eb2-7b8b-aa10-b746-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=octavia 2025-11-26 16:36:03.253074 | fa163eb2-7b8b-aa10-b746-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.640323 | 0.37s 2025-11-26 16:36:03.557196 | fa163eb2-7b8b-aa10-b746-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=placement 2025-11-26 16:36:03.557918 | fa163eb2-7b8b-aa10-b746-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:53.945182 | 0.68s 2025-11-26 16:36:03.819923 | fa163eb2-7b8b-aa10-b746-000000003fe9 | CHANGED | Async creation of Keystone admin endpoint | undercloud | item=swift 2025-11-26 16:36:03.821070 | fa163eb2-7b8b-aa10-b746-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.208332 | 0.94s 2025-11-26 16:36:03.825699 | fa163eb2-7b8b-aa10-b746-000000003fe9 | TIMING | tripleo_keystone_resources : Async creation of Keystone admin endpoint | undercloud | 0:22:54.212949 | 0.94s 2025-11-26 16:36:03.846933 | fa163eb2-7b8b-aa10-b746-000000003feb | TASK | Check Keystone admin endpoint status 2025-11-26 16:36:04.102526 | fa163eb2-7b8b-aa10-b746-000000003feb | WAITING | Check Keystone admin endpoint status | undercloud | 30 retries left 2025-11-26 16:36:09.327332 | fa163eb2-7b8b-aa10-b746-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=octavia 2025-11-26 16:36:09.329548 | fa163eb2-7b8b-aa10-b746-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:59.716799 | 5.48s 2025-11-26 16:36:09.573921 | fa163eb2-7b8b-aa10-b746-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=placement 2025-11-26 16:36:09.575513 | fa163eb2-7b8b-aa10-b746-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:22:59.962772 | 5.73s 2025-11-26 16:36:09.781916 | fa163eb2-7b8b-aa10-b746-000000003feb | CHANGED | Check Keystone admin endpoint status | undercloud | item=swift 2025-11-26 16:36:09.783977 | fa163eb2-7b8b-aa10-b746-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:00.171230 | 5.94s 2025-11-26 16:36:09.795868 | fa163eb2-7b8b-aa10-b746-000000003feb | TIMING | tripleo_keystone_resources : Check Keystone admin endpoint status | undercloud | 0:23:00.183110 | 5.95s 2025-11-26 16:36:09.818285 | fa163eb2-7b8b-aa10-b746-000000003e63 | TASK | Create Keystone internal endpoints 2025-11-26 16:36:09.920064 | fa163eb2-7b8b-aa10-b746-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:00.307317 | 0.10s 2025-11-26 16:36:09.948713 | fa163eb2-7b8b-aa10-b746-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:00.335969 | 0.13s 2025-11-26 16:36:09.958433 | fa163eb2-7b8b-aa10-b746-000000003e63 | TIMING | tripleo_keystone_resources : Create Keystone internal endpoints | undercloud | 0:23:00.345681 | 0.14s 2025-11-26 16:36:09.975851 | d603442e-4b9f-40ff-bf2c-bbbfab1fd2ca | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 16:36:09.984986 | 7842695f-f789-4119-81dd-e501240bf1e5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/endpoints.yml | undercloud 2025-11-26 16:36:10.005450 | fa163eb2-7b8b-aa10-b746-000000004045 | TASK | Async creation of Keystone internal endpoint 2025-11-26 16:36:10.324115 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=aodh 2025-11-26 16:36:10.327232 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:00.714474 | 0.32s 2025-11-26 16:36:10.639054 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=cinderv3 2025-11-26 16:36:10.640756 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.027981 | 0.63s 2025-11-26 16:36:10.987522 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=glance 2025-11-26 16:36:10.988551 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.375814 | 0.98s 2025-11-26 16:36:11.239471 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=gnocchi 2025-11-26 16:36:11.240438 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.627701 | 1.23s 2025-11-26 16:36:11.502416 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat 2025-11-26 16:36:11.503504 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:01.890758 | 1.50s 2025-11-26 16:36:11.783494 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=heat-cfn 2025-11-26 16:36:11.794135 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:02.181398 | 1.79s 2025-11-26 16:36:12.022334 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manila 2025-11-26 16:36:12.022974 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:02.410240 | 2.02s 2025-11-26 16:36:12.316744 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=manilav2 2025-11-26 16:36:12.317375 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:02.704639 | 2.31s 2025-11-26 16:36:12.617095 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=neutron 2025-11-26 16:36:12.617802 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:03.005065 | 2.61s 2025-11-26 16:36:12.895505 | fa163eb2-7b8b-aa10-b746-000000004045 | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=nova 2025-11-26 16:36:12.896191 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:03.283453 | 2.89s 2025-11-26 16:36:12.902291 | fa163eb2-7b8b-aa10-b746-000000004045 | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:03.289541 | 2.90s 2025-11-26 16:36:12.920906 | fa163eb2-7b8b-aa10-b746-000000004047 | TASK | Check Keystone internal endpoint status 2025-11-26 16:36:13.256624 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=aodh 2025-11-26 16:36:13.259527 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:03.646775 | 0.34s 2025-11-26 16:36:13.435945 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=cinderv3 2025-11-26 16:36:13.437886 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:03.825141 | 0.52s 2025-11-26 16:36:13.649143 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=glance 2025-11-26 16:36:13.650181 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.037437 | 0.73s 2025-11-26 16:36:13.919380 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=gnocchi 2025-11-26 16:36:13.921211 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.308466 | 1.00s 2025-11-26 16:36:14.187233 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat 2025-11-26 16:36:14.189317 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:04.576571 | 1.27s 2025-11-26 16:36:14.408308 | fa163eb2-7b8b-aa10-b746-000000004047 | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-26 16:36:19.643408 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=heat-cfn 2025-11-26 16:36:19.645602 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:10.032853 | 6.72s 2025-11-26 16:36:19.930709 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manila 2025-11-26 16:36:19.932274 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:10.319526 | 7.01s 2025-11-26 16:36:20.195772 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=manilav2 2025-11-26 16:36:20.198114 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:10.585366 | 7.28s 2025-11-26 16:36:20.456903 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=neutron 2025-11-26 16:36:20.459453 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:10.846702 | 7.54s 2025-11-26 16:36:20.720810 | fa163eb2-7b8b-aa10-b746-000000004047 | CHANGED | Check Keystone internal endpoint status | undercloud | item=nova 2025-11-26 16:36:20.722302 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:11.109551 | 7.80s 2025-11-26 16:36:20.734653 | fa163eb2-7b8b-aa10-b746-000000004047 | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:11.121896 | 7.81s 2025-11-26 16:36:20.764105 | fa163eb2-7b8b-aa10-b746-00000000404c | TASK | Async creation of Keystone internal endpoint 2025-11-26 16:36:21.125301 | fa163eb2-7b8b-aa10-b746-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=octavia 2025-11-26 16:36:21.127636 | fa163eb2-7b8b-aa10-b746-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.514886 | 0.36s 2025-11-26 16:36:21.443151 | fa163eb2-7b8b-aa10-b746-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=placement 2025-11-26 16:36:21.444929 | fa163eb2-7b8b-aa10-b746-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:11.832184 | 0.68s 2025-11-26 16:36:21.705889 | fa163eb2-7b8b-aa10-b746-00000000404c | CHANGED | Async creation of Keystone internal endpoint | undercloud | item=swift 2025-11-26 16:36:21.706962 | fa163eb2-7b8b-aa10-b746-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.094217 | 0.94s 2025-11-26 16:36:21.713336 | fa163eb2-7b8b-aa10-b746-00000000404c | TIMING | tripleo_keystone_resources : Async creation of Keystone internal endpoint | undercloud | 0:23:12.100587 | 0.95s 2025-11-26 16:36:21.733462 | fa163eb2-7b8b-aa10-b746-00000000404e | TASK | Check Keystone internal endpoint status 2025-11-26 16:36:22.031355 | fa163eb2-7b8b-aa10-b746-00000000404e | WAITING | Check Keystone internal endpoint status | undercloud | 30 retries left 2025-11-26 16:36:27.269867 | fa163eb2-7b8b-aa10-b746-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=octavia 2025-11-26 16:36:27.271332 | fa163eb2-7b8b-aa10-b746-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:17.658581 | 5.54s 2025-11-26 16:36:27.605427 | fa163eb2-7b8b-aa10-b746-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=placement 2025-11-26 16:36:27.607353 | fa163eb2-7b8b-aa10-b746-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:17.994600 | 5.87s 2025-11-26 16:36:27.848141 | fa163eb2-7b8b-aa10-b746-00000000404e | CHANGED | Check Keystone internal endpoint status | undercloud | item=swift 2025-11-26 16:36:27.850607 | fa163eb2-7b8b-aa10-b746-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:18.237857 | 6.12s 2025-11-26 16:36:27.861944 | fa163eb2-7b8b-aa10-b746-00000000404e | TIMING | tripleo_keystone_resources : Check Keystone internal endpoint status | undercloud | 0:23:18.249188 | 6.13s 2025-11-26 16:36:27.884750 | fa163eb2-7b8b-aa10-b746-0000000039b0 | TASK | Run cleanup tasks 2025-11-26 16:36:27.940992 | fa163eb2-7b8b-aa10-b746-0000000039b0 | TIMING | tripleo_keystone_resources : Run cleanup tasks | undercloud | 0:23:18.328231 | 0.05s 2025-11-26 16:36:27.957359 | b8e52815-4547-4bb7-93e0-a433f9abd816 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/cleanup.yml | undercloud 2025-11-26 16:36:28.017637 | fa163eb2-7b8b-aa10-b746-0000000040a4 | TASK | Get list of enabled services 2025-11-26 16:36:30.718218 | fa163eb2-7b8b-aa10-b746-0000000040a4 | CHANGED | Get list of enabled services | undercloud 2025-11-26 16:36:30.719840 | fa163eb2-7b8b-aa10-b746-0000000040a4 | TIMING | tripleo_keystone_resources : Get list of enabled services | undercloud | 0:23:21.107089 | 2.70s 2025-11-26 16:36:30.737643 | fa163eb2-7b8b-aa10-b746-0000000040a5 | TASK | List services to be disabled 2025-11-26 16:36:30.825181 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'aodh', 'Type': 'alarming'} 2025-11-26 16:36:30.860198 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'gnocchi', 'Type': 'metric'} 2025-11-26 16:36:30.890525 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'cinderv3', 'Type': 'volumev3'} 2025-11-26 16:36:30.915936 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manila', 'Type': 'share'} 2025-11-26 16:36:30.943128 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'octavia', 'Type': 'load-balancer'} 2025-11-26 16:36:30.970965 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'keystone', 'Type': 'identity'} 2025-11-26 16:36:30.995885 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat-cfn', 'Type': 'cloudformation'} 2025-11-26 16:36:31.022377 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'glance', 'Type': 'image'} 2025-11-26 16:36:31.047990 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'placement', 'Type': 'placement'} 2025-11-26 16:36:31.073966 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'nova', 'Type': 'compute'} 2025-11-26 16:36:31.099126 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'neutron', 'Type': 'network'} 2025-11-26 16:36:31.124067 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'manilav2', 'Type': 'sharev2'} 2025-11-26 16:36:31.149907 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'swift', 'Type': 'object-store'} 2025-11-26 16:36:31.175087 | fa163eb2-7b8b-aa10-b746-0000000040a5 | SKIPPED | List services to be disabled | undercloud | item={'Name': 'heat', 'Type': 'orchestration'} 2025-11-26 16:36:31.189304 | fa163eb2-7b8b-aa10-b746-0000000040a5 | TIMING | tripleo_keystone_resources : List services to be disabled | undercloud | 0:23:21.576534 | 0.45s 2025-11-26 16:36:31.213719 | fa163eb2-7b8b-aa10-b746-0000000040a6 | TASK | Delete keystone services not enabled 2025-11-26 16:36:31.250470 | fa163eb2-7b8b-aa10-b746-0000000040a6 | TIMING | tripleo_keystone_resources : Delete keystone services not enabled | undercloud | 0:23:21.637700 | 0.03s 2025-11-26 16:36:31.268236 | fa163eb2-7b8b-aa10-b746-0000000039b1 | TASK | Create Keystone Roles 2025-11-26 16:36:31.336712 | fa163eb2-7b8b-aa10-b746-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:21.723946 | 0.07s 2025-11-26 16:36:31.343558 | fa163eb2-7b8b-aa10-b746-0000000039b1 | TIMING | tripleo_keystone_resources : Create Keystone Roles | undercloud | 0:23:21.730801 | 0.07s 2025-11-26 16:36:31.360976 | 4d996d75-65b9-4e53-be90-a57b6ef1c027 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/roles.yml | undercloud 2025-11-26 16:36:31.428797 | fa163eb2-7b8b-aa10-b746-000000004210 | TASK | Async creation of Keystone role 2025-11-26 16:36:31.783633 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=service 2025-11-26 16:36:31.784982 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:22.172230 | 0.36s 2025-11-26 16:36:32.107656 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=ResellerAdmin 2025-11-26 16:36:32.108906 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:22.496159 | 0.68s 2025-11-26 16:36:32.454160 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=heat_stack_user 2025-11-26 16:36:32.457437 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:22.844689 | 1.03s 2025-11-26 16:36:32.678954 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_admin 2025-11-26 16:36:32.685989 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:23.073246 | 1.26s 2025-11-26 16:36:32.927522 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_quota_admin 2025-11-26 16:36:32.928282 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:23.315543 | 1.50s 2025-11-26 16:36:33.198172 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_member 2025-11-26 16:36:33.200865 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:23.588117 | 1.77s 2025-11-26 16:36:33.483606 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_global_observer 2025-11-26 16:36:33.486406 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:23.873660 | 2.06s 2025-11-26 16:36:33.804554 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=load-balancer_observer 2025-11-26 16:36:33.805466 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:24.192724 | 2.38s 2025-11-26 16:36:34.036552 | fa163eb2-7b8b-aa10-b746-000000004210 | CHANGED | Async creation of Keystone role | undercloud | item=swiftoperator 2025-11-26 16:36:34.037449 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:24.424709 | 2.61s 2025-11-26 16:36:34.043353 | fa163eb2-7b8b-aa10-b746-000000004210 | TIMING | tripleo_keystone_resources : Async creation of Keystone role | undercloud | 0:23:24.430605 | 2.61s 2025-11-26 16:36:34.059864 | fa163eb2-7b8b-aa10-b746-000000004212 | TASK | Check Keystone role status 2025-11-26 16:36:34.347766 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=service 2025-11-26 16:36:34.350518 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:24.737772 | 0.29s 2025-11-26 16:36:34.538646 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=ResellerAdmin 2025-11-26 16:36:34.542450 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:24.929701 | 0.48s 2025-11-26 16:36:34.724193 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=heat_stack_user 2025-11-26 16:36:34.727029 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:25.114284 | 0.67s 2025-11-26 16:36:34.983402 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_admin 2025-11-26 16:36:34.985916 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:25.373171 | 0.93s 2025-11-26 16:36:35.219218 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_quota_admin 2025-11-26 16:36:35.220542 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:25.607795 | 1.16s 2025-11-26 16:36:35.474263 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_member 2025-11-26 16:36:35.475633 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:25.862884 | 1.41s 2025-11-26 16:36:35.699135 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_global_observer 2025-11-26 16:36:35.700078 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:26.087336 | 1.64s 2025-11-26 16:36:35.935267 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=load-balancer_observer 2025-11-26 16:36:35.936329 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:26.323586 | 1.88s 2025-11-26 16:36:36.194707 | fa163eb2-7b8b-aa10-b746-000000004212 | CHANGED | Check Keystone role status | undercloud | item=swiftoperator 2025-11-26 16:36:36.195974 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:26.583229 | 2.14s 2025-11-26 16:36:36.206220 | fa163eb2-7b8b-aa10-b746-000000004212 | TIMING | tripleo_keystone_resources : Check Keystone role status | undercloud | 0:23:26.593463 | 2.15s 2025-11-26 16:36:36.229607 | fa163eb2-7b8b-aa10-b746-0000000039b3 | TASK | Create Keystone Users 2025-11-26 16:36:36.321267 | fa163eb2-7b8b-aa10-b746-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:26.708488 | 0.09s 2025-11-26 16:36:36.338108 | fa163eb2-7b8b-aa10-b746-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:26.725365 | 0.11s 2025-11-26 16:36:36.351184 | fa163eb2-7b8b-aa10-b746-0000000039b3 | TIMING | tripleo_keystone_resources : Create Keystone Users | undercloud | 0:23:26.738433 | 0.12s 2025-11-26 16:36:36.371957 | 4750c5b1-b37c-4e2a-b97e-51323269ace5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-26 16:36:36.384599 | 1f3128f1-85b7-4038-bc4d-100771c731e8 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/users.yml | undercloud 2025-11-26 16:36:36.444926 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TASK | Check password of Keystone user 2025-11-26 16:36:37.410078 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:37.411933 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:27.799173 | 0.97s 2025-11-26 16:36:38.327304 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:38.329474 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:28.716729 | 1.88s 2025-11-26 16:36:39.232398 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:39.233781 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:29.620995 | 2.79s 2025-11-26 16:36:40.162999 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:40.164067 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:30.551323 | 3.72s 2025-11-26 16:36:41.104657 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:41.106439 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:31.493695 | 4.66s 2025-11-26 16:36:42.049143 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:42.051119 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:32.438369 | 5.61s 2025-11-26 16:36:42.982172 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:42.984112 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:33.371359 | 6.54s 2025-11-26 16:36:43.883927 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:43.885166 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:34.272418 | 7.44s 2025-11-26 16:36:44.792037 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:44.793992 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:35.181242 | 8.35s 2025-11-26 16:36:45.709568 | fa163eb2-7b8b-aa10-b746-0000000043a4 | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:45.711851 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.099100 | 9.27s 2025-11-26 16:36:45.721316 | fa163eb2-7b8b-aa10-b746-0000000043a4 | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:45.722146 | fa163eb2-7b8b-aa10-b746-0000000043a4 | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:36.109407 | 9.28s 2025-11-26 16:36:45.737135 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TASK | Async creation of Keystone user 2025-11-26 16:36:46.151113 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:46.153614 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:36.540864 | 0.42s 2025-11-26 16:36:46.527880 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:46.529056 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:36.916306 | 0.79s 2025-11-26 16:36:46.856454 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:46.859245 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:37.246493 | 1.12s 2025-11-26 16:36:47.167103 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:47.169932 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:37.557181 | 1.43s 2025-11-26 16:36:47.500929 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:47.501888 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:37.889145 | 1.76s 2025-11-26 16:36:47.871001 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:47.872899 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:38.260158 | 2.14s 2025-11-26 16:36:48.223054 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:48.226247 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:38.613500 | 2.49s 2025-11-26 16:36:48.591111 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:48.594873 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:38.982121 | 2.86s 2025-11-26 16:36:49.043519 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:49.046953 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.434201 | 3.31s 2025-11-26 16:36:49.393165 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:49.395366 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.782624 | 3.66s 2025-11-26 16:36:49.401266 | fa163eb2-7b8b-aa10-b746-0000000043a6 | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:36:49.402164 | fa163eb2-7b8b-aa10-b746-0000000043a6 | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:39.789426 | 3.66s 2025-11-26 16:36:49.417810 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TASK | Check Keystone user status 2025-11-26 16:36:49.696830 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:49.699680 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:40.086935 | 0.28s 2025-11-26 16:36:49.984984 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:49.988720 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:40.375969 | 0.57s 2025-11-26 16:36:50.252718 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:50.255600 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:40.642848 | 0.84s 2025-11-26 16:36:50.539872 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:50.541582 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:40.928839 | 1.12s 2025-11-26 16:36:50.831454 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:50.833764 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:41.220984 | 1.42s 2025-11-26 16:36:51.122878 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:51.124276 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:41.511521 | 1.71s 2025-11-26 16:36:51.403268 | fa163eb2-7b8b-aa10-b746-0000000043a8 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-26 16:36:56.640333 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:56.642469 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.029722 | 7.22s 2025-11-26 16:36:56.932316 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:56.934172 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.321427 | 7.52s 2025-11-26 16:36:57.212315 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:57.213996 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.601250 | 7.80s 2025-11-26 16:36:57.489511 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:57.490468 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.877723 | 8.07s 2025-11-26 16:36:57.502709 | fa163eb2-7b8b-aa10-b746-0000000043a8 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:36:57.503769 | fa163eb2-7b8b-aa10-b746-0000000043a8 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:47.891024 | 8.09s 2025-11-26 16:36:57.526020 | fa163eb2-7b8b-aa10-b746-0000000043ad | TASK | Check password of Keystone user 2025-11-26 16:36:58.494282 | fa163eb2-7b8b-aa10-b746-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:58.495903 | fa163eb2-7b8b-aa10-b746-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:48.883151 | 0.97s 2025-11-26 16:36:59.482834 | fa163eb2-7b8b-aa10-b746-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:36:59.484421 | fa163eb2-7b8b-aa10-b746-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:49.871675 | 1.96s 2025-11-26 16:37:00.394111 | fa163eb2-7b8b-aa10-b746-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:37:00.395255 | fa163eb2-7b8b-aa10-b746-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:50.782508 | 2.87s 2025-11-26 16:37:01.322792 | fa163eb2-7b8b-aa10-b746-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:37:01.323784 | fa163eb2-7b8b-aa10-b746-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:51.711037 | 3.80s 2025-11-26 16:37:02.269159 | fa163eb2-7b8b-aa10-b746-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:37:02.270786 | fa163eb2-7b8b-aa10-b746-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:52.658040 | 4.74s 2025-11-26 16:37:03.193029 | fa163eb2-7b8b-aa10-b746-0000000043ad | FATAL | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:37:03.194863 | fa163eb2-7b8b-aa10-b746-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:53.582115 | 5.67s 2025-11-26 16:37:03.205247 | fa163eb2-7b8b-aa10-b746-0000000043ad | IGNORED | Check password of Keystone user | undercloud | error={"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false} 2025-11-26 16:37:03.206394 | fa163eb2-7b8b-aa10-b746-0000000043ad | TIMING | tripleo_keystone_resources : Check password of Keystone user | undercloud | 0:23:53.593645 | 5.68s 2025-11-26 16:37:03.226040 | fa163eb2-7b8b-aa10-b746-0000000043af | TASK | Async creation of Keystone user 2025-11-26 16:37:03.678139 | fa163eb2-7b8b-aa10-b746-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:37:03.679880 | fa163eb2-7b8b-aa10-b746-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:54.067125 | 0.45s 2025-11-26 16:37:04.057473 | fa163eb2-7b8b-aa10-b746-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:37:04.059186 | fa163eb2-7b8b-aa10-b746-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:54.446442 | 0.83s 2025-11-26 16:37:04.831715 | fa163eb2-7b8b-aa10-b746-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:37:04.832348 | fa163eb2-7b8b-aa10-b746-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:55.219612 | 1.60s 2025-11-26 16:37:05.195971 | fa163eb2-7b8b-aa10-b746-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:37:05.196981 | fa163eb2-7b8b-aa10-b746-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:55.584236 | 1.97s 2025-11-26 16:37:05.512722 | fa163eb2-7b8b-aa10-b746-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:37:05.514342 | fa163eb2-7b8b-aa10-b746-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:55.901597 | 2.29s 2025-11-26 16:37:05.840846 | fa163eb2-7b8b-aa10-b746-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:37:05.842571 | fa163eb2-7b8b-aa10-b746-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:56.229826 | 2.62s 2025-11-26 16:37:05.852254 | fa163eb2-7b8b-aa10-b746-0000000043af | CHANGED | Async creation of Keystone user | undercloud 2025-11-26 16:37:05.852838 | fa163eb2-7b8b-aa10-b746-0000000043af | TIMING | tripleo_keystone_resources : Async creation of Keystone user | undercloud | 0:23:56.240101 | 2.63s 2025-11-26 16:37:05.867359 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TASK | Check Keystone user status 2025-11-26 16:37:06.173412 | fa163eb2-7b8b-aa10-b746-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:37:06.175420 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:56.562662 | 0.31s 2025-11-26 16:37:06.380583 | fa163eb2-7b8b-aa10-b746-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:37:06.382452 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:56.769704 | 0.51s 2025-11-26 16:37:06.626694 | fa163eb2-7b8b-aa10-b746-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:37:06.628355 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:23:57.015605 | 0.76s 2025-11-26 16:37:06.833293 | fa163eb2-7b8b-aa10-b746-0000000043b1 | WAITING | Check Keystone user status | undercloud | 30 retries left 2025-11-26 16:37:12.060000 | fa163eb2-7b8b-aa10-b746-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:37:12.061218 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:02.448472 | 6.19s 2025-11-26 16:37:12.330119 | fa163eb2-7b8b-aa10-b746-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:37:12.331656 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:02.718910 | 6.46s 2025-11-26 16:37:12.594563 | fa163eb2-7b8b-aa10-b746-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:37:12.595594 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:02.982848 | 6.73s 2025-11-26 16:37:12.607351 | fa163eb2-7b8b-aa10-b746-0000000043b1 | CHANGED | Check Keystone user status | undercloud 2025-11-26 16:37:12.608073 | fa163eb2-7b8b-aa10-b746-0000000043b1 | TIMING | tripleo_keystone_resources : Check Keystone user status | undercloud | 0:24:02.995331 | 6.74s 2025-11-26 16:37:12.627695 | fa163eb2-7b8b-aa10-b746-0000000039b5 | TASK | Assign Keystone Users to Roles 2025-11-26 16:37:12.712040 | fa163eb2-7b8b-aa10-b746-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:03.099280 | 0.08s 2025-11-26 16:37:12.740562 | fa163eb2-7b8b-aa10-b746-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:03.127819 | 0.11s 2025-11-26 16:37:12.766155 | fa163eb2-7b8b-aa10-b746-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:03.153397 | 0.14s 2025-11-26 16:37:12.774759 | fa163eb2-7b8b-aa10-b746-0000000039b5 | TIMING | tripleo_keystone_resources : Assign Keystone Users to Roles | undercloud | 0:24:03.161995 | 0.15s 2025-11-26 16:37:12.788830 | 5f3f1020-ca65-4bfd-83fc-850493b7e1cc | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-26 16:37:12.795256 | be24131d-dfdd-4e2c-9127-d0149ac5024f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-26 16:37:12.800967 | 1e8a7860-df76-4309-bfdf-2c5659343a03 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_roles.yml | undercloud 2025-11-26 16:37:12.868998 | fa163eb2-7b8b-aa10-b746-0000000045a4 | TASK | Async assignment of Keystone user per role 2025-11-26 16:37:12.933086 | fa163eb2-7b8b-aa10-b746-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:03.320314 | 0.06s 2025-11-26 16:37:12.953516 | fa163eb2-7b8b-aa10-b746-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:03.340770 | 0.08s 2025-11-26 16:37:12.960262 | fa163eb2-7b8b-aa10-b746-0000000045a4 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:03.347516 | 0.09s 2025-11-26 16:37:12.969173 | fd2585f1-7c7b-43e0-b1dd-cc15e7b0d003 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 16:37:12.973411 | 3da9ac21-9a03-43c0-885c-123743c5f5d5 | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 16:37:12.990042 | fa163eb2-7b8b-aa10-b746-00000000476d | TASK | Async assignment of Keystone user to roles 2025-11-26 16:37:13.332430 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=aodh 2025-11-26 16:37:13.333973 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:03.721215 | 0.34s 2025-11-26 16:37:13.658905 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-26 16:37:13.660062 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.047315 | 0.67s 2025-11-26 16:37:13.992633 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-26 16:37:13.994616 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.381866 | 1.00s 2025-11-26 16:37:14.296410 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-26 16:37:14.297453 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.684708 | 1.31s 2025-11-26 16:37:14.569307 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=glance 2025-11-26 16:37:14.570359 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:04.957615 | 1.58s 2025-11-26 16:37:14.930721 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=gnocchi 2025-11-26 16:37:14.931699 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:05.318955 | 1.94s 2025-11-26 16:37:15.280060 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat 2025-11-26 16:37:15.281105 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:05.668361 | 2.29s 2025-11-26 16:37:15.564964 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat_stack_domain_admin 2025-11-26 16:37:15.566071 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:05.953315 | 2.58s 2025-11-26 16:37:15.882523 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=heat-cfn 2025-11-26 16:37:15.883535 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.270790 | 2.89s 2025-11-26 16:37:16.225248 | fa163eb2-7b8b-aa10-b746-00000000476d | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manila 2025-11-26 16:37:16.225949 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.613212 | 3.23s 2025-11-26 16:37:16.230171 | fa163eb2-7b8b-aa10-b746-00000000476d | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:06.617422 | 3.24s 2025-11-26 16:37:16.253251 | fa163eb2-7b8b-aa10-b746-00000000476f | TASK | Check Keystone user assignment to roles status 2025-11-26 16:37:16.555951 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=aodh 2025-11-26 16:37:16.557542 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:06.944793 | 0.30s 2025-11-26 16:37:16.843651 | fa163eb2-7b8b-aa10-b746-00000000476f | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 16:37:22.044381 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-26 16:37:22.046592 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:12.433842 | 5.79s 2025-11-26 16:37:22.301461 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-26 16:37:22.302778 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:12.690029 | 6.05s 2025-11-26 16:37:22.544820 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-26 16:37:22.547188 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:12.934437 | 6.29s 2025-11-26 16:37:22.809157 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=glance 2025-11-26 16:37:22.811914 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.199164 | 6.56s 2025-11-26 16:37:23.050927 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=gnocchi 2025-11-26 16:37:23.052272 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.439523 | 6.80s 2025-11-26 16:37:23.310963 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat 2025-11-26 16:37:23.312088 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.699342 | 7.06s 2025-11-26 16:37:23.563754 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat_stack_domain_admin 2025-11-26 16:37:23.565335 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:13.952585 | 7.31s 2025-11-26 16:37:23.813578 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=heat-cfn 2025-11-26 16:37:23.814958 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.202211 | 7.56s 2025-11-26 16:37:24.057384 | fa163eb2-7b8b-aa10-b746-00000000476f | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manila 2025-11-26 16:37:24.058692 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.445945 | 7.80s 2025-11-26 16:37:24.069942 | fa163eb2-7b8b-aa10-b746-00000000476f | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:14.457186 | 7.81s 2025-11-26 16:37:24.094198 | fa163eb2-7b8b-aa10-b746-000000004774 | TASK | Async assignment of Keystone user to roles 2025-11-26 16:37:24.453866 | fa163eb2-7b8b-aa10-b746-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=manilav2 2025-11-26 16:37:24.456363 | fa163eb2-7b8b-aa10-b746-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:14.843612 | 0.36s 2025-11-26 16:37:24.787713 | fa163eb2-7b8b-aa10-b746-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=neutron 2025-11-26 16:37:24.789971 | fa163eb2-7b8b-aa10-b746-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:15.177220 | 0.69s 2025-11-26 16:37:25.118253 | fa163eb2-7b8b-aa10-b746-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-26 16:37:25.120013 | fa163eb2-7b8b-aa10-b746-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:15.507267 | 1.02s 2025-11-26 16:37:25.507257 | fa163eb2-7b8b-aa10-b746-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=octavia 2025-11-26 16:37:25.508862 | fa163eb2-7b8b-aa10-b746-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:15.896122 | 1.41s 2025-11-26 16:37:25.875463 | fa163eb2-7b8b-aa10-b746-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=placement 2025-11-26 16:37:25.876467 | fa163eb2-7b8b-aa10-b746-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:16.263723 | 1.78s 2025-11-26 16:37:26.176950 | fa163eb2-7b8b-aa10-b746-000000004774 | CHANGED | Async assignment of Keystone user to roles | undercloud | item=swift 2025-11-26 16:37:26.177923 | fa163eb2-7b8b-aa10-b746-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:16.565180 | 2.08s 2025-11-26 16:37:26.184582 | fa163eb2-7b8b-aa10-b746-000000004774 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:16.571833 | 2.09s 2025-11-26 16:37:26.205004 | fa163eb2-7b8b-aa10-b746-000000004776 | TASK | Check Keystone user assignment to roles status 2025-11-26 16:37:26.496899 | fa163eb2-7b8b-aa10-b746-000000004776 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 16:37:31.715948 | fa163eb2-7b8b-aa10-b746-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=manilav2 2025-11-26 16:37:31.718440 | fa163eb2-7b8b-aa10-b746-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.105691 | 5.51s 2025-11-26 16:37:31.953633 | fa163eb2-7b8b-aa10-b746-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=neutron 2025-11-26 16:37:31.955623 | fa163eb2-7b8b-aa10-b746-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.342878 | 5.75s 2025-11-26 16:37:32.207947 | fa163eb2-7b8b-aa10-b746-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-26 16:37:32.208930 | fa163eb2-7b8b-aa10-b746-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.596186 | 6.00s 2025-11-26 16:37:32.421672 | fa163eb2-7b8b-aa10-b746-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=octavia 2025-11-26 16:37:32.423453 | fa163eb2-7b8b-aa10-b746-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:22.810709 | 6.22s 2025-11-26 16:37:32.640299 | fa163eb2-7b8b-aa10-b746-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=placement 2025-11-26 16:37:32.642475 | fa163eb2-7b8b-aa10-b746-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:23.029725 | 6.44s 2025-11-26 16:37:32.844394 | fa163eb2-7b8b-aa10-b746-000000004776 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=swift 2025-11-26 16:37:32.846450 | fa163eb2-7b8b-aa10-b746-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:23.233701 | 6.64s 2025-11-26 16:37:32.857905 | fa163eb2-7b8b-aa10-b746-000000004776 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:23.245163 | 6.65s 2025-11-26 16:37:32.879860 | fa163eb2-7b8b-aa10-b746-0000000045a9 | TASK | Async assignment of Keystone user per role 2025-11-26 16:37:32.968713 | fa163eb2-7b8b-aa10-b746-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:23.355959 | 0.09s 2025-11-26 16:37:32.976711 | fa163eb2-7b8b-aa10-b746-0000000045a9 | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:23.363969 | 0.09s 2025-11-26 16:37:32.990391 | 15c53636-9871-4cb4-9f59-176a139d25bb | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 16:37:33.014805 | fa163eb2-7b8b-aa10-b746-0000000047da | TASK | Async assignment of Keystone user to roles 2025-11-26 16:37:33.361180 | fa163eb2-7b8b-aa10-b746-0000000047da | CHANGED | Async assignment of Keystone user to roles | undercloud | item=ceilometer 2025-11-26 16:37:33.362469 | fa163eb2-7b8b-aa10-b746-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:23.749722 | 0.35s 2025-11-26 16:37:33.368557 | fa163eb2-7b8b-aa10-b746-0000000047da | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:23.755812 | 0.35s 2025-11-26 16:37:33.390508 | fa163eb2-7b8b-aa10-b746-0000000047dc | TASK | Check Keystone user assignment to roles status 2025-11-26 16:37:33.689139 | fa163eb2-7b8b-aa10-b746-0000000047dc | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 16:37:38.882709 | fa163eb2-7b8b-aa10-b746-0000000047dc | CHANGED | Check Keystone user assignment to roles status | undercloud | item=ceilometer 2025-11-26 16:37:38.884650 | fa163eb2-7b8b-aa10-b746-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:29.271900 | 5.49s 2025-11-26 16:37:38.895077 | fa163eb2-7b8b-aa10-b746-0000000047dc | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:29.282320 | 5.50s 2025-11-26 16:37:38.914512 | fa163eb2-7b8b-aa10-b746-0000000045ae | TASK | Async assignment of Keystone user per role 2025-11-26 16:37:39.008517 | fa163eb2-7b8b-aa10-b746-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:29.395761 | 0.09s 2025-11-26 16:37:39.022180 | fa163eb2-7b8b-aa10-b746-0000000045ae | TIMING | tripleo_keystone_resources : Async assignment of Keystone user per role | undercloud | 0:24:29.409431 | 0.11s 2025-11-26 16:37:39.043070 | 8955c05d-0a6a-4441-9d10-09894a899c9f | INCLUDED | /usr/share/ansible/roles/tripleo_keystone_resources/tasks/user_per_role.yml | undercloud 2025-11-26 16:37:39.068131 | fa163eb2-7b8b-aa10-b746-0000000047fe | TASK | Async assignment of Keystone user to roles 2025-11-26 16:37:39.419225 | fa163eb2-7b8b-aa10-b746-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinder 2025-11-26 16:37:39.420717 | fa163eb2-7b8b-aa10-b746-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:29.807958 | 0.35s 2025-11-26 16:37:39.767669 | fa163eb2-7b8b-aa10-b746-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=cinderv3 2025-11-26 16:37:39.768589 | fa163eb2-7b8b-aa10-b746-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.155846 | 0.70s 2025-11-26 16:37:40.045013 | fa163eb2-7b8b-aa10-b746-0000000047fe | CHANGED | Async assignment of Keystone user to roles | undercloud | item=nova 2025-11-26 16:37:40.046197 | fa163eb2-7b8b-aa10-b746-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.433449 | 0.98s 2025-11-26 16:37:40.052610 | fa163eb2-7b8b-aa10-b746-0000000047fe | TIMING | tripleo_keystone_resources : Async assignment of Keystone user to roles | undercloud | 0:24:30.439868 | 0.98s 2025-11-26 16:37:40.071566 | fa163eb2-7b8b-aa10-b746-000000004800 | TASK | Check Keystone user assignment to roles status 2025-11-26 16:37:40.343036 | fa163eb2-7b8b-aa10-b746-000000004800 | WAITING | Check Keystone user assignment to roles status | undercloud | 30 retries left 2025-11-26 16:37:45.559437 | fa163eb2-7b8b-aa10-b746-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinder 2025-11-26 16:37:45.562931 | fa163eb2-7b8b-aa10-b746-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:35.950171 | 5.49s 2025-11-26 16:37:45.821767 | fa163eb2-7b8b-aa10-b746-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=cinderv3 2025-11-26 16:37:45.822517 | fa163eb2-7b8b-aa10-b746-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.209780 | 5.75s 2025-11-26 16:37:46.078536 | fa163eb2-7b8b-aa10-b746-000000004800 | CHANGED | Check Keystone user assignment to roles status | undercloud | item=nova 2025-11-26 16:37:46.079720 | fa163eb2-7b8b-aa10-b746-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.466975 | 6.01s 2025-11-26 16:37:46.087932 | fa163eb2-7b8b-aa10-b746-000000004800 | TIMING | tripleo_keystone_resources : Check Keystone user assignment to roles status | undercloud | 0:24:36.475172 | 6.01s 2025-11-26 16:37:46.122186 | fa163eb2-7b8b-aa10-b746-00000000397b | TASK | is Keystone LDAP enabled 2025-11-26 16:37:46.163872 | fa163eb2-7b8b-aa10-b746-00000000397b | OK | is Keystone LDAP enabled | undercloud 2025-11-26 16:37:46.164505 | fa163eb2-7b8b-aa10-b746-00000000397b | TIMING | is Keystone LDAP enabled | undercloud | 0:24:36.551769 | 0.04s 2025-11-26 16:37:46.177985 | fa163eb2-7b8b-aa10-b746-00000000397c | TASK | Set fact for tripleo_keystone_ldap_domains 2025-11-26 16:37:46.241917 | fa163eb2-7b8b-aa10-b746-00000000397c | SKIPPED | Set fact for tripleo_keystone_ldap_domains | undercloud 2025-11-26 16:37:46.243175 | fa163eb2-7b8b-aa10-b746-00000000397c | TIMING | Set fact for tripleo_keystone_ldap_domains | undercloud | 0:24:36.630430 | 0.06s 2025-11-26 16:37:46.260965 | fa163eb2-7b8b-aa10-b746-00000000397d | TASK | Manage Keystone domains from LDAP config 2025-11-26 16:37:46.317721 | fa163eb2-7b8b-aa10-b746-00000000397d | SKIPPED | Manage Keystone domains from LDAP config | undercloud 2025-11-26 16:37:46.319401 | fa163eb2-7b8b-aa10-b746-00000000397d | TIMING | Manage Keystone domains from LDAP config | undercloud | 0:24:36.706654 | 0.06s PLAY [Deploy step tasks for 4] ************************************************* 2025-11-26 16:37:46.463437 | fa163eb2-7b8b-aa10-b746-0000000000e2 | TASK | Deploy step tasks for 4 2025-11-26 16:37:46.492330 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000e2') missing from stats 2025-11-26 16:37:46.513942 | fa163eb2-7b8b-aa10-b746-0000000000e3 | TASK | Write the config_step hieradata for the deploy step 4 tasks 2025-11-26 16:37:47.013265 | fa163eb2-7b8b-aa10-b746-0000000000e3 | CHANGED | Write the config_step hieradata for the deploy step 4 tasks | standalone 2025-11-26 16:37:47.014706 | fa163eb2-7b8b-aa10-b746-0000000000e3 | TIMING | Write the config_step hieradata for the deploy step 4 tasks | standalone | 0:24:37.401959 | 0.50s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 16:37:47.081928 | fa163eb2-7b8b-aa10-b746-0000000000e4 | TIMING | include_tasks | standalone | 0:24:37.469175 | 0.04s 2025-11-26 16:37:47.128973 | cd45e113-dab9-4f3e-81ee-a0d102ecc852 | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/deploy_steps_tasks_step4.yaml | standalone 2025-11-26 16:37:47.155577 | fa163eb2-7b8b-aa10-b746-000000004842 | TASK | Create virtqemud recovery script 2025-11-26 16:37:47.620278 | fa163eb2-7b8b-aa10-b746-000000004842 | CHANGED | Create virtqemud recovery script | standalone 2025-11-26 16:37:47.622003 | fa163eb2-7b8b-aa10-b746-000000004842 | TIMING | Create virtqemud recovery script | standalone | 0:24:38.009248 | 0.47s 2025-11-26 16:37:47.650981 | fa163eb2-7b8b-aa10-b746-000000004843 | TASK | Create virtqemud recovery trigger service 2025-11-26 16:37:48.206086 | fa163eb2-7b8b-aa10-b746-000000004843 | CHANGED | Create virtqemud recovery trigger service | standalone 2025-11-26 16:37:48.207475 | fa163eb2-7b8b-aa10-b746-000000004843 | TIMING | Create virtqemud recovery trigger service | standalone | 0:24:38.594729 | 0.55s 2025-11-26 16:37:48.235607 | fa163eb2-7b8b-aa10-b746-000000004844 | TASK | Create virtqemud recovery trigger timer 2025-11-26 16:37:48.758693 | fa163eb2-7b8b-aa10-b746-000000004844 | CHANGED | Create virtqemud recovery trigger timer | standalone 2025-11-26 16:37:48.760069 | fa163eb2-7b8b-aa10-b746-000000004844 | TIMING | Create virtqemud recovery trigger timer | standalone | 0:24:39.147325 | 0.52s 2025-11-26 16:37:48.788869 | fa163eb2-7b8b-aa10-b746-000000004845 | TASK | Enable virtqemud recovery trigger service 2025-11-26 16:37:49.913821 | fa163eb2-7b8b-aa10-b746-000000004845 | CHANGED | Enable virtqemud recovery trigger service | standalone 2025-11-26 16:37:49.916081 | fa163eb2-7b8b-aa10-b746-000000004845 | TIMING | Enable virtqemud recovery trigger service | standalone | 0:24:40.303334 | 1.13s 2025-11-26 16:37:49.945118 | fa163eb2-7b8b-aa10-b746-000000004846 | TASK | Enable virtqemud recovery trigger timer 2025-11-26 16:37:51.032746 | fa163eb2-7b8b-aa10-b746-000000004846 | CHANGED | Enable virtqemud recovery trigger timer | standalone 2025-11-26 16:37:51.035572 | fa163eb2-7b8b-aa10-b746-000000004846 | TIMING | Enable virtqemud recovery trigger timer | standalone | 0:24:41.422830 | 1.09s 2025-11-26 16:37:51.058294 | fa163eb2-7b8b-aa10-b746-000000004847 | TASK | Really enable virtqemud recovery trigger timer 2025-11-26 16:37:51.728731 | fa163eb2-7b8b-aa10-b746-000000004847 | CHANGED | Really enable virtqemud recovery trigger timer | standalone 2025-11-26 16:37:51.729861 | fa163eb2-7b8b-aa10-b746-000000004847 | TIMING | Really enable virtqemud recovery trigger timer | standalone | 0:24:42.117119 | 0.67s 2025-11-26 16:37:51.751885 | fa163eb2-7b8b-aa10-b746-000000004849 | TASK | Create systemd file 2025-11-26 16:37:52.219649 | fa163eb2-7b8b-aa10-b746-000000004849 | CHANGED | Create systemd file | standalone 2025-11-26 16:37:52.221285 | fa163eb2-7b8b-aa10-b746-000000004849 | TIMING | Create systemd file | standalone | 0:24:42.608540 | 0.47s 2025-11-26 16:37:52.249346 | fa163eb2-7b8b-aa10-b746-00000000484a | TASK | Reload systemd 2025-11-26 16:37:53.007337 | fa163eb2-7b8b-aa10-b746-00000000484a | CHANGED | Reload systemd | standalone 2025-11-26 16:37:53.008416 | fa163eb2-7b8b-aa10-b746-00000000484a | TIMING | Reload systemd | standalone | 0:24:43.395679 | 0.76s 2025-11-26 16:37:53.027697 | fa163eb2-7b8b-aa10-b746-00000000484d | TASK | Start OVN container 2025-11-26 16:37:53.088015 | fa163eb2-7b8b-aa10-b746-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_north_db_server 2025-11-26 16:37:53.105575 | fa163eb2-7b8b-aa10-b746-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_south_db_server 2025-11-26 16:37:53.119816 | fa163eb2-7b8b-aa10-b746-00000000484d | SKIPPED | Start OVN container | standalone | item=ovn_cluster_northd 2025-11-26 16:37:53.130907 | fa163eb2-7b8b-aa10-b746-00000000484d | TIMING | Start OVN container | standalone | 0:24:43.518159 | 0.10s 2025-11-26 16:37:53.150554 | fa163eb2-7b8b-aa10-b746-00000000484f | TASK | Set NB connection 2025-11-26 16:37:53.187501 | fa163eb2-7b8b-aa10-b746-00000000484f | SKIPPED | Set NB connection | standalone 2025-11-26 16:37:53.188213 | fa163eb2-7b8b-aa10-b746-00000000484f | TIMING | Set NB connection | standalone | 0:24:43.575476 | 0.04s 2025-11-26 16:37:53.207310 | fa163eb2-7b8b-aa10-b746-000000004850 | TASK | Set SB connection 2025-11-26 16:37:53.244266 | fa163eb2-7b8b-aa10-b746-000000004850 | SKIPPED | Set SB connection | standalone 2025-11-26 16:37:53.244924 | fa163eb2-7b8b-aa10-b746-000000004850 | TIMING | Set SB connection | standalone | 0:24:43.632188 | 0.04s 2025-11-26 16:37:53.264043 | fa163eb2-7b8b-aa10-b746-0000000000e6 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists 2025-11-26 16:37:53.495388 | fa163eb2-7b8b-aa10-b746-0000000000e6 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone 2025-11-26 16:37:53.496862 | fa163eb2-7b8b-aa10-b746-0000000000e6 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_4 already exists | standalone | 0:24:43.884115 | 0.23s 2025-11-26 16:37:53.592527 | fa163eb2-7b8b-aa10-b746-0000000000e7 | TIMING | include_tasks | standalone | 0:24:43.979775 | 0.07s 2025-11-26 16:37:53.629599 | e4bd6ea1-ac93-4b11-b367-a520db7f7eb0 | INCLUDED | /root/standalone-ansible-e5xcwj04/common_deploy_steps_tasks.yaml | standalone 2025-11-26 16:37:53.655081 | fa163eb2-7b8b-aa10-b746-00000000487f | TASK | Write the config_step hieradata 2025-11-26 16:37:54.161849 | fa163eb2-7b8b-aa10-b746-00000000487f | OK | Write the config_step hieradata | standalone 2025-11-26 16:37:54.163237 | fa163eb2-7b8b-aa10-b746-00000000487f | TIMING | Write the config_step hieradata | standalone | 0:24:44.550492 | 0.51s 2025-11-26 16:37:54.192579 | fa163eb2-7b8b-aa10-b746-000000004880 | TASK | Run puppet host configuration for step 4 2025-11-26 16:37:54.554371 | fa163eb2-7b8b-aa10-b746-000000004880 | CHANGED | Run puppet host configuration for step 4 | standalone 2025-11-26 16:37:54.555587 | fa163eb2-7b8b-aa10-b746-000000004880 | TIMING | Run puppet host configuration for step 4 | standalone | 0:24:44.942843 | 0.36s 2025-11-26 16:37:54.583989 | fa163eb2-7b8b-aa10-b746-000000004881 | TASK | Wait for puppet host configuration to finish 2025-11-26 16:37:54.842915 | fa163eb2-7b8b-aa10-b746-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 16:38:05.081545 | fa163eb2-7b8b-aa10-b746-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 16:38:15.351910 | fa163eb2-7b8b-aa10-b746-000000004881 | WAITING | Wait for puppet host configuration to finish | standalone | 358 retries left 2025-11-26 16:38:25.579269 | fa163eb2-7b8b-aa10-b746-000000004881 | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 16:38:25.580835 | fa163eb2-7b8b-aa10-b746-000000004881 | TIMING | Wait for puppet host configuration to finish | standalone | 0:25:15.968088 | 31.00s 2025-11-26 16:38:25.611170 | fa163eb2-7b8b-aa10-b746-000000004882 | TASK | Debug output for task: Run puppet host configuration for step 4 2025-11-26 16:38:25.697435 | fa163eb2-7b8b-aa10-b746-000000004882 | CHANGED | Debug output for task: Run puppet host configuration for step 4 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 26 16:37:54 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 16:38:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 16:38:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 16:38:01 puppet-user: (file & line not available)", "<13>Nov 26 16:38:01 puppet-user: Warning: The function 'hiera' is deprecated in favor of using 'lookup'. See https://puppet.com/docs/puppet/7.10/deprecated_language.html", "<13>Nov 26 16:38:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 16:38:01 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>Nov 26 16:38:01 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 26 16:38:01 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 26 16:38:01 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>Nov 26 16:38:01 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>Nov 26 16:38:01 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>Nov 26 16:38:01 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>Nov 26 16:38:01 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>Nov 26 16:38:01 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 16:38:01 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.49 seconds", "<13>Nov 26 16:38:06 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 16:38:08 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 16:38:13 puppet-user: Notice: /Stage[main]/Snmp/Package[snmpd]/ensure: created", "<13>Nov 26 16:38:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.conf]/content: content changed '{sha256}2b743f970e80e2150759bfc66f2d8d0fbd8b31624f79e2991248d1a5ac57494e' to '{sha256}8ec51af4ca6f48572015ad6c970ede66593510eefb00b9659bf5f0e7ed071fc6'", "<13>Nov 26 16:38:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmpd.sysconfig]/content: content changed '{sha256}b63afb2dee7419b6834471f88581d981c8ae5c8b27b9d329ba67a02f3ddd8221' to '{sha256}3917ee8bbc680ad50d77186ad4a1d2705c2025c32fc32f823abbda7f2328dfbd'", "<13>Nov 26 16:38:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.conf]/content: content changed '{sha256}2e1ca894d609ef337b6243909bf5623c87fd5df98ecbd00c7d4c12cf12f03c4e' to '{sha256}3ecf18da1ba84ea3932607f2b903ee6a038b6f9ac4e1e371e48f3ef61c5052ea'", "<13>Nov 26 16:38:13 puppet-user: Notice: /Stage[main]/Snmp/File[snmptrapd.sysconfig]/content: content changed '{sha256}86ee5797ad10cb1ea0f631e9dfa6ae278ecf4f4d16f4c80f831cdde45601b23c' to '{sha256}2244553364afcca151958f8e2003e4c182f5e2ecfbe55405cec73fd818581e97'", "<13>Nov 26 16:38:13 puppet-user: Notice: /Stage[main]/Snmp/Service[snmptrapd]: Triggered 'refresh' from 2 events", "<13>Nov 26 16:38:15 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 16:38:20 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>Nov 26 16:38:21 puppet-user: Notice: /Stage[main]/Snmp/Service[snmpd]/ensure: ensure changed 'stopped' to 'running'", "<13>Nov 26 16:38:21 puppet-user: Notice: Applied catalog in 19.85 seconds", "<13>Nov 26 16:38:21 puppet-user: Application:", "<13>Nov 26 16:38:21 puppet-user: Initial environment: production", "<13>Nov 26 16:38:21 puppet-user: Converged environment: production", "<13>Nov 26 16:38:21 puppet-user: Run mode: user", "<13>Nov 26 16:38:21 puppet-user: Changes:", "<13>Nov 26 16:38:21 puppet-user: Total: 10", "<13>Nov 26 16:38:21 puppet-user: Events:", "<13>Nov 26 16:38:21 puppet-user: Success: 10", "<13>Nov 26 16:38:21 puppet-user: Resources:", "<13>Nov 26 16:38:21 puppet-user: Restarted: 1", "<13>Nov 26 16:38:21 puppet-user: Changed: 10", "<13>Nov 26 16:38:21 puppet-user: Out of sync: 10", "<13>Nov 26 16:38:21 puppet-user: Total: 37", "<13>Nov 26 16:38:21 puppet-user: Time:", "<13>Nov 26 16:38:21 puppet-user: Schedule: 0.00", "<13>Nov 26 16:38:21 puppet-user: File line: 0.00", "<13>Nov 26 16:38:21 puppet-user: Augeas: 0.01", "<13>Nov 26 16:38:21 puppet-user: User: 0.01", "<13>Nov 26 16:38:21 puppet-user: File: 0.08", "<13>Nov 26 16:38:21 puppet-user: Config retrieval: 0.56", "<13>Nov 26 16:38:21 puppet-user: Service: 1.41", "<13>Nov 26 16:38:21 puppet-user: Pcmk property: 1.46", "<13>Nov 26 16:38:21 puppet-user: Last run: 1764175101", "<13>Nov 26 16:38:21 puppet-user: Transaction evaluation: 19.84", "<13>Nov 26 16:38:21 puppet-user: Catalog application: 19.85", "<13>Nov 26 16:38:21 puppet-user: Pcmk resource default: 2.08", "<13>Nov 26 16:38:21 puppet-user: Pcmk resource op default: 2.16", "<13>Nov 26 16:38:21 puppet-user: Package: 5.34", "<13>Nov 26 16:38:21 puppet-user: Filebucket: 0.00", "<13>Nov 26 16:38:21 puppet-user: Exec: 7.07", "<13>Nov 26 16:38:21 puppet-user: Total: 19.86", "<13>Nov 26 16:38:21 puppet-user: Version:", "<13>Nov 26 16:38:21 puppet-user: Config: 1764175081", "<13>Nov 26 16:38:21 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 16:38:25.699027 | fa163eb2-7b8b-aa10-b746-000000004882 | TIMING | Debug output for task: Run puppet host configuration for step 4 | standalone | 0:25:16.086281 | 0.09s 2025-11-26 16:38:25.727934 | fa163eb2-7b8b-aa10-b746-000000004883 | TASK | Pre-cache facts for puppet containers 2025-11-26 16:38:25.757752 | fa163eb2-7b8b-aa10-b746-000000004883 | TIMING | Pre-cache facts for puppet containers | standalone | 0:25:16.144964 | 0.03s 2025-11-26 16:38:25.828218 | fa163eb2-7b8b-aa10-b746-0000000048c4 | TASK | Gather variables for each operating system 2025-11-26 16:38:25.947460 | fa163eb2-7b8b-aa10-b746-0000000048c4 | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:25:16.334694 | 0.12s 2025-11-26 16:38:25.977085 | fa163eb2-7b8b-aa10-b746-0000000048c5 | TASK | Create puppet caching structures 2025-11-26 16:38:26.234095 | fa163eb2-7b8b-aa10-b746-0000000048c5 | CHANGED | Create puppet caching structures | standalone 2025-11-26 16:38:26.235480 | fa163eb2-7b8b-aa10-b746-0000000048c5 | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:25:16.622735 | 0.26s 2025-11-26 16:38:26.265268 | fa163eb2-7b8b-aa10-b746-0000000048c6 | TASK | Check for facter.conf 2025-11-26 16:38:26.487814 | fa163eb2-7b8b-aa10-b746-0000000048c6 | OK | Check for facter.conf | standalone 2025-11-26 16:38:26.489121 | fa163eb2-7b8b-aa10-b746-0000000048c6 | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:25:16.876376 | 0.22s 2025-11-26 16:38:26.518210 | fa163eb2-7b8b-aa10-b746-0000000048c7 | TASK | Remove facter.conf if directory 2025-11-26 16:38:26.557680 | fa163eb2-7b8b-aa10-b746-0000000048c7 | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 16:38:26.558819 | fa163eb2-7b8b-aa10-b746-0000000048c7 | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:25:16.946074 | 0.04s 2025-11-26 16:38:26.586634 | fa163eb2-7b8b-aa10-b746-0000000048c8 | TASK | Write facter cache config 2025-11-26 16:38:27.103639 | fa163eb2-7b8b-aa10-b746-0000000048c8 | CHANGED | Write facter cache config | standalone 2025-11-26 16:38:27.105136 | fa163eb2-7b8b-aa10-b746-0000000048c8 | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:25:17.492391 | 0.52s 2025-11-26 16:38:27.134224 | fa163eb2-7b8b-aa10-b746-0000000048c9 | TASK | Cleanup facter cache if exists 2025-11-26 16:38:27.376905 | fa163eb2-7b8b-aa10-b746-0000000048c9 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 16:38:27.377833 | fa163eb2-7b8b-aa10-b746-0000000048c9 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:25:17.765095 | 0.24s 2025-11-26 16:38:27.396974 | fa163eb2-7b8b-aa10-b746-0000000048ca | TASK | Pre-cache facts 2025-11-26 16:38:27.999469 | fa163eb2-7b8b-aa10-b746-0000000048ca | CHANGED | Pre-cache facts | standalone 2025-11-26 16:38:28.000849 | fa163eb2-7b8b-aa10-b746-0000000048ca | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:25:18.388099 | 0.60s 2025-11-26 16:38:28.032863 | fa163eb2-7b8b-aa10-b746-0000000048cb | TASK | Failed deployment if facter fails 2025-11-26 16:38:28.065974 | fa163eb2-7b8b-aa10-b746-0000000048cb | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 16:38:28.067162 | fa163eb2-7b8b-aa10-b746-0000000048cb | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:25:18.454417 | 0.03s 2025-11-26 16:38:28.111129 | fa163eb2-7b8b-aa10-b746-0000000048cc | TASK | Sync cached facts 2025-11-26 16:38:28.433146 | fa163eb2-7b8b-aa10-b746-0000000048cc | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb2-7b8b-aa10-b746-0000000048cc') missing from stats 2025-11-26 16:38:28.490115 | fa163eb2-7b8b-aa10-b746-000000004884 | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 16:38:28.540984 | fa163eb2-7b8b-aa10-b746-000000004884 | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 16:38:28.542159 | fa163eb2-7b8b-aa10-b746-000000004884 | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:25:18.929412 | 0.05s 2025-11-26 16:38:28.571695 | fa163eb2-7b8b-aa10-b746-000000004886 | TASK | Manage containers for step 4 with tripleo-ansible 2025-11-26 16:38:28.601065 | fa163eb2-7b8b-aa10-b746-000000004886 | TIMING | Manage containers for step 4 with tripleo-ansible | standalone | 0:25:18.988317 | 0.03s 2025-11-26 16:38:28.665523 | fa163eb2-7b8b-aa10-b746-000000004923 | TASK | Gather variables for each operating system 2025-11-26 16:38:28.780938 | fa163eb2-7b8b-aa10-b746-000000004923 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:25:19.168178 | 0.11s 2025-11-26 16:38:28.810904 | fa163eb2-7b8b-aa10-b746-000000004924 | TASK | Create container logs path 2025-11-26 16:38:29.080809 | fa163eb2-7b8b-aa10-b746-000000004924 | OK | Create container logs path | standalone 2025-11-26 16:38:29.082291 | fa163eb2-7b8b-aa10-b746-000000004924 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:25:19.469546 | 0.27s 2025-11-26 16:38:29.114050 | fa163eb2-7b8b-aa10-b746-000000004926 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 16:38:29.410589 | fa163eb2-7b8b-aa10-b746-000000004926 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-26 16:38:29.412232 | fa163eb2-7b8b-aa10-b746-000000004926 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:19.799486 | 0.30s 2025-11-26 16:38:29.444954 | fa163eb2-7b8b-aa10-b746-000000004927 | TASK | Finalise hashes for all containers 2025-11-26 16:38:29.555287 | fa163eb2-7b8b-aa10-b746-000000004927 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:38:29.556550 | fa163eb2-7b8b-aa10-b746-000000004927 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:25:19.943804 | 0.11s 2025-11-26 16:38:29.586055 | fa163eb2-7b8b-aa10-b746-000000004929 | TASK | Manage systemd shutdown files 2025-11-26 16:38:29.627025 | fa163eb2-7b8b-aa10-b746-000000004929 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:25:20.014273 | 0.04s 2025-11-26 16:38:29.659224 | 7d6a842d-56da-4c18-a4e8-ccff2375a9d1 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 16:38:29.686135 | fa163eb2-7b8b-aa10-b746-00000000495c | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 16:38:29.949845 | fa163eb2-7b8b-aa10-b746-00000000495c | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 16:38:29.951349 | fa163eb2-7b8b-aa10-b746-00000000495c | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:25:20.338603 | 0.26s 2025-11-26 16:38:29.981556 | fa163eb2-7b8b-aa10-b746-00000000495d | TASK | Set podman_drop_in fact 2025-11-26 16:38:30.044147 | fa163eb2-7b8b-aa10-b746-00000000495d | OK | Set podman_drop_in fact | standalone 2025-11-26 16:38:30.045315 | fa163eb2-7b8b-aa10-b746-00000000495d | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:25:20.432571 | 0.06s 2025-11-26 16:38:30.074902 | fa163eb2-7b8b-aa10-b746-00000000495f | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 16:38:30.636148 | fa163eb2-7b8b-aa10-b746-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 16:38:30.640039 | fa163eb2-7b8b-aa10-b746-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:21.027285 | 0.56s 2025-11-26 16:38:31.106897 | fa163eb2-7b8b-aa10-b746-00000000495f | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 16:38:31.109147 | fa163eb2-7b8b-aa10-b746-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:21.496393 | 1.03s 2025-11-26 16:38:31.115146 | fa163eb2-7b8b-aa10-b746-00000000495f | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:25:21.502412 | 1.04s 2025-11-26 16:38:31.134661 | fa163eb2-7b8b-aa10-b746-000000004960 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 16:38:31.651203 | fa163eb2-7b8b-aa10-b746-000000004960 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 16:38:31.652073 | fa163eb2-7b8b-aa10-b746-000000004960 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:25:22.039335 | 0.52s 2025-11-26 16:38:31.673942 | fa163eb2-7b8b-aa10-b746-000000004961 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 16:38:32.169987 | fa163eb2-7b8b-aa10-b746-000000004961 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 16:38:32.171373 | fa163eb2-7b8b-aa10-b746-000000004961 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:25:22.558628 | 0.50s 2025-11-26 16:38:32.200530 | fa163eb2-7b8b-aa10-b746-000000004962 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 16:38:32.955572 | fa163eb2-7b8b-aa10-b746-000000004962 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 16:38:32.957545 | fa163eb2-7b8b-aa10-b746-000000004962 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:25:23.344798 | 0.76s 2025-11-26 16:38:32.986944 | fa163eb2-7b8b-aa10-b746-000000004963 | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 16:38:33.461382 | fa163eb2-7b8b-aa10-b746-000000004963 | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 16:38:33.462826 | fa163eb2-7b8b-aa10-b746-000000004963 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:25:23.850078 | 0.47s 2025-11-26 16:38:33.491764 | fa163eb2-7b8b-aa10-b746-000000004964 | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 16:38:33.981862 | fa163eb2-7b8b-aa10-b746-000000004964 | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 16:38:33.983286 | fa163eb2-7b8b-aa10-b746-000000004964 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:25:24.370540 | 0.49s 2025-11-26 16:38:34.012024 | fa163eb2-7b8b-aa10-b746-000000004965 | TASK | Enable and start netns-placeholder 2025-11-26 16:38:34.767255 | fa163eb2-7b8b-aa10-b746-000000004965 | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 16:38:34.769228 | fa163eb2-7b8b-aa10-b746-000000004965 | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:25:25.156481 | 0.76s 2025-11-26 16:38:34.798947 | fa163eb2-7b8b-aa10-b746-00000000492b | TASK | Update container configs with new config hashes 2025-11-26 16:38:34.860795 | fa163eb2-7b8b-aa10-b746-00000000492b | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:25:25.248043 | 0.06s 2025-11-26 16:38:34.880287 | 59a14f84-9013-401f-89c9-07735f504a9a | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 16:38:34.912842 | fa163eb2-7b8b-aa10-b746-00000000498d | TASK | Update config hashes for container startup configs 2025-11-26 16:38:35.231216 | fa163eb2-7b8b-aa10-b746-00000000498d | OK | Update config hashes for container startup configs | standalone 2025-11-26 16:38:35.232696 | fa163eb2-7b8b-aa10-b746-00000000498d | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:25:25.619948 | 0.32s 2025-11-26 16:38:35.264642 | fa163eb2-7b8b-aa10-b746-00000000492c | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 16:38:35.296000 | fa163eb2-7b8b-aa10-b746-00000000492c | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:25.683248 | 0.03s 2025-11-26 16:38:35.318589 | 8695f446-91de-4ffa-9e3d-f73e37ef563d | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:38:35.354864 | fa163eb2-7b8b-aa10-b746-0000000049ac | TASK | Gather podman infos 2025-11-26 16:38:36.937430 | fa163eb2-7b8b-aa10-b746-0000000049ac | OK | Gather podman infos | standalone 2025-11-26 16:38:36.938771 | fa163eb2-7b8b-aa10-b746-0000000049ac | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:25:27.325995 | 1.58s 2025-11-26 16:38:37.134343 | fa163eb2-7b8b-aa10-b746-0000000049ad | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 16:38:37.215426 | fa163eb2-7b8b-aa10-b746-0000000049ad | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:27.602670 | 0.08s 2025-11-26 16:38:37.381190 | fa163eb2-7b8b-aa10-b746-0000000049f6 | TIMING | tripleo_container_rm : include_tasks | standalone | 0:25:27.768433 | 0.11s 2025-11-26 16:38:37.438933 | fa163eb2-7b8b-aa10-b746-00000000492d | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 16:38:37.502087 | fa163eb2-7b8b-aa10-b746-00000000492d | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:27.889330 | 0.06s 2025-11-26 16:38:37.529417 | 97944a76-0548-422f-a89e-e91085e91a30 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:38:37.564155 | fa163eb2-7b8b-aa10-b746-000000004a1c | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 16:38:59.501986 | fa163eb2-7b8b-aa10-b746-000000004a1c | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-26 16:38:59.506059 | fa163eb2-7b8b-aa10-b746-000000004a1c | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:25:49.890988 | 21.94s 2025-11-26 16:38:59.539483 | fa163eb2-7b8b-aa10-b746-000000004a1d | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 2025-11-26 16:41:08.832918 | fa163eb2-7b8b-aa10-b746-000000004a1d | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone 2025-11-26 16:41:08.834629 | fa163eb2-7b8b-aa10-b746-000000004a1d | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | standalone | 0:27:59.221883 | 129.29s 2025-11-26 16:41:08.906902 | fa163eb2-7b8b-aa10-b746-000000004888 | TASK | Clean container_puppet_tasks for standalone step 4 2025-11-26 16:41:09.203197 | fa163eb2-7b8b-aa10-b746-000000004888 | OK | Clean container_puppet_tasks for standalone step 4 | standalone 2025-11-26 16:41:09.204582 | fa163eb2-7b8b-aa10-b746-000000004888 | TIMING | Clean container_puppet_tasks for standalone step 4 | standalone | 0:27:59.591835 | 0.30s 2025-11-26 16:41:09.253709 | fa163eb2-7b8b-aa10-b746-000000004889 | TASK | Calculate container_puppet_tasks for standalone step 4 2025-11-26 16:41:09.309223 | fa163eb2-7b8b-aa10-b746-000000004889 | TIMING | Calculate container_puppet_tasks for standalone step 4 | standalone | 0:27:59.696460 | 0.05s 2025-11-26 16:41:09.341281 | fa163eb2-7b8b-aa10-b746-00000000488a | TASK | Include container-puppet tasks for step 4 2025-11-26 16:41:09.396925 | fa163eb2-7b8b-aa10-b746-00000000488a | TIMING | Include container-puppet tasks for step 4 | standalone | 0:27:59.784163 | 0.05s 2025-11-26 16:41:09.426169 | d11a40c6-4e10-4f0f-a998-0f6fc6a6e945 | INCLUDED | /root/standalone-ansible-e5xcwj04/host-container-puppet-tasks.yaml | standalone 2025-11-26 16:41:09.476803 | fa163eb2-7b8b-aa10-b746-000000004a68 | TASK | Write container-puppet-tasks json file for standalone step 4 2025-11-26 16:41:09.978067 | fa163eb2-7b8b-aa10-b746-000000004a68 | CHANGED | Write container-puppet-tasks json file for standalone step 4 | standalone 2025-11-26 16:41:09.978970 | fa163eb2-7b8b-aa10-b746-000000004a68 | TIMING | Write container-puppet-tasks json file for standalone step 4 | standalone | 0:28:00.366232 | 0.50s 2025-11-26 16:41:09.998809 | fa163eb2-7b8b-aa10-b746-000000004a6a | TASK | Generate container puppet configs for step 4 2025-11-26 16:41:10.293810 | fa163eb2-7b8b-aa10-b746-000000004a6a | OK | Generate container puppet configs for step 4 | standalone 2025-11-26 16:41:10.295165 | fa163eb2-7b8b-aa10-b746-000000004a6a | TIMING | Generate container puppet configs for step 4 | standalone | 0:28:00.682420 | 0.30s 2025-11-26 16:41:10.326591 | fa163eb2-7b8b-aa10-b746-000000004a6b | TASK | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible 2025-11-26 16:41:10.357319 | fa163eb2-7b8b-aa10-b746-000000004a6b | TIMING | Manage Puppet containers (bootstrap tasks) for step 4 with tripleo-ansible | standalone | 0:28:00.744570 | 0.03s 2025-11-26 16:41:10.428767 | fa163eb2-7b8b-aa10-b746-000000004a9a | TASK | Gather variables for each operating system 2025-11-26 16:41:10.552148 | fa163eb2-7b8b-aa10-b746-000000004a9a | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:28:00.939393 | 0.12s 2025-11-26 16:41:10.581817 | fa163eb2-7b8b-aa10-b746-000000004a9b | TASK | Create container logs path 2025-11-26 16:41:10.836768 | fa163eb2-7b8b-aa10-b746-000000004a9b | OK | Create container logs path | standalone 2025-11-26 16:41:10.837991 | fa163eb2-7b8b-aa10-b746-000000004a9b | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:28:01.225247 | 0.25s 2025-11-26 16:41:10.869300 | fa163eb2-7b8b-aa10-b746-000000004a9d | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-26 16:41:11.112424 | fa163eb2-7b8b-aa10-b746-000000004a9d | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-26 16:41:11.113564 | fa163eb2-7b8b-aa10-b746-000000004a9d | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:01.500820 | 0.24s 2025-11-26 16:41:11.142394 | fa163eb2-7b8b-aa10-b746-000000004a9e | TASK | Finalise hashes for all containers 2025-11-26 16:41:11.197964 | fa163eb2-7b8b-aa10-b746-000000004a9e | OK | Finalise hashes for all containers | standalone 2025-11-26 16:41:11.199517 | fa163eb2-7b8b-aa10-b746-000000004a9e | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:28:01.586770 | 0.05s 2025-11-26 16:41:11.230272 | fa163eb2-7b8b-aa10-b746-000000004aa0 | TASK | Manage systemd shutdown files 2025-11-26 16:41:11.273249 | fa163eb2-7b8b-aa10-b746-000000004aa0 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:41:11.274806 | fa163eb2-7b8b-aa10-b746-000000004aa0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:28:01.662059 | 0.04s 2025-11-26 16:41:11.304620 | fa163eb2-7b8b-aa10-b746-000000004aa2 | TASK | Update container configs with new config hashes 2025-11-26 16:41:11.358198 | fa163eb2-7b8b-aa10-b746-000000004aa2 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:41:11.359940 | fa163eb2-7b8b-aa10-b746-000000004aa2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:28:01.747191 | 0.05s 2025-11-26 16:41:11.392866 | fa163eb2-7b8b-aa10-b746-000000004aa3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-26 16:41:11.453720 | fa163eb2-7b8b-aa10-b746-000000004aa3 | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-26 16:41:11.455917 | fa163eb2-7b8b-aa10-b746-000000004aa3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:01.843076 | 0.06s 2025-11-26 16:41:11.488793 | fa163eb2-7b8b-aa10-b746-000000004aa4 | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 2025-11-26 16:41:11.546360 | fa163eb2-7b8b-aa10-b746-000000004aa4 | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone 2025-11-26 16:41:11.548288 | fa163eb2-7b8b-aa10-b746-000000004aa4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_4 | standalone | 0:28:01.935536 | 0.06s PLAY [External deployment step 5] ********************************************** 2025-11-26 16:41:11.726325 | fa163eb2-7b8b-aa10-b746-0000000000ea | TASK | External deployment step 5 2025-11-26 16:41:11.765073 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000ea') missing from stats 2025-11-26 16:41:11.819126 | fa163eb2-7b8b-aa10-b746-0000000000eb | TIMING | include_tasks | undercloud | 0:28:02.206378 | 0.04s 2025-11-26 16:41:11.827397 | d4ad0562-4e19-43b1-8075-eda0e52b3228 | INCLUDED | /root/standalone-ansible-e5xcwj04/external_deploy_steps_tasks_step5.yaml | undercloud 2025-11-26 16:41:11.843062 | fa163eb2-7b8b-aa10-b746-000000004af3 | TASK | Manage Cinder's default volume type 2025-11-26 16:41:22.527204 | fa163eb2-7b8b-aa10-b746-000000004af3 | OK | Manage Cinder's default volume type | undercloud 2025-11-26 16:41:22.528554 | fa163eb2-7b8b-aa10-b746-000000004af3 | TIMING | Manage Cinder's default volume type | undercloud | 0:28:12.915815 | 10.68s PLAY [Deploy step tasks for 5] ************************************************* 2025-11-26 16:41:22.645701 | fa163eb2-7b8b-aa10-b746-0000000000ee | TASK | Deploy step tasks for 5 2025-11-26 16:41:22.679461 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000ee') missing from stats 2025-11-26 16:41:22.703131 | fa163eb2-7b8b-aa10-b746-0000000000ef | TASK | Write the config_step hieradata for the deploy step 5 tasks 2025-11-26 16:41:23.187983 | fa163eb2-7b8b-aa10-b746-0000000000ef | CHANGED | Write the config_step hieradata for the deploy step 5 tasks | standalone 2025-11-26 16:41:23.189553 | fa163eb2-7b8b-aa10-b746-0000000000ef | TIMING | Write the config_step hieradata for the deploy step 5 tasks | standalone | 0:28:13.576807 | 0.49s [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: '{{ playbook_dir }}/{{ _task_file_path }}' is exists 2025-11-26 16:41:23.274095 | fa163eb2-7b8b-aa10-b746-0000000000f0 | TIMING | include_tasks | standalone | 0:28:13.661339 | 0.05s 2025-11-26 16:41:23.368070 | 15d533e3-a988-4ce0-9017-746d20c09148 | INCLUDED | /root/standalone-ansible-e5xcwj04/Standalone/deploy_steps_tasks_step5.yaml | standalone 2025-11-26 16:41:23.401617 | fa163eb2-7b8b-aa10-b746-000000004b16 | TASK | Gather variables for each operating system 2025-11-26 16:41:23.511603 | fa163eb2-7b8b-aa10-b746-000000004b16 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:13.898840 | 0.11s 2025-11-26 16:41:23.544114 | fa163eb2-7b8b-aa10-b746-000000004b17 | TASK | Detect if resource is being created or already exists 2025-11-26 16:41:24.250401 | fa163eb2-7b8b-aa10-b746-000000004b17 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 16:41:24.252387 | fa163eb2-7b8b-aa10-b746-000000004b17 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:14.639641 | 0.71s 2025-11-26 16:41:24.283424 | fa163eb2-7b8b-aa10-b746-000000004b18 | TASK | Run init bundle puppet on the host for cinder_backup 2025-11-26 16:41:50.545547 | fa163eb2-7b8b-aa10-b746-000000004b18 | CHANGED | Run init bundle puppet on the host for cinder_backup | standalone 2025-11-26 16:41:50.547255 | fa163eb2-7b8b-aa10-b746-000000004b18 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | standalone | 0:28:40.934510 | 26.26s 2025-11-26 16:41:50.580050 | fa163eb2-7b8b-aa10-b746-000000004b19 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-26 16:41:50.855682 | fa163eb2-7b8b-aa10-b746-000000004b19 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-26 16:41:50.857242 | fa163eb2-7b8b-aa10-b746-000000004b19 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:28:41.244497 | 0.28s 2025-11-26 16:41:50.886492 | fa163eb2-7b8b-aa10-b746-000000004b1a | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 16:41:51.279235 | fa163eb2-7b8b-aa10-b746-000000004b1a | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 16:41:51.280518 | fa163eb2-7b8b-aa10-b746-000000004b1a | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:28:41.667772 | 0.39s 2025-11-26 16:41:51.311471 | fa163eb2-7b8b-aa10-b746-000000004b1b | TASK | Check if an image update marker exists for bundle openstack-cinder-backup 2025-11-26 16:41:51.574888 | fa163eb2-7b8b-aa10-b746-000000004b1b | OK | Check if an image update marker exists for bundle openstack-cinder-backup | standalone 2025-11-26 16:41:51.576219 | fa163eb2-7b8b-aa10-b746-000000004b1b | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-backup | standalone | 0:28:41.963473 | 0.26s 2025-11-26 16:41:51.606450 | fa163eb2-7b8b-aa10-b746-000000004b1d | TASK | Get container image tag from marker for bundle openstack-cinder-backup 2025-11-26 16:41:51.645784 | fa163eb2-7b8b-aa10-b746-000000004b1d | SKIPPED | Get container image tag from marker for bundle openstack-cinder-backup | standalone 2025-11-26 16:41:51.646581 | fa163eb2-7b8b-aa10-b746-000000004b1d | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-backup | standalone | 0:28:42.033843 | 0.04s 2025-11-26 16:41:51.675287 | fa163eb2-7b8b-aa10-b746-000000004b1e | TASK | Get container image tag from bundle openstack-cinder-backup 2025-11-26 16:41:51.715824 | fa163eb2-7b8b-aa10-b746-000000004b1e | SKIPPED | Get container image tag from bundle openstack-cinder-backup | standalone 2025-11-26 16:41:51.716766 | fa163eb2-7b8b-aa10-b746-000000004b1e | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-backup | standalone | 0:28:42.104028 | 0.04s 2025-11-26 16:41:51.740338 | fa163eb2-7b8b-aa10-b746-000000004b1f | TASK | Compare tags between marker and bundle openstack-cinder-backup 2025-11-26 16:41:51.778789 | fa163eb2-7b8b-aa10-b746-000000004b1f | SKIPPED | Compare tags between marker and bundle openstack-cinder-backup | standalone 2025-11-26 16:41:51.779560 | fa163eb2-7b8b-aa10-b746-000000004b1f | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-backup | standalone | 0:28:42.166822 | 0.04s 2025-11-26 16:41:51.805168 | fa163eb2-7b8b-aa10-b746-000000004b20 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 16:41:51.846542 | fa163eb2-7b8b-aa10-b746-000000004b20 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 16:41:51.847335 | fa163eb2-7b8b-aa10-b746-000000004b20 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:28:42.234597 | 0.04s 2025-11-26 16:41:51.870600 | fa163eb2-7b8b-aa10-b746-000000004b21 | TASK | Remove update marker for bundle openstack-cinder-backup 2025-11-26 16:41:51.929981 | fa163eb2-7b8b-aa10-b746-000000004b21 | SKIPPED | Remove update marker for bundle openstack-cinder-backup | standalone 2025-11-26 16:41:51.931003 | fa163eb2-7b8b-aa10-b746-000000004b21 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-backup | standalone | 0:28:42.318264 | 0.06s 2025-11-26 16:41:51.973122 | fa163eb2-7b8b-aa10-b746-000000004b42 | TASK | Gather variables for each operating system 2025-11-26 16:41:52.099637 | fa163eb2-7b8b-aa10-b746-000000004b42 | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:28:42.486884 | 0.13s 2025-11-26 16:41:52.129657 | fa163eb2-7b8b-aa10-b746-000000004b43 | TASK | Detect if resource is being created or already exists 2025-11-26 16:41:52.868876 | fa163eb2-7b8b-aa10-b746-000000004b43 | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 16:41:52.870227 | fa163eb2-7b8b-aa10-b746-000000004b43 | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:28:43.257479 | 0.74s 2025-11-26 16:41:52.900875 | fa163eb2-7b8b-aa10-b746-000000004b44 | TASK | Run init bundle puppet on the host for cinder_volume 2025-11-26 16:42:18.565004 | fa163eb2-7b8b-aa10-b746-000000004b44 | CHANGED | Run init bundle puppet on the host for cinder_volume | standalone 2025-11-26 16:42:18.566054 | fa163eb2-7b8b-aa10-b746-000000004b44 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | standalone | 0:29:08.953316 | 25.66s 2025-11-26 16:42:18.586134 | fa163eb2-7b8b-aa10-b746-000000004b45 | TASK | Check if /var/lib/config-data/puppet-generated/cinder exists 2025-11-26 16:42:18.835167 | fa163eb2-7b8b-aa10-b746-000000004b45 | OK | Check if /var/lib/config-data/puppet-generated/cinder exists | standalone 2025-11-26 16:42:18.836430 | fa163eb2-7b8b-aa10-b746-000000004b45 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/cinder exists | standalone | 0:29:09.223685 | 0.25s 2025-11-26 16:42:18.865476 | fa163eb2-7b8b-aa10-b746-000000004b46 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 16:42:19.384648 | fa163eb2-7b8b-aa10-b746-000000004b46 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 16:42:19.386316 | fa163eb2-7b8b-aa10-b746-000000004b46 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:09.773569 | 0.52s 2025-11-26 16:42:19.419219 | fa163eb2-7b8b-aa10-b746-000000004b47 | TASK | Check if an image update marker exists for bundle openstack-cinder-volume 2025-11-26 16:42:19.642292 | fa163eb2-7b8b-aa10-b746-000000004b47 | OK | Check if an image update marker exists for bundle openstack-cinder-volume | standalone 2025-11-26 16:42:19.643595 | fa163eb2-7b8b-aa10-b746-000000004b47 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-cinder-volume | standalone | 0:29:10.030850 | 0.22s 2025-11-26 16:42:19.668683 | fa163eb2-7b8b-aa10-b746-000000004b49 | TASK | Get container image tag from marker for bundle openstack-cinder-volume 2025-11-26 16:42:19.727905 | fa163eb2-7b8b-aa10-b746-000000004b49 | SKIPPED | Get container image tag from marker for bundle openstack-cinder-volume | standalone 2025-11-26 16:42:19.728790 | fa163eb2-7b8b-aa10-b746-000000004b49 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-cinder-volume | standalone | 0:29:10.116051 | 0.06s 2025-11-26 16:42:19.755116 | fa163eb2-7b8b-aa10-b746-000000004b4a | TASK | Get container image tag from bundle openstack-cinder-volume 2025-11-26 16:42:19.802068 | fa163eb2-7b8b-aa10-b746-000000004b4a | SKIPPED | Get container image tag from bundle openstack-cinder-volume | standalone 2025-11-26 16:42:19.802817 | fa163eb2-7b8b-aa10-b746-000000004b4a | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-cinder-volume | standalone | 0:29:10.190081 | 0.05s 2025-11-26 16:42:19.822839 | fa163eb2-7b8b-aa10-b746-000000004b4b | TASK | Compare tags between marker and bundle openstack-cinder-volume 2025-11-26 16:42:19.859040 | fa163eb2-7b8b-aa10-b746-000000004b4b | SKIPPED | Compare tags between marker and bundle openstack-cinder-volume | standalone 2025-11-26 16:42:19.859744 | fa163eb2-7b8b-aa10-b746-000000004b4b | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-cinder-volume | standalone | 0:29:10.247009 | 0.04s 2025-11-26 16:42:19.880011 | fa163eb2-7b8b-aa10-b746-000000004b4c | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 16:42:19.927382 | fa163eb2-7b8b-aa10-b746-000000004b4c | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 16:42:19.928247 | fa163eb2-7b8b-aa10-b746-000000004b4c | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:10.315509 | 0.05s 2025-11-26 16:42:19.949098 | fa163eb2-7b8b-aa10-b746-000000004b4d | TASK | Remove update marker for bundle openstack-cinder-volume 2025-11-26 16:42:19.990064 | fa163eb2-7b8b-aa10-b746-000000004b4d | SKIPPED | Remove update marker for bundle openstack-cinder-volume | standalone 2025-11-26 16:42:19.990932 | fa163eb2-7b8b-aa10-b746-000000004b4d | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-cinder-volume | standalone | 0:29:10.378195 | 0.04s 2025-11-26 16:42:20.027935 | fa163eb2-7b8b-aa10-b746-000000004b6e | TASK | Gather variables for each operating system 2025-11-26 16:42:20.106458 | fa163eb2-7b8b-aa10-b746-000000004b6e | TIMING | tripleo_ha_wrapper : Gather variables for each operating system | standalone | 0:29:10.493713 | 0.08s 2025-11-26 16:42:20.126738 | fa163eb2-7b8b-aa10-b746-000000004b6f | TASK | Detect if resource is being created or already exists 2025-11-26 16:42:20.917141 | fa163eb2-7b8b-aa10-b746-000000004b6f | CHANGED | Detect if resource is being created or already exists | standalone 2025-11-26 16:42:20.918896 | fa163eb2-7b8b-aa10-b746-000000004b6f | TIMING | tripleo_ha_wrapper : Detect if resource is being created or already exists | standalone | 0:29:11.306150 | 0.79s 2025-11-26 16:42:20.950562 | fa163eb2-7b8b-aa10-b746-000000004b70 | TASK | Run init bundle puppet on the host for manila_share 2025-11-26 16:42:45.658178 | fa163eb2-7b8b-aa10-b746-000000004b70 | CHANGED | Run init bundle puppet on the host for manila_share | standalone 2025-11-26 16:42:45.660702 | fa163eb2-7b8b-aa10-b746-000000004b70 | TIMING | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | standalone | 0:29:36.047958 | 24.71s 2025-11-26 16:42:45.691326 | fa163eb2-7b8b-aa10-b746-000000004b71 | TASK | Check if /var/lib/config-data/puppet-generated/manila exists 2025-11-26 16:42:45.953851 | fa163eb2-7b8b-aa10-b746-000000004b71 | OK | Check if /var/lib/config-data/puppet-generated/manila exists | standalone 2025-11-26 16:42:45.955075 | fa163eb2-7b8b-aa10-b746-000000004b71 | TIMING | tripleo_ha_wrapper : Check if /var/lib/config-data/puppet-generated/manila exists | standalone | 0:29:36.342338 | 0.26s 2025-11-26 16:42:45.974671 | fa163eb2-7b8b-aa10-b746-000000004b72 | TASK | Run pacemaker restart if the config file for the service changed 2025-11-26 16:42:46.391552 | fa163eb2-7b8b-aa10-b746-000000004b72 | CHANGED | Run pacemaker restart if the config file for the service changed | standalone 2025-11-26 16:42:46.392379 | fa163eb2-7b8b-aa10-b746-000000004b72 | TIMING | tripleo_ha_wrapper : Run pacemaker restart if the config file for the service changed | standalone | 0:29:36.779641 | 0.42s 2025-11-26 16:42:46.413341 | fa163eb2-7b8b-aa10-b746-000000004b73 | TASK | Check if an image update marker exists for bundle openstack-manila-share 2025-11-26 16:42:46.602544 | fa163eb2-7b8b-aa10-b746-000000004b73 | OK | Check if an image update marker exists for bundle openstack-manila-share | standalone 2025-11-26 16:42:46.603418 | fa163eb2-7b8b-aa10-b746-000000004b73 | TIMING | tripleo_ha_wrapper : Check if an image update marker exists for bundle openstack-manila-share | standalone | 0:29:36.990682 | 0.19s 2025-11-26 16:42:46.624346 | fa163eb2-7b8b-aa10-b746-000000004b75 | TASK | Get container image tag from marker for bundle openstack-manila-share 2025-11-26 16:42:46.655495 | fa163eb2-7b8b-aa10-b746-000000004b75 | SKIPPED | Get container image tag from marker for bundle openstack-manila-share | standalone 2025-11-26 16:42:46.656275 | fa163eb2-7b8b-aa10-b746-000000004b75 | TIMING | tripleo_ha_wrapper : Get container image tag from marker for bundle openstack-manila-share | standalone | 0:29:37.043538 | 0.03s 2025-11-26 16:42:46.676766 | fa163eb2-7b8b-aa10-b746-000000004b76 | TASK | Get container image tag from bundle openstack-manila-share 2025-11-26 16:42:46.706808 | fa163eb2-7b8b-aa10-b746-000000004b76 | SKIPPED | Get container image tag from bundle openstack-manila-share | standalone 2025-11-26 16:42:46.707606 | fa163eb2-7b8b-aa10-b746-000000004b76 | TIMING | tripleo_ha_wrapper : Get container image tag from bundle openstack-manila-share | standalone | 0:29:37.094869 | 0.03s 2025-11-26 16:42:46.728704 | fa163eb2-7b8b-aa10-b746-000000004b77 | TASK | Compare tags between marker and bundle openstack-manila-share 2025-11-26 16:42:46.757485 | fa163eb2-7b8b-aa10-b746-000000004b77 | SKIPPED | Compare tags between marker and bundle openstack-manila-share | standalone 2025-11-26 16:42:46.758299 | fa163eb2-7b8b-aa10-b746-000000004b77 | TIMING | tripleo_ha_wrapper : Compare tags between marker and bundle openstack-manila-share | standalone | 0:29:37.145563 | 0.03s 2025-11-26 16:42:46.787559 | fa163eb2-7b8b-aa10-b746-000000004b78 | TASK | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} 2025-11-26 16:42:46.823845 | fa163eb2-7b8b-aa10-b746-000000004b78 | SKIPPED | Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone 2025-11-26 16:42:46.825282 | fa163eb2-7b8b-aa10-b746-000000004b78 | TIMING | tripleo_ha_wrapper : Remove old image tag {{ old_image }} for bundle {{ tripleo_ha_wrapper_bundle_name }} | standalone | 0:29:37.212541 | 0.04s 2025-11-26 16:42:46.849984 | fa163eb2-7b8b-aa10-b746-000000004b79 | TASK | Remove update marker for bundle openstack-manila-share 2025-11-26 16:42:46.881380 | fa163eb2-7b8b-aa10-b746-000000004b79 | SKIPPED | Remove update marker for bundle openstack-manila-share | standalone 2025-11-26 16:42:46.882824 | fa163eb2-7b8b-aa10-b746-000000004b79 | TIMING | tripleo_ha_wrapper : Remove update marker for bundle openstack-manila-share | standalone | 0:29:37.270084 | 0.03s 2025-11-26 16:42:46.927049 | fa163eb2-7b8b-aa10-b746-000000004b9a | TASK | Run kolla_set_configs to copy ring files 2025-11-26 16:42:47.533401 | fa163eb2-7b8b-aa10-b746-000000004b9a | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_proxy 2025-11-26 16:42:47.535917 | fa163eb2-7b8b-aa10-b746-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:37.923167 | 0.61s 2025-11-26 16:42:47.545999 | fa163eb2-7b8b-aa10-b746-000000004b9a | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:37.933246 | 0.62s 2025-11-26 16:42:47.574954 | fa163eb2-7b8b-aa10-b746-000000004b9b | TASK | Run kolla_set_configs to copy ring files 2025-11-26 16:42:47.928530 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_auditor 2025-11-26 16:42:47.930154 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:38.317404 | 0.35s 2025-11-26 16:42:48.531564 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_reaper 2025-11-26 16:42:48.533294 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:38.920555 | 0.96s 2025-11-26 16:42:48.942908 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_replicator 2025-11-26 16:42:48.945296 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:39.332540 | 1.37s 2025-11-26 16:42:49.436333 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_account_server 2025-11-26 16:42:49.438229 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:39.825483 | 1.86s 2025-11-26 16:42:49.718979 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_auditor 2025-11-26 16:42:49.720788 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:40.108042 | 2.14s 2025-11-26 16:42:50.057495 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_replicator 2025-11-26 16:42:50.058946 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:40.446197 | 2.48s 2025-11-26 16:42:50.641788 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_server 2025-11-26 16:42:50.642676 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.029938 | 3.07s 2025-11-26 16:42:51.134822 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_container_updater 2025-11-26 16:42:51.136292 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.523547 | 3.56s 2025-11-26 16:42:51.494681 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_auditor 2025-11-26 16:42:51.496414 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:41.883668 | 3.92s 2025-11-26 16:42:52.025026 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_expirer 2025-11-26 16:42:52.026306 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:42.413561 | 4.45s 2025-11-26 16:42:52.317223 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_replicator 2025-11-26 16:42:52.318523 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:42.705778 | 4.74s 2025-11-26 16:42:52.772554 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_server 2025-11-26 16:42:52.773940 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.161196 | 5.20s 2025-11-26 16:42:53.206410 | fa163eb2-7b8b-aa10-b746-000000004b9b | CHANGED | Run kolla_set_configs to copy ring files | standalone | item=swift_object_updater 2025-11-26 16:42:53.207594 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.594849 | 5.63s 2025-11-26 16:42:53.218352 | fa163eb2-7b8b-aa10-b746-000000004b9b | TIMING | Run kolla_set_configs to copy ring files | standalone | 0:29:43.605600 | 5.64s 2025-11-26 16:42:53.245149 | fa163eb2-7b8b-aa10-b746-0000000000f2 | TASK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists 2025-11-26 16:42:53.471403 | fa163eb2-7b8b-aa10-b746-0000000000f2 | OK | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone 2025-11-26 16:42:53.473013 | fa163eb2-7b8b-aa10-b746-0000000000f2 | TIMING | Check if /var/lib/tripleo-config/container-startup-config/step_5 already exists | standalone | 0:29:43.860266 | 0.23s 2025-11-26 16:42:53.574029 | fa163eb2-7b8b-aa10-b746-0000000000f3 | TIMING | include_tasks | standalone | 0:29:43.961284 | 0.07s 2025-11-26 16:42:53.592643 | 0bb1df9f-a020-4177-8e5a-27aa52cc4386 | INCLUDED | /root/standalone-ansible-e5xcwj04/common_deploy_steps_tasks.yaml | standalone 2025-11-26 16:42:53.613330 | fa163eb2-7b8b-aa10-b746-000000004c18 | TASK | Write the config_step hieradata 2025-11-26 16:42:54.095960 | fa163eb2-7b8b-aa10-b746-000000004c18 | OK | Write the config_step hieradata | standalone 2025-11-26 16:42:54.097740 | fa163eb2-7b8b-aa10-b746-000000004c18 | TIMING | Write the config_step hieradata | standalone | 0:29:44.484990 | 0.48s 2025-11-26 16:42:54.117983 | fa163eb2-7b8b-aa10-b746-000000004c19 | TASK | Run puppet host configuration for step 5 2025-11-26 16:42:54.390029 | fa163eb2-7b8b-aa10-b746-000000004c19 | CHANGED | Run puppet host configuration for step 5 | standalone 2025-11-26 16:42:54.391034 | fa163eb2-7b8b-aa10-b746-000000004c19 | TIMING | Run puppet host configuration for step 5 | standalone | 0:29:44.778295 | 0.27s 2025-11-26 16:42:54.412594 | fa163eb2-7b8b-aa10-b746-000000004c1a | TASK | Wait for puppet host configuration to finish 2025-11-26 16:42:54.620034 | fa163eb2-7b8b-aa10-b746-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 360 retries left 2025-11-26 16:43:05.133062 | fa163eb2-7b8b-aa10-b746-000000004c1a | WAITING | Wait for puppet host configuration to finish | standalone | 359 retries left 2025-11-26 16:43:15.363416 | fa163eb2-7b8b-aa10-b746-000000004c1a | CHANGED | Wait for puppet host configuration to finish | standalone 2025-11-26 16:43:15.366236 | fa163eb2-7b8b-aa10-b746-000000004c1a | TIMING | Wait for puppet host configuration to finish | standalone | 0:30:05.753478 | 20.95s 2025-11-26 16:43:15.396978 | fa163eb2-7b8b-aa10-b746-000000004c1b | TASK | Debug output for task: Run puppet host configuration for step 5 2025-11-26 16:43:15.483065 | fa163eb2-7b8b-aa10-b746-000000004c1b | CHANGED | Debug output for task: Run puppet host configuration for step 5 | standalone | result={ "changed": true, "failed_when_result": false, "puppet_host_outputs.stdout_lines | default([]) | union(puppet_host_outputs.stderr_lines | default([]))": [ "<13>Nov 26 16:42:54 puppet-user: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5", "<13>Nov 26 16:43:01 puppet-user: (file: /etc/puppet/hiera.yaml)", "<13>Nov 26 16:43:01 puppet-user: Warning: Undefined variable '::deploy_config_name'; ", "<13>Nov 26 16:43:01 puppet-user: (file & line not available)", "<13>Nov 26 16:43:02 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>Nov 26 16:43:02 puppet-user: (file & line not available)", "<13>Nov 26 16:43:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/profile/base/database/mysql/client.pp, line: 89, column: 8)", "<13>Nov 26 16:43:02 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>Nov 26 16:43:02 puppet-user: (location: /etc/puppet/modules/stdlib/lib/puppet/functions/deprecation.rb:34:in `deprecation')", "<13>Nov 26 16:43:02 puppet-user: Warning: This method is deprecated, please use the stdlib validate_legacy function,", "<13>Nov 26 16:43:02 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>Nov 26 16:43:02 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>Nov 26 16:43:02 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>Nov 26 16:43:02 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>Nov 26 16:43:02 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>Nov 26 16:43:02 puppet-user: Warning: Unknown variable: '::deployment_type'. (file: /etc/puppet/modules/tripleo/manifests/packages.pp, line: 39, column: 69)", "<13>Nov 26 16:43:02 puppet-user: Notice: Compiled catalog for standalone.ooo.test in environment production in 0.69 seconds", "<13>Nov 26 16:43:07 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_defaults/Pcmk_resource_default[resource-stickiness]/ensure: created", "<13>Nov 26 16:43:09 puppet-user: Notice: /Stage[main]/Pacemaker::Resource_op_defaults/Pcmk_resource_op_default[bundle]/ensure: created", "<13>Nov 26 16:43:10 puppet-user: Deprecation Warning: This command is deprecated and will be removed. Please use 'pcs property config' instead.", "<13>Nov 26 16:43:11 puppet-user: Notice: Applied catalog in 8.32 seconds", "<13>Nov 26 16:43:11 puppet-user: Application:", "<13>Nov 26 16:43:11 puppet-user: Initial environment: production", "<13>Nov 26 16:43:11 puppet-user: Converged environment: production", "<13>Nov 26 16:43:11 puppet-user: Run mode: user", "<13>Nov 26 16:43:11 puppet-user: Changes:", "<13>Nov 26 16:43:11 puppet-user: Total: 2", "<13>Nov 26 16:43:11 puppet-user: Events:", "<13>Nov 26 16:43:11 puppet-user: Success: 2", "<13>Nov 26 16:43:11 puppet-user: Resources:", "<13>Nov 26 16:43:11 puppet-user: Changed: 2", "<13>Nov 26 16:43:11 puppet-user: Out of sync: 2", "<13>Nov 26 16:43:11 puppet-user: Total: 37", "<13>Nov 26 16:43:11 puppet-user: Time:", "<13>Nov 26 16:43:11 puppet-user: Schedule: 0.00", "<13>Nov 26 16:43:11 puppet-user: Package: 0.00", "<13>Nov 26 16:43:11 puppet-user: File line: 0.00", "<13>Nov 26 16:43:11 puppet-user: Augeas: 0.01", "<13>Nov 26 16:43:11 puppet-user: User: 0.01", "<13>Nov 26 16:43:11 puppet-user: File: 0.07", "<13>Nov 26 16:43:11 puppet-user: Service: 0.15", "<13>Nov 26 16:43:11 puppet-user: Config retrieval: 0.81", "<13>Nov 26 16:43:11 puppet-user: Pcmk property: 1.52", "<13>Nov 26 16:43:11 puppet-user: Last run: 1764175391", "<13>Nov 26 16:43:11 puppet-user: Pcmk resource default: 2.02", "<13>Nov 26 16:43:11 puppet-user: Pcmk resource op default: 2.12", "<13>Nov 26 16:43:11 puppet-user: Exec: 2.21", "<13>Nov 26 16:43:11 puppet-user: Filebucket: 0.00", "<13>Nov 26 16:43:11 puppet-user: Transaction evaluation: 8.28", "<13>Nov 26 16:43:11 puppet-user: Catalog application: 8.32", "<13>Nov 26 16:43:11 puppet-user: Total: 8.33", "<13>Nov 26 16:43:11 puppet-user: Version:", "<13>Nov 26 16:43:11 puppet-user: Config: 1764175381", "<13>Nov 26 16:43:11 puppet-user: Puppet: 7.10.0" ] } 2025-11-26 16:43:15.484476 | fa163eb2-7b8b-aa10-b746-000000004c1b | TIMING | Debug output for task: Run puppet host configuration for step 5 | standalone | 0:30:05.871729 | 0.09s 2025-11-26 16:43:15.514507 | fa163eb2-7b8b-aa10-b746-000000004c1c | TASK | Pre-cache facts for puppet containers 2025-11-26 16:43:15.544204 | fa163eb2-7b8b-aa10-b746-000000004c1c | TIMING | Pre-cache facts for puppet containers | standalone | 0:30:05.931453 | 0.03s 2025-11-26 16:43:15.609306 | fa163eb2-7b8b-aa10-b746-000000004c5b | TASK | Gather variables for each operating system 2025-11-26 16:43:15.725368 | fa163eb2-7b8b-aa10-b746-000000004c5b | TIMING | tripleo_puppet_cache : Gather variables for each operating system | standalone | 0:30:06.112607 | 0.11s 2025-11-26 16:43:15.756583 | fa163eb2-7b8b-aa10-b746-000000004c5c | TASK | Create puppet caching structures 2025-11-26 16:43:16.033947 | fa163eb2-7b8b-aa10-b746-000000004c5c | CHANGED | Create puppet caching structures | standalone 2025-11-26 16:43:16.035410 | fa163eb2-7b8b-aa10-b746-000000004c5c | TIMING | tripleo_puppet_cache : Create puppet caching structures | standalone | 0:30:06.422662 | 0.28s 2025-11-26 16:43:16.065692 | fa163eb2-7b8b-aa10-b746-000000004c5d | TASK | Check for facter.conf 2025-11-26 16:43:16.311059 | fa163eb2-7b8b-aa10-b746-000000004c5d | OK | Check for facter.conf | standalone 2025-11-26 16:43:16.312477 | fa163eb2-7b8b-aa10-b746-000000004c5d | TIMING | tripleo_puppet_cache : Check for facter.conf | standalone | 0:30:06.699732 | 0.25s 2025-11-26 16:43:16.342818 | fa163eb2-7b8b-aa10-b746-000000004c5e | TASK | Remove facter.conf if directory 2025-11-26 16:43:16.394088 | fa163eb2-7b8b-aa10-b746-000000004c5e | SKIPPED | Remove facter.conf if directory | standalone 2025-11-26 16:43:16.395269 | fa163eb2-7b8b-aa10-b746-000000004c5e | TIMING | tripleo_puppet_cache : Remove facter.conf if directory | standalone | 0:30:06.782522 | 0.05s 2025-11-26 16:43:16.424676 | fa163eb2-7b8b-aa10-b746-000000004c5f | TASK | Write facter cache config 2025-11-26 16:43:16.924920 | fa163eb2-7b8b-aa10-b746-000000004c5f | CHANGED | Write facter cache config | standalone 2025-11-26 16:43:16.926163 | fa163eb2-7b8b-aa10-b746-000000004c5f | TIMING | tripleo_puppet_cache : Write facter cache config | standalone | 0:30:07.313419 | 0.50s 2025-11-26 16:43:16.948544 | fa163eb2-7b8b-aa10-b746-000000004c60 | TASK | Cleanup facter cache if exists 2025-11-26 16:43:17.180941 | fa163eb2-7b8b-aa10-b746-000000004c60 | CHANGED | Cleanup facter cache if exists | standalone 2025-11-26 16:43:17.182381 | fa163eb2-7b8b-aa10-b746-000000004c60 | TIMING | tripleo_puppet_cache : Cleanup facter cache if exists | standalone | 0:30:07.569633 | 0.23s 2025-11-26 16:43:17.213503 | fa163eb2-7b8b-aa10-b746-000000004c61 | TASK | Pre-cache facts 2025-11-26 16:43:17.745129 | fa163eb2-7b8b-aa10-b746-000000004c61 | CHANGED | Pre-cache facts | standalone 2025-11-26 16:43:17.746303 | fa163eb2-7b8b-aa10-b746-000000004c61 | TIMING | tripleo_puppet_cache : Pre-cache facts | standalone | 0:30:08.133561 | 0.53s 2025-11-26 16:43:17.773406 | fa163eb2-7b8b-aa10-b746-000000004c62 | TASK | Failed deployment if facter fails 2025-11-26 16:43:17.802046 | fa163eb2-7b8b-aa10-b746-000000004c62 | SKIPPED | Failed deployment if facter fails | standalone 2025-11-26 16:43:17.803577 | fa163eb2-7b8b-aa10-b746-000000004c62 | TIMING | tripleo_puppet_cache : Failed deployment if facter fails | standalone | 0:30:08.190837 | 0.03s 2025-11-26 16:43:17.837921 | fa163eb2-7b8b-aa10-b746-000000004c63 | TASK | Sync cached facts 2025-11-26 16:43:18.130411 | fa163eb2-7b8b-aa10-b746-000000004c63 | CHANGED | Sync cached facts | standalone -> 192.168.122.100 [WARNING]: ('standalone -> 192.168.122.100', 'fa163eb2-7b8b-aa10-b746-000000004c63') missing from stats 2025-11-26 16:43:18.189604 | fa163eb2-7b8b-aa10-b746-000000004c1d | TASK | Include container-puppet tasks (generate config) during step 1 2025-11-26 16:43:18.249625 | fa163eb2-7b8b-aa10-b746-000000004c1d | SKIPPED | Include container-puppet tasks (generate config) during step 1 | standalone 2025-11-26 16:43:18.251031 | fa163eb2-7b8b-aa10-b746-000000004c1d | TIMING | Include container-puppet tasks (generate config) during step 1 | standalone | 0:30:08.638283 | 0.06s 2025-11-26 16:43:18.282517 | fa163eb2-7b8b-aa10-b746-000000004c1f | TASK | Manage containers for step 5 with tripleo-ansible 2025-11-26 16:43:18.313869 | fa163eb2-7b8b-aa10-b746-000000004c1f | TIMING | Manage containers for step 5 with tripleo-ansible | standalone | 0:30:08.701115 | 0.03s 2025-11-26 16:43:18.388607 | fa163eb2-7b8b-aa10-b746-000000004cba | TASK | Gather variables for each operating system 2025-11-26 16:43:18.505108 | fa163eb2-7b8b-aa10-b746-000000004cba | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:30:08.892355 | 0.11s 2025-11-26 16:43:18.531194 | fa163eb2-7b8b-aa10-b746-000000004cbb | TASK | Create container logs path 2025-11-26 16:43:18.800422 | fa163eb2-7b8b-aa10-b746-000000004cbb | OK | Create container logs path | standalone 2025-11-26 16:43:18.802321 | fa163eb2-7b8b-aa10-b746-000000004cbb | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:30:09.189577 | 0.27s 2025-11-26 16:43:18.823458 | fa163eb2-7b8b-aa10-b746-000000004cbd | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 16:43:19.107631 | fa163eb2-7b8b-aa10-b746-000000004cbd | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-26 16:43:19.108973 | fa163eb2-7b8b-aa10-b746-000000004cbd | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:09.496226 | 0.28s 2025-11-26 16:43:19.129772 | fa163eb2-7b8b-aa10-b746-000000004cbe | TASK | Finalise hashes for all containers 2025-11-26 16:43:19.179388 | fa163eb2-7b8b-aa10-b746-000000004cbe | OK | Finalise hashes for all containers | standalone 2025-11-26 16:43:19.180240 | fa163eb2-7b8b-aa10-b746-000000004cbe | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:30:09.567503 | 0.05s 2025-11-26 16:43:19.200384 | fa163eb2-7b8b-aa10-b746-000000004cc0 | TASK | Manage systemd shutdown files 2025-11-26 16:43:19.248299 | fa163eb2-7b8b-aa10-b746-000000004cc0 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:30:09.635533 | 0.05s 2025-11-26 16:43:19.284097 | 4fd24a36-be12-4880-891f-a24b2b4fb37e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/shutdown.yml | standalone 2025-11-26 16:43:19.319788 | fa163eb2-7b8b-aa10-b746-000000004cf3 | TASK | Check if /etc/sysconfig/podman_drop_in exists 2025-11-26 16:43:19.530504 | fa163eb2-7b8b-aa10-b746-000000004cf3 | OK | Check if /etc/sysconfig/podman_drop_in exists | standalone 2025-11-26 16:43:19.531589 | fa163eb2-7b8b-aa10-b746-000000004cf3 | TIMING | tripleo_container_manage : Check if /etc/sysconfig/podman_drop_in exists | standalone | 0:30:09.918851 | 0.21s 2025-11-26 16:43:19.555905 | fa163eb2-7b8b-aa10-b746-000000004cf4 | TASK | Set podman_drop_in fact 2025-11-26 16:43:19.599329 | fa163eb2-7b8b-aa10-b746-000000004cf4 | OK | Set podman_drop_in fact | standalone 2025-11-26 16:43:19.600546 | fa163eb2-7b8b-aa10-b746-000000004cf4 | TIMING | tripleo_container_manage : Set podman_drop_in fact | standalone | 0:30:09.987806 | 0.04s 2025-11-26 16:43:19.625626 | fa163eb2-7b8b-aa10-b746-000000004cf6 | TASK | Deploy tripleo-container-shutdown and tripleo-start-podman-container 2025-11-26 16:43:20.158002 | fa163eb2-7b8b-aa10-b746-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-container-shutdown 2025-11-26 16:43:20.158982 | fa163eb2-7b8b-aa10-b746-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:10.546242 | 0.53s 2025-11-26 16:43:20.609865 | fa163eb2-7b8b-aa10-b746-000000004cf6 | OK | Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | item=tripleo-start-podman-container 2025-11-26 16:43:20.611583 | fa163eb2-7b8b-aa10-b746-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:10.998837 | 0.98s 2025-11-26 16:43:20.622257 | fa163eb2-7b8b-aa10-b746-000000004cf6 | TIMING | tripleo_container_manage : Deploy tripleo-container-shutdown and tripleo-start-podman-container | standalone | 0:30:11.009508 | 1.00s 2025-11-26 16:43:20.653116 | fa163eb2-7b8b-aa10-b746-000000004cf7 | TASK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service 2025-11-26 16:43:21.261172 | fa163eb2-7b8b-aa10-b746-000000004cf7 | OK | Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone 2025-11-26 16:43:21.262616 | fa163eb2-7b8b-aa10-b746-000000004cf7 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/tripleo-container-shutdown.service | standalone | 0:30:11.649868 | 0.61s 2025-11-26 16:43:21.289938 | fa163eb2-7b8b-aa10-b746-000000004cf8 | TASK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset 2025-11-26 16:43:21.690370 | fa163eb2-7b8b-aa10-b746-000000004cf8 | OK | Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone 2025-11-26 16:43:21.691325 | fa163eb2-7b8b-aa10-b746-000000004cf8 | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-tripleo-container-shutdown.preset | standalone | 0:30:12.078588 | 0.40s 2025-11-26 16:43:21.710542 | fa163eb2-7b8b-aa10-b746-000000004cf9 | TASK | Enable and start tripleo-container-shutdown 2025-11-26 16:43:22.652908 | fa163eb2-7b8b-aa10-b746-000000004cf9 | OK | Enable and start tripleo-container-shutdown | standalone 2025-11-26 16:43:22.656115 | fa163eb2-7b8b-aa10-b746-000000004cf9 | TIMING | tripleo_container_manage : Enable and start tripleo-container-shutdown | standalone | 0:30:13.043367 | 0.94s 2025-11-26 16:43:22.687098 | fa163eb2-7b8b-aa10-b746-000000004cfa | TASK | Create /usr/lib/systemd/system/netns-placeholder.service 2025-11-26 16:43:23.255883 | fa163eb2-7b8b-aa10-b746-000000004cfa | OK | Create /usr/lib/systemd/system/netns-placeholder.service | standalone 2025-11-26 16:43:23.258598 | fa163eb2-7b8b-aa10-b746-000000004cfa | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system/netns-placeholder.service | standalone | 0:30:13.645850 | 0.57s 2025-11-26 16:43:23.288183 | fa163eb2-7b8b-aa10-b746-000000004cfb | TASK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset 2025-11-26 16:43:23.770689 | fa163eb2-7b8b-aa10-b746-000000004cfb | OK | Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone 2025-11-26 16:43:23.771763 | fa163eb2-7b8b-aa10-b746-000000004cfb | TIMING | tripleo_container_manage : Create /usr/lib/systemd/system-preset/91-netns-placeholder.preset | standalone | 0:30:14.159025 | 0.48s 2025-11-26 16:43:23.792533 | fa163eb2-7b8b-aa10-b746-000000004cfc | TASK | Enable and start netns-placeholder 2025-11-26 16:43:24.794891 | fa163eb2-7b8b-aa10-b746-000000004cfc | CHANGED | Enable and start netns-placeholder | standalone 2025-11-26 16:43:24.796342 | fa163eb2-7b8b-aa10-b746-000000004cfc | TIMING | tripleo_container_manage : Enable and start netns-placeholder | standalone | 0:30:15.183601 | 1.00s 2025-11-26 16:43:24.819499 | fa163eb2-7b8b-aa10-b746-000000004cc2 | TASK | Update container configs with new config hashes 2025-11-26 16:43:24.857522 | fa163eb2-7b8b-aa10-b746-000000004cc2 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:30:15.244778 | 0.04s 2025-11-26 16:43:24.867846 | 058dd6be-d2fb-4624-934b-b6c196b06576 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/puppet_config.yml | standalone 2025-11-26 16:43:24.888354 | fa163eb2-7b8b-aa10-b746-000000004d24 | TASK | Update config hashes for container startup configs 2025-11-26 16:43:25.163264 | fa163eb2-7b8b-aa10-b746-000000004d24 | OK | Update config hashes for container startup configs | standalone 2025-11-26 16:43:25.164636 | fa163eb2-7b8b-aa10-b746-000000004d24 | TIMING | tripleo_container_manage : Update config hashes for container startup configs | standalone | 0:30:15.551888 | 0.28s 2025-11-26 16:43:25.197679 | fa163eb2-7b8b-aa10-b746-000000004cc3 | TASK | Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 16:43:25.267042 | fa163eb2-7b8b-aa10-b746-000000004cc3 | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:15.654286 | 0.07s 2025-11-26 16:43:25.295587 | 897fb4e1-0e4c-4ae4-823e-04cda4ab859e | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/delete_orphan.yml | standalone 2025-11-26 16:43:25.334883 | fa163eb2-7b8b-aa10-b746-000000004d43 | TASK | Gather podman infos 2025-11-26 16:43:27.339212 | fa163eb2-7b8b-aa10-b746-000000004d43 | OK | Gather podman infos | standalone 2025-11-26 16:43:27.340803 | fa163eb2-7b8b-aa10-b746-000000004d43 | TIMING | tripleo_container_manage : Gather podman infos | standalone | 0:30:17.728060 | 2.00s 2025-11-26 16:43:27.485886 | fa163eb2-7b8b-aa10-b746-000000004d44 | TASK | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 16:43:27.572447 | fa163eb2-7b8b-aa10-b746-000000004d44 | TIMING | Delete orphan containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:17.959693 | 0.08s 2025-11-26 16:43:27.771175 | fa163eb2-7b8b-aa10-b746-000000004d8d | TIMING | tripleo_container_rm : include_tasks | standalone | 0:30:18.158419 | 0.14s 2025-11-26 16:43:27.831215 | fa163eb2-7b8b-aa10-b746-000000004cc4 | TASK | Create containers from /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 16:43:27.884569 | fa163eb2-7b8b-aa10-b746-000000004cc4 | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:18.271813 | 0.05s 2025-11-26 16:43:27.909300 | efe5bdcc-da44-4697-a63b-b1dc78910df3 | INCLUDED | /usr/share/ansible/roles/tripleo_container_manage/tasks/create.yml | standalone 2025-11-26 16:43:27.944568 | fa163eb2-7b8b-aa10-b746-000000004db3 | TASK | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 16:43:53.294579 | fa163eb2-7b8b-aa10-b746-000000004db3 | CHANGED | Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-26 16:43:53.297849 | fa163eb2-7b8b-aa10-b746-000000004db3 | TIMING | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:30:43.685101 | 25.35s 2025-11-26 16:43:53.334097 | fa163eb2-7b8b-aa10-b746-000000004db4 | TASK | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 2025-11-26 16:44:19.250393 | fa163eb2-7b8b-aa10-b746-000000004db4 | CHANGED | Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone 2025-11-26 16:44:19.251513 | fa163eb2-7b8b-aa10-b746-000000004db4 | TIMING | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | standalone | 0:31:09.638775 | 25.92s 2025-11-26 16:44:19.297117 | fa163eb2-7b8b-aa10-b746-000000004c21 | TASK | Clean container_puppet_tasks for standalone step 5 2025-11-26 16:44:19.482082 | fa163eb2-7b8b-aa10-b746-000000004c21 | OK | Clean container_puppet_tasks for standalone step 5 | standalone 2025-11-26 16:44:19.483174 | fa163eb2-7b8b-aa10-b746-000000004c21 | TIMING | Clean container_puppet_tasks for standalone step 5 | standalone | 0:31:09.870435 | 0.19s 2025-11-26 16:44:19.511021 | fa163eb2-7b8b-aa10-b746-000000004c22 | TASK | Calculate container_puppet_tasks for standalone step 5 2025-11-26 16:44:19.548327 | fa163eb2-7b8b-aa10-b746-000000004c22 | TIMING | Calculate container_puppet_tasks for standalone step 5 | standalone | 0:31:09.935580 | 0.04s 2025-11-26 16:44:19.569123 | fa163eb2-7b8b-aa10-b746-000000004c23 | TASK | Include container-puppet tasks for step 5 2025-11-26 16:44:19.597415 | fa163eb2-7b8b-aa10-b746-000000004c23 | TIMING | Include container-puppet tasks for step 5 | standalone | 0:31:09.984668 | 0.03s 2025-11-26 16:44:19.610037 | 238d2a55-ed31-4c3e-9b1f-773ae67266c9 | INCLUDED | /root/standalone-ansible-e5xcwj04/host-container-puppet-tasks.yaml | standalone 2025-11-26 16:44:19.639176 | fa163eb2-7b8b-aa10-b746-000000004dff | TASK | Write container-puppet-tasks json file for standalone step 5 2025-11-26 16:44:20.101113 | fa163eb2-7b8b-aa10-b746-000000004dff | CHANGED | Write container-puppet-tasks json file for standalone step 5 | standalone 2025-11-26 16:44:20.102126 | fa163eb2-7b8b-aa10-b746-000000004dff | TIMING | Write container-puppet-tasks json file for standalone step 5 | standalone | 0:31:10.489388 | 0.46s 2025-11-26 16:44:20.121962 | fa163eb2-7b8b-aa10-b746-000000004e01 | TASK | Generate container puppet configs for step 5 2025-11-26 16:44:20.355282 | fa163eb2-7b8b-aa10-b746-000000004e01 | OK | Generate container puppet configs for step 5 | standalone 2025-11-26 16:44:20.356971 | fa163eb2-7b8b-aa10-b746-000000004e01 | TIMING | Generate container puppet configs for step 5 | standalone | 0:31:10.744230 | 0.23s 2025-11-26 16:44:20.380982 | fa163eb2-7b8b-aa10-b746-000000004e02 | TASK | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible 2025-11-26 16:44:20.409250 | fa163eb2-7b8b-aa10-b746-000000004e02 | TIMING | Manage Puppet containers (bootstrap tasks) for step 5 with tripleo-ansible | standalone | 0:31:10.796505 | 0.03s 2025-11-26 16:44:20.453955 | fa163eb2-7b8b-aa10-b746-000000004e31 | TASK | Gather variables for each operating system 2025-11-26 16:44:20.540432 | fa163eb2-7b8b-aa10-b746-000000004e31 | TIMING | tripleo_container_manage : Gather variables for each operating system | standalone | 0:31:10.927680 | 0.09s 2025-11-26 16:44:20.560763 | fa163eb2-7b8b-aa10-b746-000000004e32 | TASK | Create container logs path 2025-11-26 16:44:20.758186 | fa163eb2-7b8b-aa10-b746-000000004e32 | OK | Create container logs path | standalone 2025-11-26 16:44:20.759673 | fa163eb2-7b8b-aa10-b746-000000004e32 | TIMING | tripleo_container_manage : Create container logs path | standalone | 0:31:11.146935 | 0.20s 2025-11-26 16:44:20.780976 | fa163eb2-7b8b-aa10-b746-000000004e34 | TASK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-26 16:44:20.974815 | fa163eb2-7b8b-aa10-b746-000000004e34 | OK | Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-26 16:44:20.976326 | fa163eb2-7b8b-aa10-b746-000000004e34 | TIMING | tripleo_container_manage : Find all matching configs configs for in /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:11.363587 | 0.19s 2025-11-26 16:44:20.996422 | fa163eb2-7b8b-aa10-b746-000000004e35 | TASK | Finalise hashes for all containers 2025-11-26 16:44:21.023993 | fa163eb2-7b8b-aa10-b746-000000004e35 | OK | Finalise hashes for all containers | standalone 2025-11-26 16:44:21.025127 | fa163eb2-7b8b-aa10-b746-000000004e35 | TIMING | tripleo_container_manage : Finalise hashes for all containers | standalone | 0:31:11.412389 | 0.03s 2025-11-26 16:44:21.044719 | fa163eb2-7b8b-aa10-b746-000000004e37 | TASK | Manage systemd shutdown files 2025-11-26 16:44:21.073992 | fa163eb2-7b8b-aa10-b746-000000004e37 | SKIPPED | Manage systemd shutdown files | standalone 2025-11-26 16:44:21.075371 | fa163eb2-7b8b-aa10-b746-000000004e37 | TIMING | tripleo_container_manage : Manage systemd shutdown files | standalone | 0:31:11.462634 | 0.03s 2025-11-26 16:44:21.096413 | fa163eb2-7b8b-aa10-b746-000000004e39 | TASK | Update container configs with new config hashes 2025-11-26 16:44:21.133770 | fa163eb2-7b8b-aa10-b746-000000004e39 | SKIPPED | Update container configs with new config hashes | standalone 2025-11-26 16:44:21.134921 | fa163eb2-7b8b-aa10-b746-000000004e39 | TIMING | tripleo_container_manage : Update container configs with new config hashes | standalone | 0:31:11.522185 | 0.04s 2025-11-26 16:44:21.156140 | fa163eb2-7b8b-aa10-b746-000000004e3a | TASK | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-26 16:44:21.207118 | fa163eb2-7b8b-aa10-b746-000000004e3a | SKIPPED | Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-26 16:44:21.208409 | fa163eb2-7b8b-aa10-b746-000000004e3a | TIMING | tripleo_container_manage : Delete orphan containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:11.595671 | 0.05s 2025-11-26 16:44:21.229521 | fa163eb2-7b8b-aa10-b746-000000004e3b | TASK | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 2025-11-26 16:44:21.283916 | fa163eb2-7b8b-aa10-b746-000000004e3b | SKIPPED | Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone 2025-11-26 16:44:21.285633 | fa163eb2-7b8b-aa10-b746-000000004e3b | TIMING | tripleo_container_manage : Create containers from /var/lib/tripleo-config/container-puppet-config/step_5 | standalone | 0:31:11.672889 | 0.05s PLAY [Server Post Deployments] ************************************************* 2025-11-26 16:44:21.453434 | fa163eb2-7b8b-aa10-b746-0000000000f7 | TASK | Server Post Deployments 2025-11-26 16:44:21.484825 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000f7') missing from stats 2025-11-26 16:44:21.569873 | fa163eb2-7b8b-aa10-b746-0000000000f8 | TIMING | include_tasks | standalone | 0:31:11.957123 | 0.06s PLAY [External deployment Post Deploy tasks] *********************************** 2025-11-26 16:44:21.702947 | fa163eb2-7b8b-aa10-b746-0000000000fc | TASK | External deployment Post Deploy tasks 2025-11-26 16:44:21.734573 | fa163eb2-7b8b-aa10-b746-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', 'fa163eb2-7b8b-aa10-b746-0000000000fc') missing from stats 2025-11-26 16:44:21.752084 | fa163eb2-7b8b-aa10-b746-000000000100 | TASK | is additonal Cell? 2025-11-26 16:44:21.791306 | fa163eb2-7b8b-aa10-b746-000000000100 | OK | is additonal Cell? | undercloud 2025-11-26 16:44:21.793657 | fa163eb2-7b8b-aa10-b746-000000000100 | TIMING | is additonal Cell? | undercloud | 0:31:12.180901 | 0.04s 2025-11-26 16:44:21.812641 | fa163eb2-7b8b-aa10-b746-000000000102 | TASK | discover via nova_manager? 2025-11-26 16:44:21.897181 | fa163eb2-7b8b-aa10-b746-000000000102 | SKIPPED | discover via nova_manager? | undercloud 2025-11-26 16:44:21.898436 | fa163eb2-7b8b-aa10-b746-000000000102 | TIMING | discover via nova_manager? | undercloud | 0:31:12.285689 | 0.08s 2025-11-26 16:44:21.916368 | fa163eb2-7b8b-aa10-b746-000000000103 | TASK | discover via nova_api? 2025-11-26 16:44:21.998140 | fa163eb2-7b8b-aa10-b746-000000000103 | OK | discover via nova_api? | undercloud 2025-11-26 16:44:22.000801 | fa163eb2-7b8b-aa10-b746-000000000103 | TIMING | discover via nova_api? | undercloud | 0:31:12.387928 | 0.08s 2025-11-26 16:44:22.019839 | fa163eb2-7b8b-aa10-b746-000000000104 | TASK | Warn if no discovery host available 2025-11-26 16:44:22.072151 | fa163eb2-7b8b-aa10-b746-000000000104 | SKIPPED | Warn if no discovery host available | undercloud 2025-11-26 16:44:22.074331 | fa163eb2-7b8b-aa10-b746-000000000104 | TIMING | Warn if no discovery host available | undercloud | 0:31:12.461582 | 0.05s 2025-11-26 16:44:22.110369 | fa163eb2-7b8b-aa10-b746-000000000105 | TASK | Discovering nova hosts 2025-11-26 16:44:24.660707 | fa163eb2-7b8b-aa10-b746-000000000105 | OK | Discovering nova hosts | undercloud -> 192.168.122.100 [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eb2-7b8b-aa10-b746-000000000105') missing from stats 2025-11-26 16:44:24.741059 | fa163eb2-7b8b-aa10-b746-000000000106 | OK | set_fact | undercloud 2025-11-26 16:44:24.742845 | fa163eb2-7b8b-aa10-b746-000000000106 | TIMING | set_fact | undercloud | 0:31:15.130092 | 0.06s 2025-11-26 16:44:24.760810 | fa163eb2-7b8b-aa10-b746-000000000108 | TASK | Set up group_vars 2025-11-26 16:44:24.791518 | fa163eb2-7b8b-aa10-b746-000000000108 | OK | Set up group_vars | undercloud 2025-11-26 16:44:24.792596 | fa163eb2-7b8b-aa10-b746-000000000108 | TIMING | Set up group_vars | undercloud | 0:31:15.179850 | 0.03s 2025-11-26 16:44:24.810098 | fa163eb2-7b8b-aa10-b746-000000000109 | TASK | Make needed directories on the undercloud 2025-11-26 16:44:25.054046 | fa163eb2-7b8b-aa10-b746-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-e5xcwj04/octavia-ansible 2025-11-26 16:44:25.055593 | fa163eb2-7b8b-aa10-b746-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:15.442847 | 0.24s 2025-11-26 16:44:25.226033 | fa163eb2-7b8b-aa10-b746-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-e5xcwj04/octavia-ansible/local_dir 2025-11-26 16:44:25.227138 | fa163eb2-7b8b-aa10-b746-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:15.614390 | 0.42s 2025-11-26 16:44:25.443183 | fa163eb2-7b8b-aa10-b746-000000000109 | CHANGED | Make needed directories on the undercloud | undercloud | item=/root/standalone-ansible-e5xcwj04/octavia-ansible/group_vars 2025-11-26 16:44:25.444088 | fa163eb2-7b8b-aa10-b746-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:15.831351 | 0.63s 2025-11-26 16:44:25.450450 | fa163eb2-7b8b-aa10-b746-000000000109 | TIMING | Make needed directories on the undercloud | undercloud | 0:31:15.837699 | 0.64s 2025-11-26 16:44:25.469031 | fa163eb2-7b8b-aa10-b746-00000000010a | TASK | Write group_vars file 2025-11-26 16:44:26.009429 | fa163eb2-7b8b-aa10-b746-00000000010a | CHANGED | Write group_vars file | undercloud 2025-11-26 16:44:26.011046 | fa163eb2-7b8b-aa10-b746-00000000010a | TIMING | Write group_vars file | undercloud | 0:31:16.398295 | 0.54s 2025-11-26 16:44:26.054098 | fa163eb2-7b8b-aa10-b746-00000000010b | TASK | Gather missing facts 2025-11-26 16:44:26.394008 | fa163eb2-7b8b-aa10-b746-00000000010b | OK | Gather missing facts | undercloud -> 192.168.122.100 | item=standalone [WARNING]: ('undercloud -> 192.168.122.100', 'fa163eb2-7b8b-aa10-b746-00000000010b') missing from stats 2025-11-26 16:44:26.411367 | fa163eb2-7b8b-aa10-b746-00000000010b | TIMING | Gather missing facts | undercloud | 0:31:16.798616 | 0.36s 2025-11-26 16:44:26.428101 | fa163eb2-7b8b-aa10-b746-00000000010c | TASK | Write octavia inventory 2025-11-26 16:44:26.952707 | fa163eb2-7b8b-aa10-b746-00000000010c | CHANGED | Write octavia inventory | undercloud 2025-11-26 16:44:26.953700 | fa163eb2-7b8b-aa10-b746-00000000010c | TIMING | Write octavia inventory | undercloud | 0:31:17.340961 | 0.52s 2025-11-26 16:44:26.968111 | fa163eb2-7b8b-aa10-b746-00000000010d | TASK | Check for ssh_private_key in working directory 2025-11-26 16:44:27.213964 | fa163eb2-7b8b-aa10-b746-00000000010d | OK | Check for ssh_private_key in working directory | undercloud 2025-11-26 16:44:27.215042 | fa163eb2-7b8b-aa10-b746-00000000010d | TIMING | Check for ssh_private_key in working directory | undercloud | 0:31:17.602296 | 0.25s 2025-11-26 16:44:27.229994 | fa163eb2-7b8b-aa10-b746-00000000010e | TASK | Set private key location 2025-11-26 16:44:27.267355 | fa163eb2-7b8b-aa10-b746-00000000010e | SKIPPED | Set private key location | undercloud 2025-11-26 16:44:27.268355 | fa163eb2-7b8b-aa10-b746-00000000010e | TIMING | Set private key location | undercloud | 0:31:17.655611 | 0.04s 2025-11-26 16:44:27.284805 | fa163eb2-7b8b-aa10-b746-00000000010f | TASK | Configure octavia command 2025-11-26 16:44:27.333965 | fa163eb2-7b8b-aa10-b746-00000000010f | OK | Configure octavia command | undercloud 2025-11-26 16:44:27.335078 | fa163eb2-7b8b-aa10-b746-00000000010f | TIMING | Configure octavia command | undercloud | 0:31:17.722332 | 0.05s 2025-11-26 16:44:27.383116 | fa163eb2-7b8b-aa10-b746-000000000110 | OK | set_fact | undercloud 2025-11-26 16:44:27.383899 | fa163eb2-7b8b-aa10-b746-000000000110 | TIMING | set_fact | undercloud | 0:31:17.771161 | 0.03s 2025-11-26 16:44:27.422805 | fa163eb2-7b8b-aa10-b746-000000000111 | OK | debug | undercloud | result={ "changed": false, "msg": "Configure Octavia command is: ANSIBLE_CONFIG=\"/root/standalone-ansible-e5xcwj04/ansible.cfg\" ansible-playbook -i \"/root/standalone-ansible-e5xcwj04/octavia-ansible/inventory.yaml\" --extra-vars @/root/standalone-ansible-e5xcwj04/octavia-ansible/group_vars/octavia_vars.yaml /usr/share/ansible/tripleo-playbooks/octavia-files.yaml" } 2025-11-26 16:44:27.423488 | fa163eb2-7b8b-aa10-b746-000000000111 | TIMING | debug | undercloud | 0:31:17.810750 | 0.03s 2025-11-26 16:44:27.437492 | fa163eb2-7b8b-aa10-b746-000000000112 | TASK | Configure octavia on overcloud 2025-11-26 16:47:44.375765 | fa163eb2-7b8b-aa10-b746-000000000112 | CHANGED | Configure octavia on overcloud | undercloud 2025-11-26 16:47:44.377776 | fa163eb2-7b8b-aa10-b746-000000000112 | TIMING | Configure octavia on overcloud | undercloud | 0:34:34.765030 | 196.94s 2025-11-26 16:47:44.393514 | fa163eb2-7b8b-aa10-b746-000000000113 | TASK | Purge temp dirs 2025-11-26 16:47:44.583048 | fa163eb2-7b8b-aa10-b746-000000000113 | CHANGED | Purge temp dirs | undercloud | item=/root/standalone-ansible-e5xcwj04/octavia-ansible/local_dir 2025-11-26 16:47:44.586098 | fa163eb2-7b8b-aa10-b746-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:34.973347 | 0.19s 2025-11-26 16:47:44.594884 | fa163eb2-7b8b-aa10-b746-000000000113 | TIMING | Purge temp dirs | undercloud | 0:34:34.982139 | 0.20s PLAY RECAP ********************************************************************* localhost : ok=1 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 standalone : ok=797 changed=346 unreachable=0 failed=0 skipped=318 rescued=0 ignored=0 undercloud : ok=130 changed=53 unreachable=0 failed=0 skipped=10 rescued=0 ignored=2 2025-11-26 16:47:44.672024 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 16:47:44.673397 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Total Tasks: 1295 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 16:47:44.674906 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Elapsed Time: 0:34:35.062162 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-11-26 16:47:44.676449 | UUID | Info | Host | Task Name | Run Time 2025-11-26 16:47:44.678007 | fa163eb2-7b8b-aa10-b746-0000000022b6 | SUMMARY | standalone | Pre-fetch all the containers | 250.61s 2025-11-26 16:47:44.679501 | fa163eb2-7b8b-aa10-b746-000000000112 | SUMMARY | undercloud | Configure octavia on overcloud | 196.94s 2025-11-26 16:47:44.681004 | fa163eb2-7b8b-aa10-b746-000000004a1d | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_4 | 129.29s 2025-11-26 16:47:44.682487 | fa163eb2-7b8b-aa10-b746-00000000307f | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for haproxy | 108.62s 2025-11-26 16:47:44.684000 | fa163eb2-7b8b-aa10-b746-000000002cab | SUMMARY | standalone | Wait for puppet host configuration to finish | 61.67s 2025-11-26 16:47:44.685459 | fa163eb2-7b8b-aa10-b746-0000000038a0 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_3 | 52.01s 2025-11-26 16:47:44.687241 | fa163eb2-7b8b-aa10-b746-000000002e49 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-puppet-config/step_1 | 32.00s 2025-11-26 16:47:44.688819 | fa163eb2-7b8b-aa10-b746-000000004881 | SUMMARY | standalone | Wait for puppet host configuration to finish | 31.00s 2025-11-26 16:47:44.690331 | fa163eb2-7b8b-aa10-b746-000000003103 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for redis | 29.64s 2025-11-26 16:47:44.691909 | fa163eb2-7b8b-aa10-b746-0000000030ab | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for mysql | 28.35s 2025-11-26 16:47:44.693340 | fa163eb2-7b8b-aa10-b746-0000000030d7 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for oslo_messaging_rpc | 27.54s 2025-11-26 16:47:44.694878 | fa163eb2-7b8b-aa10-b746-000000004b18 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_backup | 26.26s 2025-11-26 16:47:44.696008 | fa163eb2-7b8b-aa10-b746-000000004db4 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_5 | 25.92s 2025-11-26 16:47:44.696430 | fa163eb2-7b8b-aa10-b746-000000004b44 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for cinder_volume | 25.66s 2025-11-26 16:47:44.696853 | fa163eb2-7b8b-aa10-b746-0000000038a1 | SUMMARY | standalone | tripleo_container_manage : Manage container systemd services and cleanup old systemd healthchecks for /var/lib/tripleo-config/container-startup-config/step_3 | 25.41s 2025-11-26 16:47:44.697270 | fa163eb2-7b8b-aa10-b746-000000004db3 | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_5 | 25.35s 2025-11-26 16:47:44.697656 | fa163eb2-7b8b-aa10-b746-000000004b70 | SUMMARY | standalone | tripleo_ha_wrapper : Run init bundle puppet on the host for manila_share | 24.71s 2025-11-26 16:47:44.698058 | fa163eb2-7b8b-aa10-b746-000000004a1c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_4 | 21.94s 2025-11-26 16:47:44.698423 | fa163eb2-7b8b-aa10-b746-000000004c1a | SUMMARY | standalone | Wait for puppet host configuration to finish | 20.95s 2025-11-26 16:47:44.698809 | fa163eb2-7b8b-aa10-b746-00000000333c | SUMMARY | standalone | tripleo_container_manage : Create containers managed by Podman for /var/lib/tripleo-config/container-startup-config/step_2 | 20.86s 2025-11-26 16:47:44.699132 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Summary Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Not cleaning working directory /root/tripleo-heat-installer-templates Not cleaning ansible directory /root/standalone-ansible-e5xcwj04 Install artifact is located at /root/standalone-install-20251126164745.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.8o0OOJka4V + exit 0 ~/ci-framework-data/artifacts